﻿2025-08-20T21:11:23.4100021Z Current runner version: '2.328.0'
2025-08-20T21:11:23.4122388Z ##[group]Runner Image Provisioner
2025-08-20T21:11:23.4123599Z Hosted Compute Agent
2025-08-20T21:11:23.4124312Z Version: 20250818.377
2025-08-20T21:11:23.4124954Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T21:11:23.4125706Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T21:11:23.4126353Z ##[endgroup]
2025-08-20T21:11:23.4126947Z ##[group]Operating System
2025-08-20T21:11:23.4127592Z Ubuntu
2025-08-20T21:11:23.4128091Z 24.04.2
2025-08-20T21:11:23.4128583Z LTS
2025-08-20T21:11:23.4129153Z ##[endgroup]
2025-08-20T21:11:23.4129744Z ##[group]Runner Image
2025-08-20T21:11:23.4130360Z Image: ubuntu-24.04
2025-08-20T21:11:23.4130937Z Version: 20250818.1.0
2025-08-20T21:11:23.4132168Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T21:11:23.4133774Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T21:11:23.4134820Z ##[endgroup]
2025-08-20T21:11:23.4136158Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T21:11:23.4138020Z Attestations: write
2025-08-20T21:11:23.4138765Z Contents: write
2025-08-20T21:11:23.4139370Z Metadata: read
2025-08-20T21:11:23.4139966Z Packages: write
2025-08-20T21:11:23.4140500Z ##[endgroup]
2025-08-20T21:11:23.4142820Z Secret source: Actions
2025-08-20T21:11:23.4143657Z Prepare workflow directory
2025-08-20T21:11:23.4456828Z Prepare all required actions
2025-08-20T21:11:23.4493574Z Getting action download info
2025-08-20T21:11:23.9997671Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T21:11:24.6310501Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T21:11:25.3863388Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T21:11:25.4928717Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T21:11:26.1051672Z Getting action download info
2025-08-20T21:11:26.3021103Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T21:11:26.8925330Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T21:11:27.4305818Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/jr/official)
2025-08-20T21:11:27.4856787Z ##[group]Run ##Presets
2025-08-20T21:11:27.4857218Z [36;1m##Presets[0m
2025-08-20T21:11:27.4857486Z [36;1mset +x ; set +e[0m
2025-08-20T21:11:27.4857768Z [36;1m#-------------#[0m
2025-08-20T21:11:27.4858140Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T21:11:27.4858581Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T21:11:27.4858993Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:11:27.4859348Z [36;1m  fi[0m
2025-08-20T21:11:27.4859660Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T21:11:27.4860096Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T21:11:27.4860496Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:11:27.4860826Z [36;1m  fi[0m
2025-08-20T21:11:27.4861128Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T21:11:27.4861738Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T21:11:27.4862128Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:11:27.4862454Z [36;1m  fi[0m
2025-08-20T21:11:27.4862753Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T21:11:27.4863153Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T21:11:27.4863719Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T21:11:27.4864065Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T21:11:27.4864436Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:11:27.4864771Z [36;1m     else[0m
2025-08-20T21:11:27.4865077Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:11:27.4865403Z [36;1m     fi[0m
2025-08-20T21:11:27.4865632Z [36;1m  fi[0m
2025-08-20T21:11:27.4865857Z [36;1mfi[0m
2025-08-20T21:11:27.4931521Z shell: /usr/bin/bash -e {0}
2025-08-20T21:11:27.4932130Z env:
2025-08-20T21:11:27.4932670Z   GH_TOKEN: ***
2025-08-20T21:11:27.4932922Z ##[endgroup]
2025-08-20T21:11:27.5214331Z ##[group]Run ##Presets
2025-08-20T21:11:27.5214788Z [36;1m##Presets[0m
2025-08-20T21:11:27.5215314Z [36;1mset +x ; set +e[0m
2025-08-20T21:11:27.5215670Z [36;1m#-------------#[0m
2025-08-20T21:11:27.5216069Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T21:11:27.5216777Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T21:11:27.5217439Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T21:11:27.5218049Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T21:11:27.5218606Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T21:11:27.5219154Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T21:11:27.5219665Z [36;1m  exit 1[0m
2025-08-20T21:11:27.5219989Z [36;1mfi[0m
2025-08-20T21:11:27.5256218Z shell: /usr/bin/bash -e {0}
2025-08-20T21:11:27.5256580Z env:
2025-08-20T21:11:27.5257165Z   RO_GHTOKEN: ***
2025-08-20T21:11:27.5257605Z   RO_GLTOKEN: ***
2025-08-20T21:11:27.5258981Z   MINISIGN_KEY: ***
2025-08-20T21:11:27.5259345Z ##[endgroup]
2025-08-20T21:11:27.5457204Z ##[group]Run ##Presets
2025-08-20T21:11:27.5457598Z [36;1m##Presets[0m
2025-08-20T21:11:27.5457852Z [36;1mset +x ; set +e[0m
2025-08-20T21:11:27.5458120Z [36;1m#-------------#[0m
2025-08-20T21:11:27.5458382Z [36;1m##Host Triplet[0m
2025-08-20T21:11:27.5458710Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:11:27.5459101Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T21:11:27.5459472Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:11:27.5459826Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T21:11:27.5460163Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T21:11:27.5460549Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T21:11:27.5460930Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T21:11:27.5461563Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T21:11:27.5461883Z [36;1m   fi[0m
2025-08-20T21:11:27.5462215Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:11:27.5462591Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T21:11:27.5462940Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:11:27.5463314Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T21:11:27.5463644Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T21:11:27.5463919Z [36;1m fi[0m
2025-08-20T21:11:27.5464236Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:11:27.5464672Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:11:27.5465096Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:11:27.5465493Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:11:27.5465812Z [36;1m##Debug[0m
2025-08-20T21:11:27.5466069Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T21:11:27.5466375Z [36;1m   export DEBUG="1"[0m
2025-08-20T21:11:27.5466646Z [36;1m else[0m
2025-08-20T21:11:27.5466885Z [36;1m   export DEBUG="0"[0m
2025-08-20T21:11:27.5467388Z [36;1m fi[0m
2025-08-20T21:11:27.5467654Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:11:27.5467984Z [36;1m##Docker Platform[0m
2025-08-20T21:11:27.5468311Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T21:11:27.5468683Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T21:11:27.5469069Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T21:11:27.5469467Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T21:11:27.5469845Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T21:11:27.5470219Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T21:11:27.5470592Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T21:11:27.5470961Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T21:11:27.5471362Z [36;1m fi[0m
2025-08-20T21:11:27.5471706Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:11:27.5472186Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:11:27.5472560Z [36;1m##GHCRPKG_URL[0m
2025-08-20T21:11:27.5473064Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/jr/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:11:27.5473596Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T21:11:27.5473955Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:11:27.5474307Z [36;1m##Logs[0m
2025-08-20T21:11:27.5474563Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T21:11:27.5474873Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T21:11:27.5475154Z [36;1m else[0m
2025-08-20T21:11:27.5475393Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T21:11:27.5475699Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T21:11:27.5475996Z [36;1m fi[0m
2025-08-20T21:11:27.5476429Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:11:27.5476892Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:11:27.5477303Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T21:11:27.5477705Z [36;1m PKG_FAMILY_LOCAL="$(echo "jr" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:11:27.5478116Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T21:11:27.5478490Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:11:27.5478857Z [36;1m##Rebuild[0m
2025-08-20T21:11:27.5479123Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T21:11:27.5479441Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T21:11:27.5479736Z [36;1m else[0m
2025-08-20T21:11:27.5479993Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T21:11:27.5480331Z [36;1m fi[0m
2025-08-20T21:11:27.5480638Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:11:27.5481005Z [36;1m ##SBUILD_URL[0m
2025-08-20T21:11:27.5481578Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T21:11:27.5482182Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T21:11:27.5483037Z [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:11:27.5483803Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:11:27.5484213Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T21:11:27.5484694Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T21:11:27.5485167Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T21:11:27.5485589Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:11:27.5485926Z [36;1m    exit 1[0m
2025-08-20T21:11:27.5486171Z [36;1m   else[0m
2025-08-20T21:11:27.5486420Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T21:11:27.5486926Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:11:27.5487312Z [36;1m    #Check for x_exec.host[0m
2025-08-20T21:11:27.5487697Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T21:11:27.5488090Z [36;1m      #check if supported[0m
2025-08-20T21:11:27.5488517Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T21:11:27.5489084Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T21:11:27.5489549Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T21:11:27.5489916Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:11:27.5490247Z [36;1m         exit 1[0m
2025-08-20T21:11:27.5490491Z [36;1m       fi[0m
2025-08-20T21:11:27.5490741Z [36;1m      #get build system[0m
2025-08-20T21:11:27.5491159Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T21:11:27.5491812Z [36;1m       export BUILD_SYS[0m
2025-08-20T21:11:27.5492139Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:11:27.5492539Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T21:11:27.5492921Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:11:27.5493293Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T21:11:27.5493676Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T21:11:27.5494065Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:11:27.5494435Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T21:11:27.5494757Z [36;1m       fi[0m
2025-08-20T21:11:27.5494987Z [36;1m     fi[0m
2025-08-20T21:11:27.5495360Z [36;1m   fi[0m
2025-08-20T21:11:27.5495616Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T21:11:27.5532319Z shell: /usr/bin/bash -e {0}
2025-08-20T21:11:27.5532618Z ##[endgroup]
2025-08-20T21:11:28.6581610Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:11:28.6582181Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:11:28.6582401Z 
2025-08-20T21:11:28.7883846Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:11:28.7884615Z 100  3846  100  3846    0     0  29185      0 --:--:-- --:--:-- --:--:-- 29358
2025-08-20T21:11:28.7894945Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:11:28.8108362Z ##[group]Run ##Presets
2025-08-20T21:11:28.8108646Z [36;1m##Presets[0m
2025-08-20T21:11:28.8108854Z [36;1mset +x ; set +e[0m
2025-08-20T21:11:28.8109070Z [36;1m#-------------#[0m
2025-08-20T21:11:28.8109272Z [36;1m##Debug?[0m
2025-08-20T21:11:28.8109529Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:11:28.8109827Z [36;1m  set -x[0m
2025-08-20T21:11:28.8110012Z [36;1mfi[0m
2025-08-20T21:11:28.8110202Z [36;1m#-------------#[0m
2025-08-20T21:11:28.8110434Z [36;1m##CoreUtils[0m
2025-08-20T21:11:28.8110642Z [36;1msudo apt update -y[0m
2025-08-20T21:11:28.8110987Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T21:11:28.8112384Z [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:11:28.8113285Z [36;1m##tmp[0m
2025-08-20T21:11:28.8113566Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T21:11:28.8113900Z [36;1m#GH ENV[0m
2025-08-20T21:11:28.8114128Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:11:28.8114616Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T21:11:28.8114884Z [36;1m#-------------#[0m
2025-08-20T21:11:28.8115112Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T21:11:28.8115354Z [36;1msudo apt update -y[0m
2025-08-20T21:11:28.8115599Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T21:11:28.8115850Z [36;1m##Setup Minisign[0m
2025-08-20T21:11:28.8116105Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T21:11:28.8116545Z [36;1mecho "***[0m
2025-08-20T21:11:28.8117852Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T21:11:28.8118139Z [36;1m##User-Agent[0m
2025-08-20T21:11:28.8118866Z [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:11:28.8119677Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:11:28.8158923Z shell: /usr/bin/bash -e {0}
2025-08-20T21:11:28.8159219Z env:
2025-08-20T21:11:28.8159419Z   CROSS_COMPILING: NO
2025-08-20T21:11:28.8159639Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:11:28.8159871Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:11:28.8160092Z   ON_QEMU: NO
2025-08-20T21:11:28.8160281Z   DEBUG: 0
2025-08-20T21:11:28.8160473Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:11:28.8160703Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:11:28.8160976Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/jr/official
2025-08-20T21:11:28.8161456Z   KEEP_LOGS: YES
2025-08-20T21:11:28.8161661Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:11:28.8161865Z   PKG_FAMILY_LOCAL: jr
2025-08-20T21:11:28.8162069Z   SBUILD_REBUILD: false
2025-08-20T21:11:28.8162602Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:11:28.8163157Z   BUILD_SYS: docker://go
2025-08-20T21:11:28.8163376Z   BUILD_ON_HOST: FALSE
2025-08-20T21:11:28.8163575Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:11:28.8163777Z ##[endgroup]
2025-08-20T21:11:28.8376420Z 
2025-08-20T21:11:28.8376841Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:11:28.8377381Z 
2025-08-20T21:11:28.9241397Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:11:29.0402486Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:11:29.0408816Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T21:11:29.0859316Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:11:29.0879189Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T21:11:29.1165999Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T21:11:29.1298346Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T21:11:29.2025789Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T21:11:29.2138584Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T21:11:29.2172062Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T21:11:29.3103873Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T21:11:29.3204115Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T21:11:29.3212547Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T21:11:29.3231506Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T21:11:29.3301827Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T21:11:29.3322893Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T21:11:29.3355294Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T21:11:29.3457987Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T21:11:29.3510332Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T21:11:29.3520354Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T21:11:29.4092589Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T21:11:29.4109514Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T21:11:29.4119521Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T21:11:29.4128961Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T21:11:29.4282388Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T21:11:29.4351685Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T21:11:29.4372971Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T21:11:29.4383439Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T21:11:29.4434680Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T21:11:29.4456027Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T21:11:29.4466375Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T21:11:29.4553335Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T21:11:29.4579287Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T21:11:29.4586596Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T21:11:37.9924043Z Fetched 10.6 MB in 1s (7318 kB/s)
2025-08-20T21:11:38.6590762Z Reading package lists...
2025-08-20T21:11:38.8095836Z Building dependency tree...
2025-08-20T21:11:38.8106785Z Reading state information...
2025-08-20T21:11:38.8260583Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:11:38.8373568Z 
2025-08-20T21:11:38.8374882Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:11:38.8375195Z 
2025-08-20T21:11:38.8500495Z Reading package lists...
2025-08-20T21:11:38.9985425Z Building dependency tree...
2025-08-20T21:11:38.9993185Z Reading state information...
2025-08-20T21:11:39.1428329Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:11:39.1428815Z bc set to manually installed.
2025-08-20T21:11:39.1429221Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:11:39.1429719Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T21:11:39.1430264Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:11:39.1430896Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:11:39.1431872Z The following additional packages will be installed:
2025-08-20T21:11:39.1432476Z   libtime-duration-perl
2025-08-20T21:11:39.1778196Z The following NEW packages will be installed:
2025-08-20T21:11:39.1783804Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T21:11:39.1939089Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T21:11:39.2162992Z Need to get 616 kB of archives.
2025-08-20T21:11:39.3146255Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T21:11:39.3147152Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:11:39.3148324Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T21:11:39.3947006Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T21:11:39.4760258Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T21:11:39.5581529Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T21:11:39.8998735Z Fetched 616 kB in 0s (1402 kB/s)
2025-08-20T21:11:39.9450339Z Selecting previously unselected package fdupes.
2025-08-20T21:11:40.0315380Z (Reading database ... 
2025-08-20T21:11:40.0315830Z (Reading database ... 5%
2025-08-20T21:11:40.0316152Z (Reading database ... 10%
2025-08-20T21:11:40.0316451Z (Reading database ... 15%
2025-08-20T21:11:40.0316771Z (Reading database ... 20%
2025-08-20T21:11:40.0317064Z (Reading database ... 25%
2025-08-20T21:11:40.0317353Z (Reading database ... 30%
2025-08-20T21:11:40.0317665Z (Reading database ... 35%
2025-08-20T21:11:40.0317969Z (Reading database ... 40%
2025-08-20T21:11:40.0318261Z (Reading database ... 45%
2025-08-20T21:11:40.0318582Z (Reading database ... 50%
2025-08-20T21:11:40.1609112Z (Reading database ... 55%
2025-08-20T21:11:40.4389681Z (Reading database ... 60%
2025-08-20T21:11:40.6422252Z (Reading database ... 65%
2025-08-20T21:11:40.7475190Z (Reading database ... 70%
2025-08-20T21:11:40.8813143Z (Reading database ... 75%
2025-08-20T21:11:41.1283386Z (Reading database ... 80%
2025-08-20T21:11:41.5785526Z (Reading database ... 85%
2025-08-20T21:11:42.0178121Z (Reading database ... 90%
2025-08-20T21:11:42.4166301Z (Reading database ... 95%
2025-08-20T21:11:42.4166824Z (Reading database ... 100%
2025-08-20T21:11:42.4167483Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T21:11:42.4212966Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T21:11:42.4237671Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T21:11:42.4461914Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T21:11:42.4596448Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T21:11:42.4604982Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T21:11:42.4856320Z Selecting previously unselected package moreutils.
2025-08-20T21:11:42.4989115Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T21:11:42.4999212Z Unpacking moreutils (0.69-1) ...
2025-08-20T21:11:42.5459274Z Selecting previously unselected package dos2unix.
2025-08-20T21:11:42.5607453Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T21:11:42.5623038Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T21:11:42.7310895Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T21:11:42.7337865Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T21:11:42.7359984Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T21:11:42.7396404Z Setting up moreutils (0.69-1) ...
2025-08-20T21:11:42.7422500Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:12:27.1961984Z 
2025-08-20T21:12:27.1962469Z Running kernel seems to be up-to-date.
2025-08-20T21:12:27.1962756Z 
2025-08-20T21:12:27.1962866Z Restarting services...
2025-08-20T21:12:27.2031498Z 
2025-08-20T21:12:27.2031847Z Service restarts being deferred:
2025-08-20T21:12:27.2033013Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:12:27.2033320Z 
2025-08-20T21:12:27.2033670Z No containers need to be restarted.
2025-08-20T21:12:27.2033969Z 
2025-08-20T21:12:27.2034189Z No user sessions are running outdated binaries.
2025-08-20T21:12:27.2034392Z 
2025-08-20T21:12:27.2034580Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:12:28.1012039Z Reading package lists...
2025-08-20T21:12:28.2619429Z Building dependency tree...
2025-08-20T21:12:28.2626902Z Reading state information...
2025-08-20T21:12:28.4171124Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:12:28.4171957Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:12:28.4172430Z apt-utils set to manually installed.
2025-08-20T21:12:28.4172938Z ca-certificates is already the newest version (20240203).
2025-08-20T21:12:28.4174131Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:12:28.4174685Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:12:28.4175248Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:12:28.4175723Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:12:28.4176046Z moreutils is already the newest version (0.69-1).
2025-08-20T21:12:28.4176414Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:12:28.4176781Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:12:28.4177199Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:12:28.4177739Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T21:12:28.4178221Z tmux set to manually installed.
2025-08-20T21:12:28.4178671Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:12:28.4179023Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:12:28.4179357Z The following additional packages will be installed:
2025-08-20T21:12:28.4179672Z   python3-software-properties
2025-08-20T21:12:28.4179925Z Recommended packages:
2025-08-20T21:12:28.4180124Z   unattended-upgrades
2025-08-20T21:12:28.4490421Z The following NEW packages will be installed:
2025-08-20T21:12:28.4490900Z   rename
2025-08-20T21:12:28.4499812Z The following packages will be upgraded:
2025-08-20T21:12:28.4500356Z   python3-software-properties software-properties-common
2025-08-20T21:12:28.4664373Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:12:28.4899091Z Need to get 64.7 kB of archives.
2025-08-20T21:12:28.4899711Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T21:12:28.4900138Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:12:28.5889194Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T21:12:28.6712526Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T21:12:28.7543263Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T21:12:29.0059085Z Fetched 64.7 kB in 0s (235 kB/s)
2025-08-20T21:12:29.0298333Z (Reading database ... 
2025-08-20T21:12:29.0298725Z (Reading database ... 5%
2025-08-20T21:12:29.0299103Z (Reading database ... 10%
2025-08-20T21:12:29.0299348Z (Reading database ... 15%
2025-08-20T21:12:29.0299672Z (Reading database ... 20%
2025-08-20T21:12:29.0300037Z (Reading database ... 25%
2025-08-20T21:12:29.0300405Z (Reading database ... 30%
2025-08-20T21:12:29.0301052Z (Reading database ... 35%
2025-08-20T21:12:29.0301609Z (Reading database ... 40%
2025-08-20T21:12:29.0301971Z (Reading database ... 45%
2025-08-20T21:12:29.0302318Z (Reading database ... 50%
2025-08-20T21:12:29.0322571Z (Reading database ... 55%
2025-08-20T21:12:29.0412651Z (Reading database ... 60%
2025-08-20T21:12:29.0433200Z (Reading database ... 65%
2025-08-20T21:12:29.0464971Z (Reading database ... 70%
2025-08-20T21:12:29.0488530Z (Reading database ... 75%
2025-08-20T21:12:29.0515739Z (Reading database ... 80%
2025-08-20T21:12:29.0650144Z (Reading database ... 85%
2025-08-20T21:12:29.0738109Z (Reading database ... 90%
2025-08-20T21:12:29.0990857Z (Reading database ... 95%
2025-08-20T21:12:29.0991110Z (Reading database ... 100%
2025-08-20T21:12:29.0991687Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T21:12:29.1032066Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T21:12:29.2027296Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:12:29.3032549Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T21:12:29.3711767Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:12:29.3965581Z Selecting previously unselected package rename.
2025-08-20T21:12:29.4104250Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T21:12:29.4113142Z Unpacking rename (2.02-1) ...
2025-08-20T21:12:29.4510365Z Setting up rename (2.02-1) ...
2025-08-20T21:12:29.4570129Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T21:12:29.4589956Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T21:12:29.5806079Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T21:12:29.6811874Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:12:33.7063213Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T21:12:35.2442393Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:12:35.2705088Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:12:35.2718743Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:12:35.2726247Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:12:35.2732786Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:12:35.2758618Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:12:35.2807087Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:12:36.4071784Z Reading package lists...
2025-08-20T21:12:36.5639168Z Building dependency tree...
2025-08-20T21:12:36.5645672Z Reading state information...
2025-08-20T21:12:36.5786338Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:12:36.5938849Z 
2025-08-20T21:12:36.5939313Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:12:36.5939671Z 
2025-08-20T21:12:36.6503162Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:12:36.6832090Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:12:36.6835173Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:12:36.8243851Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:12:36.8250599Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:12:36.8256515Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:12:36.8262592Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:12:37.8604734Z Reading package lists...
2025-08-20T21:12:38.0164473Z Building dependency tree...
2025-08-20T21:12:38.0171661Z Reading state information...
2025-08-20T21:12:38.0310445Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:12:38.0422992Z 
2025-08-20T21:12:38.0424032Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:12:38.0424395Z 
2025-08-20T21:12:38.0549342Z Reading package lists...
2025-08-20T21:12:38.2195784Z Building dependency tree...
2025-08-20T21:12:38.2203167Z Reading state information...
2025-08-20T21:12:38.3722723Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:12:38.4108974Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:12:38.4400551Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T21:12:38.5924819Z ##[group]Run ##Presets
2025-08-20T21:12:38.5925099Z [36;1m##Presets[0m
2025-08-20T21:12:38.5925297Z [36;1mset +x ; set +e[0m
2025-08-20T21:12:38.5925504Z [36;1m#-------------#[0m
2025-08-20T21:12:38.5925701Z [36;1m##Debug?[0m
2025-08-20T21:12:38.5925949Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:12:38.5926242Z [36;1m  set -x[0m
2025-08-20T21:12:38.5926424Z [36;1mfi[0m
2025-08-20T21:12:38.5926599Z [36;1m#-------------#[0m
2025-08-20T21:12:38.5927039Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T21:12:38.5927653Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T21:12:38.5954049Z [36;1msudo service procps restart[0m
2025-08-20T21:12:38.5954511Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T21:12:38.5999078Z shell: /usr/bin/bash -e {0}
2025-08-20T21:12:38.5999317Z env:
2025-08-20T21:12:38.5999553Z   CROSS_COMPILING: NO
2025-08-20T21:12:38.5999779Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:12:38.6000019Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:12:38.6000229Z   ON_QEMU: NO
2025-08-20T21:12:38.6000403Z   DEBUG: 0
2025-08-20T21:12:38.6000581Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:12:38.6000810Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:12:38.6001090Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/jr/official
2025-08-20T21:12:38.6001660Z   KEEP_LOGS: YES
2025-08-20T21:12:38.6001863Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:12:38.6002072Z   PKG_FAMILY_LOCAL: jr
2025-08-20T21:12:38.6002293Z   SBUILD_REBUILD: false
2025-08-20T21:12:38.6002847Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:12:38.6003436Z   BUILD_SYS: docker://go
2025-08-20T21:12:38.6003647Z   BUILD_ON_HOST: FALSE
2025-08-20T21:12:38.6003840Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:12:38.6004029Z   SYSTMP: /tmp
2025-08-20T21:12:38.6004206Z   GHA_MODE: MATRIX
2025-08-20T21:12:38.6004651Z   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:38.6005145Z ##[endgroup]
2025-08-20T21:12:38.6128553Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T21:12:38.6199262Z 0
2025-08-20T21:12:38.6506224Z vm.max_map_count = 262144
2025-08-20T21:12:38.6506554Z fs.inotify.max_user_watches = 655360
2025-08-20T21:12:38.6507006Z fs.inotify.max_user_instances = 1280
2025-08-20T21:12:38.6507447Z vm.mmap_rnd_bits = 28
2025-08-20T21:12:38.6576774Z ##[group]Run ##Presets
2025-08-20T21:12:38.6577098Z [36;1m##Presets[0m
2025-08-20T21:12:38.6577305Z [36;1mset +x ; set +e[0m
2025-08-20T21:12:38.6577523Z [36;1m#-------------#[0m
2025-08-20T21:12:38.6577734Z [36;1m##Debug?[0m
2025-08-20T21:12:38.6577979Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:12:38.6578277Z [36;1m  set -x[0m
2025-08-20T21:12:38.6578463Z [36;1mfi[0m
2025-08-20T21:12:38.6578655Z [36;1m#-------------#[0m
2025-08-20T21:12:38.6578853Z [36;1m##Main[0m
2025-08-20T21:12:38.6579064Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:12:38.6579718Z [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:12:38.6580462Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:12:38.6580830Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T21:12:38.6581103Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T21:12:38.6581628Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T21:12:38.6581947Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T21:12:38.6582276Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T21:12:38.6582580Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T21:12:38.6582894Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T21:12:38.6583182Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T21:12:38.6583514Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T21:12:38.6583886Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T21:12:38.6584168Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T21:12:38.6584428Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T21:12:38.6584704Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T21:12:38.6584988Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T21:12:38.6585262Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T21:12:38.6585534Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T21:12:38.6585835Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T21:12:38.6586330Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T21:12:38.6586626Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T21:12:38.6586932Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T21:12:38.6587235Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T21:12:38.6587529Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T21:12:38.6587825Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T21:12:38.6588096Z [36;1m     "${POD_ID}" \[0m
2025-08-20T21:12:38.6588438Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T21:12:38.6588884Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:12:38.6589347Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:12:38.6589807Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T21:12:38.6590152Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:12:38.6590489Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:12:38.6591116Z [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:12:38.6592120Z [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:12:38.6592653Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T21:12:38.6592920Z [36;1m else[0m
2025-08-20T21:12:38.6593391Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T21:12:38.6593753Z [36;1m fi[0m
2025-08-20T21:12:38.6593993Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T21:12:38.6594376Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T21:12:38.6594787Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:12:38.6595168Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:12:38.6595547Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:12:38.6595937Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:12:38.6596337Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:12:38.6596733Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:12:38.6597149Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:12:38.6597568Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:12:38.6597886Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:12:38.6636571Z shell: /usr/bin/bash -e {0}
2025-08-20T21:12:38.6636803Z env:
2025-08-20T21:12:38.6636976Z   CROSS_COMPILING: NO
2025-08-20T21:12:38.6637197Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:12:38.6637423Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:12:38.6637629Z   ON_QEMU: NO
2025-08-20T21:12:38.6637817Z   DEBUG: 0
2025-08-20T21:12:38.6637994Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:12:38.6638212Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:12:38.6638479Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/jr/official
2025-08-20T21:12:38.6638762Z   KEEP_LOGS: YES
2025-08-20T21:12:38.6638951Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:12:38.6639159Z   PKG_FAMILY_LOCAL: jr
2025-08-20T21:12:38.6639367Z   SBUILD_REBUILD: false
2025-08-20T21:12:38.6639895Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:12:38.6640457Z   BUILD_SYS: docker://go
2025-08-20T21:12:38.6640662Z   BUILD_ON_HOST: FALSE
2025-08-20T21:12:38.6640997Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:12:38.6641185Z   SYSTMP: /tmp
2025-08-20T21:12:38.6641601Z   GHA_MODE: MATRIX
2025-08-20T21:12:38.6642039Z   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:38.6642883Z   GHCR_TOKEN: ***
2025-08-20T21:12:38.6643180Z   GITHUB_TOKEN: ***
2025-08-20T21:12:38.6643447Z   GITLAB_TOKEN: ***
2025-08-20T21:12:38.6644593Z   MINISIGN_KEY: ***
2025-08-20T21:12:38.6644781Z ##[endgroup]
2025-08-20T21:12:38.7093220Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T21:12:38.7706903Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:12:38.7707642Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:12:38.7708056Z 
2025-08-20T21:12:38.7980075Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:12:38.7980739Z 100  3846  100  3846    0     0   136k      0 --:--:-- --:--:-- --:--:--  139k
2025-08-20T21:12:38.7991692Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:12:38.8079268Z 
2025-08-20T21:12:38.8079635Z [+] Building [/tmp/tmp.EXlNvTnyfC/SBUILD_INPUT] Locally
2025-08-20T21:12:38.8080054Z 
2025-08-20T21:12:38.8094252Z '/tmp/tmp.EXlNvTnyfC/SBUILD_INPUT' -> '/tmp/pkgforge/kjAMORg7N_build.yaml'
2025-08-20T21:12:38.8799280Z 
2025-08-20T21:12:38.8799751Z [+] Passwordless sudo is Configured
2025-08-20T21:12:38.9409005Z 
2025-08-20T21:12:38.9420461Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T21:12:38.9420703Z 
2025-08-20T21:12:38.9885010Z 
2025-08-20T21:12:38.9886152Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T21:12:38.9886939Z 
2025-08-20T21:12:38.9886970Z 
2025-08-20T21:12:38.9887343Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T21:12:38.9887849Z 
2025-08-20T21:12:39.0106446Z [+] Installing: 7z -> 7z
2025-08-20T21:12:39.6436944Z [+] Installing: actionlint -> actionlint
2025-08-20T21:12:40.1649294Z [+] Installing: anew -> anew
2025-08-20T21:12:40.7678985Z [+] Installing: anew-rs -> anew-rs
2025-08-20T21:12:41.3687981Z [+] Installing: ansi2html -> ansi2html
2025-08-20T21:12:41.8658467Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T21:12:42.4886807Z [+] Installing: archey -> archey
2025-08-20T21:12:43.0576754Z [+] Installing: aria2 -> aria2c
2025-08-20T21:12:43.7441944Z [+] Installing: askalono -> askalono
2025-08-20T21:12:44.3784675Z [+] Installing: bsdtar -> bsdtar
2025-08-20T21:12:44.9333238Z [+] Installing: b3sum -> b3sum
2025-08-20T21:12:45.4445265Z [+] Installing: bita -> bita
2025-08-20T21:12:46.6810409Z [+] Installing: btop -> btop
2025-08-20T21:12:47.3116507Z [+] Installing: chafa -> chafa
2025-08-20T21:12:47.9799734Z [+] Installing: cloudflared -> cloudflared
2025-08-20T21:12:48.6272610Z [+] Installing: croc -> croc
2025-08-20T21:12:49.2634167Z [+] Installing: csvtk -> csvtk
2025-08-20T21:12:50.7179798Z [+] Installing: cutlines -> cutlines
2025-08-20T21:12:51.2793755Z curl: (22) The requested URL returned error: 404
2025-08-20T21:12:51.2838417Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T21:12:51.2839079Z [+] Installing: dbin -> dbin
2025-08-20T21:12:51.9509438Z [+] Installing: dasel -> dasel
2025-08-20T21:12:52.6004127Z [+] Installing: delta -> delta
2025-08-20T21:12:53.2676181Z [+] Installing: ds -> ds
2025-08-20T21:12:53.8874154Z curl: (22) The requested URL returned error: 404
2025-08-20T21:12:53.8918952Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T21:12:53.8920139Z [+] Installing: dos2unix -> dos2unix
2025-08-20T21:12:54.4993264Z [+] Installing: duf -> duf
2025-08-20T21:12:55.1201990Z [+] Installing: duplicut -> duplicut
2025-08-20T21:12:55.7554294Z [+] Installing: dust -> dust
2025-08-20T21:12:56.3810529Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T21:12:56.9946083Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T21:12:57.6080864Z [+] Installing: dysk -> dysk
2025-08-20T21:12:58.2159762Z [+] Installing: eget -> eget
2025-08-20T21:12:59.0536495Z [+] Installing: epoch -> epoch
2025-08-20T21:12:59.6930373Z [+] Installing: faketty -> faketty
2025-08-20T21:13:00.1819450Z [+] Installing: fastfetch -> fastfetch
2025-08-20T21:13:00.8240975Z [+] Installing: freeze -> freeze
2025-08-20T21:13:01.4102912Z [+] Installing: fusermount3 -> fusermount
2025-08-20T21:13:02.0262155Z [+] Installing: gdu -> gdu
2025-08-20T21:13:02.8858978Z [+] Installing: gh -> gh
2025-08-20T21:13:03.5304871Z [+] Installing: gitleaks -> gitleaks
2025-08-20T21:13:04.1948219Z [+] Installing: git-sizer -> git-sizer
2025-08-20T21:13:04.7426401Z [+] Installing: glab -> glab
2025-08-20T21:13:05.4781982Z [+] Installing: glow -> glow
2025-08-20T21:13:06.0799546Z [+] Installing: httpx -> httpx
2025-08-20T21:13:06.8151643Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T21:13:07.3997608Z [+] Installing: husarnet -> husarnet
2025-08-20T21:13:07.9940585Z curl: (22) The requested URL returned error: 404
2025-08-20T21:13:07.9985851Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T21:13:07.9987221Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T21:13:08.5686236Z curl: (22) The requested URL returned error: 404
2025-08-20T21:13:08.5731395Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T21:13:08.5732382Z [+] Installing: imgcat -> imgcat
2025-08-20T21:13:09.0684883Z [+] Installing: jc -> jc
2025-08-20T21:13:09.7524348Z [+] Installing: jq -> jq
2025-08-20T21:13:10.2678749Z [+] Installing: logdy -> logdy
2025-08-20T21:13:10.8712927Z [+] Installing: micro -> micro
2025-08-20T21:13:11.5625231Z [+] Installing: miniserve -> miniserve
2025-08-20T21:13:12.0934115Z [+] Installing: minisign -> minisign
2025-08-20T21:13:12.7345159Z [+] Installing: ncdu -> ncdu
2025-08-20T21:13:13.4270619Z [+] Installing: notify -> notify
2025-08-20T21:13:14.7099699Z [+] Installing: ouch -> ouch
2025-08-20T21:13:15.3923017Z [+] Installing: oras -> oras
2025-08-20T21:13:16.0307910Z [+] Installing: pipetty -> pipetty
2025-08-20T21:13:16.6357357Z [+] Installing: pixterm -> pixterm
2025-08-20T21:13:17.2661867Z [+] Installing: qsv -> qsv
2025-08-20T21:13:17.9741042Z [+] Installing: rclone -> rclone
2025-08-20T21:13:18.7626489Z [+] Installing: ripgrep -> rg
2025-08-20T21:13:19.2927426Z [+] Installing: rga -> rga
2025-08-20T21:13:19.9125791Z [+] Installing: rsync -> rsync
2025-08-20T21:13:20.5389607Z [+] Installing: script -> script
2025-08-20T21:13:21.1685341Z [+] Installing: shellcheck -> shellcheck
2025-08-20T21:13:21.8074114Z [+] Installing: soar -> soar
2025-08-20T21:13:22.5036001Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T21:13:23.1580639Z [+] Installing: sstrip -> sstrip
2025-08-20T21:13:23.7491571Z [+] Installing: strace -> strace
2025-08-20T21:13:24.3670610Z [+] Installing: sttr -> sttr
2025-08-20T21:13:24.9962056Z [+] Installing: tailscale -> tailscale
2025-08-20T21:13:25.6717459Z [+] Installing: tailscaled -> tailscaled
2025-08-20T21:13:26.3708986Z [+] Installing: taplo -> taplo
2025-08-20T21:13:27.0311941Z [+] Installing: tldr -> tldr
2025-08-20T21:13:27.6746948Z [+] Installing: tldr -> tealdeer
2025-08-20T21:13:28.2067015Z [+] Installing: tmux -> tmux
2025-08-20T21:13:28.7519864Z [+] Installing: tok -> tok
2025-08-20T21:13:29.3727966Z [+] Installing: trufflehog -> trufflehog
2025-08-20T21:13:30.0044281Z [+] Installing: trurl -> trurl
2025-08-20T21:13:30.6256047Z [+] Installing: tss -> tss
2025-08-20T21:13:31.2334779Z [+] Installing: ulexec -> ulexec
2025-08-20T21:13:31.8652682Z [+] Installing: unfurl -> unfurl
2025-08-20T21:13:32.5071949Z [+] Installing: upx -> upx
2025-08-20T21:13:33.1935158Z [+] Installing: validtoml -> validtoml
2025-08-20T21:13:33.8352091Z [+] Installing: wget -> wget
2025-08-20T21:13:34.3636919Z [+] Installing: wget2 -> wget2
2025-08-20T21:13:34.9046964Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T21:13:35.5405290Z [+] Installing: xq -> xq
2025-08-20T21:13:36.2023809Z [+] Installing: xz -> xz
2025-08-20T21:13:36.7139157Z [+] Installing: unxz -> unxz
2025-08-20T21:13:37.3368676Z [+] Installing: yq -> yq
2025-08-20T21:13:37.8865155Z [+] Installing: yj -> yj
2025-08-20T21:13:38.5863213Z [+] Installing: zapper -> zapper
2025-08-20T21:13:39.4209308Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T21:13:40.0563490Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T21:13:40.6198567Z curl: (22) The requested URL returned error: 404
2025-08-20T21:13:40.6238618Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T21:13:40.6240095Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T21:13:41.2302106Z curl: (22) The requested URL returned error: 404
2025-08-20T21:13:41.2337602Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T21:13:41.2338672Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T21:13:41.8571777Z curl: (22) The requested URL returned error: 404
2025-08-20T21:13:41.8615132Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T21:13:41.8616417Z [+] Installing: zstd -> zstd
2025-08-20T21:13:42.4930264Z [+] Creating symlinks...
2025-08-20T21:13:42.5020362Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T21:13:42.5116467Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T21:13:42.5212258Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T21:13:42.5308087Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T21:13:42.5403638Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T21:13:42.5498680Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T21:13:42.5593284Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T21:13:42.5689486Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T21:13:42.5784295Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T21:13:42.5878913Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T21:13:42.5972997Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T21:13:42.6066795Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T21:13:42.6162652Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T21:13:42.6259350Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T21:13:42.6356051Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T21:13:42.6454127Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T21:13:42.6550004Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T21:13:42.6588124Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T21:13:42.6675014Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T21:13:42.6772191Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T21:13:42.6867483Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T21:13:42.6904605Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T21:13:42.6990971Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T21:13:42.7085842Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T21:13:42.7181115Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T21:13:42.7275161Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T21:13:42.7370772Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T21:13:42.7467497Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T21:13:42.7562562Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T21:13:42.7656971Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T21:13:42.7753966Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T21:13:42.7848754Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T21:13:42.7943902Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T21:13:42.8038634Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T21:13:42.8134460Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T21:13:42.8229494Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T21:13:42.8325019Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T21:13:42.8421016Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T21:13:42.8516518Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T21:13:42.8612135Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T21:13:42.8707206Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T21:13:42.8802436Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:13:42.8896914Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:13:42.8990686Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T21:13:42.9027996Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T21:13:42.9055493Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T21:13:42.9139450Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T21:13:42.9234385Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T21:13:42.9328331Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T21:13:42.9423440Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T21:13:42.9517718Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T21:13:42.9612619Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T21:13:42.9707082Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T21:13:42.9802593Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T21:13:42.9898166Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T21:13:42.9994061Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T21:13:43.0089618Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T21:13:43.0185479Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T21:13:43.0279846Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T21:13:43.0375434Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T21:13:43.0470340Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T21:13:43.0566779Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T21:13:43.0661929Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T21:13:43.0757435Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T21:13:43.0853788Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T21:13:43.0949436Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T21:13:43.1045380Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T21:13:43.1141786Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T21:13:43.1236479Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T21:13:43.1331489Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T21:13:43.1425756Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T21:13:43.1521466Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T21:13:43.1617247Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T21:13:43.1714248Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T21:13:43.1808768Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T21:13:43.1903793Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T21:13:43.2000457Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T21:13:43.2095729Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T21:13:43.2190538Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T21:13:43.2285588Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T21:13:43.2380526Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T21:13:43.2476470Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T21:13:43.2569942Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T21:13:43.2665560Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T21:13:43.2760557Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T21:13:43.2856629Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T21:13:43.2951147Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T21:13:43.3046386Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T21:13:43.3142729Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T21:13:43.3239085Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T21:13:43.3335282Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T21:13:43.3430990Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T21:13:43.3525730Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T21:13:43.3619921Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T21:13:43.3715620Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T21:13:43.3752581Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T21:13:43.3780229Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T21:13:43.3807766Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T21:13:43.3894806Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T21:13:43.3921057Z 
2025-08-20T21:13:43.3921762Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T21:13:43.3922406Z 
2025-08-20T21:13:43.3935697Z 
2025-08-20T21:13:43.4026886Z 
2025-08-20T21:13:43.4027324Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T21:13:43.4027701Z 
2025-08-20T21:13:43.4098058Z [+] Installation completed!
2025-08-20T21:13:43.4098335Z 
2025-08-20T21:13:43.4098435Z [+] GITHUB_TOKEN is Exported
2025-08-20T21:13:43.7959903Z github.com
2025-08-20T21:13:43.7960855Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T21:13:43.7961874Z   - Active account: true
2025-08-20T21:13:43.7962371Z   - Git operations protocol: https
2025-08-20T21:13:43.7962942Z   - Token: ghp_************************************
2025-08-20T21:13:43.7964437Z   - 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:13:43.7965894Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T21:13:43.7966507Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T21:13:44.0303088Z Limit: 5000, Remaining: 4216, Reset: 2025-08-20 21:25:35 +0000 UTC (11m51s)
2025-08-20T21:13:44.0314271Z 
2025-08-20T21:13:44.0314514Z [+] GHCR_TOKEN is Exported
2025-08-20T21:13:44.0352066Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T21:13:44.4383549Z Login Succeeded
2025-08-20T21:13:44.4394637Z 
2025-08-20T21:13:44.4394802Z [+] GITLAB is Exported
2025-08-20T21:13:44.4679984Z [git remote -v]
2025-08-20T21:13:44.6813529Z gitlab.com
2025-08-20T21:13:44.6814286Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T21:13:44.6815130Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T21:13:44.6815889Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T21:13:44.6816535Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T21:13:44.6817224Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T21:13:44.6817803Z   ✓ Token found: **************************
2025-08-20T21:13:44.6818049Z 
2025-08-20T21:13:44.6818544Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T21:13:44.6819331Z [git remote -v]
2025-08-20T21:13:44.6832701Z 2025/08/20 21:13:44 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T21:13:44.6833375Z git: exit status 128]
2025-08-20T21:13:45.0077738Z 
2025-08-20T21:13:45.0077964Z 
2025-08-20T21:13:45.0078906Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:13:45 PM)
2025-08-20T21:13:45.0079390Z 
2025-08-20T21:13:45.0079393Z 
2025-08-20T21:13:45.0079475Z [+] USER = runner
2025-08-20T21:13:45.0079683Z [+] HOME = /home/runner
2025-08-20T21:13:45.0083553Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T21:13:45.0087593Z 
2025-08-20T21:13:45.0713286Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:13:45.1797328Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:13:45.1798909Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:13:45.1807070Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:13:45.1808046Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:13:45.1813637Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:13:45.1819039Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:13:46.2782465Z Reading package lists...
2025-08-20T21:13:46.3096851Z Reading package lists...
2025-08-20T21:13:46.4747095Z Building dependency tree...
2025-08-20T21:13:46.4754887Z Reading state information...
2025-08-20T21:13:46.6443454Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:13:46.6444108Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:13:46.6444714Z ca-certificates is already the newest version (20240203).
2025-08-20T21:13:46.6445314Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:13:46.6445862Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:13:46.6446420Z moreutils is already the newest version (0.69-1).
2025-08-20T21:13:46.6447081Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T21:13:46.6447781Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:13:46.6448732Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:13:46.7167803Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:13:46.7431966Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:13:46.7439900Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:13:46.7445733Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:13:46.7451762Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:13:46.8218174Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:13:46.8242378Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:13:47.8771656Z Reading package lists...
2025-08-20T21:13:47.9088830Z Reading package lists...
2025-08-20T21:13:48.0742161Z Building dependency tree...
2025-08-20T21:13:48.0748977Z Reading state information...
2025-08-20T21:13:48.2232867Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:13:48.2233749Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:13:48.2234490Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:13:48.2235203Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:13:48.2235996Z ca-certificates is already the newest version (20240203).
2025-08-20T21:13:48.2236742Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:13:48.2237448Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:13:48.2238120Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:13:48.2238737Z gawk set to manually installed.
2025-08-20T21:13:48.2239196Z git-lfs is already the newest version (3.7.0).
2025-08-20T21:13:48.2239737Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:13:48.2240306Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:13:48.2240843Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:13:48.2241599Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:13:48.2241992Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:13:48.2242346Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:13:48.2242942Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:13:48.2243277Z The following additional packages will be installed:
2025-08-20T21:13:48.2243691Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T21:13:48.2244428Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T21:13:48.2244961Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T21:13:48.2245418Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T21:13:48.2245877Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T21:13:48.2246295Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:13:48.2246590Z Suggested packages:
2025-08-20T21:13:48.2246877Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T21:13:48.2247321Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T21:13:48.2247809Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T21:13:48.2248281Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T21:13:48.2248739Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T21:13:48.2249174Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T21:13:48.2249524Z   fonts-arphic-uming fonts-nanum
2025-08-20T21:13:48.2647212Z The following NEW packages will be installed:
2025-08-20T21:13:48.2648074Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T21:13:48.2649120Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T21:13:48.2650412Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T21:13:48.2650945Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T21:13:48.2651616Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T21:13:48.2653987Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T21:13:48.2655304Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:13:48.2833307Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:13:48.2833922Z Need to get 27.5 MB of archives.
2025-08-20T21:13:48.2834493Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T21:13:48.2835176Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:13:48.3780861Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T21:13:48.6966311Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T21:13:48.9481736Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T21:13:49.1099265Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T21:13:49.1916898Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T21:13:49.2740586Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T21:13:49.4365591Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T21:13:49.5979905Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T21:13:49.7676844Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T21:13:49.8630428Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T21:13:50.7151629Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T21:13:50.7986139Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T21:13:50.9600138Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T21:13:51.0426894Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T21:13:51.1307067Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T21:13:51.2139530Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T21:13:51.2953980Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T21:13:51.6997500Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 ghostscript amd64 10.02.1~dfsg1-0ubuntu7.7 [43.4 kB]
2025-08-20T21:13:51.7825440Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick-6.q16 amd64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T21:13:51.8684364Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick amd64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T21:13:51.9509025Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T21:13:52.0327642Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre21 amd64 3.5.28-2ubuntu0.24.04.1 [638 kB]
2025-08-20T21:13:52.1989497Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libimath-3-1-29t64 amd64 3.1.9-3.1ubuntu2 [72.2 kB]
2025-08-20T21:13:52.2814945Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T21:13:52.3682201Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr-tools amd64 1.2~git20170615.f752187-5.1ubuntu2 [15.8 kB]
2025-08-20T21:13:52.4502581Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libopenexr-3-1-30 amd64 3.1.5-5.1build3 [1004 kB]
2025-08-20T21:13:52.6295203Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwmflite-0.2-7 amd64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T21:13:52.7118459Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libmagickcore-6.q16-7-extra amd64 8:6.9.12.98+dfsg1-5.2build2 [70.1 kB]
2025-08-20T21:13:52.7952062Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T21:13:52.8781568Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T21:13:52.9598205Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T21:13:53.0432707Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T21:13:53.1267700Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T21:13:53.3727468Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T21:13:53.5352405Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T21:13:53.6991149Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T21:13:53.9398113Z Preconfiguring packages ...
2025-08-20T21:13:53.9947665Z Fetched 27.5 MB in 5s (5062 kB/s)
2025-08-20T21:13:54.0151867Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T21:13:54.0206287Z (Reading database ... 
2025-08-20T21:13:54.0206875Z (Reading database ... 5%
2025-08-20T21:13:54.0207290Z (Reading database ... 10%
2025-08-20T21:13:54.0207664Z (Reading database ... 15%
2025-08-20T21:13:54.0208026Z (Reading database ... 20%
2025-08-20T21:13:54.0208376Z (Reading database ... 25%
2025-08-20T21:13:54.0208985Z (Reading database ... 30%
2025-08-20T21:13:54.0209341Z (Reading database ... 35%
2025-08-20T21:13:54.0209691Z (Reading database ... 40%
2025-08-20T21:13:54.0210043Z (Reading database ... 45%
2025-08-20T21:13:54.0210382Z (Reading database ... 50%
2025-08-20T21:13:54.0231879Z (Reading database ... 55%
2025-08-20T21:13:54.0335792Z (Reading database ... 60%
2025-08-20T21:13:54.0358512Z (Reading database ... 65%
2025-08-20T21:13:54.0393761Z (Reading database ... 70%
2025-08-20T21:13:54.0418842Z (Reading database ... 75%
2025-08-20T21:13:54.0447783Z (Reading database ... 80%
2025-08-20T21:13:54.0581768Z (Reading database ... 85%
2025-08-20T21:13:54.0668954Z (Reading database ... 90%
2025-08-20T21:13:54.0919330Z (Reading database ... 95%
2025-08-20T21:13:54.0919779Z (Reading database ... 100%
2025-08-20T21:13:54.0920307Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T21:13:54.0959131Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T21:13:54.1157408Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:13:54.2628010Z Selecting previously unselected package poppler-data.
2025-08-20T21:13:54.2765360Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T21:13:54.2775116Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T21:13:54.3987014Z Selecting previously unselected package b3sum.
2025-08-20T21:13:54.4126824Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T21:13:54.4137100Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T21:13:54.4395899Z Selecting previously unselected package build-essential.
2025-08-20T21:13:54.4533117Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T21:13:54.4541858Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T21:13:54.4763297Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T21:13:54.4899447Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T21:13:54.4917474Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T21:13:54.5131620Z Selecting previously unselected package ccache.
2025-08-20T21:13:54.5266257Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T21:13:54.5275350Z Unpacking ccache (4.9.1-1) ...
2025-08-20T21:13:54.5593495Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T21:13:54.5726956Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T21:13:54.5735684Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T21:13:54.6012048Z Selecting previously unselected package xfonts-encodings.
2025-08-20T21:13:54.6145282Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T21:13:54.6154507Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:13:54.6450147Z Selecting previously unselected package xfonts-utils.
2025-08-20T21:13:54.6586738Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T21:13:54.6598099Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:13:54.6888860Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T21:13:54.7022112Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T21:13:54.7658601Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T21:13:54.8663627Z Selecting previously unselected package libgs-common.
2025-08-20T21:13:54.8801800Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:13:54.8813460Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:13:54.9059438Z Selecting previously unselected package libgs10-common.
2025-08-20T21:13:54.9195929Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:13:54.9206190Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:13:54.9852915Z Selecting previously unselected package libidn12:amd64.
2025-08-20T21:13:54.9988510Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T21:13:54.9998584Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T21:13:55.0212927Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T21:13:55.0346454Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T21:13:55.0367871Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T21:13:55.0576531Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T21:13:55.0709234Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T21:13:55.0718164Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T21:13:55.0947031Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T21:13:55.1077622Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T21:13:55.1086838Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T21:13:55.1298352Z Selecting previously unselected package libgs10:amd64.
2025-08-20T21:13:55.1428232Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T21:13:55.1437066Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:13:55.2532219Z Selecting previously unselected package ghostscript.
2025-08-20T21:13:55.2669175Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T21:13:55.2679348Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:13:55.2970652Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T21:13:55.3105610Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:13:55.3112987Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:13:55.4696598Z Selecting previously unselected package imagemagick.
2025-08-20T21:13:55.4832459Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:13:55.4839249Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:13:55.5025335Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T21:13:55.5160085Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T21:13:55.5168010Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:13:55.5400295Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T21:13:55.5533858Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T21:13:55.5542868Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:13:55.5819999Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T21:13:55.5952355Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T21:13:55.5961693Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:13:55.6179307Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T21:13:55.6311872Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T21:13:55.6319653Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:13:55.6544590Z Selecting previously unselected package libjxr-tools.
2025-08-20T21:13:55.6677118Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T21:13:55.6685192Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:13:55.6882853Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T21:13:55.7014828Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T21:13:55.7023926Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T21:13:55.7388955Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T21:13:55.7526194Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T21:13:55.7533425Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T21:13:55.7729696Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T21:13:55.7860255Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:13:55.7867958Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:13:55.8132874Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T21:13:55.8261458Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T21:13:55.8270529Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T21:13:55.8475086Z Selecting previously unselected package libpaper-utils.
2025-08-20T21:13:55.8604174Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T21:13:55.8612363Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T21:13:55.8802221Z Selecting previously unselected package libtool-bin.
2025-08-20T21:13:55.8931465Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T21:13:55.8938431Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T21:13:55.9151042Z Selecting previously unselected package lzip.
2025-08-20T21:13:55.9278472Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T21:13:55.9286288Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T21:13:55.9501906Z Selecting previously unselected package netpbm.
2025-08-20T21:13:55.9630997Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T21:13:55.9639129Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:13:56.1375927Z Selecting previously unselected package musl:amd64.
2025-08-20T21:13:56.1514798Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T21:13:56.1522737Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T21:13:56.1778132Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T21:13:56.1915116Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T21:13:56.1923486Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T21:13:56.2549527Z Selecting previously unselected package musl-tools.
2025-08-20T21:13:56.2687552Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T21:13:56.2695309Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T21:13:56.3099899Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T21:13:56.4510074Z 
2025-08-20T21:13:56.4510654Z Creating config file /etc/papersize with new version
2025-08-20T21:13:56.5234891Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T21:13:56.5254104Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T21:13:56.5280381Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T21:13:56.5303003Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T21:13:56.5324199Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:13:56.5343879Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T21:13:56.5363090Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T21:13:56.5385874Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T21:13:56.5495063Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:13:56.5513662Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T21:13:56.5535848Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T21:13:56.5592513Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T21:13:56.5637643Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T21:13:56.5682235Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T21:13:56.5703468Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:13:56.5723330Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:13:56.5744890Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T21:13:56.5779459Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:13:56.5799428Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:13:56.5867258Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T21:13:56.5911424Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T21:13:56.5965609Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T21:13:56.6011393Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T21:13:56.6067830Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T21:13:56.6111823Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T21:13:56.6167483Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T21:13:56.6212523Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T21:13:56.6270415Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T21:13:56.6315409Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T21:13:56.6370419Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T21:13:56.6416145Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T21:13:56.6473314Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T21:13:56.6518559Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T21:13:56.6573862Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T21:13:56.6620271Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T21:13:56.6676007Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T21:13:56.6721790Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T21:13:56.6778104Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T21:13:56.6824772Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T21:13:56.6881147Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T21:13:56.6929147Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T21:13:56.6947553Z Setting up b3sum (1.2.0-1) ...
2025-08-20T21:13:56.6969435Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T21:13:56.7002877Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T21:13:56.7023880Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:13:56.7218967Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:13:56.7237285Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T21:13:56.7259362Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:13:56.7277068Z Setting up ccache (4.9.1-1) ...
2025-08-20T21:13:56.7297666Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:13:56.7423115Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:13:56.7442661Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:13:56.7481187Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T21:13:56.7508306Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T21:13:56.7527442Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:13:56.7545593Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:13:56.7567469Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T21:13:56.9267770Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T21:13:56.9287555Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:13:56.9305499Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:13:56.9325618Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:13:56.9389425Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:13:57.2372288Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T21:13:57.6385615Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T21:13:58.0166083Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:13:59.5191881Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:14:06.5959873Z Reading package lists...
2025-08-20T21:14:06.7576139Z Building dependency tree...
2025-08-20T21:14:06.7584265Z Reading state information...
2025-08-20T21:14:06.9149678Z autoconf is already the newest version (2.71-3).
2025-08-20T21:14:06.9150221Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:14:06.9150691Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:14:06.9151125Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:14:06.9151958Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:14:06.9152413Z ca-certificates is already the newest version (20240203).
2025-08-20T21:14:06.9152829Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:14:06.9153220Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:14:06.9153942Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:14:06.9154358Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:14:06.9154758Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:14:06.9155175Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:14:06.9155532Z patch set to manually installed.
2025-08-20T21:14:06.9155888Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:14:06.9156317Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:14:06.9156714Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:14:06.9157103Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:14:06.9157461Z Suggested packages:
2025-08-20T21:14:06.9157694Z   scons-doc
2025-08-20T21:14:06.9288252Z The following NEW packages will be installed:
2025-08-20T21:14:06.9294728Z   autopoint byacc clang qemu-user-static scons
2025-08-20T21:14:06.9462642Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:14:06.9463265Z Need to get 15.8 MB of archives.
2025-08-20T21:14:06.9463824Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T21:14:06.9464484Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:14:07.1407819Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T21:14:07.6169353Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T21:14:07.6972860Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 qemu-user-static amd64 1:8.2.2+ds-0ubuntu1.9 [14.7 MB]
2025-08-20T21:14:08.4855827Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T21:14:08.6458807Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T21:14:08.9158947Z Fetched 15.8 MB in 2s (9139 kB/s)
2025-08-20T21:14:08.9334572Z Selecting previously unselected package autopoint.
2025-08-20T21:14:08.9388571Z (Reading database ... 
2025-08-20T21:14:08.9389092Z (Reading database ... 5%
2025-08-20T21:14:08.9389483Z (Reading database ... 10%
2025-08-20T21:14:08.9390112Z (Reading database ... 15%
2025-08-20T21:14:08.9390466Z (Reading database ... 20%
2025-08-20T21:14:08.9390813Z (Reading database ... 25%
2025-08-20T21:14:08.9391154Z (Reading database ... 30%
2025-08-20T21:14:08.9391667Z (Reading database ... 35%
2025-08-20T21:14:08.9392020Z (Reading database ... 40%
2025-08-20T21:14:08.9392329Z (Reading database ... 45%
2025-08-20T21:14:08.9392549Z (Reading database ... 50%
2025-08-20T21:14:08.9412401Z (Reading database ... 55%
2025-08-20T21:14:08.9508655Z (Reading database ... 60%
2025-08-20T21:14:08.9530456Z (Reading database ... 65%
2025-08-20T21:14:08.9565377Z (Reading database ... 70%
2025-08-20T21:14:08.9589905Z (Reading database ... 75%
2025-08-20T21:14:08.9620300Z (Reading database ... 80%
2025-08-20T21:14:08.9765359Z (Reading database ... 85%
2025-08-20T21:14:08.9849453Z (Reading database ... 90%
2025-08-20T21:14:09.0107921Z (Reading database ... 95%
2025-08-20T21:14:09.0108407Z (Reading database ... 100%
2025-08-20T21:14:09.0109037Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T21:14:09.0150412Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T21:14:09.0159826Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T21:14:09.0398965Z Selecting previously unselected package clang.
2025-08-20T21:14:09.0531759Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T21:14:09.0539212Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T21:14:09.0737639Z Selecting previously unselected package qemu-user-static.
2025-08-20T21:14:09.0871666Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T21:14:09.0878735Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:14:09.5198661Z Selecting previously unselected package scons.
2025-08-20T21:14:09.5336313Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T21:14:09.5342936Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T21:14:09.5986701Z Selecting previously unselected package byacc.
2025-08-20T21:14:09.6125992Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T21:14:09.6132721Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T21:14:09.6522643Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:14:09.6564596Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T21:14:09.6640461Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T21:14:09.6852147Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T21:14:10.0877116Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T21:14:10.0901643Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:14:14.1047696Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T21:14:15.5909269Z Reading package lists...
2025-08-20T21:14:15.7565905Z Building dependency tree...
2025-08-20T21:14:15.7574036Z Reading state information...
2025-08-20T21:14:15.9137791Z The following additional packages will be installed:
2025-08-20T21:14:15.9138651Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:14:15.9139340Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:14:15.9140091Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:14:15.9140937Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:14:15.9142031Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:14:15.9142703Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:14:15.9143620Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:14:15.9144593Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:14:15.9145360Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:14:15.9150998Z Suggested packages:
2025-08-20T21:14:15.9151672Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T21:14:15.9152410Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T21:14:15.9153504Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T21:14:15.9154242Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T21:14:15.9154858Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T21:14:15.9155368Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T21:14:15.9155871Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T21:14:15.9156443Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T21:14:15.9156861Z   wdiff-doc
2025-08-20T21:14:15.9157063Z Recommended packages:
2025-08-20T21:14:15.9157419Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T21:14:15.9157946Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T21:14:15.9158475Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T21:14:15.9159022Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T21:14:15.9330784Z The following NEW packages will be installed:
2025-08-20T21:14:15.9331831Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:14:15.9332498Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:14:15.9333208Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:14:15.9333837Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:14:15.9334358Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:14:15.9334841Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:14:15.9335900Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:14:15.9338362Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:14:15.9339061Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:14:15.9519717Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:14:15.9520111Z Need to get 2417 kB of archives.
2025-08-20T21:14:15.9520468Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T21:14:15.9521161Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:14:16.0504363Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T21:14:16.1314571Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T21:14:16.2114696Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T21:14:16.2917868Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T21:14:16.3721490Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T21:14:16.4556762Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T21:14:16.5358577Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T21:14:16.6165195Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T21:14:16.6969769Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T21:14:16.7772837Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T21:14:16.8579292Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T21:14:16.9385374Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T21:14:17.0197780Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T21:14:17.1003042Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T21:14:17.1807538Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T21:14:17.2614034Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T21:14:17.3432920Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T21:14:17.4259005Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T21:14:17.5078539Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T21:14:17.5880597Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T21:14:17.6685539Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T21:14:17.7615906Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T21:14:17.8434721Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T21:14:17.9242869Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T21:14:18.0056365Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T21:14:18.0859623Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T21:14:18.1670313Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T21:14:18.2497514Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T21:14:18.3308275Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T21:14:18.4115502Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T21:14:18.8305263Z Fetched 2417 kB in 3s (919 kB/s)
2025-08-20T21:14:18.8485289Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T21:14:18.8538661Z (Reading database ... 
2025-08-20T21:14:18.8539306Z (Reading database ... 5%
2025-08-20T21:14:18.8539710Z (Reading database ... 10%
2025-08-20T21:14:18.8540094Z (Reading database ... 15%
2025-08-20T21:14:18.8540459Z (Reading database ... 20%
2025-08-20T21:14:18.8540823Z (Reading database ... 25%
2025-08-20T21:14:18.8541418Z (Reading database ... 30%
2025-08-20T21:14:18.8541794Z (Reading database ... 35%
2025-08-20T21:14:18.8542148Z (Reading database ... 40%
2025-08-20T21:14:18.8542501Z (Reading database ... 45%
2025-08-20T21:14:18.8542864Z (Reading database ... 50%
2025-08-20T21:14:18.8563348Z (Reading database ... 55%
2025-08-20T21:14:18.8656608Z (Reading database ... 60%
2025-08-20T21:14:18.8677848Z (Reading database ... 65%
2025-08-20T21:14:18.8711055Z (Reading database ... 70%
2025-08-20T21:14:18.8735135Z (Reading database ... 75%
2025-08-20T21:14:18.8765819Z (Reading database ... 80%
2025-08-20T21:14:18.8909533Z (Reading database ... 85%
2025-08-20T21:14:18.8993646Z (Reading database ... 90%
2025-08-20T21:14:18.9252121Z (Reading database ... 95%
2025-08-20T21:14:18.9252651Z (Reading database ... 100%
2025-08-20T21:14:18.9253256Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T21:14:18.9293556Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T21:14:18.9303034Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:14:18.9505083Z Selecting previously unselected package libfile-which-perl.
2025-08-20T21:14:18.9638069Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T21:14:18.9645146Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T21:14:18.9840793Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T21:14:18.9975557Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T21:14:18.9983556Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T21:14:19.0203669Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T21:14:19.0336457Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T21:14:19.0344162Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T21:14:19.0534230Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T21:14:19.0671406Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T21:14:19.0679569Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:14:19.0881373Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T21:14:19.1016235Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T21:14:19.1023987Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:14:19.1231111Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T21:14:19.1367121Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T21:14:19.1374343Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:14:19.1574087Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T21:14:19.1709840Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T21:14:19.1717252Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:14:19.1909592Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T21:14:19.2043697Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T21:14:19.2051176Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:14:19.2249394Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T21:14:19.2383746Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T21:14:19.2390702Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:14:19.2588895Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T21:14:19.2723968Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T21:14:19.2731650Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:14:19.2921706Z Selecting previously unselected package libimport-into-perl.
2025-08-20T21:14:19.3056195Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T21:14:19.3063361Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T21:14:19.3250721Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T21:14:19.3385916Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T21:14:19.3393470Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T21:14:19.3600078Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T21:14:19.3734694Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T21:14:19.3741917Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:14:19.3932539Z Selecting previously unselected package libmoo-perl.
2025-08-20T21:14:19.4066018Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T21:14:19.4074215Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T21:14:19.4292230Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T21:14:19.4427888Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T21:14:19.4434227Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T21:14:19.4986119Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T21:14:19.5121421Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T21:14:19.5130759Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T21:14:19.5595329Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T21:14:19.5731747Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T21:14:19.5738518Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:14:19.5934799Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T21:14:19.6069587Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T21:14:19.6077633Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:14:19.6264366Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T21:14:19.6399579Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T21:14:19.6407906Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:14:19.6604093Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T21:14:19.6739249Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T21:14:19.6748605Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:14:19.7168312Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T21:14:19.7305095Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T21:14:19.7311909Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:14:19.7551775Z Selecting previously unselected package libnet-http-perl.
2025-08-20T21:14:19.7686950Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T21:14:19.7694500Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T21:14:19.7893501Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T21:14:19.8027841Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T21:14:19.8037864Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:14:19.8235640Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T21:14:19.8369007Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T21:14:19.8376664Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T21:14:19.8572489Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T21:14:19.8709650Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T21:14:19.8718087Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:14:19.8923112Z Selecting previously unselected package libwww-perl.
2025-08-20T21:14:19.9061421Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T21:14:19.9068668Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T21:14:19.9353489Z Selecting previously unselected package patchutils.
2025-08-20T21:14:19.9490909Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T21:14:19.9500699Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T21:14:19.9750186Z Selecting previously unselected package wdiff.
2025-08-20T21:14:19.9888893Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T21:14:19.9895624Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T21:14:20.0123563Z Selecting previously unselected package devscripts.
2025-08-20T21:14:20.0259804Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T21:14:20.0458606Z Unpacking devscripts (2.23.7) ...
2025-08-20T21:14:20.1662613Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T21:14:20.1680666Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:14:20.1698458Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T21:14:20.1720737Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T21:14:20.1741610Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:14:20.1761977Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:14:20.1780188Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:14:20.1804157Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T21:14:20.1825696Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T21:14:20.1847447Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:14:20.1867674Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T21:14:20.1887320Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T21:14:20.1907273Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:14:20.1925115Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:14:20.1945742Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T21:14:20.1964744Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:14:20.1982694Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:14:20.2002042Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:14:20.2022336Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T21:14:20.2048970Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T21:14:20.2068250Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:14:20.2088977Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:14:20.2109069Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:14:20.2128825Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:14:20.2148491Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:14:20.2167628Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T21:14:20.2188741Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T21:14:20.2218092Z Setting up libwww-perl (6.76-1) ...
2025-08-20T21:14:20.2245198Z Setting up devscripts (2.23.7) ...
2025-08-20T21:14:20.3441087Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:14:20.3468993Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:14:25.1650619Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:14:26.6547821Z Reading package lists...
2025-08-20T21:14:26.8094369Z Building dependency tree...
2025-08-20T21:14:26.8102475Z Reading state information...
2025-08-20T21:14:26.9580330Z The following additional packages will be installed:
2025-08-20T21:14:26.9587537Z   cmake-data libjsoncpp25 librhash0
2025-08-20T21:14:26.9593621Z Suggested packages:
2025-08-20T21:14:26.9593990Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T21:14:26.9725750Z The following NEW packages will be installed:
2025-08-20T21:14:26.9732256Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T21:14:26.9898995Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:14:26.9899608Z Need to get 13.6 MB of archives.
2025-08-20T21:14:26.9900172Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T21:14:26.9900850Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:14:27.0902237Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T21:14:27.2084194Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T21:14:27.3007954Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T21:14:27.5461654Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T21:14:28.3059112Z Fetched 13.6 MB in 1s (12.6 MB/s)
2025-08-20T21:14:28.3244073Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T21:14:28.3299570Z (Reading database ... 
2025-08-20T21:14:28.3300160Z (Reading database ... 5%
2025-08-20T21:14:28.3300533Z (Reading database ... 10%
2025-08-20T21:14:28.3300922Z (Reading database ... 15%
2025-08-20T21:14:28.3301163Z (Reading database ... 20%
2025-08-20T21:14:28.3301777Z (Reading database ... 25%
2025-08-20T21:14:28.3302124Z (Reading database ... 30%
2025-08-20T21:14:28.3302475Z (Reading database ... 35%
2025-08-20T21:14:28.3302818Z (Reading database ... 40%
2025-08-20T21:14:28.3303197Z (Reading database ... 45%
2025-08-20T21:14:28.3303534Z (Reading database ... 50%
2025-08-20T21:14:28.3324714Z (Reading database ... 55%
2025-08-20T21:14:28.3418675Z (Reading database ... 60%
2025-08-20T21:14:28.3440763Z (Reading database ... 65%
2025-08-20T21:14:28.3475486Z (Reading database ... 70%
2025-08-20T21:14:28.3500339Z (Reading database ... 75%
2025-08-20T21:14:28.3532837Z (Reading database ... 80%
2025-08-20T21:14:28.3683549Z (Reading database ... 85%
2025-08-20T21:14:28.3761774Z (Reading database ... 90%
2025-08-20T21:14:28.4028381Z (Reading database ... 95%
2025-08-20T21:14:28.4029188Z (Reading database ... 100%
2025-08-20T21:14:28.4029804Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T21:14:28.4072198Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T21:14:28.4088916Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:14:28.4318123Z Selecting previously unselected package librhash0:amd64.
2025-08-20T21:14:28.4450946Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T21:14:28.4458578Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:14:28.4678438Z Selecting previously unselected package cmake-data.
2025-08-20T21:14:28.4822075Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T21:14:28.4873540Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T21:14:29.0353410Z Selecting previously unselected package cmake.
2025-08-20T21:14:29.0504947Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T21:14:29.0512982Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T21:14:29.2426283Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:14:29.2445206Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:14:29.2463331Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T21:14:29.2523279Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T21:14:29.2544348Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:14:33.4573100Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:14:34.0172547Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}
2025-08-20T21:14:34.0174449Z Running kernel seems to be up-to-date.
2025-08-20T21:14:34.0174778Z 
2025-08-20T21:14:34.0174937Z Restarting services...
2025-08-20T21:14:34.0231498Z 
2025-08-20T21:14:34.0231938Z Service restarts being deferred:
2025-08-20T21:14:34.0232466Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:14:34.0232852Z 
2025-08-20T21:14:34.0233012Z No containers need to be restarted.
2025-08-20T21:14:34.0233312Z 
2025-08-20T21:14:34.0233505Z No user sessions are running outdated binaries.
2025-08-20T21:14:34.0233842Z 
2025-08-20T21:14:34.0234149Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:14:34.9075622Z Reading package lists...
2025-08-20T21:14:35.0736010Z Building dependency tree...
2025-08-20T21:14:35.0743966Z Reading state information...
2025-08-20T21:14:35.2433497Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:14:35.2434248Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:14:35.2434834Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:14:35.2435388Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:14:35.2435908Z b3sum is already the newest version (1.2.0-1).
2025-08-20T21:14:35.2436493Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:14:35.2437123Z ca-certificates is already the newest version (20240203).
2025-08-20T21:14:35.2437673Z ccache is already the newest version (4.9.1-1).
2025-08-20T21:14:35.2438240Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:14:35.2438748Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:14:35.2439298Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:14:35.2439824Z git-lfs is already the newest version (3.7.0).
2025-08-20T21:14:35.2440399Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T21:14:35.2441597Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T21:14:35.2442144Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:14:35.2442681Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:14:35.2443128Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:14:35.2443479Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:14:35.2443783Z musl is already the newest version (1.2.4-2).
2025-08-20T21:14:35.2444075Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T21:14:35.2444377Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T21:14:35.2444735Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:14:35.2445116Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:14:35.2445500Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:14:35.2446023Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:14:35.2446512Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:14:35.2671533Z Reading package lists...
2025-08-20T21:14:35.4222243Z Building dependency tree...
2025-08-20T21:14:35.4230112Z Reading state information...
2025-08-20T21:14:35.5922803Z autoconf is already the newest version (2.71-3).
2025-08-20T21:14:35.5923466Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:14:35.5924140Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T21:14:35.5924706Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:14:35.5925306Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:14:35.5925942Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:14:35.5926815Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T21:14:35.5927434Z ca-certificates is already the newest version (20240203).
2025-08-20T21:14:35.5928026Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T21:14:35.5928589Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:14:35.5929131Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:14:35.5929685Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:14:35.5930249Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:14:35.5930803Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:14:35.5931149Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:14:35.5931727Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:14:35.5932094Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:14:35.5932496Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:14:35.5932881Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:14:35.5933233Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:14:35.5933761Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:14:35.5934249Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:14:35.6158549Z Reading package lists...
2025-08-20T21:14:35.7688059Z Building dependency tree...
2025-08-20T21:14:35.7695826Z Reading state information...
2025-08-20T21:14:35.9384627Z devscripts is already the newest version (2.23.7).
2025-08-20T21:14:35.9385097Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:14:35.9615298Z Reading package lists...
2025-08-20T21:14:36.1315874Z Building dependency tree...
2025-08-20T21:14:36.1323475Z Reading state information...
2025-08-20T21:14:36.3058934Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T21:14:36.3059625Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:14:36.3300815Z Reading package lists...
2025-08-20T21:14:36.5048409Z Building dependency tree...
2025-08-20T21:14:36.5056492Z Reading state information...
2025-08-20T21:14:36.6672786Z Suggested packages:
2025-08-20T21:14:36.6673498Z   binutils-doc
2025-08-20T21:14:36.6940414Z The following NEW packages will be installed:
2025-08-20T21:14:36.6947765Z   binutils-aarch64-linux-gnu
2025-08-20T21:14:36.7139213Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:14:36.7370415Z Need to get 3711 kB of archives.
2025-08-20T21:14:36.7370976Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T21:14:36.7371818Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:14:36.9152023Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-aarch64-linux-gnu amd64 2.42-4ubuntu2.5 [3711 kB]
2025-08-20T21:14:37.4203747Z Fetched 3711 kB in 0s (8503 kB/s)
2025-08-20T21:14:37.4416710Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T21:14:37.4472646Z (Reading database ... 
2025-08-20T21:14:37.4473078Z (Reading database ... 5%
2025-08-20T21:14:37.4473474Z (Reading database ... 10%
2025-08-20T21:14:37.4473856Z (Reading database ... 15%
2025-08-20T21:14:37.4474129Z (Reading database ... 20%
2025-08-20T21:14:37.4474371Z (Reading database ... 25%
2025-08-20T21:14:37.4474621Z (Reading database ... 30%
2025-08-20T21:14:37.4474900Z (Reading database ... 35%
2025-08-20T21:14:37.4475142Z (Reading database ... 40%
2025-08-20T21:14:37.4475388Z (Reading database ... 45%
2025-08-20T21:14:37.4475634Z (Reading database ... 50%
2025-08-20T21:14:37.4496083Z (Reading database ... 55%
2025-08-20T21:14:37.4593868Z (Reading database ... 60%
2025-08-20T21:14:37.4616632Z (Reading database ... 65%
2025-08-20T21:14:37.4652484Z (Reading database ... 70%
2025-08-20T21:14:37.4676708Z (Reading database ... 75%
2025-08-20T21:14:37.4710168Z (Reading database ... 80%
2025-08-20T21:14:37.4876206Z (Reading database ... 85%
2025-08-20T21:14:37.4957113Z (Reading database ... 90%
2025-08-20T21:14:37.5231139Z (Reading database ... 95%
2025-08-20T21:14:37.5231710Z (Reading database ... 100%
2025-08-20T21:14:37.5232121Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T21:14:37.5275808Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:14:37.5291783Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:14:37.6794959Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:14:37.6821955Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:14:37.6959477Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:14:43.1891357Z Reading package lists...
2025-08-20T21:14:43.3385388Z Building dependency tree...
2025-08-20T21:14:43.3393293Z Reading state information...
2025-08-20T21:14:43.4879089Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:14:43.4880091Z The following additional packages will be installed:
2025-08-20T21:14:43.4880954Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:14:43.4882170Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:14:43.4882926Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:14:43.4883867Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:14:43.4884642Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:14:43.4885135Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:14:43.4885724Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:14:43.4886431Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:14:43.4887005Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:14:43.4887497Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:14:43.4887997Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:14:43.4888524Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:14:43.4889054Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:14:43.4889903Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:14:43.4890409Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:14:43.4890904Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:14:43.4891544Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:14:43.4892016Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:14:43.4892469Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:14:43.4893219Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:14:43.4894051Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:14:43.4894523Z   linux-libc-dev-armhf-cross
2025-08-20T21:14:43.4894786Z Suggested packages:
2025-08-20T21:14:43.4895128Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T21:14:43.4895669Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T21:14:43.5422235Z The following NEW packages will be installed:
2025-08-20T21:14:43.5423078Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:14:43.5424065Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:14:43.5425092Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:14:43.5426068Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:14:43.5427006Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T21:14:43.5428078Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:14:43.5428554Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:14:43.5429006Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:14:43.5429516Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:14:43.5429986Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:14:43.5430441Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:14:43.5430903Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:14:43.5431570Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:14:43.5432392Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:14:43.5433219Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:14:43.5433869Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:14:43.5434344Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:14:43.5434811Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:14:43.5435249Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:14:43.5435692Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:14:43.5436149Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:14:43.5436636Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:14:43.5437050Z   linux-libc-dev-armhf-cross
2025-08-20T21:14:43.5637356Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:14:43.5637980Z Need to get 171 MB of archives.
2025-08-20T21:14:43.5638518Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T21:14:43.5639162Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:14:43.6628951Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:14:43.7468947Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [10.8 MB]
2025-08-20T21:14:44.5203514Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:14:44.6020640Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 cpp-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T21:14:45.1875793Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:14:45.2712435Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T21:14:45.9184333Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [5332 B]
2025-08-20T21:14:45.9983338Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 cpp-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [4452 B]
2025-08-20T21:14:46.0777817Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [5324 B]
2025-08-20T21:14:46.1572690Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T21:14:46.2375490Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T21:14:46.3165497Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T21:14:46.5575660Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [61.9 kB]
2025-08-20T21:14:46.6379390Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [110 kB]
2025-08-20T21:14:46.7188179Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libitm1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [31.5 kB]
2025-08-20T21:14:46.7984150Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [11.4 kB]
2025-08-20T21:14:46.8784316Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [524 kB]
2025-08-20T21:14:47.0374544Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblsan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [238 kB]
2025-08-20T21:14:47.1198841Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libtsan2-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [500 kB]
2025-08-20T21:14:47.2773603Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [658 kB]
2025-08-20T21:14:47.4395233Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [219 kB]
2025-08-20T21:14:47.5220623Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libhwasan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [303 kB]
2025-08-20T21:14:47.6070496Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2616 kB]
2025-08-20T21:14:47.9260857Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [21.1 MB]
2025-08-20T21:14:48.8703525Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-arm64-cross all 6.8.0-25.25cross1 [1375 kB]
2025-08-20T21:14:49.1165956Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T21:14:49.3684839Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2657 kB]
2025-08-20T21:14:49.6983659Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [12.2 MB]
2025-08-20T21:14:50.5168286Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 binutils-arm-linux-gnueabi amd64 2.42-4ubuntu2.5 [3553 kB]
2025-08-20T21:14:50.9318774Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T21:14:51.0136309Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T21:14:51.0945975Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T21:14:51.3496049Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T21:14:51.4334047Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T21:14:51.5251148Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T21:14:51.6060191Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T21:14:52.0137830Z Get:38 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T21:14:52.1814517Z Get:39 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T21:14:52.4219323Z Get:40 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T21:14:52.5912888Z Get:41 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T21:14:53.5826084Z Get:42 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T21:14:53.8277130Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T21:14:54.0753353Z Get:44 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T21:14:54.3963410Z Get:45 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 g++-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T21:14:55.1797553Z Get:46 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-arm-linux-gnueabihf amd64 2.42-4ubuntu2.5 [3552 kB]
2025-08-20T21:14:55.5931442Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T21:14:55.8378037Z Get:48 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T21:14:55.9175242Z Get:49 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T21:14:55.9986063Z Get:50 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T21:14:56.0795271Z Get:51 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T21:14:56.4775884Z Get:52 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T21:14:56.6480693Z Get:53 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T21:14:56.8836039Z Get:54 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T21:14:57.1197666Z Get:55 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T21:14:58.2415077Z Get:56 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T21:14:58.4864293Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T21:14:58.7324287Z Get:58 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T21:14:59.0612041Z Get:59 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T21:14:59.9256382Z Get:60 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [1210 B]
2025-08-20T21:15:00.0049256Z Get:61 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [962 B]
2025-08-20T21:15:00.0853194Z Get:62 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 gcc-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T21:15:00.1661147Z Get:63 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 g++-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [944 B]
2025-08-20T21:15:00.2466290Z Get:64 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [1230 B]
2025-08-20T21:15:00.3271017Z Get:65 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T21:15:00.6498454Z Fetched 171 MB in 17s (10.2 MB/s)
2025-08-20T21:15:00.6696878Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T21:15:00.6753590Z (Reading database ... 
2025-08-20T21:15:00.6754034Z (Reading database ... 5%
2025-08-20T21:15:00.6754631Z (Reading database ... 10%
2025-08-20T21:15:00.6755062Z (Reading database ... 15%
2025-08-20T21:15:00.6755433Z (Reading database ... 20%
2025-08-20T21:15:00.6755761Z (Reading database ... 25%
2025-08-20T21:15:00.6756001Z (Reading database ... 30%
2025-08-20T21:15:00.6756236Z (Reading database ... 35%
2025-08-20T21:15:00.6756466Z (Reading database ... 40%
2025-08-20T21:15:00.6756702Z (Reading database ... 45%
2025-08-20T21:15:00.6756932Z (Reading database ... 50%
2025-08-20T21:15:00.6779341Z (Reading database ... 55%
2025-08-20T21:15:00.6880347Z (Reading database ... 60%
2025-08-20T21:15:00.6902946Z (Reading database ... 65%
2025-08-20T21:15:00.6940055Z (Reading database ... 70%
2025-08-20T21:15:00.6964417Z (Reading database ... 75%
2025-08-20T21:15:00.6998108Z (Reading database ... 80%
2025-08-20T21:15:00.7150065Z (Reading database ... 85%
2025-08-20T21:15:00.7226424Z (Reading database ... 90%
2025-08-20T21:15:00.7509266Z (Reading database ... 95%
2025-08-20T21:15:00.7509727Z (Reading database ... 100%
2025-08-20T21:15:00.7510259Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T21:15:00.7555831Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:15:00.7565589Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:00.7776946Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T21:15:00.7918137Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:15:00.7947624Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:00.9344634Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T21:15:00.9484433Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:15:00.9492170Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:00.9694901Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T21:15:00.9835261Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:15:00.9864072Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:01.1175120Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T21:15:01.1314396Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:15:01.1322199Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:01.1527149Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T21:15:01.1667037Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:15:01.1699586Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:01.3062944Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T21:15:01.3204327Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:15:01.3211722Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:15:01.3413850Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T21:15:01.3555788Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:15:01.3563169Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:15:01.3763855Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T21:15:01.3907020Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:15:01.3915068Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:15:01.4112606Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T21:15:01.4253512Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:01.4260982Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:01.4464186Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T21:15:01.4605849Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:01.4613623Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:01.4817361Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T21:15:01.4959505Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:15:01.4967359Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:15:01.5362024Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T21:15:01.5504247Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:01.5511771Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:01.5715302Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T21:15:01.5857643Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:01.5866183Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:01.6088142Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T21:15:01.6229585Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:01.6236733Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:01.6447287Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T21:15:01.6591761Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:01.6599594Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:01.6801941Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T21:15:01.6945861Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:01.6953844Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:01.7267571Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T21:15:01.7411854Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:01.7419821Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:01.7669695Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T21:15:01.7819214Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:01.7826760Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:01.8129169Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T21:15:01.8273548Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:01.8280473Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:01.8626293Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T21:15:01.8770090Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:01.8778110Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:01.9016239Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T21:15:01.9163915Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:01.9171621Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:01.9429043Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T21:15:01.9578301Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:01.9586160Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:02.0617478Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T21:15:02.0761156Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:15:02.0791547Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:02.3443998Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T21:15:02.3586270Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:15:02.3594002Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:15:02.5398697Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T21:15:02.5544437Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:15:02.5552082Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:15:02.6878851Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T21:15:02.7024531Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:02.7031748Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:02.9337796Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T21:15:02.9484569Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:15:02.9514188Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:03.1023898Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T21:15:03.1165189Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:15:03.1179603Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:15:03.2039267Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T21:15:03.2182711Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:03.2190142Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:03.2383551Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T21:15:03.2524451Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:03.2531632Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:03.2727359Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T21:15:03.2866766Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:15:03.2873951Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:15:03.3209964Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T21:15:03.3350566Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:03.3358076Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:03.3553847Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T21:15:03.3692816Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:03.3700708Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:03.3907032Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T21:15:03.4046199Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:03.4053727Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:03.4247444Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T21:15:03.4386264Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:03.4393646Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:03.5037785Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T21:15:03.5180728Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:03.5192211Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:03.5474521Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T21:15:03.5615706Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:03.5623016Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:03.5972043Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T21:15:03.6112630Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:03.6122628Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:03.6639032Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T21:15:03.6781133Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:15:03.6810025Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:03.9182800Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T21:15:03.9326360Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:15:03.9334134Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:15:04.1132171Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T21:15:04.1276854Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:15:04.1283732Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:15:04.2473601Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T21:15:04.2617696Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:04.2624675Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:04.4555552Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T21:15:04.4701686Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:15:04.4730362Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:04.6078763Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T21:15:04.6223352Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:15:04.6230927Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:15:04.7155679Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T21:15:04.7300398Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:15:04.7307658Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:15:04.7658387Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T21:15:04.7802210Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:04.7809234Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:04.8007255Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T21:15:04.8147100Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:04.8153917Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:04.8364559Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T21:15:04.8504165Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:04.8511585Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:04.8700672Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T21:15:04.8838829Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:04.8846133Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:04.9452449Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T21:15:04.9594111Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:04.9601707Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:04.9880055Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T21:15:05.0022288Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:05.0031504Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:05.0377659Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T21:15:05.0519597Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:05.0527039Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:05.1017547Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T21:15:05.1159016Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:15:05.1189041Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:05.3581396Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T21:15:05.3725834Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:15:05.3733532Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:15:05.5483751Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T21:15:05.5631621Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:15:05.5638424Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:15:05.6795647Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T21:15:05.6940254Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:15:05.6947909Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:05.8959832Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T21:15:05.9106671Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:15:05.9138534Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.0556062Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T21:15:06.0698962Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:15:06.0706964Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:15:06.0904275Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T21:15:06.1046181Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:15:06.1054160Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:15:06.1259634Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T21:15:06.1401754Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:15:06.1409529Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:15:06.1610348Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T21:15:06.1751870Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:15:06.1759362Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:15:06.1939609Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T21:15:06.2081166Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:15:06.2088211Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:15:06.2283103Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T21:15:06.2422690Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:15:06.2430196Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:15:06.2861800Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:15:06.2883790Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:15:06.2901429Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.2922822Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.2947603Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.2968608Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:15:06.2986818Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3007963Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:15:06.3029676Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:15:06.3048955Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3068730Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:15:06.3091751Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:15:06.3113269Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3133380Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3152505Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3173775Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:15:06.3194410Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:15:06.3214423Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3234065Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3256083Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3277642Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3301457Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3321049Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3340316Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3361702Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3381442Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3399896Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3419856Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3438967Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3459197Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:15:06.3479422Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3500997Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:15:06.3521060Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3540887Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3559836Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3578883Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:15:06.3599214Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:15:06.3619943Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3639435Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3659592Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3678419Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3698663Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3718449Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:15:06.3738329Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3758508Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3779330Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3799127Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3819960Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3840114Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3862017Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3882388Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3902798Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:15:06.3923184Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3951458Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3972458Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.3997275Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.4017137Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.4037753Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:15:06.4057017Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:15:06.4077774Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.4097381Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:15:06.4118271Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:15:06.4137387Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:15:06.4158054Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:15:06.4183480Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T21:15:06.4198927Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:15:06.4283554Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:15:10.7010622Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:15:12.0928528Z Reading package lists...
2025-08-20T21:15:12.2364154Z Building dependency tree...
2025-08-20T21:15:12.2372370Z Reading state information...
2025-08-20T21:15:12.3816977Z The following additional packages will be installed:
2025-08-20T21:15:12.3817978Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:15:12.3820893Z   libpcap0.8-dev
2025-08-20T21:15:12.4080450Z The following NEW packages will be installed:
2025-08-20T21:15:12.4081365Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:15:12.4084972Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T21:15:12.4247112Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:15:12.4471709Z Need to get 1613 kB of archives.
2025-08-20T21:15:12.4472306Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T21:15:12.4472760Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:15:12.5439622Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdbus-1-dev amd64 1.14.10-4ubuntu4.1 [190 kB]
2025-08-20T21:15:12.6296822Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T21:15:12.7140352Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-3-dev amd64 3.7.0-0.3build1.1 [99.5 kB]
2025-08-20T21:15:12.7999359Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-route-3-dev amd64 3.7.0-0.3build1.1 [216 kB]
2025-08-20T21:15:12.9610150Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T21:15:13.2049618Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T21:15:13.3667689Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T21:15:13.4473734Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T21:15:13.7050366Z Fetched 1613 kB in 1s (1593 kB/s)
2025-08-20T21:15:13.7248910Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T21:15:13.7307957Z (Reading database ... 
2025-08-20T21:15:13.7308395Z (Reading database ... 5%
2025-08-20T21:15:13.7308692Z (Reading database ... 10%
2025-08-20T21:15:13.7309079Z (Reading database ... 15%
2025-08-20T21:15:13.7309428Z (Reading database ... 20%
2025-08-20T21:15:13.7309649Z (Reading database ... 25%
2025-08-20T21:15:13.7309882Z (Reading database ... 30%
2025-08-20T21:15:13.7310235Z (Reading database ... 35%
2025-08-20T21:15:13.7310584Z (Reading database ... 40%
2025-08-20T21:15:13.7310929Z (Reading database ... 45%
2025-08-20T21:15:13.7311433Z (Reading database ... 50%
2025-08-20T21:15:13.7407377Z (Reading database ... 55%
2025-08-20T21:15:13.7427279Z (Reading database ... 60%
2025-08-20T21:15:13.7449142Z (Reading database ... 65%
2025-08-20T21:15:13.7488168Z (Reading database ... 70%
2025-08-20T21:15:13.7511431Z (Reading database ... 75%
2025-08-20T21:15:13.7543814Z (Reading database ... 80%
2025-08-20T21:15:13.7696796Z (Reading database ... 85%
2025-08-20T21:15:13.7780492Z (Reading database ... 90%
2025-08-20T21:15:13.8046203Z (Reading database ... 95%
2025-08-20T21:15:13.8046720Z (Reading database ... 100%
2025-08-20T21:15:13.8047340Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T21:15:13.8088104Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T21:15:13.8096684Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:15:13.8779168Z Selecting previously unselected package libjudydebian1.
2025-08-20T21:15:13.8916461Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T21:15:13.8930147Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:15:13.9139790Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T21:15:13.9276343Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:15:13.9284088Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:15:13.9684624Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T21:15:13.9822979Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:15:13.9829976Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:15:14.0062763Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T21:15:14.0201081Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T21:15:14.0208098Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:15:14.0867406Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T21:15:14.1007385Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:15:14.1036270Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:15:14.1382341Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T21:15:14.1521911Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:15:14.1528855Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:15:14.1731604Z Selecting previously unselected package pcaputils.
2025-08-20T21:15:14.1868397Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T21:15:14.1898095Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T21:15:14.2320115Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:15:14.2341998Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:15:14.4159328Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:15:14.4179628Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T21:15:14.4271335Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T21:15:14.7300234Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:15:14.7317554Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:15:14.7367702Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:15:14.7510885Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:15:19.3750965Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:15:19.4202792Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:15:19.4225623Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:15:20.8927324Z Reading package lists...
2025-08-20T21:15:21.0421662Z Building dependency tree...
2025-08-20T21:15:21.0424495Z Reading state information...
2025-08-20T21:15:21.0814346Z Reading package lists...
2025-08-20T21:15:21.2417741Z Building dependency tree...
2025-08-20T21:15:21.2426570Z Reading state information...
2025-08-20T21:15:21.3883860Z The following additional packages will be installed:
2025-08-20T21:15:21.3888109Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T21:15:21.3893632Z Suggested packages:
2025-08-20T21:15:21.3894209Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T21:15:21.3894923Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T21:15:21.4044215Z The following NEW packages will be installed:
2025-08-20T21:15:21.4044963Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T21:15:21.4048784Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T21:15:21.4214844Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:15:21.4215612Z Need to get 800 kB of archives.
2025-08-20T21:15:21.4215951Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T21:15:21.4216344Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:15:21.5156940Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T21:15:21.5963579Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T21:15:21.6765438Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T21:15:21.8358364Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T21:15:21.9162355Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-pkg-config-dev amd64 0.3.27-1 [21.5 kB]
2025-08-20T21:15:21.9995471Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblzma-dev amd64 5.6.1+really5.4.5-1ubuntu0.2 [176 kB]
2025-08-20T21:15:22.0820234Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-lzma-sys-dev amd64 0.1.20-1 [10.9 kB]
2025-08-20T21:15:22.1639699Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T21:15:22.2594021Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T21:15:22.5232806Z Fetched 800 kB in 1s (943 kB/s)
2025-08-20T21:15:22.5431804Z Selecting previously unselected package liblz1:amd64.
2025-08-20T21:15:22.5491918Z (Reading database ... 
2025-08-20T21:15:22.5492361Z (Reading database ... 5%
2025-08-20T21:15:22.5492751Z (Reading database ... 10%
2025-08-20T21:15:22.5493111Z (Reading database ... 15%
2025-08-20T21:15:22.5493721Z (Reading database ... 20%
2025-08-20T21:15:22.5493955Z (Reading database ... 25%
2025-08-20T21:15:22.5494170Z (Reading database ... 30%
2025-08-20T21:15:22.5494380Z (Reading database ... 35%
2025-08-20T21:15:22.5494600Z (Reading database ... 40%
2025-08-20T21:15:22.5494802Z (Reading database ... 45%
2025-08-20T21:15:22.5494999Z (Reading database ... 50%
2025-08-20T21:15:22.5591439Z (Reading database ... 55%
2025-08-20T21:15:22.5611495Z (Reading database ... 60%
2025-08-20T21:15:22.5633688Z (Reading database ... 65%
2025-08-20T21:15:22.5673341Z (Reading database ... 70%
2025-08-20T21:15:22.5701520Z (Reading database ... 75%
2025-08-20T21:15:22.5730724Z (Reading database ... 80%
2025-08-20T21:15:22.5885977Z (Reading database ... 85%
2025-08-20T21:15:22.5970174Z (Reading database ... 90%
2025-08-20T21:15:22.6252789Z (Reading database ... 95%
2025-08-20T21:15:22.6253257Z (Reading database ... 100%
2025-08-20T21:15:22.6253802Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T21:15:22.6297278Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T21:15:22.6313447Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T21:15:22.6554026Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T21:15:22.6726096Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T21:15:22.6733653Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:15:22.6962754Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T21:15:22.7109344Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T21:15:22.7116968Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:15:22.7905616Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T21:15:22.8050262Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T21:15:22.8057973Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:15:22.8315262Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T21:15:22.8457960Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T21:15:22.8466837Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:15:22.8692811Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T21:15:22.8835196Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T21:15:22.8842457Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:15:22.9099001Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T21:15:22.9240822Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T21:15:22.9248331Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:15:22.9457650Z Selecting previously unselected package lzma.
2025-08-20T21:15:22.9598226Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T21:15:22.9606252Z Unpacking lzma (9.22-2.2) ...
2025-08-20T21:15:22.9850543Z Selecting previously unselected package lzma-dev.
2025-08-20T21:15:22.9990392Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T21:15:22.9997178Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T21:15:23.0432810Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T21:15:23.0453197Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:15:23.0472941Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:15:23.0494367Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:15:23.0519125Z Setting up lzma (9.22-2.2) ...
2025-08-20T21:15:23.0580658Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T21:15:23.0606734Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T21:15:23.0624730Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:15:23.0643876Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:15:23.0663037Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:15:23.0704014Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:15:23.0848497Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:15:27.3758819Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:15:28.0188863Z 
2025-08-20T21:15:28.0189352Z Running kernel seems to be up-to-date.
2025-08-20T21:15:28.0189756Z 
2025-08-20T21:15:28.0191637Z Restarting services...
2025-08-20T21:15:28.0252098Z 
2025-08-20T21:15:28.0252520Z Service restarts being deferred:
2025-08-20T21:15:28.0253055Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:15:28.0253411Z 
2025-08-20T21:15:28.0253579Z No containers need to be restarted.
2025-08-20T21:15:28.0253866Z 
2025-08-20T21:15:28.0254061Z No user sessions are running outdated binaries.
2025-08-20T21:15:28.0254394Z 
2025-08-20T21:15:28.0254639Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:15:29.0047882Z Reading package lists...
2025-08-20T21:15:29.1852599Z Building dependency tree...
2025-08-20T21:15:29.1860826Z Reading state information...
2025-08-20T21:15:29.3972585Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T21:15:29.3973173Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T21:15:29.3973618Z inetutils-telnet set to manually installed.
2025-08-20T21:15:29.3974049Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T21:15:29.3974504Z The following additional packages will be installed:
2025-08-20T21:15:29.3974864Z   tcpd update-inetd
2025-08-20T21:15:29.4135673Z The following packages will be REMOVED:
2025-08-20T21:15:29.4147204Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T21:15:29.4148513Z The following NEW packages will be installed:
2025-08-20T21:15:29.4148906Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T21:15:29.4149355Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T21:15:29.4156479Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T21:15:29.4332641Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T21:15:29.4333031Z Need to get 698 kB of archives.
2025-08-20T21:15:29.4333355Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T21:15:29.4333983Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:15:29.5318773Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T21:15:29.6158762Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T21:15:29.6978478Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T21:15:29.7793343Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T21:15:29.8612210Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T21:15:29.9450969Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T21:15:30.0296583Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T21:15:30.1120057Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T21:15:30.1967556Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T21:15:30.2951837Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T21:15:30.3840072Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T21:15:30.5176463Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T21:15:30.6002490Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T21:15:30.8308235Z Preconfiguring packages ...
2025-08-20T21:15:30.9212472Z Fetched 698 kB in 1s (592 kB/s)
2025-08-20T21:15:30.9398562Z (Reading database ... 
2025-08-20T21:15:30.9399012Z (Reading database ... 5%
2025-08-20T21:15:30.9399380Z (Reading database ... 10%
2025-08-20T21:15:30.9399761Z (Reading database ... 15%
2025-08-20T21:15:30.9400110Z (Reading database ... 20%
2025-08-20T21:15:30.9400458Z (Reading database ... 25%
2025-08-20T21:15:30.9400801Z (Reading database ... 30%
2025-08-20T21:15:30.9401148Z (Reading database ... 35%
2025-08-20T21:15:30.9401706Z (Reading database ... 40%
2025-08-20T21:15:30.9402064Z (Reading database ... 45%
2025-08-20T21:15:30.9402415Z (Reading database ... 50%
2025-08-20T21:15:30.9426298Z (Reading database ... 55%
2025-08-20T21:15:30.9528231Z (Reading database ... 60%
2025-08-20T21:15:30.9551808Z (Reading database ... 65%
2025-08-20T21:15:30.9593350Z (Reading database ... 70%
2025-08-20T21:15:30.9620627Z (Reading database ... 75%
2025-08-20T21:15:30.9654015Z (Reading database ... 80%
2025-08-20T21:15:30.9811514Z (Reading database ... 85%
2025-08-20T21:15:30.9896610Z (Reading database ... 90%
2025-08-20T21:15:31.0162119Z (Reading database ... 95%
2025-08-20T21:15:31.0162519Z (Reading database ... 100%
2025-08-20T21:15:31.0162938Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T21:15:31.0202476Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T21:15:31.0335271Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:15:31.0485843Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T21:15:31.4263201Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T21:15:31.4343065Z (Reading database ... 
2025-08-20T21:15:31.4343542Z (Reading database ... 5%
2025-08-20T21:15:31.4343928Z (Reading database ... 10%
2025-08-20T21:15:31.4344420Z (Reading database ... 15%
2025-08-20T21:15:31.4345009Z (Reading database ... 20%
2025-08-20T21:15:31.4345409Z (Reading database ... 25%
2025-08-20T21:15:31.4345778Z (Reading database ... 30%
2025-08-20T21:15:31.4346134Z (Reading database ... 35%
2025-08-20T21:15:31.4346480Z (Reading database ... 40%
2025-08-20T21:15:31.4346848Z (Reading database ... 45%
2025-08-20T21:15:31.4347475Z (Reading database ... 50%
2025-08-20T21:15:31.4373119Z (Reading database ... 55%
2025-08-20T21:15:31.4481504Z (Reading database ... 60%
2025-08-20T21:15:31.4504431Z (Reading database ... 65%
2025-08-20T21:15:31.4546088Z (Reading database ... 70%
2025-08-20T21:15:31.4572471Z (Reading database ... 75%
2025-08-20T21:15:31.4605483Z (Reading database ... 80%
2025-08-20T21:15:31.4763122Z (Reading database ... 85%
2025-08-20T21:15:31.4847492Z (Reading database ... 90%
2025-08-20T21:15:31.5110832Z (Reading database ... 95%
2025-08-20T21:15:31.5111488Z (Reading database ... 100%
2025-08-20T21:15:31.5111948Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T21:15:31.5152730Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:15:31.5187345Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:15:31.5415318Z Selecting previously unselected package tcpd.
2025-08-20T21:15:31.5553164Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T21:15:31.5560800Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T21:15:31.5780783Z Selecting previously unselected package update-inetd.
2025-08-20T21:15:31.5915913Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T21:15:31.5923463Z Unpacking update-inetd (4.53) ...
2025-08-20T21:15:31.6144239Z Selecting previously unselected package inetutils-inetd.
2025-08-20T21:15:31.6278639Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:15:31.6325875Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:15:31.6541480Z Selecting previously unselected package inetutils-ftp.
2025-08-20T21:15:31.6677354Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:15:31.6686022Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:15:31.6914085Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T21:15:31.7053334Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:15:31.7061858Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:15:31.7281627Z Selecting previously unselected package inetutils-ping.
2025-08-20T21:15:31.7420008Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:15:31.7427808Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:15:31.7644551Z Selecting previously unselected package inetutils-talk.
2025-08-20T21:15:31.7783893Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:15:31.7793234Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:15:31.8005306Z Selecting previously unselected package inetutils-talkd.
2025-08-20T21:15:31.8146725Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:15:31.8153916Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:15:31.8369543Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T21:15:31.8510750Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:15:31.8519048Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:15:31.8722485Z Selecting previously unselected package inetutils-tools.
2025-08-20T21:15:31.8862075Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:15:31.8869181Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:15:31.9096193Z Selecting previously unselected package netcat-traditional.
2025-08-20T21:15:31.9235406Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T21:15:31.9242379Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T21:15:31.9485522Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T21:15:31.9623505Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:15:31.9632033Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:15:32.0036874Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T21:15:32.0113172Z Setting up update-inetd (4.53) ...
2025-08-20T21:15:32.0989899Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:15:32.1050088Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T21:15:32.1066732Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:15:32.5313972Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:15:32.5314427Z 
2025-08-20T21:15:32.5314553Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T21:15:32.5314755Z 
2025-08-20T21:15:32.5315200Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:15:32.5315896Z 
2025-08-20T21:15:32.5316895Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:15:32.5317848Z 
2025-08-20T21:15:32.8358714Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:15:32.8438407Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:15:32.8498639Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T21:15:32.8515912Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:15:32.8544761Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:15:32.8565521Z Setting up tcpd (7.6.q-33) ...
2025-08-20T21:15:32.8583226Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:15:33.2515413Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:15:33.2516118Z 
2025-08-20T21:15:33.2517293Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:15:33.2517860Z 
2025-08-20T21:15:33.5459268Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:15:33.6390750Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:15:33.7030184Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:15:33.7642404Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:15:39.9444471Z Reading package lists...
2025-08-20T21:15:40.1195080Z Building dependency tree...
2025-08-20T21:15:40.1203585Z Reading state information...
2025-08-20T21:15:40.3212089Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T21:15:40.3212875Z iputils-tracepath set to manually installed.
2025-08-20T21:15:40.3213413Z The following packages will be REMOVED:
2025-08-20T21:15:40.3217860Z   inetutils-ping
2025-08-20T21:15:40.3218825Z The following NEW packages will be installed:
2025-08-20T21:15:40.3225085Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T21:15:40.3386733Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T21:15:40.3387363Z Need to get 71.5 kB of archives.
2025-08-20T21:15:40.3387934Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T21:15:40.3388448Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:15:40.4352477Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T21:15:40.5172933Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T21:15:40.5987915Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T21:15:40.8797921Z Fetched 71.5 kB in 0s (264 kB/s)
2025-08-20T21:15:40.8988523Z (Reading database ... 
2025-08-20T21:15:40.8988983Z (Reading database ... 5%
2025-08-20T21:15:40.8989293Z (Reading database ... 10%
2025-08-20T21:15:40.8989551Z (Reading database ... 15%
2025-08-20T21:15:40.8989769Z (Reading database ... 20%
2025-08-20T21:15:40.8989973Z (Reading database ... 25%
2025-08-20T21:15:40.8990168Z (Reading database ... 30%
2025-08-20T21:15:40.8990365Z (Reading database ... 35%
2025-08-20T21:15:40.8990789Z (Reading database ... 40%
2025-08-20T21:15:40.8990987Z (Reading database ... 45%
2025-08-20T21:15:40.8991182Z (Reading database ... 50%
2025-08-20T21:15:40.9082326Z (Reading database ... 55%
2025-08-20T21:15:40.9120165Z (Reading database ... 60%
2025-08-20T21:15:40.9143625Z (Reading database ... 65%
2025-08-20T21:15:40.9186029Z (Reading database ... 70%
2025-08-20T21:15:40.9217112Z (Reading database ... 75%
2025-08-20T21:15:40.9245438Z (Reading database ... 80%
2025-08-20T21:15:40.9416189Z (Reading database ... 85%
2025-08-20T21:15:40.9487503Z (Reading database ... 90%
2025-08-20T21:15:40.9753304Z (Reading database ... 95%
2025-08-20T21:15:40.9753839Z (Reading database ... 100%
2025-08-20T21:15:40.9754473Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T21:15:40.9793031Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:15:41.0224945Z Selecting previously unselected package iputils-ping.
2025-08-20T21:15:41.0285411Z (Reading database ... 
2025-08-20T21:15:41.0285846Z (Reading database ... 5%
2025-08-20T21:15:41.0286243Z (Reading database ... 10%
2025-08-20T21:15:41.0286629Z (Reading database ... 15%
2025-08-20T21:15:41.0286992Z (Reading database ... 20%
2025-08-20T21:15:41.0287360Z (Reading database ... 25%
2025-08-20T21:15:41.0287725Z (Reading database ... 30%
2025-08-20T21:15:41.0288089Z (Reading database ... 35%
2025-08-20T21:15:41.0288433Z (Reading database ... 40%
2025-08-20T21:15:41.0288790Z (Reading database ... 45%
2025-08-20T21:15:41.0289142Z (Reading database ... 50%
2025-08-20T21:15:41.0311151Z (Reading database ... 55%
2025-08-20T21:15:41.0415079Z (Reading database ... 60%
2025-08-20T21:15:41.0438982Z (Reading database ... 65%
2025-08-20T21:15:41.0479373Z (Reading database ... 70%
2025-08-20T21:15:41.0509432Z (Reading database ... 75%
2025-08-20T21:15:41.0537207Z (Reading database ... 80%
2025-08-20T21:15:41.0706235Z (Reading database ... 85%
2025-08-20T21:15:41.0785986Z (Reading database ... 90%
2025-08-20T21:15:41.1059096Z (Reading database ... 95%
2025-08-20T21:15:41.1059521Z (Reading database ... 100%
2025-08-20T21:15:41.1060046Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T21:15:41.1104433Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:15:41.1114256Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:15:41.1335418Z Selecting previously unselected package iputils-arping.
2025-08-20T21:15:41.1475092Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:15:41.1482675Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:15:41.1682847Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T21:15:41.1821831Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:15:41.1828841Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:15:41.2212467Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:15:41.2368839Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:15:41.2524632Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:15:41.2678181Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:15:47.0855708Z Reading package lists...
2025-08-20T21:15:47.2301594Z Building dependency tree...
2025-08-20T21:15:47.2310137Z Reading state information...
2025-08-20T21:15:47.3707228Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T21:15:47.3708156Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T21:15:47.4066182Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:15:48.2801766Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T21:15:48.6857706Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:15:49.6267773Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T21:15:49.7258019Z Collecting pip
2025-08-20T21:15:49.7584760Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T21:15:49.7647162Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T21:15:49.7958714Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 60.4 MB/s eta 0:00:00
2025-08-20T21:15:50.0513959Z Installing collected packages: pip
2025-08-20T21:15:50.7776424Z Successfully installed pip-25.2
2025-08-20T21:15:50.9925335Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T21:15:51.0356377Z Reading package lists...
2025-08-20T21:15:51.1832592Z Building dependency tree...
2025-08-20T21:15:51.1840980Z Reading state information...
2025-08-20T21:15:51.3268956Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T21:15:51.3269581Z pciutils set to manually installed.
2025-08-20T21:15:51.3270123Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T21:15:51.3270752Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T21:15:51.3271583Z python3-distro set to manually installed.
2025-08-20T21:15:51.3272232Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T21:15:51.3272884Z python3-netifaces set to manually installed.
2025-08-20T21:15:51.3273477Z The following additional packages will be installed:
2025-08-20T21:15:51.3273991Z   libsysfs2
2025-08-20T21:15:51.3277261Z Suggested packages:
2025-08-20T21:15:51.3277606Z   fancontrol read-edid i2c-tools
2025-08-20T21:15:51.3522870Z The following NEW packages will be installed:
2025-08-20T21:15:51.3524483Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T21:15:51.3677376Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:15:51.3902488Z Need to get 142 kB of archives.
2025-08-20T21:15:51.3903347Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T21:15:51.3904070Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:15:51.4857237Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T21:15:51.5674238Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T21:15:51.6485797Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T21:15:51.7324381Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T21:15:51.9886449Z Fetched 142 kB in 0s (402 kB/s)
2025-08-20T21:15:52.0085561Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T21:15:52.0146301Z (Reading database ... 
2025-08-20T21:15:52.0146770Z (Reading database ... 5%
2025-08-20T21:15:52.0147178Z (Reading database ... 10%
2025-08-20T21:15:52.0147618Z (Reading database ... 15%
2025-08-20T21:15:52.0148010Z (Reading database ... 20%
2025-08-20T21:15:52.0148395Z (Reading database ... 25%
2025-08-20T21:15:52.0148780Z (Reading database ... 30%
2025-08-20T21:15:52.0149162Z (Reading database ... 35%
2025-08-20T21:15:52.0149562Z (Reading database ... 40%
2025-08-20T21:15:52.0149947Z (Reading database ... 45%
2025-08-20T21:15:52.0151040Z (Reading database ... 50%
2025-08-20T21:15:52.0230513Z (Reading database ... 55%
2025-08-20T21:15:52.0266450Z (Reading database ... 60%
2025-08-20T21:15:52.0289076Z (Reading database ... 65%
2025-08-20T21:15:52.0329676Z (Reading database ... 70%
2025-08-20T21:15:52.0359708Z (Reading database ... 75%
2025-08-20T21:15:52.0387890Z (Reading database ... 80%
2025-08-20T21:15:52.0566289Z (Reading database ... 85%
2025-08-20T21:15:52.0644941Z (Reading database ... 90%
2025-08-20T21:15:52.0918694Z (Reading database ... 95%
2025-08-20T21:15:52.0919079Z (Reading database ... 100%
2025-08-20T21:15:52.0919549Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T21:15:52.0962168Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T21:15:52.0977382Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:15:52.1207283Z Selecting previously unselected package sysfsutils.
2025-08-20T21:15:52.1348065Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T21:15:52.1378753Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T21:15:52.1609202Z Selecting previously unselected package lm-sensors.
2025-08-20T21:15:52.1749010Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T21:15:52.1937143Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:15:52.2182335Z Selecting previously unselected package virt-what.
2025-08-20T21:15:52.2326032Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T21:15:52.2333390Z Unpacking virt-what (1.25-2) ...
2025-08-20T21:15:52.2727993Z Setting up virt-what (1.25-2) ...
2025-08-20T21:15:52.2748838Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:15:52.2768006Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T21:15:52.6681724Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:15:52.6682186Z 
2025-08-20T21:15:52.6682668Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:15:52.6683122Z 
2025-08-20T21:15:52.9805735Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:15:53.3678849Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T21:15:53.3679707Z 
2025-08-20T21:15:53.3711973Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:15:57.9660979Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:15:59.3732368Z Reading package lists...
2025-08-20T21:15:59.5428585Z Building dependency tree...
2025-08-20T21:15:59.5437025Z Reading state information...
2025-08-20T21:15:59.6963257Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:15:59.6963765Z The following additional packages will be installed:
2025-08-20T21:15:59.6966534Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T21:15:59.6967009Z   xorg-sgml-doctools
2025-08-20T21:15:59.6971768Z Suggested packages:
2025-08-20T21:15:59.6972075Z   libxcb-doc
2025-08-20T21:15:59.7111776Z The following NEW packages will be installed:
2025-08-20T21:15:59.7113649Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T21:15:59.7116222Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T21:15:59.7116638Z   xcb xorg-sgml-doctools
2025-08-20T21:15:59.7282800Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:15:59.7283319Z Need to get 807 kB of archives.
2025-08-20T21:15:59.7283880Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T21:15:59.7284568Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:15:59.8244623Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T21:15:59.9051122Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T21:15:59.9855205Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T21:16:00.1509845Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T21:16:00.2312270Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T21:16:00.3114967Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T21:16:00.3926166Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T21:16:00.4729208Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T21:16:00.5530462Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T21:16:00.6329414Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T21:16:00.7126558Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T21:16:00.9735828Z Fetched 807 kB in 1s (811 kB/s)
2025-08-20T21:16:00.9932272Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T21:16:00.9992068Z (Reading database ... 
2025-08-20T21:16:00.9992523Z (Reading database ... 5%
2025-08-20T21:16:00.9992908Z (Reading database ... 10%
2025-08-20T21:16:00.9993174Z (Reading database ... 15%
2025-08-20T21:16:00.9993392Z (Reading database ... 20%
2025-08-20T21:16:00.9993609Z (Reading database ... 25%
2025-08-20T21:16:00.9993846Z (Reading database ... 30%
2025-08-20T21:16:00.9994058Z (Reading database ... 35%
2025-08-20T21:16:00.9994262Z (Reading database ... 40%
2025-08-20T21:16:00.9994465Z (Reading database ... 45%
2025-08-20T21:16:00.9994676Z (Reading database ... 50%
2025-08-20T21:16:01.0076025Z (Reading database ... 55%
2025-08-20T21:16:01.0110455Z (Reading database ... 60%
2025-08-20T21:16:01.0132369Z (Reading database ... 65%
2025-08-20T21:16:01.0171653Z (Reading database ... 70%
2025-08-20T21:16:01.0200134Z (Reading database ... 75%
2025-08-20T21:16:01.0227199Z (Reading database ... 80%
2025-08-20T21:16:01.0393719Z (Reading database ... 85%
2025-08-20T21:16:01.0643404Z (Reading database ... 90%
2025-08-20T21:16:01.0729490Z (Reading database ... 95%
2025-08-20T21:16:01.0729986Z (Reading database ... 100%
2025-08-20T21:16:01.0730627Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T21:16:01.0772739Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T21:16:01.0781946Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:16:01.0993538Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T21:16:01.1135786Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T21:16:01.1143218Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:16:01.1376442Z Selecting previously unselected package x11proto-dev.
2025-08-20T21:16:01.1516965Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T21:16:01.1524124Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T21:16:01.2077647Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T21:16:01.2219771Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T21:16:01.2226803Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:16:01.2438738Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T21:16:01.2578113Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T21:16:01.2585809Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:16:01.2780417Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T21:16:01.2929273Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:16:01.2936472Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:16:01.3161898Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T21:16:01.3298531Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:16:01.3305549Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:16:01.3522272Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T21:16:01.3659058Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:16:01.3675639Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:16:01.3869268Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T21:16:01.4006475Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:16:01.4014098Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:16:01.4209904Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T21:16:01.4346890Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:16:01.4353484Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:16:01.4562629Z Selecting previously unselected package xcb.
2025-08-20T21:16:01.4701495Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T21:16:01.4708845Z Unpacking xcb (2.4-8build2) ...
2025-08-20T21:16:01.5148126Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:16:01.5170450Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:16:01.5189312Z Setting up xcb (2.4-8build2) ...
2025-08-20T21:16:01.5228165Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:16:01.5272978Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:16:01.5429174Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:16:05.9825170Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:16:05.9914303Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T21:16:05.9939627Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:16:05.9960847Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:16:05.9986412Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:16:06.0008263Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:16:06.0031835Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:16:06.0054697Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:16:07.6356621Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:16:07.8054041Z Collecting build
2025-08-20T21:16:07.8389036Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:16:07.9351950Z Collecting cffi
2025-08-20T21:16:07.9384781Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:16:07.9518950Z Collecting scons
2025-08-20T21:16:07.9554913Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:16:07.9685739Z Collecting scuba
2025-08-20T21:16:07.9718679Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:16:08.0132278Z Collecting pytest
2025-08-20T21:16:08.0161140Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:16:08.0332089Z Collecting packaging>=19.1 (from build)
2025-08-20T21:16:08.0359340Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:16:08.0442684Z Collecting pyproject_hooks (from build)
2025-08-20T21:16:08.0467602Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:16:08.0557153Z Collecting pycparser (from cffi)
2025-08-20T21:16:08.0584228Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:16:08.0896043Z Collecting PyYAML (from scuba)
2025-08-20T21:16:08.0924559Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:16:08.1014580Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:16:08.1042589Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:16:08.1197522Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:16:08.1225998Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:16:08.1402168Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:16:08.1429149Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:16:08.1518687Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:16:08.1565454Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:16:08.1674817Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:16:08.2107584Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 96.3 MB/s  0:00:00
2025-08-20T21:16:08.2146537Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:16:08.2212508Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:16:08.2268985Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:16:08.2311948Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:16:08.2356138Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:16:08.2398384Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:16:08.2483514Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 168.2 MB/s  0:00:00
2025-08-20T21:16:08.2513229Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:16:08.2566888Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:16:08.2608398Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:16:08.2670385Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 134.9 MB/s  0:00:00
2025-08-20T21:16:08.3800958Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:16:10.0766595Z 
2025-08-20T21:16:10.0784087Z 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:16:10.3871668Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:16:10.5503528Z Collecting ansi2txt
2025-08-20T21:16:10.5823210Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:16:10.5990758Z Collecting pipx
2025-08-20T21:16:10.6039199Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:16:10.6193053Z Collecting scons
2025-08-20T21:16:10.6209363Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:16:10.6277364Z Collecting py2static
2025-08-20T21:16:10.6332056Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:16:10.6478352Z Collecting typer
2025-08-20T21:16:10.6511637Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:16:10.6766414Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:16:10.6827855Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:16:10.6979801Z Collecting packaging>=20 (from pipx)
2025-08-20T21:16:10.6990326Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:16:10.7136134Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:16:10.7166925Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:16:10.7276976Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:16:10.7308098Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:16:10.7672523Z Collecting pyinstaller (from py2static)
2025-08-20T21:16:10.7719906Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:16:10.7854758Z Collecting staticx (from py2static)
2025-08-20T21:16:10.7897182Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:16:10.8051927Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:16:10.8084027Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:16:10.8336753Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:16:10.8367635Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:16:10.8481519Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:16:10.8512836Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:16:10.8856383Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:16:10.8889113Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:16:10.9045223Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:16:10.9079613Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:16:10.9277192Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:16:10.9287573Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:16:10.9371177Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:16:10.9399335Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:16:11.0498787Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:16:11.0531007Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:16:11.0711886Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:16:11.0760687Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:16:11.0927824Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:16:11.0968680Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:16:11.1123296Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:16:11.1164180Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:16:11.1242405Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:16:11.1287928Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:16:11.1330058Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:16:11.1407102Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:16:11.1457443Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:16:11.1508173Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:16:11.1553916Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:16:11.1582618Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:16:11.1614853Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:16:11.1658316Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:16:11.1701376Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:16:11.1742165Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:16:11.1790934Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:16:11.1836778Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:16:11.1884172Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:16:11.1930766Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:16:11.1996047Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:16:11.2057343Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 132.3 MB/s  0:00:00
2025-08-20T21:16:11.2103704Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:16:11.2166944Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:16:11.2240802Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 176.0 MB/s  0:00:00
2025-08-20T21:16:11.2271819Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:16:11.2329100Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:16:11.2379989Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:16:11.3901148Z 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:16:12.2270686Z   Attempting uninstall: scons
2025-08-20T21:16:12.2359952Z     Found existing installation: SCons 4.9.1
2025-08-20T21:16:12.2741465Z     Uninstalling SCons-4.9.1:
2025-08-20T21:16:12.2814306Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:16:12.8873630Z   Attempting uninstall: pygments
2025-08-20T21:16:12.8955926Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:16:12.9189204Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:16:12.9215696Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:16:13.5345760Z   Attempting uninstall: packaging
2025-08-20T21:16:13.5428279Z     Found existing installation: packaging 25.0
2025-08-20T21:16:13.5453096Z     Uninstalling packaging-25.0:
2025-08-20T21:16:13.5460912Z       Successfully uninstalled packaging-25.0
2025-08-20T21:16:14.5286275Z 
2025-08-20T21:16:14.5316232Z 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:16:14.8462718Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:16:15.0130236Z Collecting build
2025-08-20T21:16:15.0141529Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:16:15.1006270Z Collecting cffi
2025-08-20T21:16:15.1018308Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:16:15.1126837Z Collecting scons
2025-08-20T21:16:15.1137299Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:16:15.1856277Z Collecting scuba
2025-08-20T21:16:15.1866642Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:16:15.2270607Z Collecting pytest
2025-08-20T21:16:15.2281584Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:16:15.2424193Z Collecting packaging>=19.1 (from build)
2025-08-20T21:16:15.2434754Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:16:15.2527065Z Collecting pyproject_hooks (from build)
2025-08-20T21:16:15.2537586Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:16:15.2607685Z Collecting pycparser (from cffi)
2025-08-20T21:16:15.2618416Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:16:15.2896465Z Collecting PyYAML (from scuba)
2025-08-20T21:16:15.2907994Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:16:15.2978262Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:16:15.2988744Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:16:15.3125922Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:16:15.3136398Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:16:15.3307507Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:16:15.3317963Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:16:15.3374817Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:16:15.3385470Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:16:15.3398862Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:16:15.3438969Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:16:15.3451160Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:16:15.3464215Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:16:15.3474407Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:16:15.3484198Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:16:15.3494595Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:16:15.3513603Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:16:15.3524349Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:16:15.3534504Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:16:15.4763795Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:16:15.4769491Z   Attempting uninstall: scons
2025-08-20T21:16:15.4853921Z     Found existing installation: SCons 4.9.1
2025-08-20T21:16:15.5233130Z     Uninstalling SCons-4.9.1:
2025-08-20T21:16:15.5306446Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:16:16.1345401Z   Attempting uninstall: PyYAML
2025-08-20T21:16:16.1430092Z     Found existing installation: PyYAML 6.0.2
2025-08-20T21:16:16.1467293Z     Uninstalling PyYAML-6.0.2:
2025-08-20T21:16:16.1476586Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T21:16:16.1990655Z   Attempting uninstall: pyproject_hooks
2025-08-20T21:16:16.2073294Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T21:16:16.2089861Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T21:16:16.2097116Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T21:16:16.2180812Z   Attempting uninstall: pygments
2025-08-20T21:16:16.2258371Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:16:16.2490010Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:16:16.2516965Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:16:16.8476646Z   Attempting uninstall: pycparser
2025-08-20T21:16:16.8561548Z     Found existing installation: pycparser 2.22
2025-08-20T21:16:16.8589125Z     Uninstalling pycparser-2.22:
2025-08-20T21:16:16.8596908Z       Successfully uninstalled pycparser-2.22
2025-08-20T21:16:16.9754747Z   Attempting uninstall: pluggy
2025-08-20T21:16:16.9842217Z     Found existing installation: pluggy 1.6.0
2025-08-20T21:16:16.9861758Z     Uninstalling pluggy-1.6.0:
2025-08-20T21:16:16.9868730Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T21:16:17.0025641Z   Attempting uninstall: packaging
2025-08-20T21:16:17.0105655Z     Found existing installation: packaging 25.0
2025-08-20T21:16:17.0129950Z     Uninstalling packaging-25.0:
2025-08-20T21:16:17.0137730Z       Successfully uninstalled packaging-25.0
2025-08-20T21:16:17.0507266Z   Attempting uninstall: iniconfig
2025-08-20T21:16:17.0591660Z     Found existing installation: iniconfig 2.1.0
2025-08-20T21:16:17.0607994Z     Uninstalling iniconfig-2.1.0:
2025-08-20T21:16:17.0615066Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T21:16:17.0682910Z   Attempting uninstall: scuba
2025-08-20T21:16:17.0766748Z     Found existing installation: scuba 2.14.1
2025-08-20T21:16:17.0788452Z     Uninstalling scuba-2.14.1:
2025-08-20T21:16:17.0797775Z       Successfully uninstalled scuba-2.14.1
2025-08-20T21:16:17.0986933Z   Attempting uninstall: pytest
2025-08-20T21:16:17.1069427Z     Found existing installation: pytest 8.4.1
2025-08-20T21:16:17.1133378Z     Uninstalling pytest-8.4.1:
2025-08-20T21:16:17.1391183Z       Successfully uninstalled pytest-8.4.1
2025-08-20T21:16:17.3483873Z   Attempting uninstall: cffi
2025-08-20T21:16:17.3563274Z     Found existing installation: cffi 1.17.1
2025-08-20T21:16:17.3589521Z     Uninstalling cffi-1.17.1:
2025-08-20T21:16:17.3829504Z       Successfully uninstalled cffi-1.17.1
2025-08-20T21:16:17.4482992Z   Attempting uninstall: build
2025-08-20T21:16:17.4561673Z     Found existing installation: build 1.3.0
2025-08-20T21:16:17.4586277Z     Uninstalling build-1.3.0:
2025-08-20T21:16:17.4596052Z       Successfully uninstalled build-1.3.0
2025-08-20T21:16:17.4769892Z 
2025-08-20T21:16:17.4797514Z 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:16:17.8100356Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:16:17.9790751Z Collecting ansi2txt
2025-08-20T21:16:17.9801878Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:16:17.9970806Z Collecting pipx
2025-08-20T21:16:17.9981450Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:16:18.0120347Z Collecting scons
2025-08-20T21:16:18.0135756Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:16:18.0289586Z Collecting py2static
2025-08-20T21:16:18.0300012Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:16:18.0457761Z Collecting typer
2025-08-20T21:16:18.0468097Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:16:18.0675097Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:16:18.0685817Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:16:18.0817215Z Collecting packaging>=20 (from pipx)
2025-08-20T21:16:18.0827620Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:16:18.0966036Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:16:18.0976602Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:16:18.1074905Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:16:18.1085471Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:16:18.1433601Z Collecting pyinstaller (from py2static)
2025-08-20T21:16:18.1444788Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:16:18.1573135Z Collecting staticx (from py2static)
2025-08-20T21:16:18.1583607Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:16:18.1712616Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:16:18.1723118Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:16:18.1961082Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:16:18.1971566Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:16:18.2106544Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:16:18.2117094Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:16:18.2434537Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:16:18.2445139Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:16:18.2579591Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:16:18.2590723Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:16:18.2761710Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:16:18.2771902Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:16:18.2841051Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:16:18.2851612Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:16:18.3891935Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:16:18.3902787Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:16:18.4051701Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:16:18.4061883Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:16:18.4215253Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:16:18.4225959Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:16:18.4390522Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:16:18.4401172Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:16:18.4439180Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:16:18.4450216Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:16:18.4463615Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:16:18.4506137Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:16:18.4515648Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:16:18.4525805Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:16:18.4535944Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:16:18.4546485Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:16:18.4556874Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:16:18.4566837Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:16:18.4578458Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:16:18.4597479Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:16:18.4608318Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:16:18.4618118Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:16:18.4628139Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:16:18.4638249Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:16:18.4648354Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:16:18.4663819Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:16:18.4676911Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:16:18.4695820Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:16:18.4705867Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:16:18.4716795Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:16:18.6187007Z 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:16:18.6191769Z   Attempting uninstall: pyelftools
2025-08-20T21:16:18.6269754Z     Found existing installation: pyelftools 0.32
2025-08-20T21:16:18.6321064Z     Uninstalling pyelftools-0.32:
2025-08-20T21:16:18.6337023Z       Successfully uninstalled pyelftools-0.32
2025-08-20T21:16:18.7417923Z   Attempting uninstall: altgraph
2025-08-20T21:16:18.7503655Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:16:18.7522952Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:16:18.7529448Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:16:18.7662587Z   Attempting uninstall: typing-extensions
2025-08-20T21:16:18.7748203Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T21:16:18.7762889Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T21:16:18.8002316Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T21:16:18.8231992Z   Attempting uninstall: staticx
2025-08-20T21:16:18.8316320Z     Found existing installation: staticx 0.14.1
2025-08-20T21:16:18.8342537Z     Uninstalling staticx-0.14.1:
2025-08-20T21:16:18.8353179Z       Successfully uninstalled staticx-0.14.1
2025-08-20T21:16:18.8547532Z   Attempting uninstall: shellingham
2025-08-20T21:16:18.8629184Z     Found existing installation: shellingham 1.5.4
2025-08-20T21:16:18.8647935Z     Uninstalling shellingham-1.5.4:
2025-08-20T21:16:18.8655032Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T21:16:18.8740686Z   Attempting uninstall: setuptools
2025-08-20T21:16:18.8826292Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:16:18.9107803Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:16:18.9383991Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:16:19.5839787Z   Attempting uninstall: scons
2025-08-20T21:16:19.5934860Z     Found existing installation: SCons 4.9.1
2025-08-20T21:16:19.6318670Z     Uninstalling SCons-4.9.1:
2025-08-20T21:16:19.6388268Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:16:20.2438202Z   Attempting uninstall: pygments
2025-08-20T21:16:20.2520627Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:16:20.2749720Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:16:20.2775871Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:16:20.8769755Z   Attempting uninstall: platformdirs
2025-08-20T21:16:20.8865687Z     Found existing installation: platformdirs 4.3.8
2025-08-20T21:16:20.8885990Z     Uninstalling platformdirs-4.3.8:
2025-08-20T21:16:20.8892748Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T21:16:20.9033477Z   Attempting uninstall: packaging
2025-08-20T21:16:20.9113555Z     Found existing installation: packaging 25.0
2025-08-20T21:16:20.9137543Z     Uninstalling packaging-25.0:
2025-08-20T21:16:20.9145272Z       Successfully uninstalled packaging-25.0
2025-08-20T21:16:20.9514965Z   Attempting uninstall: mdurl
2025-08-20T21:16:20.9596380Z     Found existing installation: mdurl 0.1.2
2025-08-20T21:16:20.9613616Z     Uninstalling mdurl-0.1.2:
2025-08-20T21:16:20.9619876Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T21:16:20.9699108Z   Attempting uninstall: click
2025-08-20T21:16:20.9779398Z     Found existing installation: click 8.2.1
2025-08-20T21:16:20.9805053Z     Uninstalling click-8.2.1:
2025-08-20T21:16:20.9812118Z       Successfully uninstalled click-8.2.1
2025-08-20T21:16:21.0377323Z   Attempting uninstall: argcomplete
2025-08-20T21:16:21.0462983Z     Found existing installation: argcomplete 3.6.2
2025-08-20T21:16:21.0491925Z     Uninstalling argcomplete-3.6.2:
2025-08-20T21:16:21.0503733Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T21:16:21.0728086Z   Attempting uninstall: ansi2txt
2025-08-20T21:16:21.0812959Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T21:16:21.0828337Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T21:16:21.1068877Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T21:16:21.1118214Z   Attempting uninstall: userpath
2025-08-20T21:16:21.1200972Z     Found existing installation: userpath 1.9.2
2025-08-20T21:16:21.1220596Z     Uninstalling userpath-1.9.2:
2025-08-20T21:16:21.1229627Z       Successfully uninstalled userpath-1.9.2
2025-08-20T21:16:21.1327363Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:16:21.1408395Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:16:21.1839065Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:16:21.1881179Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:16:21.4623089Z   Attempting uninstall: markdown-it-py
2025-08-20T21:16:21.4709327Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T21:16:21.4778966Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T21:16:21.4793568Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T21:16:21.5395006Z   Attempting uninstall: rich
2025-08-20T21:16:21.5481567Z     Found existing installation: rich 14.1.0
2025-08-20T21:16:21.5544276Z     Uninstalling rich-14.1.0:
2025-08-20T21:16:21.5554428Z       Successfully uninstalled rich-14.1.0
2025-08-20T21:16:21.7133998Z   Attempting uninstall: pyinstaller
2025-08-20T21:16:21.7215666Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:16:21.7577197Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:16:21.7620428Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:16:22.0881642Z   Attempting uninstall: pipx
2025-08-20T21:16:22.0967606Z     Found existing installation: pipx 1.7.1
2025-08-20T21:16:22.1017215Z     Uninstalling pipx-1.7.1:
2025-08-20T21:16:22.1028086Z       Successfully uninstalled pipx-1.7.1
2025-08-20T21:16:22.1529093Z   Attempting uninstall: typer
2025-08-20T21:16:22.1618525Z     Found existing installation: typer 0.16.1
2025-08-20T21:16:22.1645314Z     Uninstalling typer-0.16.1:
2025-08-20T21:16:22.1655066Z       Successfully uninstalled typer-0.16.1
2025-08-20T21:16:22.1994080Z   Attempting uninstall: py2static
2025-08-20T21:16:22.2073337Z     Found existing installation: py2static 0.0.1
2025-08-20T21:16:22.2093461Z     Uninstalling py2static-0.0.1:
2025-08-20T21:16:22.2104530Z       Successfully uninstalled py2static-0.0.1
2025-08-20T21:16:22.2176637Z 
2025-08-20T21:16:22.2204737Z 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:16:22.5316058Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:16:22.6581000Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T21:16:22.6586364Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-k0mufaws
2025-08-20T21:16:22.6608644Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-k0mufaws
2025-08-20T21:16:24.2646128Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T21:16:24.2687884Z   Installing build dependencies: started
2025-08-20T21:16:24.9713345Z   Installing build dependencies: finished with status 'done'
2025-08-20T21:16:24.9722032Z   Getting requirements to build wheel: started
2025-08-20T21:16:25.2537793Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T21:16:25.2550378Z   Preparing metadata (pyproject.toml): started
2025-08-20T21:16:25.4444250Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T21:16:25.5957750Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T21:16:25.5969498Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:16:25.6112787Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T21:16:25.6122921Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:16:25.6254546Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T21:16:25.6264639Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:16:25.6384491Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T21:16:25.6394791Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:16:25.6438406Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:16:25.6448719Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:16:25.6462570Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:16:25.6481417Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:16:25.6600791Z Building wheels for collected packages: pyinstaller
2025-08-20T21:16:25.6608467Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T21:16:26.3258961Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T21:16:26.3285810Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=4e66e9775ec2d399b1af9f21087829d1c479d605e45daabd075b07d64d4e2c10
2025-08-20T21:16:26.3287390Z   Stored in directory: /tmp/pip-ephem-wheel-cache-hogny65p/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T21:16:26.3327691Z Successfully built pyinstaller
2025-08-20T21:16:26.4238171Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T21:16:26.4243514Z   Attempting uninstall: altgraph
2025-08-20T21:16:26.4327270Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:16:26.4347299Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:16:26.4354327Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:16:26.4498698Z   Attempting uninstall: setuptools
2025-08-20T21:16:26.4585452Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:16:26.4870081Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:16:26.5149640Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:16:27.1722135Z   Attempting uninstall: packaging
2025-08-20T21:16:27.1815884Z     Found existing installation: packaging 25.0
2025-08-20T21:16:27.1840323Z     Uninstalling packaging-25.0:
2025-08-20T21:16:27.1848015Z       Successfully uninstalled packaging-25.0
2025-08-20T21:16:27.2221944Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:16:27.2303067Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:16:27.2724564Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:16:27.2766546Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:16:27.5502261Z   Attempting uninstall: pyinstaller
2025-08-20T21:16:27.5589788Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:16:27.5939313Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:16:27.5983004Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:16:27.9297695Z 
2025-08-20T21:16:27.9328096Z 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:16:28.2160556Z 6.15.0
2025-08-20T21:16:28.6014580Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T21:16:28.6022510Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T21:16:28.6022842Z 
2025-08-20T21:16:28.6023046Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T21:16:28.6023822Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T21:16:28.6024470Z installation.
2025-08-20T21:16:28.6024661Z 
2025-08-20T21:16:28.6025010Z If you installed the current Docker package using this script and are using it
2025-08-20T21:16:28.6025515Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T21:16:28.6025959Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T21:16:28.6026346Z files to match the parameters passed to the script.
2025-08-20T21:16:28.6026575Z 
2025-08-20T21:16:28.6026684Z You may press Ctrl+C now to abort this script.
2025-08-20T21:16:28.6191621Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:16:29.8353389Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T21:16:30.1779755Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T21:16:30.1800382Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T21:16:30.2168762Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T21:16:30.2185160Z + sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T21:16:30.2192982Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:16:31.4899531Z + 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:16:42.4949580Z 
2025-08-20T21:16:42.4950053Z Running kernel seems to be up-to-date.
2025-08-20T21:16:42.4950316Z 
2025-08-20T21:16:42.4950405Z Restarting services...
2025-08-20T21:16:42.5016865Z 
2025-08-20T21:16:42.5017309Z Service restarts being deferred:
2025-08-20T21:16:42.5017670Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:16:42.5017960Z 
2025-08-20T21:16:42.5018121Z No containers need to be restarted.
2025-08-20T21:16:42.5018400Z 
2025-08-20T21:16:42.5018516Z No user sessions are running outdated binaries.
2025-08-20T21:16:42.5018714Z 
2025-08-20T21:16:42.5018895Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:16:43.3078327Z + sh -c 'docker version'
2025-08-20T21:16:43.3235335Z Client: Docker Engine - Community
2025-08-20T21:16:43.3235832Z  Version:           28.3.3
2025-08-20T21:16:43.3236187Z  API version:       1.51
2025-08-20T21:16:43.3236561Z  Go version:        go1.24.5
2025-08-20T21:16:43.3236942Z  Git commit:        980b856
2025-08-20T21:16:43.3237349Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T21:16:43.3237793Z  OS/Arch:           linux/amd64
2025-08-20T21:16:43.3238192Z  Context:           default
2025-08-20T21:16:43.3238436Z 
2025-08-20T21:16:43.3238611Z Server: Docker Engine - Community
2025-08-20T21:16:43.3239006Z  Engine:
2025-08-20T21:16:43.3239278Z   Version:          28.3.3
2025-08-20T21:16:43.3239667Z   API version:      1.51 (minimum version 1.24)
2025-08-20T21:16:43.3240120Z   Go version:       go1.24.5
2025-08-20T21:16:43.3240483Z   Git commit:       bea959c
2025-08-20T21:16:43.3240864Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T21:16:43.3241458Z   OS/Arch:          linux/amd64
2025-08-20T21:16:43.3241849Z   Experimental:     false
2025-08-20T21:16:43.3242202Z  containerd:
2025-08-20T21:16:43.3242500Z   Version:          1.7.27
2025-08-20T21:16:43.3242940Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T21:16:43.3243742Z  runc:
2025-08-20T21:16:43.3244025Z   Version:          1.2.5
2025-08-20T21:16:43.3244381Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T21:16:43.3244782Z  docker-init:
2025-08-20T21:16:43.3245087Z   Version:          0.19.0
2025-08-20T21:16:43.3245440Z   GitCommit:        de40ad0
2025-08-20T21:16:43.3255609Z 
2025-08-20T21:16:43.3255840Z ================================================================================
2025-08-20T21:16:43.3256136Z 
2025-08-20T21:16:43.3256785Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T21:16:43.3257457Z Docker daemon in rootless mode for your user:
2025-08-20T21:16:43.3257803Z 
2025-08-20T21:16:43.3257988Z     dockerd-rootless-setuptool.sh install
2025-08-20T21:16:43.3258326Z 
2025-08-20T21:16:43.3258672Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T21:16:43.3260421Z 
2025-08-20T21:16:43.3260551Z 
2025-08-20T21:16:43.3260916Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T21:16:43.3261929Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T21:16:43.3262359Z 
2025-08-20T21:16:43.3262682Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T21:16:43.3263426Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T21:16:43.3264174Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T21:16:43.3264469Z 
2025-08-20T21:16:43.3264562Z ================================================================================
2025-08-20T21:16:43.3264747Z 
2025-08-20T21:16:53.9887832Z ● docker.service - Docker Application Container Engine
2025-08-20T21:16:53.9888980Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:16:53.9889819Z      Active: active (running) since Wed 2025-08-20 21:16:43 UTC; 10s ago
2025-08-20T21:16:53.9890280Z TriggeredBy: ● docker.socket
2025-08-20T21:16:53.9890562Z        Docs: https://docs.docker.com
2025-08-20T21:16:53.9890813Z    Main PID: 19720 (dockerd)
2025-08-20T21:16:53.9891023Z       Tasks: 10
2025-08-20T21:16:53.9891383Z      Memory: 23.5M (peak: 25.9M)
2025-08-20T21:16:53.9891621Z         CPU: 313ms
2025-08-20T21:16:53.9891830Z      CGroup: /system.slice/docker.service
2025-08-20T21:16:53.9892629Z              └─19720 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:16:53.9892924Z 
2025-08-20T21:16:53.9893234Z Aug 20 21:16:43 pkrvmqc4gcfdwos dockerd[19720]: time="2025-08-20T21:16:43.464266538Z" level=info msg="Loading containers: start."
2025-08-20T21:16:53.9894398Z Aug 20 21:16:43 pkrvmqc4gcfdwos dockerd[19720]: time="2025-08-20T21:16:43.905696274Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 754b202e7a65d962ccc2fb419e502266c56f081dfc5c5dc9d5793584fb2dc394], retrying...."
2025-08-20T21:16:53.9895551Z Aug 20 21:16:43 pkrvmqc4gcfdwos dockerd[19720]: time="2025-08-20T21:16:43.936724939Z" level=info msg="Loading containers: done."
2025-08-20T21:16:53.9896666Z Aug 20 21:16:43 pkrvmqc4gcfdwos dockerd[19720]: time="2025-08-20T21:16:43.946563942Z" 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:16:53.9897983Z Aug 20 21:16:43 pkrvmqc4gcfdwos dockerd[19720]: time="2025-08-20T21:16:43.946626118Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:16:53.9899609Z Aug 20 21:16:43 pkrvmqc4gcfdwos dockerd[19720]: time="2025-08-20T21:16:43.946655763Z" level=info msg="Initializing buildkit"
2025-08-20T21:16:53.9900727Z Aug 20 21:16:43 pkrvmqc4gcfdwos dockerd[19720]: time="2025-08-20T21:16:43.964964322Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:16:53.9901674Z Aug 20 21:16:43 pkrvmqc4gcfdwos dockerd[19720]: time="2025-08-20T21:16:43.970172577Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:16:53.9902648Z Aug 20 21:16:43 pkrvmqc4gcfdwos dockerd[19720]: time="2025-08-20T21:16:43.970217639Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:16:53.9903306Z Aug 20 21:16:43 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:16:54.0003350Z ● docker.service - Docker Application Container Engine
2025-08-20T21:16:54.0004158Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:16:54.0004979Z      Active: active (running) since Wed 2025-08-20 21:16:43 UTC; 10s ago
2025-08-20T21:16:54.0005619Z TriggeredBy: ● docker.socket
2025-08-20T21:16:54.0006029Z        Docs: https://docs.docker.com
2025-08-20T21:16:54.0006484Z    Main PID: 19720 (dockerd)
2025-08-20T21:16:54.0006719Z       Tasks: 10
2025-08-20T21:16:54.0006916Z      Memory: 23.5M (peak: 25.9M)
2025-08-20T21:16:54.0007136Z         CPU: 313ms
2025-08-20T21:16:54.0007356Z      CGroup: /system.slice/docker.service
2025-08-20T21:16:54.0008060Z              └─19720 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:16:54.0008360Z 
2025-08-20T21:16:54.0008680Z Aug 20 21:16:43 pkrvmqc4gcfdwos dockerd[19720]: time="2025-08-20T21:16:43.464266538Z" level=info msg="Loading containers: start."
2025-08-20T21:16:54.0009822Z Aug 20 21:16:43 pkrvmqc4gcfdwos dockerd[19720]: time="2025-08-20T21:16:43.905696274Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 754b202e7a65d962ccc2fb419e502266c56f081dfc5c5dc9d5793584fb2dc394], retrying...."
2025-08-20T21:16:54.0011105Z Aug 20 21:16:43 pkrvmqc4gcfdwos dockerd[19720]: time="2025-08-20T21:16:43.936724939Z" level=info msg="Loading containers: done."
2025-08-20T21:16:54.0012436Z Aug 20 21:16:43 pkrvmqc4gcfdwos dockerd[19720]: time="2025-08-20T21:16:43.946563942Z" 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:16:54.0013750Z Aug 20 21:16:43 pkrvmqc4gcfdwos dockerd[19720]: time="2025-08-20T21:16:43.946626118Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:16:54.0015292Z Aug 20 21:16:43 pkrvmqc4gcfdwos dockerd[19720]: time="2025-08-20T21:16:43.946655763Z" level=info msg="Initializing buildkit"
2025-08-20T21:16:54.0016563Z Aug 20 21:16:43 pkrvmqc4gcfdwos dockerd[19720]: time="2025-08-20T21:16:43.964964322Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:16:54.0017661Z Aug 20 21:16:43 pkrvmqc4gcfdwos dockerd[19720]: time="2025-08-20T21:16:43.970172577Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:16:54.0018373Z Aug 20 21:16:43 pkrvmqc4gcfdwos dockerd[19720]: time="2025-08-20T21:16:43.970217639Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:16:54.0019021Z Aug 20 21:16:43 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:16:54.0211709Z ● docker.service - Docker Application Container Engine
2025-08-20T21:16:54.0212532Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:16:54.0213365Z      Active: active (running) since Wed 2025-08-20 21:16:43 UTC; 10s ago
2025-08-20T21:16:54.0214017Z TriggeredBy: ● docker.socket
2025-08-20T21:16:54.0214437Z        Docs: https://docs.docker.com
2025-08-20T21:16:54.0214855Z    Main PID: 19720 (dockerd)
2025-08-20T21:16:54.0215217Z       Tasks: 10
2025-08-20T21:16:54.0215472Z      Memory: 23.5M (peak: 25.9M)
2025-08-20T21:16:54.0215696Z         CPU: 313ms
2025-08-20T21:16:54.0215920Z      CGroup: /system.slice/docker.service
2025-08-20T21:16:54.0216585Z              └─19720 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:16:54.0216898Z 
2025-08-20T21:16:54.0217217Z Aug 20 21:16:43 pkrvmqc4gcfdwos dockerd[19720]: time="2025-08-20T21:16:43.464266538Z" level=info msg="Loading containers: start."
2025-08-20T21:16:54.0218543Z Aug 20 21:16:43 pkrvmqc4gcfdwos dockerd[19720]: time="2025-08-20T21:16:43.905696274Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 754b202e7a65d962ccc2fb419e502266c56f081dfc5c5dc9d5793584fb2dc394], retrying...."
2025-08-20T21:16:54.0219690Z Aug 20 21:16:43 pkrvmqc4gcfdwos dockerd[19720]: time="2025-08-20T21:16:43.936724939Z" level=info msg="Loading containers: done."
2025-08-20T21:16:54.0220808Z Aug 20 21:16:43 pkrvmqc4gcfdwos dockerd[19720]: time="2025-08-20T21:16:43.946563942Z" 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:16:54.0222444Z Aug 20 21:16:43 pkrvmqc4gcfdwos dockerd[19720]: time="2025-08-20T21:16:43.946626118Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:16:54.0223337Z Aug 20 21:16:43 pkrvmqc4gcfdwos dockerd[19720]: time="2025-08-20T21:16:43.946655763Z" level=info msg="Initializing buildkit"
2025-08-20T21:16:54.0224577Z Aug 20 21:16:43 pkrvmqc4gcfdwos dockerd[19720]: time="2025-08-20T21:16:43.964964322Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:16:54.0225935Z Aug 20 21:16:43 pkrvmqc4gcfdwos dockerd[19720]: time="2025-08-20T21:16:43.970172577Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:16:54.0226794Z Aug 20 21:16:43 pkrvmqc4gcfdwos dockerd[19720]: time="2025-08-20T21:16:43.970217639Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:16:54.0227608Z Aug 20 21:16:43 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:16:54.0327532Z Docker version 28.3.3, build 980b856
2025-08-20T21:16:54.0503644Z Unable to find image 'hello-world:latest' locally
2025-08-20T21:16:56.8376345Z latest: Pulling from library/hello-world
2025-08-20T21:16:57.0959051Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T21:16:57.4664169Z 17eec7bbc9d7: Verifying Checksum
2025-08-20T21:16:57.4664516Z 17eec7bbc9d7: Download complete
2025-08-20T21:16:57.4720214Z 17eec7bbc9d7: Pull complete
2025-08-20T21:16:57.4809241Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T21:16:57.4820008Z Status: Downloaded newer image for hello-world:latest
2025-08-20T21:16:57.6454039Z 
2025-08-20T21:16:57.6454454Z Hello from Docker!
2025-08-20T21:16:57.6455730Z This message shows that your installation appears to be working correctly.
2025-08-20T21:16:57.6456392Z 
2025-08-20T21:16:57.6456647Z To generate this message, Docker took the following steps:
2025-08-20T21:16:57.6457263Z  1. The Docker client contacted the Docker daemon.
2025-08-20T21:16:57.6457908Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T21:16:57.6458470Z     (amd64)
2025-08-20T21:16:57.6458965Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T21:16:57.6459691Z     executable that produces the output you are currently reading.
2025-08-20T21:16:57.6460461Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T21:16:57.6461061Z     to your terminal.
2025-08-20T21:16:57.6461475Z 
2025-08-20T21:16:57.6461775Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T21:16:57.6462340Z  $ docker run -it ubuntu bash
2025-08-20T21:16:57.6462597Z 
2025-08-20T21:16:57.6462880Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T21:16:57.6463491Z  https://hub.docker.com/
2025-08-20T21:16:57.6463725Z 
2025-08-20T21:16:57.6463871Z For more examples and ideas, visit:
2025-08-20T21:16:57.6464333Z  https://docs.docker.com/get-started/
2025-08-20T21:16:57.6464605Z 
2025-08-20T21:16:57.7405021Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:16:57.7405682Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:16:57.7406568Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:16:57.7407065Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:16:57.7407760Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:16:57.7408345Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:16:57.7408766Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:16:57.7409121Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:16:57.7409474Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:16:57.7409816Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:16:57.7410192Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:16:57.7410578Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:16:57.7410961Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:16:57.7411713Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:16:57.7412145Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:16:57.7412556Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:16:57.7413115Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:16:57.7413761Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:16:57.7414432Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:16:57.7415227Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:16:57.7416252Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:16:57.7416964Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:16:57.7417690Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:16:57.7418424Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:16:57.7419059Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:16:57.7419757Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:16:57.7420522Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:16:57.7421443Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:16:57.7422180Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:16:57.7422907Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:16:57.7423653Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:16:57.7424391Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:16:57.7425115Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:16:57.7426035Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:16:57.7426817Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:16:57.7427589Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:16:57.7428308Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:16:57.7429026Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:16:57.7429855Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:16:57.7430650Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:16:57.7431627Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:16:57.7432380Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:16:57.7433089Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:16:57.7434149Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:16:57.7435017Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:16:57.7435874Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:16:57.7436752Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:16:57.7437551Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:16:57.7438308Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:16:57.7439069Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:16:57.7439801Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:16:57.7440545Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:16:57.7441492Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:16:57.7442191Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:16:57.7442839Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:16:57.7443501Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:16:57.7444090Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:16:57.7444712Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:16:57.7445438Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:16:57.7446118Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:16:57.7447035Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:16:57.7447829Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:16:57.7448604Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:16:57.7449358Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:16:57.7450116Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:16:57.7450912Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:16:57.7451825Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:16:57.7452536Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:16:57.7453295Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:16:57.7454128Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:16:57.7455022Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:16:57.7455869Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:16:57.7456594Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:16:57.7457293Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:16:57.7457993Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:16:57.7458697Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:16:57.7459461Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:16:57.7460331Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:16:57.7461369Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:16:57.7462256Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:16:57.7463043Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:16:57.7463745Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:16:57.7464614Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:16:57.7465305Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:16:57.7466001Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:16:57.7466649Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:16:57.7467384Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:16:57.7468161Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:16:57.7468876Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:16:57.7469536Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:16:57.7470249Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:16:57.7470962Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:16:57.7471821Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:16:57.7472489Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:16:57.7473162Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:16:57.7473827Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:16:57.7474443Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:16:57.7475101Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:16:57.7475746Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:16:57.7476559Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:16:57.7477239Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:16:57.7477873Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:16:57.7478534Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:16:57.7479213Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:16:57.7479884Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:16:57.7480573Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:16:57.7481497Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:16:57.7482225Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:16:57.7483001Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:16:57.7483764Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:16:57.7484473Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:16:57.7485076Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:16:57.7485672Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:16:57.7486066Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:16:57.7486438Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:16:57.7486794Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:16:57.7487156Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:16:57.7487602Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:16:57.7488222Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:16:57.7488916Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:16:57.7489711Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:16:57.7490541Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:16:57.7491115Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:16:57.7491856Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:16:57.7492724Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:16:57.7493316Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:16:57.7493722Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:16:57.7494131Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:16:57.7494506Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:16:57.7494979Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:16:57.7495389Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:16:57.7495834Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:16:57.7496263Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:16:57.7496643Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:16:57.7497031Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:16:57.7497432Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:16:57.7497833Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:16:57.7498227Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:16:57.7498607Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:16:57.7498998Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:16:57.7499396Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:16:57.7499974Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:16:57.7500341Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:16:57.7500647Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:16:57.7500973Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:16:57.7501663Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:16:57.7502270Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:16:57.7502664Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:16:57.7503028Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:16:57.7503390Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:16:57.7503763Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:16:57.7504301Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:16:57.7504985Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:16:57.7505758Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:16:57.7506557Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:16:57.7507293Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:16:57.7507958Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:16:57.7508701Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:16:57.7509444Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:16:57.7510179Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:16:57.7510915Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:16:57.7511708Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:16:57.7512340Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:16:57.7513090Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:16:57.7513856Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:16:57.7514790Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:16:57.7515441Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:16:57.7516038Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:16:57.7516722Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:16:57.7517396Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:16:57.7518126Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:16:57.7518967Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:16:57.7519716Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:16:57.7520374Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:16:57.7520987Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:16:57.7521801Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:16:57.7522601Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:16:57.7523512Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:16:57.7524303Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:16:57.7524944Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:16:57.7525774Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:16:57.7526732Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:16:57.7527878Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:16:57.7528702Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:16:57.7529361Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:16:57.7530049Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:16:57.7540334Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:16:57.7541390Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:16:57.7542181Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:16:57.7542888Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:16:57.7543575Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:16:57.7544315Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:16:57.7545062Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:16:57.7545784Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:16:57.7546513Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:16:57.7547246Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:16:57.7547957Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:16:57.7548714Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:16:57.7549532Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:16:57.7550294Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:16:57.7550954Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:16:57.7551785Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:16:57.7552533Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:16:57.7553225Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:16:57.7554069Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:16:57.7555204Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:16:57.7555931Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:16:57.7556698Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:16:57.7557550Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:16:57.7558355Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:16:57.7559088Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:16:57.7559801Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:16:57.7560492Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:16:57.7561170Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:16:57.7562023Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:16:57.7562746Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:16:57.7563422Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:16:57.7564239Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:16:57.7565126Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:16:57.7565953Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:16:57.7566914Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:16:57.7567862Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:16:57.7568959Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:16:57.7569894Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:16:57.7570702Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:16:57.7571540Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:16:57.7572201Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:16:57.7572887Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:16:57.7573557Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:16:57.7574212Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:16:57.7574908Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:16:57.7575575Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:16:57.7576271Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:16:57.7576968Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:16:57.7577652Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:16:57.7578376Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:16:57.7579087Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:16:57.7579839Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:16:57.7580609Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:16:57.7581512Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:16:57.7582195Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:16:57.7582930Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:16:57.7583606Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:16:57.7584243Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:16:57.7584866Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:16:57.7585699Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:16:57.7586395Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:16:57.7587066Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:16:57.7587760Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:16:57.7588410Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:16:57.7588969Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:16:57.7589793Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:16:57.7590723Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:16:57.7591633Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:16:57.7592316Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:16:57.7592968Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:16:57.7593688Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:16:57.7594485Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:16:57.7595269Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:16:57.7596034Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:16:57.7596778Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:16:57.7597515Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:16:57.7598435Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:16:57.7599195Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:16:57.7599911Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:16:57.7600690Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:16:57.7601768Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:16:57.7602675Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:16:57.7603480Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:16:57.7604229Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:16:57.7604963Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:16:57.7605812Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:16:57.7606705Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:16:57.7607442Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:16:57.7608280Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:16:57.7609124Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:16:57.7609863Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:16:57.7610487Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:16:57.7611132Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:16:57.7612011Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:16:57.7612703Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:16:57.7613346Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:16:57.7613999Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:16:57.7614699Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:16:57.7615365Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:16:57.7616214Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:16:57.7616886Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:16:57.7617509Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:16:57.7618176Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:16:57.7618871Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:16:57.7619522Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:16:57.7620156Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:16:57.7620791Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:16:57.7621656Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:16:57.7622339Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:16:57.7622978Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:16:57.7623625Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:16:57.7624308Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:16:57.7624933Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:16:57.7625585Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:16:57.7626377Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:16:57.7627115Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:16:57.7627750Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:16:57.7628434Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:16:57.7629416Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:16:57.7630148Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:16:57.7630800Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:16:57.7631671Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:16:57.7632315Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:16:57.7632827Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:16:57.7633351Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:16:57.7633982Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:16:57.7634616Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:16:57.7635250Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:16:57.7635893Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:16:57.7636524Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:16:57.7637118Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:16:57.7637802Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:16:57.7638553Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:16:57.7639271Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:16:57.7639965Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:16:57.7640672Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:16:57.7641580Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:16:57.7642490Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:16:57.7643653Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:16:57.7644788Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:16:57.7645781Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:16:57.7646844Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:16:57.7647652Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:16:57.7648606Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:16:57.7649738Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:16:57.7650776Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:16:57.7651851Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:16:57.7652650Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:16:57.7653310Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:16:57.7653983Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:16:57.7654645Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:16:57.7655326Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:16:57.7656029Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:16:57.7656714Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:16:57.7657389Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:16:57.7658081Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:16:57.7658780Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:16:57.7659618Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:16:57.7660297Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:16:57.7660967Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:16:57.7661896Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:16:57.7662593Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:16:57.7663340Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:16:57.7664084Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:16:57.7664716Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:16:57.7665421Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:16:57.7666169Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:16:57.7666919Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:16:57.7667707Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:16:57.7668478Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:16:57.7669151Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:16:57.7669791Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:16:57.7670474Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:16:57.7671140Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:16:57.7672017Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:16:57.7672702Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:16:57.7673394Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:16:57.7674093Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:16:57.7674741Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:16:57.7675382Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:16:57.7676563Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:16:57.7677863Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:16:57.7679111Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:16:57.7680300Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:16:57.7681415Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:16:57.7682124Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:16:57.7682800Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:16:57.7683472Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:16:57.7684147Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:16:57.7684788Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:16:57.7685459Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:16:57.7686162Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:16:57.7686825Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:16:57.7687500Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:16:57.7688190Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:16:57.7688881Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:16:57.7689743Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:16:57.7690498Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:16:57.7691439Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:16:57.7692160Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:16:57.7692893Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:16:57.7693616Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:16:57.7694314Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:16:57.7695007Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:16:57.7695688Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:16:57.7696388Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:16:57.7697114Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:16:57.7697837Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:16:57.7698565Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:16:57.7699271Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:16:57.7699977Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:16:57.7700746Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:16:57.7701711Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:16:57.7702213Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:16:57.7702660Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:16:57.7703131Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:16:57.7703550Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:16:57.7703922Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:16:57.7704299Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:16:57.7704853Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:16:57.7705258Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:16:57.7705656Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:16:57.7706028Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:16:57.7706411Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:16:57.7706875Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:16:57.7707345Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:16:57.7707740Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:16:57.7708193Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:16:57.7708644Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:16:57.7709091Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:16:57.7709560Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:16:57.7710044Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:16:57.7710482Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:16:57.7710917Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:16:57.7711545Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:16:57.7712075Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:16:57.7712503Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:16:57.7712904Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:16:57.7713297Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:16:57.7713706Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:16:57.7714107Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:16:57.7714506Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:16:57.7714926Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:16:57.7715320Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:16:57.7715687Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:16:57.7716047Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:16:57.7716405Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:16:57.7716792Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:16:57.7717204Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:16:57.7717657Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:16:57.7718102Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:16:57.7718498Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:16:57.7718926Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:16:57.7719339Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:16:57.7719739Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:16:57.7720141Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:16:57.7720508Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:16:57.7720869Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:16:57.7721546Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:16:57.7721944Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:16:57.7722311Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:16:57.7722637Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:16:57.7722949Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:16:57.7723302Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:16:57.7723800Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:16:57.7724310Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:16:57.7724692Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:16:57.7725059Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:16:57.7725455Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:16:57.7725868Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:16:57.7726271Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:16:57.7726664Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:16:57.7727087Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:16:57.7727490Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:16:57.7727855Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:16:57.7728220Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:16:57.7728728Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:16:57.7729105Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:16:57.7729526Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:16:57.7729951Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:16:57.7730341Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:16:57.7730754Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:16:57.7731185Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:16:57.7731774Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:16:57.7732137Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:16:57.7732484Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:16:57.7732844Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:16:57.7733208Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:16:57.7733577Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:16:57.7733975Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:16:57.7734404Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:16:57.7734862Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:16:57.7735312Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:16:57.7735687Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:16:57.7736072Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:16:57.7736468Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:16:57.7736851Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:16:57.7737226Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:16:57.7737593Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:16:57.7738157Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:16:57.7738645Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:16:57.7739056Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:16:57.7739419Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:16:57.7739788Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:16:57.7740180Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:16:57.7740567Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:16:57.7740935Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:16:57.7741519Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:16:57.7741908Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:16:57.7742257Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:16:57.7742606Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:16:57.7742995Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:16:57.7743411Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:16:57.7743784Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:16:57.7744164Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:16:57.7744600Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:16:57.7745141Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:16:57.7745559Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:16:57.7745945Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:16:57.7746461Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:16:57.7746967Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:16:57.7747271Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:16:57.7747611Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:16:57.7748053Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:16:57.7748479Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:16:57.7748995Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:16:57.7749577Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:16:57.7750183Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:16:57.7750830Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:16:57.7751674Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:16:57.7752311Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:16:57.7752929Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:16:57.7753507Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:16:57.7753989Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:16:57.7754429Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:16:57.7754859Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:16:57.7755277Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:16:57.7755866Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:16:57.7756294Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:16:57.7756676Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:16:57.7757035Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:16:57.7757396Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:16:57.7757769Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:16:57.7758175Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:16:57.7758589Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:16:57.7758948Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:16:57.7759332Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:16:57.7759796Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:16:57.7760278Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:16:57.7760752Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:16:57.7761392Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:16:57.7761884Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:16:57.7762355Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:16:57.7762909Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:16:57.7763319Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:16:57.7763723Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:16:57.7764130Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:16:57.7764532Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:16:57.7764933Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:16:57.7765356Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:16:57.7765781Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:16:57.7766162Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:16:57.7766532Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:16:57.7766908Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:16:57.7767282Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:16:57.7767710Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:16:57.7768143Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:16:57.7768542Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:16:57.7768943Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:16:57.7769360Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:16:57.7769802Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:16:57.7770238Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:16:57.7770660Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:16:57.7771069Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:16:57.7771627Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:16:57.7772018Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:16:57.7772511Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:16:57.7772881Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:16:57.7773273Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:16:57.7773663Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:16:57.7774081Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:16:57.7774541Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:16:57.7774948Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:16:57.7775358Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:16:57.7775750Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:16:57.7776050Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:16:57.7776368Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:16:57.7776745Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:16:57.7777145Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:16:57.7777535Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:16:57.7777929Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:16:57.7778359Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:16:57.7778798Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:16:57.7779324Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:16:57.7779704Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:16:57.7780095Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:16:57.7780641Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:16:57.7781374Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:16:57.7781838Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:16:57.7782270Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:16:57.7782697Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:16:57.7783107Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:16:57.7783502Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:16:57.7783882Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:16:57.7784256Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:16:57.7784649Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:16:57.7785039Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:16:57.7785404Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:16:57.7785782Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:16:57.7786175Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:16:57.7786542Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:16:57.7786941Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:16:57.7787398Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:16:57.7787808Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:16:57.7788175Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:16:57.7788663Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:16:57.7789040Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:16:57.7789409Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:16:57.7789768Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:16:57.7790187Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:16:57.7790623Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:16:57.7791020Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:16:57.7791648Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:16:57.7792039Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:16:57.7792413Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:16:57.7792781Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:16:57.7793160Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:16:57.7793559Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:16:57.7794006Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:16:57.7794453Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:16:57.7794867Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:16:57.7795260Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:16:57.7795773Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:16:57.7796193Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:16:57.7796574Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:16:57.7796929Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:16:57.7797245Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:16:57.7797540Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:16:57.7797899Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:16:57.7798269Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:16:57.7798610Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:16:57.7798971Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:16:57.7799357Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:16:57.7799738Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:16:57.7800090Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:16:57.7800431Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:16:57.7800803Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:16:57.7801346Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:16:57.7801770Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:16:57.7802123Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:16:57.7802474Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:16:57.7802852Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:16:57.7803231Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:16:57.7803569Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:16:57.7803939Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:16:57.7804319Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:16:57.7804689Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:16:57.7805186Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:16:57.7805550Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:16:57.7805923Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:16:57.7806316Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:16:57.7806727Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:16:57.7807129Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:16:57.7807477Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:16:57.7807824Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:16:57.7808193Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:16:57.7808607Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:16:57.7809101Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:16:57.7809591Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:16:57.7810061Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:16:57.7810549Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:16:57.7810971Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:16:57.7811455Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:16:57.7811843Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:16:57.7812338Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:16:57.7812722Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:16:57.7813095Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:16:57.7813472Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:16:57.7813837Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:16:57.7814217Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:16:57.7814651Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:16:57.7815073Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:16:57.7815442Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:16:57.7815836Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:16:57.7816256Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:16:57.7816626Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:16:57.7816970Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:16:57.7817354Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:16:57.7817798Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:16:57.7818221Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:16:57.7818619Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:16:57.7819018Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:16:57.7819336Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:16:57.7819607Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:16:57.7819952Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:16:57.7820426Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:16:57.7886063Z [+] Installing Go for linux-amd64...
2025-08-20T21:16:57.8042861Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T21:16:57.8043433Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:16:57.8044066Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:17:00.3876342Z [+] Downloading Go go1.25.0...
2025-08-20T21:17:00.3928902Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:17:00.3929535Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:17:00.3929861Z 
2025-08-20T21:17:00.4837147Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:17:00.4837965Z 100    80  100    80    0     0    880      0 --:--:-- --:--:-- --:--:--   888
2025-08-20T21:17:00.5701423Z 
2025-08-20T21:17:00.5702163Z 100    75  100    75    0     0    422      0 --:--:-- --:--:-- --:--:--   422
2025-08-20T21:17:01.1040502Z 
2025-08-20T21:17:01.3004880Z  54 56.8M   54 31.2M    0     0  43.9M      0  0:00:01 --:--:--  0:00:01 43.9M
2025-08-20T21:17:01.3005583Z 100 56.8M  100 56.8M    0     0  62.6M      0 --:--:-- --:--:-- --:--:--  130M
2025-08-20T21:17:01.3040220Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T21:17:02.6922221Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T21:17:02.6922808Z [+] GOROOT: /home/runner/.go
2025-08-20T21:17:02.6923201Z [+] GOPATH: /home/runner/go
2025-08-20T21:17:02.6923725Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T21:17:02.7083076Z go version go1.25.0 linux/amd64
2025-08-20T21:17:02.7444385Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:17:02.7445040Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:17:02.7445962Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:17:02.7446589Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:17:02.7447240Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:17:02.7447889Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:17:02.7448553Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:17:02.7449201Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:17:02.7449824Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:17:02.7450407Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:17:02.7451093Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:17:02.7451948Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:17:02.7452624Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:17:02.7453356Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:17:02.7454051Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:17:02.7454749Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:17:02.7455453Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:17:02.7456076Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:17:02.7456730Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:17:02.7457316Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:17:02.7457757Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:17:02.7458158Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:17:02.7458574Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:17:02.7459075Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:17:02.7459422Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:17:02.7459801Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:17:02.7460437Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:17:02.7460839Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:17:02.7461444Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:17:02.7461905Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:17:02.7462315Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:17:02.7462724Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:17:02.7463136Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:17:02.7463543Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:17:02.7463983Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:17:02.7464400Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:17:02.7464789Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:17:02.7465167Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:17:02.7465559Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:17:02.7465971Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:17:02.7466371Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:17:02.7466760Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:17:02.7467138Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:17:02.7467724Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:17:02.7468192Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:17:02.7468646Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:17:02.7469117Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:17:02.7469573Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:17:02.7469987Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:17:02.7470422Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:17:02.7470823Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:17:02.7471589Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:17:02.7472000Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:17:02.7472371Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:17:02.7472724Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:17:02.7473078Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:17:02.7473398Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:17:02.7473729Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:17:02.7474123Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:17:02.7474489Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:17:02.7474881Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:17:02.7475301Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:17:02.7475707Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:17:02.7476105Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:17:02.7476514Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:17:02.7476926Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:17:02.7477563Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:17:02.7478224Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:17:02.7478919Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:17:02.7479384Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:17:02.7479870Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:17:02.7480326Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:17:02.7480739Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:17:02.7481117Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:17:02.7481687Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:17:02.7482089Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:17:02.7482518Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:17:02.7483009Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:17:02.7483503Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:17:02.7483992Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:17:02.7484428Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:17:02.7484829Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:17:02.7485352Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:17:02.7485760Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:17:02.7486151Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:17:02.7486539Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:17:02.7486959Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:17:02.7487380Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:17:02.7487758Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:17:02.7488127Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:17:02.7488528Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:17:02.7488924Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:17:02.7489296Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:17:02.7489658Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:17:02.7490039Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:17:02.7490419Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:17:02.7490760Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:17:02.7491129Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:17:02.7492567Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:17:02.7493079Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:17:02.7493474Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:17:02.7493825Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:17:02.7494177Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:17:02.7494549Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:17:02.7494929Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:17:02.7495320Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:17:02.7495871Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:17:02.7496237Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:17:02.7496602Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:17:02.7496987Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:17:02.7497380Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:17:02.7497712Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:17:02.7498032Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:17:02.7498386Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:17:02.7498729Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:17:02.7499077Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:17:02.7499431Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:17:02.7499770Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:17:02.7500133Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:17:02.7500516Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:17:02.7500944Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:17:02.7501589Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:17:02.7501983Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:17:02.7502360Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:17:02.7502873Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:17:02.7503261Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:17:02.7503655Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:17:02.7504059Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:17:02.7504429Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:17:02.7504806Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:17:02.7505208Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:17:02.7505640Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:17:02.7506062Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:17:02.7506439Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:17:02.7506821Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:17:02.7507221Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:17:02.7507618Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:17:02.7508012Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:17:02.7508391Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:17:02.7508769Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:17:02.7509162Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:17:02.7509529Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:17:02.7509879Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:17:02.7510178Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:17:02.7510495Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:17:02.7510893Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:17:02.7518654Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:17:02.7519397Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:17:02.7519790Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:17:02.7520170Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:17:02.7520560Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:17:02.7520911Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:17:02.7521529Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:17:02.7522042Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:17:02.7522513Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:17:02.7522931Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:17:02.7523300Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:17:02.7523685Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:17:02.7524096Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:17:02.7524508Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:17:02.7524914Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:17:02.7525268Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:17:02.7525622Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:17:02.7526032Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:17:02.7526462Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:17:02.7527003Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:17:02.7527369Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:17:02.7527705Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:17:02.7528088Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:17:02.7528480Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:17:02.7528913Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:17:02.7529386Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:17:02.7529806Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:17:02.7530180Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:17:02.7530518Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:17:02.7530878Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:17:02.7531441Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:17:02.7531966Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:17:02.7532417Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:17:02.7532793Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:17:02.7533255Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:17:02.7533785Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:17:02.7534274Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:17:02.7534704Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:17:02.7535061Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:17:02.7535447Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:17:02.7535861Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:17:02.7536272Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:17:02.7536794Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:17:02.7537163Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:17:02.7537531Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:17:02.7537920Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:17:02.7538313Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:17:02.7538704Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:17:02.7539097Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:17:02.7539486Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:17:02.7539872Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:17:02.7540293Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:17:02.7540760Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:17:02.7541294Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:17:02.7541765Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:17:02.7542140Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:17:02.7542539Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:17:02.7542915Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:17:02.7543290Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:17:02.7543786Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:17:02.7544183Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:17:02.7544599Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:17:02.7545071Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:17:02.7545515Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:17:02.7545915Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:17:02.7546296Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:17:02.7546679Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:17:02.7547052Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:17:02.7547417Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:17:02.7547800Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:17:02.7548181Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:17:02.7548624Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:17:02.7549104Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:17:02.7549561Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:17:02.7550069Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:17:02.7550571Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:17:02.7551095Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:17:02.7551796Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:17:02.7552238Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:17:02.7552599Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:17:02.7552954Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:17:02.7553454Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:17:02.7553828Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:17:02.7554186Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:17:02.7554563Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:17:02.7554936Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:17:02.7555312Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:17:02.7555686Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:17:02.7556080Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:17:02.7556479Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:17:02.7556866Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:17:02.7557276Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:17:02.7557719Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:17:02.7558106Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:17:02.7558474Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:17:02.7558884Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:17:02.7559250Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:17:02.7559600Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:17:02.7559949Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:17:02.7560422Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:17:02.7560805Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:17:02.7561172Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:17:02.7561689Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:17:02.7562054Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:17:02.7562366Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:17:02.7562825Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:17:02.7563340Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:17:02.7563702Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:17:02.7564064Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:17:02.7564427Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:17:02.7564829Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:17:02.7565258Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:17:02.7565685Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:17:02.7566107Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:17:02.7566514Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:17:02.7566914Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:17:02.7567331Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:17:02.7567739Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:17:02.7568126Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:17:02.7568558Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:17:02.7569046Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:17:02.7569537Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:17:02.7570103Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:17:02.7570510Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:17:02.7570910Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:17:02.7571483Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:17:02.7571962Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:17:02.7572368Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:17:02.7572797Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:17:02.7573253Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:17:02.7573650Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:17:02.7574011Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:17:02.7574380Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:17:02.7574759Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:17:02.7575136Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:17:02.7575496Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:17:02.7575854Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:17:02.7576237Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:17:02.7576614Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:17:02.7576976Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:17:02.7577456Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:17:02.7577814Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:17:02.7578188Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:17:02.7578572Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:17:02.7578933Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:17:02.7579286Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:17:02.7579641Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:17:02.7580001Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:17:02.7580365Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:17:02.7580720Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:17:02.7581078Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:17:02.7581632Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:17:02.7581998Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:17:02.7582370Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:17:02.7582814Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:17:02.7583216Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:17:02.7583578Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:17:02.7583956Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:17:02.7584373Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:17:02.7584765Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:17:02.7585124Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:17:02.7585490Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:17:02.7585843Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:17:02.7586136Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:17:02.7586559Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:17:02.7586908Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:17:02.7587252Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:17:02.7587612Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:17:02.7587966Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:17:02.7588311Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:17:02.7588645Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:17:02.7589024Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:17:02.7589737Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:17:02.7590401Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:17:02.7591023Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:17:02.7591863Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:17:02.7592636Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:17:02.7593557Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:17:02.7594714Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:17:02.7595891Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:17:02.7596845Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:17:02.7597733Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:17:02.7598205Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:17:02.7598859Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:17:02.7599580Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:17:02.7600152Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:17:02.7600656Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:17:02.7601102Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:17:02.7601710Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:17:02.7602085Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:17:02.7602468Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:17:02.7602852Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:17:02.7603242Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:17:02.7603632Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:17:02.7604016Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:17:02.7604401Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:17:02.7604779Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:17:02.7605148Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:17:02.7605519Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:17:02.7605889Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:17:02.7606285Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:17:02.7606681Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:17:02.7607098Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:17:02.7607655Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:17:02.7608014Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:17:02.7608405Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:17:02.7608817Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:17:02.7609226Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:17:02.7609668Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:17:02.7610096Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:17:02.7610472Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:17:02.7610846Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:17:02.7611338Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:17:02.7611724Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:17:02.7612110Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:17:02.7612495Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:17:02.7612876Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:17:02.7613259Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:17:02.7613623Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:17:02.7613981Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:17:02.7614648Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:17:02.7615364Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:17:02.7616039Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:17:02.7616699Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:17:02.7617222Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:17:02.7617608Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:17:02.7617981Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:17:02.7618359Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:17:02.7618730Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:17:02.7619097Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:17:02.7619474Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:17:02.7619853Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:17:02.7620233Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:17:02.7620608Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:17:02.7620992Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:17:02.7621541Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:17:02.7621939Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:17:02.7622351Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:17:02.7622752Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:17:02.7623156Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:17:02.7623556Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:17:02.7623949Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:17:02.7624463Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:17:02.7624847Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:17:02.7625220Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:17:02.7625602Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:17:02.7626008Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:17:02.7626405Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:17:02.7626797Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:17:02.7627195Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:17:02.7627582Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:17:02.7627999Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:17:02.7628433Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:17:02.7628833Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:17:02.7629270Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:17:02.7629726Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:17:02.7630131Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:17:02.7630499Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:17:02.7630885Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:17:02.7631567Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:17:02.7632000Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:17:02.7632403Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:17:02.7632785Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:17:02.7633177Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:17:02.7633641Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:17:02.7634114Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:17:02.7634511Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:17:02.7634918Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:17:02.7635370Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:17:02.7635819Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:17:02.7636290Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:17:02.7636777Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:17:02.7637217Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:17:02.7637654Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:17:02.7638053Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:17:02.7638449Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:17:02.7638864Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:17:02.7639254Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:17:02.7639630Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:17:02.7640041Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:17:02.7640442Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:17:02.7640847Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:17:02.7641495Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:17:02.7641888Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:17:02.7642261Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:17:02.7642626Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:17:02.7642985Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:17:02.7643375Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:17:02.7643793Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:17:02.7644251Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:17:02.7644703Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:17:02.7645103Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:17:02.7645536Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:17:02.7645968Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:17:02.7646379Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:17:02.7646782Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:17:02.7647142Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:17:02.7647503Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:17:02.7647896Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:17:02.7648403Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:17:02.7648783Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:17:02.7649112Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:17:02.7649432Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:17:02.7649783Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:17:02.7650285Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:17:02.7650832Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:17:02.7651302Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:17:02.7651675Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:17:02.7652068Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:17:02.7652482Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:17:02.7652887Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:17:02.7653282Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:17:02.7653697Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:17:02.7654106Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:17:02.7654479Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:17:02.7654845Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:17:02.7655205Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:17:02.7655583Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:17:02.7656002Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:17:02.7656437Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:17:02.7656833Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:17:02.7657249Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:17:02.7657810Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:17:02.7658201Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:17:02.7658568Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:17:02.7658917Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:17:02.7659275Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:17:02.7659646Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:17:02.7660021Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:17:02.7660424Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:17:02.7660838Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:17:02.7661429Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:17:02.7661917Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:17:02.7662291Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:17:02.7662678Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:17:02.7663058Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:17:02.7663450Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:17:02.7663827Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:17:02.7664197Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:17:02.7664761Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:17:02.7665260Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:17:02.7665674Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:17:02.7666053Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:17:02.7666425Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:17:02.7666828Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:17:02.7667217Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:17:02.7667591Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:17:02.7667984Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:17:02.7668362Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:17:02.7668712Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:17:02.7669074Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:17:02.7669463Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:17:02.7669885Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:17:02.7670268Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:17:02.7670657Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:17:02.7671092Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:17:02.7671642Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:17:02.7672052Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:17:02.7672435Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:17:02.7672946Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:17:02.7673449Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:17:02.7673753Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:17:02.7674214Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:17:02.7674616Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:17:02.7675035Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:17:02.7675553Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:17:02.7676138Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:17:02.7676752Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:17:02.7677401Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:17:02.7678040Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:17:02.7678666Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:17:02.7679294Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:17:02.7679875Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:17:02.7680359Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:17:02.7680801Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:17:02.7681335Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:17:02.7681765Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:17:02.7682352Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:17:02.7682788Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:17:02.7683173Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:17:02.7683545Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:17:02.7683918Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:17:02.7684294Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:17:02.7684698Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:17:02.7685110Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:17:02.7685472Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:17:02.7685865Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:17:02.7686329Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:17:02.7686818Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:17:02.7687303Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:17:02.7687787Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:17:02.7688264Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:17:02.7688742Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:17:02.7689187Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:17:02.7689599Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:17:02.7690011Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:17:02.7690420Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:17:02.7690834Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:17:02.7691341Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:17:02.7691901Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:17:02.7692327Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:17:02.7692714Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:17:02.7693099Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:17:02.7693475Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:17:02.7693852Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:17:02.7694288Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:17:02.7694733Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:17:02.7695138Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:17:02.7695545Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:17:02.7695978Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:17:02.7696426Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:17:02.7696866Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:17:02.7697298Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:17:02.7697694Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:17:02.7698070Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:17:02.7698460Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:17:02.7698941Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:17:02.7699315Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:17:02.7699714Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:17:02.7700117Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:17:02.7700548Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:17:02.7701014Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:17:02.7701615Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:17:02.7702027Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:17:02.7702421Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:17:02.7702720Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:17:02.7703044Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:17:02.7703427Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:17:02.7703820Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:17:02.7704215Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:17:02.7704606Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:17:02.7705029Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:17:02.7705473Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:17:02.7705887Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:17:02.7706272Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:17:02.7706669Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:17:02.7707211Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:17:02.7707792Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:17:02.7708240Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:17:02.7708808Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:17:02.7709240Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:17:02.7709657Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:17:02.7710054Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:17:02.7710442Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:17:02.7710825Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:17:02.7711331Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:17:02.7711814Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:17:02.7712185Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:17:02.7712576Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:17:02.7712974Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:17:02.7713346Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:17:02.7713756Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:17:02.7714218Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:17:02.7714636Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:17:02.7715012Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:17:02.7715386Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:17:02.7715890Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:17:02.7716265Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:17:02.7716642Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:17:02.7717068Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:17:02.7717515Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:17:02.7717917Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:17:02.7718308Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:17:02.7718699Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:17:02.7719077Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:17:02.7719449Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:17:02.7719836Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:17:02.7720233Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:17:02.7720682Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:17:02.7721132Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:17:02.7721663Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:17:02.7722058Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:17:02.7722461Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:17:02.7722884Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:17:02.7723271Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:17:02.7723625Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:17:02.7723945Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:17:02.7724250Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:17:02.7724625Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:17:02.7725169Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:17:02.7725523Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:17:02.7725900Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:17:02.7726298Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:17:02.7726687Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:17:02.7727047Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:17:02.7727397Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:17:02.7727780Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:17:02.7728179Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:17:02.7728558Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:17:02.7728927Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:17:02.7729287Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:17:02.7729671Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:17:02.7730056Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:17:02.7730407Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:17:02.7730783Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:17:02.7731169Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:17:02.7731648Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:17:02.7732138Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:17:02.7732522Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:17:02.7732906Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:17:02.7733314Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:17:02.7733736Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:17:02.7734142Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:17:02.7734497Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:17:02.7734849Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:17:02.7735193Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:17:02.7735618Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:17:02.7736124Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:17:02.7736593Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:17:02.7737076Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:17:02.7737576Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:17:02.7738009Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:17:02.7738392Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:17:02.7738778Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:17:02.7739165Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:17:02.7739551Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:17:02.7739931Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:17:02.7740320Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:17:02.7740694Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:17:02.7741085Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:17:02.7741830Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:17:02.7742264Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:17:02.7742642Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:17:02.7743039Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:17:02.7743464Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:17:02.7743841Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:17:02.7744190Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:17:02.7744585Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:17:02.7745039Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:17:02.7745467Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:17:02.7745883Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:17:02.7746289Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:17:02.7746617Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:17:02.7746900Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:17:02.7747254Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:17:02.7747731Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:17:02.9924007Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:17:03.1607245Z Collecting meson
2025-08-20T21:17:03.1966558Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T21:17:03.2264579Z Collecting ninja
2025-08-20T21:17:03.2306092Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T21:17:03.2370194Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T21:17:03.2581483Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 116.6 MB/s  0:00:00
2025-08-20T21:17:03.2608412Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T21:17:03.3490982Z Installing collected packages: ninja, meson
2025-08-20T21:17:04.0603510Z 
2025-08-20T21:17:04.0631993Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T21:17:04.3510242Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:17:04.4606623Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T21:17:04.5149909Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T21:17:05.0236695Z 1.8.4
2025-08-20T21:17:05.0496715Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T21:17:05.0754940Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:17:05.0755628Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:17:05.0756269Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:17:05.0756918Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:17:05.0757493Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:17:05.0758035Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:17:05.0758513Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:17:05.0758880Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:17:05.0759223Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:17:05.0759570Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:17:05.0759932Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:17:05.0760320Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:17:05.0760914Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:17:05.0761487Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:17:05.0761890Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:17:05.0762286Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:17:05.0762681Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:17:05.0763037Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:17:05.0763413Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:17:05.0763875Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:17:05.0764309Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:17:05.0764695Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:17:05.0765118Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:17:05.0765516Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:17:05.0765867Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:17:05.0766266Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:17:05.0766714Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:17:05.0767128Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:17:05.0767525Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:17:05.0768106Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:17:05.0768528Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:17:05.0769052Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:17:05.0769810Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:17:05.0770533Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:17:05.0771610Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:17:05.0772374Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:17:05.0773095Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:17:05.0773788Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:17:05.0774608Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:17:05.0775394Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:17:05.0776163Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:17:05.0776868Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:17:05.0777565Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:17:05.0778348Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:17:05.0779195Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:17:05.0780061Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:17:05.0780949Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:17:05.0782397Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:17:05.0783166Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:17:05.0783947Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:17:05.0784680Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:17:05.0785428Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:17:05.0786416Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:17:05.0787090Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:17:05.0787741Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:17:05.0788404Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:17:05.0788976Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:17:05.0789593Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:17:05.0790326Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:17:05.0791013Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:17:05.0791969Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:17:05.0792758Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:17:05.0793518Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:17:05.0794255Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:17:05.0795031Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:17:05.0795832Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:17:05.0796562Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:17:05.0797280Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:17:05.0798007Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:17:05.0799034Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:17:05.0799935Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:17:05.0800783Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:17:05.0801718Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:17:05.0802409Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:17:05.0803110Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:17:05.0803819Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:17:05.0804590Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:17:05.0805464Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:17:05.0806379Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:17:05.0807266Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:17:05.0808057Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:17:05.0808788Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:17:05.0809490Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:17:05.0810222Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:17:05.0810928Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:17:05.0811656Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:17:05.0812097Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:17:05.0812525Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:17:05.0812951Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:17:05.0813351Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:17:05.0813761Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:17:05.0814342Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:17:05.0814708Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:17:05.0815073Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:17:05.0815458Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:17:05.0815836Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:17:05.0816181Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:17:05.0816558Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:17:05.0816929Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:17:05.0817297Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:17:05.0817765Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:17:05.0818319Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:17:05.0818922Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:17:05.0819541Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:17:05.0820230Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:17:05.0820922Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:17:05.0821541Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:17:05.0821926Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:17:05.0822294Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:17:05.0822862Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:17:05.0830314Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:17:05.0830758Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:17:05.0831128Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:17:05.0831705Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:17:05.0832077Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:17:05.0832439Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:17:05.0832801Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:17:05.0833139Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:17:05.0833521Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:17:05.0833927Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:17:05.0834380Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:17:05.0834825Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:17:05.0835220Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:17:05.0835608Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:17:05.0835991Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:17:05.0836377Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:17:05.0836777Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:17:05.0837182Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:17:05.0837551Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:17:05.0837930Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:17:05.0838341Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:17:05.0838779Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:17:05.0839200Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:17:05.0839771Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:17:05.0840153Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:17:05.0840554Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:17:05.0840948Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:17:05.0842811Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:17:05.0843224Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:17:05.0843620Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:17:05.0844026Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:17:05.0844400Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:17:05.0844754Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:17:05.0845067Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:17:05.0845382Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:17:05.0845769Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:17:05.0846160Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:17:05.0846550Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:17:05.0846921Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:17:05.0847294Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:17:05.0847670Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:17:05.0848171Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:17:05.0848512Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:17:05.0848928Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:17:05.0849375Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:17:05.0849766Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:17:05.0850134Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:17:05.0850514Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:17:05.0850918Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:17:05.0851544Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:17:05.0851987Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:17:05.0852356Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:17:05.0852711Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:17:05.0853125Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:17:05.0853557Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:17:05.0853957Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:17:05.0854315Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:17:05.0854651Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:17:05.0855030Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:17:05.0855405Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:17:05.0855828Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:17:05.0856300Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:17:05.0856716Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:17:05.0857083Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:17:05.0857552Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:17:05.0857899Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:17:05.0858344Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:17:05.0858845Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:17:05.0859277Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:17:05.0859644Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:17:05.0860100Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:17:05.0860637Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:17:05.0861129Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:17:05.0861891Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:17:05.0862263Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:17:05.0862639Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:17:05.0863044Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:17:05.0863451Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:17:05.0863849Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:17:05.0864217Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:17:05.0864582Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:17:05.0865097Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:17:05.0865494Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:17:05.0865883Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:17:05.0866275Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:17:05.0866652Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:17:05.0867039Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:17:05.0867457Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:17:05.0867901Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:17:05.0868318Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:17:05.0868680Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:17:05.0869045Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:17:05.0869436Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:17:05.0869806Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:17:05.0870183Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:17:05.0870559Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:17:05.0870944Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:17:05.0871577Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:17:05.0872048Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:17:05.0872621Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:17:05.0873024Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:17:05.0873407Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:17:05.0873781Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:17:05.0874148Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:17:05.0874641Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:17:05.0875021Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:17:05.0875397Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:17:05.0875839Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:17:05.0876306Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:17:05.0876758Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:17:05.0877265Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:17:05.0877769Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:17:05.0878254Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:17:05.0878741Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:17:05.0879174Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:17:05.0879533Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:17:05.0879886Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:17:05.0880270Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:17:05.0880643Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:17:05.0881004Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:17:05.0881495Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:17:05.0881988Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:17:05.0882367Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:17:05.0882741Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:17:05.0883122Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:17:05.0883506Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:17:05.0883887Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:17:05.0884306Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:17:05.0884738Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:17:05.0885120Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:17:05.0885486Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:17:05.0885895Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:17:05.0886263Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:17:05.0886609Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:17:05.0886957Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:17:05.0887313Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:17:05.0887695Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:17:05.0888062Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:17:05.0888447Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:17:05.0888802Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:17:05.0889111Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:17:05.0889562Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:17:05.0890078Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:17:05.0890441Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:17:05.0890805Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:17:05.0891496Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:17:05.0891920Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:17:05.0892361Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:17:05.0892786Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:17:05.0893215Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:17:05.0893629Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:17:05.0894030Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:17:05.0894451Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:17:05.0894862Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:17:05.0895249Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:17:05.0895679Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:17:05.0896164Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:17:05.0896661Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:17:05.0897105Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:17:05.0897509Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:17:05.0897906Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:17:05.0898571Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:17:05.0899060Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:17:05.0899460Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:17:05.0899894Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:17:05.0900340Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:17:05.0900738Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:17:05.0901101Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:17:05.0901576Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:17:05.0901957Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:17:05.0902340Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:17:05.0902709Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:17:05.0903067Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:17:05.0903453Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:17:05.0903834Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:17:05.0904197Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:17:05.0904569Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:17:05.0904917Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:17:05.0905290Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:17:05.0905673Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:17:05.0906028Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:17:05.0906383Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:17:05.0906737Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:17:05.0907097Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:17:05.0907456Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:17:05.0907937Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:17:05.0908290Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:17:05.0908659Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:17:05.0909010Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:17:05.0909377Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:17:05.0909809Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:17:05.0910210Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:17:05.0910568Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:17:05.0910946Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:17:05.0911475Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:17:05.0911877Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:17:05.0912242Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:17:05.0912607Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:17:05.0912988Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:17:05.0913284Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:17:05.0913577Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:17:05.0913917Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:17:05.0914261Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:17:05.0914621Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:17:05.0915090Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:17:05.0915434Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:17:05.0915762Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:17:05.0916146Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:17:05.0916548Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:17:05.0916938Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:17:05.0917322Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:17:05.0917705Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:17:05.0918111Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:17:05.0918605Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:17:05.0919232Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:17:05.0919866Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:17:05.0920414Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:17:05.0920883Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:17:05.0921434Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:17:05.0921957Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:17:05.0922574Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:17:05.0923133Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:17:05.0923627Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:17:05.0924067Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:17:05.0924430Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:17:05.0924913Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:17:05.0925276Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:17:05.0925649Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:17:05.0926033Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:17:05.0926410Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:17:05.0926788Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:17:05.0927161Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:17:05.0927538Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:17:05.0927906Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:17:05.0928271Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:17:05.0928642Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:17:05.0929027Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:17:05.0929415Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:17:05.0929821Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:17:05.0930227Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:17:05.0930590Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:17:05.0930976Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:17:05.0931580Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:17:05.0932118Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:17:05.0932551Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:17:05.0932977Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:17:05.0933342Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:17:05.0933703Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:17:05.0934077Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:17:05.0934435Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:17:05.0934815Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:17:05.0935191Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:17:05.0935581Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:17:05.0935974Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:17:05.0936342Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:17:05.0936703Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:17:05.0937253Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:17:05.0937963Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:17:05.0938640Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:17:05.0939292Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:17:05.0939810Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:17:05.0940200Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:17:05.0940571Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:17:05.0940948Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:17:05.0941562Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:17:05.0941922Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:17:05.0942283Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:17:05.0942669Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:17:05.0943034Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:17:05.0943403Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:17:05.0943776Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:17:05.0944147Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:17:05.0944531Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:17:05.0944937Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:17:05.0945336Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:17:05.0945726Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:17:05.0946118Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:17:05.0946502Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:17:05.0946880Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:17:05.0947259Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:17:05.0947624Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:17:05.0948003Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:17:05.0948520Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:17:05.0948917Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:17:05.0949314Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:17:05.0949703Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:17:05.0950081Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:17:05.0950499Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:17:05.0950928Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:17:05.0951462Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:17:05.0951896Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:17:05.0952352Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:17:05.0952753Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:17:05.0953113Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:17:05.0953493Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:17:05.0953882Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:17:05.0954281Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:17:05.0954675Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:17:05.0955047Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:17:05.0955431Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:17:05.0955895Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:17:05.0956371Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:17:05.0956763Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:17:05.0957165Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:17:05.0957739Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:17:05.0958183Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:17:05.0958655Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:17:05.0959141Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:17:05.0959579Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:17:05.0960006Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:17:05.0960402Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:17:05.0960800Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:17:05.0961319Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:17:05.0961714Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:17:05.0962094Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:17:05.0962503Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:17:05.0962901Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:17:05.0963303Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:17:05.0963717Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:17:05.0964106Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:17:05.0964481Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:17:05.0964959Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:17:05.0965313Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:17:05.0965703Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:17:05.0966119Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:17:05.0966570Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:17:05.0967018Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:17:05.0967412Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:17:05.0967844Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:17:05.0968261Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:17:05.0968665Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:17:05.0969070Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:17:05.0969427Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:17:05.0969789Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:17:05.0970182Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:17:05.0970572Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:17:05.0970937Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:17:05.0971365Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:17:05.0971677Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:17:05.0972025Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:17:05.0972520Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:17:05.0973039Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:17:05.0973408Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:17:05.0973773Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:17:05.0974279Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:17:05.0974693Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:17:05.0975106Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:17:05.0975502Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:17:05.0975907Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:17:05.0976305Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:17:05.0976669Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:17:05.0977035Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:17:05.0977390Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:17:05.0977763Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:17:05.0978185Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:17:05.0978608Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:17:05.0978997Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:17:05.0979412Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:17:05.0979844Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:17:05.0980234Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:17:05.0980593Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:17:05.0981054Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:17:05.0981531Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:17:05.0981909Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:17:05.0982294Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:17:05.0982691Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:17:05.0983099Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:17:05.0983555Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:17:05.0983992Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:17:05.0984362Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:17:05.0984743Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:17:05.0985122Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:17:05.0985507Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:17:05.0985883Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:17:05.0986259Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:17:05.0986700Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:17:05.0987190Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:17:05.0987608Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:17:05.0987979Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:17:05.0988344Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:17:05.0988743Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:17:05.0989135Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:17:05.0989510Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:17:05.0989904Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:17:05.0990404Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:17:05.0990750Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:17:05.0991098Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:17:05.0991594Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:17:05.0992008Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:17:05.0992384Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:17:05.0992768Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:17:05.0993204Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:17:05.0993634Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:17:05.0994049Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:17:05.0994437Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:17:05.0994954Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:17:05.0995459Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:17:05.0995769Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:17:05.0996114Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:17:05.0996522Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:17:05.0996941Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:17:05.0997620Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:17:05.0998220Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:17:05.0998828Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:17:05.0999475Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:17:05.1000117Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:17:05.1000740Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:17:05.1001461Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:17:05.1002040Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:17:05.1002526Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:17:05.1002972Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:17:05.1003404Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:17:05.1003829Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:17:05.1004289Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:17:05.1004717Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:17:05.1005092Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:17:05.1005454Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:17:05.1005828Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:17:05.1006201Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:17:05.1006608Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:17:05.1007019Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:17:05.1007377Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:17:05.1007891Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:17:05.1008351Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:17:05.1008838Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:17:05.1009318Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:17:05.1009805Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:17:05.1010286Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:17:05.1010771Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:17:05.1011312Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:17:05.1011738Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:17:05.1012161Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:17:05.1012572Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:17:05.1013003Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:17:05.1013404Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:17:05.1013832Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:17:05.1014256Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:17:05.1014640Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:17:05.1015137Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:17:05.1015519Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:17:05.1015893Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:17:05.1016330Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:17:05.1016764Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:17:05.1017165Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:17:05.1017570Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:17:05.1017988Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:17:05.1018435Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:17:05.1018875Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:17:05.1019305Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:17:05.1019695Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:17:05.1020067Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:17:05.1020457Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:17:05.1020824Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:17:05.1021293Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:17:05.1021688Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:17:05.1022082Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:17:05.1022505Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:17:05.1022970Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:17:05.1023387Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:17:05.1023788Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:17:05.1024176Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:17:05.1024605Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:17:05.1024943Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:17:05.1025320Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:17:05.1025709Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:17:05.1026095Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:17:05.1026484Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:17:05.1026902Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:17:05.1027351Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:17:05.1027762Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:17:05.1028139Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:17:05.1028536Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:17:05.1029076Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:17:05.1029653Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:17:05.1030099Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:17:05.1030526Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:17:05.1030952Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:17:05.1031466Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:17:05.1032023Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:17:05.1032410Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:17:05.1032791Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:17:05.1033182Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:17:05.1033572Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:17:05.1033939Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:17:05.1034317Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:17:05.1034710Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:17:05.1035075Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:17:05.1035479Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:17:05.1035941Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:17:05.1036356Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:17:05.1036732Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:17:05.1037100Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:17:05.1037480Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:17:05.1037849Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:17:05.1038213Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:17:05.1038629Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:17:05.1039069Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:17:05.1039470Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:17:05.1039865Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:17:05.1040253Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:17:05.1040626Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:17:05.1041111Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:17:05.1041587Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:17:05.1041983Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:17:05.1042422Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:17:05.1042869Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:17:05.1043290Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:17:05.1043685Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:17:05.1044090Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:17:05.1044508Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:17:05.1044894Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:17:05.1045245Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:17:05.1045558Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:17:05.1045855Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:17:05.1046211Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:17:05.1046580Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:17:05.1046926Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:17:05.1047298Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:17:05.1047811Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:17:05.1048197Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:17:05.1048549Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:17:05.1048898Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:17:05.1049265Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:17:05.1049653Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:17:05.1050022Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:17:05.1050375Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:17:05.1050728Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:17:05.1051106Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:17:05.1051586Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:17:05.1051936Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:17:05.1052298Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:17:05.1052681Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:17:05.1053058Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:17:05.1053421Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:17:05.1053790Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:17:05.1054168Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:17:05.1054564Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:17:05.1054981Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:17:05.1055377Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:17:05.1055727Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:17:05.1056066Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:17:05.1056402Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:17:05.1056939Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:17:05.1057430Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:17:05.1057894Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:17:05.1058363Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:17:05.1058854Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:17:05.1059283Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:17:05.1059657Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:17:05.1060047Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:17:05.1060431Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:17:05.1060808Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:17:05.1061289Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:17:05.1061668Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:17:05.1062032Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:17:05.1062417Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:17:05.1062851Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:17:05.1063277Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:17:05.1063650Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:17:05.1064175Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:17:05.1064603Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:17:05.1064978Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:17:05.1065329Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:17:05.1065711Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:17:05.1066156Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:17:05.1066577Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:17:05.1066985Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:17:05.1067387Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:17:05.1067706Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:17:05.1067982Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:17:05.1068332Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:17:05.1068809Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:17:05.2299875Z info: downloading installer
2025-08-20T21:17:05.4192575Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T21:17:05.4193218Z warn: /home/runner/.rustup/settings.toml
2025-08-20T21:17:05.4193871Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T21:17:05.4194625Z warn: instead of the one inferred from the default host triple.
2025-08-20T21:17:05.4357748Z info: profile set to 'default'
2025-08-20T21:17:05.4358304Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T21:17:05.4358968Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T21:17:05.5039124Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:17:05.5161861Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:17:05.5162344Z 
2025-08-20T21:17:05.5258168Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:17:05.5258737Z 
2025-08-20T21:17:05.5259023Z 
2025-08-20T21:17:05.5259169Z Rust is installed now. Great!
2025-08-20T21:17:05.5259415Z 
2025-08-20T21:17:05.5259750Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T21:17:05.5260469Z environment variable. This has not been done automatically.
2025-08-20T21:17:05.5260859Z 
2025-08-20T21:17:05.5261053Z To configure your current shell, you need to source
2025-08-20T21:17:05.5261759Z the corresponding env file under $HOME/.cargo.
2025-08-20T21:17:05.5262066Z 
2025-08-20T21:17:05.5262360Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T21:17:05.5263021Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T21:17:05.5263528Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T21:17:05.5264024Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T21:17:05.5634960Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:17:05.5971999Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:17:05.5972638Z 
2025-08-20T21:17:05.6064704Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:17:05.6065259Z 
2025-08-20T21:17:05.6555923Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:17:06.2538043Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T21:17:06.3103252Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:17:06.3103840Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:17:06.3104453Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:17:06.3105071Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:17:06.3105697Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:17:06.3106587Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:17:06.3107232Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:17:06.3107854Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:17:06.3108461Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:17:06.3108981Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:17:06.3109355Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:17:06.3109750Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:17:06.3110134Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:17:06.3110537Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:17:06.3110922Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:17:06.3111554Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:17:06.3111955Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:17:06.3112310Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:17:06.3112689Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:17:06.3113140Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:17:06.3113576Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:17:06.3114037Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:17:06.3114444Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:17:06.3114836Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:17:06.3115176Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:17:06.3115562Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:17:06.3115981Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:17:06.3116383Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:17:06.3116955Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:17:06.3117351Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:17:06.3117753Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:17:06.3118155Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:17:06.3118566Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:17:06.3118968Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:17:06.3119396Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:17:06.3119824Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:17:06.3120207Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:17:06.3120584Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:17:06.3120983Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:17:06.3121662Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:17:06.3122073Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:17:06.3122488Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:17:06.3122875Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:17:06.3123325Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:17:06.3123790Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:17:06.3124372Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:17:06.3124853Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:17:06.3125282Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:17:06.3125697Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:17:06.3126105Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:17:06.3126499Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:17:06.3126897Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:17:06.3127292Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:17:06.3127650Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:17:06.3127998Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:17:06.3128357Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:17:06.3128676Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:17:06.3129009Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:17:06.3129423Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:17:06.3129797Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:17:06.3130198Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:17:06.3130626Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:17:06.3131035Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:17:06.3131595Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:17:06.3132020Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:17:06.3132460Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:17:06.3139356Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:17:06.3139820Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:17:06.3140454Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:17:06.3140938Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:17:06.3141608Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:17:06.3142093Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:17:06.3142513Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:17:06.3142908Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:17:06.3143300Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:17:06.3143707Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:17:06.3144143Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:17:06.3144628Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:17:06.3145116Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:17:06.3145595Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:17:06.3146030Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:17:06.3146431Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:17:06.3146822Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:17:06.3147227Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:17:06.3147739Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:17:06.3148131Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:17:06.3148547Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:17:06.3148966Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:17:06.3149343Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:17:06.3149714Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:17:06.3150115Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:17:06.3150512Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:17:06.3150877Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:17:06.3151437Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:17:06.3151860Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:17:06.3152238Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:17:06.3152583Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:17:06.3152961Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:17:06.3153330Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:17:06.3153708Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:17:06.3154210Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:17:06.3154863Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:17:06.3155241Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:17:06.3155621Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:17:06.3156009Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:17:06.3156419Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:17:06.3156810Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:17:06.3157184Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:17:06.3157707Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:17:06.3158095Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:17:06.3158495Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:17:06.3158912Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:17:06.3159241Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:17:06.3159595Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:17:06.3159945Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:17:06.3160294Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:17:06.3160654Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:17:06.3160990Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:17:06.3161613Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:17:06.3162032Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:17:06.3162471Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:17:06.3162914Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:17:06.3163304Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:17:06.3163684Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:17:06.3164066Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:17:06.3164451Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:17:06.3164974Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:17:06.3165389Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:17:06.3165775Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:17:06.3166178Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:17:06.3166590Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:17:06.3167025Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:17:06.3167449Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:17:06.3167826Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:17:06.3168207Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:17:06.3168609Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:17:06.3169011Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:17:06.3169402Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:17:06.3169790Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:17:06.3170182Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:17:06.3170578Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:17:06.3170953Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:17:06.3171769Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:17:06.3172081Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:17:06.3172400Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:17:06.3172787Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:17:06.3173185Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:17:06.3173578Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:17:06.3173945Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:17:06.3174312Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:17:06.3174810Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:17:06.3175155Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:17:06.3175494Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:17:06.3175908Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:17:06.3176350Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:17:06.3176741Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:17:06.3177101Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:17:06.3177490Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:17:06.3177891Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:17:06.3178301Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:17:06.3178721Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:17:06.3179075Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:17:06.3179428Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:17:06.3179842Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:17:06.3180262Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:17:06.3180665Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:17:06.3181692Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:17:06.3182411Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:17:06.3182806Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:17:06.3183185Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:17:06.3183607Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:17:06.3184071Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:17:06.3184481Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:17:06.3184845Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:17:06.3185184Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:17:06.3185530Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:17:06.3185972Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:17:06.3186478Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:17:06.3186914Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:17:06.3187285Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:17:06.3187748Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:17:06.3188283Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:17:06.3188772Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:17:06.3189203Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:17:06.3189559Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:17:06.3189936Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:17:06.3190340Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:17:06.3190749Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:17:06.3191145Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:17:06.3192149Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:17:06.3192784Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:17:06.3193184Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:17:06.3193580Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:17:06.3193966Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:17:06.3194350Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:17:06.3194748Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:17:06.3195128Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:17:06.3195551Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:17:06.3195997Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:17:06.3196421Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:17:06.3196791Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:17:06.3197159Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:17:06.3197551Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:17:06.3197917Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:17:06.3198287Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:17:06.3198655Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:17:06.3199036Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:17:06.3199572Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:17:06.3200045Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:17:06.3200485Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:17:06.3200882Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:17:06.3201486Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:17:06.3201893Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:17:06.3202264Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:17:06.3202630Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:17:06.3203002Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:17:06.3203381Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:17:06.3203828Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:17:06.3204298Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:17:06.3204750Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:17:06.3205266Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:17:06.3205764Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:17:06.3206489Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:17:06.3207321Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:17:06.3207756Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:17:06.3208112Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:17:06.3208464Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:17:06.3208839Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:17:06.3209208Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:17:06.3209560Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:17:06.3210067Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:17:06.3210436Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:17:06.3210810Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:17:06.3211181Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:17:06.3211744Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:17:06.3212134Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:17:06.3212507Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:17:06.3212919Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:17:06.3213352Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:17:06.3213735Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:17:06.3214106Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:17:06.3214511Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:17:06.3214875Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:17:06.3215223Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:17:06.3215567Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:17:06.3215922Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:17:06.3216296Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:17:06.3216661Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:17:06.3217169Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:17:06.3217535Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:17:06.3217843Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:17:06.3218299Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:17:06.3218811Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:17:06.3219175Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:17:06.3219542Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:17:06.3219898Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:17:06.3220288Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:17:06.3220714Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:17:06.3221135Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:17:06.3221738Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:17:06.3222133Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:17:06.3222532Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:17:06.3222944Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:17:06.3223346Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:17:06.3223731Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:17:06.3224148Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:17:06.3224626Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:17:06.3225124Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:17:06.3225562Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:17:06.3225960Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:17:06.3226474Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:17:06.3226934Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:17:06.3227409Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:17:06.3227810Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:17:06.3228233Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:17:06.3228677Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:17:06.3229069Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:17:06.3229428Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:17:06.3229784Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:17:06.3230156Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:17:06.3230535Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:17:06.3230894Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:17:06.3231431Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:17:06.3231840Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:17:06.3232214Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:17:06.3232572Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:17:06.3232936Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:17:06.3233281Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:17:06.3233768Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:17:06.3234149Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:17:06.3234499Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:17:06.3234852Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:17:06.3235204Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:17:06.3235563Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:17:06.3235920Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:17:06.3236276Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:17:06.3236623Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:17:06.3236988Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:17:06.3237334Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:17:06.3237698Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:17:06.3238123Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:17:06.3238519Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:17:06.3238875Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:17:06.3239245Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:17:06.3239679Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:17:06.3240088Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:17:06.3240452Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:17:06.3240821Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:17:06.3241176Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:17:06.3241717Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:17:06.3242024Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:17:06.3242369Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:17:06.3242717Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:17:06.3243197Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:17:06.3243553Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:17:06.3243891Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:17:06.3244221Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:17:06.3244600Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:17:06.3245005Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:17:06.3245393Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:17:06.3245784Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:17:06.3246164Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:17:06.3246573Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:17:06.3247070Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:17:06.3247685Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:17:06.3248301Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:17:06.3248837Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:17:06.3249301Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:17:06.3249746Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:17:06.3250368Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:17:06.3250983Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:17:06.3251765Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:17:06.3252249Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:17:06.3252691Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:17:06.3253048Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:17:06.3253411Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:17:06.3253776Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:17:06.3254142Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:17:06.3254531Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:17:06.3254905Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:17:06.3255280Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:17:06.3255655Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:17:06.3256028Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:17:06.3256393Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:17:06.3256754Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:17:06.3257110Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:17:06.3257492Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:17:06.3257877Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:17:06.3258287Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:17:06.3258693Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:17:06.3259084Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:17:06.3259589Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:17:06.3259990Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:17:06.3260395Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:17:06.3260824Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:17:06.3261350Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:17:06.3261709Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:17:06.3262073Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:17:06.3262446Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:17:06.3262808Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:17:06.3263185Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:17:06.3263572Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:17:06.3263943Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:17:06.3264315Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:17:06.3264785Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:17:06.3265350Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:17:06.3266303Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:17:06.3267614Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:17:06.3268718Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:17:06.3269383Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:17:06.3269908Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:17:06.3270286Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:17:06.3270655Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:17:06.3271023Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:17:06.3271633Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:17:06.3272001Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:17:06.3272363Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:17:06.3272750Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:17:06.3273122Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:17:06.3273483Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:17:06.3273858Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:17:06.3274222Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:17:06.3274605Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:17:06.3275011Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:17:06.3275401Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:17:06.3275785Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:17:06.3276176Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:17:06.3276565Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:17:06.3276941Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:17:06.3277313Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:17:06.3277829Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:17:06.3278202Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:17:06.3278599Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:17:06.3278984Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:17:06.3279371Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:17:06.3279757Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:17:06.3280135Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:17:06.3280556Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:17:06.3280976Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:17:06.3281602Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:17:06.3282047Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:17:06.3282501Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:17:06.3282906Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:17:06.3283263Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:17:06.3283631Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:17:06.3284021Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:17:06.3284419Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:17:06.3284933Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:17:06.3285309Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:17:06.3285692Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:17:06.3286160Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:17:06.3286857Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:17:06.3287254Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:17:06.3287726Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:17:06.3288171Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:17:06.3288605Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:17:06.3289072Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:17:06.3289558Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:17:06.3290000Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:17:06.3290428Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:17:06.3290829Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:17:06.3291341Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:17:06.3291759Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:17:06.3292140Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:17:06.3292510Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:17:06.3292914Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:17:06.3293307Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:17:06.3293708Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:17:06.3294122Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:17:06.3294505Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:17:06.3295017Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:17:06.3295374Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:17:06.3295724Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:17:06.3296106Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:17:06.3296511Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:17:06.3296955Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:17:06.3297393Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:17:06.3297791Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:17:06.3298217Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:17:06.3298636Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:17:06.3299025Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:17:06.3299423Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:17:06.3299777Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:17:06.3300136Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:17:06.3300518Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:17:06.3300900Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:17:06.3301434Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:17:06.3301939Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:17:06.3302255Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:17:06.3302602Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:17:06.3303101Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:17:06.3303611Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:17:06.3303981Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:17:06.3304342Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:17:06.3304729Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:17:06.3305135Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:17:06.3305534Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:17:06.3305929Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:17:06.3306332Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:17:06.3306733Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:17:06.3307096Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:17:06.3307457Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:17:06.3307813Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:17:06.3308189Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:17:06.3308606Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:17:06.3309026Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:17:06.3309493Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:17:06.3309969Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:17:06.3310403Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:17:06.3310787Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:17:06.3311397Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:17:06.3311745Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:17:06.3312097Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:17:06.3312460Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:17:06.3312826Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:17:06.3313213Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:17:06.3313617Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:17:06.3314071Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:17:06.3314499Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:17:06.3314862Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:17:06.3315245Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:17:06.3315616Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:17:06.3315989Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:17:06.3316357Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:17:06.3316721Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:17:06.3317153Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:17:06.3317637Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:17:06.3318162Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:17:06.3318526Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:17:06.3318890Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:17:06.3319282Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:17:06.3319664Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:17:06.3320027Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:17:06.3320412Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:17:06.3320782Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:17:06.3321123Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:17:06.3321691Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:17:06.3322082Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:17:06.3322498Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:17:06.3322866Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:17:06.3323245Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:17:06.3323679Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:17:06.3324277Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:17:06.3324775Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:17:06.3325158Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:17:06.3325665Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:17:06.3326169Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:17:06.3326472Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:17:06.3326815Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:17:06.3327217Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:17:06.3327634Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:17:06.3328286Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:17:06.3328864Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:17:06.3329460Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:17:06.3330097Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:17:06.3330728Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:17:06.3331480Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:17:06.3332096Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:17:06.3332667Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:17:06.3333140Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:17:06.3333575Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:17:06.3333998Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:17:06.3334410Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:17:06.3334865Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:17:06.3335285Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:17:06.3335775Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:17:06.3336138Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:17:06.3336505Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:17:06.3336879Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:17:06.3337278Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:17:06.3337696Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:17:06.3338061Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:17:06.3338450Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:17:06.3338906Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:17:06.3339388Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:17:06.3339876Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:17:06.3340349Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:17:06.3340822Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:17:06.3341395Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:17:06.3341831Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:17:06.3342235Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:17:06.3342637Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:17:06.3343039Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:17:06.3343446Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:17:06.3343849Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:17:06.3344276Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:17:06.3344697Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:17:06.3345197Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:17:06.3345569Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:17:06.3345935Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:17:06.3346304Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:17:06.3346731Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:17:06.3347161Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:17:06.3347558Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:17:06.3347958Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:17:06.3348369Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:17:06.3348807Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:17:06.3349248Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:17:06.3349669Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:17:06.3350055Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:17:06.3350429Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:17:06.3350814Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:17:06.3351176Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:17:06.3351648Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:17:06.3352150Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:17:06.3352542Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:17:06.3352960Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:17:06.3353421Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:17:06.3353835Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:17:06.3354232Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:17:06.3354617Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:17:06.3354909Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:17:06.3355221Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:17:06.3355597Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:17:06.3355981Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:17:06.3356369Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:17:06.3356752Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:17:06.3357176Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:17:06.3357615Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:17:06.3358020Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:17:06.3358395Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:17:06.3358782Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:17:06.3359355Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:17:06.3359934Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:17:06.3360381Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:17:06.3360804Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:17:06.3361423Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:17:06.3362004Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:17:06.3362393Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:17:06.3362773Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:17:06.3363145Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:17:06.3363529Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:17:06.3363916Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:17:06.3364280Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:17:06.3364664Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:17:06.3365054Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:17:06.3365426Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:17:06.3365827Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:17:06.3366280Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:17:06.3366694Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:17:06.3367061Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:17:06.3367426Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:17:06.3367801Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:17:06.3368169Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:17:06.3368645Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:17:06.3369065Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:17:06.3369507Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:17:06.3369902Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:17:06.3370288Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:17:06.3370675Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:17:06.3371046Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:17:06.3371534Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:17:06.3371911Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:17:06.3372301Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:17:06.3372743Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:17:06.3373183Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:17:06.3373599Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:17:06.3373994Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:17:06.3374387Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:17:06.3374797Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:17:06.3375175Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:17:06.3375523Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:17:06.3375836Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:17:06.3376133Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:17:06.3376493Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:17:06.3376858Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:17:06.3377201Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:17:06.3377686Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:17:06.3378075Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:17:06.3378450Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:17:06.3378801Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:17:06.3379145Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:17:06.3379511Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:17:06.3379900Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:17:06.3380269Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:17:06.3380626Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:17:06.3380978Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:17:06.3381455Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:17:06.3381835Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:17:06.3382174Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:17:06.3382537Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:17:06.3382919Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:17:06.3383287Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:17:06.3383655Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:17:06.3384020Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:17:06.3384512Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:17:06.3384912Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:17:06.3385328Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:17:06.3385725Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:17:06.3386067Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:17:06.3386410Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:17:06.3386746Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:17:06.3387160Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:17:06.3387651Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:17:06.3388112Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:17:06.3388579Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:17:06.3389073Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:17:06.3389499Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:17:06.3389878Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:17:06.3390256Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:17:06.3390634Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:17:06.3391011Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:17:06.3391492Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:17:06.3391862Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:17:06.3392225Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:17:06.3392617Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:17:06.3393048Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:17:06.3393469Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:17:06.3393955Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:17:06.3394349Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:17:06.3394760Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:17:06.3395130Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:17:06.3395471Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:17:06.3395853Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:17:06.3396296Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:17:06.3396722Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:17:06.3397124Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:17:06.3397523Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:17:06.3397844Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:17:06.3398115Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:17:06.3398460Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:17:06.3398933Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:17:06.3399266Z 
2025-08-20T21:17:06.3399270Z 
2025-08-20T21:17:06.3399637Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:17:06 PM)
2025-08-20T21:17:06.3400008Z 
2025-08-20T21:17:06.3400011Z 
2025-08-20T21:17:06.3400014Z 
2025-08-20T21:17:06.3400091Z [+] Continue : YES
2025-08-20T21:17:06.3400202Z 
2025-08-20T21:17:06.3400555Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T21:17:06.4813916Z 
2025-08-20T21:17:06.4814340Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (09:17:06 PM) UTC
2025-08-20T21:17:06.4814802Z 
2025-08-20T21:17:06.4832804Z 
2025-08-20T21:17:06.4833081Z [+] Total RECIPES :: 1
2025-08-20T21:17:06.4833315Z 
2025-08-20T21:17:06.4909514Z 
2025-08-20T21:17:06.4910145Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml (1/1)
2025-08-20T21:17:06.4910683Z 
2025-08-20T21:17:06.6530641Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:17:06.6541769Z mode of '/tmp/pkgforge/kjAMORg7N_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:17:06.6589152Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/jr/official [Provided]
2025-08-20T21:17:06.6589817Z [+] Setting '.pkg_family' --> jr [Provided]
2025-08-20T21:17:06.6602602Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T21:17:06.6609086Z [00:00:00.000]➜  [+] HOST: Linux pkrvmqc4gcfdwos 6.11.0-1018-azure #18~24.04.1-Ubuntu SMP Sat Jun 28 04:46:03 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
2025-08-20T21:17:06.6638314Z [00:00:00.003]➜  
2025-08-20T21:17:06.6639098Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/kjAMORg7N_build.yaml
2025-08-20T21:17:06.6639558Z [00:00:00.003]➜  
2025-08-20T21:17:06.6680917Z [00:00:00.007]➜  
2025-08-20T21:17:06.6681825Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/kjAMORg7N_build.yaml
2025-08-20T21:17:06.6682267Z [00:00:00.007]➜  
2025-08-20T21:17:06.6759525Z [00:00:00.015]➜  
2025-08-20T21:17:06.6760897Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/jr/static.official.source.yaml) --> /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (09:17:06 PM) UTC]
2025-08-20T21:17:06.6761898Z [00:00:00.015]➜  
2025-08-20T21:17:06.6762102Z [00:00:00.015]➜  
2025-08-20T21:17:06.6762294Z [00:00:00.015]➜  
2025-08-20T21:17:06.6762579Z [00:00:00.015]➜  ###################################################################
2025-08-20T21:17:06.6770384Z [00:00:00.016]➜  #!/SBUILD ver @v1.0.0
2025-08-20T21:17:06.6771843Z [00:00:00.016]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:17:06.6772946Z [00:00:00.016]➜  _disabled: false
2025-08-20T21:17:06.6773407Z [00:00:00.016]➜  
2025-08-20T21:17:06.6773787Z [00:00:00.016]➜  pkg: "jr"
2025-08-20T21:17:06.6774287Z [00:00:00.016]➜  pkg_id: "github.com.ugol.jr"
2025-08-20T21:17:06.6774848Z [00:00:00.016]➜  pkg_type: "static"
2025-08-20T21:17:06.6775326Z [00:00:00.016]➜  category:
2025-08-20T21:17:06.6776048Z [00:00:00.016]➜    - "ConsoleOnly"
2025-08-20T21:17:06.6776347Z [00:00:00.016]➜    - "Utility"
2025-08-20T21:17:06.6776790Z [00:00:00.016]➜  description: "Generate & Stream quality Random Data from the command line"
2025-08-20T21:17:06.6777195Z [00:00:00.016]➜  homepage:
2025-08-20T21:17:06.6777459Z [00:00:00.016]➜    - "https://jrnd.io"
2025-08-20T21:17:06.6777790Z [00:00:00.016]➜    - "https://github.com/ugol/jr"
2025-08-20T21:17:06.6778096Z [00:00:00.016]➜  maintainer:
2025-08-20T21:17:06.6778428Z [00:00:00.016]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:17:06.6778763Z [00:00:00.016]➜  note:
2025-08-20T21:17:06.6779057Z [00:00:00.016]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T21:17:06.6779561Z [00:00:00.016]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/ugol/jr"  
2025-08-20T21:17:06.6779996Z [00:00:00.016]➜  repology:
2025-08-20T21:17:06.6780249Z [00:00:00.016]➜    - "jr"
2025-08-20T21:17:06.6780478Z [00:00:00.016]➜  src_url:
2025-08-20T21:17:06.6780752Z [00:00:00.016]➜    - "https://github.com/ugol/jr"
2025-08-20T21:17:06.6781464Z [00:00:00.016]➜  tag:
2025-08-20T21:17:06.6781743Z [00:00:00.016]➜    - "json"
2025-08-20T21:17:06.6781991Z [00:00:00.016]➜    - "random"
2025-08-20T21:17:06.6782245Z [00:00:00.016]➜  x_exec:
2025-08-20T21:17:06.6782496Z [00:00:00.016]➜    bsys: "docker://go"
2025-08-20T21:17:06.6782771Z [00:00:00.016]➜    host:
2025-08-20T21:17:06.6783013Z [00:00:00.016]➜      - "aarch64-Linux"
2025-08-20T21:17:06.6783284Z [00:00:00.016]➜      - "x86_64-Linux"
2025-08-20T21:17:06.6783540Z [00:00:00.017]➜    shell: "bash"
2025-08-20T21:17:06.6783788Z [00:00:00.017]➜    pkgver: |
2025-08-20T21:17:06.6784083Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T21:17:06.6784764Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/ugol/jr" "./TEMPREPO" &>/dev/null && \
2025-08-20T21:17:06.6785632Z [00:00:00.017]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T21:17:06.6786362Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T21:17:06.6787088Z [00:00:00.017]➜    run: |
2025-08-20T21:17:06.6787375Z [00:00:00.017]➜      #Build
2025-08-20T21:17:06.6788002Z [00:00:00.017]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T21:17:06.6789189Z [00:00:00.017]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T21:17:06.6790291Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T21:17:06.6791390Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T21:17:06.6792175Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T21:17:06.6792822Z [00:00:00.017]➜        bash -l -c '
2025-08-20T21:17:06.6793288Z [00:00:00.017]➜        #Setup ENV
2025-08-20T21:17:06.6793990Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:17:06.6794694Z [00:00:00.017]➜         CGO_ENABLED="1" 
2025-08-20T21:17:06.6795356Z [00:00:00.017]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:17:06.6804291Z [00:00:00.017]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T21:17:06.6804889Z [00:00:00.017]➜         GOOS="linux"
2025-08-20T21:17:06.6805243Z [00:00:00.017]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:17:06.6805686Z [00:00:00.017]➜        #Build: https://github.com/jrnd-io/jr/raw/main/Makefile
2025-08-20T21:17:06.6806288Z [00:00:00.017]➜         git clone --filter "blob:none" --quiet "https://github.com/ugol/jr" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T21:17:06.6806826Z [00:00:00.017]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T21:17:06.6807323Z [00:00:00.017]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T21:17:06.6807847Z [00:00:00.017]➜         go install -v "github.com/actgardner/gogen-avro/v10/cmd/...@latest"
2025-08-20T21:17:06.6808289Z [00:00:00.017]➜         go generate "pkg/generator/generate.go"
2025-08-20T21:17:06.6808657Z [00:00:00.017]➜         go mod tidy -v ; go generate ./...
2025-08-20T21:17:06.6809462Z [00:00:00.017]➜         go build -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/jr" "./jr.go"
2025-08-20T21:17:06.6810115Z [00:00:00.017]➜        #Copy
2025-08-20T21:17:06.6810776Z [00:00:00.017]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T21:17:06.6811639Z [00:00:00.017]➜        #Strip 
2025-08-20T21:17:06.6812356Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:17:06.6813077Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:17:06.6813775Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:17:06.6814390Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:17:06.6814960Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:17:06.6815394Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T21:17:06.6815662Z [00:00:00.017]➜        '
2025-08-20T21:17:06.6815903Z [00:00:00.017]➜      #Copy & Meta
2025-08-20T21:17:06.6816273Z [00:00:00.017]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T21:17:06.6816845Z [00:00:00.017]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T21:17:06.6817940Z [00:00:00.017]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T21:17:06.6818750Z [00:00:00.017]➜  
2025-08-20T21:17:06.6818948Z [00:00:00.017]➜  
2025-08-20T21:17:06.6819226Z [00:00:00.017]➜  ###################################################################
2025-08-20T21:17:06.6819511Z [00:00:00.017]➜  
2025-08-20T21:17:06.6819700Z [00:00:00.017]➜  
2025-08-20T21:17:06.6819926Z [00:00:00.017]➜  
2025-08-20T21:17:06.6820716Z [00:00:00.018]➜  '/tmp/pkgforge/kjAMORg7N_build.yaml' -> '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T21:17:08.2657806Z [00:00:01.605]➜  '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/jr.static.version' -> '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/jr.version'
2025-08-20T21:17:08.2712736Z [00:00:01.610]➜  [+] Version: HEAD-2a28345-250715T225038 ('.x_exec.pkgver') [/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/jr.static.version]
2025-08-20T21:17:08.2883912Z [00:00:01.628]➜  [+] Progs: jr
2025-08-20T21:17:08.6924842Z [00:00:02.032]➜  
2025-08-20T21:17:08.6925437Z [00:00:02.032]➜  [-] Missing packages. Found: 
2025-08-20T21:17:08.6925975Z [00:00:02.032]➜  [+] Expected: jr
2025-08-20T21:17:08.6926509Z [00:00:02.032]➜  [+] Continuing with build...
2025-08-20T21:17:08.6926891Z [00:00:02.032]➜  
2025-08-20T21:17:09.0718874Z [00:00:02.411]➜  
2025-08-20T21:17:09.0719217Z [00:00:02.411]➜  
2025-08-20T21:17:09.0812380Z [00:00:02.420]➜  + mkdir -pv /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T21:17:09.0830468Z [00:00:02.422]➜  + docker run --platform=linux/amd64 --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/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T21:17:09.0832555Z [00:00:02.422]➜    #Setup ENV
2025-08-20T21:17:09.0832970Z [00:00:02.422]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:17:09.0833366Z [00:00:02.422]➜     CGO_ENABLED="1" 
2025-08-20T21:17:09.0833746Z [00:00:02.422]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:17:09.0834278Z [00:00:02.422]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T21:17:09.0834675Z [00:00:02.422]➜     GOOS="linux"
2025-08-20T21:17:09.0834988Z [00:00:02.422]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:17:09.0835662Z [00:00:02.422]➜    #Build: https://github.com/jrnd-io/jr/raw/main/Makefile
2025-08-20T21:17:09.0836286Z [00:00:02.422]➜     git clone --filter "blob:none" --quiet "https://github.com/ugol/jr" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T21:17:09.0836811Z [00:00:02.422]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T21:17:09.0837302Z [00:00:02.422]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T21:17:09.0837830Z [00:00:02.422]➜     go install -v "github.com/actgardner/gogen-avro/v10/cmd/...@latest"
2025-08-20T21:17:09.0838258Z [00:00:02.422]➜     go generate "pkg/generator/generate.go"
2025-08-20T21:17:09.0838612Z [00:00:02.422]➜     go mod tidy -v ; go generate ./...
2025-08-20T21:17:09.0839390Z [00:00:02.422]➜     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:17:09.0840044Z [00:00:02.422]➜    #Copy
2025-08-20T21:17:09.0840699Z [00:00:02.422]➜     ( 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:17:09.0841489Z [00:00:02.422]➜    #Strip 
2025-08-20T21:17:09.0842033Z [00:00:02.422]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:17:09.0842733Z [00:00:02.422]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:17:09.0843423Z [00:00:02.422]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:17:09.0844019Z [00:00:02.422]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:17:09.0844579Z [00:00:02.422]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:17:09.0845019Z [00:00:02.422]➜     popd &>/dev/null
2025-08-20T21:17:09.0845284Z [00:00:02.422]➜    '
2025-08-20T21:17:09.7299313Z [00:00:03.069]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T21:17:09.9349233Z [00:00:03.274]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T21:17:09.9350249Z [00:00:03.274]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T21:17:09.9350851Z [00:00:03.274]➜  bffca73cb30c: Pulling fs layer
2025-08-20T21:17:09.9351635Z [00:00:03.274]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T21:17:09.9352105Z [00:00:03.274]➜  eb4a15147d73: Pulling fs layer
2025-08-20T21:17:09.9352483Z [00:00:03.274]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T21:17:09.9352840Z [00:00:03.274]➜  73d19b2d2e73: Waiting
2025-08-20T21:17:09.9353176Z [00:00:03.274]➜  eb4a15147d73: Waiting
2025-08-20T21:17:09.9353500Z [00:00:03.274]➜  1eff1cf6af24: Waiting
2025-08-20T21:17:10.1020617Z [00:00:03.441]➜  74f0d3ee81d8: Verifying Checksum
2025-08-20T21:17:10.1021509Z [00:00:03.441]➜  74f0d3ee81d8: Download complete
2025-08-20T21:17:10.1805317Z [00:00:03.520]➜  bffca73cb30c: Verifying Checksum
2025-08-20T21:17:10.1806028Z [00:00:03.520]➜  bffca73cb30c: Download complete
2025-08-20T21:17:10.2048038Z [00:00:03.544]➜  d62bb7eb03b5: Verifying Checksum
2025-08-20T21:17:10.2049857Z [00:00:03.544]➜  d62bb7eb03b5: Download complete
2025-08-20T21:17:10.3084752Z [00:00:03.648]➜  d62bb7eb03b5: Pull complete
2025-08-20T21:17:10.4377878Z [00:00:03.777]➜  1eff1cf6af24: Verifying Checksum
2025-08-20T21:17:10.4380788Z [00:00:03.777]➜  1eff1cf6af24: Download complete
2025-08-20T21:17:10.5717179Z [00:00:03.911]➜  eb4a15147d73: Verifying Checksum
2025-08-20T21:17:10.5717657Z [00:00:03.911]➜  eb4a15147d73: Download complete
2025-08-20T21:17:11.3077354Z [00:00:04.647]➜  74f0d3ee81d8: Pull complete
2025-08-20T21:17:11.4218633Z [00:00:04.761]➜  bffca73cb30c: Pull complete
2025-08-20T21:17:42.1895530Z [00:00:35.529]➜  73d19b2d2e73: Verifying Checksum
2025-08-20T21:17:42.1897383Z [00:00:35.529]➜  73d19b2d2e73: Download complete
2025-08-20T21:18:55.7569874Z [00:01:49.096]➜  73d19b2d2e73: Pull complete
2025-08-20T21:19:00.9025411Z [00:01:54.242]➜  eb4a15147d73: Pull complete
2025-08-20T21:19:00.9114501Z [00:01:54.251]➜  1eff1cf6af24: Pull complete
2025-08-20T21:19:00.9156627Z [00:01:54.255]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T21:19:00.9170083Z [00:01:54.256]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T21:19:01.2445411Z [00:01:54.584]➜  + mkdir -p /build-bins
2025-08-20T21:19:01.2462710Z [00:01:54.586]➜  ++ mktemp -d
2025-08-20T21:19:01.2479640Z [00:01:54.587]➜  + pushd /tmp/tmp.UTiqoCvtHk
2025-08-20T21:19:01.2480222Z [00:01:54.587]➜  + CGO_ENABLED=1
2025-08-20T21:19:01.2480902Z [00:01:54.587]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T21:19:01.2485733Z [00:01:54.588]➜  ++ uname -m
2025-08-20T21:19:01.2493427Z [00:01:54.589]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T21:19:01.2504224Z [00:01:54.590]➜  + GOARCH=amd64
2025-08-20T21:19:01.2504857Z [00:01:54.590]➜  + GOOS=linux
2025-08-20T21:19:01.2505213Z [00:01:54.590]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:19:01.2505741Z [00:01:54.590]➜  + git clone --filter blob:none --quiet https://github.com/ugol/jr ./TEMPREPO
2025-08-20T21:19:02.4093361Z [00:01:55.748]➜  + cd ./TEMPREPO
2025-08-20T21:19:02.4094003Z [00:01:55.748]➜  
2025-08-20T21:19:02.4094571Z [00:01:55.749]➜  [+] Target: "amd64/linux"
2025-08-20T21:19:02.4095320Z [00:01:55.749]➜  + echo -e '\n[+] Target: "amd64/linux"'
2025-08-20T21:19:02.4096180Z [00:01:55.749]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T21:19:02.4097174Z [00:01:55.749]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:19:02.4097929Z [00:01:55.749]➜  
2025-08-20T21:19:02.4098800Z [00:01:55.749]➜  + go install -v github.com/actgardner/gogen-avro/v10/cmd/...@latest
2025-08-20T21:19:02.8462921Z [00:01:56.185]➜  go: downloading github.com/actgardner/gogen-avro/v10 v10.2.1
2025-08-20T21:19:02.8622717Z [00:01:56.201]➜  go: downloading github.com/actgardner/gogen-avro v10.2.1+incompatible
2025-08-20T21:19:03.1627000Z [00:01:56.501]➜  encoding
2025-08-20T21:19:03.1627957Z [00:01:56.501]➜  internal/goarch
2025-08-20T21:19:03.1628485Z [00:01:56.502]➜  internal/unsafeheader
2025-08-20T21:19:03.1700160Z [00:01:56.509]➜  internal/byteorder
2025-08-20T21:19:03.1725341Z [00:01:56.512]➜  internal/cpu
2025-08-20T21:19:03.1737538Z [00:01:56.513]➜  internal/coverage/rtcov
2025-08-20T21:19:03.1738551Z [00:01:56.513]➜  internal/abi
2025-08-20T21:19:03.1886058Z [00:01:56.528]➜  internal/godebugs
2025-08-20T21:19:03.1943043Z [00:01:56.533]➜  internal/goexperiment
2025-08-20T21:19:03.2079706Z [00:01:56.547]➜  internal/goos
2025-08-20T21:19:03.2089598Z [00:01:56.548]➜  internal/profilerecord
2025-08-20T21:19:03.2217978Z [00:01:56.561]➜  internal/runtime/atomic
2025-08-20T21:19:03.2260025Z [00:01:56.565]➜  internal/runtime/math
2025-08-20T21:19:03.2303081Z [00:01:56.570]➜  internal/bytealg
2025-08-20T21:19:03.2361374Z [00:01:56.575]➜  internal/chacha8rand
2025-08-20T21:19:03.2700510Z [00:01:56.609]➜  internal/runtime/strconv
2025-08-20T21:19:03.2712729Z [00:01:56.610]➜  internal/runtime/syscall
2025-08-20T21:19:03.2852231Z [00:01:56.624]➜  internal/runtime/exithook
2025-08-20T21:19:03.2889147Z [00:01:56.626]➜  internal/runtime/gc
2025-08-20T21:19:03.2925283Z [00:01:56.632]➜  internal/runtime/cgroup
2025-08-20T21:19:03.3008242Z [00:01:56.640]➜  internal/asan
2025-08-20T21:19:03.3014986Z [00:01:56.641]➜  internal/msan
2025-08-20T21:19:03.3100420Z [00:01:56.649]➜  internal/runtime/sys
2025-08-20T21:19:03.3215567Z [00:01:56.661]➜  internal/stringslite
2025-08-20T21:19:03.3406149Z [00:01:56.680]➜  internal/trace/tracev2
2025-08-20T21:19:03.3464782Z [00:01:56.686]➜  cmp
2025-08-20T21:19:03.3638072Z [00:01:56.703]➜  internal/itoa
2025-08-20T21:19:03.3686580Z [00:01:56.708]➜  math/bits
2025-08-20T21:19:03.3747529Z [00:01:56.714]➜  unicode/utf8
2025-08-20T21:19:03.3780652Z [00:01:56.717]➜  sync/atomic
2025-08-20T21:19:03.4121553Z [00:01:56.751]➜  math
2025-08-20T21:19:03.4181868Z [00:01:56.757]➜  unicode
2025-08-20T21:19:03.4307509Z [00:01:56.770]➜  internal/race
2025-08-20T21:19:03.4345946Z [00:01:56.774]➜  internal/synctest
2025-08-20T21:19:03.4428419Z [00:01:56.782]➜  internal/runtime/maps
2025-08-20T21:19:03.4453240Z [00:01:56.785]➜  internal/sync
2025-08-20T21:19:03.4706224Z [00:01:56.810]➜  unicode/utf16
2025-08-20T21:19:03.6361797Z [00:01:56.975]➜  runtime
2025-08-20T21:19:05.5782579Z [00:01:58.917]➜  iter
2025-08-20T21:19:05.5783268Z [00:01:58.917]➜  internal/reflectlite
2025-08-20T21:19:05.5785492Z [00:01:58.918]➜  sync
2025-08-20T21:19:05.5893876Z [00:01:58.928]➜  maps
2025-08-20T21:19:05.5903504Z [00:01:58.930]➜  slices
2025-08-20T21:19:05.6956278Z [00:01:59.035]➜  errors
2025-08-20T21:19:05.6957352Z [00:01:59.035]➜  sort
2025-08-20T21:19:05.6975421Z [00:01:59.037]➜  internal/bisect
2025-08-20T21:19:05.6977118Z [00:01:59.037]➜  internal/testlog
2025-08-20T21:19:05.7329881Z [00:01:59.072]➜  strconv
2025-08-20T21:19:05.7335698Z [00:01:59.073]➜  io
2025-08-20T21:19:05.7583124Z [00:01:59.097]➜  internal/oserror
2025-08-20T21:19:05.7676920Z [00:01:59.107]➜  path
2025-08-20T21:19:05.8251678Z [00:01:59.164]➜  internal/godebug
2025-08-20T21:19:05.8389482Z [00:01:59.178]➜  syscall
2025-08-20T21:19:05.8398456Z [00:01:59.179]➜  strings
2025-08-20T21:19:05.9863696Z [00:01:59.326]➜  bytes
2025-08-20T21:19:06.0125124Z [00:01:59.352]➜  reflect
2025-08-20T21:19:06.0525048Z [00:01:59.392]➜  go/build/constraint
2025-08-20T21:19:06.1396959Z [00:01:59.479]➜  regexp/syntax
2025-08-20T21:19:06.1780688Z [00:01:59.517]➜  encoding/base64
2025-08-20T21:19:06.3520797Z [00:01:59.691]➜  internal/syscall/unix
2025-08-20T21:19:06.3525388Z [00:01:59.692]➜  time
2025-08-20T21:19:06.4033709Z [00:01:59.740]➜  internal/syscall/execenv
2025-08-20T21:19:06.4365604Z [00:01:59.776]➜  regexp
2025-08-20T21:19:06.7768892Z [00:02:00.116]➜  io/fs
2025-08-20T21:19:06.7771910Z [00:02:00.116]➜  internal/poll
2025-08-20T21:19:06.9168529Z [00:02:00.256]➜  internal/filepathlite
2025-08-20T21:19:07.0277973Z [00:02:00.367]➜  os
2025-08-20T21:19:07.0499071Z [00:02:00.389]➜  internal/fmtsort
2025-08-20T21:19:07.0501084Z [00:02:00.389]➜  encoding/binary
2025-08-20T21:19:07.3444882Z [00:02:00.684]➜  io/ioutil
2025-08-20T21:19:07.3445417Z [00:02:00.684]➜  path/filepath
2025-08-20T21:19:07.3446246Z [00:02:00.684]➜  fmt
2025-08-20T21:19:07.5283313Z [00:02:00.867]➜  flag
2025-08-20T21:19:07.5288325Z [00:02:00.868]➜  go/token
2025-08-20T21:19:07.5289124Z [00:02:00.868]➜  text/tabwriter
2025-08-20T21:19:07.5290741Z [00:02:00.868]➜  go/doc/comment
2025-08-20T21:19:07.5701011Z [00:02:00.909]➜  encoding/json
2025-08-20T21:19:07.6617958Z [00:02:01.001]➜  go/scanner
2025-08-20T21:19:07.6837641Z [00:02:01.023]➜  github.com/actgardner/gogen-avro/v10/util
2025-08-20T21:19:07.7107310Z [00:02:01.050]➜  net/url
2025-08-20T21:19:07.7656802Z [00:02:01.105]➜  text/template/parse
2025-08-20T21:19:07.7682999Z [00:02:01.107]➜  go/ast
2025-08-20T21:19:08.1859798Z [00:02:01.525]➜  text/template
2025-08-20T21:19:08.2037829Z [00:02:01.543]➜  go/parser
2025-08-20T21:19:08.2045737Z [00:02:01.544]➜  go/printer
2025-08-20T21:19:08.5772506Z [00:02:01.916]➜  go/format
2025-08-20T21:19:08.5969396Z [00:02:01.936]➜  github.com/actgardner/gogen-avro/v10/generator
2025-08-20T21:19:08.6155137Z [00:02:01.955]➜  github.com/actgardner/gogen-avro/v10/schema
2025-08-20T21:19:08.6990927Z [00:02:02.038]➜  github.com/actgardner/gogen-avro/v10/resolver
2025-08-20T21:19:08.6995685Z [00:02:02.038]➜  github.com/actgardner/gogen-avro/v10/parser
2025-08-20T21:19:08.6996469Z [00:02:02.038]➜  github.com/actgardner/gogen-avro/v10/schema/canonical
2025-08-20T21:19:08.7199183Z [00:02:02.059]➜  github.com/actgardner/gogen-avro/v10/generator/flat/templates
2025-08-20T21:19:08.7492216Z [00:02:02.088]➜  github.com/actgardner/gogen-avro/v10/generator/flat
2025-08-20T21:19:08.7603978Z [00:02:02.100]➜  github.com/actgardner/gogen-avro/v10/cmd/gogen-avro
2025-08-20T21:19:08.9667910Z [00:02:02.306]➜  + go generate pkg/generator/generate.go
2025-08-20T21:19:09.0425360Z [00:02:02.382]➜  go: downloading golang.org/x/text v0.24.0
2025-08-20T21:19:09.0433124Z [00:02:02.383]➜  go: downloading github.com/rs/zerolog v1.34.0
2025-08-20T21:19:09.1131038Z [00:02:02.452]➜  go: downloading github.com/mattn/go-colorable v0.1.14
2025-08-20T21:19:09.1346758Z [00:02:02.474]➜  go: downloading github.com/mattn/go-isatty v0.0.20
2025-08-20T21:19:09.1448117Z [00:02:02.484]➜  go: downloading golang.org/x/sys v0.32.0
2025-08-20T21:19:12.8168589Z [00:02:06.156]➜  + go mod tidy -v
2025-08-20T21:19:12.8337606Z [00:02:06.173]➜  go: downloading github.com/adrg/xdg v0.5.3
2025-08-20T21:19:12.8339298Z [00:02:06.173]➜  go: downloading github.com/stretchr/testify v1.10.0
2025-08-20T21:19:12.8342193Z [00:02:06.173]➜  go: downloading github.com/cnkei/gospline v0.0.0-20191204052713-d67fac29a294
2025-08-20T21:19:12.8343143Z [00:02:06.173]➜  go: downloading github.com/go-chi/chi/v5 v5.2.1
2025-08-20T21:19:12.8805602Z [00:02:06.220]➜  go: downloading github.com/google/uuid v1.6.0
2025-08-20T21:19:12.9088109Z [00:02:06.248]➜  go: downloading github.com/paulmach/go.geojson v1.5.0
2025-08-20T21:19:12.9089619Z [00:02:06.248]➜  go: downloading github.com/gorilla/sessions v1.4.0
2025-08-20T21:19:12.9099021Z [00:02:06.249]➜  go: downloading github.com/squeeze69/generacodicefiscale v1.0.5
2025-08-20T21:19:12.9114081Z [00:02:06.251]➜  go: downloading github.com/spf13/cobra v1.9.1
2025-08-20T21:19:12.9231604Z [00:02:06.262]➜  go: downloading github.com/spf13/pflag v1.0.6
2025-08-20T21:19:12.9238923Z [00:02:06.263]➜  go: downloading github.com/aws/aws-sdk-go-v2/config v1.29.14
2025-08-20T21:19:12.9605215Z [00:02:06.300]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.1
2025-08-20T21:19:12.9617192Z [00:02:06.301]➜  go: downloading github.com/aws/aws-sdk-go-v2 v1.36.3
2025-08-20T21:19:12.9687708Z [00:02:06.308]➜  go: downloading github.com/spf13/viper v1.20.1
2025-08-20T21:19:13.0006595Z [00:02:06.340]➜  go: downloading github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.18.13
2025-08-20T21:19:13.0292397Z [00:02:06.368]➜  go: downloading github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
2025-08-20T21:19:13.0502857Z [00:02:06.390]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/dynamodb v1.43.0
2025-08-20T21:19:13.0534963Z [00:02:06.393]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/data/azcosmos v1.3.0
2025-08-20T21:19:13.0996889Z [00:02:06.439]➜  go: downloading github.com/aws/aws-sdk-go v1.55.7
2025-08-20T21:19:13.4012683Z [00:02:06.740]➜  go: downloading github.com/gocql/gocql v1.7.0
2025-08-20T21:19:13.4523941Z [00:02:06.792]➜  go: downloading cloud.google.com/go/storage v1.52.0
2025-08-20T21:19:13.5316053Z [00:02:06.871]➜  go: downloading cloud.google.com/go v0.120.1
2025-08-20T21:19:13.5865959Z [00:02:06.926]➜  go: downloading github.com/elastic/go-elasticsearch/v8 v8.18.0
2025-08-20T21:19:14.7340609Z [00:02:08.073]➜  go: downloading github.com/go-resty/resty/v2 v2.16.5
2025-08-20T21:19:14.7830392Z [00:02:08.122]➜  go: downloading github.com/confluentinc/confluent-kafka-go/v2 v2.10.0
2025-08-20T21:19:18.8711554Z [00:02:12.210]➜  go: downloading github.com/vadv/gopher-lua-libs v0.5.0
2025-08-20T21:19:19.7225647Z [00:02:13.062]➜  go: downloading github.com/yuin/gopher-lua v1.1.1
2025-08-20T21:19:19.7526247Z [00:02:13.092]➜  go: downloading github.com/google/go-cmp v0.7.0
2025-08-20T21:19:19.7768923Z [00:02:13.116]➜  go: downloading go.mongodb.org/mongo-driver v1.17.3
2025-08-20T21:19:20.1551570Z [00:02:13.494]➜  go: downloading github.com/jarcoal/httpmock v1.4.0
2025-08-20T21:19:20.3897065Z [00:02:13.729]➜  go: downloading github.com/redis/go-redis/v9 v9.7.3
2025-08-20T21:19:20.4721735Z [00:02:13.811]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.79.2
2025-08-20T21:19:20.5969470Z [00:02:13.936]➜  go: downloading github.com/gammazero/nexus/v3 v3.2.2
2025-08-20T21:19:20.8104609Z [00:02:14.150]➜  go: downloading github.com/tetratelabs/wazero v1.9.0
2025-08-20T21:19:22.7681161Z [00:02:16.107]➜  go: downloading github.com/gorilla/securecookie v1.1.2
2025-08-20T21:19:22.7683584Z [00:02:16.108]➜  go: downloading github.com/inconshreveable/mousetrap v1.1.0
2025-08-20T21:19:22.7743203Z [00:02:16.114]➜  go: downloading github.com/fsnotify/fsnotify v1.9.0
2025-08-20T21:19:22.7755565Z [00:02:16.115]➜  go: downloading github.com/go-viper/mapstructure/v2 v2.2.1
2025-08-20T21:19:22.7879061Z [00:02:16.127]➜  go: downloading github.com/sagikazarmark/locafero v0.9.0
2025-08-20T21:19:22.8068251Z [00:02:16.146]➜  go: downloading github.com/spf13/afero v1.14.0
2025-08-20T21:19:22.8135052Z [00:02:16.153]➜  go: downloading github.com/spf13/cast v1.7.1
2025-08-20T21:19:22.8223153Z [00:02:16.162]➜  go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.17.67
2025-08-20T21:19:22.8360095Z [00:02:16.175]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3
2025-08-20T21:19:22.8360850Z [00:02:16.175]➜  go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30
2025-08-20T21:19:22.8591093Z [00:02:16.198]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.25.3
2025-08-20T21:19:22.8607374Z [00:02:16.200]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.1
2025-08-20T21:19:22.8703691Z [00:02:16.210]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.33.19
2025-08-20T21:19:22.8740375Z [00:02:16.213]➜  go: downloading github.com/aws/smithy-go v1.22.3
2025-08-20T21:19:22.9262631Z [00:02:16.265]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.25.3
2025-08-20T21:19:22.9348175Z [00:02:16.274]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34
2025-08-20T21:19:22.9473617Z [00:02:16.287]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3
2025-08-20T21:19:22.9483406Z [00:02:16.288]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.15
2025-08-20T21:19:22.9584587Z [00:02:16.297]➜  go: downloading github.com/squeeze69/codicefiscale v1.0.4
2025-08-20T21:19:22.9611450Z [00:02:16.300]➜  go: downloading github.com/golang/snappy v1.0.0
2025-08-20T21:19:22.9983839Z [00:02:16.338]➜  go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
2025-08-20T21:19:23.0026695Z [00:02:16.342]➜  go: downloading gopkg.in/inf.v0 v0.9.1
2025-08-20T21:19:23.0357996Z [00:02:16.375]➜  go: downloading cloud.google.com/go/compute/metadata v0.6.0
2025-08-20T21:19:23.0442290Z [00:02:16.383]➜  go: downloading cloud.google.com/go/iam v1.5.2
2025-08-20T21:19:23.0911186Z [00:02:16.430]➜  go: downloading github.com/googleapis/gax-go/v2 v2.14.1
2025-08-20T21:19:23.0912328Z [00:02:16.430]➜  go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51.0
2025-08-20T21:19:23.1110172Z [00:02:16.450]➜  go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.35.0
2025-08-20T21:19:23.1112476Z [00:02:16.450]➜  go: downloading go.opentelemetry.io/otel v1.35.0
2025-08-20T21:19:23.2821023Z [00:02:16.621]➜  go: downloading go.opentelemetry.io/otel/sdk/metric v1.35.0
2025-08-20T21:19:23.3149392Z [00:02:16.654]➜  go: downloading go.opentelemetry.io/otel/sdk v1.35.0
2025-08-20T21:19:23.3681863Z [00:02:16.707]➜  go: downloading go.opentelemetry.io/otel/trace v1.35.0
2025-08-20T21:19:23.3682695Z [00:02:16.707]➜  go: downloading golang.org/x/oauth2 v0.29.0
2025-08-20T21:19:23.3959455Z [00:02:16.735]➜  go: downloading google.golang.org/api v0.230.0
2025-08-20T21:19:28.8170978Z [00:02:22.156]➜  go: downloading google.golang.org/genproto v0.0.0-20250422160041-2d3770c4ea7f
2025-08-20T21:19:28.8172260Z [00:02:22.156]➜  go: downloading google.golang.org/grpc v1.72.0
2025-08-20T21:19:29.1625721Z [00:02:22.502]➜  go: downloading google.golang.org/protobuf v1.36.6
2025-08-20T21:19:29.4231479Z [00:02:22.762]➜  go: downloading go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.35.0
2025-08-20T21:19:29.4232469Z [00:02:22.762]➜  go: downloading golang.org/x/sync v0.13.0
2025-08-20T21:19:29.4405715Z [00:02:22.780]➜  go: downloading github.com/elastic/elastic-transport-go/v8 v8.7.0
2025-08-20T21:19:29.4616008Z [00:02:22.801]➜  go: downloading golang.org/x/net v0.39.0
2025-08-20T21:19:29.5331970Z [00:02:22.872]➜  go: downloading golang.org/x/time v0.11.0
2025-08-20T21:19:29.5333125Z [00:02:22.872]➜  go: downloading github.com/testcontainers/testcontainers-go/modules/compose v0.33.0
2025-08-20T21:19:29.5422059Z [00:02:22.881]➜  go: downloading github.com/tink-crypto/tink-go/v2 v2.4.0
2025-08-20T21:19:29.5560769Z [00:02:22.895]➜  go: downloading github.com/testcontainers/testcontainers-go v0.33.0
2025-08-20T21:19:29.8906734Z [00:02:23.230]➜  go: downloading github.com/maxatome/go-testdeep v1.14.0
2025-08-20T21:19:29.8911999Z [00:02:23.230]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.38.3
2025-08-20T21:19:29.8912663Z [00:02:23.230]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0
2025-08-20T21:19:29.8913237Z [00:02:23.230]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.9.0
2025-08-20T21:19:29.9268114Z [00:02:23.266]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.3.1
2025-08-20T21:19:29.9852097Z [00:02:23.324]➜  go: downloading github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78
2025-08-20T21:19:29.9927160Z [00:02:23.332]➜  go: downloading github.com/tink-crypto/tink-go-gcpkms/v2 v2.2.0
2025-08-20T21:19:29.9971493Z [00:02:23.336]➜  go: downloading github.com/cespare/xxhash/v2 v2.3.0
2025-08-20T21:19:29.9972516Z [00:02:23.336]➜  go: downloading github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
2025-08-20T21:19:30.0009305Z [00:02:23.340]➜  go: downloading github.com/bsm/ginkgo/v2 v2.12.0
2025-08-20T21:19:30.0128057Z [00:02:23.352]➜  go: downloading github.com/bsm/gomega v1.27.10
2025-08-20T21:19:30.0174944Z [00:02:23.357]➜  go: downloading github.com/hashicorp/vault/api v1.16.0
2025-08-20T21:19:30.0552997Z [00:02:23.394]➜  go: downloading github.com/tink-crypto/tink-go-hcvault/v2 v2.2.0
2025-08-20T21:19:30.0628036Z [00:02:23.402]➜  go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10
2025-08-20T21:19:30.0735800Z [00:02:23.413]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.34
2025-08-20T21:19:30.0769063Z [00:02:23.416]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.0
2025-08-20T21:19:30.0796009Z [00:02:23.419]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15
2025-08-20T21:19:30.0843986Z [00:02:23.424]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15
2025-08-20T21:19:30.0895751Z [00:02:23.429]➜  go: downloading github.com/hamba/avro/v2 v2.28.0
2025-08-20T21:19:30.0944779Z [00:02:23.434]➜  go: downloading github.com/modern-go/reflect2 v1.0.2
2025-08-20T21:19:30.0945779Z [00:02:23.434]➜  go: downloading github.com/invopop/jsonschema v0.13.0
2025-08-20T21:19:30.1175593Z [00:02:23.457]➜  go: downloading github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
2025-08-20T21:19:30.1381599Z [00:02:23.477]➜  go: downloading go.uber.org/goleak v1.3.0
2025-08-20T21:19:30.1458945Z [00:02:23.485]➜  go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
2025-08-20T21:19:30.1482214Z [00:02:23.487]➜  go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
2025-08-20T21:19:30.1677049Z [00:02:23.507]➜  go: downloading github.com/google/gofuzz v1.2.0
2025-08-20T21:19:30.1691795Z [00:02:23.508]➜  go: downloading github.com/sourcegraph/conc v0.3.0
2025-08-20T21:19:30.1778826Z [00:02:23.517]➜  go: downloading github.com/frankban/quicktest v1.14.6
2025-08-20T21:19:30.1785693Z [00:02:23.518]➜  go: downloading github.com/subosito/gotenv v1.6.0
2025-08-20T21:19:30.1823587Z [00:02:23.522]➜  go: downloading github.com/pelletier/go-toml/v2 v2.2.4
2025-08-20T21:19:30.1889800Z [00:02:23.528]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T21:19:30.2082231Z [00:02:23.547]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34
2025-08-20T21:19:30.2118196Z [00:02:23.551]➜  go: downloading github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932
2025-08-20T21:19:30.2126727Z [00:02:23.552]➜  go: downloading github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
2025-08-20T21:19:30.2292952Z [00:02:23.568]➜  go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20250422160041-2d3770c4ea7f
2025-08-20T21:19:30.2313408Z [00:02:23.571]➜  go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20250422160041-2d3770c4ea7f
2025-08-20T21:19:30.2427610Z [00:02:23.582]➜  go: downloading cloud.google.com/go/monitoring v1.24.2
2025-08-20T21:19:30.2871440Z [00:02:23.626]➜  go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51.0
2025-08-20T21:19:30.2874010Z [00:02:23.627]➜  go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.51.0
2025-08-20T21:19:30.2911928Z [00:02:23.630]➜  go: downloading go.opentelemetry.io/otel/metric v1.35.0
2025-08-20T21:19:30.3325256Z [00:02:23.672]➜  go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0
2025-08-20T21:19:30.3363519Z [00:02:23.676]➜  go: downloading github.com/go-logr/logr v1.4.2
2025-08-20T21:19:30.3365899Z [00:02:23.676]➜  go: downloading github.com/go-logr/stdr v1.2.2
2025-08-20T21:19:30.3444178Z [00:02:23.684]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.1
2025-08-20T21:19:30.3636560Z [00:02:23.703]➜  go: downloading cloud.google.com/go/auth v0.16.1
2025-08-20T21:19:30.3637437Z [00:02:23.703]➜  go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.8
2025-08-20T21:19:30.4050065Z [00:02:23.744]➜  go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0
2025-08-20T21:19:30.4055800Z [00:02:23.745]➜  go: downloading github.com/envoyproxy/go-control-plane/envoy v1.32.4
2025-08-20T21:19:30.9542366Z [00:02:24.293]➜  go: downloading cloud.google.com/go/longrunning v0.6.7
2025-08-20T21:19:30.9615521Z [00:02:24.301]➜  go: downloading github.com/compose-spec/compose-go/v2 v2.1.3
2025-08-20T21:19:31.0030419Z [00:02:24.342]➜  go: downloading github.com/docker/cli v27.0.3+incompatible
2025-08-20T21:19:31.0332216Z [00:02:24.372]➜  go: downloading github.com/docker/compose/v2 v2.28.1
2025-08-20T21:19:31.1701844Z [00:02:24.509]➜  go: downloading github.com/docker/docker v27.1.1+incompatible
2025-08-20T21:19:31.7772327Z [00:02:25.116]➜  go: downloading github.com/klauspost/compress v1.18.0
2025-08-20T21:19:31.7772882Z [00:02:25.116]➜  go: downloading github.com/xdg-go/scram v1.1.2
2025-08-20T21:19:31.7793365Z [00:02:25.118]➜  go: downloading github.com/xdg-go/stringprep v1.0.4
2025-08-20T21:19:31.7794175Z [00:02:25.119]➜  go: downloading github.com/montanaflynn/stats v0.7.1
2025-08-20T21:19:31.7892952Z [00:02:25.128]➜  go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2
2025-08-20T21:19:31.8184068Z [00:02:25.158]➜  go: downloading golang.org/x/crypto v0.37.0
2025-08-20T21:19:31.8187691Z [00:02:25.158]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity/cache v0.3.2
2025-08-20T21:19:31.8188618Z [00:02:25.158]➜  go: downloading github.com/golang-jwt/jwt/v5 v5.2.2
2025-08-20T21:19:31.8505565Z [00:02:25.190]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.1.1
2025-08-20T21:19:31.9380746Z [00:02:25.277]➜  go: downloading github.com/cenkalti/backoff/v4 v4.3.0
2025-08-20T21:19:31.9381663Z [00:02:25.277]➜  go: downloading github.com/go-jose/go-jose/v4 v4.1.0
2025-08-20T21:19:31.9696130Z [00:02:25.309]➜  go: downloading github.com/hashicorp/errwrap v1.1.0
2025-08-20T21:19:31.9893240Z [00:02:25.329]➜  go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
2025-08-20T21:19:31.9956011Z [00:02:25.335]➜  go: downloading github.com/hashicorp/go-multierror v1.1.1
2025-08-20T21:19:31.9957553Z [00:02:25.335]➜  go: downloading github.com/hashicorp/go-retryablehttp v0.7.7
2025-08-20T21:19:32.0078209Z [00:02:25.347]➜  go: downloading github.com/hashicorp/go-rootcerts v1.0.2
2025-08-20T21:19:32.0156204Z [00:02:25.355]➜  go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.2.0
2025-08-20T21:19:32.0166749Z [00:02:25.356]➜  go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.2
2025-08-20T21:19:32.0258793Z [00:02:25.365]➜  go: downloading github.com/hashicorp/hcl v1.0.0
2025-08-20T21:19:32.0341508Z [00:02:25.373]➜  go: downloading github.com/mitchellh/mapstructure v1.5.0
2025-08-20T21:19:32.0415951Z [00:02:25.381]➜  go: downloading github.com/go-test/deep v1.0.2
2025-08-20T21:19:32.0630431Z [00:02:25.402]➜  go: downloading github.com/hashicorp/go-hclog v1.6.3
2025-08-20T21:19:32.0703477Z [00:02:25.410]➜  go: downloading github.com/google/cel-go v0.20.1
2025-08-20T21:19:32.1876782Z [00:02:25.527]➜  go: downloading github.com/xiatechs/jsonata-go v1.8.5
2025-08-20T21:19:32.1878059Z [00:02:25.527]➜  go: downloading github.com/wk8/go-ordered-map/v2 v2.1.8
2025-08-20T21:19:32.1882706Z [00:02:25.528]➜  go: downloading github.com/gorilla/websocket v1.5.3
2025-08-20T21:19:32.1957023Z [00:02:25.535]➜  go: downloading github.com/ugorji/go/codec v1.2.12
2025-08-20T21:19:32.2117048Z [00:02:25.551]➜  go: downloading github.com/json-iterator/go v1.1.12
2025-08-20T21:19:32.2319263Z [00:02:25.571]➜  go: downloading github.com/kr/pretty v0.3.1
2025-08-20T21:19:32.2375088Z [00:02:25.577]➜  go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
2025-08-20T21:19:32.2471154Z [00:02:25.586]➜  go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0
2025-08-20T21:19:32.2484905Z [00:02:25.588]➜  go: downloading cloud.google.com/go/logging v1.13.0
2025-08-20T21:19:32.2600083Z [00:02:25.599]➜  go: downloading cloud.google.com/go/trace v1.11.6
2025-08-20T21:19:32.2618801Z [00:02:25.601]➜  go: downloading go.opentelemetry.io/auto/sdk v1.1.0
2025-08-20T21:19:32.2770317Z [00:02:25.616]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.8.0
2025-08-20T21:19:32.2919170Z [00:02:25.631]➜  go: downloading github.com/google/s2a-go v0.1.9
2025-08-20T21:19:32.3296293Z [00:02:25.669]➜  go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.6
2025-08-20T21:19:32.3446497Z [00:02:25.684]➜  go: downloading github.com/golang/protobuf v1.5.4
2025-08-20T21:19:32.3464218Z [00:02:25.686]➜  go: downloading github.com/envoyproxy/go-control-plane v0.13.4
2025-08-20T21:19:32.3465076Z [00:02:25.686]➜  go: downloading github.com/felixge/httpsnoop v1.0.4
2025-08-20T21:19:32.3658363Z [00:02:25.705]➜  go: downloading github.com/cncf/xds/go v0.0.0-20250326154945-ae57f3c0d45f
2025-08-20T21:19:32.4128051Z [00:02:25.752]➜  go: downloading github.com/envoyproxy/protoc-gen-validate v1.2.1
2025-08-20T21:19:32.4128906Z [00:02:25.752]➜  go: downloading github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
2025-08-20T21:19:32.4707941Z [00:02:25.810]➜  go: downloading github.com/google/martian/v3 v3.3.3
2025-08-20T21:19:32.5202830Z [00:02:25.859]➜  go: downloading github.com/distribution/reference v0.6.0
2025-08-20T21:19:32.5204018Z [00:02:25.860]➜  go: downloading github.com/sirupsen/logrus v1.9.3
2025-08-20T21:19:32.5204803Z [00:02:25.860]➜  go: downloading github.com/docker/go-connections v0.5.0
2025-08-20T21:19:32.5629271Z [00:02:25.902]➜  go: downloading github.com/docker/go-units v0.5.0
2025-08-20T21:19:32.5640102Z [00:02:25.903]➜  go: downloading github.com/mattn/go-shellwords v1.0.12
2025-08-20T21:19:32.5702409Z [00:02:25.908]➜  go: downloading github.com/opencontainers/go-digest v1.0.0
2025-08-20T21:19:32.5739819Z [00:02:25.913]➜  go: downloading golang.org/x/exp v0.0.0-20240205201215-2c58cdc269a3
2025-08-20T21:19:32.5775301Z [00:02:25.917]➜  go: downloading github.com/docker/buildx v0.15.1
2025-08-20T21:19:32.7093544Z [00:02:26.048]➜  go: downloading github.com/hashicorp/go-version v1.7.0
2025-08-20T21:19:32.7094505Z [00:02:26.049]➜  go: downloading github.com/opencontainers/image-spec v1.1.0
2025-08-20T21:19:32.7107167Z [00:02:26.050]➜  go: downloading github.com/containerd/containerd v1.7.18
2025-08-20T21:19:32.7329614Z [00:02:26.072]➜  go: downloading github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203
2025-08-20T21:19:32.7372335Z [00:02:26.076]➜  go: downloading github.com/jonboulle/clockwork v0.4.0
2025-08-20T21:19:32.7451011Z [00:02:26.084]➜  go: downloading github.com/moby/buildkit v0.14.1
2025-08-20T21:19:33.1270763Z [00:02:26.466]➜  go: downloading github.com/moby/term v0.5.0
2025-08-20T21:19:33.1271726Z [00:02:26.466]➜  go: downloading github.com/docker/distribution v2.8.3+incompatible
2025-08-20T21:19:33.1408845Z [00:02:26.480]➜  go: downloading github.com/moby/sys/sequential v0.5.0
2025-08-20T21:19:33.1566407Z [00:02:26.496]➜  go: downloading github.com/pkg/errors v0.9.1
2025-08-20T21:19:33.1622141Z [00:02:26.501]➜  go: downloading github.com/theupdateframework/notary v0.7.0
2025-08-20T21:19:33.2260589Z [00:02:26.565]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0
2025-08-20T21:19:33.2411875Z [00:02:26.580]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0
2025-08-20T21:19:33.2470064Z [00:02:26.586]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0
2025-08-20T21:19:33.2606898Z [00:02:26.600]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0
2025-08-20T21:19:33.2718431Z [00:02:26.611]➜  go: downloading github.com/moby/docker-image-spec v1.3.1
2025-08-20T21:19:33.2813471Z [00:02:26.621]➜  go: downloading github.com/go-sql-driver/mysql v1.9.2
2025-08-20T21:19:33.2814294Z [00:02:26.621]➜  go: downloading github.com/lib/pq v1.10.9
2025-08-20T21:19:33.2982806Z [00:02:26.638]➜  go: downloading github.com/mattn/go-sqlite3 v1.14.28
2025-08-20T21:19:33.3079833Z [00:02:26.647]➜  go: downloading github.com/dustin/go-humanize v1.0.1
2025-08-20T21:19:33.3191072Z [00:02:26.658]➜  go: downloading github.com/cheggaaa/pb/v3 v3.1.7
2025-08-20T21:19:33.3305979Z [00:02:26.670]➜  go: downloading github.com/prometheus/client_golang v1.22.0
2025-08-20T21:19:33.3860711Z [00:02:26.725]➜  go: downloading github.com/alessio/shellescape v1.4.2
2025-08-20T21:19:33.3861559Z [00:02:26.725]➜  go: downloading github.com/technoweenie/multipartstreamer v1.0.1
2025-08-20T21:19:33.3925645Z [00:02:26.732]➜  go: downloading github.com/cbroglie/mustache v1.4.0
2025-08-20T21:19:33.4051119Z [00:02:26.744]➜  go: downloading github.com/yuin/gluamapper v0.0.0-20150323120927-d836955830e7
2025-08-20T21:19:33.4669913Z [00:02:26.806]➜  go: downloading gopkg.in/xmlpath.v2 v2.0.0-20150820204837-860cbeca3ebc
2025-08-20T21:19:33.4725956Z [00:02:26.812]➜  go: downloading gopkg.in/yaml.v2 v2.4.0
2025-08-20T21:19:33.4838222Z [00:02:26.823]➜  go: downloading dario.cat/mergo v1.0.0
2025-08-20T21:19:33.4976612Z [00:02:26.837]➜  go: downloading github.com/containerd/platforms v0.2.1
2025-08-20T21:19:33.4997073Z [00:02:26.839]➜  go: downloading github.com/cpuguy83/dockercfg v0.3.1
2025-08-20T21:19:33.5041682Z [00:02:26.843]➜  go: downloading github.com/moby/patternmatcher v0.6.0
2025-08-20T21:19:33.5155515Z [00:02:26.855]➜  go: downloading github.com/xdg-go/pbkdf2 v1.0.0
2025-08-20T21:19:33.5186297Z [00:02:26.858]➜  go: downloading github.com/kylelemons/godebug v1.1.0
2025-08-20T21:19:33.5214525Z [00:02:26.861]➜  go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
2025-08-20T21:19:33.5220227Z [00:02:26.861]➜  go: downloading github.com/AzureAD/microsoft-authentication-extensions-for-go/cache v0.1.1
2025-08-20T21:19:33.5341512Z [00:02:26.873]➜  go: downloading github.com/mitchellh/go-homedir v1.1.0
2025-08-20T21:19:33.5384649Z [00:02:26.878]➜  go: downloading github.com/ryanuber/go-glob v1.0.0
2025-08-20T21:19:33.5427045Z [00:02:26.882]➜  go: downloading github.com/hashicorp/go-sockaddr v1.0.7
2025-08-20T21:19:33.5475248Z [00:02:26.887]➜  go: downloading github.com/fatih/color v1.18.0
2025-08-20T21:19:33.5483094Z [00:02:26.888]➜  go: downloading github.com/stoewer/go-strcase v1.2.0
2025-08-20T21:19:33.5656417Z [00:02:26.905]➜  go: downloading github.com/bahlo/generic-list-go v0.2.0
2025-08-20T21:19:33.5701931Z [00:02:26.909]➜  go: downloading github.com/buger/jsonparser v1.1.1
2025-08-20T21:19:33.5708415Z [00:02:26.910]➜  go: downloading github.com/mailru/easyjson v0.9.0
2025-08-20T21:19:33.5757086Z [00:02:26.915]➜  go: downloading github.com/goccy/go-json v0.10.2
2025-08-20T21:19:33.5807880Z [00:02:26.920]➜  go: downloading github.com/shopspring/decimal v1.3.1
2025-08-20T21:19:33.5944218Z [00:02:26.934]➜  go: downloading go.uber.org/multierr v1.11.0
2025-08-20T21:19:33.5944995Z [00:02:26.934]➜  go: downloading github.com/kr/text v0.2.0
2025-08-20T21:19:33.6148291Z [00:02:26.954]➜  go: downloading github.com/rogpeppe/go-internal v1.13.1
2025-08-20T21:19:33.6198213Z [00:02:26.959]➜  go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
2025-08-20T21:19:33.6268956Z [00:02:26.966]➜  go: downloading github.com/spiffe/go-spiffe/v2 v2.5.0
2025-08-20T21:19:33.6363961Z [00:02:26.976]➜  go: downloading github.com/envoyproxy/go-control-plane/ratelimit v0.1.0
2025-08-20T21:19:33.6600409Z [00:02:26.999]➜  go: downloading github.com/jmespath/go-jmespath v0.4.0
2025-08-20T21:19:33.6713789Z [00:02:27.011]➜  go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
2025-08-20T21:19:33.6723867Z [00:02:27.011]➜  go: downloading github.com/containerd/errdefs v0.1.0
2025-08-20T21:19:33.6846096Z [00:02:27.024]➜  go: downloading github.com/containerd/log v0.1.0
2025-08-20T21:19:33.6908608Z [00:02:27.030]➜  go: downloading github.com/in-toto/in-toto-golang v0.5.0
2025-08-20T21:19:33.6926760Z [00:02:27.032]➜  go: downloading github.com/morikuni/aec v1.0.0
2025-08-20T21:19:33.7157799Z [00:02:27.055]➜  go: downloading github.com/tonistiigi/fsutil v0.0.0-20240424095704-91a3fc46842c
2025-08-20T21:19:33.7766956Z [00:02:27.116]➜  go: downloading github.com/containerd/console v1.0.4
2025-08-20T21:19:33.7840810Z [00:02:27.123]➜  go: downloading github.com/gogo/protobuf v1.3.2
2025-08-20T21:19:33.7953506Z [00:02:27.135]➜  go: downloading k8s.io/client-go v0.29.2
2025-08-20T21:19:33.8106924Z [00:02:27.150]➜  go: downloading github.com/Masterminds/semver/v3 v3.2.1
2025-08-20T21:19:33.8313078Z [00:02:27.170]➜  go: downloading k8s.io/api v0.29.2
2025-08-20T21:19:34.6360423Z [00:02:27.975]➜  go: downloading k8s.io/apimachinery v0.29.2
2025-08-20T21:19:34.6938762Z [00:02:28.033]➜  go: downloading github.com/pelletier/go-toml v1.9.5
2025-08-20T21:19:34.7171394Z [00:02:28.056]➜  go: downloading github.com/fvbommel/sortorder v1.0.2
2025-08-20T21:19:34.7267182Z [00:02:28.066]➜  go: downloading github.com/moby/sys/signal v0.7.0
2025-08-20T21:19:34.7367222Z [00:02:28.076]➜  go: downloading tags.cncf.io/container-device-interface v0.7.2
2025-08-20T21:19:34.7624567Z [00:02:28.102]➜  go: downloading github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
2025-08-20T21:19:34.7626103Z [00:02:28.102]➜  go: downloading github.com/buger/goterm v1.0.4
2025-08-20T21:19:34.8072903Z [00:02:28.147]➜  go: downloading github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
2025-08-20T21:19:34.8096809Z [00:02:28.149]➜  go: downloading github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc
2025-08-20T21:19:34.8190776Z [00:02:28.158]➜  go: downloading github.com/AlecAivazis/survey/v2 v2.3.7
2025-08-20T21:19:34.8199184Z [00:02:28.159]➜  go: downloading go.uber.org/mock v0.4.0
2025-08-20T21:19:34.9007475Z [00:02:28.240]➜  go: downloading github.com/fsnotify/fsevents v0.2.0
2025-08-20T21:19:34.9352682Z [00:02:28.274]➜  go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
2025-08-20T21:19:34.9422677Z [00:02:28.281]➜  go: downloading github.com/moby/sys/user v0.1.0
2025-08-20T21:19:34.9481786Z [00:02:28.287]➜  go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
2025-08-20T21:19:34.9565746Z [00:02:28.295]➜  go: downloading github.com/Microsoft/go-winio v0.6.2
2025-08-20T21:19:34.9616361Z [00:02:28.301]➜  go: downloading github.com/gofrs/flock v0.8.1
2025-08-20T21:19:34.9724044Z [00:02:28.312]➜  go: downloading github.com/tonistiigi/vt100 v0.0.0-20240514184818-90bafcd6abab
2025-08-20T21:19:34.9725390Z [00:02:28.312]➜  go: downloading github.com/docker/docker-credential-helpers v0.8.0
2025-08-20T21:19:34.9928071Z [00:02:28.332]➜  go: downloading go.opentelemetry.io/proto/otlp v1.0.0
2025-08-20T21:19:35.0127016Z [00:02:28.352]➜  go: downloading github.com/Microsoft/hcsshim v0.11.5
2025-08-20T21:19:35.0130360Z [00:02:28.352]➜  go: downloading filippo.io/edwards25519 v1.1.0
2025-08-20T21:19:35.0134472Z [00:02:28.353]➜  go: downloading github.com/VividCortex/ewma v1.2.0
2025-08-20T21:19:35.0197777Z [00:02:28.359]➜  go: downloading github.com/mattn/go-runewidth v0.0.16
2025-08-20T21:19:35.0256793Z [00:02:28.365]➜  go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
2025-08-20T21:19:35.0311691Z [00:02:28.370]➜  go: downloading github.com/beorn7/perks v1.0.1
2025-08-20T21:19:35.0384959Z [00:02:28.378]➜  go: downloading github.com/prometheus/client_model v0.6.2
2025-08-20T21:19:35.0424733Z [00:02:28.382]➜  go: downloading github.com/prometheus/common v0.63.0
2025-08-20T21:19:35.0783186Z [00:02:28.417]➜  go: downloading github.com/prometheus/procfs v0.16.1
2025-08-20T21:19:35.0784163Z [00:02:28.418]➜  go: downloading github.com/magiconair/properties v1.8.7
2025-08-20T21:19:35.0919107Z [00:02:28.431]➜  go: downloading github.com/shirou/gopsutil/v3 v3.23.12
2025-08-20T21:19:35.2837141Z [00:02:28.621]➜  go: downloading github.com/keybase/go-keychain v0.0.1
2025-08-20T21:19:35.3177140Z [00:02:28.657]➜  go: downloading github.com/antlr4-go/antlr/v4 v4.13.0
2025-08-20T21:19:35.3496814Z [00:02:28.689]➜  go: downloading cel.dev/expr v0.23.1
2025-08-20T21:19:35.4028446Z [00:02:28.742]➜  go: downloading github.com/xeipuuv/gojsonschema v1.2.0
2025-08-20T21:19:35.4285802Z [00:02:28.768]➜  go: downloading github.com/zeebo/errs v1.4.0
2025-08-20T21:19:35.4455266Z [00:02:28.785]➜  go: downloading github.com/containerd/typeurl/v2 v2.1.1
2025-08-20T21:19:35.4657361Z [00:02:28.805]➜  go: downloading github.com/gogo/googleapis v1.4.1
2025-08-20T21:19:35.4670170Z [00:02:28.806]➜  go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
2025-08-20T21:19:35.4692659Z [00:02:28.808]➜  go: downloading github.com/moby/locker v1.0.1
2025-08-20T21:19:35.4847287Z [00:02:28.824]➜  go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.46.1
2025-08-20T21:19:35.4876305Z [00:02:28.827]➜  go: downloading github.com/moby/sys/mountinfo v0.7.1
2025-08-20T21:19:35.4975303Z [00:02:28.837]➜  go: downloading github.com/jmespath/go-jmespath/internal/testify v1.5.1
2025-08-20T21:19:35.5003350Z [00:02:28.840]➜  go: downloading github.com/containerd/continuity v0.4.3
2025-08-20T21:19:35.5017048Z [00:02:28.841]➜  go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0
2025-08-20T21:19:35.5145110Z [00:02:28.854]➜  go: downloading github.com/shibumi/go-pathspec v1.3.0
2025-08-20T21:19:35.5151182Z [00:02:28.854]➜  go: downloading github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b
2025-08-20T21:19:35.5360823Z [00:02:28.875]➜  go: downloading k8s.io/klog/v2 v2.110.1
2025-08-20T21:19:35.5377422Z [00:02:28.877]➜  go: downloading k8s.io/utils v0.0.0-20230726121419-3b25d923346b
2025-08-20T21:19:35.5475450Z [00:02:28.887]➜  go: downloading github.com/moby/sys/symlink v0.2.0
2025-08-20T21:19:35.5575768Z [00:02:28.897]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0
2025-08-20T21:19:35.5736895Z [00:02:28.913]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0
2025-08-20T21:19:35.5767290Z [00:02:28.916]➜  go: downloading gopkg.in/cenkalti/backoff.v1 v1.1.0
2025-08-20T21:19:35.5888841Z [00:02:28.928]➜  go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
2025-08-20T21:19:35.5917303Z [00:02:28.931]➜  go: downloading golang.org/x/term v0.31.0
2025-08-20T21:19:35.5920869Z [00:02:28.931]➜  go: downloading github.com/gorilla/mux v1.8.1
2025-08-20T21:19:35.6012206Z [00:02:28.940]➜  go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
2025-08-20T21:19:35.6152799Z [00:02:28.954]➜  go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0
2025-08-20T21:19:35.6843083Z [00:02:29.023]➜  go: downloading github.com/rivo/uniseg v0.4.7
2025-08-20T21:19:35.7212036Z [00:02:29.060]➜  go: downloading github.com/miekg/pkcs11 v1.1.1
2025-08-20T21:19:35.7548765Z [00:02:29.094]➜  go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
2025-08-20T21:19:35.7593027Z [00:02:29.099]➜  go: downloading github.com/tklauser/go-sysconf v0.3.12
2025-08-20T21:19:35.7662031Z [00:02:29.105]➜  go: downloading github.com/imdario/mergo v0.3.16
2025-08-20T21:19:35.7786979Z [00:02:29.118]➜  go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
2025-08-20T21:19:35.7842746Z [00:02:29.123]➜  go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1
2025-08-20T21:19:35.7862709Z [00:02:29.125]➜  go: downloading github.com/google/gnostic-models v0.6.8
2025-08-20T21:19:35.8042945Z [00:02:29.143]➜  go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
2025-08-20T21:19:35.8044137Z [00:02:29.143]➜  go: downloading github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0
2025-08-20T21:19:35.8234394Z [00:02:29.163]➜  go: downloading github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c
2025-08-20T21:19:35.8455794Z [00:02:29.185]➜  go: downloading github.com/shoenig/go-m1cpu v0.1.6
2025-08-20T21:19:35.8466282Z [00:02:29.186]➜  go: downloading github.com/yusufpapurcu/wmi v1.2.3
2025-08-20T21:19:35.8473447Z [00:02:29.187]➜  go: downloading github.com/tklauser/numcpus v0.6.1
2025-08-20T21:19:35.8684899Z [00:02:29.208]➜  go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
2025-08-20T21:19:35.8706274Z [00:02:29.210]➜  go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
2025-08-20T21:19:35.8724432Z [00:02:29.212]➜  go: downloading k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00
2025-08-20T21:19:36.0512151Z [00:02:29.390]➜  go: downloading github.com/docker/go-metrics v0.0.1
2025-08-20T21:19:36.0512952Z [00:02:29.391]➜  go: downloading github.com/moby/spdystream v0.2.0
2025-08-20T21:19:36.0513663Z [00:02:29.391]➜  go: downloading sigs.k8s.io/yaml v1.3.0
2025-08-20T21:19:36.0514258Z [00:02:29.391]➜  go: downloading github.com/go-ole/go-ole v1.2.6
2025-08-20T21:19:36.0663016Z [00:02:29.406]➜  go: downloading github.com/go-openapi/swag v0.22.3
2025-08-20T21:19:36.0706716Z [00:02:29.410]➜  go: downloading github.com/containerd/ttrpc v1.2.5
2025-08-20T21:19:36.0814855Z [00:02:29.421]➜  go: downloading github.com/go-openapi/jsonreference v0.20.2
2025-08-20T21:19:36.0816219Z [00:02:29.421]➜  go: downloading github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
2025-08-20T21:19:36.0827489Z [00:02:29.422]➜  go: downloading github.com/emicklei/go-restful/v3 v3.11.0
2025-08-20T21:19:36.0924471Z [00:02:29.432]➜  go: downloading github.com/josharian/intern v1.0.0
2025-08-20T21:19:36.0977302Z [00:02:29.437]➜  go: downloading github.com/go-openapi/jsonpointer v0.19.6
2025-08-20T21:19:36.1199231Z [00:02:29.459]➜  go: finding module for package github.com/jrnd-io/jr/pkg/storage
2025-08-20T21:19:37.1402277Z [00:02:30.479]➜  go: github.com/jrnd-io/jr/pkg/producers/mongodb tested by
2025-08-20T21:19:37.1402923Z [00:02:30.479]➜  	github.com/jrnd-io/jr/pkg/producers/mongodb.test imports
2025-08-20T21:19:37.1403469Z [00:02:30.479]➜  	github.com/jrnd-io/jr/pkg/storage: no matching versions for query "latest"
2025-08-20T21:19:37.1453213Z [00:02:30.485]➜  + go generate ./...
2025-08-20T21:19:37.3717896Z [00:02:30.711]➜  + 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:19:37.3741658Z [00:02:30.713]➜  WORK=/tmp/go-build3619502580
2025-08-20T21:19:37.4407457Z [00:02:30.780]➜  # get https://proxy.golang.org/github.com/go-chi/chi/v5/@v/v5.2.1.info
2025-08-20T21:19:37.4732940Z [00:02:30.812]➜  # get https://proxy.golang.org/github.com/go-chi/chi/v5/@v/v5.2.1.info: 200 OK (0.033s)
2025-08-20T21:19:37.4750566Z [00:02:30.814]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.37.0.info
2025-08-20T21:19:37.4775990Z [00:02:30.817]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.37.0.info: 200 OK (0.003s)
2025-08-20T21:19:37.4798745Z [00:02:30.819]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.39.0.info
2025-08-20T21:19:37.4827961Z [00:02:30.822]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.39.0.info: 200 OK (0.003s)
2025-08-20T21:19:37.4855290Z [00:02:30.825]➜  # get https://proxy.golang.org/github.com/gorilla/sessions/@v/v1.4.0.info
2025-08-20T21:19:37.4870228Z [00:02:30.826]➜  # get https://proxy.golang.org/github.com/gorilla/sessions/@v/v1.4.0.info: 200 OK (0.003s)
2025-08-20T21:19:37.4873688Z [00:02:30.827]➜  # get https://proxy.golang.org/github.com/gorilla/securecookie/@v/v1.1.2.info
2025-08-20T21:19:37.4901661Z [00:02:30.829]➜  # get https://proxy.golang.org/github.com/gorilla/securecookie/@v/v1.1.2.info: 200 OK (0.003s)
2025-08-20T21:19:37.4904477Z [00:02:30.830]➜  # get https://proxy.golang.org/github.com/adrg/xdg/@v/v0.5.3.info
2025-08-20T21:19:37.4931696Z [00:02:30.832]➜  # get https://proxy.golang.org/github.com/adrg/xdg/@v/v0.5.3.info: 200 OK (0.003s)
2025-08-20T21:19:37.4939791Z [00:02:30.833]➜  # get https://proxy.golang.org/github.com/cnkei/gospline/@v/v0.0.0-20191204052713-d67fac29a294.info
2025-08-20T21:19:37.4967325Z [00:02:30.836]➜  # get https://proxy.golang.org/github.com/cnkei/gospline/@v/v0.0.0-20191204052713-d67fac29a294.info: 200 OK (0.003s)
2025-08-20T21:19:37.4970422Z [00:02:30.836]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.6.0.info
2025-08-20T21:19:37.5001172Z [00:02:30.839]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.6.0.info: 200 OK (0.003s)
2025-08-20T21:19:37.5004635Z [00:02:30.840]➜  # get https://proxy.golang.org/github.com/paulmach/go.geojson/@v/v1.5.0.info
2025-08-20T21:19:37.5047551Z [00:02:30.844]➜  # get https://proxy.golang.org/github.com/paulmach/go.geojson/@v/v1.5.0.info: 200 OK (0.004s)
2025-08-20T21:19:37.5058933Z [00:02:30.845]➜  # get https://proxy.golang.org/github.com/squeeze69/generacodicefiscale/@v/v1.0.5.info
2025-08-20T21:19:37.7993549Z [00:02:31.139]➜  # get https://proxy.golang.org/github.com/squeeze69/generacodicefiscale/@v/v1.0.5.info: 200 OK (0.293s)
2025-08-20T21:19:37.7996727Z [00:02:31.139]➜  # get https://proxy.golang.org/github.com/squeeze69/codicefiscale/@v/v1.0.4.info
2025-08-20T21:19:37.8582366Z [00:02:31.197]➜  # get https://proxy.golang.org/github.com/squeeze69/codicefiscale/@v/v1.0.4.info: 200 OK (0.058s)
2025-08-20T21:19:37.8593743Z [00:02:31.199]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/config/@v/v1.29.14.info
2025-08-20T21:19:37.8627958Z [00:02:31.202]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/config/@v/v1.29.14.info: 200 OK (0.003s)
2025-08-20T21:19:37.8630984Z [00:02:31.202]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/@v/v1.36.3.info
2025-08-20T21:19:37.8710654Z [00:02:31.210]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/@v/v1.36.3.info: 200 OK (0.008s)
2025-08-20T21:19:37.8715741Z [00:02:31.211]➜  # get https://proxy.golang.org/github.com/aws/smithy-go/@v/v1.22.3.info
2025-08-20T21:19:37.8824710Z [00:02:31.222]➜  # get https://proxy.golang.org/github.com/aws/smithy-go/@v/v1.22.3.info: 200 OK (0.011s)
2025-08-20T21:19:37.8838800Z [00:02:31.223]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/credentials/@v/v1.17.67.info
2025-08-20T21:19:37.8868157Z [00:02:31.226]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/credentials/@v/v1.17.67.info: 200 OK (0.003s)
2025-08-20T21:19:37.8872791Z [00:02:31.227]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/@v/v1.16.30.info
2025-08-20T21:19:37.8907174Z [00:02:31.230]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/@v/v1.16.30.info: 200 OK (0.003s)
2025-08-20T21:19:37.8922392Z [00:02:31.231]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sso/@v/v1.25.3.info
2025-08-20T21:19:37.8958769Z [00:02:31.235]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sso/@v/v1.25.3.info: 200 OK (0.004s)
2025-08-20T21:19:37.8967391Z [00:02:31.236]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/configsources/@v/v1.3.34.info
2025-08-20T21:19:37.9000370Z [00:02:31.239]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/configsources/@v/v1.3.34.info: 200 OK (0.003s)
2025-08-20T21:19:37.9006592Z [00:02:31.240]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/@v/v2.6.34.info
2025-08-20T21:19:37.9036748Z [00:02:31.243]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/@v/v2.6.34.info: 200 OK (0.003s)
2025-08-20T21:19:37.9042766Z [00:02:31.244]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/ssooidc/@v/v1.30.1.info
2025-08-20T21:19:37.9073172Z [00:02:31.247]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/ssooidc/@v/v1.30.1.info: 200 OK (0.003s)
2025-08-20T21:19:37.9080745Z [00:02:31.247]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sts/@v/v1.33.19.info
2025-08-20T21:19:37.9106134Z [00:02:31.250]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sts/@v/v1.33.19.info: 200 OK (0.002s)
2025-08-20T21:19:37.9110796Z [00:02:31.250]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/@v/v1.12.3.info
2025-08-20T21:19:37.9184463Z [00:02:31.258]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/@v/v1.12.3.info: 200 OK (0.007s)
2025-08-20T21:19:37.9186910Z [00:02:31.258]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/@v/v1.12.15.info
2025-08-20T21:19:37.9257966Z [00:02:31.265]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/@v/v1.12.15.info: 200 OK (0.007s)
2025-08-20T21:19:37.9263069Z [00:02:31.266]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/ini/@v/v1.8.3.info
2025-08-20T21:19:37.9310138Z [00:02:31.270]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/ini/@v/v1.8.3.info: 200 OK (0.005s)
2025-08-20T21:19:37.9314112Z [00:02:31.271]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue/@v/v1.18.13.info
2025-08-20T21:19:37.9365137Z [00:02:31.276]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue/@v/v1.18.13.info: 200 OK (0.005s)
2025-08-20T21:19:37.9367599Z [00:02:31.276]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/dynamodb/@v/v1.43.0.info
2025-08-20T21:19:37.9418110Z [00:02:31.281]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/dynamodb/@v/v1.43.0.info: 200 OK (0.005s)
2025-08-20T21:19:37.9421022Z [00:02:31.281]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/dynamodbstreams/@v/v1.25.3.info
2025-08-20T21:19:37.9450991Z [00:02:31.284]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/dynamodbstreams/@v/v1.25.3.info: 200 OK (0.003s)
2025-08-20T21:19:37.9458320Z [00:02:31.285]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery/@v/v1.10.15.info
2025-08-20T21:19:37.9500902Z [00:02:31.289]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery/@v/v1.10.15.info: 200 OK (0.004s)
2025-08-20T21:19:37.9506255Z [00:02:31.290]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go/@v/v1.55.7.info
2025-08-20T21:19:37.9542017Z [00:02:31.293]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go/@v/v1.55.7.info: 200 OK (0.004s)
2025-08-20T21:19:37.9552114Z [00:02:31.294]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/storage/azblob/@v/v1.6.1.info
2025-08-20T21:19:37.9579903Z [00:02:31.297]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/storage/azblob/@v/v1.6.1.info: 200 OK (0.003s)
2025-08-20T21:19:37.9583243Z [00:02:31.298]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/azcore/@v/v1.18.0.info
2025-08-20T21:19:37.9620612Z [00:02:31.301]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/azcore/@v/v1.18.0.info: 200 OK (0.004s)
2025-08-20T21:19:37.9625771Z [00:02:31.302]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/internal/@v/v1.11.1.info
2025-08-20T21:19:37.9658492Z [00:02:31.305]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/internal/@v/v1.11.1.info: 200 OK (0.003s)
2025-08-20T21:19:37.9719187Z [00:02:31.311]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/data/azcosmos/@v/v1.3.0.info
2025-08-20T21:19:37.9762294Z [00:02:31.315]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/data/azcosmos/@v/v1.3.0.info: 200 OK (0.004s)
2025-08-20T21:19:37.9768110Z [00:02:31.316]➜  # get https://proxy.golang.org/github.com/gocql/gocql/@v/v1.7.0.info
2025-08-20T21:19:37.9806591Z [00:02:31.320]➜  # get https://proxy.golang.org/github.com/gocql/gocql/@v/v1.7.0.info: 200 OK (0.004s)
2025-08-20T21:19:37.9812080Z [00:02:31.320]➜  # get https://proxy.golang.org/github.com/golang/snappy/@v/v1.0.0.info
2025-08-20T21:19:37.9842434Z [00:02:31.323]➜  # get https://proxy.golang.org/github.com/golang/snappy/@v/v1.0.0.info: 200 OK (0.003s)
2025-08-20T21:19:37.9845688Z [00:02:31.324]➜  # get https://proxy.golang.org/github.com/hailocab/go-hostpool/@v/v0.0.0-20160125115350-e80d13ce29ed.info
2025-08-20T21:19:37.9870402Z [00:02:31.326]➜  # get https://proxy.golang.org/github.com/hailocab/go-hostpool/@v/v0.0.0-20160125115350-e80d13ce29ed.info: 200 OK (0.002s)
2025-08-20T21:19:37.9874108Z [00:02:31.327]➜  # get https://proxy.golang.org/gopkg.in/inf.v0/@v/v0.9.1.info
2025-08-20T21:19:37.9926993Z [00:02:31.332]➜  # get https://proxy.golang.org/gopkg.in/inf.v0/@v/v0.9.1.info: 200 OK (0.005s)
2025-08-20T21:19:37.9930892Z [00:02:31.332]➜  # get https://proxy.golang.org/github.com/elastic/go-elasticsearch/v8/@v/v8.18.0.info
2025-08-20T21:19:37.9955879Z [00:02:31.335]➜  # get https://proxy.golang.org/github.com/elastic/go-elasticsearch/v8/@v/v8.18.0.info: 200 OK (0.003s)
2025-08-20T21:19:37.9959172Z [00:02:31.335]➜  # get https://proxy.golang.org/github.com/elastic/elastic-transport-go/v8/@v/v8.7.0.info
2025-08-20T21:19:38.0021567Z [00:02:31.341]➜  # get https://proxy.golang.org/github.com/elastic/elastic-transport-go/v8/@v/v8.7.0.info: 200 OK (0.006s)
2025-08-20T21:19:38.0024264Z [00:02:31.342]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/@v/v1.35.0.info
2025-08-20T21:19:38.0050158Z [00:02:31.344]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/@v/v1.35.0.info: 200 OK (0.003s)
2025-08-20T21:19:38.0053925Z [00:02:31.345]➜  # get https://proxy.golang.org/github.com/go-logr/logr/@v/v1.4.2.info
2025-08-20T21:19:38.0080123Z [00:02:31.347]➜  # get https://proxy.golang.org/github.com/go-logr/logr/@v/v1.4.2.info: 200 OK (0.003s)
2025-08-20T21:19:38.0086067Z [00:02:31.348]➜  # get https://proxy.golang.org/github.com/go-logr/stdr/@v/v1.2.2.info
2025-08-20T21:19:38.0116168Z [00:02:31.351]➜  # get https://proxy.golang.org/github.com/go-logr/stdr/@v/v1.2.2.info: 200 OK (0.003s)
2025-08-20T21:19:38.0119817Z [00:02:31.351]➜  # get https://proxy.golang.org/go.opentelemetry.io/auto/sdk/@v/v1.1.0.info
2025-08-20T21:19:38.0149548Z [00:02:31.354]➜  # get https://proxy.golang.org/go.opentelemetry.io/auto/sdk/@v/v1.1.0.info: 200 OK (0.003s)
2025-08-20T21:19:38.0157225Z [00:02:31.355]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/trace/@v/v1.35.0.info
2025-08-20T21:19:38.0182799Z [00:02:31.357]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/trace/@v/v1.35.0.info: 200 OK (0.003s)
2025-08-20T21:19:38.0188188Z [00:02:31.358]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/metric/@v/v1.35.0.info
2025-08-20T21:19:38.0216293Z [00:02:31.361]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/metric/@v/v1.35.0.info: 200 OK (0.003s)
2025-08-20T21:19:38.0822417Z [00:02:31.421]➜  # get https://proxy.golang.org/cloud.google.com/go/storage/@v/v1.52.0.info
2025-08-20T21:19:38.0857674Z [00:02:31.425]➜  # get https://proxy.golang.org/cloud.google.com/go/storage/@v/v1.52.0.info: 200 OK (0.004s)
2025-08-20T21:19:38.0861185Z [00:02:31.425]➜  # get https://proxy.golang.org/cloud.google.com/go/compute/metadata/@v/v0.6.0.info
2025-08-20T21:19:38.0888616Z [00:02:31.428]➜  # get https://proxy.golang.org/cloud.google.com/go/compute/metadata/@v/v0.6.0.info: 200 OK (0.003s)
2025-08-20T21:19:38.0890872Z [00:02:31.428]➜  # get https://proxy.golang.org/cloud.google.com/go/iam/@v/v1.5.2.info
2025-08-20T21:19:38.0917124Z [00:02:31.431]➜  # get https://proxy.golang.org/cloud.google.com/go/iam/@v/v1.5.2.info: 200 OK (0.003s)
2025-08-20T21:19:38.0920686Z [00:02:31.431]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/api/@v/v0.0.0-20250422160041-2d3770c4ea7f.info
2025-08-20T21:19:38.0946612Z [00:02:31.434]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/api/@v/v0.0.0-20250422160041-2d3770c4ea7f.info: 200 OK (0.002s)
2025-08-20T21:19:38.0949213Z [00:02:31.434]➜  # get https://proxy.golang.org/google.golang.org/protobuf/@v/v1.36.6.info
2025-08-20T21:19:38.0988106Z [00:02:31.438]➜  # get https://proxy.golang.org/google.golang.org/protobuf/@v/v1.36.6.info: 200 OK (0.004s)
2025-08-20T21:19:38.1009611Z [00:02:31.440]➜  # get https://proxy.golang.org/google.golang.org/genproto/@v/v0.0.0-20250422160041-2d3770c4ea7f.info
2025-08-20T21:19:38.1090767Z [00:02:31.448]➜  # get https://proxy.golang.org/google.golang.org/genproto/@v/v0.0.0-20250422160041-2d3770c4ea7f.info: 200 OK (0.008s)
2025-08-20T21:19:38.1094730Z [00:02:31.449]➜  # get https://proxy.golang.org/google.golang.org/grpc/@v/v1.72.0.info
2025-08-20T21:19:38.1167339Z [00:02:31.456]➜  # get https://proxy.golang.org/google.golang.org/grpc/@v/v1.72.0.info: 200 OK (0.007s)
2025-08-20T21:19:38.1196724Z [00:02:31.459]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20250422160041-2d3770c4ea7f.info
2025-08-20T21:19:38.4033359Z [00:02:31.742]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20250422160041-2d3770c4ea7f.info: 200 OK (0.284s)
2025-08-20T21:19:38.4056147Z [00:02:31.745]➜  # get https://proxy.golang.org/github.com/googleapis/gax-go/v2/@v/v2.14.1.info
2025-08-20T21:19:38.4092890Z [00:02:31.748]➜  # get https://proxy.golang.org/github.com/googleapis/gax-go/v2/@v/v2.14.1.info: 200 OK (0.004s)
2025-08-20T21:19:38.4097872Z [00:02:31.749]➜  # get https://proxy.golang.org/google.golang.org/api/@v/v0.230.0.info
2025-08-20T21:19:38.4154076Z [00:02:31.755]➜  # get https://proxy.golang.org/google.golang.org/api/@v/v0.230.0.info: 200 OK (0.006s)
2025-08-20T21:19:38.4161718Z [00:02:31.755]➜  # get https://proxy.golang.org/cloud.google.com/go/@v/v0.120.1.info
2025-08-20T21:19:38.4195104Z [00:02:31.759]➜  # get https://proxy.golang.org/cloud.google.com/go/@v/v0.120.1.info: 200 OK (0.003s)
2025-08-20T21:19:38.4201719Z [00:02:31.759]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/metric/@v/v1.35.0.info
2025-08-20T21:19:38.4235815Z [00:02:31.763]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/metric/@v/v1.35.0.info: 200 OK (0.003s)
2025-08-20T21:19:38.4239018Z [00:02:31.763]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/@v/v1.35.0.info
2025-08-20T21:19:38.4266775Z [00:02:31.766]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/@v/v1.35.0.info: 200 OK (0.003s)
2025-08-20T21:19:38.4276756Z [00:02:31.767]➜  # get https://proxy.golang.org/cloud.google.com/go/auth/@v/v0.16.1.info
2025-08-20T21:19:38.4312218Z [00:02:31.770]➜  # get https://proxy.golang.org/cloud.google.com/go/auth/@v/v0.16.1.info: 200 OK (0.003s)
2025-08-20T21:19:38.4317969Z [00:02:31.771]➜  # get https://proxy.golang.org/golang.org/x/oauth2/@v/v0.29.0.info
2025-08-20T21:19:38.4343501Z [00:02:31.774]➜  # get https://proxy.golang.org/golang.org/x/oauth2/@v/v0.29.0.info: 200 OK (0.003s)
2025-08-20T21:19:38.4397931Z [00:02:31.777]➜  # get https://proxy.golang.org/github.com/googleapis/enterprise-certificate-proxy/@v/v0.3.6.info
2025-08-20T21:19:38.4403590Z [00:02:31.780]➜  # get https://proxy.golang.org/github.com/googleapis/enterprise-certificate-proxy/@v/v0.3.6.info: 200 OK (0.003s)
2025-08-20T21:19:38.4410275Z [00:02:31.780]➜  # get https://proxy.golang.org/cloud.google.com/go/auth/oauth2adapt/@v/v0.2.8.info
2025-08-20T21:19:38.4454240Z [00:02:31.785]➜  # get https://proxy.golang.org/cloud.google.com/go/auth/oauth2adapt/@v/v0.2.8.info: 200 OK (0.004s)
2025-08-20T21:19:38.4457545Z [00:02:31.785]➜  # get https://proxy.golang.org/github.com/google/s2a-go/@v/v0.1.9.info
2025-08-20T21:19:38.4483448Z [00:02:31.788]➜  # get https://proxy.golang.org/github.com/google/s2a-go/@v/v0.1.9.info: 200 OK (0.003s)
2025-08-20T21:19:38.4517688Z [00:02:31.791]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/@v/v0.60.0.info
2025-08-20T21:19:38.4546501Z [00:02:31.794]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/@v/v0.60.0.info: 200 OK (0.003s)
2025-08-20T21:19:38.4555941Z [00:02:31.795]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.13.0.info
2025-08-20T21:19:38.4584053Z [00:02:31.798]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.13.0.info: 200 OK (0.003s)
2025-08-20T21:19:38.4591938Z [00:02:31.798]➜  # get https://proxy.golang.org/golang.org/x/time/@v/v0.11.0.info
2025-08-20T21:19:38.4622923Z [00:02:31.801]➜  # get https://proxy.golang.org/golang.org/x/time/@v/v0.11.0.info: 200 OK (0.003s)
2025-08-20T21:19:38.4629793Z [00:02:31.802]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/exporter/metric/@v/v0.51.0.info
2025-08-20T21:19:38.4658965Z [00:02:31.805]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/exporter/metric/@v/v0.51.0.info: 200 OK (0.003s)
2025-08-20T21:19:38.4661456Z [00:02:31.805]➜  # get https://proxy.golang.org/cloud.google.com/go/monitoring/@v/v1.24.2.info
2025-08-20T21:19:38.4708724Z [00:02:31.810]➜  # get https://proxy.golang.org/cloud.google.com/go/monitoring/@v/v1.24.2.info: 200 OK (0.005s)
2025-08-20T21:19:38.4720396Z [00:02:31.811]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/internal/resourcemapping/@v/v0.51.0.info
2025-08-20T21:19:38.4745948Z [00:02:31.814]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/internal/resourcemapping/@v/v0.51.0.info: 200 OK (0.002s)
2025-08-20T21:19:38.4750166Z [00:02:31.814]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/detectors/gcp/@v/v1.35.0.info
2025-08-20T21:19:38.4785033Z [00:02:31.818]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/detectors/gcp/@v/v1.35.0.info: 200 OK (0.003s)
2025-08-20T21:19:38.4787824Z [00:02:31.818]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/detectors/gcp/@v/v1.27.0.info
2025-08-20T21:19:38.4813667Z [00:02:31.821]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/detectors/gcp/@v/v1.27.0.info: 200 OK (0.002s)
2025-08-20T21:19:38.4819761Z [00:02:31.821]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/@v/v0.60.0.info
2025-08-20T21:19:38.4855426Z [00:02:31.825]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/@v/v0.60.0.info: 200 OK (0.003s)
2025-08-20T21:19:38.4857885Z [00:02:31.825]➜  # get https://proxy.golang.org/github.com/felixge/httpsnoop/@v/v1.0.4.info
2025-08-20T21:19:38.4887411Z [00:02:31.828]➜  # get https://proxy.golang.org/github.com/felixge/httpsnoop/@v/v1.0.4.info: 200 OK (0.003s)
2025-08-20T21:19:38.4905303Z [00:02:31.830]➜  # get https://proxy.golang.org/github.com/envoyproxy/go-control-plane/envoy/@v/v1.32.4.info
2025-08-20T21:19:38.4930277Z [00:02:31.832]➜  # get https://proxy.golang.org/github.com/envoyproxy/go-control-plane/envoy/@v/v1.32.4.info: 200 OK (0.002s)
2025-08-20T21:19:38.4933688Z [00:02:31.833]➜  # get https://proxy.golang.org/github.com/cncf/xds/go/@v/v0.0.0-20250326154945-ae57f3c0d45f.info
2025-08-20T21:19:38.4958537Z [00:02:31.835]➜  # get https://proxy.golang.org/github.com/cncf/xds/go/@v/v0.0.0-20250326154945-ae57f3c0d45f.info: 200 OK (0.003s)
2025-08-20T21:19:38.4964269Z [00:02:31.836]➜  # get https://proxy.golang.org/github.com/envoyproxy/protoc-gen-validate/@v/v1.2.1.info
2025-08-20T21:19:38.4997599Z [00:02:31.839]➜  # get https://proxy.golang.org/github.com/envoyproxy/protoc-gen-validate/@v/v1.2.1.info: 200 OK (0.003s)
2025-08-20T21:19:38.5005189Z [00:02:31.840]➜  # get https://proxy.golang.org/github.com/spiffe/go-spiffe/v2/@v/v2.5.0.info
2025-08-20T21:19:38.5030680Z [00:02:31.842]➜  # get https://proxy.golang.org/github.com/spiffe/go-spiffe/v2/@v/v2.5.0.info: 200 OK (0.003s)
2025-08-20T21:19:38.5034475Z [00:02:31.843]➜  # get https://proxy.golang.org/github.com/go-jose/go-jose/v4/@v/v4.1.0.info
2025-08-20T21:19:38.5060175Z [00:02:31.845]➜  # get https://proxy.golang.org/github.com/go-jose/go-jose/v4/@v/v4.1.0.info: 200 OK (0.003s)
2025-08-20T21:19:38.5069462Z [00:02:31.846]➜  # get https://proxy.golang.org/github.com/zeebo/errs/@v/v1.4.0.info
2025-08-20T21:19:38.5115821Z [00:02:31.851]➜  # get https://proxy.golang.org/github.com/zeebo/errs/@v/v1.4.0.info: 200 OK (0.005s)
2025-08-20T21:19:38.5130543Z [00:02:31.852]➜  # get https://proxy.golang.org/cel.dev/expr/@v/v0.23.1.info
2025-08-20T21:19:38.5157903Z [00:02:31.855]➜  # get https://proxy.golang.org/cel.dev/expr/@v/v0.23.1.info: 200 OK (0.003s)
2025-08-20T21:19:38.5217143Z [00:02:31.861]➜  # get https://proxy.golang.org/github.com/cespare/xxhash/v2/@v/v2.3.0.info
2025-08-20T21:19:38.5260088Z [00:02:31.865]➜  # get https://proxy.golang.org/github.com/cespare/xxhash/v2/@v/v2.3.0.info: 200 OK (0.004s)
2025-08-20T21:19:38.5276851Z [00:02:31.867]➜  # get https://proxy.golang.org/github.com/go-resty/resty/v2/@v/v2.16.5.info
2025-08-20T21:19:38.5309894Z [00:02:31.870]➜  # get https://proxy.golang.org/github.com/go-resty/resty/v2/@v/v2.16.5.info: 200 OK (0.003s)
2025-08-20T21:19:38.5318223Z [00:02:31.871]➜  # get https://proxy.golang.org/github.com/confluentinc/confluent-kafka-go/v2/@v/v2.10.0.info
2025-08-20T21:19:38.5346694Z [00:02:31.874]➜  # get https://proxy.golang.org/github.com/confluentinc/confluent-kafka-go/v2/@v/v2.10.0.info: 200 OK (0.003s)
2025-08-20T21:19:38.5360981Z [00:02:31.875]➜  # get https://proxy.golang.org/github.com/tink-crypto/tink-go/v2/@v/v2.4.0.info
2025-08-20T21:19:38.5393099Z [00:02:31.879]➜  # get https://proxy.golang.org/github.com/tink-crypto/tink-go/v2/@v/v2.4.0.info: 200 OK (0.003s)
2025-08-20T21:19:38.5435473Z [00:02:31.883]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/kms/@v/v1.38.3.info
2025-08-20T21:19:38.5505864Z [00:02:31.890]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/kms/@v/v1.38.3.info: 200 OK (0.007s)
2025-08-20T21:19:38.5512001Z [00:02:31.890]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/azidentity/@v/v1.9.0.info
2025-08-20T21:19:38.5562091Z [00:02:31.895]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/azidentity/@v/v1.9.0.info: 200 OK (0.005s)
2025-08-20T21:19:38.5568425Z [00:02:31.896]➜  # get https://proxy.golang.org/github.com/%21azure%21a%21d/microsoft-authentication-library-for-go/@v/v1.4.2.info
2025-08-20T21:19:38.5596470Z [00:02:31.899]➜  # get https://proxy.golang.org/github.com/%21azure%21a%21d/microsoft-authentication-library-for-go/@v/v1.4.2.info: 200 OK (0.003s)
2025-08-20T21:19:38.5600939Z [00:02:31.899]➜  # get https://proxy.golang.org/github.com/kylelemons/godebug/@v/v1.1.0.info
2025-08-20T21:19:38.5628869Z [00:02:31.902]➜  # get https://proxy.golang.org/github.com/kylelemons/godebug/@v/v1.1.0.info: 200 OK (0.003s)
2025-08-20T21:19:38.5640764Z [00:02:31.903]➜  # get https://proxy.golang.org/github.com/golang-jwt/jwt/v5/@v/v5.2.2.info
2025-08-20T21:19:38.5666562Z [00:02:31.906]➜  # get https://proxy.golang.org/github.com/golang-jwt/jwt/v5/@v/v5.2.2.info: 200 OK (0.003s)
2025-08-20T21:19:38.5675094Z [00:02:31.907]➜  # get https://proxy.golang.org/github.com/pkg/browser/@v/v0.0.0-20240102092130-5ac0b6a4141c.info
2025-08-20T21:19:38.5713379Z [00:02:31.910]➜  # get https://proxy.golang.org/github.com/pkg/browser/@v/v0.0.0-20240102092130-5ac0b6a4141c.info: 200 OK (0.004s)
2025-08-20T21:19:38.5718987Z [00:02:31.911]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/security/keyvault/azkeys/@v/v1.3.1.info
2025-08-20T21:19:38.5781917Z [00:02:31.917]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/security/keyvault/azkeys/@v/v1.3.1.info: 200 OK (0.006s)
2025-08-20T21:19:38.5784219Z [00:02:31.918]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/security/keyvault/internal/@v/v1.1.1.info
2025-08-20T21:19:38.5888197Z [00:02:31.928]➜  # 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:19:38.5895564Z [00:02:31.929]➜  # get https://proxy.golang.org/github.com/tink-crypto/tink-go-gcpkms/v2/@v/v2.2.0.info
2025-08-20T21:19:38.7901991Z [00:02:32.129]➜  # get https://proxy.golang.org/github.com/tink-crypto/tink-go-gcpkms/v2/@v/v2.2.0.info: 200 OK (0.201s)
2025-08-20T21:19:38.7908452Z [00:02:32.130]➜  # get https://proxy.golang.org/github.com/hashicorp/vault/api/@v/v1.16.0.info
2025-08-20T21:19:38.7951539Z [00:02:32.134]➜  # get https://proxy.golang.org/github.com/hashicorp/vault/api/@v/v1.16.0.info: 200 OK (0.004s)
2025-08-20T21:19:38.7955809Z [00:02:32.135]➜  # get https://proxy.golang.org/github.com/cenkalti/backoff/v4/@v/v4.3.0.info
2025-08-20T21:19:38.7987948Z [00:02:32.138]➜  # get https://proxy.golang.org/github.com/cenkalti/backoff/v4/@v/v4.3.0.info: 200 OK (0.003s)
2025-08-20T21:19:38.7991649Z [00:02:32.138]➜  # get https://proxy.golang.org/github.com/hashicorp/errwrap/@v/v1.1.0.info
2025-08-20T21:19:38.8040182Z [00:02:32.143]➜  # get https://proxy.golang.org/github.com/hashicorp/errwrap/@v/v1.1.0.info: 200 OK (0.005s)
2025-08-20T21:19:38.8043127Z [00:02:32.144]➜  # get https://proxy.golang.org/github.com/hashicorp/go-cleanhttp/@v/v0.5.2.info
2025-08-20T21:19:38.8089525Z [00:02:32.148]➜  # get https://proxy.golang.org/github.com/hashicorp/go-cleanhttp/@v/v0.5.2.info: 200 OK (0.005s)
2025-08-20T21:19:38.8092488Z [00:02:32.148]➜  # get https://proxy.golang.org/github.com/hashicorp/go-multierror/@v/v1.1.1.info
2025-08-20T21:19:38.8134524Z [00:02:32.153]➜  # get https://proxy.golang.org/github.com/hashicorp/go-multierror/@v/v1.1.1.info: 200 OK (0.004s)
2025-08-20T21:19:38.8137455Z [00:02:32.153]➜  # get https://proxy.golang.org/github.com/hashicorp/go-retryablehttp/@v/v0.7.7.info
2025-08-20T21:19:38.8175323Z [00:02:32.157]➜  # get https://proxy.golang.org/github.com/hashicorp/go-retryablehttp/@v/v0.7.7.info: 200 OK (0.004s)
2025-08-20T21:19:38.8177881Z [00:02:32.157]➜  # get https://proxy.golang.org/github.com/hashicorp/go-rootcerts/@v/v1.0.2.info
2025-08-20T21:19:38.8210232Z [00:02:32.160]➜  # get https://proxy.golang.org/github.com/hashicorp/go-rootcerts/@v/v1.0.2.info: 200 OK (0.003s)
2025-08-20T21:19:38.8212977Z [00:02:32.161]➜  # get https://proxy.golang.org/github.com/hashicorp/go-secure-stdlib/parseutil/@v/v0.2.0.info
2025-08-20T21:19:38.8240041Z [00:02:32.163]➜  # get https://proxy.golang.org/github.com/hashicorp/go-secure-stdlib/parseutil/@v/v0.2.0.info: 200 OK (0.003s)
2025-08-20T21:19:38.8242450Z [00:02:32.163]➜  # get https://proxy.golang.org/github.com/hashicorp/go-secure-stdlib/strutil/@v/v0.1.2.info
2025-08-20T21:19:38.8268632Z [00:02:32.166]➜  # get https://proxy.golang.org/github.com/hashicorp/go-secure-stdlib/strutil/@v/v0.1.2.info: 200 OK (0.003s)
2025-08-20T21:19:38.8270722Z [00:02:32.166]➜  # get https://proxy.golang.org/github.com/ryanuber/go-glob/@v/v1.0.0.info
2025-08-20T21:19:38.8307268Z [00:02:32.170]➜  # get https://proxy.golang.org/github.com/ryanuber/go-glob/@v/v1.0.0.info: 200 OK (0.004s)
2025-08-20T21:19:38.8309786Z [00:02:32.170]➜  # get https://proxy.golang.org/github.com/hashicorp/go-sockaddr/@v/v1.0.7.info
2025-08-20T21:19:38.8341439Z [00:02:32.173]➜  # get https://proxy.golang.org/github.com/hashicorp/go-sockaddr/@v/v1.0.7.info: 200 OK (0.003s)
2025-08-20T21:19:38.8344755Z [00:02:32.174]➜  # get https://proxy.golang.org/github.com/mitchellh/mapstructure/@v/v1.5.0.info
2025-08-20T21:19:38.8385142Z [00:02:32.178]➜  # get https://proxy.golang.org/github.com/mitchellh/mapstructure/@v/v1.5.0.info: 200 OK (0.004s)
2025-08-20T21:19:38.8387056Z [00:02:32.178]➜  # get https://proxy.golang.org/github.com/hashicorp/hcl/@v/v1.0.0.info
2025-08-20T21:19:38.8419178Z [00:02:32.181]➜  # get https://proxy.golang.org/github.com/hashicorp/hcl/@v/v1.0.0.info: 200 OK (0.003s)
2025-08-20T21:19:38.8427210Z [00:02:32.182]➜  # get https://proxy.golang.org/github.com/tink-crypto/tink-go-hcvault/v2/@v/v2.2.0.info
2025-08-20T21:19:38.9455636Z [00:02:32.285]➜  # get https://proxy.golang.org/github.com/tink-crypto/tink-go-hcvault/v2/@v/v2.2.0.info: 200 OK (0.103s)
2025-08-20T21:19:38.9460765Z [00:02:32.285]➜  # get https://proxy.golang.org/github.com/hamba/avro/v2/@v/v2.28.0.info
2025-08-20T21:19:38.9489959Z [00:02:32.288]➜  # get https://proxy.golang.org/github.com/hamba/avro/v2/@v/v2.28.0.info: 200 OK (0.003s)
2025-08-20T21:19:38.9494038Z [00:02:32.289]➜  # get https://proxy.golang.org/github.com/json-iterator/go/@v/v1.1.12.info
2025-08-20T21:19:38.9523736Z [00:02:32.292]➜  # get https://proxy.golang.org/github.com/json-iterator/go/@v/v1.1.12.info: 200 OK (0.003s)
2025-08-20T21:19:38.9526145Z [00:02:32.292]➜  # get https://proxy.golang.org/github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.info
2025-08-20T21:19:38.9555069Z [00:02:32.295]➜  # get https://proxy.golang.org/github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.info: 200 OK (0.003s)
2025-08-20T21:19:38.9557784Z [00:02:32.295]➜  # get https://proxy.golang.org/github.com/modern-go/reflect2/@v/v1.0.2.info
2025-08-20T21:19:38.9592514Z [00:02:32.298]➜  # get https://proxy.golang.org/github.com/modern-go/reflect2/@v/v1.0.2.info: 200 OK (0.003s)
2025-08-20T21:19:38.9596530Z [00:02:32.299]➜  # get https://proxy.golang.org/github.com/invopop/jsonschema/@v/v0.13.0.info
2025-08-20T21:19:38.9621848Z [00:02:32.301]➜  # get https://proxy.golang.org/github.com/invopop/jsonschema/@v/v0.13.0.info: 200 OK (0.002s)
2025-08-20T21:19:38.9624750Z [00:02:32.302]➜  # get https://proxy.golang.org/github.com/wk8/go-ordered-map/v2/@v/v2.1.8.info
2025-08-20T21:19:38.9649360Z [00:02:32.304]➜  # get https://proxy.golang.org/github.com/wk8/go-ordered-map/v2/@v/v2.1.8.info: 200 OK (0.002s)
2025-08-20T21:19:38.9652494Z [00:02:32.304]➜  # get https://proxy.golang.org/github.com/bahlo/generic-list-go/@v/v0.2.0.info
2025-08-20T21:19:38.9676764Z [00:02:32.307]➜  # get https://proxy.golang.org/github.com/bahlo/generic-list-go/@v/v0.2.0.info: 200 OK (0.002s)
2025-08-20T21:19:38.9679331Z [00:02:32.307]➜  # get https://proxy.golang.org/github.com/buger/jsonparser/@v/v1.1.1.info
2025-08-20T21:19:38.9708236Z [00:02:32.310]➜  # get https://proxy.golang.org/github.com/buger/jsonparser/@v/v1.1.1.info: 200 OK (0.003s)
2025-08-20T21:19:38.9711500Z [00:02:32.310]➜  # get https://proxy.golang.org/github.com/mailru/easyjson/@v/v0.9.0.info
2025-08-20T21:19:38.9762442Z [00:02:32.315]➜  # get https://proxy.golang.org/github.com/mailru/easyjson/@v/v0.9.0.info: 200 OK (0.005s)
2025-08-20T21:19:38.9766160Z [00:02:32.316]➜  # get https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.info
2025-08-20T21:19:38.9792143Z [00:02:32.318]➜  # get https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.info: 200 OK (0.003s)
2025-08-20T21:19:38.9796245Z [00:02:32.319]➜  # get https://proxy.golang.org/github.com/santhosh-tekuri/jsonschema/v5/@v/v5.3.1.info
2025-08-20T21:19:38.9822727Z [00:02:32.321]➜  # get https://proxy.golang.org/github.com/santhosh-tekuri/jsonschema/v5/@v/v5.3.1.info: 200 OK (0.003s)
2025-08-20T21:19:38.9863254Z [00:02:32.326]➜  # get https://proxy.golang.org/github.com/vadv/gopher-lua-libs/@v/v0.5.0.info
2025-08-20T21:19:39.0853611Z [00:02:32.425]➜  # get https://proxy.golang.org/github.com/vadv/gopher-lua-libs/@v/v0.5.0.info: 200 OK (0.099s)
2025-08-20T21:19:39.0864962Z [00:02:32.426]➜  # get https://proxy.golang.org/github.com/yuin/gopher-lua/@v/v1.1.1.info
2025-08-20T21:19:39.0911133Z [00:02:32.430]➜  # get https://proxy.golang.org/github.com/yuin/gopher-lua/@v/v1.1.1.info: 200 OK (0.005s)
2025-08-20T21:19:39.0921866Z [00:02:32.431]➜  # get https://proxy.golang.org/github.com/jmespath/go-jmespath/@v/v0.4.0.info
2025-08-20T21:19:39.0988993Z [00:02:32.438]➜  # get https://proxy.golang.org/github.com/jmespath/go-jmespath/@v/v0.4.0.info: 200 OK (0.007s)
2025-08-20T21:19:39.1032844Z [00:02:32.443]➜  # get https://proxy.golang.org/github.com/go-sql-driver/mysql/@v/v1.9.2.info
2025-08-20T21:19:39.1099267Z [00:02:32.449]➜  # get https://proxy.golang.org/github.com/go-sql-driver/mysql/@v/v1.9.2.info: 200 OK (0.007s)
2025-08-20T21:19:39.1103618Z [00:02:32.450]➜  # get https://proxy.golang.org/filippo.io/edwards25519/@v/v1.1.0.info
2025-08-20T21:19:39.1184229Z [00:02:32.458]➜  # get https://proxy.golang.org/filippo.io/edwards25519/@v/v1.1.0.info: 200 OK (0.008s)
2025-08-20T21:19:39.1187945Z [00:02:32.458]➜  # get https://proxy.golang.org/github.com/lib/pq/@v/v1.10.9.info
2025-08-20T21:19:39.1215034Z [00:02:32.461]➜  # get https://proxy.golang.org/github.com/lib/pq/@v/v1.10.9.info: 200 OK (0.003s)
2025-08-20T21:19:39.1224896Z [00:02:32.462]➜  # get https://proxy.golang.org/github.com/dustin/go-humanize/@v/v1.0.1.info
2025-08-20T21:19:39.1252269Z [00:02:32.464]➜  # get https://proxy.golang.org/github.com/dustin/go-humanize/@v/v1.0.1.info: 200 OK (0.003s)
2025-08-20T21:19:39.1259014Z [00:02:32.465]➜  # get https://proxy.golang.org/github.com/prometheus/client_golang/@v/v1.22.0.info
2025-08-20T21:19:39.1284820Z [00:02:32.468]➜  # get https://proxy.golang.org/github.com/prometheus/client_golang/@v/v1.22.0.info: 200 OK (0.002s)
2025-08-20T21:19:39.1287232Z [00:02:32.468]➜  # get https://proxy.golang.org/github.com/beorn7/perks/@v/v1.0.1.info
2025-08-20T21:19:39.1334525Z [00:02:32.473]➜  # get https://proxy.golang.org/github.com/beorn7/perks/@v/v1.0.1.info: 200 OK (0.005s)
2025-08-20T21:19:39.1393359Z [00:02:32.476]➜  # get https://proxy.golang.org/github.com/prometheus/client_model/@v/v0.6.2.info
2025-08-20T21:19:39.1394529Z [00:02:32.479]➜  # get https://proxy.golang.org/github.com/prometheus/client_model/@v/v0.6.2.info: 200 OK (0.003s)
2025-08-20T21:19:39.1395612Z [00:02:32.479]➜  # get https://proxy.golang.org/github.com/prometheus/common/@v/v0.63.0.info
2025-08-20T21:19:39.1464226Z [00:02:32.486]➜  # get https://proxy.golang.org/github.com/prometheus/common/@v/v0.63.0.info: 200 OK (0.008s)
2025-08-20T21:19:39.1469302Z [00:02:32.486]➜  # get https://proxy.golang.org/github.com/munnerz/goautoneg/@v/v0.0.0-20191010083416-a7dc8b61c822.info
2025-08-20T21:19:39.1503954Z [00:02:32.490]➜  # get https://proxy.golang.org/github.com/munnerz/goautoneg/@v/v0.0.0-20191010083416-a7dc8b61c822.info: 200 OK (0.003s)
2025-08-20T21:19:39.1509107Z [00:02:32.490]➜  # get https://proxy.golang.org/github.com/prometheus/procfs/@v/v0.16.1.info
2025-08-20T21:19:39.1558770Z [00:02:32.495]➜  # get https://proxy.golang.org/github.com/prometheus/procfs/@v/v0.16.1.info: 200 OK (0.005s)
2025-08-20T21:19:39.1574934Z [00:02:32.497]➜  # get https://proxy.golang.org/github.com/technoweenie/multipartstreamer/@v/v1.0.1.info
2025-08-20T21:19:39.1689515Z [00:02:32.508]➜  # get https://proxy.golang.org/github.com/technoweenie/multipartstreamer/@v/v1.0.1.info: 200 OK (0.011s)
2025-08-20T21:19:39.1693466Z [00:02:32.509]➜  # get https://proxy.golang.org/github.com/cbroglie/mustache/@v/v1.4.0.info
2025-08-20T21:19:39.1735160Z [00:02:32.513]➜  # get https://proxy.golang.org/github.com/cbroglie/mustache/@v/v1.4.0.info: 200 OK (0.004s)
2025-08-20T21:19:39.1737604Z [00:02:32.513]➜  # get https://proxy.golang.org/github.com/yuin/gluamapper/@v/v0.0.0-20150323120927-d836955830e7.info
2025-08-20T21:19:39.2790174Z [00:02:32.618]➜  # get https://proxy.golang.org/github.com/yuin/gluamapper/@v/v0.0.0-20150323120927-d836955830e7.info: 200 OK (0.105s)
2025-08-20T21:19:39.2795080Z [00:02:32.619]➜  # get https://proxy.golang.org/gopkg.in/xmlpath.v2/@v/v2.0.0-20150820204837-860cbeca3ebc.info
2025-08-20T21:19:39.2854136Z [00:02:32.625]➜  # get https://proxy.golang.org/gopkg.in/xmlpath.v2/@v/v2.0.0-20150820204837-860cbeca3ebc.info: 200 OK (0.006s)
2025-08-20T21:19:39.2860290Z [00:02:32.625]➜  # get https://proxy.golang.org/gopkg.in/yaml.v2/@v/v2.4.0.info
2025-08-20T21:19:39.2948802Z [00:02:32.634]➜  # get https://proxy.golang.org/gopkg.in/yaml.v2/@v/v2.4.0.info: 200 OK (0.009s)
2025-08-20T21:19:39.2953992Z [00:02:32.635]➜  # get https://proxy.golang.org/github.com/cheggaaa/pb/v3/@v/v3.1.7.info
2025-08-20T21:19:39.3021850Z [00:02:32.641]➜  # get https://proxy.golang.org/github.com/cheggaaa/pb/v3/@v/v3.1.7.info: 200 OK (0.007s)
2025-08-20T21:19:39.3024688Z [00:02:32.642]➜  # get https://proxy.golang.org/github.com/%21vivid%21cortex/ewma/@v/v1.2.0.info
2025-08-20T21:19:39.3668170Z [00:02:32.706]➜  # get https://proxy.golang.org/github.com/%21vivid%21cortex/ewma/@v/v1.2.0.info: 200 OK (0.064s)
2025-08-20T21:19:39.3672656Z [00:02:32.707]➜  # get https://proxy.golang.org/github.com/fatih/color/@v/v1.18.0.info
2025-08-20T21:19:39.3734005Z [00:02:32.713]➜  # get https://proxy.golang.org/github.com/fatih/color/@v/v1.18.0.info: 200 OK (0.006s)
2025-08-20T21:19:39.3736050Z [00:02:32.713]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.16.info
2025-08-20T21:19:39.3793728Z [00:02:32.719]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.16.info: 200 OK (0.006s)
2025-08-20T21:19:39.3796133Z [00:02:32.719]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.7.info
2025-08-20T21:19:39.3847093Z [00:02:32.724]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.7.info: 200 OK (0.005s)
2025-08-20T21:19:39.3852020Z [00:02:32.724]➜  # get https://proxy.golang.org/github.com/alessio/shellescape/@v/v1.4.2.info
2025-08-20T21:19:39.3887972Z [00:02:32.728]➜  # get https://proxy.golang.org/github.com/alessio/shellescape/@v/v1.4.2.info: 200 OK (0.004s)
2025-08-20T21:19:39.3891691Z [00:02:32.728]➜  # get https://proxy.golang.org/github.com/montanaflynn/stats/@v/v0.7.1.info
2025-08-20T21:19:39.4170054Z [00:02:32.756]➜  # get https://proxy.golang.org/github.com/montanaflynn/stats/@v/v0.7.1.info: 200 OK (0.028s)
2025-08-20T21:19:39.4175137Z [00:02:32.757]➜  # get https://proxy.golang.org/go.mongodb.org/mongo-driver/@v/v1.17.3.info
2025-08-20T21:19:39.4315399Z [00:02:32.771]➜  # get https://proxy.golang.org/go.mongodb.org/mongo-driver/@v/v1.17.3.info: 200 OK (0.014s)
2025-08-20T21:19:39.4335535Z [00:02:32.773]➜  # get https://proxy.golang.org/github.com/youmark/pkcs8/@v/v0.0.0-20240726163527-a2c0da244d78.info
2025-08-20T21:19:39.4366585Z [00:02:32.776]➜  # get https://proxy.golang.org/github.com/youmark/pkcs8/@v/v0.0.0-20240726163527-a2c0da244d78.info: 200 OK (0.003s)
2025-08-20T21:19:39.4374357Z [00:02:32.777]➜  # get https://proxy.golang.org/github.com/klauspost/compress/@v/v1.18.0.info
2025-08-20T21:19:39.4442112Z [00:02:32.783]➜  # get https://proxy.golang.org/github.com/klauspost/compress/@v/v1.18.0.info: 200 OK (0.007s)
2025-08-20T21:19:39.4454460Z [00:02:32.785]➜  # get https://proxy.golang.org/github.com/xdg-go/scram/@v/v1.1.2.info
2025-08-20T21:19:39.4506134Z [00:02:32.790]➜  # get https://proxy.golang.org/github.com/xdg-go/scram/@v/v1.1.2.info: 200 OK (0.005s)
2025-08-20T21:19:39.4508373Z [00:02:32.790]➜  # get https://proxy.golang.org/github.com/xdg-go/pbkdf2/@v/v1.0.0.info
2025-08-20T21:19:39.4552427Z [00:02:32.794]➜  # get https://proxy.golang.org/github.com/xdg-go/pbkdf2/@v/v1.0.0.info: 200 OK (0.004s)
2025-08-20T21:19:39.4554393Z [00:02:32.795]➜  # get https://proxy.golang.org/github.com/xdg-go/stringprep/@v/v1.0.4.info
2025-08-20T21:19:39.4583408Z [00:02:32.798]➜  # get https://proxy.golang.org/github.com/xdg-go/stringprep/@v/v1.0.4.info: 200 OK (0.003s)
2025-08-20T21:19:39.4601924Z [00:02:32.799]➜  # get https://proxy.golang.org/github.com/redis/go-redis/v9/@v/v9.7.3.info
2025-08-20T21:19:39.4658129Z [00:02:32.805]➜  # get https://proxy.golang.org/github.com/redis/go-redis/v9/@v/v9.7.3.info: 200 OK (0.005s)
2025-08-20T21:19:39.4660474Z [00:02:32.805]➜  # get https://proxy.golang.org/github.com/dgryski/go-rendezvous/@v/v0.0.0-20200823014737-9f7001d12a5f.info
2025-08-20T21:19:39.4686207Z [00:02:32.808]➜  # get https://proxy.golang.org/github.com/dgryski/go-rendezvous/@v/v0.0.0-20200823014737-9f7001d12a5f.info: 200 OK (0.003s)
2025-08-20T21:19:39.4697596Z [00:02:32.809]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/s3/@v/v1.79.2.info
2025-08-20T21:19:39.4725604Z [00:02:32.812]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/s3/@v/v1.79.2.info: 200 OK (0.003s)
2025-08-20T21:19:39.4729025Z [00:02:32.812]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/@v/v1.6.10.info
2025-08-20T21:19:39.4772595Z [00:02:32.816]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/@v/v1.6.10.info: 200 OK (0.004s)
2025-08-20T21:19:39.4776526Z [00:02:32.817]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/v4a/@v/v1.3.34.info
2025-08-20T21:19:39.4863664Z [00:02:32.826]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/v4a/@v/v1.3.34.info: 200 OK (0.009s)
2025-08-20T21:19:39.4868898Z [00:02:32.826]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/checksum/@v/v1.7.0.info
2025-08-20T21:19:39.4926362Z [00:02:32.832]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/checksum/@v/v1.7.0.info: 200 OK (0.006s)
2025-08-20T21:19:39.4929207Z [00:02:32.832]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/@v/v1.18.15.info
2025-08-20T21:19:39.5008359Z [00:02:32.840]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/@v/v1.18.15.info: 200 OK (0.008s)
2025-08-20T21:19:39.5020867Z [00:02:32.841]➜  # get https://proxy.golang.org/github.com/gammazero/nexus/v3/@v/v3.2.2.info
2025-08-20T21:19:39.5048011Z [00:02:32.844]➜  # get https://proxy.golang.org/github.com/gammazero/nexus/v3/@v/v3.2.2.info: 200 OK (0.003s)
2025-08-20T21:19:39.5058235Z [00:02:32.845]➜  # get https://proxy.golang.org/github.com/ugorji/go/codec/@v/v1.2.12.info
2025-08-20T21:19:39.5115261Z [00:02:32.851]➜  # get https://proxy.golang.org/github.com/ugorji/go/codec/@v/v1.2.12.info: 200 OK (0.006s)
2025-08-20T21:19:39.5118990Z [00:02:32.851]➜  # get https://proxy.golang.org/github.com/gorilla/websocket/@v/v1.5.3.info
2025-08-20T21:19:39.5156004Z [00:02:32.855]➜  # get https://proxy.golang.org/github.com/gorilla/websocket/@v/v1.5.3.info: 200 OK (0.004s)
2025-08-20T21:19:39.5160345Z [00:02:32.855]➜  # get https://proxy.golang.org/github.com/tetratelabs/wazero/@v/v1.9.0.info
2025-08-20T21:19:39.5195623Z [00:02:32.859]➜  # get https://proxy.golang.org/github.com/tetratelabs/wazero/@v/v1.9.0.info: 200 OK (0.003s)
2025-08-20T21:19:39.5225513Z [00:02:32.862]➜  # get https://proxy.golang.org/github.com/spf13/cobra/@v/v1.9.1.info
2025-08-20T21:19:39.5328105Z [00:02:32.872]➜  # get https://proxy.golang.org/github.com/spf13/cobra/@v/v1.9.1.info: 200 OK (0.010s)
2025-08-20T21:19:39.5331126Z [00:02:32.872]➜  # get https://proxy.golang.org/github.com/spf13/pflag/@v/v1.0.6.info
2025-08-20T21:19:39.5431958Z [00:02:32.882]➜  # get https://proxy.golang.org/github.com/spf13/pflag/@v/v1.0.6.info: 200 OK (0.010s)
2025-08-20T21:19:39.5435137Z [00:02:32.883]➜  # get https://proxy.golang.org/github.com/spf13/viper/@v/v1.20.1.info
2025-08-20T21:19:39.5473440Z [00:02:32.887]➜  # get https://proxy.golang.org/github.com/spf13/viper/@v/v1.20.1.info: 200 OK (0.004s)
2025-08-20T21:19:39.5476629Z [00:02:32.887]➜  # get https://proxy.golang.org/github.com/fsnotify/fsnotify/@v/v1.9.0.info
2025-08-20T21:19:39.5564958Z [00:02:32.896]➜  # get https://proxy.golang.org/github.com/fsnotify/fsnotify/@v/v1.9.0.info: 200 OK (0.009s)
2025-08-20T21:19:39.5569112Z [00:02:32.896]➜  # get https://proxy.golang.org/github.com/go-viper/mapstructure/v2/@v/v2.2.1.info
2025-08-20T21:19:39.5637811Z [00:02:32.903]➜  # get https://proxy.golang.org/github.com/go-viper/mapstructure/v2/@v/v2.2.1.info: 200 OK (0.007s)
2025-08-20T21:19:39.5641007Z [00:02:32.903]➜  # get https://proxy.golang.org/github.com/sagikazarmark/locafero/@v/v0.9.0.info
2025-08-20T21:19:39.5681767Z [00:02:32.907]➜  # get https://proxy.golang.org/github.com/sagikazarmark/locafero/@v/v0.9.0.info: 200 OK (0.004s)
2025-08-20T21:19:39.5684010Z [00:02:32.908]➜  # get https://proxy.golang.org/github.com/sourcegraph/conc/@v/v0.3.0.info
2025-08-20T21:19:39.5712163Z [00:02:32.910]➜  # get https://proxy.golang.org/github.com/sourcegraph/conc/@v/v0.3.0.info: 200 OK (0.003s)
2025-08-20T21:19:39.5716830Z [00:02:32.911]➜  # get https://proxy.golang.org/github.com/spf13/afero/@v/v1.14.0.info
2025-08-20T21:19:39.5756016Z [00:02:32.915]➜  # get https://proxy.golang.org/github.com/spf13/afero/@v/v1.14.0.info: 200 OK (0.004s)
2025-08-20T21:19:39.5761661Z [00:02:32.915]➜  # get https://proxy.golang.org/github.com/spf13/cast/@v/v1.7.1.info
2025-08-20T21:19:39.5803511Z [00:02:32.920]➜  # get https://proxy.golang.org/github.com/spf13/cast/@v/v1.7.1.info: 200 OK (0.004s)
2025-08-20T21:19:39.5806963Z [00:02:32.920]➜  # get https://proxy.golang.org/github.com/subosito/gotenv/@v/v1.6.0.info
2025-08-20T21:19:39.5836951Z [00:02:32.923]➜  # get https://proxy.golang.org/github.com/subosito/gotenv/@v/v1.6.0.info: 200 OK (0.003s)
2025-08-20T21:19:39.5844618Z [00:02:32.924]➜  # get https://proxy.golang.org/github.com/pelletier/go-toml/v2/@v/v2.2.4.info
2025-08-20T21:19:39.5885900Z [00:02:32.928]➜  # get https://proxy.golang.org/github.com/pelletier/go-toml/v2/@v/v2.2.4.info: 200 OK (0.004s)
2025-08-20T21:19:39.6020996Z [00:02:32.941]➜  internal/goarch
2025-08-20T21:19:39.6030369Z [00:02:32.942]➜  mkdir -p $WORK/b007/
2025-08-20T21:19:39.6032033Z [00:02:32.942]➜  internal/unsafeheader
2025-08-20T21:19:39.6033998Z [00:02:32.942]➜  mkdir -p $WORK/b009/
2025-08-20T21:19:39.6034508Z [00:02:32.942]➜  internal/byteorder
2025-08-20T21:19:39.6035010Z [00:02:32.942]➜  mkdir -p $WORK/b013/
2025-08-20T21:19:39.6035688Z [00:02:32.942]➜  echo '# import config' > $WORK/b007/importcfg # internal
2025-08-20T21:19:39.6036480Z [00:02:32.942]➜  echo '# import config' > $WORK/b009/importcfg # internal
2025-08-20T21:19:39.6037175Z [00:02:32.942]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:39.6040868Z [00:02:32.942]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b007/_pkg_.a -trimpath "/root/.go/src/internal/goarch=>internal/goarch;$WORK/b007=>" -p internal/goarch -lang=go1.25 -std -complete -installsuffix shared -buildid FnXyH2Ad0y66cyrIPMUn/FnXyH2Ad0y66cyrIPMUn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b007/importcfg -pack /root/.go/src/internal/goarch/goarch.go /root/.go/src/internal/goarch/goarch_amd64.go /root/.go/src/internal/goarch/zgoarch_amd64.go
2025-08-20T21:19:39.6048078Z [00:02:32.942]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b009/_pkg_.a -trimpath "/root/.go/src/internal/unsafeheader=>internal/unsafeheader;$WORK/b009=>" -p internal/unsafeheader -lang=go1.25 -std -complete -installsuffix shared -buildid C0AwI8-BAUMe5XknNlBT/C0AwI8-BAUMe5XknNlBT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b009/importcfg -pack /root/.go/src/internal/unsafeheader/unsafeheader.go
2025-08-20T21:19:39.6051105Z [00:02:32.942]➜  echo '# import config' > $WORK/b013/importcfg # internal
2025-08-20T21:19:39.6054408Z [00:02:32.942]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b013/_pkg_.a -trimpath "/root/.go/src/internal/byteorder=>internal/byteorder;$WORK/b013=>" -p internal/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid 41Vr_cji-HbV6L4mnakB/41Vr_cji-HbV6L4mnakB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b013/importcfg -pack /root/.go/src/internal/byteorder/byteorder.go
2025-08-20T21:19:39.6060209Z [00:02:32.945]➜  internal/cpu
2025-08-20T21:19:39.6061148Z [00:02:32.945]➜  mkdir -p $WORK/b012/
2025-08-20T21:19:39.6068938Z [00:02:32.946]➜  echo -n > $WORK/b012/go_asm.h # internal
2025-08-20T21:19:39.6069880Z [00:02:32.946]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:19:39.6072059Z [00:02:32.946]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b012/symabis ./cpu.s ./cpu_x86.s
2025-08-20T21:19:39.6099095Z [00:02:32.949]➜  go tool buildid -w $WORK/b009/_pkg_.a # internal
2025-08-20T21:19:39.6105266Z [00:02:32.950]➜  echo '# import config' > $WORK/b012/importcfg # internal
2025-08-20T21:19:39.6106474Z [00:02:32.950]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:39.6109924Z [00:02:32.950]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b012/_pkg_.a -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -p internal/cpu -lang=go1.25 -std -installsuffix shared -buildid VSNzlCX0gBUNKlb52Sl0/VSNzlCX0gBUNKlb52Sl0 -goversion go1.25.0 -symabis $WORK/b012/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b012/importcfg -pack -asmhdr $WORK/b012/go_asm.h /root/.go/src/internal/cpu/cpu.go /root/.go/src/internal/cpu/cpu_x86.go
2025-08-20T21:19:39.6113355Z [00:02:32.950]➜  go tool buildid -w $WORK/b007/_pkg_.a # internal
2025-08-20T21:19:39.6118561Z [00:02:32.951]➜  cp $WORK/b009/_pkg_.a /root/.cache/go-build/71/71443e40c31c75855e817fa83dcdfbe5a56d181ed8f66b4feb8471cf86c4fad1-d # internal
2025-08-20T21:19:39.6119829Z [00:02:32.951]➜  internal/coverage/rtcov
2025-08-20T21:19:39.6120344Z [00:02:32.951]➜  mkdir -p $WORK/b015/
2025-08-20T21:19:39.6121888Z [00:02:32.951]➜  cp $WORK/b007/_pkg_.a /root/.cache/go-build/e9/e9655f8b8db6fdd0cdbec4b1ced09ef43b369cf9ead11c1f7e851b6d818b1301-d # internal
2025-08-20T21:19:39.6126846Z [00:02:32.952]➜  internal/abi
2025-08-20T21:19:39.6129757Z [00:02:32.952]➜  mkdir -p $WORK/b006/
2025-08-20T21:19:39.6132891Z [00:02:32.952]➜  echo -n > $WORK/b006/go_asm.h # internal
2025-08-20T21:19:39.6135528Z [00:02:32.952]➜  cd /root/.go/src/internal/abi
2025-08-20T21:19:39.6137617Z [00:02:32.952]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b006/symabis ./abi_test.s ./stub.s
2025-08-20T21:19:39.6146460Z [00:02:32.954]➜  echo '# import config' > $WORK/b015/importcfg # internal
2025-08-20T21:19:39.6151165Z [00:02:32.954]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:39.6154509Z [00:02:32.954]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b015/_pkg_.a -trimpath "/root/.go/src/internal/coverage/rtcov=>internal/coverage/rtcov;$WORK/b015=>" -p internal/coverage/rtcov -lang=go1.25 -std -complete -installsuffix shared -buildid 9bd7kW_TiO0T-k6BuHRy/9bd7kW_TiO0T-k6BuHRy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b015/importcfg -pack /root/.go/src/internal/coverage/rtcov/rtcov.go
2025-08-20T21:19:39.6203299Z [00:02:32.959]➜  cat >/tmp/go-build3619502580/b006/importcfg << 'EOF' # internal
2025-08-20T21:19:39.6209539Z [00:02:32.959]➜  # import config
2025-08-20T21:19:39.6210280Z [00:02:32.959]➜  packagefile internal/goarch=/tmp/go-build3619502580/b007/_pkg_.a
2025-08-20T21:19:39.6210933Z [00:02:32.959]➜  EOF
2025-08-20T21:19:39.6218547Z [00:02:32.960]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b006/_pkg_.a -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -p internal/abi -lang=go1.25 -std -installsuffix shared -buildid TMU6HjewY5-DVnyvQEgP/TMU6HjewY5-DVnyvQEgP -goversion go1.25.0 -symabis $WORK/b006/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b006/importcfg -pack -asmhdr $WORK/b006/go_asm.h /root/.go/src/internal/abi/abi.go /root/.go/src/internal/abi/abi_amd64.go /root/.go/src/internal/abi/compiletype.go /root/.go/src/internal/abi/escape.go /root/.go/src/internal/abi/funcpc.go /root/.go/src/internal/abi/iface.go /root/.go/src/internal/abi/map_noswiss.go /root/.go/src/internal/abi/map_select_swiss.go /root/.go/src/internal/abi/map_swiss.go /root/.go/src/internal/abi/rangefuncconsts.go /root/.go/src/internal/abi/runtime.go /root/.go/src/internal/abi/stack.go /root/.go/src/internal/abi/switch.go /root/.go/src/internal/abi/symtab.go /root/.go/src/internal/abi/type.go
2025-08-20T21:19:39.6273733Z [00:02:32.967]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T21:19:39.6281432Z [00:02:32.967]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/77/77a99d080821d13defdd8cee964c70dba28e4d43e658b99801a0c4031592e32e-d # internal
2025-08-20T21:19:39.6282892Z [00:02:32.968]➜  internal/godebugs
2025-08-20T21:19:39.6283567Z [00:02:32.968]➜  mkdir -p $WORK/b016/
2025-08-20T21:19:39.6286995Z [00:02:32.968]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T21:19:39.6298607Z [00:02:32.969]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b016/_pkg_.a -trimpath "/root/.go/src/internal/godebugs=>internal/godebugs;$WORK/b016=>" -p internal/godebugs -lang=go1.25 -std -complete -installsuffix shared -buildid TOq0cpWVeS0INrP0T0kq/TOq0cpWVeS0INrP0T0kq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b016/importcfg -pack /root/.go/src/internal/godebugs/table.go
2025-08-20T21:19:39.6335604Z [00:02:32.973]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T21:19:39.6337027Z [00:02:32.973]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/47/47ddc40f8e242113c76881415f1326c82a390fd7b9a68de4d8a2edea9785977b-d # internal
2025-08-20T21:19:39.6350435Z [00:02:32.974]➜  internal/goexperiment
2025-08-20T21:19:39.6351067Z [00:02:32.974]➜  mkdir -p $WORK/b017/
2025-08-20T21:19:39.6352622Z [00:02:32.975]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T21:19:39.6387896Z [00:02:32.977]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b017/_pkg_.a -trimpath "/root/.go/src/internal/goexperiment=>internal/goexperiment;$WORK/b017=>" -p internal/goexperiment -lang=go1.25 -std -complete -installsuffix shared -buildid o0a-7nZa2Hd2-kwilSd6/o0a-7nZa2Hd2-kwilSd6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b017/importcfg -pack /root/.go/src/internal/goexperiment/exp_aliastypeparams_on.go /root/.go/src/internal/goexperiment/exp_arenas_off.go /root/.go/src/internal/goexperiment/exp_boringcrypto_off.go /root/.go/src/internal/goexperiment/exp_cacheprog_off.go /root/.go/src/internal/goexperiment/exp_cgocheck2_off.go /root/.go/src/internal/goexperiment/exp_dwarf5_on.go /root/.go/src/internal/goexperiment/exp_fieldtrack_off.go /root/.go/src/internal/goexperiment/exp_greenteagc_off.go /root/.go/src/internal/goexperiment/exp_heapminimum512kib_off.go /root/.go/src/internal/goexperiment/exp_jsonv2_off.go /root/.go/src/internal/goexperiment/exp_loopvar_off.go /root/.go/src/internal/goexperiment/exp_newinliner_off.go /root/.go/src/internal/goexperiment/exp_preemptibleloops_off.go /root/.go/src/internal/goexperiment/exp_rangefunc_off.go /root/.go/src/internal/goexperiment/exp_regabiargs_on.go /root/.go/src/internal/goexperiment/exp_regabiwrappers_on.go /root/.go/src/internal/goexperiment/exp_staticlockranking_off.go /root/.go/src/internal/goexperiment/exp_swissmap_on.go /root/.go/src/internal/goexperiment/exp_synchashtriemap_on.go /root/.go/src/internal/goexperiment/exp_synctest_off.go /root/.go/src/internal/goexperiment/flags.go
2025-08-20T21:19:39.6430036Z [00:02:32.982]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T21:19:39.6448154Z [00:02:32.984]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/0b/0b6eead678c426c1a2b0cfa0ea06f814bf58c5d0a4fa1caf2848c9f0a5e5ab2d-d # internal
2025-08-20T21:19:39.6453293Z [00:02:32.984]➜  internal/goos
2025-08-20T21:19:39.6454658Z [00:02:32.984]➜  mkdir -p $WORK/b018/
2025-08-20T21:19:39.6456107Z [00:02:32.984]➜  echo '# import config' > $WORK/b018/importcfg # internal
2025-08-20T21:19:39.6457733Z [00:02:32.984]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:19:39.6460646Z [00:02:32.984]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b012/cpu.o ./cpu.s
2025-08-20T21:19:39.6463630Z [00:02:32.985]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:39.6470061Z [00:02:32.985]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b018/_pkg_.a -trimpath "/root/.go/src/internal/goos=>internal/goos;$WORK/b018=>" -p internal/goos -lang=go1.25 -std -complete -installsuffix shared -buildid tSPy5-8AXMOAedm8f4D3/tSPy5-8AXMOAedm8f4D3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b018/importcfg -pack /root/.go/src/internal/goos/goos.go /root/.go/src/internal/goos/unix.go /root/.go/src/internal/goos/zgoos_linux.go
2025-08-20T21:19:39.6482091Z [00:02:32.987]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:19:39.6486224Z [00:02:32.987]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b012/cpu_x86.o ./cpu_x86.s
2025-08-20T21:19:39.6507868Z [00:02:32.990]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T21:19:39.6516138Z [00:02:32.990]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/a5/a54ed2441db48bd627d10738a907192828e1335307d71a1aba733507f51d1eba-d # internal
2025-08-20T21:19:39.6517804Z [00:02:32.991]➜  internal/profilerecord
2025-08-20T21:19:39.6518762Z [00:02:32.991]➜  mkdir -p $WORK/b019/
2025-08-20T21:19:39.6519517Z [00:02:32.991]➜  echo '# import config' > $WORK/b019/importcfg # internal
2025-08-20T21:19:39.6520252Z [00:02:32.991]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:39.6525220Z [00:02:32.991]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b019/_pkg_.a -trimpath "/root/.go/src/internal/profilerecord=>internal/profilerecord;$WORK/b019=>" -p internal/profilerecord -lang=go1.25 -std -complete -installsuffix shared -buildid 8Lgo9aX7minTbrFQdfrD/8Lgo9aX7minTbrFQdfrD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b019/importcfg -pack /root/.go/src/internal/profilerecord/profilerecord.go
2025-08-20T21:19:39.6535456Z [00:02:32.993]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:19:39.6536464Z [00:02:32.993]➜  go tool pack r $WORK/b012/_pkg_.a $WORK/b012/cpu.o $WORK/b012/cpu_x86.o # internal
2025-08-20T21:19:39.6539752Z [00:02:32.993]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T21:19:39.6540552Z [00:02:32.993]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T21:19:39.6543794Z [00:02:32.993]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/ee/ee9c2c442c895a62962313c13ab6a23fcf0a7e92e6c4ca1a6948cb91c2c1cd29-d # internal
2025-08-20T21:19:39.6547311Z [00:02:32.994]➜  internal/runtime/atomic
2025-08-20T21:19:39.6551451Z [00:02:32.994]➜  mkdir -p $WORK/b020/
2025-08-20T21:19:39.6552757Z [00:02:32.994]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/12/1241189f936be1f2b6685ca9f274a1ebe69772508f13db21f5490e802eb65af7-d # internal
2025-08-20T21:19:39.6553949Z [00:02:32.994]➜  echo -n > $WORK/b020/go_asm.h # internal
2025-08-20T21:19:39.6558699Z [00:02:32.995]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T21:19:39.6565717Z [00:02:32.995]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b020=>" -I $WORK/b020/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b020/symabis ./atomic_amd64.s
2025-08-20T21:19:39.6567756Z [00:02:32.995]➜  internal/bytealg
2025-08-20T21:19:39.6568275Z [00:02:32.995]➜  mkdir -p $WORK/b011/
2025-08-20T21:19:39.6568863Z [00:02:32.995]➜  echo -n > $WORK/b011/go_asm.h # internal
2025-08-20T21:19:39.6569515Z [00:02:32.995]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:19:39.6572310Z [00:02:32.995]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b011/symabis ./compare_amd64.s ./count_amd64.s ./equal_amd64.s ./index_amd64.s ./indexbyte_amd64.s
2025-08-20T21:19:39.6587761Z [00:02:32.998]➜  cat >/tmp/go-build3619502580/b020/importcfg << 'EOF' # internal
2025-08-20T21:19:39.6588851Z [00:02:32.998]➜  # import config
2025-08-20T21:19:39.6595012Z [00:02:32.998]➜  packagefile internal/goarch=/tmp/go-build3619502580/b007/_pkg_.a
2025-08-20T21:19:39.6595753Z [00:02:32.998]➜  EOF
2025-08-20T21:19:39.6596256Z [00:02:32.998]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:39.6602257Z [00:02:32.998]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b020/_pkg_.a -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b020=>" -p internal/runtime/atomic -lang=go1.25 -std -installsuffix shared -buildid jFg10H8awrZwV8sSZ_xf/jFg10H8awrZwV8sSZ_xf -goversion go1.25.0 -symabis $WORK/b020/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b020/importcfg -pack -asmhdr $WORK/b020/go_asm.h /root/.go/src/internal/runtime/atomic/atomic_amd64.go /root/.go/src/internal/runtime/atomic/doc.go /root/.go/src/internal/runtime/atomic/stubs.go /root/.go/src/internal/runtime/atomic/types.go /root/.go/src/internal/runtime/atomic/types_64bit.go /root/.go/src/internal/runtime/atomic/unaligned.go /root/.go/src/internal/runtime/atomic/xchg8.go
2025-08-20T21:19:39.6620705Z [00:02:33.001]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T21:19:39.6627206Z [00:02:33.002]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/d9/d911527e652bf6956cdb31c1f2b09a5e47883f089e8d5fd1d1ea2028dbedc0c3-d # internal
2025-08-20T21:19:39.6632004Z [00:02:33.002]➜  internal/chacha8rand
2025-08-20T21:19:39.6633077Z [00:02:33.002]➜  mkdir -p $WORK/b014/
2025-08-20T21:19:39.6639337Z [00:02:33.002]➜  echo -n > $WORK/b014/go_asm.h # internal
2025-08-20T21:19:39.6640373Z [00:02:33.003]➜  cat >/tmp/go-build3619502580/b011/importcfg << 'EOF' # internal
2025-08-20T21:19:39.6641513Z [00:02:33.003]➜  # import config
2025-08-20T21:19:39.6642327Z [00:02:33.003]➜  packagefile internal/cpu=/tmp/go-build3619502580/b012/_pkg_.a
2025-08-20T21:19:39.6643028Z [00:02:33.003]➜  EOF
2025-08-20T21:19:39.6649326Z [00:02:33.003]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b011/_pkg_.a -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -p internal/bytealg -lang=go1.25 -std -installsuffix shared -buildid iSlNKeDAQAy2891r38yS/iSlNKeDAQAy2891r38yS -goversion go1.25.0 -symabis $WORK/b011/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b011/importcfg -pack -asmhdr $WORK/b011/go_asm.h /root/.go/src/internal/bytealg/bytealg.go /root/.go/src/internal/bytealg/compare_native.go /root/.go/src/internal/bytealg/count_native.go /root/.go/src/internal/bytealg/equal_generic.go /root/.go/src/internal/bytealg/equal_native.go /root/.go/src/internal/bytealg/index_amd64.go /root/.go/src/internal/bytealg/index_native.go /root/.go/src/internal/bytealg/indexbyte_native.go /root/.go/src/internal/bytealg/lastindexbyte_generic.go
2025-08-20T21:19:39.6657240Z [00:02:33.005]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:19:39.6663273Z [00:02:33.005]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b014=>" -I $WORK/b014/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b014/symabis ./chacha8_amd64.s
2025-08-20T21:19:39.6702402Z [00:02:33.009]➜  cat >/tmp/go-build3619502580/b014/importcfg << 'EOF' # internal
2025-08-20T21:19:39.6704611Z [00:02:33.010]➜  # import config
2025-08-20T21:19:39.6705663Z [00:02:33.010]➜  packagefile internal/byteorder=/tmp/go-build3619502580/b013/_pkg_.a
2025-08-20T21:19:39.6707927Z [00:02:33.010]➜  packagefile internal/cpu=/tmp/go-build3619502580/b012/_pkg_.a
2025-08-20T21:19:39.6710326Z [00:02:33.010]➜  packagefile internal/goarch=/tmp/go-build3619502580/b007/_pkg_.a
2025-08-20T21:19:39.6714337Z [00:02:33.010]➜  EOF
2025-08-20T21:19:39.6716015Z [00:02:33.010]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:39.6720208Z [00:02:33.010]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b014/_pkg_.a -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b014=>" -p internal/chacha8rand -lang=go1.25 -std -installsuffix shared -buildid dWw5LI8BHTOb0ZYO8MDr/dWw5LI8BHTOb0ZYO8MDr -goversion go1.25.0 -symabis $WORK/b014/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b014/importcfg -pack -asmhdr $WORK/b014/go_asm.h /root/.go/src/internal/chacha8rand/chacha8.go /root/.go/src/internal/chacha8rand/chacha8_generic.go
2025-08-20T21:19:39.6826173Z [00:02:33.022]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:19:39.6832620Z [00:02:33.022]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/compare_amd64.o ./compare_amd64.s
2025-08-20T21:19:39.6896630Z [00:02:33.029]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/count_amd64.o ./count_amd64.s
2025-08-20T21:19:39.6966985Z [00:02:33.036]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T21:19:39.6971363Z [00:02:33.036]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b020=>" -I $WORK/b020/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b020/atomic_amd64.o ./atomic_amd64.s
2025-08-20T21:19:39.6980759Z [00:02:33.037]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:19:39.6985254Z [00:02:33.037]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/equal_amd64.o ./equal_amd64.s
2025-08-20T21:19:39.7025674Z [00:02:33.042]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T21:19:39.7039183Z [00:02:33.042]➜  go tool pack r $WORK/b020/_pkg_.a $WORK/b020/atomic_amd64.o # internal
2025-08-20T21:19:39.7040013Z [00:02:33.042]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:19:39.7042343Z [00:02:33.042]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/index_amd64.o ./index_amd64.s
2025-08-20T21:19:39.7046571Z [00:02:33.043]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T21:19:39.7047840Z [00:02:33.044]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/97/9749165920c87ef703ec0d9a98e800ff906f19e7cca65f624f4da199b3798019-d # internal
2025-08-20T21:19:39.7051154Z [00:02:33.044]➜  internal/runtime/math
2025-08-20T21:19:39.7052042Z [00:02:33.044]➜  mkdir -p $WORK/b023/
2025-08-20T21:19:39.7052818Z [00:02:33.044]➜  cat >/tmp/go-build3619502580/b023/importcfg << 'EOF' # internal
2025-08-20T21:19:39.7053502Z [00:02:33.044]➜  # import config
2025-08-20T21:19:39.7054256Z [00:02:33.044]➜  packagefile internal/goarch=/tmp/go-build3619502580/b007/_pkg_.a
2025-08-20T21:19:39.7054928Z [00:02:33.044]➜  EOF
2025-08-20T21:19:39.7055407Z [00:02:33.044]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:39.7058552Z [00:02:33.044]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b023/_pkg_.a -trimpath "/root/.go/src/internal/runtime/math=>internal/runtime/math;$WORK/b023=>" -p internal/runtime/math -lang=go1.25 -std -complete -installsuffix shared -buildid JLYi1p-7RcHtihSwNG5_/JLYi1p-7RcHtihSwNG5_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b023/importcfg -pack /root/.go/src/internal/runtime/math/math.go
2025-08-20T21:19:39.7074204Z [00:02:33.047]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:19:39.7079700Z [00:02:33.047]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b014=>" -I $WORK/b014/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b014/chacha8_amd64.o ./chacha8_amd64.s
2025-08-20T21:19:39.7082208Z [00:02:33.047]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:19:39.7084380Z [00:02:33.047]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/indexbyte_amd64.o ./indexbyte_amd64.s
2025-08-20T21:19:39.7120086Z [00:02:33.051]➜  go tool pack r $WORK/b011/_pkg_.a $WORK/b011/compare_amd64.o $WORK/b011/count_amd64.o $WORK/b011/equal_amd64.o $WORK/b011/index_amd64.o $WORK/b011/indexbyte_amd64.o # internal
2025-08-20T21:19:39.7125273Z [00:02:33.052]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T21:19:39.7129599Z [00:02:33.052]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/dd/dd49f52524bbcc5eb4d0c6d27149ca286174e03882208775b90b7a2bc1febfe3-d # internal
2025-08-20T21:19:39.7136351Z [00:02:33.053]➜  internal/runtime/syscall
2025-08-20T21:19:39.7139727Z [00:02:33.053]➜  mkdir -p $WORK/b024/
2025-08-20T21:19:39.7141750Z [00:02:33.053]➜  echo -n > $WORK/b024/go_asm.h # internal
2025-08-20T21:19:39.7142549Z [00:02:33.053]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:19:39.7143819Z [00:02:33.053]➜  go tool pack r $WORK/b014/_pkg_.a $WORK/b014/chacha8_amd64.o # internal
2025-08-20T21:19:39.7144732Z [00:02:33.053]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T21:19:39.7147808Z [00:02:33.054]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T21:19:39.7152994Z [00:02:33.054]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b024=>" -I $WORK/b024/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b024/symabis ./asm_linux_amd64.s
2025-08-20T21:19:39.7159678Z [00:02:33.054]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/09/0929257a7b550b8a5edfd306ca626cbae55ccc6f8ce26e0f6f85b18418ed6cc8-d # internal
2025-08-20T21:19:39.7160849Z [00:02:33.054]➜  internal/runtime/exithook
2025-08-20T21:19:39.7161694Z [00:02:33.054]➜  mkdir -p $WORK/b025/
2025-08-20T21:19:39.7162424Z [00:02:33.055]➜  cat >/tmp/go-build3619502580/b025/importcfg << 'EOF' # internal
2025-08-20T21:19:39.7163114Z [00:02:33.055]➜  # import config
2025-08-20T21:19:39.7163900Z [00:02:33.055]➜  packagefile internal/runtime/atomic=/tmp/go-build3619502580/b020/_pkg_.a
2025-08-20T21:19:39.7164609Z [00:02:33.055]➜  EOF
2025-08-20T21:19:39.7165070Z [00:02:33.055]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:39.7168413Z [00:02:33.055]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b025/_pkg_.a -trimpath "/root/.go/src/internal/runtime/exithook=>internal/runtime/exithook;$WORK/b025=>" -p internal/runtime/exithook -lang=go1.25 -std -complete -installsuffix shared -buildid wrk8SplVQHinmzbSwvNX/wrk8SplVQHinmzbSwvNX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b025/importcfg -pack /root/.go/src/internal/runtime/exithook/hooks.go
2025-08-20T21:19:39.7188521Z [00:02:33.057]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T21:19:39.7194865Z [00:02:33.059]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/5f/5fbdea78dfde0d9e69f5bf85f2d2c97dedba08b64a69af9d2f550f4926d60ab1-d # internal
2025-08-20T21:19:39.7197841Z [00:02:33.059]➜  internal/runtime/strconv
2025-08-20T21:19:39.7198414Z [00:02:33.059]➜  mkdir -p $WORK/b022/
2025-08-20T21:19:39.7200435Z [00:02:33.059]➜  cat >/tmp/go-build3619502580/b022/importcfg << 'EOF' # internal
2025-08-20T21:19:39.7201101Z [00:02:33.059]➜  # import config
2025-08-20T21:19:39.7202081Z [00:02:33.059]➜  packagefile internal/runtime/math=/tmp/go-build3619502580/b023/_pkg_.a
2025-08-20T21:19:39.7202799Z [00:02:33.059]➜  EOF
2025-08-20T21:19:39.7205886Z [00:02:33.059]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b022/_pkg_.a -trimpath "/root/.go/src/internal/runtime/strconv=>internal/runtime/strconv;$WORK/b022=>" -p internal/runtime/strconv -lang=go1.25 -std -complete -installsuffix shared -buildid j_CLgQhSRFjOJQmZ5tqK/j_CLgQhSRFjOJQmZ5tqK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b022/importcfg -pack /root/.go/src/internal/runtime/strconv/atoi.go
2025-08-20T21:19:39.7213206Z [00:02:33.061]➜  cat >/tmp/go-build3619502580/b024/importcfg << 'EOF' # internal
2025-08-20T21:19:39.7215166Z [00:02:33.061]➜  # import config
2025-08-20T21:19:39.7215881Z [00:02:33.061]➜  packagefile internal/goarch=/tmp/go-build3619502580/b007/_pkg_.a
2025-08-20T21:19:39.7216524Z [00:02:33.061]➜  EOF
2025-08-20T21:19:39.7225655Z [00:02:33.061]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b024/_pkg_.a -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b024=>" -p internal/runtime/syscall -lang=go1.25 -std -installsuffix shared -buildid lGFy9_Ayx3kZ8w55lxqS/lGFy9_Ayx3kZ8w55lxqS -goversion go1.25.0 -symabis $WORK/b024/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b024/importcfg -pack -asmhdr $WORK/b024/go_asm.h /root/.go/src/internal/runtime/syscall/defs_linux.go /root/.go/src/internal/runtime/syscall/defs_linux_amd64.go /root/.go/src/internal/runtime/syscall/syscall_linux.go
2025-08-20T21:19:39.7426657Z [00:02:33.082]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T21:19:39.7432917Z [00:02:33.082]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/09/0946d0641df597fd14920b415d1cfec16a90cee6e19e8821c6d1c8fdffcfce9d-d # internal
2025-08-20T21:19:39.7437391Z [00:02:33.083]➜  internal/runtime/gc
2025-08-20T21:19:39.7446391Z [00:02:33.083]➜  mkdir -p $WORK/b026/
2025-08-20T21:19:39.7447179Z [00:02:33.083]➜  cat >/tmp/go-build3619502580/b026/importcfg << 'EOF' # internal
2025-08-20T21:19:39.7447912Z [00:02:33.083]➜  # import config
2025-08-20T21:19:39.7448997Z [00:02:33.083]➜  packagefile internal/goarch=/tmp/go-build3619502580/b007/_pkg_.a
2025-08-20T21:19:39.7449762Z [00:02:33.083]➜  EOF
2025-08-20T21:19:39.7460695Z [00:02:33.085]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b026/_pkg_.a -trimpath "/root/.go/src/internal/runtime/gc=>internal/runtime/gc;$WORK/b026=>" -p internal/runtime/gc -lang=go1.25 -std -complete -installsuffix shared -buildid -xZFEbMDpMRcG0k4W4bY/-xZFEbMDpMRcG0k4W4bY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b026/importcfg -pack /root/.go/src/internal/runtime/gc/malloc.go /root/.go/src/internal/runtime/gc/scan.go /root/.go/src/internal/runtime/gc/sizeclasses.go
2025-08-20T21:19:39.7470358Z [00:02:33.086]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T21:19:39.7477395Z [00:02:33.087]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T21:19:39.7486431Z [00:02:33.087]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b024=>" -I $WORK/b024/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b024/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T21:19:39.7490071Z [00:02:33.088]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/03/03394bc37ba2480b3135a36b9eff30c18149048fde121a6a2f18ffcccc9bafac-d # internal
2025-08-20T21:19:39.7491531Z [00:02:33.088]➜  internal/asan
2025-08-20T21:19:39.7492059Z [00:02:33.088]➜  mkdir -p $WORK/b028/
2025-08-20T21:19:39.7492772Z [00:02:33.088]➜  echo '# import config' > $WORK/b028/importcfg # internal
2025-08-20T21:19:39.7493509Z [00:02:33.088]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:39.7496727Z [00:02:33.088]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b028/_pkg_.a -trimpath "/root/.go/src/internal/asan=>internal/asan;$WORK/b028=>" -p internal/asan -lang=go1.25 -std -complete -installsuffix shared -buildid pvsfxC872C9dcz4IQgX5/pvsfxC872C9dcz4IQgX5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b028/importcfg -pack /root/.go/src/internal/asan/doc.go /root/.go/src/internal/asan/noasan.go
2025-08-20T21:19:39.7598725Z [00:02:33.099]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T21:19:39.7600119Z [00:02:33.099]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T21:19:39.7602161Z [00:02:33.099]➜  go tool pack r $WORK/b024/_pkg_.a $WORK/b024/asm_linux_amd64.o # internal
2025-08-20T21:19:39.7604774Z [00:02:33.099]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T21:19:39.7605516Z [00:02:33.100]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T21:19:39.7619143Z [00:02:33.101]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/f8/f88fca14b143264910fec13e94c680f6782f11f8113e9d8ab8bb3c90ad1019f8-d # internal
2025-08-20T21:19:39.7626406Z [00:02:33.101]➜  internal/msan
2025-08-20T21:19:39.7627077Z [00:02:33.101]➜  mkdir -p $WORK/b029/
2025-08-20T21:19:39.7629418Z [00:02:33.101]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/cf/cf6e35871a9bc9ffe2b6989531cfabfb07980c9b095cb415a34effa3e6cd8d16-d # internal
2025-08-20T21:19:39.7630749Z [00:02:33.101]➜  echo '# import config' > $WORK/b029/importcfg # internal
2025-08-20T21:19:39.7633008Z [00:02:33.101]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:39.7637717Z [00:02:33.101]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b029/_pkg_.a -trimpath "/root/.go/src/internal/msan=>internal/msan;$WORK/b029=>" -p internal/msan -lang=go1.25 -std -complete -installsuffix shared -buildid SFFiJID93lf3XfCym9L_/SFFiJID93lf3XfCym9L_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b029/importcfg -pack /root/.go/src/internal/msan/doc.go /root/.go/src/internal/msan/nomsan.go
2025-08-20T21:19:39.7640509Z [00:02:33.101]➜  internal/runtime/cgroup
2025-08-20T21:19:39.7641042Z [00:02:33.101]➜  mkdir -p $WORK/b021/
2025-08-20T21:19:39.7641954Z [00:02:33.101]➜  cat >/tmp/go-build3619502580/b021/importcfg << 'EOF' # internal
2025-08-20T21:19:39.7642586Z [00:02:33.101]➜  # import config
2025-08-20T21:19:39.7643283Z [00:02:33.101]➜  packagefile internal/bytealg=/tmp/go-build3619502580/b011/_pkg_.a
2025-08-20T21:19:39.7644767Z [00:02:33.101]➜  packagefile internal/runtime/strconv=/tmp/go-build3619502580/b022/_pkg_.a
2025-08-20T21:19:39.7645825Z [00:02:33.101]➜  packagefile internal/runtime/syscall=/tmp/go-build3619502580/b024/_pkg_.a
2025-08-20T21:19:39.7646536Z [00:02:33.101]➜  EOF
2025-08-20T21:19:39.7650385Z [00:02:33.101]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b021/_pkg_.a -trimpath "/root/.go/src/internal/runtime/cgroup=>internal/runtime/cgroup;$WORK/b021=>" -p internal/runtime/cgroup -lang=go1.25 -std -complete -installsuffix shared -buildid U2qjy7g_fBo1kzUlNCu-/U2qjy7g_fBo1kzUlNCu- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b021/importcfg -pack /root/.go/src/internal/runtime/cgroup/cgroup_linux.go /root/.go/src/internal/runtime/cgroup/line_reader.go /root/.go/src/internal/runtime/cgroup/runtime.go
2025-08-20T21:19:39.7657216Z [00:02:33.101]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/29/2999620ea805d599fc56093435a9f94734462b0eb89a9515ca176bdc4b769cd5-d # internal
2025-08-20T21:19:39.7658280Z [00:02:33.102]➜  internal/runtime/sys
2025-08-20T21:19:39.7658863Z [00:02:33.102]➜  mkdir -p $WORK/b031/
2025-08-20T21:19:39.7659459Z [00:02:33.103]➜  echo -n > $WORK/b031/go_asm.h # internal
2025-08-20T21:19:39.7660098Z [00:02:33.103]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:19:39.7662466Z [00:02:33.103]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -I $WORK/b031/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b031/symabis ./empty.s
2025-08-20T21:19:39.7700243Z [00:02:33.109]➜  cat >/tmp/go-build3619502580/b031/importcfg << 'EOF' # internal
2025-08-20T21:19:39.7708013Z [00:02:33.109]➜  # import config
2025-08-20T21:19:39.7708832Z [00:02:33.109]➜  packagefile internal/goarch=/tmp/go-build3619502580/b007/_pkg_.a
2025-08-20T21:19:39.7709791Z [00:02:33.109]➜  packagefile internal/goos=/tmp/go-build3619502580/b018/_pkg_.a
2025-08-20T21:19:39.7710487Z [00:02:33.109]➜  EOF
2025-08-20T21:19:39.7710961Z [00:02:33.110]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:39.7720118Z [00:02:33.110]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b031/_pkg_.a -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -p internal/runtime/sys -lang=go1.25 -std -installsuffix shared -buildid hO1bwuOxIzjHKfZvvowA/hO1bwuOxIzjHKfZvvowA -goversion go1.25.0 -symabis $WORK/b031/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b031/importcfg -pack -asmhdr $WORK/b031/go_asm.h /root/.go/src/internal/runtime/sys/consts.go /root/.go/src/internal/runtime/sys/consts_norace.go /root/.go/src/internal/runtime/sys/intrinsics.go /root/.go/src/internal/runtime/sys/nih.go /root/.go/src/internal/runtime/sys/no_dit.go /root/.go/src/internal/runtime/sys/sys.go /root/.go/src/internal/runtime/sys/zversion.go
2025-08-20T21:19:39.7728528Z [00:02:33.112]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T21:19:39.7733748Z [00:02:33.112]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/8b/8bc238d887c2b4b98122a708b40f5f23002ece892b057553d6f86f1c7d8d2209-d # internal
2025-08-20T21:19:39.7735984Z [00:02:33.113]➜  internal/stringslite
2025-08-20T21:19:39.7736561Z [00:02:33.113]➜  mkdir -p $WORK/b032/
2025-08-20T21:19:39.7741751Z [00:02:33.113]➜  cat >/tmp/go-build3619502580/b032/importcfg << 'EOF' # internal
2025-08-20T21:19:39.7742731Z [00:02:33.113]➜  # import config
2025-08-20T21:19:39.7743853Z [00:02:33.113]➜  packagefile internal/bytealg=/tmp/go-build3619502580/b011/_pkg_.a
2025-08-20T21:19:39.7745564Z [00:02:33.113]➜  EOF
2025-08-20T21:19:39.7748607Z [00:02:33.114]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b032/_pkg_.a -trimpath "/root/.go/src/internal/stringslite=>internal/stringslite;$WORK/b032=>" -p internal/stringslite -lang=go1.25 -std -complete -installsuffix shared -buildid LSgD3AIamP0Qfkq_mRTf/LSgD3AIamP0Qfkq_mRTf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b032/importcfg -pack /root/.go/src/internal/stringslite/strings.go
2025-08-20T21:19:39.7888362Z [00:02:33.128]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:19:39.7893048Z [00:02:33.128]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -I $WORK/b031/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b031/empty.o ./empty.s
2025-08-20T21:19:39.8042282Z [00:02:33.143]➜  go tool pack r $WORK/b031/_pkg_.a $WORK/b031/empty.o # internal
2025-08-20T21:19:39.8045080Z [00:02:33.143]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T21:19:39.8056255Z [00:02:33.145]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/4f/4fc5c17be3819d9190c3feba2c4141c1217f9bcdced8c306557d2a40f88da216-d # internal
2025-08-20T21:19:39.8057989Z [00:02:33.145]➜  internal/trace/tracev2
2025-08-20T21:19:39.8058717Z [00:02:33.145]➜  mkdir -p $WORK/b033/
2025-08-20T21:19:39.8059374Z [00:02:33.145]➜  echo '# import config' > $WORK/b033/importcfg # internal
2025-08-20T21:19:39.8060074Z [00:02:33.145]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:39.8064328Z [00:02:33.145]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b033/_pkg_.a -trimpath "/root/.go/src/internal/trace/tracev2=>internal/trace/tracev2;$WORK/b033=>" -p internal/trace/tracev2 -lang=go1.25 -std -complete -installsuffix shared -buildid yxe5YP26lWrxkskjIepa/yxe5YP26lWrxkskjIepa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b033/importcfg -pack /root/.go/src/internal/trace/tracev2/doc.go /root/.go/src/internal/trace/tracev2/events.go /root/.go/src/internal/trace/tracev2/spec.go
2025-08-20T21:19:39.8145387Z [00:02:33.154]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T21:19:39.8157585Z [00:02:33.155]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/47/4739c5bc3c484af52abd20d90b84daf8590f7b284cd00635cd3086b00c02ce5e-d # internal
2025-08-20T21:19:39.8163651Z [00:02:33.156]➜  sync/atomic
2025-08-20T21:19:39.8164149Z [00:02:33.156]➜  mkdir -p $WORK/b037/
2025-08-20T21:19:39.8164797Z [00:02:33.156]➜  echo -n > $WORK/b037/go_asm.h # internal
2025-08-20T21:19:39.8165388Z [00:02:33.156]➜  cd /root/.go/src/sync/atomic
2025-08-20T21:19:39.8167381Z [00:02:33.156]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b037/symabis ./asm.s
2025-08-20T21:19:39.8210523Z [00:02:33.160]➜  echo '# import config' > $WORK/b037/importcfg # internal
2025-08-20T21:19:39.8215016Z [00:02:33.160]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:39.8218943Z [00:02:33.160]➜  /root/.go/pkg/tool/linux_amd64/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 L6cYSyMCw5Stpw8wd-hA/L6cYSyMCw5Stpw8wd-hA -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:19:39.8316448Z [00:02:33.171]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T21:19:39.8329752Z [00:02:33.172]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/08/080e951d83d32fe5db27e74360a07736e0a4459fa326cb3d70587c9827e49722-d # internal
2025-08-20T21:19:39.8336267Z [00:02:33.173]➜  math/bits
2025-08-20T21:19:39.8336749Z [00:02:33.173]➜  mkdir -p $WORK/b040/
2025-08-20T21:19:39.8342787Z [00:02:33.174]➜  echo '# import config' > $WORK/b040/importcfg # internal
2025-08-20T21:19:39.8350059Z [00:02:33.174]➜  /root/.go/pkg/tool/linux_amd64/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 i7S3T0O3EFYf-_WJtE2h/i7S3T0O3EFYf-_WJtE2h -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:19:39.8394155Z [00:02:33.178]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T21:19:39.8418095Z [00:02:33.179]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/94/94175a12fceee62d30ba4c0af031ab0aa81e52820ab6621930e9c767b233d594-d # internal
2025-08-20T21:19:39.8423304Z [00:02:33.181]➜  unicode
2025-08-20T21:19:39.8425892Z [00:02:33.181]➜  mkdir -p $WORK/b041/
2025-08-20T21:19:39.8426566Z [00:02:33.181]➜  echo '# import config' > $WORK/b041/importcfg # internal
2025-08-20T21:19:39.8431183Z [00:02:33.181]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b041/_pkg_.a -trimpath "/root/.go/src/unicode=>unicode;$WORK/b041=>" -p unicode -lang=go1.25 -std -complete -installsuffix shared -buildid RLXSQIujwLuJl7BmCQws/RLXSQIujwLuJl7BmCQws -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:19:39.8442574Z [00:02:33.183]➜  cd /root/.go/src/internal/abi
2025-08-20T21:19:39.8446581Z [00:02:33.184]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b006/abi_test.o ./abi_test.s
2025-08-20T21:19:39.8514544Z [00:02:33.189]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b006/stub.o ./stub.s
2025-08-20T21:19:39.8552145Z [00:02:33.194]➜  go tool pack r $WORK/b006/_pkg_.a $WORK/b006/abi_test.o $WORK/b006/stub.o # internal
2025-08-20T21:19:39.8554635Z [00:02:33.194]➜  go tool buildid -w $WORK/b006/_pkg_.a # internal
2025-08-20T21:19:39.8601865Z [00:02:33.199]➜  cp $WORK/b006/_pkg_.a /root/.cache/go-build/69/69c095950620468ee755108b7c7169a6466275f23ec055136f1aa4085a3dd04b-d # internal
2025-08-20T21:19:39.8604582Z [00:02:33.200]➜  internal/race
2025-08-20T21:19:39.8612701Z [00:02:33.200]➜  mkdir -p $WORK/b030/
2025-08-20T21:19:39.8613788Z [00:02:33.201]➜  cat >/tmp/go-build3619502580/b030/importcfg << 'EOF' # internal
2025-08-20T21:19:39.8615270Z [00:02:33.201]➜  # import config
2025-08-20T21:19:39.8617705Z [00:02:33.201]➜  packagefile internal/abi=/tmp/go-build3619502580/b006/_pkg_.a
2025-08-20T21:19:39.8618795Z [00:02:33.201]➜  EOF
2025-08-20T21:19:39.8625233Z [00:02:33.202]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:39.8629108Z [00:02:33.202]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b030/_pkg_.a -trimpath "/root/.go/src/internal/race=>internal/race;$WORK/b030=>" -p internal/race -lang=go1.25 -std -complete -installsuffix shared -buildid 4mWR9j7FFiKR7-tuWycC/4mWR9j7FFiKR7-tuWycC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b030/importcfg -pack /root/.go/src/internal/race/doc.go /root/.go/src/internal/race/norace.go
2025-08-20T21:19:39.8668597Z [00:02:33.206]➜  cd /root/.go/src/sync/atomic
2025-08-20T21:19:39.8673122Z [00:02:33.206]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -o $WORK/b037/asm.o ./asm.s
2025-08-20T21:19:39.8712536Z [00:02:33.210]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T21:19:39.8719698Z [00:02:33.211]➜  go tool pack r $WORK/b037/_pkg_.a $WORK/b037/asm.o # internal
2025-08-20T21:19:39.8721577Z [00:02:33.211]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T21:19:39.8732973Z [00:02:33.212]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d # internal
2025-08-20T21:19:39.8734257Z [00:02:33.212]➜  internal/synctest
2025-08-20T21:19:39.8734812Z [00:02:33.212]➜  mkdir -p $WORK/b038/
2025-08-20T21:19:39.8735599Z [00:02:33.212]➜  cat >/tmp/go-build3619502580/b038/importcfg << 'EOF' # internal
2025-08-20T21:19:39.8736271Z [00:02:33.212]➜  # import config
2025-08-20T21:19:39.8736935Z [00:02:33.212]➜  packagefile internal/abi=/tmp/go-build3619502580/b006/_pkg_.a
2025-08-20T21:19:39.8737533Z [00:02:33.212]➜  EOF
2025-08-20T21:19:39.8737993Z [00:02:33.212]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:39.8741127Z [00:02:33.212]➜  /root/.go/pkg/tool/linux_amd64/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 6S6MfZdJaYiZ1kHy_upy/6S6MfZdJaYiZ1kHy_upy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b038/importcfg -pack /root/.go/src/internal/synctest/synctest.go
2025-08-20T21:19:39.8744622Z [00:02:33.213]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d # internal
2025-08-20T21:19:39.8745691Z [00:02:33.213]➜  unicode/utf8
2025-08-20T21:19:39.8746195Z [00:02:33.213]➜  mkdir -p $WORK/b042/
2025-08-20T21:19:39.8746876Z [00:02:33.213]➜  echo '# import config' > $WORK/b042/importcfg # internal
2025-08-20T21:19:39.8750161Z [00:02:33.213]➜  /root/.go/pkg/tool/linux_amd64/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 Tr4gaEv0XobnBtoL2NYj/Tr4gaEv0XobnBtoL2NYj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b042/importcfg -pack /root/.go/src/unicode/utf8/utf8.go
2025-08-20T21:19:39.8770850Z [00:02:33.216]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T21:19:39.8779144Z [00:02:33.217]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/96/9610d9edf486ff1196d8624b9d4b65502760d7f0e903ff8173010306707ba687-d # internal
2025-08-20T21:19:39.8791975Z [00:02:33.218]➜  internal/runtime/maps
2025-08-20T21:19:39.8794949Z [00:02:33.219]➜  mkdir -p $WORK/b027/
2025-08-20T21:19:39.8804804Z [00:02:33.220]➜  cat >/tmp/go-build3619502580/b027/importcfg << 'EOF' # internal
2025-08-20T21:19:39.8805905Z [00:02:33.220]➜  # import config
2025-08-20T21:19:39.8808569Z [00:02:33.220]➜  packagefile internal/abi=/tmp/go-build3619502580/b006/_pkg_.a
2025-08-20T21:19:39.8809577Z [00:02:33.220]➜  packagefile internal/asan=/tmp/go-build3619502580/b028/_pkg_.a
2025-08-20T21:19:39.8812061Z [00:02:33.220]➜  packagefile internal/goarch=/tmp/go-build3619502580/b007/_pkg_.a
2025-08-20T21:19:39.8813339Z [00:02:33.220]➜  packagefile internal/msan=/tmp/go-build3619502580/b029/_pkg_.a
2025-08-20T21:19:39.8816118Z [00:02:33.220]➜  packagefile internal/race=/tmp/go-build3619502580/b030/_pkg_.a
2025-08-20T21:19:39.8817116Z [00:02:33.220]➜  packagefile internal/runtime/math=/tmp/go-build3619502580/b023/_pkg_.a
2025-08-20T21:19:39.8818166Z [00:02:33.220]➜  packagefile internal/runtime/sys=/tmp/go-build3619502580/b031/_pkg_.a
2025-08-20T21:19:39.8818883Z [00:02:33.220]➜  EOF
2025-08-20T21:19:39.8839824Z [00:02:33.221]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b027/_pkg_.a -trimpath "/root/.go/src/internal/runtime/maps=>internal/runtime/maps;$WORK/b027=>" -p internal/runtime/maps -lang=go1.25 -std -complete -installsuffix shared -buildid KI5RgMW_8N6oOIA0pfPy/KI5RgMW_8N6oOIA0pfPy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b027/importcfg -pack /root/.go/src/internal/runtime/maps/group.go /root/.go/src/internal/runtime/maps/map.go /root/.go/src/internal/runtime/maps/runtime.go /root/.go/src/internal/runtime/maps/runtime_fast32_swiss.go /root/.go/src/internal/runtime/maps/runtime_fast64_swiss.go /root/.go/src/internal/runtime/maps/runtime_faststr_swiss.go /root/.go/src/internal/runtime/maps/runtime_swiss.go /root/.go/src/internal/runtime/maps/table.go /root/.go/src/internal/runtime/maps/table_debug.go
2025-08-20T21:19:39.8860457Z [00:02:33.225]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T21:19:39.8870397Z [00:02:33.226]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/94/947f09566bea08c73cb5619c7e9db3d400b577fb6f706e1fe6b4b06732bef26c-d # internal
2025-08-20T21:19:39.8877778Z [00:02:33.227]➜  internal/sync
2025-08-20T21:19:39.8878701Z [00:02:33.227]➜  mkdir -p $WORK/b036/
2025-08-20T21:19:39.8881497Z [00:02:33.227]➜  cat >/tmp/go-build3619502580/b036/importcfg << 'EOF' # internal
2025-08-20T21:19:39.8882238Z [00:02:33.227]➜  # import config
2025-08-20T21:19:39.8882957Z [00:02:33.227]➜  packagefile internal/abi=/tmp/go-build3619502580/b006/_pkg_.a
2025-08-20T21:19:39.8883903Z [00:02:33.227]➜  packagefile internal/goarch=/tmp/go-build3619502580/b007/_pkg_.a
2025-08-20T21:19:39.8884850Z [00:02:33.227]➜  packagefile internal/race=/tmp/go-build3619502580/b030/_pkg_.a
2025-08-20T21:19:39.8885736Z [00:02:33.227]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:39.8886425Z [00:02:33.227]➜  EOF
2025-08-20T21:19:39.8894215Z [00:02:33.228]➜  /root/.go/pkg/tool/linux_amd64/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 3ni2jpQmHHodbGD2DZc-/3ni2jpQmHHodbGD2DZc- -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:19:39.9008099Z [00:02:33.240]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T21:19:39.9016737Z [00:02:33.241]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/69/6968657d6a43eaac40350f35cc52b107486e133bf3ec59f904b562f82694a8db-d # internal
2025-08-20T21:19:39.9020404Z [00:02:33.241]➜  internal/itoa
2025-08-20T21:19:39.9022944Z [00:02:33.241]➜  mkdir -p $WORK/b048/
2025-08-20T21:19:39.9023737Z [00:02:33.241]➜  echo '# import config' > $WORK/b048/importcfg # internal
2025-08-20T21:19:39.9032165Z [00:02:33.241]➜  /root/.go/pkg/tool/linux_amd64/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 bMDY-o3rrTW2XoE_dOgh/bMDY-o3rrTW2XoE_dOgh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b048/importcfg -pack /root/.go/src/internal/itoa/itoa.go
2025-08-20T21:19:39.9135374Z [00:02:33.253]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T21:19:39.9143290Z [00:02:33.253]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/2c/2cabe858034a0af2870421687b094e04cdfd800789a6c5114441a426de2cf11a-d # internal
2025-08-20T21:19:39.9144328Z [00:02:33.253]➜  cmp
2025-08-20T21:19:39.9145739Z [00:02:33.253]➜  mkdir -p $WORK/b051/
2025-08-20T21:19:39.9146604Z [00:02:33.254]➜  echo '# import config' > $WORK/b051/importcfg # internal
2025-08-20T21:19:39.9151828Z [00:02:33.254]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b051/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b051=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid YT4kS9oOdLKb10ji1D3b/YT4kS9oOdLKb10ji1D3b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b051/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T21:19:39.9236430Z [00:02:33.263]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T21:19:39.9244133Z [00:02:33.263]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/9d/9dfba66b67ca9f8fe689cc30f6c14a50aebfd91692e10f8a1a17454ad7cbab97-d # internal
2025-08-20T21:19:39.9245235Z [00:02:33.263]➜  math
2025-08-20T21:19:39.9245711Z [00:02:33.263]➜  mkdir -p $WORK/b057/
2025-08-20T21:19:39.9246326Z [00:02:33.263]➜  echo -n > $WORK/b057/go_asm.h # internal
2025-08-20T21:19:39.9246920Z [00:02:33.263]➜  cd /root/.go/src/math
2025-08-20T21:19:39.9249012Z [00:02:33.263]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b057/symabis ./dim_amd64.s ./exp_amd64.s ./floor_amd64.s ./hypot_amd64.s ./log_amd64.s
2025-08-20T21:19:39.9284193Z [00:02:33.267]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T21:19:39.9293833Z [00:02:33.267]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/66/6672435ae16fa41ba510078521203f023195502b360b969cde5cba87c703c7e0-d # internal
2025-08-20T21:19:39.9294922Z [00:02:33.267]➜  encoding
2025-08-20T21:19:39.9295353Z [00:02:33.267]➜  mkdir -p $WORK/b059/
2025-08-20T21:19:39.9296018Z [00:02:33.267]➜  echo '# import config' > $WORK/b059/importcfg # internal
2025-08-20T21:19:39.9296711Z [00:02:33.267]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:39.9299424Z [00:02:33.267]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b059/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b059=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid BN_n72JGI2XoS7BBoMlq/BN_n72JGI2XoS7BBoMlq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b059/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T21:19:39.9302141Z [00:02:33.268]➜  cat >/tmp/go-build3619502580/b057/importcfg << 'EOF' # internal
2025-08-20T21:19:39.9302846Z [00:02:33.268]➜  # import config
2025-08-20T21:19:39.9303536Z [00:02:33.268]➜  packagefile internal/cpu=/tmp/go-build3619502580/b012/_pkg_.a
2025-08-20T21:19:39.9304402Z [00:02:33.268]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:39.9305303Z [00:02:33.268]➜  EOF
2025-08-20T21:19:39.9317775Z [00:02:33.268]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b057/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b057=>" -p math -lang=go1.25 -std -installsuffix shared -buildid TOMH2-oM80oUkxVWaf0P/TOMH2-oM80oUkxVWaf0P -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_noasm.go /root/.go/src/math/exp_amd64.go /root/.go/src/math/exp_asm.go /root/.go/src/math/expm1.go /root/.go/src/math/floor.go /root/.go/src/math/floor_asm.go /root/.go/src/math/fma.go /root/.go/src/math/frexp.go /root/.go/src/math/gamma.go /root/.go/src/math/hypot.go /root/.go/src/math/hypot_asm.go /root/.go/src/math/j0.go /root/.go/src/math/j1.go /root/.go/src/math/jn.go /root/.go/src/math/ldexp.go /root/.go/src/math/lgamma.go /root/.go/src/math/log.go /root/.go/src/math/log10.go /root/.go/src/math/log1p.go /root/.go/src/math/log_asm.go /root/.go/src/math/logb.go /root/.go/src/math/mod.go /root/.go/src/math/modf.go /root/.go/src/math/modf_noasm.go /root/.go/src/math/nextafter.go /root/.go/src/math/pow.go /root/.go/src/math/pow10.go /root/.go/src/math/remainder.go /root/.go/src/math/signbit.go /root/.go/src/math/sin.go /root/.go/src/math/sincos.go /root/.go/src/math/sinh.go /root/.go/src/math/sqrt.go /root/.go/src/math/stubs.go /root/.go/src/math/tan.go /root/.go/src/math/tanh.go /root/.go/src/math/trig_reduce.go /root/.go/src/math/unsafe.go
2025-08-20T21:19:39.9400035Z [00:02:33.279]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T21:19:39.9417951Z [00:02:33.280]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/99/9931efb179ca6a3411a5b5cc7c20f84897acb9776746585beb9dca28d322422b-d # internal
2025-08-20T21:19:39.9419160Z [00:02:33.280]➜  unicode/utf16
2025-08-20T21:19:39.9419683Z [00:02:33.280]➜  mkdir -p $WORK/b070/
2025-08-20T21:19:39.9420400Z [00:02:33.280]➜  echo '# import config' > $WORK/b070/importcfg # internal
2025-08-20T21:19:39.9423570Z [00:02:33.280]➜  /root/.go/pkg/tool/linux_amd64/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 2lvI1zy5zTVuoWdE4jc_/2lvI1zy5zTVuoWdE4jc_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b070/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T21:19:39.9543173Z [00:02:33.293]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T21:19:39.9545798Z [00:02:33.294]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/8e/8e3f84f996d23ffbddd5f8aed3dc51162780336ff9d54a8b209f133ffe0ca4ce-d # internal
2025-08-20T21:19:39.9548325Z [00:02:33.294]➜  container/list
2025-08-20T21:19:39.9548824Z [00:02:33.294]➜  mkdir -p $WORK/b080/
2025-08-20T21:19:39.9549500Z [00:02:33.294]➜  echo '# import config' > $WORK/b080/importcfg # internal
2025-08-20T21:19:39.9552586Z [00:02:33.294]➜  /root/.go/pkg/tool/linux_amd64/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 ojx0c_yyW8v2XLeXi1Bp/ojx0c_yyW8v2XLeXi1Bp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b080/importcfg -pack /root/.go/src/container/list/list.go
2025-08-20T21:19:39.9808850Z [00:02:33.320]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T21:19:39.9820557Z [00:02:33.321]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/e4/e4a1d052b895dab5aabefb19a47a43f4cc5385e1a5909144789394bf17d777e0-d # internal
2025-08-20T21:19:39.9828240Z [00:02:33.322]➜  crypto/internal/fips140/alias
2025-08-20T21:19:39.9830783Z [00:02:33.322]➜  mkdir -p $WORK/b088/
2025-08-20T21:19:39.9837907Z [00:02:33.323]➜  echo '# import config' > $WORK/b088/importcfg # internal
2025-08-20T21:19:39.9856886Z [00:02:33.325]➜  /root/.go/pkg/tool/linux_amd64/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 GK0BkGL1Nq_S0HGj-hIR/GK0BkGL1Nq_S0HGj-hIR -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:19:39.9987000Z [00:02:33.338]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T21:19:39.9991744Z [00:02:33.338]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/27/2787631884ab3f34b85912526c621adc211455ec60b230fa083c652f01f3d7d9-d # internal
2025-08-20T21:19:39.9992953Z [00:02:33.338]➜  crypto/internal/fips140deps/byteorder
2025-08-20T21:19:39.9993590Z [00:02:33.338]➜  mkdir -p $WORK/b092/
2025-08-20T21:19:39.9994329Z [00:02:33.338]➜  cat >/tmp/go-build3619502580/b092/importcfg << 'EOF' # internal
2025-08-20T21:19:39.9995013Z [00:02:33.338]➜  # import config
2025-08-20T21:19:39.9995782Z [00:02:33.338]➜  packagefile internal/byteorder=/tmp/go-build3619502580/b013/_pkg_.a
2025-08-20T21:19:39.9996524Z [00:02:33.338]➜  EOF
2025-08-20T21:19:40.0000519Z [00:02:33.338]➜  /root/.go/pkg/tool/linux_amd64/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 zU9WI3Evt4ghexTvHEfN/zU9WI3Evt4ghexTvHEfN -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:19:40.0267032Z [00:02:33.366]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T21:19:40.0272554Z [00:02:33.366]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/3b/3b2dc55b8de7ce555f03e495a2b1bcd0d32285049ff481eedf724d5f2f4b16eb-d # internal
2025-08-20T21:19:40.0278155Z [00:02:33.367]➜  crypto/internal/fips140deps/cpu
2025-08-20T21:19:40.0278740Z [00:02:33.367]➜  mkdir -p $WORK/b093/
2025-08-20T21:19:40.0279468Z [00:02:33.367]➜  cat >/tmp/go-build3619502580/b093/importcfg << 'EOF' # internal
2025-08-20T21:19:40.0280132Z [00:02:33.367]➜  # import config
2025-08-20T21:19:40.0280824Z [00:02:33.367]➜  packagefile internal/cpu=/tmp/go-build3619502580/b012/_pkg_.a
2025-08-20T21:19:40.0282031Z [00:02:33.367]➜  packagefile internal/goarch=/tmp/go-build3619502580/b007/_pkg_.a
2025-08-20T21:19:40.0282749Z [00:02:33.367]➜  EOF
2025-08-20T21:19:40.0286228Z [00:02:33.367]➜  /root/.go/pkg/tool/linux_amd64/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 A7eAWiqz7AnYKgfgsxu1/A7eAWiqz7AnYKgfgsxu1 -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:19:40.0667747Z [00:02:33.406]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T21:19:40.0705571Z [00:02:33.410]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T21:19:40.0716140Z [00:02:33.410]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/8e/8ed1e17b06b87350088b9a432f7e796015ad458599309e30ea5270023032775a-d # internal
2025-08-20T21:19:40.0717337Z [00:02:33.411]➜  crypto/internal/fips140/subtle
2025-08-20T21:19:40.0717919Z [00:02:33.411]➜  mkdir -p $WORK/b096/
2025-08-20T21:19:40.0733267Z [00:02:33.413]➜  echo -n > $WORK/b096/go_asm.h # internal
2025-08-20T21:19:40.0734980Z [00:02:33.413]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T21:19:40.0738106Z [00:02:33.413]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b096=>" -I $WORK/b096/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b096/symabis ./xor_amd64.s
2025-08-20T21:19:40.0756800Z [00:02:33.415]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/cc/cc3b6274dd002c0fe510807e580d696058ee9142f3fd3aba6ee1367bea97e58b-d # internal
2025-08-20T21:19:40.0761003Z [00:02:33.415]➜  crypto/internal/boring/sig
2025-08-20T21:19:40.0761914Z [00:02:33.415]➜  mkdir -p $WORK/b106/
2025-08-20T21:19:40.0767785Z [00:02:33.416]➜  echo -n > $WORK/b106/go_asm.h # internal
2025-08-20T21:19:40.0769713Z [00:02:33.416]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T21:19:40.0772570Z [00:02:33.416]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b106=>" -I $WORK/b106/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b106/symabis ./sig_amd64.s
2025-08-20T21:19:40.0807547Z [00:02:33.420]➜  echo '# import config' > $WORK/b106/importcfg # internal
2025-08-20T21:19:40.0812937Z [00:02:33.420]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:40.0816685Z [00:02:33.420]➜  /root/.go/pkg/tool/linux_amd64/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 fATHqRd2kDZ9YQZRn0Fs/fATHqRd2kDZ9YQZRn0Fs -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:19:40.0839108Z [00:02:33.423]➜  cat >/tmp/go-build3619502580/b096/importcfg << 'EOF' # internal
2025-08-20T21:19:40.0841186Z [00:02:33.423]➜  # import config
2025-08-20T21:19:40.0842390Z [00:02:33.423]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3619502580/b088/_pkg_.a
2025-08-20T21:19:40.0843694Z [00:02:33.423]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3619502580/b092/_pkg_.a
2025-08-20T21:19:40.0844775Z [00:02:33.423]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:40.0845408Z [00:02:33.423]➜  EOF
2025-08-20T21:19:40.0849795Z [00:02:33.423]➜  /root/.go/pkg/tool/linux_amd64/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 3W5xP-fYs3MALlbt18TM/3W5xP-fYs3MALlbt18TM -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:19:40.0912433Z [00:02:33.431]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T21:19:40.0916615Z [00:02:33.431]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b106=>" -I $WORK/b106/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b106/sig_amd64.o ./sig_amd64.s
2025-08-20T21:19:40.0940831Z [00:02:33.433]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T21:19:40.0971572Z [00:02:33.436]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/e8/e86ac74947f38f3a8a3476155db74cc3519d6693bc160fb3c499fe4b5ffdb27a-d # internal
2025-08-20T21:19:40.0998528Z [00:02:33.439]➜  go tool pack r $WORK/b106/_pkg_.a $WORK/b106/sig_amd64.o # internal
2025-08-20T21:19:40.1000800Z [00:02:33.439]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T21:19:40.1010231Z [00:02:33.440]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/05/05b5ad9f79485939adbb0ea7fc10d59aac51ff6ddca5c19734c0d9118468019b-d # internal
2025-08-20T21:19:40.1028677Z [00:02:33.442]➜  vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:19:40.1029319Z [00:02:33.442]➜  mkdir -p $WORK/b129/
2025-08-20T21:19:40.1029982Z [00:02:33.442]➜  echo '# import config' > $WORK/b129/importcfg # internal
2025-08-20T21:19:40.1030674Z [00:02:33.442]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:40.1034612Z [00:02:33.442]➜  /root/.go/pkg/tool/linux_amd64/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 I6YIavhh38gMiThimmxj/I6YIavhh38gMiThimmxj -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:19:40.1075064Z [00:02:33.447]➜  runtime
2025-08-20T21:19:40.1092660Z [00:02:33.448]➜  mkdir -p $WORK/b010/
2025-08-20T21:19:40.1097085Z [00:02:33.449]➜  echo -n > $WORK/b010/go_asm.h # internal
2025-08-20T21:19:40.1103614Z [00:02:33.450]➜  cd /root/.go/src/runtime
2025-08-20T21:19:40.1106465Z [00:02:33.450]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b010/symabis ./asm.s ./asm_amd64.s ./duff_amd64.s ./ints.s ./memclr_amd64.s ./memmove_amd64.s ./preempt_amd64.s ./rt0_linux_amd64.s ./sys_linux_amd64.s ./test_amd64.s ./time_linux_amd64.s
2025-08-20T21:19:40.1176266Z [00:02:33.457]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T21:19:40.1182285Z [00:02:33.457]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/e4/e4955d73e74bf52cfe012fffcb59ffa54e83ed0d9c00f71a66a588a7e63b76a1-d # internal
2025-08-20T21:19:40.1187328Z [00:02:33.458]➜  vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:19:40.1189271Z [00:02:33.458]➜  mkdir -p $WORK/b142/
2025-08-20T21:19:40.1189949Z [00:02:33.458]➜  echo '# import config' > $WORK/b142/importcfg # internal
2025-08-20T21:19:40.1190633Z [00:02:33.458]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:40.1194623Z [00:02:33.458]➜  /root/.go/pkg/tool/linux_amd64/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 j-EUyk_03AXV-ueNopB1/j-EUyk_03AXV-ueNopB1 -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:19:40.1202210Z [00:02:33.459]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T21:19:40.1204744Z [00:02:33.460]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b096=>" -I $WORK/b096/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b096/xor_amd64.o ./xor_amd64.s
2025-08-20T21:19:40.1265941Z [00:02:33.466]➜  cat >/tmp/go-build3619502580/b010/importcfg << 'EOF' # internal
2025-08-20T21:19:40.1270837Z [00:02:33.466]➜  # import config
2025-08-20T21:19:40.1271867Z [00:02:33.466]➜  packagefile internal/abi=/tmp/go-build3619502580/b006/_pkg_.a
2025-08-20T21:19:40.1272817Z [00:02:33.466]➜  packagefile internal/bytealg=/tmp/go-build3619502580/b011/_pkg_.a
2025-08-20T21:19:40.1273806Z [00:02:33.466]➜  packagefile internal/byteorder=/tmp/go-build3619502580/b013/_pkg_.a
2025-08-20T21:19:40.1274820Z [00:02:33.466]➜  packagefile internal/chacha8rand=/tmp/go-build3619502580/b014/_pkg_.a
2025-08-20T21:19:40.1275897Z [00:02:33.466]➜  packagefile internal/coverage/rtcov=/tmp/go-build3619502580/b015/_pkg_.a
2025-08-20T21:19:40.1276894Z [00:02:33.466]➜  packagefile internal/cpu=/tmp/go-build3619502580/b012/_pkg_.a
2025-08-20T21:19:40.1277833Z [00:02:33.466]➜  packagefile internal/goarch=/tmp/go-build3619502580/b007/_pkg_.a
2025-08-20T21:19:40.1279056Z [00:02:33.466]➜  packagefile internal/godebugs=/tmp/go-build3619502580/b016/_pkg_.a
2025-08-20T21:19:40.1280037Z [00:02:33.466]➜  packagefile internal/goexperiment=/tmp/go-build3619502580/b017/_pkg_.a
2025-08-20T21:19:40.1280998Z [00:02:33.466]➜  packagefile internal/goos=/tmp/go-build3619502580/b018/_pkg_.a
2025-08-20T21:19:40.1282192Z [00:02:33.466]➜  packagefile internal/profilerecord=/tmp/go-build3619502580/b019/_pkg_.a
2025-08-20T21:19:40.1284716Z [00:02:33.466]➜  packagefile internal/runtime/atomic=/tmp/go-build3619502580/b020/_pkg_.a
2025-08-20T21:19:40.1286241Z [00:02:33.466]➜  packagefile internal/runtime/cgroup=/tmp/go-build3619502580/b021/_pkg_.a
2025-08-20T21:19:40.1287563Z [00:02:33.466]➜  packagefile internal/runtime/exithook=/tmp/go-build3619502580/b025/_pkg_.a
2025-08-20T21:19:40.1289040Z [00:02:33.466]➜  packagefile internal/runtime/gc=/tmp/go-build3619502580/b026/_pkg_.a
2025-08-20T21:19:40.1290438Z [00:02:33.466]➜  packagefile internal/runtime/maps=/tmp/go-build3619502580/b027/_pkg_.a
2025-08-20T21:19:40.1293792Z [00:02:33.466]➜  packagefile internal/runtime/math=/tmp/go-build3619502580/b023/_pkg_.a
2025-08-20T21:19:40.1295216Z [00:02:33.466]➜  packagefile internal/runtime/strconv=/tmp/go-build3619502580/b022/_pkg_.a
2025-08-20T21:19:40.1298395Z [00:02:33.466]➜  packagefile internal/runtime/sys=/tmp/go-build3619502580/b031/_pkg_.a
2025-08-20T21:19:40.1299936Z [00:02:33.466]➜  packagefile internal/runtime/syscall=/tmp/go-build3619502580/b024/_pkg_.a
2025-08-20T21:19:40.1304164Z [00:02:33.466]➜  packagefile internal/stringslite=/tmp/go-build3619502580/b032/_pkg_.a
2025-08-20T21:19:40.1305561Z [00:02:33.466]➜  packagefile internal/trace/tracev2=/tmp/go-build3619502580/b033/_pkg_.a
2025-08-20T21:19:40.1307117Z [00:02:33.466]➜  EOF
2025-08-20T21:19:40.1307873Z [00:02:33.466]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:40.1359369Z [00:02:33.466]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b010/_pkg_.a -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -p runtime -lang=go1.25 -std -installsuffix shared -buildid LDadxDeu-0VTvJrf4FPW/LDadxDeu-0VTvJrf4FPW -goversion go1.25.0 -symabis $WORK/b010/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b010/importcfg -pack -asmhdr $WORK/b010/go_asm.h /root/.go/src/runtime/alg.go /root/.go/src/runtime/arena.go /root/.go/src/runtime/asan0.go /root/.go/src/runtime/atomic_pointer.go /root/.go/src/runtime/badlinkname.go /root/.go/src/runtime/badlinkname_linux.go /root/.go/src/runtime/cgo.go /root/.go/src/runtime/cgo_mmap.go /root/.go/src/runtime/cgo_sigaction.go /root/.go/src/runtime/cgocall.go /root/.go/src/runtime/cgocallback.go /root/.go/src/runtime/cgocheck.go /root/.go/src/runtime/cgroup_linux.go /root/.go/src/runtime/chan.go /root/.go/src/runtime/checkptr.go /root/.go/src/runtime/compiler.go /root/.go/src/runtime/complex.go /root/.go/src/runtime/coro.go /root/.go/src/runtime/covercounter.go /root/.go/src/runtime/covermeta.go /root/.go/src/runtime/cpuflags.go /root/.go/src/runtime/cpuflags_amd64.go /root/.go/src/runtime/cpuprof.go /root/.go/src/runtime/cputicks.go /root/.go/src/runtime/create_file_unix.go /root/.go/src/runtime/debug.go /root/.go/src/runtime/debugcall.go /root/.go/src/runtime/debuglog.go /root/.go/src/runtime/debuglog_off.go /root/.go/src/runtime/defs_linux_amd64.go /root/.go/src/runtime/env_posix.go /root/.go/src/runtime/error.go /root/.go/src/runtime/extern.go /root/.go/src/runtime/fastlog2.go /root/.go/src/runtime/fastlog2table.go /root/.go/src/runtime/fds_unix.go /root/.go/src/runtime/float.go /root/.go/src/runtime/hash64.go /root/.go/src/runtime/heapdump.go /root/.go/src/runtime/histogram.go /root/.go/src/runtime/iface.go /root/.go/src/runtime/lfstack.go /root/.go/src/runtime/linkname.go /root/.go/src/runtime/linkname_swiss.go /root/.go/src/runtime/linkname_unix.go /root/.go/src/runtime/lock_futex.go /root/.go/src/runtime/lock_spinbit.go /root/.go/src/runtime/lockrank.go /root/.go/src/runtime/lockrank_off.go /root/.go/src/runtime/malloc.go /root/.go/src/runtime/map_fast32_swiss.go /root/.go/src/runtime/map_fast64_swiss.go /root/.go/src/runtime/map_faststr_swiss.go /root/.go/src/runtime/map_swiss.go /root/.go/src/runtime/mbarrier.go /root/.go/src/runtime/mbitmap.go /root/.go/src/runtime/mcache.go /root/.go/src/runtime/mcentral.go /root/.go/src/runtime/mcheckmark.go /root/.go/src/runtime/mcleanup.go /root/.go/src/runtime/mem.go /root/.go/src/runtime/mem_linux.go /root/.go/src/runtime/mem_nonsbrk.go /root/.go/src/runtime/metrics.go /root/.go/src/runtime/mfinal.go /root/.go/src/runtime/mfixalloc.go /root/.go/src/runtime/mgc.go /root/.go/src/runtime/mgclimit.go /root/.go/src/runtime/mgcmark.go /root/.go/src/runtime/mgcmark_nogreenteagc.go /root/.go/src/runtime/mgcpacer.go /root/.go/src/runtime/mgcscavenge.go /root/.go/src/runtime/mgcstack.go /root/.go/src/runtime/mgcsweep.go /root/.go/src/runtime/mgcwork.go /root/.go/src/runtime/mheap.go /root/.go/src/runtime/minmax.go /root/.go/src/runtime/mpagealloc.go /root/.go/src/runtime/mpagealloc_64bit.go /root/.go/src/runtime/mpagecache.go /root/.go/src/runtime/mpallocbits.go /root/.go/src/runtime/mprof.go /root/.go/src/runtime/mranges.go /root/.go/src/runtime/msan0.go /root/.go/src/runtime/msize.go /root/.go/src/runtime/mspanset.go /root/.go/src/runtime/mstats.go /root/.go/src/runtime/mwbbuf.go /root/.go/src/runtime/nbpipe_pipe2.go /root/.go/src/runtime/netpoll.go /root/.go/src/runtime/netpoll_epoll.go /root/.go/src/runtime/nonwindows_stub.go /root/.go/src/runtime/note_other.go /root/.go/src/runtime/os_linux.go /root/.go/src/runtime/os_linux_generic.go /root/.go/src/runtime/os_linux_noauxv.go /root/.go/src/runtime/os_linux_x86.go /root/.go/src/runtime/os_nonopenbsd.go /root/.go/src/runtime/os_unix.go /root/.go/src/runtime/panic.go /root/.go/src/runtime/pinner.go /root/.go/src/runtime/plugin.go /root/.go/src/runtime/preempt.go /root/.go/src/runtime/preempt_nonwindows.go /root/.go/src/runtime/print.go /root/.go/src/runtime/proc.go /root/.go/src/runtime/profbuf.go /root/.go/src/runtime/proflabel.go /root/.go/src/runtime/race0.go /root/.go/src/runtime/rand.go /root/.go/src/runtime/rdebug.go /root/.go/src/runtime/retry.go /root/.go/src/runtime/runtime.go /root/.go/src/runtime/runtime1.go /root/.go/src/runtime/runtime2.go /root/.go/src/runtime/runtime_boring.go /root/.go/src/runtime/rwmutex.go /root/.go/src/runtime/security_linux.go /root/.go/src/runtime/security_unix.go /root/.go/src/runtime/select.go /root/.go/src/runtime/sema.go /root/.go/src/runtime/set_vma_name_linux.go /root/.go/src/runtime/signal_amd64.go /root/.go/src/runtime/signal_linux_amd64.go /root/.go/src/runtime/signal_unix.go /root/.go/src/runtime/sigqueue.go /root/.go/src/runtime/sigqueue_note.go /root/.go/src/runtime/sigtab_linux_generic.go /root/.go/src/runtime/slice.go /root/.go/src/runtime/softfloat64.go /root/.go/src/runtime/stack.go /root/.go/src/runtime/stkframe.go /root/.go/src/runtime/string.go /root/.go/src/runtime/stubs.go /root/.go/src/runtime/stubs2.go /root/.go/src/runtime/stubs3.go /root/.go/src/runtime/stubs_amd64.go /root/.go/src/runtime/stubs_linux.go /root/.go/src/runtime/stubs_nonwasm.go /root/.go/src/runtime/symtab.go /root/.go/src/runtime/symtabinl.go /root/.go/src/runtime/synctest.go /root/.go/src/runtime/sys_nonppc64x.go /root/.go/src/runtime/sys_x86.go /root/.go/src/runtime/tagptr.go /root/.go/src/runtime/tagptr_64bit.go /root/.go/src/runtime/test_amd64.go /root/.go/src/runtime/time.go /root/.go/src/runtime/time_nofake.go /root/.go/src/runtime/timeasm.go /root/.go/src/runtime/tls_stub.go /root/.go/src/runtime/trace.go /root/.go/src/runtime/traceallocfree.go /root/.go/src/runtime/traceback.go /root/.go/src/runtime/tracebuf.go /root/.go/src/runtime/tracecpu.go /root/.go/src/runtime/traceevent.go /root/.go/src/runtime/tracemap.go /root/.go/src/runtime/traceregion.go /root/.go/src/runtime/traceruntime.go /root/.go/src/runtime/tracestack.go /root/.go/src/runtime/tracestatus.go /root/.go/src/runtime/tracestring.go /root/.go/src/runtime/tracetime.go /root/.go/src/runtime/tracetype.go /root/.go/src/runtime/type.go /root/.go/src/runtime/typekind.go /root/.go/src/runtime/unsafe.go /root/.go/src/runtime/utf8.go /root/.go/src/runtime/valgrind0.go /root/.go/src/runtime/vdso_elf64.go /root/.go/src/runtime/vdso_linux.go /root/.go/src/runtime/vdso_linux_amd64.go /root/.go/src/runtime/vgetrandom_linux.go /root/.go/src/runtime/write_err.go
2025-08-20T21:19:40.1409175Z [00:02:33.469]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T21:19:40.1409955Z [00:02:33.469]➜  go tool pack r $WORK/b096/_pkg_.a $WORK/b096/xor_amd64.o # internal
2025-08-20T21:19:40.1410684Z [00:02:33.469]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T21:19:40.1412097Z [00:02:33.469]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/7a/7ae0344625486d831f14bdd915194c44ed259b901e4a7d14df5fc9916275c647-d # internal
2025-08-20T21:19:40.1413279Z [00:02:33.469]➜  internal/nettrace
2025-08-20T21:19:40.1413777Z [00:02:33.469]➜  mkdir -p $WORK/b161/
2025-08-20T21:19:40.1414406Z [00:02:33.470]➜  echo '# import config' > $WORK/b161/importcfg # internal
2025-08-20T21:19:40.1415062Z [00:02:33.470]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:40.1417815Z [00:02:33.470]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b161/_pkg_.a -trimpath "/root/.go/src/internal/nettrace=>internal/nettrace;$WORK/b161=>" -p internal/nettrace -lang=go1.25 -std -complete -installsuffix shared -buildid rgg9yB6VRZ7hNuVvTVTq/rgg9yB6VRZ7hNuVvTVTq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b161/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T21:19:40.1420440Z [00:02:33.472]➜  go tool buildid -w $WORK/b142/_pkg_.a # internal
2025-08-20T21:19:40.1421852Z [00:02:33.473]➜  cp $WORK/b142/_pkg_.a /root/.cache/go-build/1c/1ce003014d8d5aabb9f5d0cb489f79b80c55eb3cb6a6ee1c86af76217c510d16-d # internal
2025-08-20T21:19:40.1423099Z [00:02:33.473]➜  log/internal
2025-08-20T21:19:40.1423569Z [00:02:33.473]➜  mkdir -p $WORK/b174/
2025-08-20T21:19:40.1424217Z [00:02:33.473]➜  echo '# import config' > $WORK/b174/importcfg # internal
2025-08-20T21:19:40.1427206Z [00:02:33.473]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b174/_pkg_.a -trimpath "/root/.go/src/log/internal=>log/internal;$WORK/b174=>" -p log/internal -lang=go1.25 -std -complete -installsuffix shared -buildid f6UQRlSQ_wVdbe0xeumY/f6UQRlSQ_wVdbe0xeumY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b174/importcfg -pack /root/.go/src/log/internal/internal.go
2025-08-20T21:19:40.1429895Z [00:02:33.477]➜  go tool buildid -w $WORK/b161/_pkg_.a # internal
2025-08-20T21:19:40.1431164Z [00:02:33.477]➜  cp $WORK/b161/_pkg_.a /root/.cache/go-build/ec/ec8e50975f2e34950b4d8c10d1f3fb5d9560600c8943b2666d4dd24caba5d209-d # internal
2025-08-20T21:19:40.1432662Z [00:02:33.477]➜  github.com/aws/aws-sdk-go-v2/internal/sdkio
2025-08-20T21:19:40.1433313Z [00:02:33.477]➜  mkdir -p $WORK/b269/
2025-08-20T21:19:40.1433995Z [00:02:33.479]➜  echo '# import config' > $WORK/b269/importcfg # internal
2025-08-20T21:19:40.1438542Z [00:02:33.481]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b269/_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/b269=>" -p github.com/aws/aws-sdk-go-v2/internal/sdkio -lang=go1.22 -complete -installsuffix shared -buildid 35kcHK6hDKNDBptVT9T0/35kcHK6hDKNDBptVT9T0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b269/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/sdkio/byte.go
2025-08-20T21:19:40.1442446Z [00:02:33.482]➜  go tool buildid -w $WORK/b174/_pkg_.a # internal
2025-08-20T21:19:40.1443753Z [00:02:33.482]➜  cp $WORK/b174/_pkg_.a /root/.cache/go-build/b7/b74553efc28b2e106bdb06ae97d3aa29289a3e9cfa395b2e4a1286d6ceeef49f-d # internal
2025-08-20T21:19:40.1445024Z [00:02:33.483]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud
2025-08-20T21:19:40.1445666Z [00:02:33.483]➜  mkdir -p $WORK/b337/
2025-08-20T21:19:40.1446324Z [00:02:33.484]➜  echo '# import config' > $WORK/b337/importcfg # internal
2025-08-20T21:19:40.1453800Z [00:02:33.484]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b337/_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/b337=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud -lang=go1.23 -complete -installsuffix shared -buildid 8WqBpshuwKezX3WX_bmq/8WqBpshuwKezX3WX_bmq -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/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:19:40.1545519Z [00:02:33.494]➜  cd /root/.go/src/math
2025-08-20T21:19:40.1547449Z [00:02:33.494]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b057/dim_amd64.o ./dim_amd64.s
2025-08-20T21:19:40.1561838Z [00:02:33.495]➜  go tool buildid -w $WORK/b269/_pkg_.a # internal
2025-08-20T21:19:40.1573658Z [00:02:33.496]➜  cp $WORK/b269/_pkg_.a /root/.cache/go-build/ed/ede0fffd38872a81a8dcaff18c59c79269576edf37b50e5e74e575ae53129a98-d # internal
2025-08-20T21:19:40.1575310Z [00:02:33.496]➜  go tool buildid -w $WORK/b337/_pkg_.a # internal
2025-08-20T21:19:40.1576251Z [00:02:33.496]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/errorinfo
2025-08-20T21:19:40.1577203Z [00:02:33.496]➜  mkdir -p $WORK/b350/
2025-08-20T21:19:40.1592696Z [00:02:33.498]➜  cp $WORK/b337/_pkg_.a /root/.cache/go-build/ac/acfad3cb5e64ab8aba3f705ce692ec693abb5187ff5df53e81fd7e9311be50bf-d # internal
2025-08-20T21:19:40.1594414Z [00:02:33.499]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/to
2025-08-20T21:19:40.1595281Z [00:02:33.499]➜  mkdir -p $WORK/b363/
2025-08-20T21:19:40.1595955Z [00:02:33.499]➜  echo '# import config' > $WORK/b350/importcfg # internal
2025-08-20T21:19:40.1596635Z [00:02:33.499]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:40.1602121Z [00:02:33.499]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b350/_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/b350=>" -p github.com/Azure/azure-sdk-for-go/sdk/internal/errorinfo -lang=go1.23 -complete -installsuffix shared -buildid KiW2NV5QUnQUeuztLZxE/KiW2NV5QUnQUeuztLZxE -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/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:19:40.1606596Z [00:02:33.499]➜  echo '# import config' > $WORK/b363/importcfg # internal
2025-08-20T21:19:40.1611395Z [00:02:33.499]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b363/_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/b363=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/to -lang=go1.23 -complete -installsuffix shared -buildid w6qPsmKWVToprln4T4oa/w6qPsmKWVToprln4T4oa -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/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:19:40.1659903Z [00:02:33.505]➜  cd /root/.go/src/math
2025-08-20T21:19:40.1661905Z [00:02:33.505]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b057/exp_amd64.o ./exp_amd64.s
2025-08-20T21:19:40.1669575Z [00:02:33.506]➜  go tool buildid -w $WORK/b363/_pkg_.a # internal
2025-08-20T21:19:40.1678026Z [00:02:33.507]➜  cp $WORK/b363/_pkg_.a /root/.cache/go-build/72/72b0967ca3b5e3357044f9223a0cc076a4745e01e0a5d36679c232a37184c299-d # internal
2025-08-20T21:19:40.1679540Z [00:02:33.507]➜  github.com/gocql/gocql/internal/lru
2025-08-20T21:19:40.1680122Z [00:02:33.507]➜  mkdir -p $WORK/b380/
2025-08-20T21:19:40.1688417Z [00:02:33.508]➜  cat >/tmp/go-build3619502580/b380/importcfg << 'EOF' # internal
2025-08-20T21:19:40.1689200Z [00:02:33.508]➜  # import config
2025-08-20T21:19:40.1689959Z [00:02:33.508]➜  packagefile container/list=/tmp/go-build3619502580/b080/_pkg_.a
2025-08-20T21:19:40.1690637Z [00:02:33.508]➜  EOF
2025-08-20T21:19:40.1691129Z [00:02:33.508]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:40.1695715Z [00:02:33.508]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b380/_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/b380=>" -p github.com/gocql/gocql/internal/lru -lang=go1.13 -complete -installsuffix shared -buildid n4jJ_T8bbREPVZ2g0Vly/n4jJ_T8bbREPVZ2g0Vly -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/lru/lru.go
2025-08-20T21:19:40.1734558Z [00:02:33.513]➜  cd /root/.go/src/math
2025-08-20T21:19:40.1736332Z [00:02:33.513]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b057/floor_amd64.o ./floor_amd64.s
2025-08-20T21:19:40.1737987Z [00:02:33.513]➜  go tool buildid -w $WORK/b350/_pkg_.a # internal
2025-08-20T21:19:40.1742103Z [00:02:33.513]➜  cp $WORK/b350/_pkg_.a /root/.cache/go-build/b6/b6e4526497ff0e429618859d979ed440b6dfd24b028c551c319b0b57ef9c7fee-d # internal
2025-08-20T21:19:40.1748637Z [00:02:33.514]➜  github.com/gocql/gocql/internal/murmur
2025-08-20T21:19:40.1750275Z [00:02:33.514]➜  mkdir -p $WORK/b381/
2025-08-20T21:19:40.1752227Z [00:02:33.514]➜  echo '# import config' > $WORK/b381/importcfg # internal
2025-08-20T21:19:40.1754265Z [00:02:33.514]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:40.1759207Z [00:02:33.514]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b381/_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/b381=>" -p github.com/gocql/gocql/internal/murmur -lang=go1.13 -complete -installsuffix shared -buildid U-K0AKYjynicZ6POrv9o/U-K0AKYjynicZ6POrv9o -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/murmur/murmur.go /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/internal/murmur/murmur_unsafe.go
2025-08-20T21:19:40.1788970Z [00:02:33.518]➜  cd /root/.go/src/math
2025-08-20T21:19:40.1815852Z [00:02:33.518]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b057/hypot_amd64.o ./hypot_amd64.s
2025-08-20T21:19:40.1845853Z [00:02:33.524]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b057/log_amd64.o ./log_amd64.s
2025-08-20T21:19:40.1893645Z [00:02:33.528]➜  go tool pack r $WORK/b057/_pkg_.a $WORK/b057/dim_amd64.o $WORK/b057/exp_amd64.o $WORK/b057/floor_amd64.o $WORK/b057/hypot_amd64.o $WORK/b057/log_amd64.o # internal
2025-08-20T21:19:40.1896438Z [00:02:33.529]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T21:19:40.1897762Z [00:02:33.529]➜  go tool buildid -w $WORK/b380/_pkg_.a # internal
2025-08-20T21:19:40.1899945Z [00:02:33.529]➜  cp $WORK/b380/_pkg_.a /root/.cache/go-build/e6/e6b2ff4c110050c5b742f7eddf54e1cc61de0ef7f58e57591e7960426f6c8c3d-d # internal
2025-08-20T21:19:40.1901971Z [00:02:33.529]➜  go tool buildid -w $WORK/b381/_pkg_.a # internal
2025-08-20T21:19:40.1903453Z [00:02:33.530]➜  log/slog/internal
2025-08-20T21:19:40.1904298Z [00:02:33.530]➜  mkdir -p $WORK/b394/
2025-08-20T21:19:40.1905314Z [00:02:33.530]➜  echo '# import config' > $WORK/b394/importcfg # internal
2025-08-20T21:19:40.1906655Z [00:02:33.530]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:40.1910333Z [00:02:33.530]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b394/_pkg_.a -trimpath "/root/.go/src/log/slog/internal=>log/slog/internal;$WORK/b394=>" -p log/slog/internal -lang=go1.25 -std -complete -installsuffix shared -buildid RoRzNvV7n5WuEBQjO33Q/RoRzNvV7n5WuEBQjO33Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b394/importcfg -pack /root/.go/src/log/slog/internal/ignorepc.go
2025-08-20T21:19:40.1915328Z [00:02:33.531]➜  cp $WORK/b381/_pkg_.a /root/.cache/go-build/e7/e78a2933e32b94099122caf31e1c8933c84c7811ea55e4d67329f47f3d8998e0-d # internal
2025-08-20T21:19:40.1917859Z [00:02:33.531]➜  go.opentelemetry.io/otel/trace/embedded
2025-08-20T21:19:40.1918497Z [00:02:33.531]➜  mkdir -p $WORK/b407/
2025-08-20T21:19:40.1919196Z [00:02:33.531]➜  echo '# import config' > $WORK/b407/importcfg # internal
2025-08-20T21:19:40.1923356Z [00:02:33.531]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b407/_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/b407=>" -p go.opentelemetry.io/otel/trace/embedded -lang=go1.22 -complete -installsuffix shared -buildid AFA1xV62-Lv_5JFx-2dt/AFA1xV62-Lv_5JFx-2dt -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/embedded/embedded.go
2025-08-20T21:19:40.1928150Z [00:02:33.532]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d # internal
2025-08-20T21:19:40.1930668Z [00:02:33.532]➜  go.opentelemetry.io/otel/internal
2025-08-20T21:19:40.1932019Z [00:02:33.532]➜  mkdir -p $WORK/b402/
2025-08-20T21:19:40.1937064Z [00:02:33.533]➜  cat >/tmp/go-build3619502580/b402/importcfg << 'EOF' # internal
2025-08-20T21:19:40.1940335Z [00:02:33.533]➜  # import config
2025-08-20T21:19:40.1941047Z [00:02:33.533]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:40.1941863Z [00:02:33.533]➜  EOF
2025-08-20T21:19:40.1945864Z [00:02:33.533]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b402/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/internal=>go.opentelemetry.io/otel@v1.35.0/internal;$WORK/b402=>" -p go.opentelemetry.io/otel/internal -lang=go1.22 -complete -installsuffix shared -buildid FecdRo6lmwvSLJwpyuuY/FecdRo6lmwvSLJwpyuuY -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/gen.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/internal/rawhelpers.go
2025-08-20T21:19:40.2005900Z [00:02:33.540]➜  go tool buildid -w $WORK/b394/_pkg_.a # internal
2025-08-20T21:19:40.2015162Z [00:02:33.540]➜  cp $WORK/b394/_pkg_.a /root/.cache/go-build/a0/a0754a084ce4f0f625656a5dca05dec162c764d7427042a3381e138830d70035-d # internal
2025-08-20T21:19:40.2016403Z [00:02:33.540]➜  go.opentelemetry.io/otel/metric/embedded
2025-08-20T21:19:40.2017012Z [00:02:33.540]➜  mkdir -p $WORK/b411/
2025-08-20T21:19:40.2017682Z [00:02:33.540]➜  echo '# import config' > $WORK/b411/importcfg # internal
2025-08-20T21:19:40.2021777Z [00:02:33.540]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b411/_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/b411=>" -p go.opentelemetry.io/otel/metric/embedded -lang=go1.22 -complete -installsuffix shared -buildid _dhxhAzzaLfRfkQiZ2qt/_dhxhAzzaLfRfkQiZ2qt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b411/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.35.0/embedded/embedded.go
2025-08-20T21:19:40.2027684Z [00:02:33.542]➜  go tool buildid -w $WORK/b407/_pkg_.a # internal
2025-08-20T21:19:40.2031768Z [00:02:33.542]➜  cp $WORK/b407/_pkg_.a /root/.cache/go-build/11/11d772ad38988f9d675c77b999db2e1d163d408cc65d5f5138abcc5a4cbf9b35-d # internal
2025-08-20T21:19:40.2035080Z [00:02:33.542]➜  github.com/elastic/elastic-transport-go/v8/elastictransport/version
2025-08-20T21:19:40.2036714Z [00:02:33.542]➜  mkdir -p $WORK/b415/
2025-08-20T21:19:40.2038733Z [00:02:33.543]➜  echo '# import config' > $WORK/b415/importcfg # internal
2025-08-20T21:19:40.2044202Z [00:02:33.543]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b415/_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/b415=>" -p github.com/elastic/elastic-transport-go/v8/elastictransport/version -lang=go1.20 -complete -installsuffix shared -buildid Ggf2y71uu2qWz1Z8TV4l/Ggf2y71uu2qWz1Z8TV4l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b415/importcfg -pack /root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.7.0/elastictransport/version/version.go
2025-08-20T21:19:40.2064845Z [00:02:33.546]➜  go tool buildid -w $WORK/b402/_pkg_.a # internal
2025-08-20T21:19:40.2074210Z [00:02:33.546]➜  cp $WORK/b402/_pkg_.a /root/.cache/go-build/69/69775008bb0f415767c521d4bd6b33dffc36e88f4a50d1eb34b835bc9f19e30f-d # internal
2025-08-20T21:19:40.2080302Z [00:02:33.546]➜  github.com/elastic/go-elasticsearch/v8/internal/version
2025-08-20T21:19:40.2082321Z [00:02:33.547]➜  mkdir -p $WORK/b417/
2025-08-20T21:19:40.2083003Z [00:02:33.547]➜  echo '# import config' > $WORK/b417/importcfg # internal
2025-08-20T21:19:40.2087470Z [00:02:33.547]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b417/_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/b417=>" -p github.com/elastic/go-elasticsearch/v8/internal/version -lang=go1.21 -complete -installsuffix shared -buildid dRoss72ErMUEaFzdQ8NO/dRoss72ErMUEaFzdQ8NO -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/internal/version/version.go
2025-08-20T21:19:40.2105492Z [00:02:33.550]➜  go tool buildid -w $WORK/b415/_pkg_.a # internal
2025-08-20T21:19:40.2137473Z [00:02:33.553]➜  cp $WORK/b415/_pkg_.a /root/.cache/go-build/fe/fecdd472fb9777e377b314457217ff717991f6dc0fa469f861be2e22ed7efc87-d # internal
2025-08-20T21:19:40.2148139Z [00:02:33.553]➜  google.golang.org/protobuf/internal/flags
2025-08-20T21:19:40.2154157Z [00:02:33.553]➜  mkdir -p $WORK/b1230/
2025-08-20T21:19:40.2154872Z [00:02:33.553]➜  echo '# import config' > $WORK/b1230/importcfg # internal
2025-08-20T21:19:40.2160588Z [00:02:33.553]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1230/_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/b1230=>" -p google.golang.org/protobuf/internal/flags -lang=go1.22 -complete -installsuffix shared -buildid sY-J5S2Rv9tgW4d2iXWN/sY-J5S2Rv9tgW4d2iXWN -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/flags/flags.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/flags/proto_legacy_disable.go
2025-08-20T21:19:40.2164658Z [00:02:33.555]➜  go tool buildid -w $WORK/b417/_pkg_.a # internal
2025-08-20T21:19:40.2184818Z [00:02:33.556]➜  cp $WORK/b417/_pkg_.a /root/.cache/go-build/30/30b8c99e76090b281002f6baa06b17648ead9b524d3dc802514b2c86f5bababd-d # internal
2025-08-20T21:19:40.2186089Z [00:02:33.557]➜  google.golang.org/protobuf/internal/set
2025-08-20T21:19:40.2186704Z [00:02:33.557]➜  mkdir -p $WORK/b1242/
2025-08-20T21:19:40.2187433Z [00:02:33.557]➜  cat >/tmp/go-build3619502580/b1242/importcfg << 'EOF' # internal
2025-08-20T21:19:40.2188138Z [00:02:33.557]➜  # import config
2025-08-20T21:19:40.2188825Z [00:02:33.557]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:40.2189476Z [00:02:33.557]➜  EOF
2025-08-20T21:19:40.2193450Z [00:02:33.557]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1242/_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/b1242=>" -p google.golang.org/protobuf/internal/set -lang=go1.22 -complete -installsuffix shared -buildid DRzTrlrrNO8wqJpNb2jk/DRzTrlrrNO8wqJpNb2jk -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/set/ints.go
2025-08-20T21:19:40.2199209Z [00:02:33.559]➜  go tool buildid -w $WORK/b411/_pkg_.a # internal
2025-08-20T21:19:40.2202118Z [00:02:33.559]➜  cp $WORK/b411/_pkg_.a /root/.cache/go-build/f5/f594b81420d2d81045d76db5d1b0e047f1d1db0503105ef047c8700ae528d7a3-d # internal
2025-08-20T21:19:40.2203717Z [00:02:33.559]➜  google.golang.org/grpc/serviceconfig
2025-08-20T21:19:40.2205451Z [00:02:33.559]➜  mkdir -p $WORK/b1265/
2025-08-20T21:19:40.2206407Z [00:02:33.559]➜  echo '# import config' > $WORK/b1265/importcfg # internal
2025-08-20T21:19:40.2213087Z [00:02:33.559]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1265/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/serviceconfig=>google.golang.org/grpc@v1.72.0/serviceconfig;$WORK/b1265=>" -p google.golang.org/grpc/serviceconfig -lang=go1.23 -complete -installsuffix shared -buildid gQ_hnvkUwZ5rOi_mxN4f/gQ_hnvkUwZ5rOi_mxN4f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1265/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/serviceconfig/serviceconfig.go
2025-08-20T21:19:40.2223029Z [00:02:33.561]➜  go tool buildid -w $WORK/b1230/_pkg_.a # internal
2025-08-20T21:19:40.2226709Z [00:02:33.561]➜  cp $WORK/b1230/_pkg_.a /root/.cache/go-build/98/98ba6ede1256a22ce304300925eb768ed7fa0a0941ddb2fb471844bc4493652c-d # internal
2025-08-20T21:19:40.2228443Z [00:02:33.561]➜  github.com/googleapis/gax-go/v2/internal
2025-08-20T21:19:40.2229340Z [00:02:33.561]➜  mkdir -p $WORK/b1327/
2025-08-20T21:19:40.2230280Z [00:02:33.561]➜  echo '# import config' > $WORK/b1327/importcfg # internal
2025-08-20T21:19:40.2236123Z [00:02:33.562]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1327/_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/b1327=>" -p github.com/googleapis/gax-go/v2/internal -lang=go1.21 -complete -installsuffix shared -buildid _67OVvlvfDIKT6JuKf1u/_67OVvlvfDIKT6JuKf1u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1327/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/internal/version.go
2025-08-20T21:19:40.2307029Z [00:02:33.570]➜  go tool buildid -w $WORK/b1327/_pkg_.a # internal
2025-08-20T21:19:40.2318341Z [00:02:33.570]➜  cp $WORK/b1327/_pkg_.a /root/.cache/go-build/f5/f5c3d7da7cef4210f763dea86210cd18965b7fb38025a236ad3a9b4529db231d-d # internal
2025-08-20T21:19:40.2319617Z [00:02:33.571]➜  cloud.google.com/go/storage/internal
2025-08-20T21:19:40.2320241Z [00:02:33.571]➜  mkdir -p $WORK/b1333/
2025-08-20T21:19:40.2320981Z [00:02:33.571]➜  echo '# import config' > $WORK/b1333/importcfg # internal
2025-08-20T21:19:40.2325636Z [00:02:33.571]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1333/_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/b1333=>" -p cloud.google.com/go/storage/internal -lang=go1.23 -complete -installsuffix shared -buildid L3diLW7SgRfwTSg-CPJv/L3diLW7SgRfwTSg-CPJv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1333/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:19:40.2361858Z [00:02:33.575]➜  go tool buildid -w $WORK/b1265/_pkg_.a # internal
2025-08-20T21:19:40.2368394Z [00:02:33.575]➜  cp $WORK/b1265/_pkg_.a /root/.cache/go-build/79/79c13fa208b3358022af3bec16316bc8b86ab710753943c389255c9611fe14d6-d # internal
2025-08-20T21:19:40.2369616Z [00:02:33.575]➜  go.opentelemetry.io/otel/sdk/metric/internal
2025-08-20T21:19:40.2370575Z [00:02:33.575]➜  mkdir -p $WORK/b1338/
2025-08-20T21:19:40.2371541Z [00:02:33.575]➜  echo '# import config' > $WORK/b1338/importcfg # internal
2025-08-20T21:19:40.2375709Z [00:02:33.575]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1338/_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/b1338=>" -p go.opentelemetry.io/otel/sdk/metric/internal -lang=go1.22 -complete -installsuffix shared -buildid ium5vB19tAgjT7wvxcYN/ium5vB19tAgjT7wvxcYN -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/reuse_slice.go
2025-08-20T21:19:40.2379290Z [00:02:33.575]➜  go tool buildid -w $WORK/b1242/_pkg_.a # internal
2025-08-20T21:19:40.2380594Z [00:02:33.575]➜  cp $WORK/b1242/_pkg_.a /root/.cache/go-build/68/68e1d1b142d60fd000736d89950cec3763c0ae8804011eba0459e3ac776dc175-d # internal
2025-08-20T21:19:40.2385061Z [00:02:33.575]➜  go.opentelemetry.io/otel/sdk
2025-08-20T21:19:40.2385662Z [00:02:33.575]➜  mkdir -p $WORK/b1342/
2025-08-20T21:19:40.2386352Z [00:02:33.576]➜  echo '# import config' > $WORK/b1342/importcfg # internal
2025-08-20T21:19:40.2389946Z [00:02:33.576]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1342/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.35.0=>go.opentelemetry.io/otel/sdk@v1.35.0;$WORK/b1342=>" -p go.opentelemetry.io/otel/sdk -lang=go1.22 -complete -installsuffix shared -buildid zGSYDK0KvOxDVmm0-Xbh/zGSYDK0KvOxDVmm0-Xbh -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/version.go
2025-08-20T21:19:40.2396088Z [00:02:33.578]➜  go tool buildid -w $WORK/b1333/_pkg_.a # internal
2025-08-20T21:19:40.2397407Z [00:02:33.578]➜  cp $WORK/b1333/_pkg_.a /root/.cache/go-build/73/731783510290b71fb6c47248717a98dc93b80f25e65d964e30589e5c9837ac9f-d # internal
2025-08-20T21:19:40.2398486Z [00:02:33.579]➜  golang.org/x/crypto/internal/alias
2025-08-20T21:19:40.2400269Z [00:02:33.579]➜  mkdir -p $WORK/b1387/
2025-08-20T21:19:40.2402484Z [00:02:33.580]➜  echo '# import config' > $WORK/b1387/importcfg # internal
2025-08-20T21:19:40.2409628Z [00:02:33.580]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1387/_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/b1387=>" -p golang.org/x/crypto/internal/alias -lang=go1.23 -complete -installsuffix shared -buildid pGuMqXTHfsWajV_-FWRF/pGuMqXTHfsWajV_-FWRF -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/alias/alias.go
2025-08-20T21:19:40.2441919Z [00:02:33.583]➜  go tool buildid -w $WORK/b1338/_pkg_.a # internal
2025-08-20T21:19:40.2473432Z [00:02:33.584]➜  cp $WORK/b1338/_pkg_.a /root/.cache/go-build/36/365217eb8730d69b75cab1903069720af75d7f62f754be1e3e580c39fb1d7b52-d # internal
2025-08-20T21:19:40.2474627Z [00:02:33.584]➜  golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:19:40.2475227Z [00:02:33.584]➜  mkdir -p $WORK/b1391/
2025-08-20T21:19:40.2476266Z [00:02:33.584]➜  echo '# import config' > $WORK/b1391/importcfg # internal
2025-08-20T21:19:40.2481632Z [00:02:33.584]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1391/_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/b1391=>" -p golang.org/x/crypto/cryptobyte/asn1 -lang=go1.23 -complete -installsuffix shared -buildid 8IWgL0e5iejwvrTy-thw/8IWgL0e5iejwvrTy-thw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1391/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/cryptobyte/asn1/asn1.go
2025-08-20T21:19:40.2488630Z [00:02:33.588]➜  go tool buildid -w $WORK/b1342/_pkg_.a # internal
2025-08-20T21:19:40.2493966Z [00:02:33.588]➜  cp $WORK/b1342/_pkg_.a /root/.cache/go-build/42/42b57a348c4e444f6474528bf707e5af985e0b5c81fc88e856099bbc93d48479-d # internal
2025-08-20T21:19:40.2497404Z [00:02:33.589]➜  cloud.google.com/go/monitoring/internal
2025-08-20T21:19:40.2500399Z [00:02:33.589]➜  mkdir -p $WORK/b1447/
2025-08-20T21:19:40.2504665Z [00:02:33.590]➜  echo '# import config' > $WORK/b1447/importcfg # internal
2025-08-20T21:19:40.2509422Z [00:02:33.590]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1447/_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/b1447=>" -p cloud.google.com/go/monitoring/internal -lang=go1.23 -complete -installsuffix shared -buildid q2zzIz8YDwuaFAPu6HMa/q2zzIz8YDwuaFAPu6HMa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1447/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/internal/version.go
2025-08-20T21:19:40.2556683Z [00:02:33.595]➜  go tool buildid -w $WORK/b1447/_pkg_.a # internal
2025-08-20T21:19:40.2563947Z [00:02:33.596]➜  cp $WORK/b1447/_pkg_.a /root/.cache/go-build/29/292b6b60bba93f0fc129667c38eb797cf33b2388128e0c14a90f2f5072fdfe34-d # internal
2025-08-20T21:19:40.2596837Z [00:02:33.599]➜  google.golang.org/grpc/xds/internal/xdsclient/internal
2025-08-20T21:19:40.2599623Z [00:02:33.599]➜  mkdir -p $WORK/b1531/
2025-08-20T21:19:40.2603480Z [00:02:33.600]➜  echo '# import config' > $WORK/b1531/importcfg # internal
2025-08-20T21:19:40.2612077Z [00:02:33.600]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1531/_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/b1531=>" -p google.golang.org/grpc/xds/internal/xdsclient/internal -lang=go1.23 -complete -installsuffix shared -buildid UCNG0IkkYN7MB1ifnxY2/UCNG0IkkYN7MB1ifnxY2 -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/internal/internal.go
2025-08-20T21:19:40.2620456Z [00:02:33.601]➜  go tool buildid -w $WORK/b1387/_pkg_.a # internal
2025-08-20T21:19:40.2639814Z [00:02:33.603]➜  cp $WORK/b1387/_pkg_.a /root/.cache/go-build/50/50522027e01aef4b4e6426ad07471dc735400f6844cf5c4d873a8d57a0916cd4-d # internal
2025-08-20T21:19:40.2643114Z [00:02:33.603]➜  google.golang.org/grpc/xds/internal/xdsclient/xdsresource/version
2025-08-20T21:19:40.2647520Z [00:02:33.603]➜  mkdir -p $WORK/b1546/
2025-08-20T21:19:40.2648199Z [00:02:33.604]➜  echo '# import config' > $WORK/b1546/importcfg # internal
2025-08-20T21:19:40.2653412Z [00:02:33.604]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1546/_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/b1546=>" -p google.golang.org/grpc/xds/internal/xdsclient/xdsresource/version -lang=go1.23 -complete -installsuffix shared -buildid vVDND8BdoQZ2jHqlUIDw/vVDND8BdoQZ2jHqlUIDw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1546/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdsresource/version/version.go
2025-08-20T21:19:40.2662472Z [00:02:33.605]➜  go tool buildid -w $WORK/b1391/_pkg_.a # internal
2025-08-20T21:19:40.2688168Z [00:02:33.608]➜  cp $WORK/b1391/_pkg_.a /root/.cache/go-build/17/17e4e991c54a508d6993c6e7911ed4f8d66943233eceb623c45f7c9303a824a8-d # internal
2025-08-20T21:19:40.2689511Z [00:02:33.608]➜  google.golang.org/grpc/xds/internal/resolver/internal
2025-08-20T21:19:40.2690223Z [00:02:33.608]➜  mkdir -p $WORK/b1587/
2025-08-20T21:19:40.2690933Z [00:02:33.608]➜  echo '# import config' > $WORK/b1587/importcfg # internal
2025-08-20T21:19:40.2695586Z [00:02:33.608]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1587/_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/b1587=>" -p google.golang.org/grpc/xds/internal/resolver/internal -lang=go1.23 -complete -installsuffix shared -buildid eubAyAcIo52U-2GUVNiR/eubAyAcIo52U-2GUVNiR -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/resolver/internal/internal.go
2025-08-20T21:19:40.2700807Z [00:02:33.608]➜  go tool buildid -w $WORK/b1531/_pkg_.a # internal
2025-08-20T21:19:40.2703639Z [00:02:33.609]➜  cp $WORK/b1531/_pkg_.a /root/.cache/go-build/2a/2ad3385b618b888dc3630a2b7911eec674c0a6f2773198ea4bb357345d94b80a-d # internal
2025-08-20T21:19:40.2713346Z [00:02:33.611]➜  go tool buildid -w $WORK/b1546/_pkg_.a # internal
2025-08-20T21:19:40.2715356Z [00:02:33.611]➜  github.com/confluentinc/confluent-kafka-go/v2/kafka/librdkafka_vendor
2025-08-20T21:19:40.2716621Z [00:02:33.611]➜  mkdir -p $WORK/b1608/
2025-08-20T21:19:40.2717323Z [00:02:33.611]➜  echo '# import config' > $WORK/b1608/importcfg # internal
2025-08-20T21:19:40.2722973Z [00:02:33.611]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1608/_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/b1608=>" -p github.com/confluentinc/confluent-kafka-go/v2/kafka/librdkafka_vendor -lang=go1.21 -complete -installsuffix shared -buildid YRSG5gPbmyP4EZrN0SY1/YRSG5gPbmyP4EZrN0SY1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1608/importcfg -pack /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka/librdkafka_vendor/librdkafka.go
2025-08-20T21:19:40.2734803Z [00:02:33.613]➜  cp $WORK/b1546/_pkg_.a /root/.cache/go-build/8b/8bad3de9ed20bfe2b86c6048c94bd460f25feaa2721adc1f632040f17ec4b537-d # internal
2025-08-20T21:19:40.2740504Z [00:02:33.613]➜  internal/gover
2025-08-20T21:19:40.2741131Z [00:02:33.613]➜  mkdir -p $WORK/b1616/
2025-08-20T21:19:40.2748790Z [00:02:33.614]➜  cat >/tmp/go-build3619502580/b1616/importcfg << 'EOF' # internal
2025-08-20T21:19:40.2750427Z [00:02:33.614]➜  # import config
2025-08-20T21:19:40.2751556Z [00:02:33.614]➜  packagefile cmp=/tmp/go-build3619502580/b051/_pkg_.a
2025-08-20T21:19:40.2752613Z [00:02:33.614]➜  EOF
2025-08-20T21:19:40.2756698Z [00:02:33.615]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1616/_pkg_.a -trimpath "/root/.go/src/internal/gover=>internal/gover;$WORK/b1616=>" -p internal/gover -lang=go1.25 -std -complete -installsuffix shared -buildid r0G-1ymZl3pFIXdQVRYa/r0G-1ymZl3pFIXdQVRYa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1616/importcfg -pack /root/.go/src/internal/gover/gover.go
2025-08-20T21:19:40.2778507Z [00:02:33.617]➜  go tool buildid -w $WORK/b1587/_pkg_.a # internal
2025-08-20T21:19:40.2784683Z [00:02:33.617]➜  cp $WORK/b1587/_pkg_.a /root/.cache/go-build/74/74b3973eef294f21532d7a00de768cf9488d98f4c098b42791f02359cd942964-d # internal
2025-08-20T21:19:40.2788301Z [00:02:33.618]➜  internal/goversion
2025-08-20T21:19:40.2788842Z [00:02:33.618]➜  mkdir -p $WORK/b1618/
2025-08-20T21:19:40.2789558Z [00:02:33.618]➜  echo '# import config' > $WORK/b1618/importcfg # internal
2025-08-20T21:19:40.2793808Z [00:02:33.618]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1618/_pkg_.a -trimpath "/root/.go/src/internal/goversion=>internal/goversion;$WORK/b1618=>" -p internal/goversion -lang=go1.25 -std -complete -installsuffix shared -buildid dogWl6GHkkbgNTVJeiTR/dogWl6GHkkbgNTVJeiTR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1618/importcfg -pack /root/.go/src/internal/goversion/goversion.go
2025-08-20T21:19:40.2806242Z [00:02:33.620]➜  go tool buildid -w $WORK/b1608/_pkg_.a # internal
2025-08-20T21:19:40.2811080Z [00:02:33.620]➜  cp $WORK/b1608/_pkg_.a /root/.cache/go-build/46/463c999a81d44bca95463ce9c6e4bcdf2486a2e8116eaf1ad9a13f9b43f8fd62-d # internal
2025-08-20T21:19:40.2815086Z [00:02:33.620]➜  github.com/tink-crypto/tink-go/v2/insecuresecretdataaccess
2025-08-20T21:19:40.2815839Z [00:02:33.620]➜  mkdir -p $WORK/b1635/
2025-08-20T21:19:40.2816884Z [00:02:33.621]➜  echo '# import config' > $WORK/b1635/importcfg # internal
2025-08-20T21:19:40.2821732Z [00:02:33.621]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1635/_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/b1635=>" -p github.com/tink-crypto/tink-go/v2/insecuresecretdataaccess -lang=go1.23 -complete -installsuffix shared -buildid 3ujIoB2okvSgXEvO7fuw/3ujIoB2okvSgXEvO7fuw -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/insecuresecretdataaccess/insecuresecretdataaccess.go
2025-08-20T21:19:40.2863806Z [00:02:33.626]➜  go tool buildid -w $WORK/b1618/_pkg_.a # internal
2025-08-20T21:19:40.2866593Z [00:02:33.626]➜  cp $WORK/b1618/_pkg_.a /root/.cache/go-build/d3/d3bb43876c9a316890dec21381239d181c1fcef964d47ac080fa4bbff8f6392a-d # internal
2025-08-20T21:19:40.2874268Z [00:02:33.627]➜  github.com/tink-crypto/tink-go/v2/internal/internalapi
2025-08-20T21:19:40.2875577Z [00:02:33.627]➜  mkdir -p $WORK/b1638/
2025-08-20T21:19:40.2876996Z [00:02:33.627]➜  echo '# import config' > $WORK/b1638/importcfg # internal
2025-08-20T21:19:40.2882050Z [00:02:33.627]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1638/_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/b1638=>" -p github.com/tink-crypto/tink-go/v2/internal/internalapi -lang=go1.23 -complete -installsuffix shared -buildid 53sgqrsdVsHP6jOhfXJ6/53sgqrsdVsHP6jOhfXJ6 -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/internal/internalapi/token.go
2025-08-20T21:19:40.2888007Z [00:02:33.628]➜  go tool buildid -w $WORK/b1635/_pkg_.a # internal
2025-08-20T21:19:40.2889620Z [00:02:33.628]➜  cp $WORK/b1635/_pkg_.a /root/.cache/go-build/c2/c2cbbd19fe487276082cca35bf0fbb07907ada0269f5f26d88fe5fb9ed2101f4-d # internal
2025-08-20T21:19:40.2891899Z [00:02:33.628]➜  github.com/tink-crypto/tink-go/v2/monitoring
2025-08-20T21:19:40.2893801Z [00:02:33.628]➜  mkdir -p $WORK/b1640/
2025-08-20T21:19:40.2894564Z [00:02:33.628]➜  echo '# import config' > $WORK/b1640/importcfg # internal
2025-08-20T21:19:40.2915182Z [00:02:33.629]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1640/_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/b1640=>" -p github.com/tink-crypto/tink-go/v2/monitoring -lang=go1.23 -complete -installsuffix shared -buildid 2bdGx4yqnBZBEeSPSAIb/2bdGx4yqnBZBEeSPSAIb -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/monitoring/monitoring.go
2025-08-20T21:19:40.2978225Z [00:02:33.637]➜  go tool buildid -w $WORK/b1638/_pkg_.a # internal
2025-08-20T21:19:40.2987558Z [00:02:33.638]➜  cp $WORK/b1638/_pkg_.a /root/.cache/go-build/d5/d57561b90ed3515f80ed23747140014c1bb90ba32291df78d84e5fd591b353ed-d # internal
2025-08-20T21:19:40.2991920Z [00:02:33.638]➜  github.com/tink-crypto/tink-go/v2/key
2025-08-20T21:19:40.2992554Z [00:02:33.638]➜  mkdir -p $WORK/b1643/
2025-08-20T21:19:40.3000608Z [00:02:33.639]➜  echo '# import config' > $WORK/b1643/importcfg # internal
2025-08-20T21:19:40.3007541Z [00:02:33.640]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1643/_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/b1643=>" -p github.com/tink-crypto/tink-go/v2/key -lang=go1.23 -complete -installsuffix shared -buildid w68RTzoJnyr2DLc5dVOu/w68RTzoJnyr2DLc5dVOu -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/key/key.go
2025-08-20T21:19:40.3021852Z [00:02:33.641]➜  go tool buildid -w $WORK/b1616/_pkg_.a # internal
2025-08-20T21:19:40.3034778Z [00:02:33.643]➜  cp $WORK/b1616/_pkg_.a /root/.cache/go-build/32/32efd9315b1f8dda5c60a93892e80079939f7dc5a42fa9b1399c02174667936b-d # internal
2025-08-20T21:19:40.3042335Z [00:02:33.643]➜  github.com/tink-crypto/tink-go/v2/internal
2025-08-20T21:19:40.3045499Z [00:02:33.643]➜  mkdir -p $WORK/b1646/
2025-08-20T21:19:40.3046195Z [00:02:33.643]➜  echo '# import config' > $WORK/b1646/importcfg # internal
2025-08-20T21:19:40.3050292Z [00:02:33.643]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1646/_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/b1646=>" -p github.com/tink-crypto/tink-go/v2/internal -lang=go1.23 -complete -installsuffix shared -buildid CSuR0uHWOaezzpVDbN3l/CSuR0uHWOaezzpVDbN3l -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/internal/internal.go
2025-08-20T21:19:40.3098560Z [00:02:33.649]➜  go tool buildid -w $WORK/b1640/_pkg_.a # internal
2025-08-20T21:19:40.3116930Z [00:02:33.650]➜  cp $WORK/b1640/_pkg_.a /root/.cache/go-build/fe/fefaf15b2c832f97f526d2b55363e38df2b387b1bc42eeb67cfed8a17c8c2dae-d # internal
2025-08-20T21:19:40.3124418Z [00:02:33.650]➜  github.com/tink-crypto/tink-go/v2/internal/tinkerror
2025-08-20T21:19:40.3125220Z [00:02:33.650]➜  go tool buildid -w $WORK/b1646/_pkg_.a # internal
2025-08-20T21:19:40.3125857Z [00:02:33.650]➜  mkdir -p $WORK/b1669/
2025-08-20T21:19:40.3126561Z [00:02:33.651]➜  echo '# import config' > $WORK/b1669/importcfg # internal
2025-08-20T21:19:40.3131910Z [00:02:33.651]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1669/_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/b1669=>" -p github.com/tink-crypto/tink-go/v2/internal/tinkerror -lang=go1.23 -complete -installsuffix shared -buildid fn22oDVg8SxF6SK85EI1/fn22oDVg8SxF6SK85EI1 -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/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:19:40.3136779Z [00:02:33.651]➜  cp $WORK/b1646/_pkg_.a /root/.cache/go-build/f4/f46fd88a2d87e3d17667f5b72390fa637c09e57e191c62d88120a6d56000b482-d # internal
2025-08-20T21:19:40.3138275Z [00:02:33.651]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported
2025-08-20T21:19:40.3139205Z [00:02:33.651]➜  mkdir -p $WORK/b1695/
2025-08-20T21:19:40.3139883Z [00:02:33.651]➜  echo '# import config' > $WORK/b1695/importcfg # internal
2025-08-20T21:19:40.3145732Z [00:02:33.651]➜  /root/.go/pkg/tool/linux_amd64/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/exported=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/exported;$WORK/b1695=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported -lang=go1.18 -complete -installsuffix shared -buildid dib0ep9jPv9mLxK30DsL/dib0ep9jPv9mLxK30DsL -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/exported/exported.go
2025-08-20T21:19:40.3150515Z [00:02:33.651]➜  go tool buildid -w $WORK/b1643/_pkg_.a # internal
2025-08-20T21:19:40.3154422Z [00:02:33.654]➜  cp $WORK/b1643/_pkg_.a /root/.cache/go-build/12/12f9669ea73988cdb2f717a833c477b757e44d9809de4a16679841177b8353aa-d # internal
2025-08-20T21:19:40.3156029Z [00:02:33.655]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/grant
2025-08-20T21:19:40.3156981Z [00:02:33.655]➜  mkdir -p $WORK/b1699/
2025-08-20T21:19:40.3157660Z [00:02:33.655]➜  echo '# import config' > $WORK/b1699/importcfg # internal
2025-08-20T21:19:40.3163979Z [00:02:33.655]➜  /root/.go/pkg/tool/linux_amd64/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/internal/grant=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/internal/grant;$WORK/b1699=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/grant -lang=go1.18 -complete -installsuffix shared -buildid -KNSqcCuopB7GaGarvC4/-KNSqcCuopB7GaGarvC4 -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/internal/grant/grant.go
2025-08-20T21:19:40.3206805Z [00:02:33.660]➜  go tool buildid -w $WORK/b1669/_pkg_.a # internal
2025-08-20T21:19:40.3211525Z [00:02:33.660]➜  go tool buildid -w $WORK/b1695/_pkg_.a # internal
2025-08-20T21:19:40.3216475Z [00:02:33.661]➜  cp $WORK/b1669/_pkg_.a /root/.cache/go-build/d2/d2e4bad8eb82ff4316d0f219256a558937621483c3b41eda18a32942e9560713-d # internal
2025-08-20T21:19:40.3221720Z [00:02:33.661]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/version
2025-08-20T21:19:40.3226173Z [00:02:33.662]➜  mkdir -p $WORK/b1705/
2025-08-20T21:19:40.3230732Z [00:02:33.662]➜  cp $WORK/b1695/_pkg_.a /root/.cache/go-build/f3/f3a492e60c50e8e82137c22e318cde0545219808f83622b3bddd129d1ce4141d-d # internal
2025-08-20T21:19:40.3239524Z [00:02:33.662]➜  github.com/bahlo/generic-list-go
2025-08-20T21:19:40.3240108Z [00:02:33.662]➜  mkdir -p $WORK/b1752/
2025-08-20T21:19:40.3240773Z [00:02:33.662]➜  echo '# import config' > $WORK/b1705/importcfg # internal
2025-08-20T21:19:40.3246526Z [00:02:33.662]➜  /root/.go/pkg/tool/linux_amd64/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/internal/version=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/version;$WORK/b1705=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/version -lang=go1.18 -complete -installsuffix shared -buildid x8xGXUhnZqz3hY0M3kHu/x8xGXUhnZqz3hY0M3kHu -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/internal/version/version.go
2025-08-20T21:19:40.3253452Z [00:02:33.662]➜  echo '# import config' > $WORK/b1752/importcfg # internal
2025-08-20T21:19:40.3257174Z [00:02:33.662]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1752/_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/b1752=>" -p github.com/bahlo/generic-list-go -lang=go1.18 -complete -installsuffix shared -buildid oEkpW160wSdIIB5qu00b/oEkpW160wSdIIB5qu00b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1752/importcfg -pack /root/go/pkg/mod/github.com/bahlo/generic-list-go@v0.2.0/list.go
2025-08-20T21:19:40.3260433Z [00:02:33.662]➜  go tool buildid -w $WORK/b1699/_pkg_.a # internal
2025-08-20T21:19:40.3262117Z [00:02:33.662]➜  cp $WORK/b1699/_pkg_.a /root/.cache/go-build/ba/bac8c249dd1cffdd8342babad48e0a8398a373ccdddc7ccc0f03d50fda4d6629-d # internal
2025-08-20T21:19:40.3263397Z [00:02:33.665]➜  github.com/actgardner/gogen-avro/v10/vm/types
2025-08-20T21:19:40.3264028Z [00:02:33.665]➜  mkdir -p $WORK/b1772/
2025-08-20T21:19:40.3264726Z [00:02:33.665]➜  echo '# import config' > $WORK/b1772/importcfg # internal
2025-08-20T21:19:40.3273783Z [00:02:33.665]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1772/_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/b1772=>" -p github.com/actgardner/gogen-avro/v10/vm/types -lang=go1.17 -complete -installsuffix shared -buildid L8M779fyyOfcrSIpIMO9/L8M779fyyOfcrSIpIMO9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1772/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:19:40.3316907Z [00:02:33.669]➜  go tool buildid -w $WORK/b1705/_pkg_.a # internal
2025-08-20T21:19:40.3318452Z [00:02:33.669]➜  cp $WORK/b1705/_pkg_.a /root/.cache/go-build/70/70ac1dc007acc2e452e927e9ec2384515f9850b411f4ed9b54d57e29e193b740-d # internal
2025-08-20T21:19:40.3320188Z [00:02:33.669]➜  github.com/aws/aws-sdk-go/aws/client/metadata
2025-08-20T21:19:40.3321429Z [00:02:33.669]➜  mkdir -p $WORK/b1784/
2025-08-20T21:19:40.3322382Z [00:02:33.669]➜  echo '# import config' > $WORK/b1784/importcfg # internal
2025-08-20T21:19:40.3327846Z [00:02:33.669]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1784/_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/b1784=>" -p github.com/aws/aws-sdk-go/aws/client/metadata -lang=go1.19 -complete -installsuffix shared -buildid 9l0rtLd03iCCG6D53ZLF/9l0rtLd03iCCG6D53ZLF -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/client/metadata/client_info.go
2025-08-20T21:19:40.3339980Z [00:02:33.673]➜  go tool buildid -w $WORK/b1752/_pkg_.a # internal
2025-08-20T21:19:40.3346647Z [00:02:33.674]➜  cp $WORK/b1752/_pkg_.a /root/.cache/go-build/d2/d28d1b0a7f7aa7b8a6a3afbf73476173a0f73d419b8092c8085cc1e8db1fc61f-d # internal
2025-08-20T21:19:40.3349633Z [00:02:33.674]➜  github.com/aws/aws-sdk-go/internal/sdkmath
2025-08-20T21:19:40.3350235Z [00:02:33.674]➜  mkdir -p $WORK/b1798/
2025-08-20T21:19:40.3353351Z [00:02:33.674]➜  cat >/tmp/go-build3619502580/b1798/importcfg << 'EOF' # internal
2025-08-20T21:19:40.3354052Z [00:02:33.675]➜  # import config
2025-08-20T21:19:40.3354691Z [00:02:33.675]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:40.3355263Z [00:02:33.675]➜  EOF
2025-08-20T21:19:40.3358961Z [00:02:33.675]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1798/_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/b1798=>" -p github.com/aws/aws-sdk-go/internal/sdkmath -lang=go1.19 -complete -installsuffix shared -buildid bPeqTEFmik-GqOC7fZNT/bPeqTEFmik-GqOC7fZNT -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/internal/sdkmath/floor.go
2025-08-20T21:19:40.3454966Z [00:02:33.683]➜  go tool buildid -w $WORK/b1798/_pkg_.a # internal
2025-08-20T21:19:40.3456033Z [00:02:33.685]➜  go tool buildid -w $WORK/b1784/_pkg_.a # internal
2025-08-20T21:19:40.3458470Z [00:02:33.685]➜  cp $WORK/b1798/_pkg_.a /root/.cache/go-build/ed/eddf333a38d738d72752a5b55a0206c5b18e4de1bf062a0dd1d02bf638597e4e-d # internal
2025-08-20T21:19:40.3460276Z [00:02:33.685]➜  cp $WORK/b1784/_pkg_.a /root/.cache/go-build/68/685eb4af891c554bbf1c58afc905b0fbb8668b18753509269f3beb82c1292c73-d # internal
2025-08-20T21:19:40.3461591Z [00:02:33.685]➜  golang.org/x/net/html/atom
2025-08-20T21:19:40.3462203Z [00:02:33.685]➜  mkdir -p $WORK/b1885/
2025-08-20T21:19:40.3462761Z [00:02:33.685]➜  github.com/lib/pq/oid
2025-08-20T21:19:40.3463287Z [00:02:33.685]➜  mkdir -p $WORK/b1837/
2025-08-20T21:19:40.3485623Z [00:02:33.688]➜  echo '# import config' > $WORK/b1885/importcfg # internal
2025-08-20T21:19:40.3494182Z [00:02:33.688]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1885/_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/b1885=>" -p golang.org/x/net/html/atom -lang=go1.23 -complete -installsuffix shared -buildid FvEFZk1_4OuHsBOyVmQl/FvEFZk1_4OuHsBOyVmQl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1885/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:19:40.3497575Z [00:02:33.688]➜  echo '# import config' > $WORK/b1837/importcfg # internal
2025-08-20T21:19:40.3501521Z [00:02:33.688]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1837/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lib/pq@v1.10.9/oid=>github.com/lib/pq@v1.10.9/oid;$WORK/b1837=>" -p github.com/lib/pq/oid -lang=go1.13 -complete -installsuffix shared -buildid cU4CpNm1DCJQsCKoXqdi/cU4CpNm1DCJQsCKoXqdi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1837/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:19:40.3689984Z [00:02:33.708]➜  go tool buildid -w $WORK/b1837/_pkg_.a # internal
2025-08-20T21:19:40.3695696Z [00:02:33.709]➜  cp $WORK/b1837/_pkg_.a /root/.cache/go-build/c8/c8c0cb11933508ed7f18a247322594fd4f847c3b943ad88bd012725ab326c6b6-d # internal
2025-08-20T21:19:40.3697600Z [00:02:33.709]➜  github.com/VividCortex/ewma
2025-08-20T21:19:40.3698853Z [00:02:33.709]➜  mkdir -p $WORK/b1891/
2025-08-20T21:19:40.3706452Z [00:02:33.710]➜  echo '# import config' > $WORK/b1891/importcfg # internal
2025-08-20T21:19:40.3710787Z [00:02:33.710]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1891/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!vivid!cortex/ewma@v1.2.0=>github.com/VividCortex/ewma@v1.2.0;$WORK/b1891=>" -p github.com/VividCortex/ewma -lang=go1.12 -complete -installsuffix shared -buildid CYWRuNrz9stNnsFhORCf/CYWRuNrz9stNnsFhORCf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1891/importcfg -pack /root/go/pkg/mod/github.com/!vivid!cortex/ewma@v1.2.0/ewma.go
2025-08-20T21:19:40.3844180Z [00:02:33.724]➜  go tool buildid -w $WORK/b1885/_pkg_.a # internal
2025-08-20T21:19:40.3854068Z [00:02:33.725]➜  cp $WORK/b1885/_pkg_.a /root/.cache/go-build/2a/2a758ffe24fb8dea7607c407867934a8d27ea5128d305131ec97d2e31be8a4ed-d # internal
2025-08-20T21:19:40.3919104Z [00:02:33.731]➜  github.com/rivo/uniseg
2025-08-20T21:19:40.3919824Z [00:02:33.731]➜  mkdir -p $WORK/b1896/
2025-08-20T21:19:40.3928108Z [00:02:33.732]➜  cat >/tmp/go-build3619502580/b1896/importcfg << 'EOF' # internal
2025-08-20T21:19:40.3928813Z [00:02:33.732]➜  # import config
2025-08-20T21:19:40.3930167Z [00:02:33.732]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:40.3930830Z [00:02:33.732]➜  EOF
2025-08-20T21:19:40.3931623Z [00:02:33.732]➜  go tool buildid -w $WORK/b1891/_pkg_.a # internal
2025-08-20T21:19:40.3944596Z [00:02:33.733]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1896/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7=>github.com/rivo/uniseg@v0.4.7;$WORK/b1896=>" -p github.com/rivo/uniseg -lang=go1.18 -complete -installsuffix shared -buildid 65Iul7bzESoDYBemzdyO/65Iul7bzESoDYBemzdyO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1896/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:19:40.3956588Z [00:02:33.735]➜  cp $WORK/b1891/_pkg_.a /root/.cache/go-build/45/450857ace9db3e811a9896e9035701fdd73ace30d19cbbbbcc851193fd368dde-d # internal
2025-08-20T21:19:40.3975432Z [00:02:33.736]➜  go.mongodb.org/mongo-driver/bson/bsonoptions
2025-08-20T21:19:40.3976272Z [00:02:33.737]➜  mkdir -p $WORK/b1906/
2025-08-20T21:19:40.3976966Z [00:02:33.737]➜  echo '# import config' > $WORK/b1906/importcfg # internal
2025-08-20T21:19:40.3986503Z [00:02:33.737]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1906/_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/b1906=>" -p go.mongodb.org/mongo-driver/bson/bsonoptions -lang=go1.18 -complete -installsuffix shared -buildid PAVtx-oVyUxWUXp3N5T0/PAVtx-oVyUxWUXp3N5T0 -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/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:19:40.4122675Z [00:02:33.750]➜  go tool buildid -w $WORK/b1772/_pkg_.a # internal
2025-08-20T21:19:40.4137565Z [00:02:33.753]➜  cp $WORK/b1772/_pkg_.a /root/.cache/go-build/1c/1cfd34ac88032a810aada0c86e3448a3f9c0306c150fc6e0ce26077e1aeb41fb-d # internal
2025-08-20T21:19:40.4143709Z [00:02:33.753]➜  go.mongodb.org/mongo-driver/bson/bsontype
2025-08-20T21:19:40.4145278Z [00:02:33.754]➜  mkdir -p $WORK/b1908/
2025-08-20T21:19:40.4145943Z [00:02:33.754]➜  echo '# import config' > $WORK/b1908/importcfg # internal
2025-08-20T21:19:40.4150005Z [00:02:33.754]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1908/_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/b1908=>" -p go.mongodb.org/mongo-driver/bson/bsontype -lang=go1.18 -complete -installsuffix shared -buildid oWFzkRMF3nO-dGE2dsZO/oWFzkRMF3nO-dGE2dsZO -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/bson/bsontype/bsontype.go
2025-08-20T21:19:40.4258541Z [00:02:33.765]➜  go tool buildid -w $WORK/b1908/_pkg_.a # internal
2025-08-20T21:19:40.4264378Z [00:02:33.766]➜  cp $WORK/b1908/_pkg_.a /root/.cache/go-build/85/8501a3c3f966087d6c1c8f8ff2286e182f39baca5e9a1b86940dad08a306db50-d # internal
2025-08-20T21:19:40.4267970Z [00:02:33.766]➜  go tool buildid -w $WORK/b1906/_pkg_.a # internal
2025-08-20T21:19:40.4268703Z [00:02:33.766]➜  go.mongodb.org/mongo-driver/internal/handshake
2025-08-20T21:19:40.4303208Z [00:02:33.770]➜  mkdir -p $WORK/b1915/
2025-08-20T21:19:40.4306921Z [00:02:33.770]➜  echo '# import config' > $WORK/b1915/importcfg # internal
2025-08-20T21:19:40.4315141Z [00:02:33.770]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1915/_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/b1915=>" -p go.mongodb.org/mongo-driver/internal/handshake -lang=go1.18 -complete -installsuffix shared -buildid VbPOMhwUWlfIxxN-KPt0/VbPOMhwUWlfIxxN-KPt0 -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/internal/handshake/handshake.go
2025-08-20T21:19:40.4319470Z [00:02:33.770]➜  cp $WORK/b1906/_pkg_.a /root/.cache/go-build/4f/4f40b64fdbab2a71aadacbad6a2303dd44f5d03f07cf2c89b883b0e45599982b-d # internal
2025-08-20T21:19:40.4320691Z [00:02:33.770]➜  go.mongodb.org/mongo-driver/internal/ptrutil
2025-08-20T21:19:40.4321509Z [00:02:33.771]➜  mkdir -p $WORK/b1916/
2025-08-20T21:19:40.4322501Z [00:02:33.771]➜  echo '# import config' > $WORK/b1916/importcfg # internal
2025-08-20T21:19:40.4326609Z [00:02:33.771]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1916/_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/b1916=>" -p go.mongodb.org/mongo-driver/internal/ptrutil -lang=go1.18 -complete -installsuffix shared -buildid R6YvPf9T9Bz-C5YZtQiD/R6YvPf9T9Bz-C5YZtQiD -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/internal/ptrutil/int64.go
2025-08-20T21:19:40.4388594Z [00:02:33.778]➜  go tool buildid -w $WORK/b1915/_pkg_.a # internal
2025-08-20T21:19:40.4394438Z [00:02:33.779]➜  cp $WORK/b1915/_pkg_.a /root/.cache/go-build/c9/c9d1fc77e79510244525af8e239d403dc4ae69ef99f40811f65c0c71e8bf7e9b-d # internal
2025-08-20T21:19:40.4397229Z [00:02:33.779]➜  github.com/klauspost/compress
2025-08-20T21:19:40.4397797Z [00:02:33.779]➜  mkdir -p $WORK/b1935/
2025-08-20T21:19:40.4400064Z [00:02:33.779]➜  cat >/tmp/go-build3619502580/b1935/importcfg << 'EOF' # internal
2025-08-20T21:19:40.4402681Z [00:02:33.779]➜  # import config
2025-08-20T21:19:40.4403328Z [00:02:33.779]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:40.4403948Z [00:02:33.779]➜  EOF
2025-08-20T21:19:40.4407524Z [00:02:33.779]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1935/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0=>github.com/klauspost/compress@v1.18.0;$WORK/b1935=>" -p github.com/klauspost/compress -lang=go1.22 -complete -installsuffix shared -buildid cCoZa7vvTMk6aPcXdfHz/cCoZa7vvTMk6aPcXdfHz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1935/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/compressible.go
2025-08-20T21:19:40.4452869Z [00:02:33.785]➜  go tool buildid -w $WORK/b1916/_pkg_.a # internal
2025-08-20T21:19:40.4465337Z [00:02:33.786]➜  cp $WORK/b1916/_pkg_.a /root/.cache/go-build/e4/e4b143b4694df10618604a7558295dac25443f5e0dc8dca56e48834cfa2fc890-d # internal
2025-08-20T21:19:40.4466559Z [00:02:33.786]➜  github.com/klauspost/compress/internal/cpuinfo
2025-08-20T21:19:40.4467464Z [00:02:33.786]➜  mkdir -p $WORK/b1938/
2025-08-20T21:19:40.4468025Z [00:02:33.786]➜  echo -n > $WORK/b1938/go_asm.h # internal
2025-08-20T21:19:40.4468858Z [00:02:33.786]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/cpuinfo
2025-08-20T21:19:40.4472218Z [00:02:33.786]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/internal/cpuinfo -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/cpuinfo=>github.com/klauspost/compress@v1.18.0/internal/cpuinfo;$WORK/b1938=>" -I $WORK/b1938/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1938/symabis ./cpuinfo_amd64.s
2025-08-20T21:19:40.4554320Z [00:02:33.795]➜  echo '# import config' > $WORK/b1938/importcfg # internal
2025-08-20T21:19:40.4557754Z [00:02:33.795]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:40.4562686Z [00:02:33.795]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1938/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/cpuinfo=>github.com/klauspost/compress@v1.18.0/internal/cpuinfo;$WORK/b1938=>" -p github.com/klauspost/compress/internal/cpuinfo -lang=go1.22 -installsuffix shared -buildid Fg40gfEh5siYgCY5-Cew/Fg40gfEh5siYgCY5-Cew -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/internal/cpuinfo/cpuinfo.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/cpuinfo/cpuinfo_amd64.go
2025-08-20T21:19:40.4642083Z [00:02:33.803]➜  go tool buildid -w $WORK/b1935/_pkg_.a # internal
2025-08-20T21:19:40.4652549Z [00:02:33.804]➜  cp $WORK/b1935/_pkg_.a /root/.cache/go-build/04/04f18d84165e463253218f00827ba2f2d22b6718af6dd6327855b5318a92873c-d # internal
2025-08-20T21:19:40.4655227Z [00:02:33.805]➜  github.com/klauspost/compress/internal/le
2025-08-20T21:19:40.4655995Z [00:02:33.805]➜  mkdir -p $WORK/b1939/
2025-08-20T21:19:40.4658804Z [00:02:33.805]➜  echo '# import config' > $WORK/b1939/importcfg # internal
2025-08-20T21:19:40.4665567Z [00:02:33.805]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1939/_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/b1939=>" -p github.com/klauspost/compress/internal/le -lang=go1.22 -complete -installsuffix shared -buildid 3OrXPcPdJc-h_W1qPmQ9/3OrXPcPdJc-h_W1qPmQ9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1939/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:19:40.4712421Z [00:02:33.810]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/cpuinfo
2025-08-20T21:19:40.4716124Z [00:02:33.811]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/internal/cpuinfo -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/cpuinfo=>github.com/klauspost/compress@v1.18.0/internal/cpuinfo;$WORK/b1938=>" -I $WORK/b1938/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1938/cpuinfo_amd64.o ./cpuinfo_amd64.s
2025-08-20T21:19:40.4746844Z [00:02:33.814]➜  go tool pack r $WORK/b1938/_pkg_.a $WORK/b1938/cpuinfo_amd64.o # internal
2025-08-20T21:19:40.4747747Z [00:02:33.814]➜  go tool buildid -w $WORK/b1938/_pkg_.a # internal
2025-08-20T21:19:40.4755657Z [00:02:33.815]➜  cp $WORK/b1938/_pkg_.a /root/.cache/go-build/70/70c815da9254a5f666234c965796efd466b837555a423ecec0b0704bbc11fb16-d # internal
2025-08-20T21:19:40.4758353Z [00:02:33.815]➜  go.mongodb.org/mongo-driver/version
2025-08-20T21:19:40.4761797Z [00:02:33.815]➜  mkdir -p $WORK/b1959/
2025-08-20T21:19:40.4764638Z [00:02:33.815]➜  echo '# import config' > $WORK/b1959/importcfg # internal
2025-08-20T21:19:40.4765362Z [00:02:33.815]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:40.4769122Z [00:02:33.815]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1959/_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/b1959=>" -p go.mongodb.org/mongo-driver/version -lang=go1.18 -complete -installsuffix shared -buildid jx3eVSoBTa9UKXSvS6xT/jx3eVSoBTa9UKXSvS6xT -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/version/version.go
2025-08-20T21:19:40.4779181Z [00:02:33.817]➜  go tool buildid -w $WORK/b1939/_pkg_.a # internal
2025-08-20T21:19:40.4789450Z [00:02:33.818]➜  cp $WORK/b1939/_pkg_.a /root/.cache/go-build/2d/2dd0facc5b544baa36999961eb507c0e5a02a9b38a1eefbcb21e67fa04ecdff5-d # internal
2025-08-20T21:19:40.4792255Z [00:02:33.818]➜  github.com/dgryski/go-rendezvous
2025-08-20T21:19:40.4792888Z [00:02:33.818]➜  mkdir -p $WORK/b1968/
2025-08-20T21:19:40.4799634Z [00:02:33.819]➜  echo '# import config' > $WORK/b1968/importcfg # internal
2025-08-20T21:19:40.4807383Z [00:02:33.819]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1968/_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/b1968=>" -p github.com/dgryski/go-rendezvous -lang=go1.16 -complete -installsuffix shared -buildid 9OQZo4Vk2Nw0su6ZVo0E/9OQZo4Vk2Nw0su6ZVo0E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1968/importcfg -pack /root/go/pkg/mod/github.com/dgryski/go-rendezvous@v0.0.0-20200823014737-9f7001d12a5f/rdv.go
2025-08-20T21:19:40.4846972Z [00:02:33.822]➜  go tool buildid -w $WORK/b1959/_pkg_.a # internal
2025-08-20T21:19:40.4848991Z [00:02:33.823]➜  cp $WORK/b1959/_pkg_.a /root/.cache/go-build/a3/a394af739573d1127b6be0182c2ac66e14f31a108243224c56449e40f8b89ec7-d # internal
2025-08-20T21:19:40.4850466Z [00:02:33.823]➜  github.com/aws/smithy-go/container/private/cache
2025-08-20T21:19:40.4852201Z [00:02:33.823]➜  mkdir -p $WORK/b1992/
2025-08-20T21:19:40.4852894Z [00:02:33.824]➜  echo '# import config' > $WORK/b1992/importcfg # internal
2025-08-20T21:19:40.4857212Z [00:02:33.824]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1992/_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/b1992=>" -p github.com/aws/smithy-go/container/private/cache -lang=go1.22 -complete -installsuffix shared -buildid -6NZDXszZTun6J4ubsRd/-6NZDXszZTun6J4ubsRd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1992/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/container/private/cache/cache.go
2025-08-20T21:19:40.4931590Z [00:02:33.832]➜  go tool buildid -w $WORK/b1968/_pkg_.a # internal
2025-08-20T21:19:40.4943294Z [00:02:33.833]➜  cp $WORK/b1968/_pkg_.a /root/.cache/go-build/e1/e1538c490998ee95ffdb185eb06b5a489303e195fe1830f384644968d0896d64-d # internal
2025-08-20T21:19:40.4954353Z [00:02:33.834]➜  github.com/gammazero/nexus/v3/stdlog
2025-08-20T21:19:40.4957194Z [00:02:33.834]➜  mkdir -p $WORK/b2003/
2025-08-20T21:19:40.4957896Z [00:02:33.834]➜  echo '# import config' > $WORK/b2003/importcfg # internal
2025-08-20T21:19:40.4962003Z [00:02:33.834]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2003/_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/b2003=>" -p github.com/gammazero/nexus/v3/stdlog -lang=go1.20 -complete -installsuffix shared -buildid pWBT7QZUeabM7_Yeh4u5/pWBT7QZUeabM7_Yeh4u5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2003/importcfg -pack /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/stdlog/stdlog.go
2025-08-20T21:19:40.4965345Z [00:02:33.834]➜  go tool buildid -w $WORK/b1992/_pkg_.a # internal
2025-08-20T21:19:40.4966601Z [00:02:33.834]➜  cp $WORK/b1992/_pkg_.a /root/.cache/go-build/9c/9c3898a82ecd6f3ac44965d9f7b411a9b8cc31e40217732316a3d160cf2214a6-d # internal
2025-08-20T21:19:40.4967834Z [00:02:33.834]➜  github.com/aws/smithy-go/container/private/cache/lru
2025-08-20T21:19:40.4968747Z [00:02:33.835]➜  mkdir -p $WORK/b1993/
2025-08-20T21:19:40.4969477Z [00:02:33.835]➜  cat >/tmp/go-build3619502580/b1993/importcfg << 'EOF' # internal
2025-08-20T21:19:40.4970156Z [00:02:33.835]➜  # import config
2025-08-20T21:19:40.4970867Z [00:02:33.835]➜  packagefile container/list=/tmp/go-build3619502580/b080/_pkg_.a
2025-08-20T21:19:40.4993873Z [00:02:33.835]➜  packagefile github.com/aws/smithy-go/container/private/cache=/tmp/go-build3619502580/b1992/_pkg_.a
2025-08-20T21:19:40.4994786Z [00:02:33.835]➜  EOF
2025-08-20T21:19:40.4998907Z [00:02:33.835]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1993/_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/b1993=>" -p github.com/aws/smithy-go/container/private/cache/lru -lang=go1.22 -complete -installsuffix shared -buildid p8NI5gjngVvrwy2EWYnM/p8NI5gjngVvrwy2EWYnM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1993/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/container/private/cache/lru/lru.go
2025-08-20T21:19:40.5025236Z [00:02:33.842]➜  go tool buildid -w $WORK/b2003/_pkg_.a # internal
2025-08-20T21:19:40.5031695Z [00:02:33.842]➜  cp $WORK/b2003/_pkg_.a /root/.cache/go-build/f3/f3def93a87d5168a574ab8100ba5edf5c8fa4e7065064a16b5c3f9d685dae272-d # internal
2025-08-20T21:19:40.5035683Z [00:02:33.843]➜  github.com/tetratelabs/wazero/internal/internalapi
2025-08-20T21:19:40.5039197Z [00:02:33.843]➜  mkdir -p $WORK/b2011/
2025-08-20T21:19:40.5042360Z [00:02:33.843]➜  echo '# import config' > $WORK/b2011/importcfg # internal
2025-08-20T21:19:40.5049928Z [00:02:33.844]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2011/_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/b2011=>" -p github.com/tetratelabs/wazero/internal/internalapi -lang=go1.22 -complete -installsuffix shared -buildid 7xzexpxCIcM3tKarPPGF/7xzexpxCIcM3tKarPPGF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2011/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/internalapi/internal.go
2025-08-20T21:19:40.5124790Z [00:02:33.852]➜  go tool buildid -w $WORK/b1993/_pkg_.a # internal
2025-08-20T21:19:40.5130774Z [00:02:33.852]➜  cp $WORK/b1993/_pkg_.a /root/.cache/go-build/28/28aa1734006365aa6103458596dbf83988bab8c72cbff61d7931a85e493d49f5-d # internal
2025-08-20T21:19:40.5133890Z [00:02:33.853]➜  github.com/tetratelabs/wazero/internal/expctxkeys
2025-08-20T21:19:40.5136149Z [00:02:33.853]➜  mkdir -p $WORK/b2013/
2025-08-20T21:19:40.5139525Z [00:02:33.853]➜  echo '# import config' > $WORK/b2013/importcfg # internal
2025-08-20T21:19:40.5154152Z [00:02:33.853]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2013/_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/b2013=>" -p github.com/tetratelabs/wazero/internal/expctxkeys -lang=go1.22 -complete -installsuffix shared -buildid a4ybbBSBFi2SbiPZEVIO/a4ybbBSBFi2SbiPZEVIO -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/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:19:40.5160696Z [00:02:33.854]➜  go tool buildid -w $WORK/b2011/_pkg_.a # internal
2025-08-20T21:19:40.5162176Z [00:02:33.854]➜  cp $WORK/b2011/_pkg_.a /root/.cache/go-build/c2/c265463e1e44942590decedc23dd028927852afa1fc8ee658c8f71328ce63b0d-d # internal
2025-08-20T21:19:40.5163658Z [00:02:33.854]➜  github.com/tetratelabs/wazero/internal/moremath
2025-08-20T21:19:40.5164308Z [00:02:33.854]➜  mkdir -p $WORK/b2019/
2025-08-20T21:19:40.5165035Z [00:02:33.855]➜  cat >/tmp/go-build3619502580/b2019/importcfg << 'EOF' # internal
2025-08-20T21:19:40.5165683Z [00:02:33.855]➜  # import config
2025-08-20T21:19:40.5166305Z [00:02:33.855]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:40.5166883Z [00:02:33.855]➜  EOF
2025-08-20T21:19:40.5170945Z [00:02:33.855]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2019/_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/b2019=>" -p github.com/tetratelabs/wazero/internal/moremath -lang=go1.22 -complete -installsuffix shared -buildid 92pZRyfB9F9izJHkVcbC/92pZRyfB9F9izJHkVcbC -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/moremath/moremath.go
2025-08-20T21:19:40.5233829Z [00:02:33.863]➜  go tool buildid -w $WORK/b2013/_pkg_.a # internal
2025-08-20T21:19:40.5242295Z [00:02:33.863]➜  cp $WORK/b2013/_pkg_.a /root/.cache/go-build/b1/b1aeb519c0a283c30c5e6fe36e04e96bdf8fed299285f684125cee3d9f09d49f-d # internal
2025-08-20T21:19:40.5244033Z [00:02:33.864]➜  github.com/tetratelabs/wazero/internal/wasmruntime
2025-08-20T21:19:40.5244702Z [00:02:33.864]➜  mkdir -p $WORK/b2030/
2025-08-20T21:19:40.5251710Z [00:02:33.864]➜  echo '# import config' > $WORK/b2030/importcfg # internal
2025-08-20T21:19:40.5256464Z [00:02:33.864]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2030/_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/b2030=>" -p github.com/tetratelabs/wazero/internal/wasmruntime -lang=go1.22 -complete -installsuffix shared -buildid eQHk-WF1HqonnRjMXbdx/eQHk-WF1HqonnRjMXbdx -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/wasmruntime/errors.go
2025-08-20T21:19:40.5385674Z [00:02:33.878]➜  go tool buildid -w $WORK/b2030/_pkg_.a # internal
2025-08-20T21:19:40.5392136Z [00:02:33.878]➜  cp $WORK/b2030/_pkg_.a /root/.cache/go-build/51/5189f2325f0cfc730e402204976ded149eb9fe3b5b9942ac751f0af49fabd6b0-d # internal
2025-08-20T21:19:40.5394498Z [00:02:33.879]➜  github.com/tetratelabs/wazero/internal/u32
2025-08-20T21:19:40.5395689Z [00:02:33.879]➜  mkdir -p $WORK/b2038/
2025-08-20T21:19:40.5397882Z [00:02:33.879]➜  echo '# import config' > $WORK/b2038/importcfg # internal
2025-08-20T21:19:40.5402776Z [00:02:33.879]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2038/_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/b2038=>" -p github.com/tetratelabs/wazero/internal/u32 -lang=go1.22 -complete -installsuffix shared -buildid mybARoSX2uh98E7HEAtQ/mybARoSX2uh98E7HEAtQ -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/u32/u32.go
2025-08-20T21:19:40.5418407Z [00:02:33.881]➜  go tool buildid -w $WORK/b2019/_pkg_.a # internal
2025-08-20T21:19:40.5423778Z [00:02:33.881]➜  cp $WORK/b2019/_pkg_.a /root/.cache/go-build/6d/6d3feafe440923bfcf925d1d35974820e95af47c480c14f25402eb0a848161a3-d # internal
2025-08-20T21:19:40.5428658Z [00:02:33.882]➜  github.com/tetratelabs/wazero/internal/u64
2025-08-20T21:19:40.5430850Z [00:02:33.882]➜  mkdir -p $WORK/b2039/
2025-08-20T21:19:40.5431924Z [00:02:33.882]➜  echo '# import config' > $WORK/b2039/importcfg # internal
2025-08-20T21:19:40.5437872Z [00:02:33.883]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2039/_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/b2039=>" -p github.com/tetratelabs/wazero/internal/u64 -lang=go1.22 -complete -installsuffix shared -buildid DD9GVUcHkRo5gdSxVkGv/DD9GVUcHkRo5gdSxVkGv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2039/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/u64/u64.go
2025-08-20T21:19:40.5474313Z [00:02:33.887]➜  go tool buildid -w $WORK/b2038/_pkg_.a # internal
2025-08-20T21:19:40.5480801Z [00:02:33.887]➜  cp $WORK/b2038/_pkg_.a /root/.cache/go-build/e5/e5ede77c9c2a1cf2ba737f2dc2199f79a71c128c488850b283ef6462fc2e10fc-d # internal
2025-08-20T21:19:40.5483145Z [00:02:33.887]➜  golang.org/x/text/encoding/internal/identifier
2025-08-20T21:19:40.5487155Z [00:02:33.887]➜  mkdir -p $WORK/b2065/
2025-08-20T21:19:40.5488027Z [00:02:33.888]➜  echo '# import config' > $WORK/b2065/importcfg # internal
2025-08-20T21:19:40.5493263Z [00:02:33.888]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2065/_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/b2065=>" -p golang.org/x/text/encoding/internal/identifier -lang=go1.23 -complete -installsuffix shared -buildid GX0wK_OnLYlo8-sqH_Yt/GX0wK_OnLYlo8-sqH_Yt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2065/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:19:40.5536984Z [00:02:33.893]➜  go tool buildid -w $WORK/b2039/_pkg_.a # internal
2025-08-20T21:19:40.5543330Z [00:02:33.893]➜  cp $WORK/b2039/_pkg_.a /root/.cache/go-build/7b/7b58a6e6ccca828c9a4ecfd79d168d03dd0b4e0834ee484d9f23a197ed352561-d # internal
2025-08-20T21:19:40.5544784Z [00:02:33.893]➜  golang.org/x/text/internal/utf8internal
2025-08-20T21:19:40.5545391Z [00:02:33.893]➜  mkdir -p $WORK/b2067/
2025-08-20T21:19:40.5546065Z [00:02:33.893]➜  echo '# import config' > $WORK/b2067/importcfg # internal
2025-08-20T21:19:40.5550156Z [00:02:33.893]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2067/_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/b2067=>" -p golang.org/x/text/internal/utf8internal -lang=go1.23 -complete -installsuffix shared -buildid dyHeJEu2k1IYI-ydzmi6/dyHeJEu2k1IYI-ydzmi6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2067/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/utf8internal/utf8internal.go
2025-08-20T21:19:40.5616018Z [00:02:33.901]➜  go tool buildid -w $WORK/b2067/_pkg_.a # internal
2025-08-20T21:19:40.5619128Z [00:02:33.901]➜  go tool buildid -w $WORK/b2065/_pkg_.a # internal
2025-08-20T21:19:40.5625123Z [00:02:33.901]➜  cp $WORK/b2067/_pkg_.a /root/.cache/go-build/56/564498b9e7d75ba93e80e0aeb7e248198ea2923c69080f3112a1ac38fa92956b-d # internal
2025-08-20T21:19:40.5629293Z [00:02:33.902]➜  cp $WORK/b2065/_pkg_.a /root/.cache/go-build/03/03694dcd85d30fe9fa4c1b2d4b7f792704e21a5fc31b44eec68b01365a5eaed7-d # internal
2025-08-20T21:19:40.5630486Z [00:02:33.902]➜  github.com/spf13/viper/internal/features
2025-08-20T21:19:40.5631078Z [00:02:33.902]➜  mkdir -p $WORK/b2076/
2025-08-20T21:19:40.5631892Z [00:02:33.902]➜  github.com/pelletier/go-toml/v2/internal/characters
2025-08-20T21:19:40.5632687Z [00:02:33.902]➜  echo '# import config' > $WORK/b2076/importcfg # internal
2025-08-20T21:19:40.5634855Z [00:02:33.903]➜  mkdir -p $WORK/b2071/
2025-08-20T21:19:40.5640515Z [00:02:33.903]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2076/_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/b2076=>" -p github.com/spf13/viper/internal/features -lang=go1.21 -complete -installsuffix shared -buildid jSRYJaBzqV7lm0-m9cw0/jSRYJaBzqV7lm0-m9cw0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2076/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:19:40.5644942Z [00:02:33.903]➜  cat >/tmp/go-build3619502580/b2071/importcfg << 'EOF' # internal
2025-08-20T21:19:40.5645625Z [00:02:33.903]➜  # import config
2025-08-20T21:19:40.5646319Z [00:02:33.903]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:40.5646983Z [00:02:33.903]➜  EOF
2025-08-20T21:19:40.5653150Z [00:02:33.903]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2071/_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/b2071=>" -p github.com/pelletier/go-toml/v2/internal/characters -lang=go1.21 -complete -installsuffix shared -buildid fIUEnUS7FAT3Geh2evF9/fIUEnUS7FAT3Geh2evF9 -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/internal/characters/ascii.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/internal/characters/utf8.go
2025-08-20T21:19:40.5688325Z [00:02:33.908]➜  go tool buildid -w $WORK/b2076/_pkg_.a # internal
2025-08-20T21:19:40.5694026Z [00:02:33.909]➜  cp $WORK/b2076/_pkg_.a /root/.cache/go-build/c9/c9dbb55455453e9648c9522456d9d31ca18bdf2f8a599b305a862ab3b9c8e3e6-d # internal
2025-08-20T21:19:40.5760730Z [00:02:33.915]➜  go tool buildid -w $WORK/b2071/_pkg_.a # internal
2025-08-20T21:19:40.5766015Z [00:02:33.916]➜  cp $WORK/b2071/_pkg_.a /root/.cache/go-build/62/62a636a53c142c7169c8cef80c06692a55ed59725f15ea9ff8de26e87fedb5ff-d # internal
2025-08-20T21:19:40.6466328Z [00:02:33.986]➜  go tool buildid -w $WORK/b1896/_pkg_.a # internal
2025-08-20T21:19:40.6486100Z [00:02:33.988]➜  cp $WORK/b1896/_pkg_.a /root/.cache/go-build/6c/6cfa32abd0d3a1fea5998d9898f62a4f6c32893d21a9bc50c915564ab2298b2c-d # internal
2025-08-20T21:19:42.3617997Z [00:02:35.701]➜  cp /root/.go/src/runtime/asm_amd64.h $WORK/b010/asm_GOARCH.h
2025-08-20T21:19:42.3618764Z [00:02:35.701]➜  cd /root/.go/src/runtime
2025-08-20T21:19:42.3620461Z [00:02:35.701]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/asm.o ./asm.s
2025-08-20T21:19:42.3644670Z [00:02:35.704]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/asm_amd64.o ./asm_amd64.s
2025-08-20T21:19:42.3746257Z [00:02:35.714]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/duff_amd64.o ./duff_amd64.s
2025-08-20T21:19:42.3773660Z [00:02:35.717]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/ints.o ./ints.s
2025-08-20T21:19:42.3800951Z [00:02:35.719]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/memclr_amd64.o ./memclr_amd64.s
2025-08-20T21:19:42.3845867Z [00:02:35.724]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/memmove_amd64.o ./memmove_amd64.s
2025-08-20T21:19:42.3892860Z [00:02:35.728]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/preempt_amd64.o ./preempt_amd64.s
2025-08-20T21:19:42.3935032Z [00:02:35.733]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/rt0_linux_amd64.o ./rt0_linux_amd64.s
2025-08-20T21:19:42.3957667Z [00:02:35.735]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/sys_linux_amd64.o ./sys_linux_amd64.s
2025-08-20T21:19:42.4012190Z [00:02:35.740]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/test_amd64.o ./test_amd64.s
2025-08-20T21:19:42.4033606Z [00:02:35.743]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/time_linux_amd64.o ./time_linux_amd64.s
2025-08-20T21:19:42.4085874Z [00:02:35.748]➜  go tool pack r $WORK/b010/_pkg_.a $WORK/b010/asm.o $WORK/b010/asm_amd64.o $WORK/b010/duff_amd64.o $WORK/b010/ints.o $WORK/b010/memclr_amd64.o $WORK/b010/memmove_amd64.o $WORK/b010/preempt_amd64.o $WORK/b010/rt0_linux_amd64.o $WORK/b010/sys_linux_amd64.o $WORK/b010/test_amd64.o $WORK/b010/time_linux_amd64.o # internal
2025-08-20T21:19:42.4090347Z [00:02:35.748]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T21:19:42.4446253Z [00:02:35.783]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d # internal
2025-08-20T21:19:42.4448429Z [00:02:35.784]➜  iter
2025-08-20T21:19:42.4449187Z [00:02:35.784]➜  mkdir -p $WORK/b039/
2025-08-20T21:19:42.4449753Z [00:02:35.784]➜  internal/reflectlite
2025-08-20T21:19:42.4450277Z [00:02:35.784]➜  mkdir -p $WORK/b005/
2025-08-20T21:19:42.4451043Z [00:02:35.784]➜  cat >/tmp/go-build3619502580/b039/importcfg << 'EOF' # internal
2025-08-20T21:19:42.4451888Z [00:02:35.784]➜  # import config
2025-08-20T21:19:42.4452609Z [00:02:35.784]➜  packagefile internal/race=/tmp/go-build3619502580/b030/_pkg_.a
2025-08-20T21:19:42.4453520Z [00:02:35.784]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:42.4454128Z [00:02:35.784]➜  EOF
2025-08-20T21:19:42.4454540Z [00:02:35.784]➜  crypto/subtle
2025-08-20T21:19:42.4455018Z [00:02:35.784]➜  mkdir -p $WORK/b105/
2025-08-20T21:19:42.4455589Z [00:02:35.784]➜  echo -n > $WORK/b005/go_asm.h # internal
2025-08-20T21:19:42.4456204Z [00:02:35.784]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:42.4458841Z [00:02:35.784]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b039/_pkg_.a -trimpath "/root/.go/src/iter=>iter;$WORK/b039=>" -p iter -lang=go1.25 -std -complete -installsuffix shared -buildid 0pZTu9fTQDGRD3NnR3_B/0pZTu9fTQDGRD3NnR3_B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b039/importcfg -pack /root/.go/src/iter/iter.go
2025-08-20T21:19:42.4461141Z [00:02:35.784]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T21:19:42.4463449Z [00:02:35.785]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b005/symabis ./asm.s
2025-08-20T21:19:42.4465374Z [00:02:35.785]➜  cat >/tmp/go-build3619502580/b105/importcfg << 'EOF' # internal
2025-08-20T21:19:42.4466021Z [00:02:35.785]➜  # import config
2025-08-20T21:19:42.4466814Z [00:02:35.785]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3619502580/b096/_pkg_.a
2025-08-20T21:19:42.4467887Z [00:02:35.785]➜  packagefile internal/runtime/sys=/tmp/go-build3619502580/b031/_pkg_.a
2025-08-20T21:19:42.4468788Z [00:02:35.785]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:42.4469372Z [00:02:35.785]➜  EOF
2025-08-20T21:19:42.4470094Z [00:02:35.785]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:42.4500924Z [00:02:35.785]➜  /root/.go/pkg/tool/linux_amd64/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 Xc79yGTipdlJLObEA6rA/Xc79yGTipdlJLObEA6rA -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:19:42.4504291Z [00:02:35.787]➜  sync
2025-08-20T21:19:42.4504741Z [00:02:35.787]➜  mkdir -p $WORK/b035/
2025-08-20T21:19:42.4505444Z [00:02:35.787]➜  cat >/tmp/go-build3619502580/b035/importcfg << 'EOF' # internal
2025-08-20T21:19:42.4506113Z [00:02:35.787]➜  # import config
2025-08-20T21:19:42.4506790Z [00:02:35.787]➜  packagefile internal/race=/tmp/go-build3619502580/b030/_pkg_.a
2025-08-20T21:19:42.4507665Z [00:02:35.787]➜  packagefile internal/sync=/tmp/go-build3619502580/b036/_pkg_.a
2025-08-20T21:19:42.4508582Z [00:02:35.787]➜  packagefile internal/synctest=/tmp/go-build3619502580/b038/_pkg_.a
2025-08-20T21:19:42.4509474Z [00:02:35.787]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:42.4510328Z [00:02:35.787]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:42.4510962Z [00:02:35.787]➜  EOF
2025-08-20T21:19:42.4515712Z [00:02:35.787]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b035/_pkg_.a -trimpath "/root/.go/src/sync=>sync;$WORK/b035=>" -p sync -lang=go1.25 -std -installsuffix shared -buildid jwP78NdxT4VwYWlVWasd/jwP78NdxT4VwYWlVWasd -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:19:42.4544603Z [00:02:35.794]➜  cat >/tmp/go-build3619502580/b005/importcfg << 'EOF' # internal
2025-08-20T21:19:42.4545421Z [00:02:35.794]➜  # import config
2025-08-20T21:19:42.4559142Z [00:02:35.794]➜  packagefile internal/abi=/tmp/go-build3619502580/b006/_pkg_.a
2025-08-20T21:19:42.4561102Z [00:02:35.794]➜  packagefile internal/goarch=/tmp/go-build3619502580/b007/_pkg_.a
2025-08-20T21:19:42.4562314Z [00:02:35.794]➜  packagefile internal/unsafeheader=/tmp/go-build3619502580/b009/_pkg_.a
2025-08-20T21:19:42.4563381Z [00:02:35.794]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:42.4563921Z [00:02:35.794]➜  EOF
2025-08-20T21:19:42.4567947Z [00:02:35.794]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b005/_pkg_.a -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b005=>" -p internal/reflectlite -lang=go1.25 -std -installsuffix shared -buildid CMAeW-1UQf_B9x0I_LrK/CMAeW-1UQf_B9x0I_LrK -goversion go1.25.0 -symabis $WORK/b005/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b005/importcfg -pack -asmhdr $WORK/b005/go_asm.h /root/.go/src/internal/reflectlite/swapper.go /root/.go/src/internal/reflectlite/type.go /root/.go/src/internal/reflectlite/value.go
2025-08-20T21:19:42.4605307Z [00:02:35.800]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T21:19:42.4611434Z [00:02:35.800]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/23/23d10c877f3b73604425a334a1530a3d83b5cebea7cc3c08d3b6aea551897635-d # internal
2025-08-20T21:19:42.4612491Z [00:02:35.800]➜  slices
2025-08-20T21:19:42.4612937Z [00:02:35.800]➜  mkdir -p $WORK/b050/
2025-08-20T21:19:42.4619452Z [00:02:35.801]➜  cat >/tmp/go-build3619502580/b050/importcfg << 'EOF' # internal
2025-08-20T21:19:42.4626031Z [00:02:35.801]➜  # import config
2025-08-20T21:19:42.4626704Z [00:02:35.801]➜  packagefile cmp=/tmp/go-build3619502580/b051/_pkg_.a
2025-08-20T21:19:42.4627500Z [00:02:35.801]➜  packagefile iter=/tmp/go-build3619502580/b039/_pkg_.a
2025-08-20T21:19:42.4628556Z [00:02:35.801]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:42.4629177Z [00:02:35.801]➜  EOF
2025-08-20T21:19:42.4635089Z [00:02:35.803]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T21:19:42.4645140Z [00:02:35.804]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/46/46171919a7392793e07b640aa7e47504aca1ae730f9f44283c4ac563d941a95a-d # internal
2025-08-20T21:19:42.4654772Z [00:02:35.804]➜  weak
2025-08-20T21:19:42.4655262Z [00:02:35.804]➜  mkdir -p $WORK/b123/
2025-08-20T21:19:42.4658732Z [00:02:35.805]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b050/_pkg_.a -trimpath "/root/.go/src/slices=>slices;$WORK/b050=>" -p slices -lang=go1.25 -std -complete -installsuffix shared -buildid -TJanFCYqlKu_SHfks-O/-TJanFCYqlKu_SHfks-O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/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:19:42.4667623Z [00:02:35.805]➜  cat >/tmp/go-build3619502580/b123/importcfg << 'EOF' # internal
2025-08-20T21:19:42.4668325Z [00:02:35.805]➜  # import config
2025-08-20T21:19:42.4669087Z [00:02:35.805]➜  packagefile internal/abi=/tmp/go-build3619502580/b006/_pkg_.a
2025-08-20T21:19:42.4669963Z [00:02:35.805]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:42.4670564Z [00:02:35.805]➜  EOF
2025-08-20T21:19:42.4673756Z [00:02:35.806]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b123/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b123=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid 0tQuWrSLuA2C2pBP-zmG/0tQuWrSLuA2C2pBP-zmG -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:19:42.4782295Z [00:02:35.817]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T21:19:42.4791804Z [00:02:35.817]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/b3/b35fe2f4af2add37163a99c517d12be21fb3614e3bcd4b3ee29206e95d4c9b7f-d # internal
2025-08-20T21:19:42.4792934Z [00:02:35.817]➜  maps
2025-08-20T21:19:42.4793415Z [00:02:35.817]➜  mkdir -p $WORK/b158/
2025-08-20T21:19:42.4794162Z [00:02:35.817]➜  cat >/tmp/go-build3619502580/b158/importcfg << 'EOF' # internal
2025-08-20T21:19:42.4794860Z [00:02:35.817]➜  # import config
2025-08-20T21:19:42.4795526Z [00:02:35.817]➜  packagefile iter=/tmp/go-build3619502580/b039/_pkg_.a
2025-08-20T21:19:42.4796156Z [00:02:35.817]➜  EOF
2025-08-20T21:19:42.4798884Z [00:02:35.817]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b158/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b158=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid 3hmY5SMuxXMJuPsVBmC5/3hmY5SMuxXMJuPsVBmC5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b158/importcfg -pack /root/.go/src/maps/iter.go /root/.go/src/maps/maps.go
2025-08-20T21:19:42.4873880Z [00:02:35.827]➜  go tool buildid -w $WORK/b158/_pkg_.a # internal
2025-08-20T21:19:42.4879183Z [00:02:35.827]➜  cp $WORK/b158/_pkg_.a /root/.cache/go-build/c3/c39af6f50a2f302aafef3b515051fb695f8a8e68cabb3ad6fc0ca3c4a290ce13-d # internal
2025-08-20T21:19:42.4880708Z [00:02:35.827]➜  runtime/metrics
2025-08-20T21:19:42.4881661Z [00:02:35.827]➜  mkdir -p $WORK/b1856/
2025-08-20T21:19:42.4882610Z [00:02:35.827]➜  cat >/tmp/go-build3619502580/b1856/importcfg << 'EOF' # internal
2025-08-20T21:19:42.4883620Z [00:02:35.827]➜  # import config
2025-08-20T21:19:42.4884561Z [00:02:35.827]➜  packagefile internal/godebugs=/tmp/go-build3619502580/b016/_pkg_.a
2025-08-20T21:19:42.4885705Z [00:02:35.827]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:42.4892098Z [00:02:35.827]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:42.4893003Z [00:02:35.827]➜  EOF
2025-08-20T21:19:42.4897159Z [00:02:35.827]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1856/_pkg_.a -trimpath "/root/.go/src/runtime/metrics=>runtime/metrics;$WORK/b1856=>" -p runtime/metrics -lang=go1.25 -std -installsuffix shared -buildid 8_lonm71gWQBLH-3RAYM/8_lonm71gWQBLH-3RAYM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1856/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:19:42.4937044Z [00:02:35.833]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T21:19:42.4947913Z [00:02:35.834]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d # internal
2025-08-20T21:19:42.4961715Z [00:02:35.834]➜  github.com/tetratelabs/wazero/internal/descriptor
2025-08-20T21:19:42.4962440Z [00:02:35.834]➜  mkdir -p $WORK/b2023/
2025-08-20T21:19:42.4963209Z [00:02:35.835]➜  cat >/tmp/go-build3619502580/b2023/importcfg << 'EOF' # internal
2025-08-20T21:19:42.4963948Z [00:02:35.835]➜  # import config
2025-08-20T21:19:42.4964660Z [00:02:35.835]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:42.4965548Z [00:02:35.835]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:42.4966183Z [00:02:35.835]➜  EOF
2025-08-20T21:19:42.4970749Z [00:02:35.835]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2023/_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/b2023=>" -p github.com/tetratelabs/wazero/internal/descriptor -lang=go1.22 -complete -installsuffix shared -buildid duM7vuDHe719CqVz9xKN/duM7vuDHe719CqVz9xKN -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/descriptor/table.go
2025-08-20T21:19:42.5071513Z [00:02:35.846]➜  go tool buildid -w $WORK/b2023/_pkg_.a # internal
2025-08-20T21:19:42.5072932Z [00:02:35.846]➜  cp $WORK/b2023/_pkg_.a /root/.cache/go-build/b7/b7525c0c9db0c2ee33149efd97e320e4cd620939d82b4f3c0287002b94d5bfdf-d # internal
2025-08-20T21:19:42.5204143Z [00:02:35.860]➜  go tool buildid -w $WORK/b1856/_pkg_.a # internal
2025-08-20T21:19:42.5210566Z [00:02:35.860]➜  cp $WORK/b1856/_pkg_.a /root/.cache/go-build/37/3721bf1fe2ac2c99722f9a8a59bb0aacc38498d654264343f293d82257e4a428-d # internal
2025-08-20T21:19:42.5920703Z [00:02:35.931]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T21:19:42.5961990Z [00:02:35.935]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d # internal
2025-08-20T21:19:42.5973475Z [00:02:35.935]➜  internal/bisect
2025-08-20T21:19:42.5973986Z [00:02:35.935]➜  mkdir -p $WORK/b046/
2025-08-20T21:19:42.5974509Z [00:02:35.935]➜  internal/testlog
2025-08-20T21:19:42.5974982Z [00:02:35.935]➜  mkdir -p $WORK/b068/
2025-08-20T21:19:42.5975499Z [00:02:35.935]➜  crypto/internal/fips140cache
2025-08-20T21:19:42.5976035Z [00:02:35.935]➜  mkdir -p $WORK/b122/
2025-08-20T21:19:42.5976729Z [00:02:35.935]➜  cat >/tmp/go-build3619502580/b046/importcfg << 'EOF' # internal
2025-08-20T21:19:42.5977403Z [00:02:35.935]➜  # import config
2025-08-20T21:19:42.5978060Z [00:02:35.935]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:42.5978829Z [00:02:35.935]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:42.5979613Z [00:02:35.935]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:42.5980210Z [00:02:35.935]➜  EOF
2025-08-20T21:19:42.5983184Z [00:02:35.935]➜  /root/.go/pkg/tool/linux_amd64/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 uazNsXXW0-XjraaTntyR/uazNsXXW0-XjraaTntyR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b046/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T21:19:42.5986077Z [00:02:35.935]➜  cat >/tmp/go-build3619502580/b068/importcfg << 'EOF' # internal
2025-08-20T21:19:42.5986717Z [00:02:35.935]➜  # import config
2025-08-20T21:19:42.5987326Z [00:02:35.935]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:42.5988116Z [00:02:35.935]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:42.5988719Z [00:02:35.935]➜  EOF
2025-08-20T21:19:42.5991782Z [00:02:35.935]➜  /root/.go/pkg/tool/linux_amd64/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 DjWg616cx0sAP4hyNdzt/DjWg616cx0sAP4hyNdzt -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:19:42.6000719Z [00:02:35.935]➜  cat >/tmp/go-build3619502580/b122/importcfg << 'EOF' # internal
2025-08-20T21:19:42.6001789Z [00:02:35.935]➜  # import config
2025-08-20T21:19:42.6002936Z [00:02:35.935]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:42.6004064Z [00:02:35.935]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:42.6004851Z [00:02:35.935]➜  packagefile weak=/tmp/go-build3619502580/b123/_pkg_.a
2025-08-20T21:19:42.6005432Z [00:02:35.935]➜  EOF
2025-08-20T21:19:42.6008897Z [00:02:35.935]➜  /root/.go/pkg/tool/linux_amd64/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 4Os5LiBNx5-iw7jxvt0H/4Os5LiBNx5-iw7jxvt0H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b122/importcfg -pack /root/.go/src/crypto/internal/fips140cache/cache.go
2025-08-20T21:19:42.6012363Z [00:02:35.939]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T21:19:42.6020176Z [00:02:35.939]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b005/asm.o ./asm.s
2025-08-20T21:19:42.6054866Z [00:02:35.945]➜  go tool pack r $WORK/b005/_pkg_.a $WORK/b005/asm.o # internal
2025-08-20T21:19:42.6056500Z [00:02:35.945]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T21:19:42.6080656Z [00:02:35.947]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/0a/0a23cc42b594d4aec09fcd5229acbb356c4dd5e04ac724468b0f8f8f9e929ccf-d # internal
2025-08-20T21:19:42.6086620Z [00:02:35.948]➜  errors
2025-08-20T21:19:42.6092312Z [00:02:35.948]➜  mkdir -p $WORK/b004/
2025-08-20T21:19:42.6093233Z [00:02:35.948]➜  cat >/tmp/go-build3619502580/b004/importcfg << 'EOF' # internal
2025-08-20T21:19:42.6093987Z [00:02:35.948]➜  # import config
2025-08-20T21:19:42.6094814Z [00:02:35.948]➜  packagefile internal/reflectlite=/tmp/go-build3619502580/b005/_pkg_.a
2025-08-20T21:19:42.6095607Z [00:02:35.948]➜  EOF
2025-08-20T21:19:42.6096131Z [00:02:35.948]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:42.6099285Z [00:02:35.949]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b004/_pkg_.a -trimpath "/root/.go/src/errors=>errors;$WORK/b004=>" -p errors -lang=go1.25 -std -complete -installsuffix shared -buildid 7509Dj0f2_7mdq1RmfcX/7509Dj0f2_7mdq1RmfcX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b004/importcfg -pack /root/.go/src/errors/errors.go /root/.go/src/errors/join.go /root/.go/src/errors/wrap.go
2025-08-20T21:19:42.6226146Z [00:02:35.962]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T21:19:42.6228438Z [00:02:35.962]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/26/2695974d438020987dbb0bbc5a3ea00c924883ef5700a3d0cdde3c092745abfa-d # internal
2025-08-20T21:19:42.6229950Z [00:02:35.962]➜  sort
2025-08-20T21:19:42.6231829Z [00:02:35.962]➜  mkdir -p $WORK/b076/
2025-08-20T21:19:42.6235193Z [00:02:35.962]➜  cat >/tmp/go-build3619502580/b076/importcfg << 'EOF' # internal
2025-08-20T21:19:42.6237435Z [00:02:35.963]➜  # import config
2025-08-20T21:19:42.6238247Z [00:02:35.963]➜  packagefile internal/reflectlite=/tmp/go-build3619502580/b005/_pkg_.a
2025-08-20T21:19:42.6239251Z [00:02:35.963]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:42.6240146Z [00:02:35.963]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:42.6240783Z [00:02:35.963]➜  EOF
2025-08-20T21:19:42.6244446Z [00:02:35.963]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b076/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b076=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid 3HYodz99RrwN-JsPNx1Z/3HYodz99RrwN-JsPNx1Z -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:19:42.6248182Z [00:02:35.964]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T21:19:42.6258535Z [00:02:35.965]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/4d/4d079f4bb80dece452fc68a494c365a80e7ee4a6c8369b3d0a96b0003a08b2fd-d # internal
2025-08-20T21:19:42.6260995Z [00:02:35.965]➜  internal/singleflight
2025-08-20T21:19:42.6261662Z [00:02:35.965]➜  mkdir -p $WORK/b162/
2025-08-20T21:19:42.6266119Z [00:02:35.966]➜  cat >/tmp/go-build3619502580/b162/importcfg << 'EOF' # internal
2025-08-20T21:19:42.6267392Z [00:02:35.966]➜  # import config
2025-08-20T21:19:42.6268439Z [00:02:35.966]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:42.6270076Z [00:02:35.966]➜  EOF
2025-08-20T21:19:42.6273745Z [00:02:35.966]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b162/_pkg_.a -trimpath "/root/.go/src/internal/singleflight=>internal/singleflight;$WORK/b162=>" -p internal/singleflight -lang=go1.25 -std -complete -installsuffix shared -buildid g-qjEonbg4KzmVs38yhx/g-qjEonbg4KzmVs38yhx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b162/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T21:19:42.6515781Z [00:02:35.991]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T21:19:42.6524606Z [00:02:35.991]➜  go tool buildid -w $WORK/b162/_pkg_.a # internal
2025-08-20T21:19:42.6525990Z [00:02:35.991]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d # internal
2025-08-20T21:19:42.6527022Z [00:02:35.991]➜  io
2025-08-20T21:19:42.6527453Z [00:02:35.991]➜  mkdir -p $WORK/b034/
2025-08-20T21:19:42.6528162Z [00:02:35.991]➜  cat >/tmp/go-build3619502580/b034/importcfg << 'EOF' # internal
2025-08-20T21:19:42.6528802Z [00:02:35.991]➜  # import config
2025-08-20T21:19:42.6529481Z [00:02:35.991]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:42.6530279Z [00:02:35.991]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:42.6530856Z [00:02:35.991]➜  EOF
2025-08-20T21:19:42.6533696Z [00:02:35.991]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b034/_pkg_.a -trimpath "/root/.go/src/io=>io;$WORK/b034=>" -p io -lang=go1.25 -std -complete -installsuffix shared -buildid lCtZZ8dVmk8y4HP_DWVv/lCtZZ8dVmk8y4HP_DWVv -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:19:42.6536736Z [00:02:35.991]➜  cp $WORK/b162/_pkg_.a /root/.cache/go-build/7f/7f4bef26bc96f233f4368d5b5b00f042e9f77dc53afc3826de67fcaad1a98096-d # internal
2025-08-20T21:19:42.6537791Z [00:02:35.992]➜  internal/oserror
2025-08-20T21:19:42.6538270Z [00:02:35.992]➜  mkdir -p $WORK/b049/
2025-08-20T21:19:42.6553291Z [00:02:35.995]➜  cat >/tmp/go-build3619502580/b049/importcfg << 'EOF' # internal
2025-08-20T21:19:42.6554342Z [00:02:35.995]➜  # import config
2025-08-20T21:19:42.6555229Z [00:02:35.995]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:42.6557526Z [00:02:35.995]➜  EOF
2025-08-20T21:19:42.6560797Z [00:02:35.995]➜  /root/.go/pkg/tool/linux_amd64/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 8mi4VNDDF4DhvcykqDN1/8mi4VNDDF4DhvcykqDN1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b049/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T21:19:42.6692792Z [00:02:36.008]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T21:19:42.6699826Z [00:02:36.009]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/36/36c7d10bc34f03c5c6e7771667803ff1e70baaf9cea8e9cebbe793e83ee0ca9c-d # internal
2025-08-20T21:19:42.6709689Z [00:02:36.010]➜  syscall
2025-08-20T21:19:42.6712144Z [00:02:36.010]➜  mkdir -p $WORK/b047/
2025-08-20T21:19:42.6713906Z [00:02:36.011]➜  echo -n > $WORK/b047/go_asm.h # internal
2025-08-20T21:19:42.6716676Z [00:02:36.011]➜  cd /root/.go/src/syscall
2025-08-20T21:19:42.6733126Z [00:02:36.011]➜  /root/.go/pkg/tool/linux_amd64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b047=>" -I $WORK/b047/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b047/symabis ./asm_linux_amd64.s
2025-08-20T21:19:42.6760510Z [00:02:36.015]➜  cat >/tmp/go-build3619502580/b047/importcfg << 'EOF' # internal
2025-08-20T21:19:42.6766062Z [00:02:36.015]➜  # import config
2025-08-20T21:19:42.6766797Z [00:02:36.015]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:42.6767681Z [00:02:36.015]➜  packagefile internal/asan=/tmp/go-build3619502580/b028/_pkg_.a
2025-08-20T21:19:42.6768560Z [00:02:36.015]➜  packagefile internal/bytealg=/tmp/go-build3619502580/b011/_pkg_.a
2025-08-20T21:19:42.6769753Z [00:02:36.015]➜  packagefile internal/byteorder=/tmp/go-build3619502580/b013/_pkg_.a
2025-08-20T21:19:42.6770680Z [00:02:36.015]➜  packagefile internal/goarch=/tmp/go-build3619502580/b007/_pkg_.a
2025-08-20T21:19:42.6772866Z [00:02:36.015]➜  packagefile internal/itoa=/tmp/go-build3619502580/b048/_pkg_.a
2025-08-20T21:19:42.6773836Z [00:02:36.015]➜  packagefile internal/msan=/tmp/go-build3619502580/b029/_pkg_.a
2025-08-20T21:19:42.6774778Z [00:02:36.015]➜  packagefile internal/oserror=/tmp/go-build3619502580/b049/_pkg_.a
2025-08-20T21:19:42.6775725Z [00:02:36.015]➜  packagefile internal/race=/tmp/go-build3619502580/b030/_pkg_.a
2025-08-20T21:19:42.6776744Z [00:02:36.015]➜  packagefile internal/runtime/syscall=/tmp/go-build3619502580/b024/_pkg_.a
2025-08-20T21:19:42.6777730Z [00:02:36.015]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:42.6778623Z [00:02:36.015]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:42.6779468Z [00:02:36.015]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:42.6780361Z [00:02:36.015]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:42.6781047Z [00:02:36.015]➜  EOF
2025-08-20T21:19:42.6781797Z [00:02:36.015]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:42.6792125Z [00:02:36.016]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b047/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b047=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid BjXwGNMiwygH1Ys2pMBt/BjXwGNMiwygH1Ys2pMBt -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_amd64.go /root/.go/src/syscall/syscall_unix.go /root/.go/src/syscall/time_nofake.go /root/.go/src/syscall/timestruct.go /root/.go/src/syscall/zerrors_linux_amd64.go /root/.go/src/syscall/zsyscall_linux_amd64.go /root/.go/src/syscall/zsysnum_linux_amd64.go /root/.go/src/syscall/ztypes_linux_amd64.go
2025-08-20T21:19:42.6826049Z [00:02:36.022]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T21:19:42.6846543Z [00:02:36.024]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/d1/d19189672caca4bf568c7ed4d6ba74fe0f96e0f4e465ca959d688b6517fee280-d # internal
2025-08-20T21:19:42.6852769Z [00:02:36.024]➜  internal/godebug
2025-08-20T21:19:42.6853337Z [00:02:36.024]➜  mkdir -p $WORK/b045/
2025-08-20T21:19:42.6854095Z [00:02:36.024]➜  cat >/tmp/go-build3619502580/b045/importcfg << 'EOF' # internal
2025-08-20T21:19:42.6854787Z [00:02:36.024]➜  # import config
2025-08-20T21:19:42.6855533Z [00:02:36.024]➜  packagefile internal/bisect=/tmp/go-build3619502580/b046/_pkg_.a
2025-08-20T21:19:42.6856526Z [00:02:36.024]➜  packagefile internal/godebugs=/tmp/go-build3619502580/b016/_pkg_.a
2025-08-20T21:19:42.6857477Z [00:02:36.024]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:42.6858367Z [00:02:36.024]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:42.6859039Z [00:02:36.024]➜  EOF
2025-08-20T21:19:42.6872607Z [00:02:36.024]➜  /root/.go/pkg/tool/linux_amd64/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 N5-mWWbawAbbtRRJA56i/N5-mWWbawAbbtRRJA56i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b045/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T21:19:42.7567354Z [00:02:36.096]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T21:19:42.7673773Z [00:02:36.106]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d # internal
2025-08-20T21:19:42.7687507Z [00:02:36.108]➜  bytes
2025-08-20T21:19:42.7690284Z [00:02:36.108]➜  mkdir -p $WORK/b003/
2025-08-20T21:19:42.7691088Z [00:02:36.108]➜  cat >/tmp/go-build3619502580/b003/importcfg << 'EOF' # internal
2025-08-20T21:19:42.7692086Z [00:02:36.108]➜  # import config
2025-08-20T21:19:42.7692907Z [00:02:36.108]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:42.7693861Z [00:02:36.108]➜  packagefile internal/bytealg=/tmp/go-build3619502580/b011/_pkg_.a
2025-08-20T21:19:42.7694784Z [00:02:36.108]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:42.7695625Z [00:02:36.108]➜  packagefile iter=/tmp/go-build3619502580/b039/_pkg_.a
2025-08-20T21:19:42.7696463Z [00:02:36.108]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:42.7697349Z [00:02:36.108]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:19:42.7698297Z [00:02:36.108]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:42.7698998Z [00:02:36.108]➜  EOF
2025-08-20T21:19:42.7702463Z [00:02:36.108]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b003/_pkg_.a -trimpath "/root/.go/src/bytes=>bytes;$WORK/b003=>" -p bytes -lang=go1.25 -std -installsuffix shared -buildid d0zgAlIUGYcZ2cGmr7nY/d0zgAlIUGYcZ2cGmr7nY -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:19:42.8187947Z [00:02:36.158]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T21:19:42.8220289Z [00:02:36.161]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/15/154de7a1e48c9972cc3f3b67efc110fb25d653b3948828a79b9a08ef84fb5557-d # internal
2025-08-20T21:19:42.8232732Z [00:02:36.162]➜  path
2025-08-20T21:19:42.8235654Z [00:02:36.162]➜  mkdir -p $WORK/b054/
2025-08-20T21:19:42.8236762Z [00:02:36.162]➜  cat >/tmp/go-build3619502580/b054/importcfg << 'EOF' # internal
2025-08-20T21:19:42.8238862Z [00:02:36.162]➜  # import config
2025-08-20T21:19:42.8243743Z [00:02:36.162]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:42.8244871Z [00:02:36.162]➜  packagefile internal/bytealg=/tmp/go-build3619502580/b011/_pkg_.a
2025-08-20T21:19:42.8245990Z [00:02:36.162]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:42.8247855Z [00:02:36.162]➜  EOF
2025-08-20T21:19:42.8250607Z [00:02:36.162]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b054/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b054=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid roIG9ekWhyDxJW_Ts0yu/roIG9ekWhyDxJW_Ts0yu -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:19:42.8437111Z [00:02:36.183]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T21:19:42.8464145Z [00:02:36.186]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d # internal
2025-08-20T21:19:42.8503303Z [00:02:36.189]➜  strconv
2025-08-20T21:19:42.8503855Z [00:02:36.189]➜  mkdir -p $WORK/b056/
2025-08-20T21:19:42.8572823Z [00:02:36.195]➜  cat >/tmp/go-build3619502580/b056/importcfg << 'EOF' # internal
2025-08-20T21:19:42.8626205Z [00:02:36.195]➜  # import config
2025-08-20T21:19:42.8628332Z [00:02:36.195]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:42.8629281Z [00:02:36.195]➜  packagefile internal/bytealg=/tmp/go-build3619502580/b011/_pkg_.a
2025-08-20T21:19:42.8630630Z [00:02:36.195]➜  packagefile internal/stringslite=/tmp/go-build3619502580/b032/_pkg_.a
2025-08-20T21:19:42.8631797Z [00:02:36.195]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:42.8632636Z [00:02:36.195]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:42.8633551Z [00:02:36.195]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:42.8634207Z [00:02:36.195]➜  EOF
2025-08-20T21:19:42.8639688Z [00:02:36.195]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b056/_pkg_.a -trimpath "/root/.go/src/strconv=>strconv;$WORK/b056=>" -p strconv -lang=go1.25 -std -complete -installsuffix shared -buildid Mkg3RKTEQB77CHc5CteV/Mkg3RKTEQB77CHc5CteV -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:19:42.8680642Z [00:02:36.207]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T21:19:42.8688326Z [00:02:36.208]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d # internal
2025-08-20T21:19:42.8693052Z [00:02:36.208]➜  strings
2025-08-20T21:19:42.8693821Z [00:02:36.208]➜  mkdir -p $WORK/b069/
2025-08-20T21:19:42.8697285Z [00:02:36.209]➜  cat >/tmp/go-build3619502580/b069/importcfg << 'EOF' # internal
2025-08-20T21:19:42.8703478Z [00:02:36.209]➜  # import config
2025-08-20T21:19:42.8704171Z [00:02:36.209]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:42.8705054Z [00:02:36.209]➜  packagefile internal/abi=/tmp/go-build3619502580/b006/_pkg_.a
2025-08-20T21:19:42.8706023Z [00:02:36.209]➜  packagefile internal/bytealg=/tmp/go-build3619502580/b011/_pkg_.a
2025-08-20T21:19:42.8707024Z [00:02:36.209]➜  packagefile internal/stringslite=/tmp/go-build3619502580/b032/_pkg_.a
2025-08-20T21:19:42.8707927Z [00:02:36.209]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:42.8709035Z [00:02:36.209]➜  packagefile iter=/tmp/go-build3619502580/b039/_pkg_.a
2025-08-20T21:19:42.8709890Z [00:02:36.209]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:42.8710718Z [00:02:36.209]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:42.8711756Z [00:02:36.209]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:19:42.8712646Z [00:02:36.209]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:42.8713307Z [00:02:36.209]➜  EOF
2025-08-20T21:19:42.8717528Z [00:02:36.209]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b069/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b069=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid p5X9GGCbh0IlFMI_7Vz2/p5X9GGCbh0IlFMI_7Vz2 -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:19:42.9744506Z [00:02:36.312]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T21:19:42.9823451Z [00:02:36.321]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d # internal
2025-08-20T21:19:42.9838867Z [00:02:36.322]➜  hash
2025-08-20T21:19:42.9839387Z [00:02:36.322]➜  mkdir -p $WORK/b079/
2025-08-20T21:19:42.9840140Z [00:02:36.322]➜  cat >/tmp/go-build3619502580/b079/importcfg << 'EOF' # internal
2025-08-20T21:19:42.9840832Z [00:02:36.322]➜  # import config
2025-08-20T21:19:42.9842073Z [00:02:36.322]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:42.9842760Z [00:02:36.322]➜  EOF
2025-08-20T21:19:42.9845285Z [00:02:36.323]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b079/_pkg_.a -trimpath "/root/.go/src/hash=>hash;$WORK/b079=>" -p hash -lang=go1.25 -std -complete -installsuffix shared -buildid Tkz1fl-WPXxHIfzaF8D7/Tkz1fl-WPXxHIfzaF8D7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b079/importcfg -pack /root/.go/src/hash/hash.go
2025-08-20T21:19:43.0114642Z [00:02:36.345]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T21:19:43.0116294Z [00:02:36.346]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/ea/ea3cec29e9ac09c6ce47789ddb1c892ff5a0d98aba0aa426006a0f60450baa95-d # internal
2025-08-20T21:19:43.0117442Z [00:02:36.347]➜  hash/crc32
2025-08-20T21:19:43.0117938Z [00:02:36.347]➜  mkdir -p $WORK/b078/
2025-08-20T21:19:43.0118573Z [00:02:36.347]➜  echo -n > $WORK/b078/go_asm.h # internal
2025-08-20T21:19:43.0119197Z [00:02:36.351]➜  cd /root/.go/src/hash/crc32
2025-08-20T21:19:43.0122636Z [00:02:36.351]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b078/symabis ./crc32_amd64.s
2025-08-20T21:19:43.0243223Z [00:02:36.358]➜  cat >/tmp/go-build3619502580/b078/importcfg << 'EOF' # internal
2025-08-20T21:19:43.0244784Z [00:02:36.358]➜  # import config
2025-08-20T21:19:43.0246455Z [00:02:36.358]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:43.0248635Z [00:02:36.358]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:19:43.0249974Z [00:02:36.358]➜  packagefile internal/byteorder=/tmp/go-build3619502580/b013/_pkg_.a
2025-08-20T21:19:43.0251956Z [00:02:36.358]➜  packagefile internal/cpu=/tmp/go-build3619502580/b012/_pkg_.a
2025-08-20T21:19:43.0254271Z [00:02:36.358]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:43.0255214Z [00:02:36.358]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:43.0255901Z [00:02:36.358]➜  EOF
2025-08-20T21:19:43.0256424Z [00:02:36.358]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:43.0260438Z [00:02:36.358]➜  /root/.go/pkg/tool/linux_amd64/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 OevusF61XqBiglh2go0s/OevusF61XqBiglh2go0s -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_amd64.go /root/.go/src/hash/crc32/crc32_generic.go /root/.go/src/hash/crc32/gen.go
2025-08-20T21:19:43.1181918Z [00:02:36.453]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T21:19:43.1184364Z [00:02:36.457]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d # internal
2025-08-20T21:19:43.1185908Z [00:02:36.458]➜  encoding/base64
2025-08-20T21:19:43.1187128Z [00:02:36.458]➜  mkdir -p $WORK/b055/
2025-08-20T21:19:43.1208629Z [00:02:36.460]➜  cat >/tmp/go-build3619502580/b055/importcfg << 'EOF' # internal
2025-08-20T21:19:43.1212183Z [00:02:36.460]➜  # import config
2025-08-20T21:19:43.1217492Z [00:02:36.460]➜  packagefile internal/byteorder=/tmp/go-build3619502580/b013/_pkg_.a
2025-08-20T21:19:43.1218561Z [00:02:36.460]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:43.1219397Z [00:02:36.460]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:43.1220240Z [00:02:36.460]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:43.1220877Z [00:02:36.460]➜  EOF
2025-08-20T21:19:43.1224322Z [00:02:36.461]➜  /root/.go/pkg/tool/linux_amd64/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 WtfAcfMQFJdbATnk5y5y/WtfAcfMQFJdbATnk5y5y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b055/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T21:19:43.1563747Z [00:02:36.493]➜  cd /root/.go/src/hash/crc32
2025-08-20T21:19:43.1568035Z [00:02:36.493]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -o $WORK/b078/crc32_amd64.o ./crc32_amd64.s
2025-08-20T21:19:43.1751085Z [00:02:36.514]➜  go tool pack r $WORK/b078/_pkg_.a $WORK/b078/crc32_amd64.o # internal
2025-08-20T21:19:43.1754865Z [00:02:36.515]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T21:19:43.1781053Z [00:02:36.515]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/e3/e36bce83c26b8b2ee1e4252372500667e678fc49dc293d7ad42ca57243f7f1c5-d # internal
2025-08-20T21:19:43.1782338Z [00:02:36.516]➜  reflect
2025-08-20T21:19:43.1782810Z [00:02:36.516]➜  mkdir -p $WORK/b062/
2025-08-20T21:19:43.1783466Z [00:02:36.517]➜  echo -n > $WORK/b062/go_asm.h # internal
2025-08-20T21:19:43.1784065Z [00:02:36.517]➜  cd /root/.go/src/reflect
2025-08-20T21:19:43.1785952Z [00:02:36.517]➜  /root/.go/pkg/tool/linux_amd64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b062=>" -I $WORK/b062/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b062/symabis ./asm_amd64.s
2025-08-20T21:19:43.1891883Z [00:02:36.528]➜  cat >/tmp/go-build3619502580/b062/importcfg << 'EOF' # internal
2025-08-20T21:19:43.1902574Z [00:02:36.528]➜  # import config
2025-08-20T21:19:43.1903284Z [00:02:36.528]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:43.1904190Z [00:02:36.528]➜  packagefile internal/abi=/tmp/go-build3619502580/b006/_pkg_.a
2025-08-20T21:19:43.1905157Z [00:02:36.528]➜  packagefile internal/bytealg=/tmp/go-build3619502580/b011/_pkg_.a
2025-08-20T21:19:43.1906178Z [00:02:36.528]➜  packagefile internal/goarch=/tmp/go-build3619502580/b007/_pkg_.a
2025-08-20T21:19:43.1907149Z [00:02:36.528]➜  packagefile internal/itoa=/tmp/go-build3619502580/b048/_pkg_.a
2025-08-20T21:19:43.1908089Z [00:02:36.528]➜  packagefile internal/race=/tmp/go-build3619502580/b030/_pkg_.a
2025-08-20T21:19:43.1909131Z [00:02:36.528]➜  packagefile internal/runtime/maps=/tmp/go-build3619502580/b027/_pkg_.a
2025-08-20T21:19:43.1910177Z [00:02:36.528]➜  packagefile internal/runtime/sys=/tmp/go-build3619502580/b031/_pkg_.a
2025-08-20T21:19:43.1911424Z [00:02:36.528]➜  packagefile internal/unsafeheader=/tmp/go-build3619502580/b009/_pkg_.a
2025-08-20T21:19:43.1912411Z [00:02:36.528]➜  packagefile iter=/tmp/go-build3619502580/b039/_pkg_.a
2025-08-20T21:19:43.1913230Z [00:02:36.528]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:43.1914054Z [00:02:36.528]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:43.1914964Z [00:02:36.528]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:43.1916070Z [00:02:36.528]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:43.1916918Z [00:02:36.528]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:19:43.1917815Z [00:02:36.528]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:43.1918514Z [00:02:36.528]➜  EOF
2025-08-20T21:19:43.1918996Z [00:02:36.528]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:43.1924776Z [00:02:36.528]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b062/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b062=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid 5sHFdcVSOaePWPa_osmi/5sHFdcVSOaePWPa_osmi -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:19:43.2309419Z [00:02:36.568]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T21:19:43.2312313Z [00:02:36.570]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d # internal
2025-08-20T21:19:43.2315509Z [00:02:36.571]➜  bufio
2025-08-20T21:19:43.2316181Z [00:02:36.571]➜  mkdir -p $WORK/b073/
2025-08-20T21:19:43.2321822Z [00:02:36.571]➜  cat >/tmp/go-build3619502580/b073/importcfg << 'EOF' # internal
2025-08-20T21:19:43.2322497Z [00:02:36.571]➜  # import config
2025-08-20T21:19:43.2323118Z [00:02:36.571]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:43.2323894Z [00:02:36.571]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:43.2324670Z [00:02:36.571]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:43.2325445Z [00:02:36.571]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:43.2326262Z [00:02:36.571]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:43.2327145Z [00:02:36.571]➜  EOF
2025-08-20T21:19:43.2330491Z [00:02:36.572]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b073/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b073=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid lMiptq_IVFXdFizLJxvr/lMiptq_IVFXdFizLJxvr -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:19:43.2386105Z [00:02:36.578]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T21:19:43.2421979Z [00:02:36.581]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d # internal
2025-08-20T21:19:43.2423156Z [00:02:36.581]➜  crypto
2025-08-20T21:19:43.2423652Z [00:02:36.581]➜  mkdir -p $WORK/b083/
2025-08-20T21:19:43.2424407Z [00:02:36.581]➜  cat >/tmp/go-build3619502580/b083/importcfg << 'EOF' # internal
2025-08-20T21:19:43.2425062Z [00:02:36.581]➜  # import config
2025-08-20T21:19:43.2425737Z [00:02:36.581]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:19:43.2426530Z [00:02:36.581]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:43.2427349Z [00:02:36.581]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:43.2427986Z [00:02:36.581]➜  EOF
2025-08-20T21:19:43.2430542Z [00:02:36.581]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b083/_pkg_.a -trimpath "/root/.go/src/crypto=>crypto;$WORK/b083=>" -p crypto -lang=go1.25 -std -complete -installsuffix shared -buildid Fj1ZPg0uZ0_I-9QQNO9R/Fj1ZPg0uZ0_I-9QQNO9R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b083/importcfg -pack /root/.go/src/crypto/crypto.go
2025-08-20T21:19:43.2757190Z [00:02:36.615]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T21:19:43.2770035Z [00:02:36.615]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/96/964cbef8d5cdfd5593486576c38d729dd29f6f299f4ae62394160f27cbdd46c4-d # internal
2025-08-20T21:19:43.2771526Z [00:02:36.615]➜  crypto/internal/fips140deps/godebug
2025-08-20T21:19:43.2772153Z [00:02:36.615]➜  mkdir -p $WORK/b087/
2025-08-20T21:19:43.2783164Z [00:02:36.618]➜  cat >/tmp/go-build3619502580/b087/importcfg << 'EOF' # internal
2025-08-20T21:19:43.2784213Z [00:02:36.618]➜  # import config
2025-08-20T21:19:43.2786256Z [00:02:36.618]➜  packagefile internal/godebug=/tmp/go-build3619502580/b045/_pkg_.a
2025-08-20T21:19:43.2787277Z [00:02:36.618]➜  EOF
2025-08-20T21:19:43.2793994Z [00:02:36.618]➜  /root/.go/pkg/tool/linux_amd64/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 VIJSljRWa8MllpNt2aD7/VIJSljRWa8MllpNt2aD7 -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:19:43.3026889Z [00:02:36.642]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T21:19:43.3036302Z [00:02:36.643]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/0c/0c5730bd9b04c0157b40a272fb5c8411bfbf1c513b13ba1a1af91298f757e2e4-d # internal
2025-08-20T21:19:43.3042916Z [00:02:36.643]➜  crypto/internal/fips140
2025-08-20T21:19:43.3047017Z [00:02:36.643]➜  mkdir -p $WORK/b086/
2025-08-20T21:19:43.3047788Z [00:02:36.644]➜  cat >/tmp/go-build3619502580/b086/importcfg << 'EOF' # internal
2025-08-20T21:19:43.3050029Z [00:02:36.644]➜  # import config
2025-08-20T21:19:43.3055337Z [00:02:36.644]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3619502580/b087/_pkg_.a
2025-08-20T21:19:43.3056388Z [00:02:36.644]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:43.3057233Z [00:02:36.644]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:19:43.3058042Z [00:02:36.644]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:43.3058877Z [00:02:36.644]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:43.3059826Z [00:02:36.644]➜  EOF
2025-08-20T21:19:43.3078371Z [00:02:36.647]➜  /root/.go/pkg/tool/linux_amd64/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 wXIzNFqboyIQjN9qzn4-/wXIzNFqboyIQjN9qzn4- -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:19:43.3211005Z [00:02:36.660]➜  cd /root/.go/src/syscall
2025-08-20T21:19:43.3213802Z [00:02:36.660]➜  /root/.go/pkg/tool/linux_amd64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b047=>" -I $WORK/b047/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b047/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T21:19:43.3215735Z [00:02:36.661]➜  go tool pack r $WORK/b047/_pkg_.a $WORK/b047/asm_linux_amd64.o # internal
2025-08-20T21:19:43.3216561Z [00:02:36.661]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T21:19:43.3262904Z [00:02:36.665]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T21:19:43.3279399Z [00:02:36.667]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d # internal
2025-08-20T21:19:43.3286660Z [00:02:36.668]➜  crypto/internal/impl
2025-08-20T21:19:43.3287190Z [00:02:36.668]➜  mkdir -p $WORK/b094/
2025-08-20T21:19:43.3288831Z [00:02:36.668]➜  cat >/tmp/go-build3619502580/b094/importcfg << 'EOF' # internal
2025-08-20T21:19:43.3296545Z [00:02:36.668]➜  # import config
2025-08-20T21:19:43.3297352Z [00:02:36.668]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:43.3298022Z [00:02:36.668]➜  EOF
2025-08-20T21:19:43.3298545Z [00:02:36.668]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:43.3303412Z [00:02:36.668]➜  /root/.go/pkg/tool/linux_amd64/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 MTfnrs0FwfvqLipeq-UV/MTfnrs0FwfvqLipeq-UV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b094/importcfg -pack /root/.go/src/crypto/internal/impl/impl.go
2025-08-20T21:19:43.3342646Z [00:02:36.673]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d # internal
2025-08-20T21:19:43.3352598Z [00:02:36.674]➜  time
2025-08-20T21:19:43.3358049Z [00:02:36.675]➜  mkdir -p $WORK/b044/
2025-08-20T21:19:43.3362823Z [00:02:36.675]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T21:19:43.3367400Z [00:02:36.676]➜  cat >/tmp/go-build3619502580/b044/importcfg << 'EOF' # internal
2025-08-20T21:19:43.3371750Z [00:02:36.676]➜  # import config
2025-08-20T21:19:43.3374314Z [00:02:36.676]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:43.3375304Z [00:02:36.676]➜  packagefile internal/bytealg=/tmp/go-build3619502580/b011/_pkg_.a
2025-08-20T21:19:43.3376259Z [00:02:36.676]➜  packagefile internal/godebug=/tmp/go-build3619502580/b045/_pkg_.a
2025-08-20T21:19:43.3377230Z [00:02:36.676]➜  packagefile internal/stringslite=/tmp/go-build3619502580/b032/_pkg_.a
2025-08-20T21:19:43.3378155Z [00:02:36.676]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:43.3378995Z [00:02:36.676]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:43.3379860Z [00:02:36.676]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:43.3380740Z [00:02:36.676]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:19:43.3381563Z [00:02:36.676]➜  EOF
2025-08-20T21:19:43.3385900Z [00:02:36.676]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b044/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b044=>" -p time -lang=go1.25 -std -installsuffix shared -buildid SpkV7-F9eS-s5mbczKeK/SpkV7-F9eS-s5mbczKeK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/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:19:43.3394213Z [00:02:36.678]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/fb/fb49772351f8add8f503a109e09d0fb25191ef747bd52d2a6b73ed0d05268c9e-d # internal
2025-08-20T21:19:43.3395936Z [00:02:36.679]➜  internal/syscall/unix
2025-08-20T21:19:43.3396753Z [00:02:36.679]➜  mkdir -p $WORK/b066/
2025-08-20T21:19:43.3397754Z [00:02:36.679]➜  cat >/tmp/go-build3619502580/b066/importcfg << 'EOF' # internal
2025-08-20T21:19:43.3398647Z [00:02:36.679]➜  # import config
2025-08-20T21:19:43.3399605Z [00:02:36.679]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:43.3400639Z [00:02:36.679]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:43.3403244Z [00:02:36.679]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:19:43.3403895Z [00:02:36.679]➜  EOF
2025-08-20T21:19:43.3426948Z [00:02:36.679]➜  /root/.go/pkg/tool/linux_amd64/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 Psg3J4fdrymlNBBWuZrK/Psg3J4fdrymlNBBWuZrK -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_linux.go /root/.go/src/internal/syscall/unix/at_sysnum_newfstatat_linux.go /root/.go/src/internal/syscall/unix/constants.go /root/.go/src/internal/syscall/unix/copy_file_range_unix.go /root/.go/src/internal/syscall/unix/eaccess.go /root/.go/src/internal/syscall/unix/faccessat_syscall.go /root/.go/src/internal/syscall/unix/fcntl_unix.go /root/.go/src/internal/syscall/unix/getrandom.go /root/.go/src/internal/syscall/unix/getrandom_linux.go /root/.go/src/internal/syscall/unix/kernel_version_linux.go /root/.go/src/internal/syscall/unix/net.go /root/.go/src/internal/syscall/unix/nofollow_posix.go /root/.go/src/internal/syscall/unix/nonblocking_unix.go /root/.go/src/internal/syscall/unix/pidfd_linux.go /root/.go/src/internal/syscall/unix/renameat_sysnum_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux_other.go /root/.go/src/internal/syscall/unix/syscall.go /root/.go/src/internal/syscall/unix/sysnum_linux_amd64.go /root/.go/src/internal/syscall/unix/tcsetpgrp_linux.go /root/.go/src/internal/syscall/unix/utimes.go /root/.go/src/internal/syscall/unix/waitid_linux.go
2025-08-20T21:19:43.3477358Z [00:02:36.687]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T21:19:43.3486322Z [00:02:36.688]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/68/68d8c6d8ca67668a4e86b0c93cd4057bc6649e016e09cd2c266bb5ccdd8cebc6-d # internal
2025-08-20T21:19:43.3496217Z [00:02:36.688]➜  internal/syscall/execenv
2025-08-20T21:19:43.3496823Z [00:02:36.688]➜  mkdir -p $WORK/b067/
2025-08-20T21:19:43.3517823Z [00:02:36.689]➜  cat >/tmp/go-build3619502580/b067/importcfg << 'EOF' # internal
2025-08-20T21:19:43.3518559Z [00:02:36.689]➜  # import config
2025-08-20T21:19:43.3519272Z [00:02:36.689]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:19:43.3519918Z [00:02:36.689]➜  EOF
2025-08-20T21:19:43.3523341Z [00:02:36.689]➜  /root/.go/pkg/tool/linux_amd64/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 VBTr6_FsAtNdiuAsmKeK/VBTr6_FsAtNdiuAsmKeK -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:19:43.3704516Z [00:02:36.709]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T21:19:43.3754663Z [00:02:36.715]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/78/78e88c038ec7f33ab30907b2537c216118212cff0bd9c32c48b63c9f653b5cdf-d # internal
2025-08-20T21:19:43.3764052Z [00:02:36.715]➜  crypto/internal/fips140/sha256
2025-08-20T21:19:43.3764782Z [00:02:36.715]➜  mkdir -p $WORK/b091/
2025-08-20T21:19:43.3765337Z [00:02:36.715]➜  echo -n > $WORK/b091/go_asm.h # internal
2025-08-20T21:19:43.3766053Z [00:02:36.715]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T21:19:43.3768626Z [00:02:36.715]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b091=>" -I $WORK/b091/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b091/symabis ./sha256block_amd64.s
2025-08-20T21:19:43.3828494Z [00:02:36.722]➜  cat >/tmp/go-build3619502580/b091/importcfg << 'EOF' # internal
2025-08-20T21:19:43.3831442Z [00:02:36.722]➜  # import config
2025-08-20T21:19:43.3833595Z [00:02:36.722]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:43.3835805Z [00:02:36.722]➜  packagefile crypto/internal/fips140=/tmp/go-build3619502580/b086/_pkg_.a
2025-08-20T21:19:43.3836957Z [00:02:36.722]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3619502580/b092/_pkg_.a
2025-08-20T21:19:43.3838167Z [00:02:36.722]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3619502580/b093/_pkg_.a
2025-08-20T21:19:43.3839511Z [00:02:36.722]➜  packagefile crypto/internal/impl=/tmp/go-build3619502580/b094/_pkg_.a
2025-08-20T21:19:43.3840433Z [00:02:36.723]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:43.3842678Z [00:02:36.723]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:19:43.3843568Z [00:02:36.723]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:43.3844187Z [00:02:36.723]➜  EOF
2025-08-20T21:19:43.3844654Z [00:02:36.723]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:43.3849721Z [00:02:36.723]➜  /root/.go/pkg/tool/linux_amd64/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 mgJv6PkvVtvfK86miliL/mgJv6PkvVtvfK86miliL -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_amd64.go
2025-08-20T21:19:43.3868238Z [00:02:36.726]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T21:19:43.3881188Z [00:02:36.727]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/ca/ca1cccbdbc48033da956e2ce732dd02418956360eb20980eeba15ecec95ce61a-d # internal
2025-08-20T21:19:43.3891186Z [00:02:36.728]➜  crypto/internal/fips140/sha3
2025-08-20T21:19:43.3896549Z [00:02:36.729]➜  mkdir -p $WORK/b095/
2025-08-20T21:19:43.3905156Z [00:02:36.730]➜  echo -n > $WORK/b095/go_asm.h # internal
2025-08-20T21:19:43.3911518Z [00:02:36.730]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T21:19:43.3918955Z [00:02:36.731]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b095=>" -I $WORK/b095/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b095/symabis ./sha3_amd64.s
2025-08-20T21:19:43.4020319Z [00:02:36.741]➜  cat >/tmp/go-build3619502580/b095/importcfg << 'EOF' # internal
2025-08-20T21:19:43.4029184Z [00:02:36.742]➜  # import config
2025-08-20T21:19:43.4029896Z [00:02:36.742]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:43.4030893Z [00:02:36.742]➜  packagefile crypto/internal/fips140=/tmp/go-build3619502580/b086/_pkg_.a
2025-08-20T21:19:43.4032232Z [00:02:36.742]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3619502580/b096/_pkg_.a
2025-08-20T21:19:43.4033476Z [00:02:36.742]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3619502580/b092/_pkg_.a
2025-08-20T21:19:43.4034725Z [00:02:36.742]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3619502580/b093/_pkg_.a
2025-08-20T21:19:43.4035739Z [00:02:36.742]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:43.4036599Z [00:02:36.742]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:43.4037240Z [00:02:36.742]➜  EOF
2025-08-20T21:19:43.4064624Z [00:02:36.746]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:43.4070715Z [00:02:36.746]➜  /root/.go/pkg/tool/linux_amd64/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 pKhCNDCH0S9hFXn29YXH/pKhCNDCH0S9hFXn29YXH -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_amd64.go /root/.go/src/crypto/internal/fips140/sha3/shake.go
2025-08-20T21:19:43.4823043Z [00:02:36.821]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T21:19:43.4830217Z [00:02:36.822]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b091=>" -I $WORK/b091/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b091/sha256block_amd64.o ./sha256block_amd64.s
2025-08-20T21:19:43.4971853Z [00:02:36.834]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T21:19:43.4975418Z [00:02:36.837]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b095=>" -I $WORK/b095/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b095/sha3_amd64.o ./sha3_amd64.s
2025-08-20T21:19:43.5006045Z [00:02:36.840]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T21:19:43.5024203Z [00:02:36.842]➜  go tool pack r $WORK/b091/_pkg_.a $WORK/b091/sha256block_amd64.o # internal
2025-08-20T21:19:43.5029085Z [00:02:36.842]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T21:19:43.5033257Z [00:02:36.842]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/7d/7d6e2b7c4c60f566808f2bab652e2ef5084f5e51e6daa3849c3f0426ad3e11a2-d # internal
2025-08-20T21:19:43.5038998Z [00:02:36.843]➜  crypto/internal/fips140/sha512
2025-08-20T21:19:43.5039629Z [00:02:36.843]➜  mkdir -p $WORK/b097/
2025-08-20T21:19:43.5046625Z [00:02:36.844]➜  echo -n > $WORK/b097/go_asm.h # internal
2025-08-20T21:19:43.5064397Z [00:02:36.844]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T21:19:43.5068980Z [00:02:36.846]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b097=>" -I $WORK/b097/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b097/symabis ./sha512block_amd64.s
2025-08-20T21:19:43.5149904Z [00:02:36.854]➜  cat >/tmp/go-build3619502580/b097/importcfg << 'EOF' # internal
2025-08-20T21:19:43.5150685Z [00:02:36.854]➜  # import config
2025-08-20T21:19:43.5151810Z [00:02:36.854]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:43.5152726Z [00:02:36.854]➜  packagefile crypto/internal/fips140=/tmp/go-build3619502580/b086/_pkg_.a
2025-08-20T21:19:43.5153845Z [00:02:36.854]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3619502580/b092/_pkg_.a
2025-08-20T21:19:43.5154997Z [00:02:36.854]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3619502580/b093/_pkg_.a
2025-08-20T21:19:43.5156056Z [00:02:36.854]➜  packagefile crypto/internal/impl=/tmp/go-build3619502580/b094/_pkg_.a
2025-08-20T21:19:43.5156957Z [00:02:36.854]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:43.5157724Z [00:02:36.854]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:19:43.5158430Z [00:02:36.854]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:43.5159067Z [00:02:36.854]➜  EOF
2025-08-20T21:19:43.5161572Z [00:02:36.855]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:43.5167114Z [00:02:36.855]➜  /root/.go/pkg/tool/linux_amd64/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 NqVWzt-uxvhAMtyS56fb/NqVWzt-uxvhAMtyS56fb -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_amd64.go
2025-08-20T21:19:43.5254064Z [00:02:36.865]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T21:19:43.5258982Z [00:02:36.865]➜  go tool pack r $WORK/b095/_pkg_.a $WORK/b095/sha3_amd64.o # internal
2025-08-20T21:19:43.5264514Z [00:02:36.866]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T21:19:43.5266076Z [00:02:36.866]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/05/05f5a8059656ac712e82d3863d001cd9c9cf4ee590101be92985e39fc5e5f3f8-d # internal
2025-08-20T21:19:43.5267304Z [00:02:36.866]➜  math/rand/v2
2025-08-20T21:19:43.5267929Z [00:02:36.866]➜  mkdir -p $WORK/b103/
2025-08-20T21:19:43.5268760Z [00:02:36.866]➜  cat >/tmp/go-build3619502580/b103/importcfg << 'EOF' # internal
2025-08-20T21:19:43.5269634Z [00:02:36.866]➜  # import config
2025-08-20T21:19:43.5270574Z [00:02:36.866]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:43.5271890Z [00:02:36.866]➜  packagefile internal/byteorder=/tmp/go-build3619502580/b013/_pkg_.a
2025-08-20T21:19:43.5273889Z [00:02:36.866]➜  packagefile internal/chacha8rand=/tmp/go-build3619502580/b014/_pkg_.a
2025-08-20T21:19:43.5274804Z [00:02:36.866]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:43.5275653Z [00:02:36.866]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:43.5276252Z [00:02:36.866]➜  EOF
2025-08-20T21:19:43.5276715Z [00:02:36.866]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:43.5280758Z [00:02:36.866]➜  /root/.go/pkg/tool/linux_amd64/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 nHJkHXwWtvYoiSAWDcVC/nHJkHXwWtvYoiSAWDcVC -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:19:43.6098058Z [00:02:36.948]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T21:19:43.6104619Z [00:02:36.949]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b097=>" -I $WORK/b097/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b097/sha512block_amd64.o ./sha512block_amd64.s
2025-08-20T21:19:43.6231622Z [00:02:36.962]➜  go tool pack r $WORK/b097/_pkg_.a $WORK/b097/sha512block_amd64.o # internal
2025-08-20T21:19:43.6244082Z [00:02:36.963]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T21:19:43.6250626Z [00:02:36.964]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/2f/2f5055d5155c1024f9b3a73067545951c7c9ac73d2a344f94926032e30318791-d # internal
2025-08-20T21:19:43.6259292Z [00:02:36.964]➜  crypto/internal/fips140/hmac
2025-08-20T21:19:43.6259887Z [00:02:36.964]➜  mkdir -p $WORK/b090/
2025-08-20T21:19:43.6260497Z [00:02:36.965]➜  cat >/tmp/go-build3619502580/b090/importcfg << 'EOF' # internal
2025-08-20T21:19:43.6261348Z [00:02:36.965]➜  # import config
2025-08-20T21:19:43.6262028Z [00:02:36.965]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:43.6262986Z [00:02:36.965]➜  packagefile crypto/internal/fips140=/tmp/go-build3619502580/b086/_pkg_.a
2025-08-20T21:19:43.6264120Z [00:02:36.965]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3619502580/b091/_pkg_.a
2025-08-20T21:19:43.6265305Z [00:02:36.965]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3619502580/b095/_pkg_.a
2025-08-20T21:19:43.6266492Z [00:02:36.965]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3619502580/b097/_pkg_.a
2025-08-20T21:19:43.6267492Z [00:02:36.965]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:43.6268346Z [00:02:36.965]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:19:43.6268971Z [00:02:36.965]➜  EOF
2025-08-20T21:19:43.6269464Z [00:02:36.965]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:43.6296480Z [00:02:36.969]➜  /root/.go/pkg/tool/linux_amd64/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 Xiiz0L1g_PX2TJEdwLnE/Xiiz0L1g_PX2TJEdwLnE -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:19:43.6629325Z [00:02:37.002]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T21:19:43.6713867Z [00:02:37.011]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/17/17b56db114ed17959e0e2327e0c36b22c2e62de1ec66bce371463eb8c2bddbbb-d # internal
2025-08-20T21:19:43.6716267Z [00:02:37.011]➜  crypto/internal/randutil
2025-08-20T21:19:43.6728597Z [00:02:37.012]➜  mkdir -p $WORK/b102/
2025-08-20T21:19:43.6733853Z [00:02:37.013]➜  cat >/tmp/go-build3619502580/b102/importcfg << 'EOF' # internal
2025-08-20T21:19:43.6737275Z [00:02:37.013]➜  # import config
2025-08-20T21:19:43.6737939Z [00:02:37.013]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:43.6738749Z [00:02:37.013]➜  packagefile math/rand/v2=/tmp/go-build3619502580/b103/_pkg_.a
2025-08-20T21:19:43.6739366Z [00:02:37.013]➜  EOF
2025-08-20T21:19:43.6739922Z [00:02:37.013]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T21:19:43.6747864Z [00:02:37.014]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/61/6156ee615bc7e6a0829170545a39e8fc56847b7139a303c4caa12a871bd65309-d # internal
2025-08-20T21:19:43.6763483Z [00:02:37.015]➜  /root/.go/pkg/tool/linux_amd64/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 _LRhhiq8CBtsB7r7ckZx/_LRhhiq8CBtsB7r7ckZx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b102/importcfg -pack /root/.go/src/crypto/internal/randutil/randutil.go
2025-08-20T21:19:43.6766473Z [00:02:37.015]➜  crypto/internal/fips140/check
2025-08-20T21:19:43.6767047Z [00:02:37.015]➜  mkdir -p $WORK/b089/
2025-08-20T21:19:43.6793669Z [00:02:37.019]➜  cat >/tmp/go-build3619502580/b089/importcfg << 'EOF' # internal
2025-08-20T21:19:43.6799623Z [00:02:37.019]➜  # import config
2025-08-20T21:19:43.6800471Z [00:02:37.019]➜  packagefile crypto/internal/fips140=/tmp/go-build3619502580/b086/_pkg_.a
2025-08-20T21:19:43.6801881Z [00:02:37.019]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3619502580/b090/_pkg_.a
2025-08-20T21:19:43.6803069Z [00:02:37.019]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3619502580/b091/_pkg_.a
2025-08-20T21:19:43.6804293Z [00:02:37.019]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3619502580/b092/_pkg_.a
2025-08-20T21:19:43.6805505Z [00:02:37.019]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3619502580/b087/_pkg_.a
2025-08-20T21:19:43.6806487Z [00:02:37.019]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:43.6807108Z [00:02:37.019]➜  EOF
2025-08-20T21:19:43.6810374Z [00:02:37.019]➜  /root/.go/pkg/tool/linux_amd64/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 Zxi71vD5hbYwOcUgAqgZ/Zxi71vD5hbYwOcUgAqgZ -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:19:43.6918906Z [00:02:37.031]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T21:19:43.6921077Z [00:02:37.031]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/fc/fcda4929577983205113835be267785e1283b19f36bcf041335af2981fdad11d-d # internal
2025-08-20T21:19:43.6923128Z [00:02:37.031]➜  math/rand
2025-08-20T21:19:43.6927636Z [00:02:37.032]➜  mkdir -p $WORK/b108/
2025-08-20T21:19:43.6928435Z [00:02:37.032]➜  cat >/tmp/go-build3619502580/b108/importcfg << 'EOF' # internal
2025-08-20T21:19:43.6929409Z [00:02:37.032]➜  # import config
2025-08-20T21:19:43.6930191Z [00:02:37.032]➜  packagefile internal/godebug=/tmp/go-build3619502580/b045/_pkg_.a
2025-08-20T21:19:43.6931074Z [00:02:37.032]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:43.6932144Z [00:02:37.032]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:43.6952765Z [00:02:37.032]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:43.6953460Z [00:02:37.032]➜  EOF
2025-08-20T21:19:43.6957014Z [00:02:37.033]➜  /root/.go/pkg/tool/linux_amd64/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 IdCcwEfHNes69rENPqub/IdCcwEfHNes69rENPqub -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:19:43.7213565Z [00:02:37.060]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T21:19:43.7229225Z [00:02:37.062]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/d4/d4b96864abeddf49c37f9d1b6ca57baee0a45125ad9b361e59aa46a98b9c624e-d # internal
2025-08-20T21:19:43.7235963Z [00:02:37.062]➜  crypto/internal/fips140/aes
2025-08-20T21:19:43.7236763Z [00:02:37.062]➜  mkdir -p $WORK/b085/
2025-08-20T21:19:43.7237401Z [00:02:37.063]➜  echo -n > $WORK/b085/go_asm.h # internal
2025-08-20T21:19:43.7239449Z [00:02:37.063]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T21:19:43.7242555Z [00:02:37.063]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b085=>" -I $WORK/b085/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b085/symabis ./aes_amd64.s ./ctr_amd64.s
2025-08-20T21:19:43.7352177Z [00:02:37.074]➜  cat >/tmp/go-build3619502580/b085/importcfg << 'EOF' # internal
2025-08-20T21:19:43.7357234Z [00:02:37.075]➜  # import config
2025-08-20T21:19:43.7357926Z [00:02:37.075]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:43.7359638Z [00:02:37.075]➜  packagefile crypto/internal/fips140=/tmp/go-build3619502580/b086/_pkg_.a
2025-08-20T21:19:43.7362742Z [00:02:37.075]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3619502580/b088/_pkg_.a
2025-08-20T21:19:43.7363901Z [00:02:37.075]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3619502580/b089/_pkg_.a
2025-08-20T21:19:43.7365045Z [00:02:37.075]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3619502580/b096/_pkg_.a
2025-08-20T21:19:43.7366249Z [00:02:37.075]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3619502580/b092/_pkg_.a
2025-08-20T21:19:43.7367456Z [00:02:37.075]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3619502580/b093/_pkg_.a
2025-08-20T21:19:43.7368683Z [00:02:37.075]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3619502580/b087/_pkg_.a
2025-08-20T21:19:43.7369804Z [00:02:37.075]➜  packagefile crypto/internal/impl=/tmp/go-build3619502580/b094/_pkg_.a
2025-08-20T21:19:43.7370710Z [00:02:37.075]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:43.7371794Z [00:02:37.075]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:43.7372656Z [00:02:37.075]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:43.7373273Z [00:02:37.075]➜  EOF
2025-08-20T21:19:43.7373743Z [00:02:37.075]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:43.7380593Z [00:02:37.075]➜  /root/.go/pkg/tool/linux_amd64/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 HsmuOwP-pFmxRFxv5gV2/HsmuOwP-pFmxRFxv5gV2 -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:19:43.7881763Z [00:02:37.127]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T21:19:43.7901162Z [00:02:37.129]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/d6/d6167c1fbe235e4f6aca895c25d9174035249f1f06eae1fa10cc23f56b62cb84-d # internal
2025-08-20T21:19:43.7908953Z [00:02:37.130]➜  crypto/internal/fips140/nistec/fiat
2025-08-20T21:19:43.7912613Z [00:02:37.130]➜  mkdir -p $WORK/b115/
2025-08-20T21:19:43.7917595Z [00:02:37.131]➜  cat >/tmp/go-build3619502580/b115/importcfg << 'EOF' # internal
2025-08-20T21:19:43.7925876Z [00:02:37.131]➜  # import config
2025-08-20T21:19:43.7926764Z [00:02:37.131]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3619502580/b089/_pkg_.a
2025-08-20T21:19:43.7927993Z [00:02:37.131]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3619502580/b096/_pkg_.a
2025-08-20T21:19:43.7928991Z [00:02:37.131]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:43.7929843Z [00:02:37.131]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:43.7930506Z [00:02:37.131]➜  EOF
2025-08-20T21:19:43.7940735Z [00:02:37.131]➜  /root/.go/pkg/tool/linux_amd64/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 aAIROas4ZiygnXwYwICn/aAIROas4ZiygnXwYwICn -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:19:43.8611520Z [00:02:37.200]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T21:19:43.8616239Z [00:02:37.201]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b085=>" -I $WORK/b085/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b085/aes_amd64.o ./aes_amd64.s
2025-08-20T21:19:43.8674354Z [00:02:37.206]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b085=>" -I $WORK/b085/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b085/ctr_amd64.o ./ctr_amd64.s
2025-08-20T21:19:43.8712101Z [00:02:37.210]➜  go tool pack r $WORK/b085/_pkg_.a $WORK/b085/aes_amd64.o $WORK/b085/ctr_amd64.o # internal
2025-08-20T21:19:43.8713199Z [00:02:37.210]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T21:19:43.8726839Z [00:02:37.212]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/bc/bcd13a7f0dc5edd815fcd26319f95d30cd9827ff1e7d348151785b284326216e-d # internal
2025-08-20T21:19:43.8730113Z [00:02:37.212]➜  crypto/internal/fips140/edwards25519/field
2025-08-20T21:19:43.8730783Z [00:02:37.212]➜  mkdir -p $WORK/b116/
2025-08-20T21:19:43.8737145Z [00:02:37.213]➜  echo -n > $WORK/b116/go_asm.h # internal
2025-08-20T21:19:43.8738073Z [00:02:37.213]➜  cd /root/.go/src/crypto/internal/fips140/edwards25519/field
2025-08-20T21:19:43.8741060Z [00:02:37.213]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/edwards25519/field -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b116=>" -I $WORK/b116/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b116/symabis ./fe_amd64.s
2025-08-20T21:19:43.8775359Z [00:02:37.216]➜  cat >/tmp/go-build3619502580/b116/importcfg << 'EOF' # internal
2025-08-20T21:19:43.8797334Z [00:02:37.216]➜  # import config
2025-08-20T21:19:43.8798263Z [00:02:37.216]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3619502580/b089/_pkg_.a
2025-08-20T21:19:43.8799485Z [00:02:37.216]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3619502580/b096/_pkg_.a
2025-08-20T21:19:43.8800762Z [00:02:37.216]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3619502580/b092/_pkg_.a
2025-08-20T21:19:43.8802071Z [00:02:37.216]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:43.8802966Z [00:02:37.216]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:43.8803910Z [00:02:37.216]➜  EOF
2025-08-20T21:19:43.8804663Z [00:02:37.217]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:43.8810199Z [00:02:37.217]➜  /root/.go/pkg/tool/linux_amd64/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 -installsuffix shared -buildid e_GAB4rhbgWoyM3MCIOm/e_GAB4rhbgWoyM3MCIOm -goversion go1.25.0 -symabis $WORK/b116/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b116/importcfg -pack -asmhdr $WORK/b116/go_asm.h /root/.go/src/crypto/internal/fips140/edwards25519/field/fe.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_amd64.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_generic.go
2025-08-20T21:19:43.8917242Z [00:02:37.231]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T21:19:43.8962474Z [00:02:37.235]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d # internal
2025-08-20T21:19:43.8968788Z [00:02:37.236]➜  context
2025-08-20T21:19:43.8969288Z [00:02:37.236]➜  mkdir -p $WORK/b043/
2025-08-20T21:19:43.8970018Z [00:02:37.236]➜  cat >/tmp/go-build3619502580/b043/importcfg << 'EOF' # internal
2025-08-20T21:19:43.8970717Z [00:02:37.236]➜  # import config
2025-08-20T21:19:43.8971611Z [00:02:37.236]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:43.8972626Z [00:02:37.236]➜  packagefile internal/reflectlite=/tmp/go-build3619502580/b005/_pkg_.a
2025-08-20T21:19:43.8973568Z [00:02:37.236]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:43.8974425Z [00:02:37.236]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:43.8975281Z [00:02:37.236]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:43.8975893Z [00:02:37.236]➜  EOF
2025-08-20T21:19:43.8978532Z [00:02:37.236]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b043/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b043=>" -p context -lang=go1.25 -std -complete -installsuffix shared -buildid cqkdNwrifRVhLsX1-tMY/cqkdNwrifRVhLsX1-tMY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b043/importcfg -pack /root/.go/src/context/context.go
2025-08-20T21:19:43.9369472Z [00:02:37.276]➜  cd /root/.go/src/crypto/internal/fips140/edwards25519/field
2025-08-20T21:19:43.9375302Z [00:02:37.276]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/edwards25519/field -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b116=>" -I $WORK/b116/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b116/fe_amd64.o ./fe_amd64.s
2025-08-20T21:19:43.9462909Z [00:02:37.285]➜  go tool pack r $WORK/b116/_pkg_.a $WORK/b116/fe_amd64.o # internal
2025-08-20T21:19:43.9465534Z [00:02:37.286]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T21:19:43.9468985Z [00:02:37.286]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/35/35a562b80ddd68a8109b61c6c0ad69c6250d162c4b5e729809ccf7665f213573-d # internal
2025-08-20T21:19:43.9475326Z [00:02:37.287]➜  io/fs
2025-08-20T21:19:43.9477459Z [00:02:37.287]➜  mkdir -p $WORK/b053/
2025-08-20T21:19:43.9479948Z [00:02:37.287]➜  cat >/tmp/go-build3619502580/b053/importcfg << 'EOF' # internal
2025-08-20T21:19:43.9481048Z [00:02:37.287]➜  # import config
2025-08-20T21:19:43.9481980Z [00:02:37.287]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:43.9484945Z [00:02:37.287]➜  packagefile internal/bytealg=/tmp/go-build3619502580/b011/_pkg_.a
2025-08-20T21:19:43.9485944Z [00:02:37.287]➜  packagefile internal/oserror=/tmp/go-build3619502580/b049/_pkg_.a
2025-08-20T21:19:43.9486846Z [00:02:37.287]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:43.9487665Z [00:02:37.287]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:19:43.9488472Z [00:02:37.287]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:43.9489272Z [00:02:37.287]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:43.9490114Z [00:02:37.287]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:43.9490781Z [00:02:37.287]➜  EOF
2025-08-20T21:19:43.9491481Z [00:02:37.287]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:43.9495694Z [00:02:37.287]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b053/_pkg_.a -trimpath "/root/.go/src/io/fs=>io/fs;$WORK/b053=>" -p io/fs -lang=go1.25 -std -complete -installsuffix shared -buildid pq2CM60xOM7HPAgcBiSM/pq2CM60xOM7HPAgcBiSM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b053/importcfg -pack /root/.go/src/io/fs/format.go /root/.go/src/io/fs/fs.go /root/.go/src/io/fs/glob.go /root/.go/src/io/fs/readdir.go /root/.go/src/io/fs/readfile.go /root/.go/src/io/fs/readlink.go /root/.go/src/io/fs/stat.go /root/.go/src/io/fs/sub.go /root/.go/src/io/fs/walk.go
2025-08-20T21:19:44.0338198Z [00:02:37.373]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T21:19:44.0356691Z [00:02:37.375]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d # internal
2025-08-20T21:19:44.0363905Z [00:02:37.375]➜  internal/poll
2025-08-20T21:19:44.0364441Z [00:02:37.375]➜  mkdir -p $WORK/b065/
2025-08-20T21:19:44.0396124Z [00:02:37.379]➜  cat >/tmp/go-build3619502580/b065/importcfg << 'EOF' # internal
2025-08-20T21:19:44.0404212Z [00:02:37.379]➜  # import config
2025-08-20T21:19:44.0404962Z [00:02:37.379]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:44.0407221Z [00:02:37.379]➜  packagefile internal/itoa=/tmp/go-build3619502580/b048/_pkg_.a
2025-08-20T21:19:44.0408797Z [00:02:37.379]➜  packagefile internal/syscall/unix=/tmp/go-build3619502580/b066/_pkg_.a
2025-08-20T21:19:44.0410459Z [00:02:37.379]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:44.0411888Z [00:02:37.379]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:44.0413343Z [00:02:37.379]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:44.0414495Z [00:02:37.379]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:44.0415605Z [00:02:37.379]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:19:44.0417051Z [00:02:37.379]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:44.0417970Z [00:02:37.379]➜  EOF
2025-08-20T21:19:44.0428983Z [00:02:37.379]➜  /root/.go/pkg/tool/linux_amd64/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 aMkCY-hXUPExFrik4-fF/aMkCY-hXUPExFrik4-fF -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:19:44.0943758Z [00:02:37.433]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T21:19:44.0973502Z [00:02:37.436]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/fc/fccee468363facdb09b45d99d9f154b47b64a07d18cd2fa40a6b3ed71255d5d0-d # internal
2025-08-20T21:19:44.0976605Z [00:02:37.437]➜  embed
2025-08-20T21:19:44.0977108Z [00:02:37.437]➜  mkdir -p $WORK/b052/
2025-08-20T21:19:44.0991528Z [00:02:37.438]➜  cat >/tmp/go-build3619502580/b052/importcfg << 'EOF' # internal
2025-08-20T21:19:44.0993579Z [00:02:37.439]➜  # import config
2025-08-20T21:19:44.0994585Z [00:02:37.439]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:44.0997216Z [00:02:37.439]➜  packagefile internal/bytealg=/tmp/go-build3619502580/b011/_pkg_.a
2025-08-20T21:19:44.0998307Z [00:02:37.439]➜  packagefile internal/stringslite=/tmp/go-build3619502580/b032/_pkg_.a
2025-08-20T21:19:44.0999262Z [00:02:37.439]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:44.1000429Z [00:02:37.439]➜  packagefile io/fs=/tmp/go-build3619502580/b053/_pkg_.a
2025-08-20T21:19:44.1001397Z [00:02:37.439]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:44.1002031Z [00:02:37.439]➜  EOF
2025-08-20T21:19:44.1015669Z [00:02:37.441]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b052/_pkg_.a -trimpath "/root/.go/src/embed=>embed;$WORK/b052=>" -p embed -lang=go1.25 -std -complete -installsuffix shared -buildid 12Vewhxkdt4YH69F8bba/12Vewhxkdt4YH69F8bba -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b052/importcfg -pack /root/.go/src/embed/embed.go
2025-08-20T21:19:44.1590283Z [00:02:37.498]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T21:19:44.1603569Z [00:02:37.499]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/04/04d0d56bd27f851969d22dc866a389171e6a79073d83c5b6bb415bf7f7c3b1e6-d # internal
2025-08-20T21:19:44.1604774Z [00:02:37.500]➜  internal/filepathlite
2025-08-20T21:19:44.1605303Z [00:02:37.500]➜  mkdir -p $WORK/b064/
2025-08-20T21:19:44.1610283Z [00:02:37.500]➜  cat >/tmp/go-build3619502580/b064/importcfg << 'EOF' # internal
2025-08-20T21:19:44.1610982Z [00:02:37.500]➜  # import config
2025-08-20T21:19:44.1611831Z [00:02:37.500]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:44.1612747Z [00:02:37.500]➜  packagefile internal/bytealg=/tmp/go-build3619502580/b011/_pkg_.a
2025-08-20T21:19:44.1613747Z [00:02:37.500]➜  packagefile internal/stringslite=/tmp/go-build3619502580/b032/_pkg_.a
2025-08-20T21:19:44.1614646Z [00:02:37.500]➜  packagefile io/fs=/tmp/go-build3619502580/b053/_pkg_.a
2025-08-20T21:19:44.1615454Z [00:02:37.500]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:44.1616051Z [00:02:37.500]➜  EOF
2025-08-20T21:19:44.1620222Z [00:02:37.500]➜  /root/.go/pkg/tool/linux_amd64/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 8QpI-0QHZ2zFbmcSrCfr/8QpI-0QHZ2zFbmcSrCfr -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:19:44.2380423Z [00:02:37.577]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T21:19:44.2391066Z [00:02:37.578]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/ff/ffb5801c47a3fb009cba1fc66c4ab3b12299a5e506c71615a431026b16fa568a-d # internal
2025-08-20T21:19:44.2418602Z [00:02:37.581]➜  crypto/internal/fips140/bigmod
2025-08-20T21:19:44.2421532Z [00:02:37.581]➜  mkdir -p $WORK/b121/
2025-08-20T21:19:44.2424120Z [00:02:37.582]➜  echo -n > $WORK/b121/go_asm.h # internal
2025-08-20T21:19:44.2438765Z [00:02:37.583]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T21:19:44.2441581Z [00:02:37.583]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b121=>" -I $WORK/b121/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b121/symabis ./nat_amd64.s
2025-08-20T21:19:44.2571573Z [00:02:37.596]➜  cat >/tmp/go-build3619502580/b121/importcfg << 'EOF' # internal
2025-08-20T21:19:44.2572328Z [00:02:37.596]➜  # import config
2025-08-20T21:19:44.2576277Z [00:02:37.596]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3619502580/b089/_pkg_.a
2025-08-20T21:19:44.2577553Z [00:02:37.596]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3619502580/b092/_pkg_.a
2025-08-20T21:19:44.2578800Z [00:02:37.596]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3619502580/b093/_pkg_.a
2025-08-20T21:19:44.2579874Z [00:02:37.596]➜  packagefile crypto/internal/impl=/tmp/go-build3619502580/b094/_pkg_.a
2025-08-20T21:19:44.2580764Z [00:02:37.596]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:44.2582088Z [00:02:37.596]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:44.2582704Z [00:02:37.596]➜  EOF
2025-08-20T21:19:44.2583180Z [00:02:37.596]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:44.2587364Z [00:02:37.596]➜  /root/.go/pkg/tool/linux_amd64/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 sidcv3mO1PENxxbisPmC/sidcv3mO1PENxxbisPmC -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:19:44.3590209Z [00:02:37.698]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T21:19:44.3628589Z [00:02:37.702]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/de/def1f06f1fec2232cfe08575ef0c3c15c592d40340fd84c8e94a1611a10a3027-d # internal
2025-08-20T21:19:44.3637117Z [00:02:37.703]➜  crypto/internal/fips140/nistec
2025-08-20T21:19:44.3638654Z [00:02:37.703]➜  mkdir -p $WORK/b114/
2025-08-20T21:19:44.3643165Z [00:02:37.704]➜  echo -n > $WORK/b114/go_asm.h # internal
2025-08-20T21:19:44.3644449Z [00:02:37.704]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T21:19:44.3648160Z [00:02:37.704]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b114=>" -I $WORK/b114/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b114/symabis ./p256_asm_amd64.s
2025-08-20T21:19:44.3662706Z [00:02:37.705]➜  cd /root/.go/src/reflect
2025-08-20T21:19:44.3666435Z [00:02:37.705]➜  /root/.go/pkg/tool/linux_amd64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b062=>" -I $WORK/b062/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b062/asm_amd64.o ./asm_amd64.s
2025-08-20T21:19:44.3685299Z [00:02:37.708]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T21:19:44.3718186Z [00:02:37.711]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/23/23b65ad39a9a3d558cebe6b474db24823d4cdb4d66c1c173a6d7fa8f7b99e627-d # internal
2025-08-20T21:19:44.3735810Z [00:02:37.713]➜  go tool pack r $WORK/b062/_pkg_.a $WORK/b062/asm_amd64.o # internal
2025-08-20T21:19:44.3747911Z [00:02:37.714]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T21:19:44.3767610Z [00:02:37.716]➜  os
2025-08-20T21:19:44.3774004Z [00:02:37.716]➜  mkdir -p $WORK/b063/
2025-08-20T21:19:44.3787835Z [00:02:37.717]➜  cat >/tmp/go-build3619502580/b063/importcfg << 'EOF' # internal
2025-08-20T21:19:44.3788627Z [00:02:37.717]➜  # import config
2025-08-20T21:19:44.3789246Z [00:02:37.717]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:44.3790056Z [00:02:37.717]➜  packagefile internal/bytealg=/tmp/go-build3619502580/b011/_pkg_.a
2025-08-20T21:19:44.3790956Z [00:02:37.717]➜  packagefile internal/byteorder=/tmp/go-build3619502580/b013/_pkg_.a
2025-08-20T21:19:44.3792133Z [00:02:37.717]➜  packagefile internal/filepathlite=/tmp/go-build3619502580/b064/_pkg_.a
2025-08-20T21:19:44.3793078Z [00:02:37.717]➜  packagefile internal/goarch=/tmp/go-build3619502580/b007/_pkg_.a
2025-08-20T21:19:44.3793950Z [00:02:37.717]➜  packagefile internal/itoa=/tmp/go-build3619502580/b048/_pkg_.a
2025-08-20T21:19:44.3794760Z [00:02:37.717]➜  packagefile internal/poll=/tmp/go-build3619502580/b065/_pkg_.a
2025-08-20T21:19:44.3795617Z [00:02:37.717]➜  packagefile internal/stringslite=/tmp/go-build3619502580/b032/_pkg_.a
2025-08-20T21:19:44.3796562Z [00:02:37.717]➜  packagefile internal/syscall/execenv=/tmp/go-build3619502580/b067/_pkg_.a
2025-08-20T21:19:44.3797485Z [00:02:37.717]➜  packagefile internal/syscall/unix=/tmp/go-build3619502580/b066/_pkg_.a
2025-08-20T21:19:44.3798354Z [00:02:37.717]➜  packagefile internal/testlog=/tmp/go-build3619502580/b068/_pkg_.a
2025-08-20T21:19:44.3799384Z [00:02:37.717]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:44.3800081Z [00:02:37.717]➜  packagefile io/fs=/tmp/go-build3619502580/b053/_pkg_.a
2025-08-20T21:19:44.3800799Z [00:02:37.717]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:44.3801695Z [00:02:37.717]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:44.3802414Z [00:02:37.717]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:44.3803150Z [00:02:37.717]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:44.3803896Z [00:02:37.717]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:19:44.3804626Z [00:02:37.717]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:44.3805200Z [00:02:37.717]➜  EOF
2025-08-20T21:19:44.3805658Z [00:02:37.717]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:44.3846014Z [00:02:37.717]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b063/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b063=>" -p os -lang=go1.25 -std -installsuffix shared -buildid It42hYxCHsgGWMfaclET/It42hYxCHsgGWMfaclET -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:19:44.3855009Z [00:02:37.723]➜  cat >/tmp/go-build3619502580/b114/importcfg << 'EOF' # internal
2025-08-20T21:19:44.3855651Z [00:02:37.723]➜  # import config
2025-08-20T21:19:44.3856440Z [00:02:37.723]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3619502580/b089/_pkg_.a
2025-08-20T21:19:44.3857576Z [00:02:37.723]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build3619502580/b115/_pkg_.a
2025-08-20T21:19:44.3858688Z [00:02:37.723]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3619502580/b096/_pkg_.a
2025-08-20T21:19:44.3859822Z [00:02:37.723]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3619502580/b092/_pkg_.a
2025-08-20T21:19:44.3860783Z [00:02:37.723]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:44.3862117Z [00:02:37.723]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:44.3862924Z [00:02:37.723]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:44.3863698Z [00:02:37.723]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:44.3864262Z [00:02:37.723]➜  EOF
2025-08-20T21:19:44.3871662Z [00:02:37.723]➜  /root/.go/pkg/tool/linux_amd64/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 t8YtTJCyCZCeJ-gYho82/t8YtTJCyCZCeJ-gYho82 -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:19:44.3907712Z [00:02:37.729]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d # internal
2025-08-20T21:19:44.3908855Z [00:02:37.730]➜  internal/fmtsort
2025-08-20T21:19:44.3909412Z [00:02:37.730]➜  mkdir -p $WORK/b061/
2025-08-20T21:19:44.3912567Z [00:02:37.730]➜  cat >/tmp/go-build3619502580/b061/importcfg << 'EOF' # internal
2025-08-20T21:19:44.3916842Z [00:02:37.730]➜  # import config
2025-08-20T21:19:44.3917553Z [00:02:37.730]➜  packagefile cmp=/tmp/go-build3619502580/b051/_pkg_.a
2025-08-20T21:19:44.3918440Z [00:02:37.730]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:44.3919284Z [00:02:37.730]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:44.3919879Z [00:02:37.730]➜  EOF
2025-08-20T21:19:44.3922960Z [00:02:37.730]➜  /root/.go/pkg/tool/linux_amd64/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 cYUTo3b48V3JDSnH5ZsN/cYUTo3b48V3JDSnH5ZsN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b061/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T21:19:44.4206403Z [00:02:37.760]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T21:19:44.4210993Z [00:02:37.760]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b121=>" -I $WORK/b121/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b121/nat_amd64.o ./nat_amd64.s
2025-08-20T21:19:44.4266980Z [00:02:37.766]➜  go tool pack r $WORK/b121/_pkg_.a $WORK/b121/nat_amd64.o # internal
2025-08-20T21:19:44.4271418Z [00:02:37.766]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T21:19:44.4286752Z [00:02:37.768]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/0d/0d01387854d74c7588d39c9e22288a235981f1115e28808b9640eb8d08a8f149-d # internal
2025-08-20T21:19:44.4306001Z [00:02:37.768]➜  encoding/binary
2025-08-20T21:19:44.4306539Z [00:02:37.768]➜  mkdir -p $WORK/b077/
2025-08-20T21:19:44.4307308Z [00:02:37.769]➜  cat >/tmp/go-build3619502580/b077/importcfg << 'EOF' # internal
2025-08-20T21:19:44.4307983Z [00:02:37.769]➜  # import config
2025-08-20T21:19:44.4308629Z [00:02:37.769]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:44.4309415Z [00:02:37.769]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:44.4310212Z [00:02:37.769]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:44.4311015Z [00:02:37.769]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:44.4312000Z [00:02:37.769]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:44.4312797Z [00:02:37.769]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:44.4313376Z [00:02:37.769]➜  EOF
2025-08-20T21:19:44.4313846Z [00:02:37.770]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:44.4317470Z [00:02:37.770]➜  /root/.go/pkg/tool/linux_amd64/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 YRSaRCULELrqnh_87-ik/YRSaRCULELrqnh_87-ik -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:19:44.4649364Z [00:02:37.804]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T21:19:44.4659540Z [00:02:37.805]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/93/934b7067c85ff7bb07fb95e32b4b4043e76372281a126fd9354837df1db31613-d # internal
2025-08-20T21:19:44.4665294Z [00:02:37.806]➜  crypto/sha3
2025-08-20T21:19:44.4682192Z [00:02:37.806]➜  mkdir -p $WORK/b125/
2025-08-20T21:19:44.4685999Z [00:02:37.808]➜  cat >/tmp/go-build3619502580/b125/importcfg << 'EOF' # internal
2025-08-20T21:19:44.4686700Z [00:02:37.808]➜  # import config
2025-08-20T21:19:44.4687362Z [00:02:37.808]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:19:44.4688387Z [00:02:37.808]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3619502580/b095/_pkg_.a
2025-08-20T21:19:44.4689338Z [00:02:37.808]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:19:44.4689961Z [00:02:37.808]➜  EOF
2025-08-20T21:19:44.4692811Z [00:02:37.808]➜  /root/.go/pkg/tool/linux_amd64/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 pp5P7pKUITLhdsC9IHat/pp5P7pKUITLhdsC9IHat -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b125/importcfg -pack /root/.go/src/crypto/sha3/sha3.go
2025-08-20T21:19:44.4991118Z [00:02:37.838]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T21:19:44.5001077Z [00:02:37.839]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/31/315fca7796f9d1dee9f4d8a414be1e5f5753675893b4a76480411dde28e05aa0-d # internal
2025-08-20T21:19:44.5006729Z [00:02:37.840]➜  crypto/internal/fips140hash
2025-08-20T21:19:44.5014588Z [00:02:37.840]➜  mkdir -p $WORK/b124/
2025-08-20T21:19:44.5015372Z [00:02:37.840]➜  cat >/tmp/go-build3619502580/b124/importcfg << 'EOF' # internal
2025-08-20T21:19:44.5016029Z [00:02:37.840]➜  # import config
2025-08-20T21:19:44.5016832Z [00:02:37.840]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3619502580/b095/_pkg_.a
2025-08-20T21:19:44.5017802Z [00:02:37.840]➜  packagefile crypto/sha3=/tmp/go-build3619502580/b125/_pkg_.a
2025-08-20T21:19:44.5018695Z [00:02:37.840]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:19:44.5019286Z [00:02:37.840]➜  EOF
2025-08-20T21:19:44.5022732Z [00:02:37.840]➜  /root/.go/pkg/tool/linux_amd64/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 HbGX3TiFEtVejraH8Tg6/HbGX3TiFEtVejraH8Tg6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b124/importcfg -pack /root/.go/src/crypto/internal/fips140hash/hash.go
2025-08-20T21:19:44.5126621Z [00:02:37.852]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T21:19:44.5127976Z [00:02:37.852]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/42/42975a08ce9ec7bcbe424bc45b0461a2ac7315bd8f9ef81a9105bb3ffa767f57-d # internal
2025-08-20T21:19:44.5129175Z [00:02:37.852]➜  crypto/internal/fips140/edwards25519
2025-08-20T21:19:44.5129753Z [00:02:37.852]➜  mkdir -p $WORK/b132/
2025-08-20T21:19:44.5130470Z [00:02:37.852]➜  cat >/tmp/go-build3619502580/b132/importcfg << 'EOF' # internal
2025-08-20T21:19:44.5132489Z [00:02:37.852]➜  # import config
2025-08-20T21:19:44.5133338Z [00:02:37.852]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3619502580/b089/_pkg_.a
2025-08-20T21:19:44.5139821Z [00:02:37.852]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build3619502580/b116/_pkg_.a
2025-08-20T21:19:44.5141110Z [00:02:37.852]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3619502580/b096/_pkg_.a
2025-08-20T21:19:44.5142473Z [00:02:37.852]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3619502580/b092/_pkg_.a
2025-08-20T21:19:44.5143497Z [00:02:37.852]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:44.5144671Z [00:02:37.852]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:44.5145494Z [00:02:37.852]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:44.5146097Z [00:02:37.852]➜  EOF
2025-08-20T21:19:44.5152666Z [00:02:37.852]➜  /root/.go/pkg/tool/linux_amd64/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 Tg3QPo9m1aHoOG2PD3yz/Tg3QPo9m1aHoOG2PD3yz -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:19:44.6644015Z [00:02:38.004]➜  go tool buildid -w $WORK/b132/_pkg_.a # internal
2025-08-20T21:19:44.6685471Z [00:02:38.008]➜  cp $WORK/b132/_pkg_.a /root/.cache/go-build/4b/4bb9c913e6e38905d1fbe1acee007f1a63e721cadc9cb58f4450a7556961e34a-d # internal
2025-08-20T21:19:44.6687436Z [00:02:38.008]➜  crypto/internal/fips140/hkdf
2025-08-20T21:19:44.6688389Z [00:02:38.008]➜  mkdir -p $WORK/b134/
2025-08-20T21:19:44.6694477Z [00:02:38.009]➜  cat >/tmp/go-build3619502580/b134/importcfg << 'EOF' # internal
2025-08-20T21:19:44.6695532Z [00:02:38.009]➜  # import config
2025-08-20T21:19:44.6696692Z [00:02:38.009]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:44.6698020Z [00:02:38.009]➜  packagefile crypto/internal/fips140=/tmp/go-build3619502580/b086/_pkg_.a
2025-08-20T21:19:44.6699822Z [00:02:38.009]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3619502580/b089/_pkg_.a
2025-08-20T21:19:44.6701699Z [00:02:38.009]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3619502580/b090/_pkg_.a
2025-08-20T21:19:44.6703138Z [00:02:38.009]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3619502580/b091/_pkg_.a
2025-08-20T21:19:44.6704931Z [00:02:38.009]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:44.6705725Z [00:02:38.009]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:19:44.6706318Z [00:02:38.009]➜  EOF
2025-08-20T21:19:44.6709976Z [00:02:38.009]➜  /root/.go/pkg/tool/linux_amd64/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 N8uSgjXMpzi3wKbDLxty/N8uSgjXMpzi3wKbDLxty -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:19:44.6803438Z [00:02:38.019]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T21:19:44.6885769Z [00:02:38.028]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d # internal
2025-08-20T21:19:44.6896156Z [00:02:38.028]➜  crypto/internal/fips140/tls12
2025-08-20T21:19:44.6896772Z [00:02:38.028]➜  mkdir -p $WORK/b137/
2025-08-20T21:19:44.6897493Z [00:02:38.028]➜  cat >/tmp/go-build3619502580/b137/importcfg << 'EOF' # internal
2025-08-20T21:19:44.6898208Z [00:02:38.028]➜  # import config
2025-08-20T21:19:44.6898883Z [00:02:38.028]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:44.6899862Z [00:02:38.028]➜  packagefile crypto/internal/fips140=/tmp/go-build3619502580/b086/_pkg_.a
2025-08-20T21:19:44.6901048Z [00:02:38.028]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3619502580/b089/_pkg_.a
2025-08-20T21:19:44.6902438Z [00:02:38.028]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3619502580/b090/_pkg_.a
2025-08-20T21:19:44.6903620Z [00:02:38.028]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3619502580/b091/_pkg_.a
2025-08-20T21:19:44.6904798Z [00:02:38.028]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3619502580/b097/_pkg_.a
2025-08-20T21:19:44.6905818Z [00:02:38.028]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:44.6906666Z [00:02:38.028]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:19:44.6907298Z [00:02:38.028]➜  EOF
2025-08-20T21:19:44.6911526Z [00:02:38.028]➜  /root/.go/pkg/tool/linux_amd64/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 GXQl7O3rlmaoAMyB0C-D/GXQl7O3rlmaoAMyB0C-D -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:19:44.7096870Z [00:02:38.049]➜  go tool buildid -w $WORK/b134/_pkg_.a # internal
2025-08-20T21:19:44.7104916Z [00:02:38.050]➜  cp $WORK/b134/_pkg_.a /root/.cache/go-build/56/56678f4dc2fbcba3710a8cd271b8691e51779e5fa9611c897d6c7261e2ceccb6-d # internal
2025-08-20T21:19:44.7106758Z [00:02:38.050]➜  crypto/internal/fips140/tls13
2025-08-20T21:19:44.7107886Z [00:02:38.050]➜  mkdir -p $WORK/b138/
2025-08-20T21:19:44.7112576Z [00:02:38.050]➜  cat >/tmp/go-build3619502580/b138/importcfg << 'EOF' # internal
2025-08-20T21:19:44.7113800Z [00:02:38.050]➜  # import config
2025-08-20T21:19:44.7116972Z [00:02:38.050]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:44.7118104Z [00:02:38.050]➜  packagefile crypto/internal/fips140=/tmp/go-build3619502580/b086/_pkg_.a
2025-08-20T21:19:44.7122613Z [00:02:38.050]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3619502580/b089/_pkg_.a
2025-08-20T21:19:44.7123764Z [00:02:38.050]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build3619502580/b134/_pkg_.a
2025-08-20T21:19:44.7124871Z [00:02:38.050]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3619502580/b091/_pkg_.a
2025-08-20T21:19:44.7126033Z [00:02:38.050]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3619502580/b092/_pkg_.a
2025-08-20T21:19:44.7127023Z [00:02:38.051]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:44.7127806Z [00:02:38.051]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:19:44.7128381Z [00:02:38.051]➜  EOF
2025-08-20T21:19:44.7132712Z [00:02:38.051]➜  /root/.go/pkg/tool/linux_amd64/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 HFlFmkFC0hg0GtV4bvyJ/HFlFmkFC0hg0GtV4bvyJ -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:19:44.7148453Z [00:02:38.054]➜  go tool buildid -w $WORK/b137/_pkg_.a # internal
2025-08-20T21:19:44.7154774Z [00:02:38.055]➜  cp $WORK/b137/_pkg_.a /root/.cache/go-build/62/62845e4b9204da3e721510a4a5bb8a4a1bd512a88f3c1fa68aecb582224efa60-d # internal
2025-08-20T21:19:44.7184712Z [00:02:38.058]➜  vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:19:44.7185801Z [00:02:38.058]➜  mkdir -p $WORK/b143/
2025-08-20T21:19:44.7186760Z [00:02:38.058]➜  echo -n > $WORK/b143/go_asm.h # internal
2025-08-20T21:19:44.7187665Z [00:02:38.058]➜  cd /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:19:44.7190699Z [00:02:38.058]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/internal/poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b143=>" -I $WORK/b143/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b143/symabis ./sum_amd64.s
2025-08-20T21:19:44.7201135Z [00:02:38.059]➜  cat >/tmp/go-build3619502580/b143/importcfg << 'EOF' # internal
2025-08-20T21:19:44.7205625Z [00:02:38.059]➜  # import config
2025-08-20T21:19:44.7206287Z [00:02:38.059]➜  packagefile crypto/subtle=/tmp/go-build3619502580/b105/_pkg_.a
2025-08-20T21:19:44.7207162Z [00:02:38.059]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:19:44.7208021Z [00:02:38.059]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:44.7208604Z [00:02:38.059]➜  EOF
2025-08-20T21:19:44.7209037Z [00:02:38.060]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:44.7214592Z [00:02:38.060]➜  /root/.go/pkg/tool/linux_amd64/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 -installsuffix shared -buildid leCivo_P9GxtMGtNrJKE/leCivo_P9GxtMGtNrJKE -goversion go1.25.0 -symabis $WORK/b143/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b143/importcfg -pack -asmhdr $WORK/b143/go_asm.h /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/poly1305.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/sum_asm.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go
2025-08-20T21:19:44.7681836Z [00:02:38.107]➜  cd /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:19:44.7687062Z [00:02:38.107]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/internal/poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b143=>" -I $WORK/b143/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b143/sum_amd64.o ./sum_amd64.s
2025-08-20T21:19:44.7785267Z [00:02:38.118]➜  go tool pack r $WORK/b143/_pkg_.a $WORK/b143/sum_amd64.o # internal
2025-08-20T21:19:44.7788213Z [00:02:38.118]➜  go tool buildid -w $WORK/b143/_pkg_.a # internal
2025-08-20T21:19:44.7803451Z [00:02:38.119]➜  cp $WORK/b143/_pkg_.a /root/.cache/go-build/08/0896c1abf56875f26229922e80d24e86fcd2e8ab282d508f7a246dc1802c7898-d # internal
2025-08-20T21:19:44.7813484Z [00:02:38.119]➜  crypto/fips140
2025-08-20T21:19:44.7814044Z [00:02:38.119]➜  mkdir -p $WORK/b152/
2025-08-20T21:19:44.7814791Z [00:02:38.119]➜  cat >/tmp/go-build3619502580/b152/importcfg << 'EOF' # internal
2025-08-20T21:19:44.7815462Z [00:02:38.119]➜  # import config
2025-08-20T21:19:44.7816269Z [00:02:38.119]➜  packagefile crypto/internal/fips140=/tmp/go-build3619502580/b086/_pkg_.a
2025-08-20T21:19:44.7817417Z [00:02:38.119]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3619502580/b089/_pkg_.a
2025-08-20T21:19:44.7818265Z [00:02:38.119]➜  EOF
2025-08-20T21:19:44.7818811Z [00:02:38.120]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:44.7821946Z [00:02:38.120]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b152/_pkg_.a -trimpath "/root/.go/src/crypto/fips140=>crypto/fips140;$WORK/b152=>" -p crypto/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid L-DdIKuCrCeHDK9rf0tB/L-DdIKuCrCeHDK9rf0tB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b152/importcfg -pack /root/.go/src/crypto/fips140/fips140.go
2025-08-20T21:19:44.7886395Z [00:02:38.128]➜  go tool buildid -w $WORK/b152/_pkg_.a # internal
2025-08-20T21:19:44.7892868Z [00:02:38.128]➜  cp $WORK/b152/_pkg_.a /root/.cache/go-build/b5/b55a9ebe2952586c79911ac32107ae1f4c98934a55a8dec23b1f23b673a10b56-d # internal
2025-08-20T21:19:44.7894652Z [00:02:38.129]➜  crypto/tls/internal/fips140tls
2025-08-20T21:19:44.7897054Z [00:02:38.129]➜  mkdir -p $WORK/b151/
2025-08-20T21:19:44.7900000Z [00:02:38.129]➜  cat >/tmp/go-build3619502580/b151/importcfg << 'EOF' # internal
2025-08-20T21:19:44.7922267Z [00:02:38.129]➜  # import config
2025-08-20T21:19:44.7924654Z [00:02:38.129]➜  packagefile crypto/fips140=/tmp/go-build3619502580/b152/_pkg_.a
2025-08-20T21:19:44.7926223Z [00:02:38.129]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:44.7928759Z [00:02:38.129]➜  EOF
2025-08-20T21:19:44.7935710Z [00:02:38.129]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b151/_pkg_.a -trimpath "/root/.go/src/crypto/tls/internal/fips140tls=>crypto/tls/internal/fips140tls;$WORK/b151=>" -p crypto/tls/internal/fips140tls -lang=go1.25 -std -complete -installsuffix shared -buildid qPbmajCohCDJ1gMaANVI/qPbmajCohCDJ1gMaANVI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b151/importcfg -pack /root/.go/src/crypto/tls/internal/fips140tls/fipstls.go
2025-08-20T21:19:44.7965409Z [00:02:38.136]➜  go tool buildid -w $WORK/b138/_pkg_.a # internal
2025-08-20T21:19:44.7977175Z [00:02:38.137]➜  cp $WORK/b138/_pkg_.a /root/.cache/go-build/6e/6ebaf1968bb9c8310df131de2b87f7a5075a15eac2168d157b5636e7f02c4260-d # internal
2025-08-20T21:19:44.7993499Z [00:02:38.139]➜  encoding/pem
2025-08-20T21:19:44.7996343Z [00:02:38.139]➜  mkdir -p $WORK/b157/
2025-08-20T21:19:44.7999083Z [00:02:38.139]➜  cat >/tmp/go-build3619502580/b157/importcfg << 'EOF' # internal
2025-08-20T21:19:44.8000461Z [00:02:38.139]➜  # import config
2025-08-20T21:19:44.8001927Z [00:02:38.139]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:44.8003253Z [00:02:38.139]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:19:44.8005322Z [00:02:38.139]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:44.8006612Z [00:02:38.139]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:44.8007773Z [00:02:38.139]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:44.8008874Z [00:02:38.139]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:44.8010138Z [00:02:38.139]➜  EOF
2025-08-20T21:19:44.8013732Z [00:02:38.140]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b157/_pkg_.a -trimpath "/root/.go/src/encoding/pem=>encoding/pem;$WORK/b157=>" -p encoding/pem -lang=go1.25 -std -complete -installsuffix shared -buildid 2ABdeLys1NcXxf9dH5bd/2ABdeLys1NcXxf9dH5bd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b157/importcfg -pack /root/.go/src/encoding/pem/pem.go
2025-08-20T21:19:44.8016833Z [00:02:38.140]➜  go tool buildid -w $WORK/b151/_pkg_.a # internal
2025-08-20T21:19:44.8018413Z [00:02:38.140]➜  cp $WORK/b151/_pkg_.a /root/.cache/go-build/28/28442a2351e9293edd6216370dae4fb6011a2f346fd257b3e00f1b69cc959083-d # internal
2025-08-20T21:19:44.8026126Z [00:02:38.142]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T21:19:44.8028466Z [00:02:38.142]➜  mkdir -p $WORK/b160/
2025-08-20T21:19:44.8044499Z [00:02:38.144]➜  cat >/tmp/go-build3619502580/b160/importcfg << 'EOF' # internal
2025-08-20T21:19:44.8045615Z [00:02:38.144]➜  # import config
2025-08-20T21:19:44.8046449Z [00:02:38.144]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:44.8048622Z [00:02:38.144]➜  EOF
2025-08-20T21:19:44.8052374Z [00:02:38.144]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b160/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/dns/dnsmessage=>vendor/golang.org/x/net/dns/dnsmessage;$WORK/b160=>" -p vendor/golang.org/x/net/dns/dnsmessage -lang=go1.25 -std -complete -installsuffix shared -buildid RxfIdmySJo_fyi_wpEHS/RxfIdmySJo_fyi_wpEHS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b160/importcfg -pack /root/.go/src/vendor/golang.org/x/net/dns/dnsmessage/message.go
2025-08-20T21:19:44.8703394Z [00:02:38.209]➜  go tool buildid -w $WORK/b157/_pkg_.a # internal
2025-08-20T21:19:44.8713548Z [00:02:38.210]➜  cp $WORK/b157/_pkg_.a /root/.cache/go-build/30/3051cf7aff3b3091f46cb712a2e6caa7c2438d2d9a6f271d8ffe97102cf1fc3f-d # internal
2025-08-20T21:19:44.8737114Z [00:02:38.213]➜  unique
2025-08-20T21:19:44.8743086Z [00:02:38.213]➜  mkdir -p $WORK/b164/
2025-08-20T21:19:44.8744188Z [00:02:38.214]➜  cat >/tmp/go-build3619502580/b164/importcfg << 'EOF' # internal
2025-08-20T21:19:44.8744993Z [00:02:38.214]➜  # import config
2025-08-20T21:19:44.8745667Z [00:02:38.214]➜  packagefile internal/abi=/tmp/go-build3619502580/b006/_pkg_.a
2025-08-20T21:19:44.8746573Z [00:02:38.214]➜  packagefile internal/goarch=/tmp/go-build3619502580/b007/_pkg_.a
2025-08-20T21:19:44.8747536Z [00:02:38.214]➜  packagefile internal/stringslite=/tmp/go-build3619502580/b032/_pkg_.a
2025-08-20T21:19:44.8748482Z [00:02:38.214]➜  packagefile internal/sync=/tmp/go-build3619502580/b036/_pkg_.a
2025-08-20T21:19:44.8749327Z [00:02:38.214]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:44.8750119Z [00:02:38.214]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:44.8750928Z [00:02:38.214]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:44.8752283Z [00:02:38.214]➜  packagefile weak=/tmp/go-build3619502580/b123/_pkg_.a
2025-08-20T21:19:44.8752880Z [00:02:38.214]➜  EOF
2025-08-20T21:19:44.8756091Z [00:02:38.214]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b164/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b164=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid slzjFFHIY2oIZPIsSEyx/slzjFFHIY2oIZPIsSEyx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b164/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:19:44.9593615Z [00:02:38.298]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T21:19:44.9804801Z [00:02:38.319]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d # internal
2025-08-20T21:19:44.9813003Z [00:02:38.320]➜  fmt
2025-08-20T21:19:44.9813472Z [00:02:38.320]➜  mkdir -p $WORK/b060/
2025-08-20T21:19:44.9822065Z [00:02:38.321]➜  cat >/tmp/go-build3619502580/b060/importcfg << 'EOF' # internal
2025-08-20T21:19:44.9822948Z [00:02:38.321]➜  # import config
2025-08-20T21:19:44.9823813Z [00:02:38.321]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:44.9824890Z [00:02:38.321]➜  packagefile internal/fmtsort=/tmp/go-build3619502580/b061/_pkg_.a
2025-08-20T21:19:44.9825933Z [00:02:38.321]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:44.9826924Z [00:02:38.321]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:44.9827886Z [00:02:38.321]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:44.9828846Z [00:02:38.321]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:44.9829862Z [00:02:38.321]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:44.9830825Z [00:02:38.321]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:44.9831963Z [00:02:38.321]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:44.9833044Z [00:02:38.321]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:44.9833885Z [00:02:38.321]➜  EOF
2025-08-20T21:19:44.9840921Z [00:02:38.323]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b060/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b060=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid qqDGHnbvrGH0JVvwba_3/qqDGHnbvrGH0JVvwba_3 -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:19:45.0466826Z [00:02:38.386]➜  go tool buildid -w $WORK/b164/_pkg_.a # internal
2025-08-20T21:19:45.0559464Z [00:02:38.395]➜  cp $WORK/b164/_pkg_.a /root/.cache/go-build/31/31e528a46c3c921de362b49c379fabc13d93d6d9cb23e5b80c9c14909d23d9e5-d # internal
2025-08-20T21:19:45.0565242Z [00:02:38.396]➜  crypto/internal/sysrand
2025-08-20T21:19:45.0568467Z [00:02:38.396]➜  mkdir -p $WORK/b101/
2025-08-20T21:19:45.0569239Z [00:02:38.396]➜  cat >/tmp/go-build3619502580/b101/importcfg << 'EOF' # internal
2025-08-20T21:19:45.0569939Z [00:02:38.396]➜  # import config
2025-08-20T21:19:45.0570587Z [00:02:38.396]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:45.0571670Z [00:02:38.396]➜  packagefile internal/syscall/unix=/tmp/go-build3619502580/b066/_pkg_.a
2025-08-20T21:19:45.0572581Z [00:02:38.396]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:45.0573349Z [00:02:38.396]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:45.0574148Z [00:02:38.396]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:45.0574945Z [00:02:38.396]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:45.0575760Z [00:02:38.396]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:45.0576603Z [00:02:38.396]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:19:45.0577649Z [00:02:38.396]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:45.0578245Z [00:02:38.396]➜  EOF
2025-08-20T21:19:45.0581924Z [00:02:38.396]➜  /root/.go/pkg/tool/linux_amd64/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 qgz6XG8iiuUjqDrtwJQ5/qgz6XG8iiuUjqDrtwJQ5 -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:19:45.1055148Z [00:02:38.445]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T21:19:45.1059281Z [00:02:38.445]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b114=>" -I $WORK/b114/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b114/p256_asm_amd64.o ./p256_asm_amd64.s
2025-08-20T21:19:45.1070709Z [00:02:38.446]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T21:19:45.1080052Z [00:02:38.447]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/4b/4b9db9d21c8f8cb536ca608191368c782c12668fd96055efda5393da96c72efe-d # internal
2025-08-20T21:19:45.1088323Z [00:02:38.448]➜  crypto/internal/entropy
2025-08-20T21:19:45.1088931Z [00:02:38.448]➜  mkdir -p $WORK/b100/
2025-08-20T21:19:45.1089673Z [00:02:38.448]➜  cat >/tmp/go-build3619502580/b100/importcfg << 'EOF' # internal
2025-08-20T21:19:45.1090340Z [00:02:38.448]➜  # import config
2025-08-20T21:19:45.1091093Z [00:02:38.448]➜  packagefile crypto/internal/sysrand=/tmp/go-build3619502580/b101/_pkg_.a
2025-08-20T21:19:45.1092127Z [00:02:38.448]➜  EOF
2025-08-20T21:19:45.1092682Z [00:02:38.448]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:45.1101071Z [00:02:38.448]➜  /root/.go/pkg/tool/linux_amd64/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 k9hEEyPYK9ZiSw80V2zZ/k9hEEyPYK9ZiSw80V2zZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b100/importcfg -pack /root/.go/src/crypto/internal/entropy/entropy.go
2025-08-20T21:19:45.1136410Z [00:02:38.453]➜  go tool buildid -w $WORK/b160/_pkg_.a # internal
2025-08-20T21:19:45.1159615Z [00:02:38.455]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T21:19:45.1166111Z [00:02:38.456]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/c9/c9673cb58317490f6d318f8d40695146a2458c77622a9984fd997c89ed871c90-d # internal
2025-08-20T21:19:45.1170212Z [00:02:38.456]➜  crypto/internal/fips140/drbg
2025-08-20T21:19:45.1171842Z [00:02:38.456]➜  mkdir -p $WORK/b099/
2025-08-20T21:19:45.1181449Z [00:02:38.457]➜  cat >/tmp/go-build3619502580/b099/importcfg << 'EOF' # internal
2025-08-20T21:19:45.1182551Z [00:02:38.457]➜  # import config
2025-08-20T21:19:45.1184199Z [00:02:38.457]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:45.1185142Z [00:02:38.457]➜  packagefile crypto/internal/entropy=/tmp/go-build3619502580/b100/_pkg_.a
2025-08-20T21:19:45.1186229Z [00:02:38.457]➜  packagefile crypto/internal/fips140=/tmp/go-build3619502580/b086/_pkg_.a
2025-08-20T21:19:45.1187310Z [00:02:38.457]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3619502580/b085/_pkg_.a
2025-08-20T21:19:45.1188376Z [00:02:38.457]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3619502580/b089/_pkg_.a
2025-08-20T21:19:45.1189581Z [00:02:38.457]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3619502580/b096/_pkg_.a
2025-08-20T21:19:45.1190736Z [00:02:38.457]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3619502580/b092/_pkg_.a
2025-08-20T21:19:45.1193449Z [00:02:38.457]➜  packagefile crypto/internal/randutil=/tmp/go-build3619502580/b102/_pkg_.a
2025-08-20T21:19:45.1198036Z [00:02:38.457]➜  packagefile crypto/internal/sysrand=/tmp/go-build3619502580/b101/_pkg_.a
2025-08-20T21:19:45.1199072Z [00:02:38.457]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:45.1199889Z [00:02:38.457]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:45.1200742Z [00:02:38.457]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:45.1201822Z [00:02:38.457]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:45.1202425Z [00:02:38.457]➜  EOF
2025-08-20T21:19:45.1203488Z [00:02:38.457]➜  cp $WORK/b160/_pkg_.a /root/.cache/go-build/77/778cb86cc7ce4d286b8112b3dc66b4c107d110c761609350420a5a42ce64a6f1-d # internal
2025-08-20T21:19:45.1209311Z [00:02:38.457]➜  /root/.go/pkg/tool/linux_amd64/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 md7VrNf9aNJ1JxNXv2f8/md7VrNf9aNJ1JxNXv2f8 -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:19:45.1213293Z [00:02:38.457]➜  vendor/golang.org/x/sys/cpu
2025-08-20T21:19:45.1213869Z [00:02:38.457]➜  mkdir -p $WORK/b144/
2025-08-20T21:19:45.1214460Z [00:02:38.457]➜  echo -n > $WORK/b144/go_asm.h # internal
2025-08-20T21:19:45.1215112Z [00:02:38.457]➜  cd /root/.go/src/vendor/golang.org/x/sys/cpu
2025-08-20T21:19:45.1217536Z [00:02:38.457]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/sys/cpu -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b144=>" -I $WORK/b144/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b144/symabis ./cpu_gc_x86.s
2025-08-20T21:19:45.1219836Z [00:02:38.459]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T21:19:45.1220737Z [00:02:38.459]➜  go tool pack r $WORK/b114/_pkg_.a $WORK/b114/p256_asm_amd64.o # internal
2025-08-20T21:19:45.1221736Z [00:02:38.459]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T21:19:45.1229899Z [00:02:38.462]➜  cat >/tmp/go-build3619502580/b144/importcfg << 'EOF' # internal
2025-08-20T21:19:45.1230852Z [00:02:38.462]➜  # import config
2025-08-20T21:19:45.1231596Z [00:02:38.462]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:45.1232454Z [00:02:38.462]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:45.1233318Z [00:02:38.462]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:45.1234176Z [00:02:38.462]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:45.1234791Z [00:02:38.462]➜  EOF
2025-08-20T21:19:45.1235271Z [00:02:38.462]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:45.1243037Z [00:02:38.462]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b144/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b144=>" -p vendor/golang.org/x/sys/cpu -lang=go1.25 -std -installsuffix shared -buildid A2I1ux5R9-Yi8PoeqVzh/A2I1ux5R9-Yi8PoeqVzh -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/vendor/golang.org/x/sys/cpu/byteorder.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_gc_x86.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_linux_noinit.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_other_x86.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_x86.go /root/.go/src/vendor/golang.org/x/sys/cpu/endian_little.go /root/.go/src/vendor/golang.org/x/sys/cpu/hwcap_linux.go /root/.go/src/vendor/golang.org/x/sys/cpu/parse.go /root/.go/src/vendor/golang.org/x/sys/cpu/runtime_auxv.go /root/.go/src/vendor/golang.org/x/sys/cpu/runtime_auxv_go121.go
2025-08-20T21:19:45.1259079Z [00:02:38.465]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/c8/c8a3f960dfc29752234a5b93577e1c8a66130334369f4fe7cbbb25e03deb79a4-d # internal
2025-08-20T21:19:45.1260257Z [00:02:38.465]➜  net/netip
2025-08-20T21:19:45.1260766Z [00:02:38.465]➜  mkdir -p $WORK/b163/
2025-08-20T21:19:45.1265586Z [00:02:38.466]➜  cat >/tmp/go-build3619502580/b163/importcfg << 'EOF' # internal
2025-08-20T21:19:45.1266271Z [00:02:38.466]➜  # import config
2025-08-20T21:19:45.1269087Z [00:02:38.466]➜  packagefile cmp=/tmp/go-build3619502580/b051/_pkg_.a
2025-08-20T21:19:45.1270956Z [00:02:38.466]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:45.1271981Z [00:02:38.466]➜  packagefile internal/bytealg=/tmp/go-build3619502580/b011/_pkg_.a
2025-08-20T21:19:45.1272836Z [00:02:38.466]➜  packagefile internal/byteorder=/tmp/go-build3619502580/b013/_pkg_.a
2025-08-20T21:19:45.1273667Z [00:02:38.466]➜  packagefile internal/itoa=/tmp/go-build3619502580/b048/_pkg_.a
2025-08-20T21:19:45.1274414Z [00:02:38.466]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:45.1275200Z [00:02:38.466]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:45.1275983Z [00:02:38.466]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:45.1276734Z [00:02:38.466]➜  packagefile unique=/tmp/go-build3619502580/b164/_pkg_.a
2025-08-20T21:19:45.1277279Z [00:02:38.466]➜  EOF
2025-08-20T21:19:45.1280254Z [00:02:38.466]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b163/_pkg_.a -trimpath "/root/.go/src/net/netip=>net/netip;$WORK/b163=>" -p net/netip -lang=go1.25 -std -complete -installsuffix shared -buildid T9NLh6u5PaOGybKdBh3c/T9NLh6u5PaOGybKdBh3c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b163/importcfg -pack /root/.go/src/net/netip/netip.go /root/.go/src/net/netip/uint128.go
2025-08-20T21:19:45.1609310Z [00:02:38.500]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T21:19:45.1626560Z [00:02:38.502]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/d8/d88ffc3228d0ba0a1afebf28c5478b900c9f99772ffe075c0c35739f7e4a5dbc-d # internal
2025-08-20T21:19:45.1631129Z [00:02:38.502]➜  crypto/internal/fips140/aes/gcm
2025-08-20T21:19:45.1632423Z [00:02:38.503]➜  mkdir -p $WORK/b098/
2025-08-20T21:19:45.1683786Z [00:02:38.507]➜  echo -n > $WORK/b098/go_asm.h # internal
2025-08-20T21:19:45.1685648Z [00:02:38.507]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T21:19:45.1688286Z [00:02:38.507]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b098=>" -I $WORK/b098/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b098/symabis ./gcm_amd64.s
2025-08-20T21:19:45.1816943Z [00:02:38.521]➜  cat >/tmp/go-build3619502580/b098/importcfg << 'EOF' # internal
2025-08-20T21:19:45.1819021Z [00:02:38.521]➜  # import config
2025-08-20T21:19:45.1819805Z [00:02:38.521]➜  packagefile crypto/internal/fips140=/tmp/go-build3619502580/b086/_pkg_.a
2025-08-20T21:19:45.1820954Z [00:02:38.521]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3619502580/b085/_pkg_.a
2025-08-20T21:19:45.1822196Z [00:02:38.521]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3619502580/b088/_pkg_.a
2025-08-20T21:19:45.1823375Z [00:02:38.521]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3619502580/b089/_pkg_.a
2025-08-20T21:19:45.1824526Z [00:02:38.521]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3619502580/b099/_pkg_.a
2025-08-20T21:19:45.1825670Z [00:02:38.521]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3619502580/b096/_pkg_.a
2025-08-20T21:19:45.1826922Z [00:02:38.521]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3619502580/b092/_pkg_.a
2025-08-20T21:19:45.1828169Z [00:02:38.521]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3619502580/b093/_pkg_.a
2025-08-20T21:19:45.1829305Z [00:02:38.521]➜  packagefile crypto/internal/impl=/tmp/go-build3619502580/b094/_pkg_.a
2025-08-20T21:19:45.1830532Z [00:02:38.521]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:45.1831644Z [00:02:38.521]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:45.1832303Z [00:02:38.521]➜  EOF
2025-08-20T21:19:45.1832825Z [00:02:38.521]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:45.1839850Z [00:02:38.521]➜  /root/.go/pkg/tool/linux_amd64/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 4tWNDO2ebyM7gQMWiRTJ/4tWNDO2ebyM7gQMWiRTJ -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:19:45.2066584Z [00:02:38.546]➜  cd /root/.go/src/vendor/golang.org/x/sys/cpu
2025-08-20T21:19:45.2071050Z [00:02:38.546]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/sys/cpu -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b144=>" -I $WORK/b144/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b144/cpu_gc_x86.o ./cpu_gc_x86.s
2025-08-20T21:19:45.2159447Z [00:02:38.555]➜  go tool pack r $WORK/b144/_pkg_.a $WORK/b144/cpu_gc_x86.o # internal
2025-08-20T21:19:45.2161561Z [00:02:38.555]➜  go tool buildid -w $WORK/b144/_pkg_.a # internal
2025-08-20T21:19:45.2179374Z [00:02:38.557]➜  cp $WORK/b144/_pkg_.a /root/.cache/go-build/84/84dba0f671f56f52f34616da15a8e590e76614497f215a6b1472d263ec90ad31-d # internal
2025-08-20T21:19:45.2183551Z [00:02:38.557]➜  crypto/internal/fips140only
2025-08-20T21:19:45.2184121Z [00:02:38.557]➜  mkdir -p $WORK/b104/
2025-08-20T21:19:45.2184817Z [00:02:38.558]➜  cat >/tmp/go-build3619502580/b104/importcfg << 'EOF' # internal
2025-08-20T21:19:45.2185727Z [00:02:38.558]➜  # import config
2025-08-20T21:19:45.2186514Z [00:02:38.558]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3619502580/b099/_pkg_.a
2025-08-20T21:19:45.2187678Z [00:02:38.558]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3619502580/b091/_pkg_.a
2025-08-20T21:19:45.2188837Z [00:02:38.558]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3619502580/b095/_pkg_.a
2025-08-20T21:19:45.2189968Z [00:02:38.558]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3619502580/b097/_pkg_.a
2025-08-20T21:19:45.2190925Z [00:02:38.558]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:19:45.2192042Z [00:02:38.558]➜  packagefile internal/godebug=/tmp/go-build3619502580/b045/_pkg_.a
2025-08-20T21:19:45.2192959Z [00:02:38.558]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:45.2193580Z [00:02:38.558]➜  EOF
2025-08-20T21:19:45.2194053Z [00:02:38.558]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:45.2197397Z [00:02:38.558]➜  /root/.go/pkg/tool/linux_amd64/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 y_46Xn2YDwM_D9Y07tca/y_46Xn2YDwM_D9Y07tca -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b104/importcfg -pack /root/.go/src/crypto/internal/fips140only/fips140only.go
2025-08-20T21:19:45.2596480Z [00:02:38.599]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T21:19:45.2614444Z [00:02:38.601]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/fe/fe018016f0b5a0e59332ad1304ea15a8ab92b0d07f6d83556e1d5120437fb86e-d # internal
2025-08-20T21:19:45.2618886Z [00:02:38.601]➜  crypto/internal/fips140/ecdh
2025-08-20T21:19:45.2619475Z [00:02:38.601]➜  mkdir -p $WORK/b113/
2025-08-20T21:19:45.2620169Z [00:02:38.601]➜  cat >/tmp/go-build3619502580/b113/importcfg << 'EOF' # internal
2025-08-20T21:19:45.2620899Z [00:02:38.601]➜  # import config
2025-08-20T21:19:45.2621916Z [00:02:38.601]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:45.2622881Z [00:02:38.601]➜  packagefile crypto/internal/fips140=/tmp/go-build3619502580/b086/_pkg_.a
2025-08-20T21:19:45.2624096Z [00:02:38.601]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3619502580/b089/_pkg_.a
2025-08-20T21:19:45.2625249Z [00:02:38.601]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3619502580/b099/_pkg_.a
2025-08-20T21:19:45.2626443Z [00:02:38.601]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3619502580/b114/_pkg_.a
2025-08-20T21:19:45.2627667Z [00:02:38.601]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3619502580/b092/_pkg_.a
2025-08-20T21:19:45.2628762Z [00:02:38.601]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:45.2629577Z [00:02:38.601]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:45.2630409Z [00:02:38.601]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:45.2631443Z [00:02:38.601]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:45.2632067Z [00:02:38.601]➜  EOF
2025-08-20T21:19:45.2635766Z [00:02:38.601]➜  /root/.go/pkg/tool/linux_amd64/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 4oF7FWqfaBTIL8HO_O_U/4oF7FWqfaBTIL8HO_O_U -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:19:45.2705588Z [00:02:38.610]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T21:19:45.2711605Z [00:02:38.610]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b098=>" -I $WORK/b098/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b098/gcm_amd64.o ./gcm_amd64.s
2025-08-20T21:19:45.2808850Z [00:02:38.619]➜  go tool pack r $WORK/b098/_pkg_.a $WORK/b098/gcm_amd64.o # internal
2025-08-20T21:19:45.2809901Z [00:02:38.620]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T21:19:45.2826744Z [00:02:38.622]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/d1/d1981a63e6abbe17adce83ff1228a60e99776d57fe07c55c2c78176b607fcf46-d # internal
2025-08-20T21:19:45.2828174Z [00:02:38.622]➜  crypto/cipher
2025-08-20T21:19:45.2828855Z [00:02:38.622]➜  mkdir -p $WORK/b084/
2025-08-20T21:19:45.2829795Z [00:02:38.622]➜  cat >/tmp/go-build3619502580/b084/importcfg << 'EOF' # internal
2025-08-20T21:19:45.2830720Z [00:02:38.622]➜  # import config
2025-08-20T21:19:45.2831724Z [00:02:38.622]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:45.2832933Z [00:02:38.622]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3619502580/b085/_pkg_.a
2025-08-20T21:19:45.2834340Z [00:02:38.622]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build3619502580/b098/_pkg_.a
2025-08-20T21:19:45.2835705Z [00:02:38.622]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3619502580/b088/_pkg_.a
2025-08-20T21:19:45.2836992Z [00:02:38.622]➜  packagefile crypto/internal/fips140only=/tmp/go-build3619502580/b104/_pkg_.a
2025-08-20T21:19:45.2838166Z [00:02:38.622]➜  packagefile crypto/subtle=/tmp/go-build3619502580/b105/_pkg_.a
2025-08-20T21:19:45.2839182Z [00:02:38.622]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:45.2840248Z [00:02:38.622]➜  packagefile internal/byteorder=/tmp/go-build3619502580/b013/_pkg_.a
2025-08-20T21:19:45.2841751Z [00:02:38.622]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:45.2842615Z [00:02:38.622]➜  EOF
2025-08-20T21:19:45.2843252Z [00:02:38.622]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:45.2847964Z [00:02:38.622]➜  /root/.go/pkg/tool/linux_amd64/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 o0K3q3km1NpVu9UlVhNm/o0K3q3km1NpVu9UlVhNm -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:19:45.3166487Z [00:02:38.656]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T21:19:45.3178458Z [00:02:38.657]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/b7/b7de87dfc4ac9fdd21345eb21f2942513ffef62d6713dcac817c1cad6ef56782-d # internal
2025-08-20T21:19:45.3184109Z [00:02:38.658]➜  crypto/internal/fips140/ecdsa
2025-08-20T21:19:45.3184870Z [00:02:38.658]➜  mkdir -p $WORK/b120/
2025-08-20T21:19:45.3218509Z [00:02:38.661]➜  cat >/tmp/go-build3619502580/b120/importcfg << 'EOF' # internal
2025-08-20T21:19:45.3221517Z [00:02:38.661]➜  # import config
2025-08-20T21:19:45.3222237Z [00:02:38.661]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:45.3223209Z [00:02:38.661]➜  packagefile crypto/internal/fips140=/tmp/go-build3619502580/b086/_pkg_.a
2025-08-20T21:19:45.3224368Z [00:02:38.661]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3619502580/b121/_pkg_.a
2025-08-20T21:19:45.3225537Z [00:02:38.661]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3619502580/b089/_pkg_.a
2025-08-20T21:19:45.3226693Z [00:02:38.661]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3619502580/b099/_pkg_.a
2025-08-20T21:19:45.3227868Z [00:02:38.661]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3619502580/b090/_pkg_.a
2025-08-20T21:19:45.3229038Z [00:02:38.661]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3619502580/b114/_pkg_.a
2025-08-20T21:19:45.3230206Z [00:02:38.661]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3619502580/b097/_pkg_.a
2025-08-20T21:19:45.3231722Z [00:02:38.661]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:45.3232551Z [00:02:38.661]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:19:45.3233351Z [00:02:38.661]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:45.3234150Z [00:02:38.661]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:45.3234745Z [00:02:38.661]➜  EOF
2025-08-20T21:19:45.3268351Z [00:02:38.666]➜  /root/.go/pkg/tool/linux_amd64/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 xU6fJeSfQy4Gg2xOzADQ/xU6fJeSfQy4Gg2xOzADQ -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:19:45.3512336Z [00:02:38.690]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T21:19:45.3556891Z [00:02:38.695]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d # internal
2025-08-20T21:19:45.3563245Z [00:02:38.695]➜  encoding/json
2025-08-20T21:19:45.3563768Z [00:02:38.695]➜  mkdir -p $WORK/b058/
2025-08-20T21:19:45.3564380Z [00:02:38.696]➜  cat >/tmp/go-build3619502580/b058/importcfg << 'EOF' # internal
2025-08-20T21:19:45.3571093Z [00:02:38.696]➜  # import config
2025-08-20T21:19:45.3572008Z [00:02:38.696]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:45.3573101Z [00:02:38.696]➜  packagefile cmp=/tmp/go-build3619502580/b051/_pkg_.a
2025-08-20T21:19:45.3573950Z [00:02:38.696]➜  packagefile encoding=/tmp/go-build3619502580/b059/_pkg_.a
2025-08-20T21:19:45.3574792Z [00:02:38.696]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:19:45.3575689Z [00:02:38.696]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:45.3576492Z [00:02:38.696]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:45.3577294Z [00:02:38.696]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:45.3578117Z [00:02:38.696]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:45.3578972Z [00:02:38.696]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:45.3579815Z [00:02:38.696]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:45.3580630Z [00:02:38.696]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:45.3581643Z [00:02:38.696]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:45.3582469Z [00:02:38.696]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:45.3583270Z [00:02:38.696]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:19:45.3584150Z [00:02:38.696]➜  packagefile unicode/utf16=/tmp/go-build3619502580/b070/_pkg_.a
2025-08-20T21:19:45.3585018Z [00:02:38.696]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:45.3585652Z [00:02:38.696]➜  EOF
2025-08-20T21:19:45.3590230Z [00:02:38.696]➜  /root/.go/pkg/tool/linux_amd64/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 9bKiwmcK9ggUgfrzMbzw/9bKiwmcK9ggUgfrzMbzw -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:19:45.4017179Z [00:02:38.741]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T21:19:45.4033087Z [00:02:38.742]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/bc/bce84b5643684eb4e918943ce32ab07e865e819d2e645d0acd34fce738d6a4f7-d # internal
2025-08-20T21:19:45.4058535Z [00:02:38.745]➜  compress/flate
2025-08-20T21:19:45.4059927Z [00:02:38.745]➜  mkdir -p $WORK/b075/
2025-08-20T21:19:45.4063775Z [00:02:38.746]➜  cat >/tmp/go-build3619502580/b075/importcfg << 'EOF' # internal
2025-08-20T21:19:45.4066305Z [00:02:38.746]➜  # import config
2025-08-20T21:19:45.4067187Z [00:02:38.746]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:19:45.4067990Z [00:02:38.746]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:45.4072286Z [00:02:38.746]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:45.4073141Z [00:02:38.746]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:45.4073969Z [00:02:38.746]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:45.4074809Z [00:02:38.746]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:45.4075646Z [00:02:38.746]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:19:45.4076418Z [00:02:38.746]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:45.4077171Z [00:02:38.746]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:45.4077740Z [00:02:38.746]➜  EOF
2025-08-20T21:19:45.4102773Z [00:02:38.747]➜  /root/.go/pkg/tool/linux_amd64/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 lu9wJols6mZhiIWbtWKV/lu9wJols6mZhiIWbtWKV -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:19:45.4821402Z [00:02:38.821]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T21:19:45.4843421Z [00:02:38.823]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/3b/3bbfd9fd94ac9cf2de369327fa8f9fe9a4811c3f7b0a8542849e253eeb144fda-d # internal
2025-08-20T21:19:45.4844799Z [00:02:38.824]➜  crypto/internal/boring
2025-08-20T21:19:45.4845504Z [00:02:38.824]➜  mkdir -p $WORK/b082/
2025-08-20T21:19:45.4851058Z [00:02:38.824]➜  cat >/tmp/go-build3619502580/b082/importcfg << 'EOF' # internal
2025-08-20T21:19:45.4851907Z [00:02:38.824]➜  # import config
2025-08-20T21:19:45.4852640Z [00:02:38.824]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:19:45.4853574Z [00:02:38.824]➜  packagefile crypto/cipher=/tmp/go-build3619502580/b084/_pkg_.a
2025-08-20T21:19:45.4854665Z [00:02:38.824]➜  packagefile crypto/internal/boring/sig=/tmp/go-build3619502580/b106/_pkg_.a
2025-08-20T21:19:45.4855662Z [00:02:38.824]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:19:45.4856282Z [00:02:38.824]➜  EOF
2025-08-20T21:19:45.4859779Z [00:02:38.824]➜  /root/.go/pkg/tool/linux_amd64/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 W3zLiifb2SZOjBXz5Ugx/W3zLiifb2SZOjBXz5Ugx -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:19:45.5079961Z [00:02:38.847]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T21:19:45.5090793Z [00:02:38.848]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/21/218cf35c4ded279c8ffd329e9deaeed9c22d44444e8f0dbe0226e594c32e9258-d # internal
2025-08-20T21:19:45.5182413Z [00:02:38.857]➜  math/big
2025-08-20T21:19:45.5186799Z [00:02:38.858]➜  mkdir -p $WORK/b107/
2025-08-20T21:19:45.5189020Z [00:02:38.858]➜  echo -n > $WORK/b107/go_asm.h # internal
2025-08-20T21:19:45.5268351Z [00:02:38.866]➜  cd /root/.go/src/math/big
2025-08-20T21:19:45.5270347Z [00:02:38.866]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b107/symabis ./arith_amd64.s
2025-08-20T21:19:45.5402079Z [00:02:38.879]➜  cat >/tmp/go-build3619502580/b107/importcfg << 'EOF' # internal
2025-08-20T21:19:45.5406372Z [00:02:38.879]➜  # import config
2025-08-20T21:19:45.5407059Z [00:02:38.879]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:45.5407932Z [00:02:38.879]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:45.5408719Z [00:02:38.879]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:45.5409584Z [00:02:38.879]➜  packagefile internal/byteorder=/tmp/go-build3619502580/b013/_pkg_.a
2025-08-20T21:19:45.5410530Z [00:02:38.879]➜  packagefile internal/cpu=/tmp/go-build3619502580/b012/_pkg_.a
2025-08-20T21:19:45.5411532Z [00:02:38.879]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:45.5412291Z [00:02:38.879]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:45.5413094Z [00:02:38.879]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:45.5413921Z [00:02:38.879]➜  packagefile math/rand=/tmp/go-build3619502580/b108/_pkg_.a
2025-08-20T21:19:45.5414725Z [00:02:38.879]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:45.5415511Z [00:02:38.879]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:45.5416607Z [00:02:38.879]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:45.5417439Z [00:02:38.879]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:45.5418030Z [00:02:38.879]➜  EOF
2025-08-20T21:19:45.5418527Z [00:02:38.879]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:45.5426924Z [00:02:38.880]➜  /root/.go/pkg/tool/linux_amd64/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 JofwGRdBClRX1fvGbU-v/JofwGRdBClRX1fvGbU-v -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_amd64.go /root/.go/src/math/big/arith_decl.go /root/.go/src/math/big/decimal.go /root/.go/src/math/big/doc.go /root/.go/src/math/big/float.go /root/.go/src/math/big/floatconv.go /root/.go/src/math/big/floatmarsh.go /root/.go/src/math/big/ftoa.go /root/.go/src/math/big/int.go /root/.go/src/math/big/intconv.go /root/.go/src/math/big/intmarsh.go /root/.go/src/math/big/nat.go /root/.go/src/math/big/natconv.go /root/.go/src/math/big/natdiv.go /root/.go/src/math/big/natmul.go /root/.go/src/math/big/prime.go /root/.go/src/math/big/rat.go /root/.go/src/math/big/ratconv.go /root/.go/src/math/big/ratmarsh.go /root/.go/src/math/big/roundingmode_string.go /root/.go/src/math/big/sqrt.go
2025-08-20T21:19:45.6422873Z [00:02:38.981]➜  go tool buildid -w $WORK/b163/_pkg_.a # internal
2025-08-20T21:19:45.6556815Z [00:02:38.995]➜  cp $WORK/b163/_pkg_.a /root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d # internal
2025-08-20T21:19:45.6569633Z [00:02:38.995]➜  crypto/aes
2025-08-20T21:19:45.6570171Z [00:02:38.995]➜  mkdir -p $WORK/b110/
2025-08-20T21:19:45.6570900Z [00:02:38.995]➜  cat >/tmp/go-build3619502580/b110/importcfg << 'EOF' # internal
2025-08-20T21:19:45.6571820Z [00:02:38.995]➜  # import config
2025-08-20T21:19:45.6572533Z [00:02:38.995]➜  packagefile crypto/cipher=/tmp/go-build3619502580/b084/_pkg_.a
2025-08-20T21:19:45.6573532Z [00:02:38.995]➜  packagefile crypto/internal/boring=/tmp/go-build3619502580/b082/_pkg_.a
2025-08-20T21:19:45.6574952Z [00:02:38.995]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3619502580/b085/_pkg_.a
2025-08-20T21:19:45.6575953Z [00:02:38.995]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:45.6576573Z [00:02:38.995]➜  EOF
2025-08-20T21:19:45.6579236Z [00:02:38.995]➜  /root/.go/pkg/tool/linux_amd64/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 diuGuXsZc3J5Dik1QbrO/diuGuXsZc3J5Dik1QbrO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b110/importcfg -pack /root/.go/src/crypto/aes/aes.go
2025-08-20T21:19:45.6796188Z [00:02:39.019]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T21:19:45.6800785Z [00:02:39.019]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/45/4560f6707a99ea99c7c921edfecb487d903706ea47866805fb63c9e71afbe69a-d # internal
2025-08-20T21:19:45.6805420Z [00:02:39.019]➜  crypto/des
2025-08-20T21:19:45.6809895Z [00:02:39.019]➜  mkdir -p $WORK/b111/
2025-08-20T21:19:45.6810636Z [00:02:39.020]➜  cat >/tmp/go-build3619502580/b111/importcfg << 'EOF' # internal
2025-08-20T21:19:45.6811599Z [00:02:39.020]➜  # import config
2025-08-20T21:19:45.6812331Z [00:02:39.020]➜  packagefile crypto/cipher=/tmp/go-build3619502580/b084/_pkg_.a
2025-08-20T21:19:45.6813398Z [00:02:39.020]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3619502580/b088/_pkg_.a
2025-08-20T21:19:45.6828291Z [00:02:39.020]➜  packagefile crypto/internal/fips140only=/tmp/go-build3619502580/b104/_pkg_.a
2025-08-20T21:19:45.6829415Z [00:02:39.020]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:45.6830683Z [00:02:39.020]➜  packagefile internal/byteorder=/tmp/go-build3619502580/b013/_pkg_.a
2025-08-20T21:19:45.6831864Z [00:02:39.020]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:45.6832689Z [00:02:39.020]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:45.6833317Z [00:02:39.020]➜  EOF
2025-08-20T21:19:45.6838603Z [00:02:39.020]➜  /root/.go/pkg/tool/linux_amd64/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 ndYjqEuglbAPKXBV7bdO/ndYjqEuglbAPKXBV7bdO -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:19:45.6892130Z [00:02:39.028]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T21:19:45.6938210Z [00:02:39.033]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/cb/cb62df39b94cbf5f4fd66e857d11f994f7f846fc128dea5432b97012aef87e68-d # internal
2025-08-20T21:19:45.6940895Z [00:02:39.033]➜  compress/gzip
2025-08-20T21:19:45.6942020Z [00:02:39.033]➜  mkdir -p $WORK/b074/
2025-08-20T21:19:45.6948836Z [00:02:39.034]➜  cat >/tmp/go-build3619502580/b074/importcfg << 'EOF' # internal
2025-08-20T21:19:45.6949669Z [00:02:39.034]➜  # import config
2025-08-20T21:19:45.6950357Z [00:02:39.034]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:19:45.6951416Z [00:02:39.034]➜  packagefile compress/flate=/tmp/go-build3619502580/b075/_pkg_.a
2025-08-20T21:19:45.6952422Z [00:02:39.034]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:19:45.6953338Z [00:02:39.034]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:45.6956329Z [00:02:39.034]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:45.6957201Z [00:02:39.034]➜  packagefile hash/crc32=/tmp/go-build3619502580/b078/_pkg_.a
2025-08-20T21:19:45.6958043Z [00:02:39.034]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:45.6958858Z [00:02:39.034]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:45.6959464Z [00:02:39.034]➜  EOF
2025-08-20T21:19:45.6962694Z [00:02:39.035]➜  /root/.go/pkg/tool/linux_amd64/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 k2XxW7nAX_0rkxTW93-g/k2XxW7nAX_0rkxTW93-g -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:19:45.7452950Z [00:02:39.083]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T21:19:45.7459779Z [00:02:39.085]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/c4/c431769c6541c6d6ae9d3eb5ae089332700228499a65007d261155420ece1702-d # internal
2025-08-20T21:19:45.7463252Z [00:02:39.085]➜  crypto/ecdh
2025-08-20T21:19:45.7463760Z [00:02:39.085]➜  mkdir -p $WORK/b112/
2025-08-20T21:19:45.7464542Z [00:02:39.085]➜  cat >/tmp/go-build3619502580/b112/importcfg << 'EOF' # internal
2025-08-20T21:19:45.7465229Z [00:02:39.085]➜  # import config
2025-08-20T21:19:45.7465881Z [00:02:39.085]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:45.7466752Z [00:02:39.085]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:19:45.7467688Z [00:02:39.085]➜  packagefile crypto/internal/boring=/tmp/go-build3619502580/b082/_pkg_.a
2025-08-20T21:19:45.7468772Z [00:02:39.085]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build3619502580/b113/_pkg_.a
2025-08-20T21:19:45.7470016Z [00:02:39.085]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build3619502580/b116/_pkg_.a
2025-08-20T21:19:45.7471621Z [00:02:39.085]➜  packagefile crypto/internal/fips140only=/tmp/go-build3619502580/b104/_pkg_.a
2025-08-20T21:19:45.7472762Z [00:02:39.085]➜  packagefile crypto/internal/randutil=/tmp/go-build3619502580/b102/_pkg_.a
2025-08-20T21:19:45.7474040Z [00:02:39.085]➜  packagefile crypto/subtle=/tmp/go-build3619502580/b105/_pkg_.a
2025-08-20T21:19:45.7474933Z [00:02:39.085]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:45.7475715Z [00:02:39.085]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:45.7476333Z [00:02:39.085]➜  EOF
2025-08-20T21:19:45.7479604Z [00:02:39.085]➜  /root/.go/pkg/tool/linux_amd64/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 ovpeGK47S8GeqgKCwR1i/ovpeGK47S8GeqgKCwR1i -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:19:45.7672465Z [00:02:39.106]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T21:19:45.7695985Z [00:02:39.108]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/b3/b3d01eff872d1061af7a6268f67170d50a1e8efb8d87f7700b66075164e92476-d # internal
2025-08-20T21:19:45.7698443Z [00:02:39.109]➜  crypto/sha512
2025-08-20T21:19:45.7698948Z [00:02:39.109]➜  mkdir -p $WORK/b126/
2025-08-20T21:19:45.7704078Z [00:02:39.110]➜  cat >/tmp/go-build3619502580/b126/importcfg << 'EOF' # internal
2025-08-20T21:19:45.7712571Z [00:02:39.110]➜  # import config
2025-08-20T21:19:45.7713244Z [00:02:39.110]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:19:45.7714182Z [00:02:39.110]➜  packagefile crypto/internal/boring=/tmp/go-build3619502580/b082/_pkg_.a
2025-08-20T21:19:45.7715297Z [00:02:39.110]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3619502580/b097/_pkg_.a
2025-08-20T21:19:45.7716275Z [00:02:39.110]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:19:45.7716881Z [00:02:39.110]➜  EOF
2025-08-20T21:19:45.7719773Z [00:02:39.110]➜  /root/.go/pkg/tool/linux_amd64/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 PP4uRN6WNmk3BXz4RjQ5/PP4uRN6WNmk3BXz4RjQ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b126/importcfg -pack /root/.go/src/crypto/sha512/sha512.go
2025-08-20T21:19:45.8027153Z [00:02:39.142]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T21:19:45.8034914Z [00:02:39.143]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/25/25ddd1309b3531a12cd8730f71229fc47f1628df52d676365bc0d01b9a949c77-d # internal
2025-08-20T21:19:45.8047246Z [00:02:39.144]➜  crypto/internal/fips140/ed25519
2025-08-20T21:19:45.8050149Z [00:02:39.144]➜  mkdir -p $WORK/b131/
2025-08-20T21:19:45.8055297Z [00:02:39.145]➜  cat >/tmp/go-build3619502580/b131/importcfg << 'EOF' # internal
2025-08-20T21:19:45.8057787Z [00:02:39.145]➜  # import config
2025-08-20T21:19:45.8058506Z [00:02:39.145]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:45.8059524Z [00:02:39.145]➜  packagefile crypto/internal/fips140=/tmp/go-build3619502580/b086/_pkg_.a
2025-08-20T21:19:45.8060744Z [00:02:39.145]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3619502580/b089/_pkg_.a
2025-08-20T21:19:45.8062171Z [00:02:39.145]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3619502580/b099/_pkg_.a
2025-08-20T21:19:45.8063450Z [00:02:39.145]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build3619502580/b132/_pkg_.a
2025-08-20T21:19:45.8064877Z [00:02:39.145]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3619502580/b097/_pkg_.a
2025-08-20T21:19:45.8065901Z [00:02:39.145]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:45.8066739Z [00:02:39.145]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:45.8067558Z [00:02:39.145]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:45.8068176Z [00:02:39.145]➜  EOF
2025-08-20T21:19:45.8072581Z [00:02:39.145]➜  /root/.go/pkg/tool/linux_amd64/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 JR_8jT96jN0U1bKU-DKB/JR_8jT96jN0U1bKU-DKB -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:19:45.8598320Z [00:02:39.199]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T21:19:45.8651839Z [00:02:39.204]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/fb/fbfc80f107c3fda320eec7630e582bd48c2d008a3f86ab22e80f826ed8e69e79-d # internal
2025-08-20T21:19:45.8668903Z [00:02:39.206]➜  crypto/hkdf
2025-08-20T21:19:45.8673578Z [00:02:39.207]➜  mkdir -p $WORK/b133/
2025-08-20T21:19:45.8688550Z [00:02:39.208]➜  cat >/tmp/go-build3619502580/b133/importcfg << 'EOF' # internal
2025-08-20T21:19:45.8689263Z [00:02:39.208]➜  # import config
2025-08-20T21:19:45.8693050Z [00:02:39.208]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build3619502580/b134/_pkg_.a
2025-08-20T21:19:45.8695146Z [00:02:39.208]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3619502580/b124/_pkg_.a
2025-08-20T21:19:45.8696327Z [00:02:39.208]➜  packagefile crypto/internal/fips140only=/tmp/go-build3619502580/b104/_pkg_.a
2025-08-20T21:19:45.8697755Z [00:02:39.208]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:45.8700743Z [00:02:39.208]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:19:45.8702389Z [00:02:39.208]➜  EOF
2025-08-20T21:19:45.8704900Z [00:02:39.208]➜  /root/.go/pkg/tool/linux_amd64/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 Tn0lhq-1tisviu673rln/Tn0lhq-1tisviu673rln -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b133/importcfg -pack /root/.go/src/crypto/hkdf/hkdf.go
2025-08-20T21:19:45.8737998Z [00:02:39.213]➜  go tool buildid -w $WORK/b131/_pkg_.a # internal
2025-08-20T21:19:45.8747025Z [00:02:39.214]➜  cp $WORK/b131/_pkg_.a /root/.cache/go-build/46/460c8db732d68f249f9c830e71772a6351a13924cd4b30f718449eaf7ae9e049-d # internal
2025-08-20T21:19:45.8748313Z [00:02:39.214]➜  crypto/hmac
2025-08-20T21:19:45.8750130Z [00:02:39.214]➜  mkdir -p $WORK/b135/
2025-08-20T21:19:45.8759625Z [00:02:39.214]➜  cat >/tmp/go-build3619502580/b135/importcfg << 'EOF' # internal
2025-08-20T21:19:45.8760736Z [00:02:39.214]➜  # import config
2025-08-20T21:19:45.8761837Z [00:02:39.214]➜  packagefile crypto/internal/boring=/tmp/go-build3619502580/b082/_pkg_.a
2025-08-20T21:19:45.8763075Z [00:02:39.214]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3619502580/b090/_pkg_.a
2025-08-20T21:19:45.8765437Z [00:02:39.214]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3619502580/b124/_pkg_.a
2025-08-20T21:19:45.8766533Z [00:02:39.214]➜  packagefile crypto/internal/fips140only=/tmp/go-build3619502580/b104/_pkg_.a
2025-08-20T21:19:45.8767746Z [00:02:39.214]➜  packagefile crypto/subtle=/tmp/go-build3619502580/b105/_pkg_.a
2025-08-20T21:19:45.8768535Z [00:02:39.214]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:19:45.8769095Z [00:02:39.214]➜  EOF
2025-08-20T21:19:45.8771781Z [00:02:39.215]➜  /root/.go/pkg/tool/linux_amd64/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 trw10WIwcdjlZMqH3A48/trw10WIwcdjlZMqH3A48 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b135/importcfg -pack /root/.go/src/crypto/hmac/hmac.go
2025-08-20T21:19:45.8792165Z [00:02:39.218]➜  go tool buildid -w $WORK/b133/_pkg_.a # internal
2025-08-20T21:19:45.8804381Z [00:02:39.220]➜  cp $WORK/b133/_pkg_.a /root/.cache/go-build/c6/c6bec0dc94a2af0401f7bd13ba310d33f2423bafe6a30653c430f9b1383f6ace-d # internal
2025-08-20T21:19:45.8805790Z [00:02:39.220]➜  crypto/internal/fips140/mlkem
2025-08-20T21:19:45.8806476Z [00:02:39.220]➜  mkdir -p $WORK/b136/
2025-08-20T21:19:45.8808065Z [00:02:39.220]➜  cat >/tmp/go-build3619502580/b136/importcfg << 'EOF' # internal
2025-08-20T21:19:45.8809116Z [00:02:39.220]➜  # import config
2025-08-20T21:19:45.8809934Z [00:02:39.220]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:45.8811110Z [00:02:39.220]➜  packagefile crypto/internal/fips140=/tmp/go-build3619502580/b086/_pkg_.a
2025-08-20T21:19:45.8812529Z [00:02:39.220]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3619502580/b089/_pkg_.a
2025-08-20T21:19:45.8813715Z [00:02:39.220]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3619502580/b099/_pkg_.a
2025-08-20T21:19:45.8814945Z [00:02:39.220]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3619502580/b095/_pkg_.a
2025-08-20T21:19:45.8816201Z [00:02:39.220]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3619502580/b096/_pkg_.a
2025-08-20T21:19:45.8818347Z [00:02:39.220]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3619502580/b092/_pkg_.a
2025-08-20T21:19:45.8819357Z [00:02:39.220]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:45.8819920Z [00:02:39.220]➜  EOF
2025-08-20T21:19:45.8824431Z [00:02:39.220]➜  /root/.go/pkg/tool/linux_amd64/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 1CScNZsZ7bTkdX4Fjiqf/1CScNZsZ7bTkdX4Fjiqf -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:19:45.8897434Z [00:02:39.229]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T21:19:45.8971663Z [00:02:39.236]➜  go tool buildid -w $WORK/b135/_pkg_.a # internal
2025-08-20T21:19:45.8977324Z [00:02:39.236]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d # internal
2025-08-20T21:19:45.8978542Z [00:02:39.237]➜  vendor/golang.org/x/crypto/chacha20
2025-08-20T21:19:45.8981790Z [00:02:39.237]➜  mkdir -p $WORK/b141/
2025-08-20T21:19:45.8982615Z [00:02:39.237]➜  cat >/tmp/go-build3619502580/b141/importcfg << 'EOF' # internal
2025-08-20T21:19:45.8983291Z [00:02:39.237]➜  # import config
2025-08-20T21:19:45.8984091Z [00:02:39.237]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:19:45.8985329Z [00:02:39.237]➜  packagefile crypto/cipher=/tmp/go-build3619502580/b084/_pkg_.a
2025-08-20T21:19:45.8989458Z [00:02:39.237]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:19:45.8990382Z [00:02:39.237]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:45.8991975Z [00:02:39.237]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build3619502580/b142/_pkg_.a
2025-08-20T21:19:45.8993252Z [00:02:39.237]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:45.8994106Z [00:02:39.237]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:45.8994757Z [00:02:39.237]➜  EOF
2025-08-20T21:19:45.8995847Z [00:02:39.237]➜  cp $WORK/b135/_pkg_.a /root/.cache/go-build/a7/a77bc605ff3289e781c9d9d2da445c82a40e31e9d7124465e2f2cc1734a128a3-d # internal
2025-08-20T21:19:45.9001433Z [00:02:39.237]➜  /root/.go/pkg/tool/linux_amd64/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 -complete -installsuffix shared -buildid 5rslxZbOoGpBhzS9_c0e/5rslxZbOoGpBhzS9_c0e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b141/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_noasm.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/xor.go
2025-08-20T21:19:45.9006040Z [00:02:39.238]➜  crypto/md5
2025-08-20T21:19:45.9006517Z [00:02:39.238]➜  mkdir -p $WORK/b145/
2025-08-20T21:19:45.9007114Z [00:02:39.239]➜  echo -n > $WORK/b145/go_asm.h # internal
2025-08-20T21:19:45.9007727Z [00:02:39.239]➜  cd /root/.go/src/crypto/md5
2025-08-20T21:19:45.9009661Z [00:02:39.239]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b145=>" -I $WORK/b145/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b145/symabis ./md5block_amd64.s
2025-08-20T21:19:45.9066855Z [00:02:39.246]➜  cat >/tmp/go-build3619502580/b145/importcfg << 'EOF' # internal
2025-08-20T21:19:45.9067689Z [00:02:39.246]➜  # import config
2025-08-20T21:19:45.9068368Z [00:02:39.246]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:19:45.9069347Z [00:02:39.246]➜  packagefile crypto/internal/fips140only=/tmp/go-build3619502580/b104/_pkg_.a
2025-08-20T21:19:45.9070310Z [00:02:39.246]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:45.9071135Z [00:02:39.246]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:19:45.9072631Z [00:02:39.246]➜  packagefile internal/byteorder=/tmp/go-build3619502580/b013/_pkg_.a
2025-08-20T21:19:45.9073598Z [00:02:39.246]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:45.9074259Z [00:02:39.246]➜  EOF
2025-08-20T21:19:45.9074737Z [00:02:39.246]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:45.9078433Z [00:02:39.246]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b145/_pkg_.a -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b145=>" -p crypto/md5 -lang=go1.25 -std -installsuffix shared -buildid xzJNDPgMPDB6jckQO8_3/xzJNDPgMPDB6jckQO8_3 -goversion go1.25.0 -symabis $WORK/b145/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b145/importcfg -pack -asmhdr $WORK/b145/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:19:45.9543072Z [00:02:39.293]➜  go tool buildid -w $WORK/b141/_pkg_.a # internal
2025-08-20T21:19:45.9559271Z [00:02:39.295]➜  cp $WORK/b141/_pkg_.a /root/.cache/go-build/b8/b804fe124ef072873a1051637f26545b29f76fe15a0e3a52c8ad5fc1018740ea-d # internal
2025-08-20T21:19:45.9574410Z [00:02:39.297]➜  vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:19:45.9578490Z [00:02:39.297]➜  mkdir -p $WORK/b140/
2025-08-20T21:19:45.9592046Z [00:02:39.298]➜  echo -n > $WORK/b140/go_asm.h # internal
2025-08-20T21:19:45.9598169Z [00:02:39.299]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:19:45.9605736Z [00:02:39.299]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/chacha20poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b140=>" -I $WORK/b140/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b140/symabis ./chacha20poly1305_amd64.s
2025-08-20T21:19:45.9613941Z [00:02:39.300]➜  cd /root/.go/src/crypto/md5
2025-08-20T21:19:45.9620190Z [00:02:39.300]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b145=>" -I $WORK/b145/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b145/md5block_amd64.o ./md5block_amd64.s
2025-08-20T21:19:45.9728264Z [00:02:39.312]➜  go tool pack r $WORK/b145/_pkg_.a $WORK/b145/md5block_amd64.o # internal
2025-08-20T21:19:45.9730566Z [00:02:39.312]➜  go tool buildid -w $WORK/b145/_pkg_.a # internal
2025-08-20T21:19:45.9732041Z [00:02:39.312]➜  cp $WORK/b145/_pkg_.a /root/.cache/go-build/ff/ffd47a7f655d2264f725b558b5a357c36e8f498bf298877889e4508c649663ea-d # internal
2025-08-20T21:19:45.9755801Z [00:02:39.315]➜  crypto/rc4
2025-08-20T21:19:45.9757823Z [00:02:39.315]➜  mkdir -p $WORK/b146/
2025-08-20T21:19:45.9759197Z [00:02:39.315]➜  cat >/tmp/go-build3619502580/b146/importcfg << 'EOF' # internal
2025-08-20T21:19:45.9759881Z [00:02:39.315]➜  # import config
2025-08-20T21:19:45.9760723Z [00:02:39.315]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3619502580/b088/_pkg_.a
2025-08-20T21:19:45.9762050Z [00:02:39.315]➜  packagefile crypto/internal/fips140only=/tmp/go-build3619502580/b104/_pkg_.a
2025-08-20T21:19:45.9763006Z [00:02:39.315]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:45.9763843Z [00:02:39.315]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:45.9764498Z [00:02:39.315]➜  EOF
2025-08-20T21:19:45.9767065Z [00:02:39.316]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:45.9770485Z [00:02:39.316]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b146/_pkg_.a -trimpath "/root/.go/src/crypto/rc4=>crypto/rc4;$WORK/b146=>" -p crypto/rc4 -lang=go1.25 -std -complete -installsuffix shared -buildid ddivy_vGo7m8X1jdtCf5/ddivy_vGo7m8X1jdtCf5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b146/importcfg -pack /root/.go/src/crypto/rc4/rc4.go
2025-08-20T21:19:45.9829337Z [00:02:39.322]➜  cat >/tmp/go-build3619502580/b140/importcfg << 'EOF' # internal
2025-08-20T21:19:45.9832351Z [00:02:39.322]➜  # import config
2025-08-20T21:19:45.9833545Z [00:02:39.322]➜  importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20
2025-08-20T21:19:45.9834858Z [00:02:39.322]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:19:45.9836139Z [00:02:39.322]➜  importmap golang.org/x/crypto/internal/poly1305=vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:19:45.9837225Z [00:02:39.322]➜  importmap golang.org/x/sys/cpu=vendor/golang.org/x/sys/cpu
2025-08-20T21:19:45.9838119Z [00:02:39.322]➜  packagefile crypto/cipher=/tmp/go-build3619502580/b084/_pkg_.a
2025-08-20T21:19:45.9839024Z [00:02:39.322]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:19:45.9839913Z [00:02:39.322]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:45.9840935Z [00:02:39.322]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build3619502580/b141/_pkg_.a
2025-08-20T21:19:45.9842337Z [00:02:39.322]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build3619502580/b142/_pkg_.a
2025-08-20T21:19:45.9843629Z [00:02:39.322]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build3619502580/b143/_pkg_.a
2025-08-20T21:19:45.9844823Z [00:02:39.322]➜  packagefile vendor/golang.org/x/sys/cpu=/tmp/go-build3619502580/b144/_pkg_.a
2025-08-20T21:19:45.9845609Z [00:02:39.322]➜  EOF
2025-08-20T21:19:45.9853091Z [00:02:39.322]➜  /root/.go/pkg/tool/linux_amd64/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 -installsuffix shared -buildid r9wCMlKr00PnpKYqFOHA/r9wCMlKr00PnpKYqFOHA -goversion go1.25.0 -symabis $WORK/b140/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b140/importcfg -pack -asmhdr $WORK/b140/go_asm.h /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/xchacha20poly1305.go
2025-08-20T21:19:46.0168168Z [00:02:39.356]➜  go tool buildid -w $WORK/b146/_pkg_.a # internal
2025-08-20T21:19:46.0174755Z [00:02:39.357]➜  cp $WORK/b146/_pkg_.a /root/.cache/go-build/ba/ba69c36b33eec064608b3f2edf09a5313f37f2ca175db3a3bd90d25bbec62734-d # internal
2025-08-20T21:19:46.0176856Z [00:02:39.357]➜  crypto/internal/fips140/rsa
2025-08-20T21:19:46.0179127Z [00:02:39.357]➜  mkdir -p $WORK/b148/
2025-08-20T21:19:46.0185311Z [00:02:39.357]➜  cat >/tmp/go-build3619502580/b148/importcfg << 'EOF' # internal
2025-08-20T21:19:46.0192601Z [00:02:39.357]➜  # import config
2025-08-20T21:19:46.0193332Z [00:02:39.358]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:46.0194316Z [00:02:39.358]➜  packagefile crypto/internal/fips140=/tmp/go-build3619502580/b086/_pkg_.a
2025-08-20T21:19:46.0195479Z [00:02:39.358]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3619502580/b121/_pkg_.a
2025-08-20T21:19:46.0196652Z [00:02:39.358]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3619502580/b089/_pkg_.a
2025-08-20T21:19:46.0199050Z [00:02:39.358]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3619502580/b099/_pkg_.a
2025-08-20T21:19:46.0200386Z [00:02:39.358]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3619502580/b091/_pkg_.a
2025-08-20T21:19:46.0202159Z [00:02:39.358]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3619502580/b095/_pkg_.a
2025-08-20T21:19:46.0206246Z [00:02:39.358]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3619502580/b097/_pkg_.a
2025-08-20T21:19:46.0207500Z [00:02:39.358]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3619502580/b096/_pkg_.a
2025-08-20T21:19:46.0208498Z [00:02:39.358]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:46.0209327Z [00:02:39.358]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:19:46.0210456Z [00:02:39.358]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:46.0213575Z [00:02:39.358]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:46.0214475Z [00:02:39.358]➜  EOF
2025-08-20T21:19:46.0219483Z [00:02:39.358]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b148/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/rsa=>crypto/internal/fips140/rsa;$WORK/b148=>" -p crypto/internal/fips140/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid gZi8IFIZM24eiWNNPCF7/gZi8IFIZM24eiWNNPCF7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b148/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:19:46.0373213Z [00:02:39.376]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:19:46.0376436Z [00:02:39.376]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/chacha20poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b140=>" -I $WORK/b140/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b140/chacha20poly1305_amd64.o ./chacha20poly1305_amd64.s
2025-08-20T21:19:46.0709963Z [00:02:39.409]➜  go tool buildid -w $WORK/b136/_pkg_.a # internal
2025-08-20T21:19:46.0717005Z [00:02:39.411]➜  cp $WORK/b136/_pkg_.a /root/.cache/go-build/29/2905bf4ab17fd6e8c924db184596c8ad0679ed8ef6869776386409dcad23d878-d # internal
2025-08-20T21:19:46.0718849Z [00:02:39.411]➜  crypto/sha1
2025-08-20T21:19:46.0721624Z [00:02:39.411]➜  mkdir -p $WORK/b149/
2025-08-20T21:19:46.0730422Z [00:02:39.412]➜  echo -n > $WORK/b149/go_asm.h # internal
2025-08-20T21:19:46.0741411Z [00:02:39.413]➜  cd /root/.go/src/crypto/sha1
2025-08-20T21:19:46.0743834Z [00:02:39.413]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b149=>" -I $WORK/b149/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b149/symabis ./sha1block_amd64.s
2025-08-20T21:19:46.0826224Z [00:02:39.422]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:19:46.0828919Z [00:02:39.422]➜  go tool pack r $WORK/b140/_pkg_.a $WORK/b140/chacha20poly1305_amd64.o # internal
2025-08-20T21:19:46.0833767Z [00:02:39.423]➜  go tool buildid -w $WORK/b140/_pkg_.a # internal
2025-08-20T21:19:46.0846328Z [00:02:39.424]➜  cp $WORK/b140/_pkg_.a /root/.cache/go-build/5a/5a642123223ec0a3053dd76096a2a24fb98fa8a1054f42e5b9205d1bb5cde71c-d # internal
2025-08-20T21:19:46.0848193Z [00:02:39.424]➜  crypto/sha256
2025-08-20T21:19:46.0850499Z [00:02:39.424]➜  mkdir -p $WORK/b150/
2025-08-20T21:19:46.0867414Z [00:02:39.426]➜  cat >/tmp/go-build3619502580/b150/importcfg << 'EOF' # internal
2025-08-20T21:19:46.0868499Z [00:02:39.426]➜  # import config
2025-08-20T21:19:46.0870201Z [00:02:39.426]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:19:46.0872630Z [00:02:39.426]➜  packagefile crypto/internal/boring=/tmp/go-build3619502580/b082/_pkg_.a
2025-08-20T21:19:46.0873830Z [00:02:39.426]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3619502580/b091/_pkg_.a
2025-08-20T21:19:46.0874786Z [00:02:39.426]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:19:46.0875386Z [00:02:39.426]➜  EOF
2025-08-20T21:19:46.0875877Z [00:02:39.426]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:46.0878750Z [00:02:39.426]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b150/_pkg_.a -trimpath "/root/.go/src/crypto/sha256=>crypto/sha256;$WORK/b150=>" -p crypto/sha256 -lang=go1.25 -std -complete -installsuffix shared -buildid 4E2ZYzolEG0nC41yvScW/4E2ZYzolEG0nC41yvScW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b150/importcfg -pack /root/.go/src/crypto/sha256/sha256.go
2025-08-20T21:19:46.0920333Z [00:02:39.431]➜  cat >/tmp/go-build3619502580/b149/importcfg << 'EOF' # internal
2025-08-20T21:19:46.0922259Z [00:02:39.431]➜  # import config
2025-08-20T21:19:46.0923766Z [00:02:39.431]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:19:46.0925855Z [00:02:39.431]➜  packagefile crypto/internal/boring=/tmp/go-build3619502580/b082/_pkg_.a
2025-08-20T21:19:46.0927901Z [00:02:39.431]➜  packagefile crypto/internal/fips140only=/tmp/go-build3619502580/b104/_pkg_.a
2025-08-20T21:19:46.0929844Z [00:02:39.431]➜  packagefile crypto/internal/impl=/tmp/go-build3619502580/b094/_pkg_.a
2025-08-20T21:19:46.0932199Z [00:02:39.431]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:46.0933375Z [00:02:39.431]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:19:46.0934519Z [00:02:39.431]➜  packagefile internal/byteorder=/tmp/go-build3619502580/b013/_pkg_.a
2025-08-20T21:19:46.0936028Z [00:02:39.431]➜  packagefile internal/cpu=/tmp/go-build3619502580/b012/_pkg_.a
2025-08-20T21:19:46.0938022Z [00:02:39.431]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:46.0938935Z [00:02:39.431]➜  EOF
2025-08-20T21:19:46.0944814Z [00:02:39.431]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b149/_pkg_.a -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b149=>" -p crypto/sha1 -lang=go1.25 -std -installsuffix shared -buildid KgYea1Pdw3hJNrGRYkZX/KgYea1Pdw3hJNrGRYkZX -goversion go1.25.0 -symabis $WORK/b149/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b149/importcfg -pack -asmhdr $WORK/b149/go_asm.h /root/.go/src/crypto/sha1/sha1.go /root/.go/src/crypto/sha1/sha1block.go /root/.go/src/crypto/sha1/sha1block_amd64.go
2025-08-20T21:19:46.1071685Z [00:02:39.446]➜  go tool buildid -w $WORK/b150/_pkg_.a # internal
2025-08-20T21:19:46.1078002Z [00:02:39.447]➜  cp $WORK/b150/_pkg_.a /root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d # internal
2025-08-20T21:19:46.1084580Z [00:02:39.447]➜  encoding/hex
2025-08-20T21:19:46.1085101Z [00:02:39.447]➜  mkdir -p $WORK/b156/
2025-08-20T21:19:46.1086223Z [00:02:39.448]➜  cat >/tmp/go-build3619502580/b156/importcfg << 'EOF' # internal
2025-08-20T21:19:46.1086902Z [00:02:39.448]➜  # import config
2025-08-20T21:19:46.1087552Z [00:02:39.448]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:46.1088342Z [00:02:39.448]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:46.1089099Z [00:02:39.448]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:46.1089883Z [00:02:39.448]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:46.1090721Z [00:02:39.448]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:46.1091553Z [00:02:39.448]➜  EOF
2025-08-20T21:19:46.1095545Z [00:02:39.448]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b156/_pkg_.a -trimpath "/root/.go/src/encoding/hex=>encoding/hex;$WORK/b156=>" -p encoding/hex -lang=go1.25 -std -complete -installsuffix shared -buildid FiBd9Fuh5gov9bYEg4MY/FiBd9Fuh5gov9bYEg4MY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b156/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T21:19:46.1627773Z [00:02:39.502]➜  go tool buildid -w $WORK/b156/_pkg_.a # internal
2025-08-20T21:19:46.1635959Z [00:02:39.503]➜  cp $WORK/b156/_pkg_.a /root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d # internal
2025-08-20T21:19:46.1676308Z [00:02:39.507]➜  cd /root/.go/src/crypto/sha1
2025-08-20T21:19:46.1680360Z [00:02:39.507]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b149=>" -I $WORK/b149/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b149/sha1block_amd64.o ./sha1block_amd64.s
2025-08-20T21:19:46.1832377Z [00:02:39.522]➜  runtime/cgo
2025-08-20T21:19:46.1835180Z [00:02:39.522]➜  mkdir -p $WORK/b165/
2025-08-20T21:19:46.1839551Z [00:02:39.523]➜  echo -n > $WORK/b165/preferlinkext # internal
2025-08-20T21:19:46.1840823Z [00:02:39.523]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:19:46.1845143Z [00:02:39.523]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b165/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false "-ldflags=\"-O2\" \"-g\" \"-lpthread\"" -- -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement ./cgo.go
2025-08-20T21:19:46.2016902Z [00:02:39.541]➜  cd /root/.go/src/crypto/sha1
2025-08-20T21:19:46.2020237Z [00:02:39.541]➜  go tool pack r $WORK/b149/_pkg_.a $WORK/b149/sha1block_amd64.o # internal
2025-08-20T21:19:46.2028714Z [00:02:39.542]➜  go tool buildid -w $WORK/b149/_pkg_.a # internal
2025-08-20T21:19:46.2034153Z [00:02:39.542]➜  cp $WORK/b149/_pkg_.a /root/.cache/go-build/48/48137442ca30c65917bc9a10aa7fba2118a6aac825a5066dbce46eec0794ee52-d # internal
2025-08-20T21:19:46.2035971Z [00:02:39.542]➜  net/url
2025-08-20T21:19:46.2037037Z [00:02:39.542]➜  mkdir -p $WORK/b166/
2025-08-20T21:19:46.2038216Z [00:02:39.543]➜  cat >/tmp/go-build3619502580/b166/importcfg << 'EOF' # internal
2025-08-20T21:19:46.2051934Z [00:02:39.543]➜  # import config
2025-08-20T21:19:46.2052994Z [00:02:39.543]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:46.2054507Z [00:02:39.543]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:46.2055918Z [00:02:39.543]➜  packagefile maps=/tmp/go-build3619502580/b158/_pkg_.a
2025-08-20T21:19:46.2057349Z [00:02:39.543]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:19:46.2058483Z [00:02:39.543]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:46.2060192Z [00:02:39.543]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:46.2061720Z [00:02:39.543]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:46.2062575Z [00:02:39.543]➜  EOF
2025-08-20T21:19:46.2063370Z [00:02:39.543]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:46.2066628Z [00:02:39.543]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b166/_pkg_.a -trimpath "/root/.go/src/net/url=>net/url;$WORK/b166=>" -p net/url -lang=go1.25 -std -complete -installsuffix shared -buildid qWuN1b1aWdxv7Pdho_tZ/qWuN1b1aWdxv7Pdho_tZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b166/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T21:19:46.2265098Z [00:02:39.566]➜  cd $WORK/b165
2025-08-20T21:19:46.2270569Z [00:02:39.566]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b165/_x001.o -c _cgo_export.c
2025-08-20T21:19:46.2729027Z [00:02:39.612]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b165/_x002.o -c cgo.cgo2.c
2025-08-20T21:19:46.2737793Z [00:02:39.613]➜  go tool buildid -w $WORK/b148/_pkg_.a # internal
2025-08-20T21:19:46.2762377Z [00:02:39.615]➜  cp $WORK/b148/_pkg_.a /root/.cache/go-build/ce/cef7d57c406c50fa2f1ea2e15eb0196e9f2699037eef871fa52670eb68b94366-d # internal
2025-08-20T21:19:46.2771621Z [00:02:39.616]➜  path/filepath
2025-08-20T21:19:46.2776843Z [00:02:39.616]➜  mkdir -p $WORK/b167/
2025-08-20T21:19:46.2777685Z [00:02:39.617]➜  cat >/tmp/go-build3619502580/b167/importcfg << 'EOF' # internal
2025-08-20T21:19:46.2778390Z [00:02:39.617]➜  # import config
2025-08-20T21:19:46.2779074Z [00:02:39.617]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:46.2780509Z [00:02:39.617]➜  packagefile internal/bytealg=/tmp/go-build3619502580/b011/_pkg_.a
2025-08-20T21:19:46.2781991Z [00:02:39.617]➜  packagefile internal/filepathlite=/tmp/go-build3619502580/b064/_pkg_.a
2025-08-20T21:19:46.2782956Z [00:02:39.617]➜  packagefile io/fs=/tmp/go-build3619502580/b053/_pkg_.a
2025-08-20T21:19:46.2783771Z [00:02:39.617]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:46.2784594Z [00:02:39.617]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:46.2785398Z [00:02:39.617]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:46.2786229Z [00:02:39.617]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:46.2787083Z [00:02:39.617]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:19:46.2787954Z [00:02:39.617]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:46.2788626Z [00:02:39.617]➜  EOF
2025-08-20T21:19:46.2789109Z [00:02:39.617]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:46.2793441Z [00:02:39.617]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b167/_pkg_.a -trimpath "/root/.go/src/path/filepath=>path/filepath;$WORK/b167=>" -p path/filepath -lang=go1.25 -std -complete -installsuffix shared -buildid O8Lc8uUMUzKTa0OHNwgG/O8Lc8uUMUzKTa0OHNwgG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b167/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:19:46.3269584Z [00:02:39.666]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:19:46.3274763Z [00:02:39.666]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b165/_x003.o -c gcc_context.c
2025-08-20T21:19:46.3412210Z [00:02:39.678]➜  cd /root/.go/src/math/big
2025-08-20T21:19:46.3414216Z [00:02:39.678]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -o $WORK/b107/arith_amd64.o ./arith_amd64.s
2025-08-20T21:19:46.3519672Z [00:02:39.691]➜  go tool pack r $WORK/b107/_pkg_.a $WORK/b107/arith_amd64.o # internal
2025-08-20T21:19:46.3523182Z [00:02:39.692]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T21:19:46.3669242Z [00:02:39.705]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d # internal
2025-08-20T21:19:46.3676700Z [00:02:39.707]➜  crypto/rand
2025-08-20T21:19:46.3677222Z [00:02:39.707]➜  mkdir -p $WORK/b081/
2025-08-20T21:19:46.3687114Z [00:02:39.708]➜  cat >/tmp/go-build3619502580/b081/importcfg << 'EOF' # internal
2025-08-20T21:19:46.3688106Z [00:02:39.708]➜  # import config
2025-08-20T21:19:46.3690405Z [00:02:39.708]➜  packagefile crypto/internal/boring=/tmp/go-build3619502580/b082/_pkg_.a
2025-08-20T21:19:46.3691873Z [00:02:39.708]➜  packagefile crypto/internal/fips140=/tmp/go-build3619502580/b086/_pkg_.a
2025-08-20T21:19:46.3693253Z [00:02:39.708]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3619502580/b099/_pkg_.a
2025-08-20T21:19:46.3696491Z [00:02:39.708]➜  packagefile crypto/internal/fips140only=/tmp/go-build3619502580/b104/_pkg_.a
2025-08-20T21:19:46.3697610Z [00:02:39.708]➜  packagefile crypto/internal/randutil=/tmp/go-build3619502580/b102/_pkg_.a
2025-08-20T21:19:46.3698742Z [00:02:39.708]➜  packagefile crypto/internal/sysrand=/tmp/go-build3619502580/b101/_pkg_.a
2025-08-20T21:19:46.3699709Z [00:02:39.708]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:46.3700870Z [00:02:39.708]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:46.3701916Z [00:02:39.708]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:19:46.3702532Z [00:02:39.708]➜  EOF
2025-08-20T21:19:46.3702991Z [00:02:39.708]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:46.3706331Z [00:02:39.708]➜  /root/.go/pkg/tool/linux_amd64/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 nPnKckdhg0Aj-vrrKqzH/nPnKckdhg0Aj-vrrKqzH -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:19:46.3836877Z [00:02:39.723]➜  go tool buildid -w $WORK/b166/_pkg_.a # internal
2025-08-20T21:19:46.3905400Z [00:02:39.730]➜  cp $WORK/b166/_pkg_.a /root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d # internal
2025-08-20T21:19:46.3923220Z [00:02:39.730]➜  crypto/elliptic
2025-08-20T21:19:46.3923736Z [00:02:39.730]➜  mkdir -p $WORK/b118/
2025-08-20T21:19:46.3931543Z [00:02:39.730]➜  cat >/tmp/go-build3619502580/b118/importcfg << 'EOF' # internal
2025-08-20T21:19:46.3932314Z [00:02:39.730]➜  # import config
2025-08-20T21:19:46.3933162Z [00:02:39.730]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3619502580/b114/_pkg_.a
2025-08-20T21:19:46.3934093Z [00:02:39.730]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:46.3934866Z [00:02:39.730]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:46.3935659Z [00:02:39.730]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:19:46.3936732Z [00:02:39.730]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:46.3937386Z [00:02:39.730]➜  EOF
2025-08-20T21:19:46.3941658Z [00:02:39.730]➜  /root/.go/pkg/tool/linux_amd64/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 mW0QD0cBy03xwf-ShFj7/mW0QD0cBy03xwf-ShFj7 -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:19:46.3950521Z [00:02:39.731]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:19:46.3953616Z [00:02:39.731]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b165/_x004.o -c gcc_fatalf.c
2025-08-20T21:19:46.3956250Z [00:02:39.734]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T21:19:46.3957548Z [00:02:39.734]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d # internal
2025-08-20T21:19:46.3958721Z [00:02:39.734]➜  crypto/internal/boring/bbig
2025-08-20T21:19:46.3959293Z [00:02:39.734]➜  mkdir -p $WORK/b119/
2025-08-20T21:19:46.3959981Z [00:02:39.734]➜  cat >/tmp/go-build3619502580/b119/importcfg << 'EOF' # internal
2025-08-20T21:19:46.3960600Z [00:02:39.734]➜  # import config
2025-08-20T21:19:46.3961770Z [00:02:39.734]➜  packagefile crypto/internal/boring=/tmp/go-build3619502580/b082/_pkg_.a
2025-08-20T21:19:46.3962698Z [00:02:39.734]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:19:46.3963267Z [00:02:39.734]➜  EOF
2025-08-20T21:19:46.3963722Z [00:02:39.734]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:46.3966950Z [00:02:39.734]➜  /root/.go/pkg/tool/linux_amd64/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 Tp8gsMiUDQCd9jyrIB6u/Tp8gsMiUDQCd9jyrIB6u -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:19:46.3979356Z [00:02:39.737]➜  go tool buildid -w $WORK/b167/_pkg_.a # internal
2025-08-20T21:19:46.3995254Z [00:02:39.738]➜  cp $WORK/b167/_pkg_.a /root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d # internal
2025-08-20T21:19:46.4012473Z [00:02:39.739]➜  encoding/asn1
2025-08-20T21:19:46.4015991Z [00:02:39.739]➜  mkdir -p $WORK/b128/
2025-08-20T21:19:46.4016728Z [00:02:39.739]➜  cat >/tmp/go-build3619502580/b128/importcfg << 'EOF' # internal
2025-08-20T21:19:46.4017410Z [00:02:39.739]➜  # import config
2025-08-20T21:19:46.4018043Z [00:02:39.739]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:46.4018824Z [00:02:39.739]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:46.4019611Z [00:02:39.739]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:46.4020399Z [00:02:39.739]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:46.4021655Z [00:02:39.739]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:19:46.4022505Z [00:02:39.739]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:46.4023290Z [00:02:39.739]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:46.4024074Z [00:02:39.739]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:46.4024943Z [00:02:39.739]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:46.4026034Z [00:02:39.739]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:46.4026854Z [00:02:39.740]➜  packagefile unicode/utf16=/tmp/go-build3619502580/b070/_pkg_.a
2025-08-20T21:19:46.4027728Z [00:02:39.741]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:46.4028391Z [00:02:39.741]➜  EOF
2025-08-20T21:19:46.4031933Z [00:02:39.741]➜  /root/.go/pkg/tool/linux_amd64/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 8wgOJ_Gbm6KylYFz1h3x/8wgOJ_Gbm6KylYFz1h3x -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:19:46.4118261Z [00:02:39.751]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T21:19:46.4124528Z [00:02:39.752]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/47/47bc6fc1995eed3e803e2f3a1fd9e90f1deba56f9b16be41269404eeeebbaa0b-d # internal
2025-08-20T21:19:46.4130326Z [00:02:39.752]➜  crypto/ed25519
2025-08-20T21:19:46.4130872Z [00:02:39.752]➜  mkdir -p $WORK/b130/
2025-08-20T21:19:46.4131774Z [00:02:39.752]➜  cat >/tmp/go-build3619502580/b130/importcfg << 'EOF' # internal
2025-08-20T21:19:46.4132479Z [00:02:39.752]➜  # import config
2025-08-20T21:19:46.4133124Z [00:02:39.752]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:19:46.4134113Z [00:02:39.752]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build3619502580/b131/_pkg_.a
2025-08-20T21:19:46.4135276Z [00:02:39.752]➜  packagefile crypto/internal/fips140cache=/tmp/go-build3619502580/b122/_pkg_.a
2025-08-20T21:19:46.4136382Z [00:02:39.752]➜  packagefile crypto/internal/fips140only=/tmp/go-build3619502580/b104/_pkg_.a
2025-08-20T21:19:46.4137419Z [00:02:39.752]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:19:46.4138374Z [00:02:39.752]➜  packagefile crypto/subtle=/tmp/go-build3619502580/b105/_pkg_.a
2025-08-20T21:19:46.4139298Z [00:02:39.752]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:46.4140118Z [00:02:39.752]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:46.4140959Z [00:02:39.752]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:46.4142126Z [00:02:39.752]➜  EOF
2025-08-20T21:19:46.4145021Z [00:02:39.753]➜  /root/.go/pkg/tool/linux_amd64/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 2VJPLLpU7wld1E1sFoYw/2VJPLLpU7wld1E1sFoYw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b130/importcfg -pack /root/.go/src/crypto/ed25519/ed25519.go
2025-08-20T21:19:46.4266954Z [00:02:39.766]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:19:46.4270120Z [00:02:39.766]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b165/_x005.o -c gcc_libinit.c
2025-08-20T21:19:46.5004481Z [00:02:39.839]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b165/_x006.o -c gcc_linux_amd64.c
2025-08-20T21:19:46.5266295Z [00:02:39.866]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T21:19:46.5289648Z [00:02:39.868]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/bc/bcb75773286ea5e0c6643836571da998ba25bbd769f6e535c10caf5d1fa7e1f6-d # internal
2025-08-20T21:19:46.5315130Z [00:02:39.871]➜  crypto/internal/hpke
2025-08-20T21:19:46.5345788Z [00:02:39.874]➜  mkdir -p $WORK/b139/
2025-08-20T21:19:46.5351001Z [00:02:39.874]➜  cat >/tmp/go-build3619502580/b139/importcfg << 'EOF' # internal
2025-08-20T21:19:46.5352211Z [00:02:39.874]➜  # import config
2025-08-20T21:19:46.5353383Z [00:02:39.874]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:19:46.5354454Z [00:02:39.874]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:19:46.5355293Z [00:02:39.874]➜  packagefile crypto/aes=/tmp/go-build3619502580/b110/_pkg_.a
2025-08-20T21:19:46.5356217Z [00:02:39.874]➜  packagefile crypto/cipher=/tmp/go-build3619502580/b084/_pkg_.a
2025-08-20T21:19:46.5357139Z [00:02:39.874]➜  packagefile crypto/ecdh=/tmp/go-build3619502580/b112/_pkg_.a
2025-08-20T21:19:46.5358042Z [00:02:39.874]➜  packagefile crypto/hkdf=/tmp/go-build3619502580/b133/_pkg_.a
2025-08-20T21:19:46.5358931Z [00:02:39.874]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:19:46.5359789Z [00:02:39.874]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:46.5360870Z [00:02:39.874]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build3619502580/b140/_pkg_.a
2025-08-20T21:19:46.5362266Z [00:02:39.874]➜  packagefile internal/byteorder=/tmp/go-build3619502580/b013/_pkg_.a
2025-08-20T21:19:46.5363219Z [00:02:39.874]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:46.5363846Z [00:02:39.874]➜  EOF
2025-08-20T21:19:46.5364326Z [00:02:39.875]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:46.5367509Z [00:02:39.875]➜  /root/.go/pkg/tool/linux_amd64/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 zuRt2IQzyZolhf5F95d8/zuRt2IQzyZolhf5F95d8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b139/importcfg -pack /root/.go/src/crypto/internal/hpke/hpke.go
2025-08-20T21:19:46.5742592Z [00:02:39.913]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T21:19:46.5785816Z [00:02:39.918]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/a9/a9666cfb2dc8afa79ce77499b171195b4695c798232f2dc9a49cdc719341784f-d # internal
2025-08-20T21:19:46.5793496Z [00:02:39.918]➜  crypto/rsa
2025-08-20T21:19:46.5794032Z [00:02:39.918]➜  mkdir -p $WORK/b147/
2025-08-20T21:19:46.5799711Z [00:02:39.919]➜  cat >/tmp/go-build3619502580/b147/importcfg << 'EOF' # internal
2025-08-20T21:19:46.5800633Z [00:02:39.919]➜  # import config
2025-08-20T21:19:46.5802442Z [00:02:39.919]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:19:46.5803654Z [00:02:39.919]➜  packagefile crypto/internal/boring=/tmp/go-build3619502580/b082/_pkg_.a
2025-08-20T21:19:46.5804942Z [00:02:39.919]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build3619502580/b119/_pkg_.a
2025-08-20T21:19:46.5806868Z [00:02:39.919]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3619502580/b121/_pkg_.a
2025-08-20T21:19:46.5808531Z [00:02:39.919]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build3619502580/b148/_pkg_.a
2025-08-20T21:19:46.5810276Z [00:02:39.919]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3619502580/b124/_pkg_.a
2025-08-20T21:19:46.5812008Z [00:02:39.919]➜  packagefile crypto/internal/fips140only=/tmp/go-build3619502580/b104/_pkg_.a
2025-08-20T21:19:46.5814139Z [00:02:39.919]➜  packagefile crypto/internal/randutil=/tmp/go-build3619502580/b102/_pkg_.a
2025-08-20T21:19:46.5815134Z [00:02:39.919]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:19:46.5816072Z [00:02:39.919]➜  packagefile crypto/subtle=/tmp/go-build3619502580/b105/_pkg_.a
2025-08-20T21:19:46.5816922Z [00:02:39.919]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:46.5817723Z [00:02:39.919]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:46.5818504Z [00:02:39.919]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:19:46.5819665Z [00:02:39.919]➜  packagefile internal/godebug=/tmp/go-build3619502580/b045/_pkg_.a
2025-08-20T21:19:46.5820572Z [00:02:39.919]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:46.5824781Z [00:02:39.919]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:46.5825696Z [00:02:39.919]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:19:46.5826356Z [00:02:39.919]➜  EOF
2025-08-20T21:19:46.5829847Z [00:02:39.920]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b147/_pkg_.a -trimpath "/root/.go/src/crypto/rsa=>crypto/rsa;$WORK/b147=>" -p crypto/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid m6J4ZMAP7w-IIAmuH7AX/m6J4ZMAP7w-IIAmuH7AX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b147/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:19:46.6045898Z [00:02:39.944]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:19:46.6051642Z [00:02:39.944]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b165/_x007.o -c gcc_mmap.c
2025-08-20T21:19:46.6244311Z [00:02:39.964]➜  go tool buildid -w $WORK/b139/_pkg_.a # internal
2025-08-20T21:19:46.6258199Z [00:02:39.965]➜  cp $WORK/b139/_pkg_.a /root/.cache/go-build/da/da46e4b4b98bf95f7bb8deb3953637229f49dc7bf378cfca3de765312f8a3b7a-d # internal
2025-08-20T21:19:46.6265803Z [00:02:39.965]➜  crypto/dsa
2025-08-20T21:19:46.6266358Z [00:02:39.965]➜  mkdir -p $WORK/b154/
2025-08-20T21:19:46.6267118Z [00:02:39.965]➜  cat >/tmp/go-build3619502580/b154/importcfg << 'EOF' # internal
2025-08-20T21:19:46.6267831Z [00:02:39.965]➜  # import config
2025-08-20T21:19:46.6268671Z [00:02:39.965]➜  packagefile crypto/internal/fips140only=/tmp/go-build3619502580/b104/_pkg_.a
2025-08-20T21:19:46.6269750Z [00:02:39.965]➜  packagefile crypto/internal/randutil=/tmp/go-build3619502580/b102/_pkg_.a
2025-08-20T21:19:46.6270930Z [00:02:39.965]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:46.6271995Z [00:02:39.965]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:46.6272814Z [00:02:39.965]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:19:46.6273423Z [00:02:39.965]➜  EOF
2025-08-20T21:19:46.6273931Z [00:02:39.965]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:46.6276634Z [00:02:39.965]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b154/_pkg_.a -trimpath "/root/.go/src/crypto/dsa=>crypto/dsa;$WORK/b154=>" -p crypto/dsa -lang=go1.25 -std -complete -installsuffix shared -buildid X7ca0nvB5092bacZm4zC/X7ca0nvB5092bacZm4zC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b154/importcfg -pack /root/.go/src/crypto/dsa/dsa.go
2025-08-20T21:19:46.6360892Z [00:02:39.975]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T21:19:46.6503857Z [00:02:39.989]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/05/055a1be01c3af0789956f79452a8fffa3efd06117fc3f7cb4eb3c803b3e9d9e2-d # internal
2025-08-20T21:19:46.6506218Z [00:02:39.990]➜  vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:19:46.6507751Z [00:02:39.990]➜  mkdir -p $WORK/b127/
2025-08-20T21:19:46.6512345Z [00:02:39.991]➜  cat >/tmp/go-build3619502580/b127/importcfg << 'EOF' # internal
2025-08-20T21:19:46.6514455Z [00:02:39.991]➜  # import config
2025-08-20T21:19:46.6515819Z [00:02:39.991]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:19:46.6517455Z [00:02:39.991]➜  packagefile encoding/asn1=/tmp/go-build3619502580/b128/_pkg_.a
2025-08-20T21:19:46.6518827Z [00:02:39.991]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:46.6520476Z [00:02:39.991]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:46.6523523Z [00:02:39.991]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3619502580/b129/_pkg_.a
2025-08-20T21:19:46.6524669Z [00:02:39.991]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:19:46.6525604Z [00:02:39.991]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:46.6526428Z [00:02:39.991]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:46.6527025Z [00:02:39.991]➜  EOF
2025-08-20T21:19:46.6537320Z [00:02:39.991]➜  /root/.go/pkg/tool/linux_amd64/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 wXn_Ba9OJqGoQqHGs_I2/wXn_Ba9OJqGoQqHGs_I2 -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:19:46.6545928Z [00:02:39.994]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:19:46.6551127Z [00:02:39.994]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b165/_x008.o -c gcc_setenv.c
2025-08-20T21:19:46.6626273Z [00:02:40.002]➜  go tool buildid -w $WORK/b154/_pkg_.a # internal
2025-08-20T21:19:46.6638059Z [00:02:40.003]➜  cp $WORK/b154/_pkg_.a /root/.cache/go-build/63/632efaa0d398fa0380525550499c188fd7aacb4fc7248738656ed4c44f0ba6b8-d # internal
2025-08-20T21:19:46.6639237Z [00:02:40.003]➜  crypto/x509/pkix
2025-08-20T21:19:46.6641486Z [00:02:40.003]➜  mkdir -p $WORK/b155/
2025-08-20T21:19:46.6642823Z [00:02:40.003]➜  cat >/tmp/go-build3619502580/b155/importcfg << 'EOF' # internal
2025-08-20T21:19:46.6643831Z [00:02:40.003]➜  # import config
2025-08-20T21:19:46.6644788Z [00:02:40.003]➜  packagefile encoding/asn1=/tmp/go-build3619502580/b128/_pkg_.a
2025-08-20T21:19:46.6646308Z [00:02:40.003]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:19:46.6652706Z [00:02:40.003]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:46.6653715Z [00:02:40.003]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:19:46.6654848Z [00:02:40.003]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:46.6656437Z [00:02:40.003]➜  EOF
2025-08-20T21:19:46.6656911Z [00:02:40.003]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:46.6660054Z [00:02:40.003]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b155/_pkg_.a -trimpath "/root/.go/src/crypto/x509/pkix=>crypto/x509/pkix;$WORK/b155=>" -p crypto/x509/pkix -lang=go1.25 -std -complete -installsuffix shared -buildid pI0MltfWt5DgwIiDX2vp/pI0MltfWt5DgwIiDX2vp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b155/importcfg -pack /root/.go/src/crypto/x509/pkix/pkix.go
2025-08-20T21:19:46.6915521Z [00:02:40.031]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:19:46.6920671Z [00:02:40.031]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b165/_x009.o -c gcc_sigaction.c
2025-08-20T21:19:46.6993697Z [00:02:40.038]➜  go tool buildid -w $WORK/b147/_pkg_.a # internal
2025-08-20T21:19:46.7013499Z [00:02:40.040]➜  cp $WORK/b147/_pkg_.a /root/.cache/go-build/00/005b519cfb05d8879760d6cc67431da7508bde048512f42bbf9523df7aed45fc-d # internal
2025-08-20T21:19:46.7015707Z [00:02:40.041]➜  vendor/golang.org/x/text/transform
2025-08-20T21:19:46.7016959Z [00:02:40.041]➜  mkdir -p $WORK/b171/
2025-08-20T21:19:46.7019175Z [00:02:40.041]➜  cat >/tmp/go-build3619502580/b171/importcfg << 'EOF' # internal
2025-08-20T21:19:46.7023163Z [00:02:40.041]➜  # import config
2025-08-20T21:19:46.7023761Z [00:02:40.041]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:46.7024582Z [00:02:40.041]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:46.7025402Z [00:02:40.041]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:46.7026205Z [00:02:40.041]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:46.7026850Z [00:02:40.041]➜  EOF
2025-08-20T21:19:46.7027322Z [00:02:40.041]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:46.7030878Z [00:02:40.042]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b171/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/transform=>vendor/golang.org/x/text/transform;$WORK/b171=>" -p vendor/golang.org/x/text/transform -lang=go1.25 -std -complete -installsuffix shared -buildid kTKUPu3vmDb6uwB5B3sH/kTKUPu3vmDb6uwB5B3sH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b171/importcfg -pack /root/.go/src/vendor/golang.org/x/text/transform/transform.go
2025-08-20T21:19:46.7063760Z [00:02:40.046]➜  go tool buildid -w $WORK/b155/_pkg_.a # internal
2025-08-20T21:19:46.7090298Z [00:02:40.047]➜  cp $WORK/b155/_pkg_.a /root/.cache/go-build/7c/7cafae7781be2122fa62723eacc88cd108932c944cb7f05e844b857a4ec4aab4-d # internal
2025-08-20T21:19:46.7092717Z [00:02:40.048]➜  log
2025-08-20T21:19:46.7093206Z [00:02:40.048]➜  mkdir -p $WORK/b173/
2025-08-20T21:19:46.7093972Z [00:02:40.048]➜  cat >/tmp/go-build3619502580/b173/importcfg << 'EOF' # internal
2025-08-20T21:19:46.7094672Z [00:02:40.048]➜  # import config
2025-08-20T21:19:46.7095330Z [00:02:40.048]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:46.7096168Z [00:02:40.048]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:46.7096994Z [00:02:40.048]➜  packagefile log/internal=/tmp/go-build3619502580/b174/_pkg_.a
2025-08-20T21:19:46.7097812Z [00:02:40.048]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:46.7098913Z [00:02:40.048]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:46.7099721Z [00:02:40.048]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:46.7100550Z [00:02:40.048]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:46.7101604Z [00:02:40.048]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:46.7102378Z [00:02:40.048]➜  EOF
2025-08-20T21:19:46.7104819Z [00:02:40.048]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b173/_pkg_.a -trimpath "/root/.go/src/log=>log;$WORK/b173=>" -p log -lang=go1.25 -std -complete -installsuffix shared -buildid SSqjE6Su3SsqpCfAlOmL/SSqjE6Su3SsqpCfAlOmL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b173/importcfg -pack /root/.go/src/log/log.go
2025-08-20T21:19:46.7444159Z [00:02:40.082]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:19:46.7449941Z [00:02:40.082]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b165/_x010.o -c gcc_stack_unix.c
2025-08-20T21:19:46.7591779Z [00:02:40.098]➜  go tool buildid -w $WORK/b171/_pkg_.a # internal
2025-08-20T21:19:46.7604851Z [00:02:40.100]➜  cp $WORK/b171/_pkg_.a /root/.cache/go-build/65/6509cb803159f6dc3c8ac8f9c610dc40c4baf6884ced297932505a2dfcb6a904-d # internal
2025-08-20T21:19:46.7612364Z [00:02:40.100]➜  vendor/golang.org/x/text/unicode/norm
2025-08-20T21:19:46.7614106Z [00:02:40.101]➜  mkdir -p $WORK/b175/
2025-08-20T21:19:46.7619353Z [00:02:40.101]➜  cat >/tmp/go-build3619502580/b175/importcfg << 'EOF' # internal
2025-08-20T21:19:46.7620381Z [00:02:40.101]➜  # import config
2025-08-20T21:19:46.7621543Z [00:02:40.101]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T21:19:46.7642544Z [00:02:40.101]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:19:46.7643484Z [00:02:40.101]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:46.7644528Z [00:02:40.101]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build3619502580/b171/_pkg_.a
2025-08-20T21:19:46.7645518Z [00:02:40.101]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:46.7646318Z [00:02:40.101]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:46.7647182Z [00:02:40.101]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:46.7647823Z [00:02:40.101]➜  EOF
2025-08-20T21:19:46.7648310Z [00:02:40.101]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:46.7656067Z [00:02:40.102]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b175/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/norm=>vendor/golang.org/x/text/unicode/norm;$WORK/b175=>" -p vendor/golang.org/x/text/unicode/norm -lang=go1.25 -std -complete -installsuffix shared -buildid CrvHwkueVJGmMOQETvFP/CrvHwkueVJGmMOQETvFP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b175/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:19:46.8099068Z [00:02:40.149]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T21:19:46.8114577Z [00:02:40.151]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:19:46.8118848Z [00:02:40.151]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b165/_x011.o -c gcc_traceback.c
2025-08-20T21:19:46.8122836Z [00:02:40.151]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/47/47d8ff6391fa039bd87e9d5414a0d1dc310eea23d5afc39c3014e73751dce64a-d # internal
2025-08-20T21:19:46.8125263Z [00:02:40.152]➜  crypto/ecdsa
2025-08-20T21:19:46.8125748Z [00:02:40.152]➜  mkdir -p $WORK/b117/
2025-08-20T21:19:46.8129842Z [00:02:40.152]➜  cat >/tmp/go-build3619502580/b117/importcfg << 'EOF' # internal
2025-08-20T21:19:46.8132614Z [00:02:40.152]➜  # import config
2025-08-20T21:19:46.8133445Z [00:02:40.152]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:19:46.8134665Z [00:02:40.152]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:19:46.8135698Z [00:02:40.152]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:19:46.8136542Z [00:02:40.152]➜  packagefile crypto/ecdh=/tmp/go-build3619502580/b112/_pkg_.a
2025-08-20T21:19:46.8137441Z [00:02:40.152]➜  packagefile crypto/elliptic=/tmp/go-build3619502580/b118/_pkg_.a
2025-08-20T21:19:46.8138413Z [00:02:40.152]➜  packagefile crypto/internal/boring=/tmp/go-build3619502580/b082/_pkg_.a
2025-08-20T21:19:46.8139466Z [00:02:40.152]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build3619502580/b119/_pkg_.a
2025-08-20T21:19:46.8140580Z [00:02:40.152]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build3619502580/b120/_pkg_.a
2025-08-20T21:19:46.8142140Z [00:02:40.152]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3619502580/b114/_pkg_.a
2025-08-20T21:19:46.8143279Z [00:02:40.152]➜  packagefile crypto/internal/fips140cache=/tmp/go-build3619502580/b122/_pkg_.a
2025-08-20T21:19:46.8144379Z [00:02:40.152]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3619502580/b124/_pkg_.a
2025-08-20T21:19:46.8145455Z [00:02:40.152]➜  packagefile crypto/internal/fips140only=/tmp/go-build3619502580/b104/_pkg_.a
2025-08-20T21:19:46.8146511Z [00:02:40.152]➜  packagefile crypto/internal/randutil=/tmp/go-build3619502580/b102/_pkg_.a
2025-08-20T21:19:46.8147476Z [00:02:40.152]➜  packagefile crypto/sha512=/tmp/go-build3619502580/b126/_pkg_.a
2025-08-20T21:19:46.8148358Z [00:02:40.152]➜  packagefile crypto/subtle=/tmp/go-build3619502580/b105/_pkg_.a
2025-08-20T21:19:46.8149197Z [00:02:40.152]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:46.8150228Z [00:02:40.152]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3619502580/b127/_pkg_.a
2025-08-20T21:19:46.8151648Z [00:02:40.152]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3619502580/b129/_pkg_.a
2025-08-20T21:19:46.8152662Z [00:02:40.152]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:46.8153505Z [00:02:40.152]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:19:46.8154368Z [00:02:40.152]➜  packagefile math/rand/v2=/tmp/go-build3619502580/b103/_pkg_.a
2025-08-20T21:19:46.8155025Z [00:02:40.152]➜  EOF
2025-08-20T21:19:46.8155500Z [00:02:40.152]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:46.8158997Z [00:02:40.152]➜  /root/.go/pkg/tool/linux_amd64/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 BXz8_d7BRCVv-2cydypf/BXz8_d7BRCVv-2cydypf -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:19:46.8188078Z [00:02:40.158]➜  go tool buildid -w $WORK/b173/_pkg_.a # internal
2025-08-20T21:19:46.8206692Z [00:02:40.160]➜  cp $WORK/b173/_pkg_.a /root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d # internal
2025-08-20T21:19:46.8215591Z [00:02:40.161]➜  vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:19:46.8216941Z [00:02:40.161]➜  mkdir -p $WORK/b172/
2025-08-20T21:19:46.8226593Z [00:02:40.162]➜  cat >/tmp/go-build3619502580/b172/importcfg << 'EOF' # internal
2025-08-20T21:19:46.8231934Z [00:02:40.162]➜  # import config
2025-08-20T21:19:46.8233403Z [00:02:40.162]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:46.8234570Z [00:02:40.162]➜  packagefile container/list=/tmp/go-build3619502580/b080/_pkg_.a
2025-08-20T21:19:46.8236810Z [00:02:40.162]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:46.8237616Z [00:02:40.162]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:19:46.8238390Z [00:02:40.162]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:19:46.8239214Z [00:02:40.162]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:46.8239863Z [00:02:40.162]➜  EOF
2025-08-20T21:19:46.8245990Z [00:02:40.162]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b172/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/bidi=>vendor/golang.org/x/text/unicode/bidi;$WORK/b172=>" -p vendor/golang.org/x/text/unicode/bidi -lang=go1.25 -std -complete -installsuffix shared -buildid SGzG2qJOCZT6g7y-aOhc/SGzG2qJOCZT6g7y-aOhc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b172/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:19:46.8446029Z [00:02:40.184]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:19:46.8452148Z [00:02:40.184]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b165/_x012.o -c gcc_util.c
2025-08-20T21:19:46.8813257Z [00:02:40.220]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b165/_x013.o -c linux_syscall.c
2025-08-20T21:19:46.9426183Z [00:02:40.281]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b165/_x014.o -c gcc_amd64.S
2025-08-20T21:19:46.9615558Z [00:02:40.301]➜  cd $WORK/b165
2025-08-20T21:19:46.9621597Z [00:02:40.301]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b165/_cgo_main.o -c _cgo_main.c
2025-08-20T21:19:46.9795193Z [00:02:40.319]➜  go tool buildid -w $WORK/b172/_pkg_.a # internal
2025-08-20T21:19:46.9823809Z [00:02:40.321]➜  cp $WORK/b172/_pkg_.a /root/.cache/go-build/33/33c4eb71fa76cbecb0682a6ea382f0f2685742cae6e1dabfd36cb1b768c1624c-d # internal
2025-08-20T21:19:46.9829254Z [00:02:40.322]➜  vendor/golang.org/x/text/secure/bidirule
2025-08-20T21:19:46.9829939Z [00:02:40.322]➜  mkdir -p $WORK/b170/
2025-08-20T21:19:46.9839494Z [00:02:40.323]➜  cat >/tmp/go-build3619502580/b170/importcfg << 'EOF' # internal
2025-08-20T21:19:46.9840493Z [00:02:40.323]➜  # import config
2025-08-20T21:19:46.9841912Z [00:02:40.323]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T21:19:46.9843345Z [00:02:40.323]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:19:46.9845699Z [00:02:40.323]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:46.9846799Z [00:02:40.323]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build3619502580/b171/_pkg_.a
2025-08-20T21:19:46.9848383Z [00:02:40.323]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3619502580/b172/_pkg_.a
2025-08-20T21:19:46.9849557Z [00:02:40.323]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:46.9850268Z [00:02:40.323]➜  EOF
2025-08-20T21:19:46.9850775Z [00:02:40.323]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:46.9855520Z [00:02:40.323]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b170/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/secure/bidirule=>vendor/golang.org/x/text/secure/bidirule;$WORK/b170=>" -p vendor/golang.org/x/text/secure/bidirule -lang=go1.25 -std -complete -installsuffix shared -buildid 2aJaoEQU7s5NWOmU12Ha/2aJaoEQU7s5NWOmU12Ha -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b170/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:19:46.9895097Z [00:02:40.328]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -o $WORK/b165/_cgo_.o $WORK/b165/_cgo_main.o $WORK/b165/preferlinkext $WORK/b165/_x001.o $WORK/b165/_x002.o $WORK/b165/_x003.o $WORK/b165/_x004.o $WORK/b165/_x005.o $WORK/b165/_x006.o $WORK/b165/_x007.o $WORK/b165/_x008.o $WORK/b165/_x009.o $WORK/b165/_x010.o $WORK/b165/_x011.o $WORK/b165/_x012.o $WORK/b165/_x013.o $WORK/b165/_x014.o -O2 -g -lpthread
2025-08-20T21:19:47.0176677Z [00:02:40.357]➜  go tool buildid -w $WORK/b170/_pkg_.a # internal
2025-08-20T21:19:47.0218225Z [00:02:40.361]➜  cp $WORK/b170/_pkg_.a /root/.cache/go-build/b9/b928c7151297398403660b1b9809ffe85f877e33acd41d2f9999547d7cdbd1e5-d # internal
2025-08-20T21:19:47.0224522Z [00:02:40.362]➜  vendor/golang.org/x/net/http2/hpack
2025-08-20T21:19:47.0227631Z [00:02:40.362]➜  mkdir -p $WORK/b178/
2025-08-20T21:19:47.0246992Z [00:02:40.364]➜  cat >/tmp/go-build3619502580/b178/importcfg << 'EOF' # internal
2025-08-20T21:19:47.0249722Z [00:02:40.364]➜  # import config
2025-08-20T21:19:47.0253168Z [00:02:40.364]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:47.0256125Z [00:02:40.364]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:47.0259780Z [00:02:40.364]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:47.0260589Z [00:02:40.364]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:47.0261620Z [00:02:40.364]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:47.0262280Z [00:02:40.364]➜  EOF
2025-08-20T21:19:47.0267680Z [00:02:40.364]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b178/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http2/hpack=>vendor/golang.org/x/net/http2/hpack;$WORK/b178=>" -p vendor/golang.org/x/net/http2/hpack -lang=go1.25 -std -complete -installsuffix shared -buildid kW1aqiTbg5FMyxeSaeDD/kW1aqiTbg5FMyxeSaeDD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b178/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:19:47.1259695Z [00:02:40.464]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -o $WORK/b165/_cgo_.o $WORK/b165/_cgo_main.o $WORK/b165/preferlinkext $WORK/b165/_x001.o $WORK/b165/_x002.o $WORK/b165/_x003.o $WORK/b165/_x004.o $WORK/b165/_x005.o $WORK/b165/_x006.o $WORK/b165/_x007.o $WORK/b165/_x008.o $WORK/b165/_x009.o $WORK/b165/_x010.o $WORK/b165/_x011.o $WORK/b165/_x012.o $WORK/b165/_x013.o $WORK/b165/_x014.o -O2 -g -lpthread # test for internal linking errors (succeeded)
2025-08-20T21:19:47.1264306Z [00:02:40.465]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage cgo -dynimport $WORK/b165/_cgo_.o -dynout $WORK/b165/_cgo_import.go -dynlinker
2025-08-20T21:19:47.1305276Z [00:02:40.470]➜  echo -n > $WORK/b165/go_asm.h # internal
2025-08-20T21:19:47.1308376Z [00:02:40.470]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:19:47.1313474Z [00:02:40.470]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b165=>" -I $WORK/b165/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b165/symabis ./asm_amd64.s
2025-08-20T21:19:47.1367325Z [00:02:40.476]➜  cat >/tmp/go-build3619502580/b165/importcfg << 'EOF' # internal
2025-08-20T21:19:47.1373238Z [00:02:40.476]➜  # import config
2025-08-20T21:19:47.1374062Z [00:02:40.476]➜  packagefile internal/runtime/sys=/tmp/go-build3619502580/b031/_pkg_.a
2025-08-20T21:19:47.1375035Z [00:02:40.476]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:47.1377991Z [00:02:40.476]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:47.1379655Z [00:02:40.476]➜  EOF
2025-08-20T21:19:47.1380415Z [00:02:40.476]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:47.1386121Z [00:02:40.476]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b165/_pkg_.a -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b165=>" -p runtime/cgo -lang=go1.25 -std -installsuffix shared -buildid iBW1RfTeOg3zu7emqzxD/iBW1RfTeOg3zu7emqzxD -goversion go1.25.0 -symabis $WORK/b165/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b165/importcfg -pack -asmhdr $WORK/b165/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/b165/_cgo_gotypes.go $WORK/b165/cgo.cgo1.go $WORK/b165/_cgo_import.go
2025-08-20T21:19:47.2093085Z [00:02:40.548]➜  go tool buildid -w $WORK/b175/_pkg_.a # internal
2025-08-20T21:19:47.2135761Z [00:02:40.553]➜  cp $WORK/b175/_pkg_.a /root/.cache/go-build/93/93c79bca53aeb43e2e6544e4e4f2cc3f0b78596410952a2fed343d8c28209bad-d # internal
2025-08-20T21:19:47.2147044Z [00:02:40.554]➜  vendor/golang.org/x/net/idna
2025-08-20T21:19:47.2149291Z [00:02:40.554]➜  mkdir -p $WORK/b169/
2025-08-20T21:19:47.2157353Z [00:02:40.555]➜  cat >/tmp/go-build3619502580/b169/importcfg << 'EOF' # internal
2025-08-20T21:19:47.2158242Z [00:02:40.555]➜  # import config
2025-08-20T21:19:47.2159206Z [00:02:40.555]➜  importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule
2025-08-20T21:19:47.2161676Z [00:02:40.555]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:19:47.2162705Z [00:02:40.555]➜  importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm
2025-08-20T21:19:47.2163544Z [00:02:40.555]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:47.2164517Z [00:02:40.555]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build3619502580/b170/_pkg_.a
2025-08-20T21:19:47.2165807Z [00:02:40.555]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3619502580/b172/_pkg_.a
2025-08-20T21:19:47.2167007Z [00:02:40.555]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build3619502580/b175/_pkg_.a
2025-08-20T21:19:47.2167962Z [00:02:40.555]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:47.2168755Z [00:02:40.555]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:47.2169570Z [00:02:40.555]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:47.2170194Z [00:02:40.555]➜  EOF
2025-08-20T21:19:47.2191430Z [00:02:40.555]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b169/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/idna=>vendor/golang.org/x/net/idna;$WORK/b169=>" -p vendor/golang.org/x/net/idna -lang=go1.25 -std -complete -installsuffix shared -buildid N99KJhQ59yv8HrQUOUjb/N99KJhQ59yv8HrQUOUjb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b169/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:19:47.2212611Z [00:02:40.557]➜  go tool buildid -w $WORK/b178/_pkg_.a # internal
2025-08-20T21:19:47.2214216Z [00:02:40.559]➜  cp $WORK/b178/_pkg_.a /root/.cache/go-build/66/66909985228081b91f1bf1f5c0c424561a1e70477aec01bec971b687b5eb90b1-d # internal
2025-08-20T21:19:47.2215265Z [00:02:40.559]➜  mime
2025-08-20T21:19:47.2215727Z [00:02:40.559]➜  mkdir -p $WORK/b179/
2025-08-20T21:19:47.2222097Z [00:02:40.559]➜  cat >/tmp/go-build3619502580/b179/importcfg << 'EOF' # internal
2025-08-20T21:19:47.2222801Z [00:02:40.559]➜  # import config
2025-08-20T21:19:47.2223492Z [00:02:40.559]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:19:47.2224330Z [00:02:40.559]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:47.2225242Z [00:02:40.559]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:19:47.2226243Z [00:02:40.559]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:47.2227060Z [00:02:40.559]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:47.2227850Z [00:02:40.559]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:47.2228658Z [00:02:40.559]➜  packagefile maps=/tmp/go-build3619502580/b158/_pkg_.a
2025-08-20T21:19:47.2229464Z [00:02:40.559]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:47.2230255Z [00:02:40.559]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:47.2231118Z [00:02:40.559]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:47.2232214Z [00:02:40.559]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:47.2233048Z [00:02:40.559]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:19:47.2234212Z [00:02:40.559]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:47.2234869Z [00:02:40.559]➜  EOF
2025-08-20T21:19:47.2238278Z [00:02:40.561]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b179/_pkg_.a -trimpath "/root/.go/src/mime=>mime;$WORK/b179=>" -p mime -lang=go1.25 -std -complete -installsuffix shared -buildid yfkW0OzRs3BX1DtZbK8J/yfkW0OzRs3BX1DtZbK8J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b179/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:19:47.2910963Z [00:02:40.630]➜  cp /root/.go/src/runtime/cgo/abi_amd64.h $WORK/b165/abi_GOARCH.h
2025-08-20T21:19:47.2915120Z [00:02:40.630]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:19:47.2918675Z [00:02:40.630]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b165=>" -I $WORK/b165/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b165/asm_amd64.o ./asm_amd64.s
2025-08-20T21:19:47.2986090Z [00:02:40.636]➜  go tool pack r $WORK/b165/_pkg_.a $WORK/b165/asm_amd64.o $WORK/b165/preferlinkext $WORK/b165/_x001.o $WORK/b165/_x002.o $WORK/b165/_x003.o $WORK/b165/_x004.o $WORK/b165/_x005.o $WORK/b165/_x006.o $WORK/b165/_x007.o $WORK/b165/_x008.o $WORK/b165/_x009.o $WORK/b165/_x010.o $WORK/b165/_x011.o $WORK/b165/_x012.o $WORK/b165/_x013.o $WORK/b165/_x014.o # internal
2025-08-20T21:19:47.2989341Z [00:02:40.637]➜  go tool buildid -w $WORK/b165/_pkg_.a # internal
2025-08-20T21:19:47.3023020Z [00:02:40.641]➜  cp $WORK/b165/_pkg_.a /root/.cache/go-build/68/6812a82e0383ec8777abb0082a0a148400258c6ffbb09aaa834eb64321b87b30-d # internal
2025-08-20T21:19:47.3045648Z [00:02:40.644]➜  net
2025-08-20T21:19:47.3046913Z [00:02:40.644]➜  mkdir -p $WORK/b159/
2025-08-20T21:19:47.3053782Z [00:02:40.645]➜  echo -n > $WORK/b159/preferlinkext # internal
2025-08-20T21:19:47.3054772Z [00:02:40.645]➜  cd /root/.go/src/net
2025-08-20T21:19:47.3057893Z [00:02:40.645]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b159/ -importpath net "-ldflags=\"-O2\" \"-g\" \"-lresolv\"" -- -I $WORK/b159/ -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:19:47.3073412Z [00:02:40.647]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T21:19:47.3205512Z [00:02:40.660]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/1a/1a56840bb6c354ddbabcfeeeeb024fdb0c2145e0bb62b44d1a9f2c79794c8133-d # internal
2025-08-20T21:19:47.3213356Z [00:02:40.660]➜  mime/quotedprintable
2025-08-20T21:19:47.3215095Z [00:02:40.661]➜  mkdir -p $WORK/b181/
2025-08-20T21:19:47.3234358Z [00:02:40.663]➜  cat >/tmp/go-build3619502580/b181/importcfg << 'EOF' # internal
2025-08-20T21:19:47.3236407Z [00:02:40.663]➜  # import config
2025-08-20T21:19:47.3237691Z [00:02:40.663]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:19:47.3239075Z [00:02:40.663]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:47.3242441Z [00:02:40.663]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:47.3244323Z [00:02:40.663]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:47.3244922Z [00:02:40.663]➜  EOF
2025-08-20T21:19:47.3245405Z [00:02:40.663]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:47.3248893Z [00:02:40.663]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b181/_pkg_.a -trimpath "/root/.go/src/mime/quotedprintable=>mime/quotedprintable;$WORK/b181=>" -p mime/quotedprintable -lang=go1.25 -std -complete -installsuffix shared -buildid wtOHu3Lhf1WTujwiV_ff/wtOHu3Lhf1WTujwiV_ff -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b181/importcfg -pack /root/.go/src/mime/quotedprintable/reader.go /root/.go/src/mime/quotedprintable/writer.go
2025-08-20T21:19:47.3649892Z [00:02:40.704]➜  go tool buildid -w $WORK/b181/_pkg_.a # internal
2025-08-20T21:19:47.3657698Z [00:02:40.705]➜  cp $WORK/b181/_pkg_.a /root/.cache/go-build/79/791ddfd8b3983aae62df0ca0947d6fab622405d102638cb76f40e33d3c4928a0-d # internal
2025-08-20T21:19:47.3658815Z [00:02:40.705]➜  net/http/internal
2025-08-20T21:19:47.3659302Z [00:02:40.705]➜  mkdir -p $WORK/b183/
2025-08-20T21:19:47.3672588Z [00:02:40.706]➜  cat >/tmp/go-build3619502580/b183/importcfg << 'EOF' # internal
2025-08-20T21:19:47.3676042Z [00:02:40.706]➜  # import config
2025-08-20T21:19:47.3676702Z [00:02:40.706]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:19:47.3677465Z [00:02:40.706]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:47.3678285Z [00:02:40.706]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:47.3679057Z [00:02:40.706]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:47.3679801Z [00:02:40.706]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:47.3680405Z [00:02:40.706]➜  EOF
2025-08-20T21:19:47.3683429Z [00:02:40.706]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b183/_pkg_.a -trimpath "/root/.go/src/net/http/internal=>net/http/internal;$WORK/b183=>" -p net/http/internal -lang=go1.25 -std -complete -installsuffix shared -buildid CdC88mZs3j8lDIPodnRy/CdC88mZs3j8lDIPodnRy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b183/importcfg -pack /root/.go/src/net/http/internal/chunked.go
2025-08-20T21:19:47.4062461Z [00:02:40.744]➜  go tool buildid -w $WORK/b183/_pkg_.a # internal
2025-08-20T21:19:47.4066219Z [00:02:40.745]➜  cp $WORK/b183/_pkg_.a /root/.cache/go-build/2e/2ecafcd02ddf529e2f1d65253cd62347916f16e79e04abbed23c94d3cf9d8ebe-d # internal
2025-08-20T21:19:47.4071144Z [00:02:40.745]➜  net/http/internal/ascii
2025-08-20T21:19:47.4071986Z [00:02:40.745]➜  mkdir -p $WORK/b184/
2025-08-20T21:19:47.4076785Z [00:02:40.746]➜  cat >/tmp/go-build3619502580/b184/importcfg << 'EOF' # internal
2025-08-20T21:19:47.4077500Z [00:02:40.746]➜  # import config
2025-08-20T21:19:47.4078165Z [00:02:40.746]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:47.4081961Z [00:02:40.746]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:19:47.4082595Z [00:02:40.746]➜  EOF
2025-08-20T21:19:47.4085577Z [00:02:40.746]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b184/_pkg_.a -trimpath "/root/.go/src/net/http/internal/ascii=>net/http/internal/ascii;$WORK/b184=>" -p net/http/internal/ascii -lang=go1.25 -std -complete -installsuffix shared -buildid Yaasm65Cfl18FMvZNQb_/Yaasm65Cfl18FMvZNQb_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b184/importcfg -pack /root/.go/src/net/http/internal/ascii/print.go
2025-08-20T21:19:47.4203482Z [00:02:40.758]➜  go tool buildid -w $WORK/b184/_pkg_.a # internal
2025-08-20T21:19:47.4210822Z [00:02:40.759]➜  cp $WORK/b184/_pkg_.a /root/.cache/go-build/bb/bbe85c2847289e089ecaa936b2fe9f07c09fe76f93a723c5147ca2f8b0a26426-d # internal
2025-08-20T21:19:47.4212120Z [00:02:40.759]➜  regexp/syntax
2025-08-20T21:19:47.4212584Z [00:02:40.759]➜  mkdir -p $WORK/b187/
2025-08-20T21:19:47.4213316Z [00:02:40.760]➜  cat >/tmp/go-build3619502580/b187/importcfg << 'EOF' # internal
2025-08-20T21:19:47.4214020Z [00:02:40.760]➜  # import config
2025-08-20T21:19:47.4214705Z [00:02:40.760]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:47.4215529Z [00:02:40.760]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:19:47.4216380Z [00:02:40.760]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:47.4217225Z [00:02:40.760]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:47.4218040Z [00:02:40.760]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:47.4218852Z [00:02:40.760]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:19:47.4219737Z [00:02:40.760]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:47.4220797Z [00:02:40.760]➜  EOF
2025-08-20T21:19:47.4225788Z [00:02:40.760]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b187/_pkg_.a -trimpath "/root/.go/src/regexp/syntax=>regexp/syntax;$WORK/b187=>" -p regexp/syntax -lang=go1.25 -std -complete -installsuffix shared -buildid ZZLt7kv2e7TNThUqQKwy/ZZLt7kv2e7TNThUqQKwy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b187/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:19:47.4977072Z [00:02:40.837]➜  go tool buildid -w $WORK/b169/_pkg_.a # internal
2025-08-20T21:19:47.4999018Z [00:02:40.839]➜  cp $WORK/b169/_pkg_.a /root/.cache/go-build/f1/f107a750c9185b0f0c01f8b66c658890fb4a5edc02254438a86510f359ef4077-d # internal
2025-08-20T21:19:47.5003934Z [00:02:40.839]➜  io/ioutil
2025-08-20T21:19:47.5004457Z [00:02:40.839]➜  mkdir -p $WORK/b190/
2025-08-20T21:19:47.5013569Z [00:02:40.840]➜  cat >/tmp/go-build3619502580/b190/importcfg << 'EOF' # internal
2025-08-20T21:19:47.5023236Z [00:02:40.840]➜  # import config
2025-08-20T21:19:47.5023876Z [00:02:40.840]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:47.5024638Z [00:02:40.840]➜  packagefile io/fs=/tmp/go-build3619502580/b053/_pkg_.a
2025-08-20T21:19:47.5025378Z [00:02:40.840]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:47.5026122Z [00:02:40.840]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:47.5026877Z [00:02:40.840]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:47.5027701Z [00:02:40.840]➜  EOF
2025-08-20T21:19:47.5030418Z [00:02:40.840]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b190/_pkg_.a -trimpath "/root/.go/src/io/ioutil=>io/ioutil;$WORK/b190=>" -p io/ioutil -lang=go1.25 -std -complete -installsuffix shared -buildid EEG5fZB88GPgERr2M_6i/EEG5fZB88GPgERr2M_6i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b190/importcfg -pack /root/.go/src/io/ioutil/ioutil.go /root/.go/src/io/ioutil/tempfile.go
2025-08-20T21:19:47.5691425Z [00:02:40.908]➜  go tool buildid -w $WORK/b190/_pkg_.a # internal
2025-08-20T21:19:47.5705703Z [00:02:40.909]➜  cp $WORK/b190/_pkg_.a /root/.cache/go-build/67/6749c0b4b78d93b05703b24710c1b0415fc3b81371a12ff8ec6839535d279df0-d # internal
2025-08-20T21:19:47.5707008Z [00:02:40.910]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T21:19:47.5737767Z [00:02:40.913]➜  html
2025-08-20T21:19:47.5740713Z [00:02:40.913]➜  mkdir -p $WORK/b192/
2025-08-20T21:19:47.5742973Z [00:02:40.913]➜  cat >/tmp/go-build3619502580/b192/importcfg << 'EOF' # internal
2025-08-20T21:19:47.5745927Z [00:02:40.913]➜  # import config
2025-08-20T21:19:47.5749431Z [00:02:40.913]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:47.5752064Z [00:02:40.913]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:47.5755390Z [00:02:40.913]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:47.5756130Z [00:02:40.913]➜  EOF
2025-08-20T21:19:47.5766308Z [00:02:40.915]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b192/_pkg_.a -trimpath "/root/.go/src/html=>html;$WORK/b192=>" -p html -lang=go1.25 -std -complete -installsuffix shared -buildid Y35p46kOumeGfB2fxVra/Y35p46kOumeGfB2fxVra -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b192/importcfg -pack /root/.go/src/html/entity.go /root/.go/src/html/escape.go
2025-08-20T21:19:47.5784758Z [00:02:40.918]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/06/06edfede0e2d4363c2758e615d7aca4a11c0df726a5d3f4d6eaea40c735d7df0-d # internal
2025-08-20T21:19:47.5785997Z [00:02:40.918]➜  text/tabwriter
2025-08-20T21:19:47.5786626Z [00:02:40.918]➜  mkdir -p $WORK/b195/
2025-08-20T21:19:47.5790265Z [00:02:40.918]➜  cat >/tmp/go-build3619502580/b195/importcfg << 'EOF' # internal
2025-08-20T21:19:47.5791346Z [00:02:40.918]➜  # import config
2025-08-20T21:19:47.5791970Z [00:02:40.918]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:47.5792720Z [00:02:40.918]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:47.5793487Z [00:02:40.918]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:47.5794092Z [00:02:40.918]➜  EOF
2025-08-20T21:19:47.5798771Z [00:02:40.919]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b195/_pkg_.a -trimpath "/root/.go/src/text/tabwriter=>text/tabwriter;$WORK/b195=>" -p text/tabwriter -lang=go1.25 -std -complete -installsuffix shared -buildid qcn0Ln443ZJ_hSqzi1zu/qcn0Ln443ZJ_hSqzi1zu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b195/importcfg -pack /root/.go/src/text/tabwriter/tabwriter.go
2025-08-20T21:19:47.6382386Z [00:02:40.977]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T21:19:47.6403437Z [00:02:40.979]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/f5/f55b9a93860f04132228f93c68db8a8456c84fa375ccaec23331c88ebfe3ead2-d # internal
2025-08-20T21:19:47.6406534Z [00:02:40.980]➜  runtime/pprof
2025-08-20T21:19:47.6407836Z [00:02:40.980]➜  mkdir -p $WORK/b194/
2025-08-20T21:19:47.6416737Z [00:02:40.981]➜  cat >/tmp/go-build3619502580/b194/importcfg << 'EOF' # internal
2025-08-20T21:19:47.6419844Z [00:02:40.981]➜  # import config
2025-08-20T21:19:47.6422718Z [00:02:40.981]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:19:47.6424610Z [00:02:40.981]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:47.6425493Z [00:02:40.981]➜  packagefile cmp=/tmp/go-build3619502580/b051/_pkg_.a
2025-08-20T21:19:47.6426740Z [00:02:40.981]➜  packagefile compress/gzip=/tmp/go-build3619502580/b074/_pkg_.a
2025-08-20T21:19:47.6427730Z [00:02:40.981]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:47.6428740Z [00:02:40.981]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:19:47.6429692Z [00:02:40.981]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:47.6430533Z [00:02:40.981]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:47.6431603Z [00:02:40.981]➜  packagefile internal/abi=/tmp/go-build3619502580/b006/_pkg_.a
2025-08-20T21:19:47.6432653Z [00:02:40.981]➜  packagefile internal/profilerecord=/tmp/go-build3619502580/b019/_pkg_.a
2025-08-20T21:19:47.6433597Z [00:02:40.981]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:47.6434406Z [00:02:40.981]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:47.6435221Z [00:02:40.981]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:47.6436087Z [00:02:40.981]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:47.6436952Z [00:02:40.981]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:47.6437810Z [00:02:40.981]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:19:47.6438668Z [00:02:40.981]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:47.6439515Z [00:02:40.981]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:47.6440345Z [00:02:40.981]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:47.6441168Z [00:02:40.981]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:19:47.6445932Z [00:02:40.981]➜  packagefile text/tabwriter=/tmp/go-build3619502580/b195/_pkg_.a
2025-08-20T21:19:47.6446836Z [00:02:40.981]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:47.6447450Z [00:02:40.981]➜  EOF
2025-08-20T21:19:47.6454922Z [00:02:40.981]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b194/_pkg_.a -trimpath "/root/.go/src/runtime/pprof=>runtime/pprof;$WORK/b194=>" -p runtime/pprof -lang=go1.25 -std -installsuffix shared -buildid _bvmglsPUiRF7Y_EC4lf/_bvmglsPUiRF7Y_EC4lf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b194/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:19:47.6763359Z [00:02:41.015]➜  go tool buildid -w $WORK/b192/_pkg_.a # internal
2025-08-20T21:19:47.6780231Z [00:02:41.017]➜  cp $WORK/b192/_pkg_.a /root/.cache/go-build/9c/9c3641f13dc764266f8f387b7d6ee037fa449ad643b188a87e2bea2a058875da-d # internal
2025-08-20T21:19:47.6783865Z [00:02:41.018]➜  runtime/trace
2025-08-20T21:19:47.6784647Z [00:02:41.018]➜  mkdir -p $WORK/b196/
2025-08-20T21:19:47.6791749Z [00:02:41.018]➜  cat >/tmp/go-build3619502580/b196/importcfg << 'EOF' # internal
2025-08-20T21:19:47.6792862Z [00:02:41.018]➜  # import config
2025-08-20T21:19:47.6793728Z [00:02:41.018]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:47.6794541Z [00:02:41.018]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:47.6795307Z [00:02:41.018]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:47.6796180Z [00:02:41.018]➜  packagefile internal/trace/tracev2=/tmp/go-build3619502580/b033/_pkg_.a
2025-08-20T21:19:47.6797021Z [00:02:41.018]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:47.6797775Z [00:02:41.018]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:47.6798544Z [00:02:41.018]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:47.6799616Z [00:02:41.018]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:47.6800542Z [00:02:41.018]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:47.6801559Z [00:02:41.018]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:47.6802211Z [00:02:41.018]➜  EOF
2025-08-20T21:19:47.6818838Z [00:02:41.021]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b196/_pkg_.a -trimpath "/root/.go/src/runtime/trace=>runtime/trace;$WORK/b196=>" -p runtime/trace -lang=go1.25 -std -installsuffix shared -buildid YFUbVuUvJjUv56KzlldR/YFUbVuUvJjUv56KzlldR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b196/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:19:47.7267286Z [00:02:41.066]➜  go tool buildid -w $WORK/b187/_pkg_.a # internal
2025-08-20T21:19:47.7339247Z [00:02:41.073]➜  cp $WORK/b187/_pkg_.a /root/.cache/go-build/5d/5dc0ab6af6d11857a8878bee66a464632298e872e277f3193cedca8902217a7c-d # internal
2025-08-20T21:19:47.7343133Z [00:02:41.074]➜  regexp
2025-08-20T21:19:47.7344373Z [00:02:41.074]➜  mkdir -p $WORK/b186/
2025-08-20T21:19:47.7352290Z [00:02:41.074]➜  cat >/tmp/go-build3619502580/b186/importcfg << 'EOF' # internal
2025-08-20T21:19:47.7352983Z [00:02:41.074]➜  # import config
2025-08-20T21:19:47.7353608Z [00:02:41.074]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:47.7354353Z [00:02:41.074]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:47.7355168Z [00:02:41.074]➜  packagefile regexp/syntax=/tmp/go-build3619502580/b187/_pkg_.a
2025-08-20T21:19:47.7356012Z [00:02:41.074]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:47.7356821Z [00:02:41.074]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:47.7357657Z [00:02:41.074]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:47.7358462Z [00:02:41.074]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:47.7359261Z [00:02:41.074]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:19:47.7360444Z [00:02:41.074]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:47.7361086Z [00:02:41.074]➜  EOF
2025-08-20T21:19:47.7364379Z [00:02:41.075]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b186/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b186=>" -p regexp -lang=go1.25 -std -complete -installsuffix shared -buildid g2uLsHj_e_CJwrugKXHX/g2uLsHj_e_CJwrugKXHX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b186/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:19:47.7533774Z [00:02:41.093]➜  go tool buildid -w $WORK/b196/_pkg_.a # internal
2025-08-20T21:19:47.7548570Z [00:02:41.094]➜  cp $WORK/b196/_pkg_.a /root/.cache/go-build/32/324e14af54994ca777e4369d8171be84a8ba8e03e7915d0342788f26d2acd28e-d # internal
2025-08-20T21:19:47.7551694Z [00:02:41.094]➜  runtime/debug
2025-08-20T21:19:47.7553709Z [00:02:41.095]➜  mkdir -p $WORK/b197/
2025-08-20T21:19:47.7560396Z [00:02:41.095]➜  echo -n > $WORK/b197/go_asm.h # internal
2025-08-20T21:19:47.7561088Z [00:02:41.095]➜  cd /root/.go/src/runtime/debug
2025-08-20T21:19:47.7563201Z [00:02:41.095]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b197=>" -I $WORK/b197/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b197/symabis ./debug.s
2025-08-20T21:19:47.7594458Z [00:02:41.099]➜  cat >/tmp/go-build3619502580/b197/importcfg << 'EOF' # internal
2025-08-20T21:19:47.7597522Z [00:02:41.099]➜  # import config
2025-08-20T21:19:47.7598313Z [00:02:41.099]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:47.7599428Z [00:02:41.099]➜  packagefile internal/poll=/tmp/go-build3619502580/b065/_pkg_.a
2025-08-20T21:19:47.7600254Z [00:02:41.099]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:47.7601036Z [00:02:41.099]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:47.7602028Z [00:02:41.099]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:47.7602863Z [00:02:41.099]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:47.7603746Z [00:02:41.099]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:47.7604600Z [00:02:41.099]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:47.7605213Z [00:02:41.099]➜  EOF
2025-08-20T21:19:47.7605730Z [00:02:41.099]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:47.7609793Z [00:02:41.099]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b197/_pkg_.a -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b197=>" -p runtime/debug -lang=go1.25 -std -installsuffix shared -buildid 7y92FvxpPbsojj3KvJ1V/7y92FvxpPbsojj3KvJ1V -goversion go1.25.0 -symabis $WORK/b197/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b197/importcfg -pack -asmhdr $WORK/b197/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:19:47.8360557Z [00:02:41.175]➜  cd /root/.go/src/runtime/debug
2025-08-20T21:19:47.8364554Z [00:02:41.176]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b197=>" -I $WORK/b197/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b197/debug.o ./debug.s
2025-08-20T21:19:47.8465327Z [00:02:41.186]➜  go tool pack r $WORK/b197/_pkg_.a $WORK/b197/debug.o # internal
2025-08-20T21:19:47.8475267Z [00:02:41.187]➜  go tool buildid -w $WORK/b197/_pkg_.a # internal
2025-08-20T21:19:47.8482687Z [00:02:41.187]➜  cp $WORK/b197/_pkg_.a /root/.cache/go-build/82/8260d5a79b166c1188d2a8233d7ed0e6aa22b2487df79665838c602779d10d1d-d # internal
2025-08-20T21:19:47.8499577Z [00:02:41.188]➜  encoding/base32
2025-08-20T21:19:47.8500096Z [00:02:41.188]➜  mkdir -p $WORK/b199/
2025-08-20T21:19:47.8501157Z [00:02:41.188]➜  cat >/tmp/go-build3619502580/b199/importcfg << 'EOF' # internal
2025-08-20T21:19:47.8501989Z [00:02:41.188]➜  # import config
2025-08-20T21:19:47.8502602Z [00:02:41.188]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:47.8503425Z [00:02:41.188]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:47.8504238Z [00:02:41.188]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:47.8504830Z [00:02:41.188]➜  EOF
2025-08-20T21:19:47.8525292Z [00:02:41.192]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:47.8544571Z [00:02:41.194]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b199/_pkg_.a -trimpath "/root/.go/src/encoding/base32=>encoding/base32;$WORK/b199=>" -p encoding/base32 -lang=go1.25 -std -complete -installsuffix shared -buildid DDXVyD8qNe6NbY_TwOdh/DDXVyD8qNe6NbY_TwOdh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b199/importcfg -pack /root/.go/src/encoding/base32/base32.go
2025-08-20T21:19:47.9649706Z [00:02:41.304]➜  go tool buildid -w $WORK/b199/_pkg_.a # internal
2025-08-20T21:19:47.9664855Z [00:02:41.306]➜  cp $WORK/b199/_pkg_.a /root/.cache/go-build/dd/dd8d3543bfabdaac6aa4b90a5b5be84ca6fd221e8a3ff90a1e9e7879fa715796-d # internal
2025-08-20T21:19:47.9686811Z [00:02:41.308]➜  internal/saferio
2025-08-20T21:19:47.9687392Z [00:02:41.308]➜  mkdir -p $WORK/b201/
2025-08-20T21:19:47.9697838Z [00:02:41.309]➜  cat >/tmp/go-build3619502580/b201/importcfg << 'EOF' # internal
2025-08-20T21:19:47.9698575Z [00:02:41.309]➜  # import config
2025-08-20T21:19:47.9699254Z [00:02:41.309]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:47.9699873Z [00:02:41.309]➜  EOF
2025-08-20T21:19:47.9708829Z [00:02:41.310]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b201/_pkg_.a -trimpath "/root/.go/src/internal/saferio=>internal/saferio;$WORK/b201=>" -p internal/saferio -lang=go1.25 -std -complete -installsuffix shared -buildid mWMoPXONcjc0cePG2W0q/mWMoPXONcjc0cePG2W0q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b201/importcfg -pack /root/.go/src/internal/saferio/io.go
2025-08-20T21:19:47.9786188Z [00:02:41.318]➜  go tool buildid -w $WORK/b186/_pkg_.a # internal
2025-08-20T21:19:47.9814115Z [00:02:41.321]➜  cp $WORK/b186/_pkg_.a /root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d # internal
2025-08-20T21:19:47.9881812Z [00:02:41.327]➜  internal/profile
2025-08-20T21:19:47.9882816Z [00:02:41.327]➜  mkdir -p $WORK/b193/
2025-08-20T21:19:47.9884513Z [00:02:41.327]➜  cat >/tmp/go-build3619502580/b193/importcfg << 'EOF' # internal
2025-08-20T21:19:47.9885537Z [00:02:41.327]➜  # import config
2025-08-20T21:19:47.9886464Z [00:02:41.327]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:47.9887786Z [00:02:41.327]➜  packagefile compress/gzip=/tmp/go-build3619502580/b074/_pkg_.a
2025-08-20T21:19:47.9889492Z [00:02:41.327]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:47.9890336Z [00:02:41.327]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:47.9891117Z [00:02:41.327]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:47.9892066Z [00:02:41.327]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:19:47.9892870Z [00:02:41.327]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:19:47.9893780Z [00:02:41.327]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:47.9894576Z [00:02:41.327]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:47.9895337Z [00:02:41.327]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:47.9895926Z [00:02:41.327]➜  EOF
2025-08-20T21:19:47.9900673Z [00:02:41.327]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b193/_pkg_.a -trimpath "/root/.go/src/internal/profile=>internal/profile;$WORK/b193=>" -p internal/profile -lang=go1.25 -std -complete -installsuffix shared -buildid d08rTBwf4vEWLaiMeAif/d08rTBwf4vEWLaiMeAif -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b193/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:19:47.9921443Z [00:02:41.331]➜  go tool buildid -w $WORK/b201/_pkg_.a # internal
2025-08-20T21:19:47.9931629Z [00:02:41.332]➜  cp $WORK/b201/_pkg_.a /root/.cache/go-build/b1/b1caf3e2fe0a6b0767739b8966244e2f0ac12ea976470a457aae904caaaeb99b-d # internal
2025-08-20T21:19:47.9957303Z [00:02:41.335]➜  encoding/gob
2025-08-20T21:19:47.9959637Z [00:02:41.335]➜  mkdir -p $WORK/b200/
2025-08-20T21:19:47.9967353Z [00:02:41.336]➜  cat >/tmp/go-build3619502580/b200/importcfg << 'EOF' # internal
2025-08-20T21:19:47.9968466Z [00:02:41.336]➜  # import config
2025-08-20T21:19:47.9969298Z [00:02:41.336]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:19:47.9970130Z [00:02:41.336]➜  packagefile encoding=/tmp/go-build3619502580/b059/_pkg_.a
2025-08-20T21:19:47.9970999Z [00:02:41.336]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:19:47.9972041Z [00:02:41.336]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:47.9972833Z [00:02:41.336]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:47.9973727Z [00:02:41.336]➜  packagefile internal/saferio=/tmp/go-build3619502580/b201/_pkg_.a
2025-08-20T21:19:47.9974584Z [00:02:41.336]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:47.9975380Z [00:02:41.336]➜  packagefile maps=/tmp/go-build3619502580/b158/_pkg_.a
2025-08-20T21:19:47.9976421Z [00:02:41.336]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:47.9977279Z [00:02:41.336]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:47.9978102Z [00:02:41.336]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:47.9978925Z [00:02:41.336]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:47.9979720Z [00:02:41.336]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:47.9980538Z [00:02:41.336]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:47.9981569Z [00:02:41.336]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:19:47.9982460Z [00:02:41.336]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:47.9983116Z [00:02:41.336]➜  EOF
2025-08-20T21:19:47.9996200Z [00:02:41.338]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b200/_pkg_.a -trimpath "/root/.go/src/encoding/gob=>encoding/gob;$WORK/b200=>" -p encoding/gob -lang=go1.25 -std -complete -installsuffix shared -buildid tQ4IcGiejnAcb_G2KZo5/tQ4IcGiejnAcb_G2KZo5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b200/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:19:48.0805462Z [00:02:41.420]➜  go tool buildid -w $WORK/b194/_pkg_.a # internal
2025-08-20T21:19:48.0851979Z [00:02:41.424]➜  cp $WORK/b194/_pkg_.a /root/.cache/go-build/79/79cb0937774ea2b49f7f8ee1c51985acb2fa6b57d0d18be2c9b81eb721f22f77-d # internal
2025-08-20T21:19:48.0928766Z [00:02:41.432]➜  github.com/jrnd-io/jr/pkg/configuration
2025-08-20T21:19:48.0943259Z [00:02:41.432]➜  mkdir -p $WORK/b203/
2025-08-20T21:19:48.0950542Z [00:02:41.432]➜  cat >/tmp/go-build3619502580/b203/importcfg << 'EOF' # internal
2025-08-20T21:19:48.0951420Z [00:02:41.432]➜  # import config
2025-08-20T21:19:48.0952087Z [00:02:41.432]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:48.0952678Z [00:02:41.433]➜  EOF
2025-08-20T21:19:48.0956295Z [00:02:41.433]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b203/_pkg_.a -trimpath "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/configuration=>github.com/jrnd-io/jr/pkg/configuration;$WORK/b203=>" -p github.com/jrnd-io/jr/pkg/configuration -lang=go1.24 -complete -installsuffix shared -buildid UzjmS1r9CmmWrOOenxA5/UzjmS1r9CmmWrOOenxA5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b203/importcfg -pack ./pkg/configuration/configuration.go
2025-08-20T21:19:48.1140618Z [00:02:41.453]➜  go tool buildid -w $WORK/b203/_pkg_.a # internal
2025-08-20T21:19:48.1154836Z [00:02:41.454]➜  cp $WORK/b203/_pkg_.a /root/.cache/go-build/03/03d8171a422dbee9224bef3c9c4096924918eedc4a49ee3e0b456205292a3cb0-d # internal
2025-08-20T21:19:48.1161149Z [00:02:41.455]➜  github.com/adrg/xdg/internal/pathutil
2025-08-20T21:19:48.1186425Z [00:02:41.455]➜  mkdir -p $WORK/b206/
2025-08-20T21:19:48.1187218Z [00:02:41.455]➜  cat >/tmp/go-build3619502580/b206/importcfg << 'EOF' # internal
2025-08-20T21:19:48.1187940Z [00:02:41.455]➜  # import config
2025-08-20T21:19:48.1188600Z [00:02:41.455]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:48.1189428Z [00:02:41.455]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:48.1190253Z [00:02:41.455]➜  packagefile io/fs=/tmp/go-build3619502580/b053/_pkg_.a
2025-08-20T21:19:48.1191060Z [00:02:41.455]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:48.1192139Z [00:02:41.455]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:19:48.1193043Z [00:02:41.455]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:48.1193685Z [00:02:41.455]➜  EOF
2025-08-20T21:19:48.1198316Z [00:02:41.455]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b206/_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/b206=>" -p github.com/adrg/xdg/internal/pathutil -lang=go1.19 -complete -installsuffix shared -buildid XGJ-NHbIHlxaNwGl3ji9/XGJ-NHbIHlxaNwGl3ji9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b206/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:19:48.1407140Z [00:02:41.480]➜  go tool buildid -w $WORK/b206/_pkg_.a # internal
2025-08-20T21:19:48.1419500Z [00:02:41.481]➜  cp $WORK/b206/_pkg_.a /root/.cache/go-build/7d/7d49d58c5bd9c7659134b828cf0f13a3365fad6ed35446635cd70ec225057307-d # internal
2025-08-20T21:19:48.1420747Z [00:02:41.481]➜  github.com/adrg/xdg/internal/userdirs
2025-08-20T21:19:48.1430444Z [00:02:41.481]➜  mkdir -p $WORK/b207/
2025-08-20T21:19:48.1431482Z [00:02:41.482]➜  cat >/tmp/go-build3619502580/b207/importcfg << 'EOF' # internal
2025-08-20T21:19:48.1432220Z [00:02:41.482]➜  # import config
2025-08-20T21:19:48.1432923Z [00:02:41.482]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:19:48.1434068Z [00:02:41.482]➜  packagefile github.com/adrg/xdg/internal/pathutil=/tmp/go-build3619502580/b206/_pkg_.a
2025-08-20T21:19:48.1435119Z [00:02:41.482]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:48.1435922Z [00:02:41.482]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:48.1436748Z [00:02:41.482]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:48.1437389Z [00:02:41.482]➜  EOF
2025-08-20T21:19:48.1441936Z [00:02:41.482]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b207/_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/b207=>" -p github.com/adrg/xdg/internal/userdirs -lang=go1.19 -complete -installsuffix shared -buildid cuTIVkvIZJFAhUd1WXbW/cuTIVkvIZJFAhUd1WXbW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b207/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:19:48.1715203Z [00:02:41.511]➜  go tool buildid -w $WORK/b207/_pkg_.a # internal
2025-08-20T21:19:48.1744907Z [00:02:41.514]➜  cp $WORK/b207/_pkg_.a /root/.cache/go-build/96/96f92e2e07760f87a3e187a5a7196d2780cfad1b4de2b9527dde28168b5b4323-d # internal
2025-08-20T21:19:48.1747975Z [00:02:41.514]➜  github.com/adrg/xdg
2025-08-20T21:19:48.1749521Z [00:02:41.514]➜  mkdir -p $WORK/b205/
2025-08-20T21:19:48.1751499Z [00:02:41.514]➜  cat >/tmp/go-build3619502580/b205/importcfg << 'EOF' # internal
2025-08-20T21:19:48.1752796Z [00:02:41.514]➜  # import config
2025-08-20T21:19:48.1754239Z [00:02:41.514]➜  packagefile github.com/adrg/xdg/internal/pathutil=/tmp/go-build3619502580/b206/_pkg_.a
2025-08-20T21:19:48.1755860Z [00:02:41.514]➜  packagefile github.com/adrg/xdg/internal/userdirs=/tmp/go-build3619502580/b207/_pkg_.a
2025-08-20T21:19:48.1757809Z [00:02:41.514]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:48.1758687Z [00:02:41.514]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:19:48.1759571Z [00:02:41.514]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:48.1760182Z [00:02:41.514]➜  EOF
2025-08-20T21:19:48.1764798Z [00:02:41.514]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b205/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/adrg/xdg@v0.5.3=>github.com/adrg/xdg@v0.5.3;$WORK/b205=>" -p github.com/adrg/xdg -lang=go1.19 -complete -installsuffix shared -buildid 781MkPFzNiolrQToHRvI/781MkPFzNiolrQToHRvI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b205/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:19:48.2194808Z [00:02:41.558]➜  go tool buildid -w $WORK/b205/_pkg_.a # internal
2025-08-20T21:19:48.2205223Z [00:02:41.560]➜  cp $WORK/b205/_pkg_.a /root/.cache/go-build/87/8715072dd563751a2c055004a4219bec3300085162c658f68e6a749cea845778-d # internal
2025-08-20T21:19:48.2209986Z [00:02:41.560]➜  github.com/jrnd-io/jr/pkg/constants
2025-08-20T21:19:48.2210595Z [00:02:41.560]➜  mkdir -p $WORK/b204/
2025-08-20T21:19:48.2216671Z [00:02:41.561]➜  cat >/tmp/go-build3619502580/b204/importcfg << 'EOF' # internal
2025-08-20T21:19:48.2217350Z [00:02:41.561]➜  # import config
2025-08-20T21:19:48.2217990Z [00:02:41.561]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:48.2218902Z [00:02:41.561]➜  packagefile github.com/adrg/xdg=/tmp/go-build3619502580/b205/_pkg_.a
2025-08-20T21:19:48.2219791Z [00:02:41.561]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:48.2220377Z [00:02:41.561]➜  EOF
2025-08-20T21:19:48.2225889Z [00:02:41.561]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b204/_pkg_.a -trimpath "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/constants=>github.com/jrnd-io/jr/pkg/constants;$WORK/b204=>" -p github.com/jrnd-io/jr/pkg/constants -lang=go1.24 -complete -installsuffix shared -buildid yrY-cWKpzAJpP4-PK_-F/yrY-cWKpzAJpP4-PK_-F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b204/importcfg -pack ./pkg/constants/constants.go
2025-08-20T21:19:48.2332046Z [00:02:41.572]➜  go tool buildid -w $WORK/b204/_pkg_.a # internal
2025-08-20T21:19:48.2341057Z [00:02:41.573]➜  cp $WORK/b204/_pkg_.a /root/.cache/go-build/c2/c2c9204d1d1923029b4d439df6c727f0dcec2c16115f55de79ceb53059cebf63-d # internal
2025-08-20T21:19:48.2344404Z [00:02:41.573]➜  github.com/jrnd-io/jr/pkg/ctx
2025-08-20T21:19:48.2345004Z [00:02:41.574]➜  mkdir -p $WORK/b209/
2025-08-20T21:19:48.2351654Z [00:02:41.574]➜  cat >/tmp/go-build3619502580/b209/importcfg << 'EOF' # internal
2025-08-20T21:19:48.2352378Z [00:02:41.574]➜  # import config
2025-08-20T21:19:48.2353045Z [00:02:41.574]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:48.2353845Z [00:02:41.574]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:48.2354736Z [00:02:41.574]➜  EOF
2025-08-20T21:19:48.2357692Z [00:02:41.574]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b209/_pkg_.a -trimpath "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/ctx=>github.com/jrnd-io/jr/pkg/ctx;$WORK/b209=>" -p github.com/jrnd-io/jr/pkg/ctx -lang=go1.24 -complete -installsuffix shared -buildid Aez3l2yGSH8dT5MH1IIO/Aez3l2yGSH8dT5MH1IIO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b209/importcfg -pack ./pkg/ctx/context.go
2025-08-20T21:19:48.2469683Z [00:02:41.586]➜  go tool buildid -w $WORK/b209/_pkg_.a # internal
2025-08-20T21:19:48.2477688Z [00:02:41.587]➜  cp $WORK/b209/_pkg_.a /root/.cache/go-build/33/33f1196058a4425dc02f9e1e19b0b51e86e0d7a68f2020aa8903a705d1905d59-d # internal
2025-08-20T21:19:48.2482803Z [00:02:41.587]➜  encoding/csv
2025-08-20T21:19:48.2483329Z [00:02:41.587]➜  mkdir -p $WORK/b211/
2025-08-20T21:19:48.2486476Z [00:02:41.588]➜  cat >/tmp/go-build3619502580/b211/importcfg << 'EOF' # internal
2025-08-20T21:19:48.2490855Z [00:02:41.588]➜  # import config
2025-08-20T21:19:48.2491791Z [00:02:41.588]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:19:48.2492614Z [00:02:41.588]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:48.2493425Z [00:02:41.588]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:48.2494225Z [00:02:41.588]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:48.2495018Z [00:02:41.588]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:48.2495834Z [00:02:41.588]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:48.2496662Z [00:02:41.588]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:19:48.2497766Z [00:02:41.588]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:48.2498424Z [00:02:41.588]➜  EOF
2025-08-20T21:19:48.2503637Z [00:02:41.588]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b211/_pkg_.a -trimpath "/root/.go/src/encoding/csv=>encoding/csv;$WORK/b211=>" -p encoding/csv -lang=go1.25 -std -complete -installsuffix shared -buildid dFigBiPSnLZxb6OSzN82/dFigBiPSnLZxb6OSzN82 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b211/importcfg -pack /root/.go/src/encoding/csv/reader.go /root/.go/src/encoding/csv/writer.go
2025-08-20T21:19:48.2728277Z [00:02:41.612]➜  go tool buildid -w $WORK/b193/_pkg_.a # internal
2025-08-20T21:19:48.2765883Z [00:02:41.616]➜  cd $WORK/b159
2025-08-20T21:19:48.2771700Z [00:02:41.616]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b159=/tmp/go-build -gno-record-gcc-switches -I $WORK/b159/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b159/_x001.o -c _cgo_export.c
2025-08-20T21:19:48.2796417Z [00:02:41.618]➜  cp $WORK/b193/_pkg_.a /root/.cache/go-build/00/00d6487de16b2d4517f4cb6063a3f29e8e1816740ce0d0ddfacca9d8f32f4bc7-d # internal
2025-08-20T21:19:48.2808518Z [00:02:41.619]➜  github.com/cnkei/gospline
2025-08-20T21:19:48.2812941Z [00:02:41.620]➜  mkdir -p $WORK/b212/
2025-08-20T21:19:48.2813717Z [00:02:41.620]➜  cat >/tmp/go-build3619502580/b212/importcfg << 'EOF' # internal
2025-08-20T21:19:48.2814475Z [00:02:41.620]➜  # import config
2025-08-20T21:19:48.2815360Z [00:02:41.620]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:48.2816364Z [00:02:41.620]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:19:48.2817827Z [00:02:41.620]➜  EOF
2025-08-20T21:19:48.2825057Z [00:02:41.622]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:48.2838232Z [00:02:41.622]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b212/_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/b212=>" -p github.com/cnkei/gospline -lang=go1.13 -complete -installsuffix shared -buildid AWUplwgcLQSYsH5COpxb/AWUplwgcLQSYsH5COpxb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b212/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:19:48.2981939Z [00:02:41.637]➜  go tool buildid -w $WORK/b211/_pkg_.a # internal
2025-08-20T21:19:48.2991009Z [00:02:41.638]➜  cp $WORK/b211/_pkg_.a /root/.cache/go-build/52/52f17d30d48aa5781b002901204c4f03156afc98fb5d7417ed2f5f0edf9aaa3a-d # internal
2025-08-20T21:19:48.2999137Z [00:02:41.639]➜  database/sql/driver
2025-08-20T21:19:48.3001812Z [00:02:41.639]➜  mkdir -p $WORK/b214/
2025-08-20T21:19:48.3003286Z [00:02:41.639]➜  cat >/tmp/go-build3619502580/b214/importcfg << 'EOF' # internal
2025-08-20T21:19:48.3004611Z [00:02:41.639]➜  # import config
2025-08-20T21:19:48.3006348Z [00:02:41.639]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:48.3007205Z [00:02:41.639]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:48.3008039Z [00:02:41.639]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:48.3008885Z [00:02:41.639]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:48.3009750Z [00:02:41.639]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:48.3010594Z [00:02:41.639]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:48.3011366Z [00:02:41.639]➜  EOF
2025-08-20T21:19:48.3014993Z [00:02:41.639]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b214/_pkg_.a -trimpath "/root/.go/src/database/sql/driver=>database/sql/driver;$WORK/b214=>" -p database/sql/driver -lang=go1.25 -std -complete -installsuffix shared -buildid INg8tgFsvmSkfhWpsAAf/INg8tgFsvmSkfhWpsAAf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b214/importcfg -pack /root/.go/src/database/sql/driver/driver.go /root/.go/src/database/sql/driver/types.go
2025-08-20T21:19:48.3071756Z [00:02:41.646]➜  cd $WORK/b159
2025-08-20T21:19:48.3076798Z [00:02:41.646]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b159=/tmp/go-build -gno-record-gcc-switches -I $WORK/b159/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b159/_x002.o -c cgo_linux.cgo2.c
2025-08-20T21:19:48.3419319Z [00:02:41.681]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b159=/tmp/go-build -gno-record-gcc-switches -I $WORK/b159/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b159/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T21:19:48.3426647Z [00:02:41.682]➜  go tool buildid -w $WORK/b212/_pkg_.a # internal
2025-08-20T21:19:48.3435536Z [00:02:41.683]➜  cp $WORK/b212/_pkg_.a /root/.cache/go-build/d0/d0248d4eb5cd9f8e0d4324b053595ab0ad83762d4352d3d8030de6b2dd5f4bb1-d # internal
2025-08-20T21:19:48.3466451Z [00:02:41.686]➜  golang.org/x/sys/unix
2025-08-20T21:19:48.3470959Z [00:02:41.686]➜  mkdir -p $WORK/b220/
2025-08-20T21:19:48.3471791Z [00:02:41.686]➜  echo -n > $WORK/b220/go_asm.h # internal
2025-08-20T21:19:48.3479845Z [00:02:41.687]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix
2025-08-20T21:19:48.3483101Z [00:02:41.687]➜  /root/.go/pkg/tool/linux_amd64/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/b220=>" -I $WORK/b220/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b220/symabis ./asm_linux_amd64.s
2025-08-20T21:19:48.3572571Z [00:02:41.696]➜  cat >/tmp/go-build3619502580/b220/importcfg << 'EOF' # internal
2025-08-20T21:19:48.3578597Z [00:02:41.697]➜  # import config
2025-08-20T21:19:48.3579328Z [00:02:41.697]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:48.3580282Z [00:02:41.697]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:19:48.3581365Z [00:02:41.697]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:48.3582243Z [00:02:41.697]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:48.3583073Z [00:02:41.697]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:48.3583902Z [00:02:41.697]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:19:48.3584728Z [00:02:41.697]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:48.3585549Z [00:02:41.697]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:48.3586389Z [00:02:41.697]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:48.3587240Z [00:02:41.697]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:19:48.3588053Z [00:02:41.697]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:48.3588667Z [00:02:41.697]➜  EOF
2025-08-20T21:19:48.3589152Z [00:02:41.697]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:48.3639959Z [00:02:41.697]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b220/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix=>golang.org/x/sys@v0.32.0/unix;$WORK/b220=>" -p golang.org/x/sys/unix -lang=go1.23 -installsuffix shared -buildid SefVUBHJTmjOL2Qlo5vB/SefVUBHJTmjOL2Qlo5vB -goversion go1.25.0 -symabis $WORK/b220/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b220/importcfg -pack -asmhdr $WORK/b220/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_alarm.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/syscall_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/syscall_linux_amd64_gc.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_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/zptrace_x86_linux.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_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/zsysnum_linux_amd64.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_amd64.go
2025-08-20T21:19:48.3934146Z [00:02:41.732]➜  cd $WORK/b159
2025-08-20T21:19:48.3939215Z [00:02:41.733]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b159=/tmp/go-build -gno-record-gcc-switches -I $WORK/b159/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b159/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T21:19:48.4450590Z [00:02:41.784]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b159=/tmp/go-build -gno-record-gcc-switches -I $WORK/b159/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b159/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T21:19:48.4597777Z [00:02:41.799]➜  go tool buildid -w $WORK/b214/_pkg_.a # internal
2025-08-20T21:19:48.4617119Z [00:02:41.801]➜  cp $WORK/b214/_pkg_.a /root/.cache/go-build/72/7297554511b7107710509f30f1d5125c22b293c8331cebf7a21d346d3ab317d5-d # internal
2025-08-20T21:19:48.4620995Z [00:02:41.801]➜  github.com/paulmach/go.geojson
2025-08-20T21:19:48.4645523Z [00:02:41.804]➜  mkdir -p $WORK/b215/
2025-08-20T21:19:48.4652841Z [00:02:41.804]➜  cat >/tmp/go-build3619502580/b215/importcfg << 'EOF' # internal
2025-08-20T21:19:48.4653894Z [00:02:41.804]➜  # import config
2025-08-20T21:19:48.4654726Z [00:02:41.804]➜  packagefile database/sql/driver=/tmp/go-build3619502580/b214/_pkg_.a
2025-08-20T21:19:48.4664286Z [00:02:41.805]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:48.4665263Z [00:02:41.805]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:48.4666247Z [00:02:41.805]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:48.4666871Z [00:02:41.805]➜  EOF
2025-08-20T21:19:48.4667365Z [00:02:41.805]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:48.4673143Z [00:02:41.805]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b215/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/paulmach/go.geojson@v1.5.0=>github.com/paulmach/go.geojson@v1.5.0;$WORK/b215=>" -p github.com/paulmach/go.geojson -lang=go1.18 -complete -installsuffix shared -buildid EyreNU_1wYaHPrRjta09/EyreNU_1wYaHPrRjta09 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b215/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:19:48.5177270Z [00:02:41.857]➜  cd $WORK/b159
2025-08-20T21:19:48.5180999Z [00:02:41.857]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b159=/tmp/go-build -gno-record-gcc-switches -I $WORK/b159/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b159/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T21:19:48.5354592Z [00:02:41.875]➜  go tool buildid -w $WORK/b215/_pkg_.a # internal
2025-08-20T21:19:48.5372540Z [00:02:41.876]➜  cp $WORK/b215/_pkg_.a /root/.cache/go-build/50/5068c42ae8e361b7e9f1be0177f70d78da732b72ed1e47f3f163a6c1ff7a30e9-d # internal
2025-08-20T21:19:48.5379606Z [00:02:41.877]➜  github.com/squeeze69/codicefiscale
2025-08-20T21:19:48.5382393Z [00:02:41.877]➜  mkdir -p $WORK/b223/
2025-08-20T21:19:48.5391136Z [00:02:41.878]➜  cat >/tmp/go-build3619502580/b223/importcfg << 'EOF' # internal
2025-08-20T21:19:48.5395153Z [00:02:41.879]➜  # import config
2025-08-20T21:19:48.5395821Z [00:02:41.879]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:19:48.5396688Z [00:02:41.879]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:48.5397310Z [00:02:41.879]➜  EOF
2025-08-20T21:19:48.5402450Z [00:02:41.879]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:48.5412417Z [00:02:41.880]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b223/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/squeeze69/codicefiscale@v1.0.4=>github.com/squeeze69/codicefiscale@v1.0.4;$WORK/b223=>" -p github.com/squeeze69/codicefiscale -lang=go1.15 -complete -installsuffix shared -buildid g8iH3pLySc-EXpLZ825x/g8iH3pLySc-EXpLZ825x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b223/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:19:48.5909187Z [00:02:41.930]➜  go tool buildid -w $WORK/b223/_pkg_.a # internal
2025-08-20T21:19:48.5923237Z [00:02:41.931]➜  cp $WORK/b223/_pkg_.a /root/.cache/go-build/c5/c5c4b54cb41cede5edb20f085848bbe5f86de144eee092af85415e174be5503f-d # internal
2025-08-20T21:19:48.5944658Z [00:02:41.934]➜  github.com/squeeze69/generacodicefiscale
2025-08-20T21:19:48.5977635Z [00:02:41.937]➜  mkdir -p $WORK/b222/
2025-08-20T21:19:48.5983783Z [00:02:41.937]➜  cat >/tmp/go-build3619502580/b222/importcfg << 'EOF' # internal
2025-08-20T21:19:48.5988252Z [00:02:41.937]➜  # import config
2025-08-20T21:19:48.5989202Z [00:02:41.937]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:48.5990250Z [00:02:41.937]➜  packagefile github.com/squeeze69/codicefiscale=/tmp/go-build3619502580/b223/_pkg_.a
2025-08-20T21:19:48.5991378Z [00:02:41.937]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:19:48.5992259Z [00:02:41.937]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:19:48.5993028Z [00:02:41.937]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:48.5993769Z [00:02:41.937]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:48.5994306Z [00:02:41.937]➜  EOF
2025-08-20T21:19:48.5999465Z [00:02:41.938]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b222/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/squeeze69/generacodicefiscale@v1.0.5=>github.com/squeeze69/generacodicefiscale@v1.0.5;$WORK/b222=>" -p github.com/squeeze69/generacodicefiscale -lang=go1.15 -complete -installsuffix shared -buildid 9AVuLqDClWw9Sa-VSSAP/9AVuLqDClWw9Sa-VSSAP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b222/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:19:48.6011753Z [00:02:41.940]➜  cd $WORK/b159
2025-08-20T21:19:48.6014447Z [00:02:41.940]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b159=/tmp/go-build -gno-record-gcc-switches -I $WORK/b159/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b159/_cgo_main.o -c _cgo_main.c
2025-08-20T21:19:48.6473629Z [00:02:41.986]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:48.6476413Z [00:02:41.986]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b159=/tmp/go-build -gno-record-gcc-switches -o $WORK/b159/_cgo_.o $WORK/b159/_cgo_main.o $WORK/b159/preferlinkext $WORK/b159/_x001.o $WORK/b159/_x002.o $WORK/b159/_x003.o $WORK/b159/_x004.o $WORK/b159/_x005.o $WORK/b159/_x006.o -O2 -g -lresolv
2025-08-20T21:19:48.7390259Z [00:02:42.078]➜  go tool buildid -w $WORK/b200/_pkg_.a # internal
2025-08-20T21:19:48.7432746Z [00:02:42.082]➜  gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b159=/tmp/go-build -gno-record-gcc-switches -o $WORK/b159/_cgo_.o $WORK/b159/_cgo_main.o $WORK/b159/preferlinkext $WORK/b159/_x001.o $WORK/b159/_x002.o $WORK/b159/_x003.o $WORK/b159/_x004.o $WORK/b159/_x005.o $WORK/b159/_x006.o -O2 -g -lresolv # test for internal linking errors (succeeded)
2025-08-20T21:19:48.7444528Z [00:02:42.084]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage net -dynimport $WORK/b159/_cgo_.o -dynout $WORK/b159/_cgo_import.go
2025-08-20T21:19:48.7475364Z [00:02:42.086]➜  cat >/tmp/go-build3619502580/b159/importcfg << 'EOF' # internal
2025-08-20T21:19:48.7476445Z [00:02:42.087]➜  # import config
2025-08-20T21:19:48.7477520Z [00:02:42.087]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T21:19:48.7479094Z [00:02:42.087]➜  packagefile cmp=/tmp/go-build3619502580/b051/_pkg_.a
2025-08-20T21:19:48.7480480Z [00:02:42.087]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:48.7481888Z [00:02:42.087]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:48.7483403Z [00:02:42.087]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build3619502580/b160/_pkg_.a
2025-08-20T21:19:48.7494742Z [00:02:42.087]➜  packagefile internal/bytealg=/tmp/go-build3619502580/b011/_pkg_.a
2025-08-20T21:19:48.7500035Z [00:02:42.087]➜  packagefile internal/godebug=/tmp/go-build3619502580/b045/_pkg_.a
2025-08-20T21:19:48.7500988Z [00:02:42.087]➜  packagefile internal/itoa=/tmp/go-build3619502580/b048/_pkg_.a
2025-08-20T21:19:48.7509847Z [00:02:42.087]➜  packagefile internal/nettrace=/tmp/go-build3619502580/b161/_pkg_.a
2025-08-20T21:19:48.7510809Z [00:02:42.087]➜  packagefile internal/poll=/tmp/go-build3619502580/b065/_pkg_.a
2025-08-20T21:19:48.7542261Z [00:02:42.087]➜  packagefile internal/singleflight=/tmp/go-build3619502580/b162/_pkg_.a
2025-08-20T21:19:48.7543330Z [00:02:42.087]➜  packagefile internal/stringslite=/tmp/go-build3619502580/b032/_pkg_.a
2025-08-20T21:19:48.7544348Z [00:02:42.087]➜  packagefile internal/syscall/unix=/tmp/go-build3619502580/b066/_pkg_.a
2025-08-20T21:19:48.7545235Z [00:02:42.087]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:48.7546006Z [00:02:42.087]➜  packagefile io/fs=/tmp/go-build3619502580/b053/_pkg_.a
2025-08-20T21:19:48.7546817Z [00:02:42.087]➜  packagefile net/netip=/tmp/go-build3619502580/b163/_pkg_.a
2025-08-20T21:19:48.7547628Z [00:02:42.087]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:48.7548411Z [00:02:42.087]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:48.7549245Z [00:02:42.087]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:48.7550322Z [00:02:42.087]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:48.7551139Z [00:02:42.087]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:48.7552147Z [00:02:42.087]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:19:48.7552931Z [00:02:42.087]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:48.7553748Z [00:02:42.087]➜  packagefile runtime/cgo=/tmp/go-build3619502580/b165/_pkg_.a
2025-08-20T21:19:48.7554373Z [00:02:42.087]➜  EOF
2025-08-20T21:19:48.7571138Z [00:02:42.088]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b159/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b159=>" -p net -lang=go1.25 -std -installsuffix shared -buildid sZ2VO8qLHWvO7b3fWvkM/sZ2VO8qLHWvO7b3fWvkM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b159/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/b159/_cgo_gotypes.go $WORK/b159/cgo_linux.cgo1.go $WORK/b159/cgo_resnew.cgo1.go $WORK/b159/cgo_socknew.cgo1.go $WORK/b159/cgo_unix_cgo.cgo1.go $WORK/b159/cgo_unix_cgo_res.cgo1.go $WORK/b159/_cgo_import.go
2025-08-20T21:19:48.7586180Z [00:02:42.088]➜  cp $WORK/b200/_pkg_.a /root/.cache/go-build/72/72e79a8efade5bb35d634643049208c52e05590636b2abe71bf6a74d5e4146fa-d # internal
2025-08-20T21:19:48.7587283Z [00:02:42.088]➜  github.com/gorilla/securecookie
2025-08-20T21:19:48.7587838Z [00:02:42.088]➜  mkdir -p $WORK/b202/
2025-08-20T21:19:48.7588531Z [00:02:42.089]➜  cat >/tmp/go-build3619502580/b202/importcfg << 'EOF' # internal
2025-08-20T21:19:48.7589216Z [00:02:42.089]➜  # import config
2025-08-20T21:19:48.7589846Z [00:02:42.089]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:48.7590678Z [00:02:42.089]➜  packagefile crypto/aes=/tmp/go-build3619502580/b110/_pkg_.a
2025-08-20T21:19:48.7591720Z [00:02:42.089]➜  packagefile crypto/cipher=/tmp/go-build3619502580/b084/_pkg_.a
2025-08-20T21:19:48.7592622Z [00:02:42.089]➜  packagefile crypto/hmac=/tmp/go-build3619502580/b135/_pkg_.a
2025-08-20T21:19:48.7593482Z [00:02:42.089]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:19:48.7594589Z [00:02:42.089]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:19:48.7595458Z [00:02:42.089]➜  packagefile crypto/subtle=/tmp/go-build3619502580/b105/_pkg_.a
2025-08-20T21:19:48.7596351Z [00:02:42.089]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:19:48.7597247Z [00:02:42.089]➜  packagefile encoding/gob=/tmp/go-build3619502580/b200/_pkg_.a
2025-08-20T21:19:48.7598122Z [00:02:42.089]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:48.7598942Z [00:02:42.089]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:48.7599710Z [00:02:42.089]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:19:48.7600479Z [00:02:42.089]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:48.7601447Z [00:02:42.089]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:48.7602268Z [00:02:42.089]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:48.7603074Z [00:02:42.089]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:48.7603651Z [00:02:42.089]➜  EOF
2025-08-20T21:19:48.7607646Z [00:02:42.089]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b202/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gorilla/securecookie@v1.1.2=>github.com/gorilla/securecookie@v1.1.2;$WORK/b202=>" -p github.com/gorilla/securecookie -lang=go1.20 -complete -installsuffix shared -buildid f3ZIWMGrEsWDXKA8JOhJ/f3ZIWMGrEsWDXKA8JOhJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b202/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:19:48.8239293Z [00:02:42.163]➜  go tool buildid -w $WORK/b202/_pkg_.a # internal
2025-08-20T21:19:48.8240759Z [00:02:42.163]➜  cp $WORK/b202/_pkg_.a /root/.cache/go-build/f3/f3638141130ed6b76fab43b2b9edb34bc4c18c2cc49e22d6abca6b43402cf6a2-d # internal
2025-08-20T21:19:48.8242071Z [00:02:42.163]➜  golang.org/x/text/internal/tag
2025-08-20T21:19:48.8242670Z [00:02:42.163]➜  mkdir -p $WORK/b228/
2025-08-20T21:19:48.8243400Z [00:02:42.163]➜  cat >/tmp/go-build3619502580/b228/importcfg << 'EOF' # internal
2025-08-20T21:19:48.8244084Z [00:02:42.163]➜  # import config
2025-08-20T21:19:48.8244727Z [00:02:42.163]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:19:48.8245483Z [00:02:42.163]➜  EOF
2025-08-20T21:19:48.8248874Z [00:02:42.163]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b228/_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/b228=>" -p golang.org/x/text/internal/tag -lang=go1.23 -complete -installsuffix shared -buildid HAcz-oEPOc8i0W2vvi0l/HAcz-oEPOc8i0W2vvi0l -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/tag/tag.go
2025-08-20T21:19:48.8389736Z [00:02:42.178]➜  go tool buildid -w $WORK/b228/_pkg_.a # internal
2025-08-20T21:19:48.8396218Z [00:02:42.179]➜  cp $WORK/b228/_pkg_.a /root/.cache/go-build/e4/e49c58c2aa29002b8a6f6314d27993286e0b2c8cf4bddb5e0313d52e285742f7-d # internal
2025-08-20T21:19:48.8400117Z [00:02:42.179]➜  golang.org/x/text/internal/language
2025-08-20T21:19:48.8402558Z [00:02:42.179]➜  mkdir -p $WORK/b227/
2025-08-20T21:19:48.8406012Z [00:02:42.180]➜  cat >/tmp/go-build3619502580/b227/importcfg << 'EOF' # internal
2025-08-20T21:19:48.8406956Z [00:02:42.180]➜  # import config
2025-08-20T21:19:48.8408830Z [00:02:42.180]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:48.8410606Z [00:02:42.180]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:48.8419627Z [00:02:42.180]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:48.8420601Z [00:02:42.180]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build3619502580/b228/_pkg_.a
2025-08-20T21:19:48.8421679Z [00:02:42.180]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:19:48.8422759Z [00:02:42.180]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:48.8423561Z [00:02:42.180]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:48.8424154Z [00:02:42.180]➜  EOF
2025-08-20T21:19:48.8432099Z [00:02:42.180]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b227/_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/b227=>" -p golang.org/x/text/internal/language -lang=go1.23 -complete -installsuffix shared -buildid gJ-4PW1iHF_VP5xAWirL/gJ-4PW1iHF_VP5xAWirL -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/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:19:49.1978184Z [00:02:42.537]➜  go tool buildid -w $WORK/b227/_pkg_.a # internal
2025-08-20T21:19:49.2067997Z [00:02:42.546]➜  cp $WORK/b227/_pkg_.a /root/.cache/go-build/c7/c77cca91058c376d455b32ad4598f3d54b65d633c7d82bb88d09f4e9eb10a086-d # internal
2025-08-20T21:19:49.2072330Z [00:02:42.547]➜  golang.org/x/text/internal/language/compact
2025-08-20T21:19:49.2104036Z [00:02:42.550]➜  mkdir -p $WORK/b229/
2025-08-20T21:19:49.2112318Z [00:02:42.550]➜  cat >/tmp/go-build3619502580/b229/importcfg << 'EOF' # internal
2025-08-20T21:19:49.2115968Z [00:02:42.551]➜  # import config
2025-08-20T21:19:49.2116914Z [00:02:42.551]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build3619502580/b227/_pkg_.a
2025-08-20T21:19:49.2117942Z [00:02:42.551]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:19:49.2118766Z [00:02:42.551]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:49.2119385Z [00:02:42.551]➜  EOF
2025-08-20T21:19:49.2125813Z [00:02:42.551]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b229/_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/b229=>" -p golang.org/x/text/internal/language/compact -lang=go1.23 -complete -installsuffix shared -buildid gyxuyoh7UQ2xnpyCRYp9/gyxuyoh7UQ2xnpyCRYp9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b229/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:19:49.2798505Z [00:02:42.619]➜  go tool buildid -w $WORK/b229/_pkg_.a # internal
2025-08-20T21:19:49.2812927Z [00:02:42.620]➜  cp $WORK/b229/_pkg_.a /root/.cache/go-build/3d/3d2b6acfd90caf928f3de786ba13dae1ce982d0fa2cb0a2609d6794e7d33391a-d # internal
2025-08-20T21:19:49.2816735Z [00:02:42.621]➜  golang.org/x/text/language
2025-08-20T21:19:49.2822411Z [00:02:42.621]➜  mkdir -p $WORK/b226/
2025-08-20T21:19:49.2825950Z [00:02:42.622]➜  cat >/tmp/go-build3619502580/b226/importcfg << 'EOF' # internal
2025-08-20T21:19:49.2827939Z [00:02:42.622]➜  # import config
2025-08-20T21:19:49.2828627Z [00:02:42.622]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:49.2829463Z [00:02:42.622]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:49.2830834Z [00:02:42.622]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build3619502580/b227/_pkg_.a
2025-08-20T21:19:49.2832257Z [00:02:42.622]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build3619502580/b229/_pkg_.a
2025-08-20T21:19:49.2833310Z [00:02:42.622]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:19:49.2834130Z [00:02:42.622]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:49.2834983Z [00:02:42.622]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:49.2835606Z [00:02:42.622]➜  EOF
2025-08-20T21:19:49.2841534Z [00:02:42.622]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b226/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/language=>golang.org/x/text@v0.24.0/language;$WORK/b226=>" -p golang.org/x/text/language -lang=go1.23 -complete -installsuffix shared -buildid LWd3k1usx7vCAn3SOtJk/LWd3k1usx7vCAn3SOtJk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b226/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:19:49.3455957Z [00:02:42.685]➜  go tool buildid -w $WORK/b222/_pkg_.a # internal
2025-08-20T21:19:49.3619215Z [00:02:42.701]➜  cp $WORK/b222/_pkg_.a /root/.cache/go-build/c5/c5087fdf87d6e839f10a7c814fc49089dcdc9fbd9804469fcfe4118d93fd685e-d # internal
2025-08-20T21:19:49.3625154Z [00:02:42.701]➜  golang.org/x/text/transform
2025-08-20T21:19:49.3626082Z [00:02:42.701]➜  mkdir -p $WORK/b230/
2025-08-20T21:19:49.3626860Z [00:02:42.701]➜  cat >/tmp/go-build3619502580/b230/importcfg << 'EOF' # internal
2025-08-20T21:19:49.3627564Z [00:02:42.701]➜  # import config
2025-08-20T21:19:49.3628251Z [00:02:42.701]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:49.3629066Z [00:02:42.701]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:49.3629840Z [00:02:42.701]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:49.3630698Z [00:02:42.701]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:49.3631570Z [00:02:42.701]➜  EOF
2025-08-20T21:19:49.3635036Z [00:02:42.701]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b230/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/transform=>golang.org/x/text@v0.24.0/transform;$WORK/b230=>" -p golang.org/x/text/transform -lang=go1.23 -complete -installsuffix shared -buildid LRkhAYj6PVw-ZOA_W21K/LRkhAYj6PVw-ZOA_W21K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b230/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/transform/transform.go
2025-08-20T21:19:49.3910700Z [00:02:42.730]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix
2025-08-20T21:19:49.3916289Z [00:02:42.731]➜  /root/.go/pkg/tool/linux_amd64/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/b220=>" -I $WORK/b220/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b220/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T21:19:49.3958273Z [00:02:42.735]➜  go tool pack r $WORK/b220/_pkg_.a $WORK/b220/asm_linux_amd64.o # internal
2025-08-20T21:19:49.3961135Z [00:02:42.735]➜  go tool buildid -w $WORK/b220/_pkg_.a # internal
2025-08-20T21:19:49.4102199Z [00:02:42.749]➜  cp $WORK/b220/_pkg_.a /root/.cache/go-build/75/75420b57fcc0f8b717c1ed9751124e2aaeeaed4d6c39e3edc3c72f0b3dc9c571-d # internal
2025-08-20T21:19:49.4113193Z [00:02:42.750]➜  github.com/mattn/go-isatty
2025-08-20T21:19:49.4113791Z [00:02:42.750]➜  mkdir -p $WORK/b219/
2025-08-20T21:19:49.4114543Z [00:02:42.750]➜  cat >/tmp/go-build3619502580/b219/importcfg << 'EOF' # internal
2025-08-20T21:19:49.4115504Z [00:02:42.750]➜  # import config
2025-08-20T21:19:49.4116267Z [00:02:42.750]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3619502580/b220/_pkg_.a
2025-08-20T21:19:49.4116976Z [00:02:42.750]➜  EOF
2025-08-20T21:19:49.4117449Z [00:02:42.750]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:49.4121552Z [00:02:42.750]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b219/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20=>github.com/mattn/go-isatty@v0.0.20;$WORK/b219=>" -p github.com/mattn/go-isatty -lang=go1.15 -complete -installsuffix shared -buildid b8qG28NRca2ltDESy7I9/b8qG28NRca2ltDESy7I9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b219/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:19:49.4475648Z [00:02:42.787]➜  go tool buildid -w $WORK/b219/_pkg_.a # internal
2025-08-20T21:19:49.4481101Z [00:02:42.787]➜  cp $WORK/b219/_pkg_.a /root/.cache/go-build/13/13009052c162371547ce47f300bb00095e3875cb490848a430b402141f708124-d # internal
2025-08-20T21:19:49.4482460Z [00:02:42.787]➜  github.com/mattn/go-colorable
2025-08-20T21:19:49.4484056Z [00:02:42.788]➜  mkdir -p $WORK/b218/
2025-08-20T21:19:49.4486197Z [00:02:42.788]➜  cat >/tmp/go-build3619502580/b218/importcfg << 'EOF' # internal
2025-08-20T21:19:49.4493009Z [00:02:42.788]➜  # import config
2025-08-20T21:19:49.4493711Z [00:02:42.788]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:49.4494710Z [00:02:42.788]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3619502580/b219/_pkg_.a
2025-08-20T21:19:49.4495651Z [00:02:42.788]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:49.4496704Z [00:02:42.788]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:49.4497364Z [00:02:42.788]➜  EOF
2025-08-20T21:19:49.4505981Z [00:02:42.788]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b218/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.14=>github.com/mattn/go-colorable@v0.1.14;$WORK/b218=>" -p github.com/mattn/go-colorable -lang=go1.18 -complete -installsuffix shared -buildid 4a1NRTnSpu-jHbPDR1wX/4a1NRTnSpu-jHbPDR1wX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b218/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:19:49.4606115Z [00:02:42.800]➜  go tool buildid -w $WORK/b230/_pkg_.a # internal
2025-08-20T21:19:49.4617251Z [00:02:42.801]➜  cp $WORK/b230/_pkg_.a /root/.cache/go-build/43/43aaeba45de0feca8a84d92fb25cbe734255a446e17cb720cb89849cf3499991-d # internal
2025-08-20T21:19:49.4624866Z [00:02:42.802]➜  golang.org/x/text/unicode/norm
2025-08-20T21:19:49.4627964Z [00:02:42.802]➜  mkdir -p $WORK/b231/
2025-08-20T21:19:49.4658603Z [00:02:42.805]➜  cat >/tmp/go-build3619502580/b231/importcfg << 'EOF' # internal
2025-08-20T21:19:49.4665942Z [00:02:42.805]➜  # import config
2025-08-20T21:19:49.4666734Z [00:02:42.805]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:19:49.4667655Z [00:02:42.805]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:49.4668670Z [00:02:42.805]➜  packagefile golang.org/x/text/transform=/tmp/go-build3619502580/b230/_pkg_.a
2025-08-20T21:19:49.4669653Z [00:02:42.805]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:49.4670495Z [00:02:42.805]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:49.4671553Z [00:02:42.805]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:49.4672256Z [00:02:42.805]➜  EOF
2025-08-20T21:19:49.4679673Z [00:02:42.805]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b231/_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/b231=>" -p golang.org/x/text/unicode/norm -lang=go1.23 -complete -installsuffix shared -buildid R0DqHNrX6cZGbGM_3F-D/R0DqHNrX6cZGbGM_3F-D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b231/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:19:49.4756653Z [00:02:42.815]➜  go tool buildid -w $WORK/b218/_pkg_.a # internal
2025-08-20T21:19:49.4766166Z [00:02:42.816]➜  cp $WORK/b218/_pkg_.a /root/.cache/go-build/76/76bd78176977561055d143a18adab8cba75a440e493d0eb3bc1d24accf2424c6-d # internal
2025-08-20T21:19:49.4769781Z [00:02:42.816]➜  text/template/parse
2025-08-20T21:19:49.4770347Z [00:02:42.816]➜  mkdir -p $WORK/b233/
2025-08-20T21:19:49.4776280Z [00:02:42.817]➜  cat >/tmp/go-build3619502580/b233/importcfg << 'EOF' # internal
2025-08-20T21:19:49.4779188Z [00:02:42.817]➜  # import config
2025-08-20T21:19:49.4780605Z [00:02:42.817]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:49.4781902Z [00:02:42.817]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:49.4783698Z [00:02:42.817]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:49.4784599Z [00:02:42.817]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:49.4785724Z [00:02:42.817]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:49.4786660Z [00:02:42.817]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:19:49.4787566Z [00:02:42.817]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:49.4788241Z [00:02:42.817]➜  EOF
2025-08-20T21:19:49.4792030Z [00:02:42.817]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b233/_pkg_.a -trimpath "/root/.go/src/text/template/parse=>text/template/parse;$WORK/b233=>" -p text/template/parse -lang=go1.25 -std -complete -installsuffix shared -buildid iLaawt6vnKFXhBlutn6m/iLaawt6vnKFXhBlutn6m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b233/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:19:49.5018071Z [00:02:42.841]➜  go tool buildid -w $WORK/b226/_pkg_.a # internal
2025-08-20T21:19:49.5084818Z [00:02:42.848]➜  cp $WORK/b226/_pkg_.a /root/.cache/go-build/93/938d776bb5b7cff5fc4f6ffc3cb44773080daee98719295b63ce92a467997a09-d # internal
2025-08-20T21:19:49.5091544Z [00:02:42.848]➜  golang.org/x/text/internal
2025-08-20T21:19:49.5092124Z [00:02:42.848]➜  mkdir -p $WORK/b225/
2025-08-20T21:19:49.5092848Z [00:02:42.848]➜  cat >/tmp/go-build3619502580/b225/importcfg << 'EOF' # internal
2025-08-20T21:19:49.5093537Z [00:02:42.848]➜  # import config
2025-08-20T21:19:49.5094332Z [00:02:42.848]➜  packagefile golang.org/x/text/language=/tmp/go-build3619502580/b226/_pkg_.a
2025-08-20T21:19:49.5095258Z [00:02:42.848]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:19:49.5095836Z [00:02:42.848]➜  EOF
2025-08-20T21:19:49.5099591Z [00:02:42.848]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b225/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/internal=>golang.org/x/text@v0.24.0/internal;$WORK/b225=>" -p golang.org/x/text/internal -lang=go1.23 -complete -installsuffix shared -buildid huzTbUyIDnUslOPY5d1f/huzTbUyIDnUslOPY5d1f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b225/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:19:49.5302654Z [00:02:42.869]➜  go tool buildid -w $WORK/b225/_pkg_.a # internal
2025-08-20T21:19:49.5312411Z [00:02:42.870]➜  cp $WORK/b225/_pkg_.a /root/.cache/go-build/cc/cc79e679f5f23de0c334900f8ef2695b89d04294c1730b40ad8c1741895b3408-d # internal
2025-08-20T21:19:49.5314456Z [00:02:42.871]➜  github.com/aws/aws-sdk-go-v2/internal/rand
2025-08-20T21:19:49.5315632Z [00:02:42.871]➜  mkdir -p $WORK/b237/
2025-08-20T21:19:49.5320343Z [00:02:42.871]➜  cat >/tmp/go-build3619502580/b237/importcfg << 'EOF' # internal
2025-08-20T21:19:49.5344041Z [00:02:42.871]➜  # import config
2025-08-20T21:19:49.5345748Z [00:02:42.871]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:19:49.5346638Z [00:02:42.871]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:49.5347426Z [00:02:42.871]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:49.5348270Z [00:02:42.871]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:19:49.5348925Z [00:02:42.871]➜  EOF
2025-08-20T21:19:49.5353170Z [00:02:42.874]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b237/_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/b237=>" -p github.com/aws/aws-sdk-go-v2/internal/rand -lang=go1.22 -complete -installsuffix shared -buildid JubLizuxx0WIZKHuNNBM/JubLizuxx0WIZKHuNNBM -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/rand/rand.go
2025-08-20T21:19:49.5587435Z [00:02:42.898]➜  go tool buildid -w $WORK/b237/_pkg_.a # internal
2025-08-20T21:19:49.5594159Z [00:02:42.899]➜  cp $WORK/b237/_pkg_.a /root/.cache/go-build/1b/1b757ef2410a14dff782feed125390345ffa9e6e26e79b1db03cff75bec73313-d # internal
2025-08-20T21:19:49.5601067Z [00:02:42.899]➜  github.com/aws/aws-sdk-go-v2/internal/sdk
2025-08-20T21:19:49.5606317Z [00:02:42.900]➜  mkdir -p $WORK/b238/
2025-08-20T21:19:49.5607076Z [00:02:42.900]➜  cat >/tmp/go-build3619502580/b238/importcfg << 'EOF' # internal
2025-08-20T21:19:49.5607767Z [00:02:42.900]➜  # import config
2025-08-20T21:19:49.5608439Z [00:02:42.900]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:49.5609266Z [00:02:42.900]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:49.5609869Z [00:02:42.900]➜  EOF
2025-08-20T21:19:49.5614152Z [00:02:42.900]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b238/_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/b238=>" -p github.com/aws/aws-sdk-go-v2/internal/sdk -lang=go1.22 -complete -installsuffix shared -buildid _1D7BC5cvelnlDB2ZIjc/_1D7BC5cvelnlDB2ZIjc -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/sdk/interfaces.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/sdk/time.go
2025-08-20T21:19:49.5895292Z [00:02:42.929]➜  go tool buildid -w $WORK/b238/_pkg_.a # internal
2025-08-20T21:19:49.5901940Z [00:02:42.929]➜  cp $WORK/b238/_pkg_.a /root/.cache/go-build/f3/f3c0582d82c1c81cc5d00943a6f3126ae9828833ad048b5a1194cc5a259e06fd-d # internal
2025-08-20T21:19:49.5903183Z [00:02:42.929]➜  github.com/aws/aws-sdk-go-v2/internal/sync/singleflight
2025-08-20T21:19:49.5903837Z [00:02:42.929]➜  mkdir -p $WORK/b239/
2025-08-20T21:19:49.5904529Z [00:02:42.929]➜  cat >/tmp/go-build3619502580/b239/importcfg << 'EOF' # internal
2025-08-20T21:19:49.5905184Z [00:02:42.929]➜  # import config
2025-08-20T21:19:49.5905829Z [00:02:42.929]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:49.5906628Z [00:02:42.929]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:49.5907453Z [00:02:42.929]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:49.5908296Z [00:02:42.929]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:49.5909189Z [00:02:42.929]➜  packagefile runtime/debug=/tmp/go-build3619502580/b197/_pkg_.a
2025-08-20T21:19:49.5910298Z [00:02:42.929]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:49.5910855Z [00:02:42.929]➜  EOF
2025-08-20T21:19:49.5915721Z [00:02:42.929]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b239/_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/b239=>" -p github.com/aws/aws-sdk-go-v2/internal/sync/singleflight -lang=go1.22 -complete -installsuffix shared -buildid hk-haYpzpBHFVGSjurbc/hk-haYpzpBHFVGSjurbc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b239/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:19:49.6341448Z [00:02:42.973]➜  go tool buildid -w $WORK/b239/_pkg_.a # internal
2025-08-20T21:19:49.6348644Z [00:02:42.974]➜  cp $WORK/b239/_pkg_.a /root/.cache/go-build/f7/f79e742ba9fd32bf9ec32e255d6c50ea8912e67d1b38633e8eb36457e4d241d4-d # internal
2025-08-20T21:19:49.6375054Z [00:02:42.977]➜  github.com/aws/smithy-go/context
2025-08-20T21:19:49.6378271Z [00:02:42.977]➜  mkdir -p $WORK/b241/
2025-08-20T21:19:49.6385631Z [00:02:42.978]➜  cat >/tmp/go-build3619502580/b241/importcfg << 'EOF' # internal
2025-08-20T21:19:49.6386682Z [00:02:42.978]➜  # import config
2025-08-20T21:19:49.6387677Z [00:02:42.978]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:49.6388355Z [00:02:42.978]➜  EOF
2025-08-20T21:19:49.6392477Z [00:02:42.978]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b241/_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/b241=>" -p github.com/aws/smithy-go/context -lang=go1.22 -complete -installsuffix shared -buildid w5MkWL3iPIf_0iksuLmu/w5MkWL3iPIf_0iksuLmu -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/context/suppress_expired.go
2025-08-20T21:19:49.6655111Z [00:02:43.005]➜  go tool buildid -w $WORK/b241/_pkg_.a # internal
2025-08-20T21:19:49.6663653Z [00:02:43.006]➜  cp $WORK/b241/_pkg_.a /root/.cache/go-build/4a/4a4e1aff33429b277474ed4fe748e143544d99e2cbd5b1fa89c43688287e84c1-d # internal
2025-08-20T21:19:49.6666409Z [00:02:43.006]➜  github.com/aws/smithy-go/internal/sync/singleflight
2025-08-20T21:19:49.6667102Z [00:02:43.006]➜  mkdir -p $WORK/b242/
2025-08-20T21:19:49.6671797Z [00:02:43.006]➜  cat >/tmp/go-build3619502580/b242/importcfg << 'EOF' # internal
2025-08-20T21:19:49.6682245Z [00:02:43.006]➜  # import config
2025-08-20T21:19:49.6682983Z [00:02:43.006]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:49.6683847Z [00:02:43.006]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:49.6684650Z [00:02:43.006]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:49.6685446Z [00:02:43.006]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:49.6686254Z [00:02:43.006]➜  packagefile runtime/debug=/tmp/go-build3619502580/b197/_pkg_.a
2025-08-20T21:19:49.6687019Z [00:02:43.006]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:49.6687551Z [00:02:43.006]➜  EOF
2025-08-20T21:19:49.6692208Z [00:02:43.008]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b242/_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/b242=>" -p github.com/aws/smithy-go/internal/sync/singleflight -lang=go1.22 -complete -installsuffix shared -buildid v23Q-3K-nAprRcKqVOWz/v23Q-3K-nAprRcKqVOWz -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/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:19:49.7235386Z [00:02:43.063]➜  go tool buildid -w $WORK/b242/_pkg_.a # internal
2025-08-20T21:19:49.7236839Z [00:02:43.063]➜  cp $WORK/b242/_pkg_.a /root/.cache/go-build/c0/c06a32d976f3b4958bc3035e6ba6ee119a7524ea249b129e28f03eac37ca835d-d # internal
2025-08-20T21:19:49.7237936Z [00:02:43.063]➜  github.com/aws/smithy-go/logging
2025-08-20T21:19:49.7238504Z [00:02:43.063]➜  mkdir -p $WORK/b244/
2025-08-20T21:19:49.7239196Z [00:02:43.063]➜  cat >/tmp/go-build3619502580/b244/importcfg << 'EOF' # internal
2025-08-20T21:19:49.7239832Z [00:02:43.063]➜  # import config
2025-08-20T21:19:49.7240443Z [00:02:43.063]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:49.7241504Z [00:02:43.063]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:49.7242319Z [00:02:43.063]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:19:49.7242898Z [00:02:43.063]➜  EOF
2025-08-20T21:19:49.7246337Z [00:02:43.063]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b244/_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/b244=>" -p github.com/aws/smithy-go/logging -lang=go1.22 -complete -installsuffix shared -buildid 6Yv3nodTuZukILATlsZz/6Yv3nodTuZukILATlsZz -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/logging/logger.go
2025-08-20T21:19:49.7838276Z [00:02:43.123]➜  go tool buildid -w $WORK/b244/_pkg_.a # internal
2025-08-20T21:19:49.7850314Z [00:02:43.124]➜  cp $WORK/b244/_pkg_.a /root/.cache/go-build/88/88b132afb687e43d0fcb7c8651b627a19ab526522b2c78061a00b9f20fadb4ac-d # internal
2025-08-20T21:19:49.7886397Z [00:02:43.128]➜  github.com/aws/smithy-go/middleware
2025-08-20T21:19:49.7888362Z [00:02:43.128]➜  mkdir -p $WORK/b243/
2025-08-20T21:19:49.7893154Z [00:02:43.129]➜  cat >/tmp/go-build3619502580/b243/importcfg << 'EOF' # internal
2025-08-20T21:19:49.7897009Z [00:02:43.129]➜  # import config
2025-08-20T21:19:49.7900144Z [00:02:43.129]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:49.7901032Z [00:02:43.129]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:49.7902314Z [00:02:43.129]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3619502580/b244/_pkg_.a
2025-08-20T21:19:49.7903318Z [00:02:43.129]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:49.7904145Z [00:02:43.129]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:49.7905003Z [00:02:43.129]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:49.7905634Z [00:02:43.129]➜  EOF
2025-08-20T21:19:49.7920486Z [00:02:43.130]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b243/_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/b243=>" -p github.com/aws/smithy-go/middleware -lang=go1.22 -complete -installsuffix shared -buildid 8Fn_cdyZNy0FoEbtlKyI/8Fn_cdyZNy0FoEbtlKyI -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/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:19:49.8567871Z [00:02:43.196]➜  go tool buildid -w $WORK/b233/_pkg_.a # internal
2025-08-20T21:19:49.8618214Z [00:02:43.201]➜  cp $WORK/b233/_pkg_.a /root/.cache/go-build/ae/ae9a0621f6fde77d467410d5f5eb272519921568672f4da4250ac6f9f4f196e5-d # internal
2025-08-20T21:19:49.8623773Z [00:02:43.201]➜  text/template
2025-08-20T21:19:49.8624310Z [00:02:43.202]➜  mkdir -p $WORK/b232/
2025-08-20T21:19:49.8628883Z [00:02:43.202]➜  cat >/tmp/go-build3619502580/b232/importcfg << 'EOF' # internal
2025-08-20T21:19:49.8639225Z [00:02:43.202]➜  # import config
2025-08-20T21:19:49.8639935Z [00:02:43.202]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:49.8640794Z [00:02:43.202]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:49.8641931Z [00:02:43.202]➜  packagefile internal/fmtsort=/tmp/go-build3619502580/b061/_pkg_.a
2025-08-20T21:19:49.8642840Z [00:02:43.202]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:49.8643680Z [00:02:43.202]➜  packagefile io/fs=/tmp/go-build3619502580/b053/_pkg_.a
2025-08-20T21:19:49.8644484Z [00:02:43.202]➜  packagefile maps=/tmp/go-build3619502580/b158/_pkg_.a
2025-08-20T21:19:49.8645315Z [00:02:43.202]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:19:49.8646122Z [00:02:43.202]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:49.8646910Z [00:02:43.202]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:19:49.8647789Z [00:02:43.202]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:19:49.8648669Z [00:02:43.202]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:49.8649790Z [00:02:43.202]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:49.8650663Z [00:02:43.202]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:49.8652351Z [00:02:43.202]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:49.8653345Z [00:02:43.202]➜  packagefile text/template/parse=/tmp/go-build3619502580/b233/_pkg_.a
2025-08-20T21:19:49.8654289Z [00:02:43.202]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:19:49.8655181Z [00:02:43.202]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:49.8655839Z [00:02:43.202]➜  EOF
2025-08-20T21:19:49.8660232Z [00:02:43.202]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b232/_pkg_.a -trimpath "/root/.go/src/text/template=>text/template;$WORK/b232=>" -p text/template -lang=go1.25 -std -complete -installsuffix shared -buildid ypanQPsal6bRcI3odVa5/ypanQPsal6bRcI3odVa5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b232/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:19:50.0297726Z [00:02:43.369]➜  go tool buildid -w $WORK/b243/_pkg_.a # internal
2025-08-20T21:19:50.0354587Z [00:02:43.374]➜  cp $WORK/b243/_pkg_.a /root/.cache/go-build/5e/5eb4794d6644da446b4c54d911f50f3a029ac3ba4e3e6901d37a106788985255-d # internal
2025-08-20T21:19:50.0368754Z [00:02:43.376]➜  github.com/aws/smithy-go
2025-08-20T21:19:50.0371497Z [00:02:43.376]➜  mkdir -p $WORK/b246/
2025-08-20T21:19:50.0375990Z [00:02:43.377]➜  cat >/tmp/go-build3619502580/b246/importcfg << 'EOF' # internal
2025-08-20T21:19:50.0383607Z [00:02:43.377]➜  # import config
2025-08-20T21:19:50.0384306Z [00:02:43.377]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:50.0385122Z [00:02:43.377]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:50.0385978Z [00:02:43.377]➜  packagefile maps=/tmp/go-build3619502580/b158/_pkg_.a
2025-08-20T21:19:50.0386826Z [00:02:43.377]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:50.0387474Z [00:02:43.377]➜  EOF
2025-08-20T21:19:50.0420825Z [00:02:43.381]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b246/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3=>github.com/aws/smithy-go@v1.22.3;$WORK/b246=>" -p github.com/aws/smithy-go -lang=go1.22 -complete -installsuffix shared -buildid kDDwXLud-fFROl0Wa6fQ/kDDwXLud-fFROl0Wa6fQ -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/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:19:50.0887598Z [00:02:43.428]➜  go tool buildid -w $WORK/b231/_pkg_.a # internal
2025-08-20T21:19:50.0918364Z [00:02:43.431]➜  cp $WORK/b231/_pkg_.a /root/.cache/go-build/bd/bd5e4526f0387b908df20af6c75a3363456578a142d4f4817638039a72cf8bba-d # internal
2025-08-20T21:19:50.0929036Z [00:02:43.431]➜  golang.org/x/text/cases
2025-08-20T21:19:50.0929615Z [00:02:43.431]➜  mkdir -p $WORK/b224/
2025-08-20T21:19:50.0930341Z [00:02:43.432]➜  cat >/tmp/go-build3619502580/b224/importcfg << 'EOF' # internal
2025-08-20T21:19:50.0931030Z [00:02:43.432]➜  # import config
2025-08-20T21:19:50.0932048Z [00:02:43.432]➜  packagefile golang.org/x/text/internal=/tmp/go-build3619502580/b225/_pkg_.a
2025-08-20T21:19:50.0933100Z [00:02:43.432]➜  packagefile golang.org/x/text/language=/tmp/go-build3619502580/b226/_pkg_.a
2025-08-20T21:19:50.0934194Z [00:02:43.432]➜  packagefile golang.org/x/text/transform=/tmp/go-build3619502580/b230/_pkg_.a
2025-08-20T21:19:50.0935611Z [00:02:43.432]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3619502580/b231/_pkg_.a
2025-08-20T21:19:50.0936641Z [00:02:43.432]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:50.0937474Z [00:02:43.432]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:19:50.0938448Z [00:02:43.432]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:50.0939090Z [00:02:43.432]➜  EOF
2025-08-20T21:19:50.0945054Z [00:02:43.432]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b224/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/cases=>golang.org/x/text@v0.24.0/cases;$WORK/b224=>" -p golang.org/x/text/cases -lang=go1.23 -complete -installsuffix shared -buildid IbO5SabaKoZhBEHjOikd/IbO5SabaKoZhBEHjOikd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b224/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:19:50.1456115Z [00:02:43.485]➜  go tool buildid -w $WORK/b246/_pkg_.a # internal
2025-08-20T21:19:50.1471780Z [00:02:43.486]➜  cp $WORK/b246/_pkg_.a /root/.cache/go-build/18/189b8f67f4fd1b973c723cc5239b7b23f8484ecd04bbc21882c39184791d83be-d # internal
2025-08-20T21:19:50.1474125Z [00:02:43.487]➜  github.com/aws/smithy-go/auth
2025-08-20T21:19:50.1475157Z [00:02:43.487]➜  mkdir -p $WORK/b247/
2025-08-20T21:19:50.1480530Z [00:02:43.487]➜  cat >/tmp/go-build3619502580/b247/importcfg << 'EOF' # internal
2025-08-20T21:19:50.1481375Z [00:02:43.487]➜  # import config
2025-08-20T21:19:50.1482069Z [00:02:43.487]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:50.1483070Z [00:02:43.487]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:19:50.1483989Z [00:02:43.487]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:50.1484578Z [00:02:43.487]➜  EOF
2025-08-20T21:19:50.1510502Z [00:02:43.490]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b247/_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/b247=>" -p github.com/aws/smithy-go/auth -lang=go1.22 -complete -installsuffix shared -buildid E8XVvtTuXeyveYGtXmrw/E8XVvtTuXeyveYGtXmrw -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/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:19:50.1837299Z [00:02:43.523]➜  go tool buildid -w $WORK/b247/_pkg_.a # internal
2025-08-20T21:19:50.1846617Z [00:02:43.524]➜  cp $WORK/b247/_pkg_.a /root/.cache/go-build/8f/8f629cb05596e4bfc941105000c0241931fd77677036a7c585136c4f47aa0d5f-d # internal
2025-08-20T21:19:50.1853907Z [00:02:43.524]➜  github.com/aws/smithy-go/metrics
2025-08-20T21:19:50.1874065Z [00:02:43.527]➜  mkdir -p $WORK/b248/
2025-08-20T21:19:50.1920550Z [00:02:43.530]➜  cat >/tmp/go-build3619502580/b248/importcfg << 'EOF' # internal
2025-08-20T21:19:50.1928138Z [00:02:43.530]➜  # import config
2025-08-20T21:19:50.1932809Z [00:02:43.530]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:50.1942214Z [00:02:43.531]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:19:50.1946710Z [00:02:43.531]➜  EOF
2025-08-20T21:19:50.1954821Z [00:02:43.531]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b248/_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/b248=>" -p github.com/aws/smithy-go/metrics -lang=go1.22 -complete -installsuffix shared -buildid eAWXKu3iMinkm_wMkY8O/eAWXKu3iMinkm_wMkY8O -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/metrics/metrics.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/metrics/nop.go
2025-08-20T21:19:50.2362834Z [00:02:43.575]➜  go tool buildid -w $WORK/b248/_pkg_.a # internal
2025-08-20T21:19:50.2380721Z [00:02:43.577]➜  cp $WORK/b248/_pkg_.a /root/.cache/go-build/b7/b7251f05b6ce6d960f789b233bfdd8807798a04cc35c9d3d5a1a0fda7167cee1-d # internal
2025-08-20T21:19:50.2404470Z [00:02:43.578]➜  github.com/aws/smithy-go/time
2025-08-20T21:19:50.2405101Z [00:02:43.578]➜  mkdir -p $WORK/b249/
2025-08-20T21:19:50.2405866Z [00:02:43.578]➜  cat >/tmp/go-build3619502580/b249/importcfg << 'EOF' # internal
2025-08-20T21:19:50.2406606Z [00:02:43.578]➜  # import config
2025-08-20T21:19:50.2407286Z [00:02:43.578]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:50.2408198Z [00:02:43.578]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:50.2409096Z [00:02:43.578]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:19:50.2409937Z [00:02:43.578]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:50.2410798Z [00:02:43.578]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:50.2414423Z [00:02:43.578]➜  EOF
2025-08-20T21:19:50.2417884Z [00:02:43.578]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b249/_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/b249=>" -p github.com/aws/smithy-go/time -lang=go1.22 -complete -installsuffix shared -buildid 3UtKSTrrWp-oICLJwM3T/3UtKSTrrWp-oICLJwM3T -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/time/time.go
2025-08-20T21:19:50.2685598Z [00:02:43.607]➜  go tool buildid -w $WORK/b249/_pkg_.a # internal
2025-08-20T21:19:50.2693752Z [00:02:43.608]➜  cp $WORK/b249/_pkg_.a /root/.cache/go-build/ea/ea89ac49e50d0c8db86c75a90992185edfd4fc70058395fb92e340eaf1c4dd02-d # internal
2025-08-20T21:19:50.2697010Z [00:02:43.609]➜  github.com/aws/smithy-go/tracing
2025-08-20T21:19:50.2698448Z [00:02:43.609]➜  mkdir -p $WORK/b250/
2025-08-20T21:19:50.2702045Z [00:02:43.609]➜  cat >/tmp/go-build3619502580/b250/importcfg << 'EOF' # internal
2025-08-20T21:19:50.2705375Z [00:02:43.609]➜  # import config
2025-08-20T21:19:50.2706892Z [00:02:43.609]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:50.2711417Z [00:02:43.609]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:19:50.2712181Z [00:02:43.609]➜  EOF
2025-08-20T21:19:50.2716606Z [00:02:43.610]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b250/_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/b250=>" -p github.com/aws/smithy-go/tracing -lang=go1.22 -complete -installsuffix shared -buildid Mj-E1fy3c4Bh1dEBnzgg/Mj-E1fy3c4Bh1dEBnzgg -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/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:19:50.3088862Z [00:02:43.648]➜  go tool buildid -w $WORK/b250/_pkg_.a # internal
2025-08-20T21:19:50.3099952Z [00:02:43.649]➜  cp $WORK/b250/_pkg_.a /root/.cache/go-build/97/97f269b231f9f7f1e22c2837839a80f78deb9c45297498633cb1298ed2263d67-d # internal
2025-08-20T21:19:50.3115130Z [00:02:43.650]➜  github.com/aws/smithy-go/transport/http/internal/io
2025-08-20T21:19:50.3115829Z [00:02:43.650]➜  mkdir -p $WORK/b251/
2025-08-20T21:19:50.3116536Z [00:02:43.650]➜  cat >/tmp/go-build3619502580/b251/importcfg << 'EOF' # internal
2025-08-20T21:19:50.3117192Z [00:02:43.650]➜  # import config
2025-08-20T21:19:50.3118103Z [00:02:43.650]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:50.3118925Z [00:02:43.650]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:50.3119529Z [00:02:43.650]➜  EOF
2025-08-20T21:19:50.3123810Z [00:02:43.650]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b251/_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/b251=>" -p github.com/aws/smithy-go/transport/http/internal/io -lang=go1.22 -complete -installsuffix shared -buildid _-UQVgrmJizbvgKW88xy/_-UQVgrmJizbvgKW88xy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b251/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/transport/http/internal/io/safe.go
2025-08-20T21:19:50.3317880Z [00:02:43.671]➜  go tool buildid -w $WORK/b224/_pkg_.a # internal
2025-08-20T21:19:50.3333468Z [00:02:43.673]➜  go tool buildid -w $WORK/b251/_pkg_.a # internal
2025-08-20T21:19:50.3343085Z [00:02:43.673]➜  cp $WORK/b251/_pkg_.a /root/.cache/go-build/ae/ae5a1c0803abf5318c480e7c11605d7fcede056798065f5af5e8902303d489b9-d # internal
2025-08-20T21:19:50.3345505Z [00:02:43.674]➜  github.com/aws/smithy-go/ptr
2025-08-20T21:19:50.3347472Z [00:02:43.674]➜  mkdir -p $WORK/b253/
2025-08-20T21:19:50.3352948Z [00:02:43.674]➜  cat >/tmp/go-build3619502580/b253/importcfg << 'EOF' # internal
2025-08-20T21:19:50.3353938Z [00:02:43.674]➜  # import config
2025-08-20T21:19:50.3356657Z [00:02:43.675]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:50.3357542Z [00:02:43.675]➜  EOF
2025-08-20T21:19:50.3363269Z [00:02:43.675]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b253/_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/b253=>" -p github.com/aws/smithy-go/ptr -lang=go1.22 -complete -installsuffix shared -buildid QUM8S6k-im264GMJSfhS/QUM8S6k-im264GMJSfhS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b253/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:19:50.3376905Z [00:02:43.676]➜  cp $WORK/b224/_pkg_.a /root/.cache/go-build/be/be7158c164fdbcf18119d666db00de3392330c5471a915e6383a32ad51e5f5c8-d # internal
2025-08-20T21:19:50.3391733Z [00:02:43.677]➜  github.com/aws/smithy-go/rand
2025-08-20T21:19:50.3392252Z [00:02:43.677]➜  mkdir -p $WORK/b256/
2025-08-20T21:19:50.3392880Z [00:02:43.678]➜  cat >/tmp/go-build3619502580/b256/importcfg << 'EOF' # internal
2025-08-20T21:19:50.3393465Z [00:02:43.678]➜  # import config
2025-08-20T21:19:50.3394094Z [00:02:43.678]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:19:50.3394868Z [00:02:43.678]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:19:50.3395605Z [00:02:43.678]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:50.3396297Z [00:02:43.678]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:50.3397092Z [00:02:43.678]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:19:50.3397674Z [00:02:43.678]➜  EOF
2025-08-20T21:19:50.3401875Z [00:02:43.678]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b256/_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/b256=>" -p github.com/aws/smithy-go/rand -lang=go1.22 -complete -installsuffix shared -buildid g201FFYGxV7uMl-QuR-Q/g201FFYGxV7uMl-QuR-Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b256/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:19:50.3441629Z [00:02:43.683]➜  cd /root/.go/src/net
2025-08-20T21:19:50.3449307Z [00:02:43.683]➜  go tool pack r $WORK/b159/_pkg_.a $WORK/b159/preferlinkext $WORK/b159/_x001.o $WORK/b159/_x002.o $WORK/b159/_x003.o $WORK/b159/_x004.o $WORK/b159/_x005.o $WORK/b159/_x006.o # internal
2025-08-20T21:19:50.3450598Z [00:02:43.683]➜  go tool buildid -w $WORK/b159/_pkg_.a # internal
2025-08-20T21:19:50.3590170Z [00:02:43.698]➜  cp $WORK/b159/_pkg_.a /root/.cache/go-build/8a/8a1b79d20de3705b9bcf07d854e96e0a48799a6f30f7f5e5291d8ff9289469e2-d # internal
2025-08-20T21:19:50.3598345Z [00:02:43.698]➜  crypto/x509
2025-08-20T21:19:50.3598858Z [00:02:43.698]➜  mkdir -p $WORK/b153/
2025-08-20T21:19:50.3609166Z [00:02:43.700]➜  cat >/tmp/go-build3619502580/b153/importcfg << 'EOF' # internal
2025-08-20T21:19:50.3612372Z [00:02:43.700]➜  # import config
2025-08-20T21:19:50.3619262Z [00:02:43.700]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:19:50.3620574Z [00:02:43.700]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:19:50.3622095Z [00:02:43.700]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:50.3623071Z [00:02:43.700]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:19:50.3623861Z [00:02:43.700]➜  packagefile crypto/aes=/tmp/go-build3619502580/b110/_pkg_.a
2025-08-20T21:19:50.3624694Z [00:02:43.700]➜  packagefile crypto/cipher=/tmp/go-build3619502580/b084/_pkg_.a
2025-08-20T21:19:50.3625489Z [00:02:43.700]➜  packagefile crypto/des=/tmp/go-build3619502580/b111/_pkg_.a
2025-08-20T21:19:50.3626301Z [00:02:43.700]➜  packagefile crypto/dsa=/tmp/go-build3619502580/b154/_pkg_.a
2025-08-20T21:19:50.3627097Z [00:02:43.701]➜  packagefile crypto/ecdh=/tmp/go-build3619502580/b112/_pkg_.a
2025-08-20T21:19:50.3627892Z [00:02:43.701]➜  packagefile crypto/ecdsa=/tmp/go-build3619502580/b117/_pkg_.a
2025-08-20T21:19:50.3628689Z [00:02:43.701]➜  packagefile crypto/ed25519=/tmp/go-build3619502580/b130/_pkg_.a
2025-08-20T21:19:50.3629502Z [00:02:43.701]➜  packagefile crypto/elliptic=/tmp/go-build3619502580/b118/_pkg_.a
2025-08-20T21:19:50.3630322Z [00:02:43.701]➜  packagefile crypto/md5=/tmp/go-build3619502580/b145/_pkg_.a
2025-08-20T21:19:50.3631080Z [00:02:43.701]➜  packagefile crypto/rsa=/tmp/go-build3619502580/b147/_pkg_.a
2025-08-20T21:19:50.3632064Z [00:02:43.701]➜  packagefile crypto/sha1=/tmp/go-build3619502580/b149/_pkg_.a
2025-08-20T21:19:50.3633111Z [00:02:43.701]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:19:50.3633911Z [00:02:43.701]➜  packagefile crypto/sha512=/tmp/go-build3619502580/b126/_pkg_.a
2025-08-20T21:19:50.3634777Z [00:02:43.701]➜  packagefile crypto/x509/pkix=/tmp/go-build3619502580/b155/_pkg_.a
2025-08-20T21:19:50.3635629Z [00:02:43.701]➜  packagefile encoding/asn1=/tmp/go-build3619502580/b128/_pkg_.a
2025-08-20T21:19:50.3636514Z [00:02:43.701]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:19:50.3637360Z [00:02:43.701]➜  packagefile encoding/pem=/tmp/go-build3619502580/b157/_pkg_.a
2025-08-20T21:19:50.3638182Z [00:02:43.701]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:50.3638961Z [00:02:43.701]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:50.3639945Z [00:02:43.701]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3619502580/b127/_pkg_.a
2025-08-20T21:19:50.3641183Z [00:02:43.701]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3619502580/b129/_pkg_.a
2025-08-20T21:19:50.3644056Z [00:02:43.701]➜  packagefile internal/godebug=/tmp/go-build3619502580/b045/_pkg_.a
2025-08-20T21:19:50.3645008Z [00:02:43.701]➜  packagefile internal/goos=/tmp/go-build3619502580/b018/_pkg_.a
2025-08-20T21:19:50.3645824Z [00:02:43.701]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:50.3646597Z [00:02:43.701]➜  packagefile io/fs=/tmp/go-build3619502580/b053/_pkg_.a
2025-08-20T21:19:50.3647364Z [00:02:43.701]➜  packagefile iter=/tmp/go-build3619502580/b039/_pkg_.a
2025-08-20T21:19:50.3648127Z [00:02:43.701]➜  packagefile maps=/tmp/go-build3619502580/b158/_pkg_.a
2025-08-20T21:19:50.3649105Z [00:02:43.701]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:50.3649901Z [00:02:43.701]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:19:50.3650705Z [00:02:43.701]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:50.3651710Z [00:02:43.701]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:19:50.3652480Z [00:02:43.701]➜  packagefile net/netip=/tmp/go-build3619502580/b163/_pkg_.a
2025-08-20T21:19:50.3653261Z [00:02:43.701]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:19:50.3654034Z [00:02:43.701]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:50.3654877Z [00:02:43.701]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:19:50.3655729Z [00:02:43.701]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:50.3656524Z [00:02:43.701]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:50.3657365Z [00:02:43.701]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:50.3658167Z [00:02:43.701]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:50.3658926Z [00:02:43.701]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:50.3659707Z [00:02:43.701]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:50.3660463Z [00:02:43.701]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:19:50.3661396Z [00:02:43.701]➜  packagefile unicode/utf16=/tmp/go-build3619502580/b070/_pkg_.a
2025-08-20T21:19:50.3662242Z [00:02:43.701]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:50.3662814Z [00:02:43.701]➜  EOF
2025-08-20T21:19:50.3663236Z [00:02:43.701]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:50.3668300Z [00:02:43.701]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b153/_pkg_.a -trimpath "/root/.go/src/crypto/x509=>crypto/x509;$WORK/b153=>" -p crypto/x509 -lang=go1.25 -std -complete -installsuffix shared -buildid yA47Trd5aUa7X_dq2jXd/yA47Trd5aUa7X_dq2jXd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b153/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:19:50.3673184Z [00:02:43.701]➜  go tool buildid -w $WORK/b256/_pkg_.a # internal
2025-08-20T21:19:50.3674551Z [00:02:43.701]➜  cp $WORK/b256/_pkg_.a /root/.cache/go-build/c3/c3ece3d0a9c2a5751a6852b6d9edd39e8195b232cb2fdc6ed69bf2302d2e2dc0-d # internal
2025-08-20T21:19:50.3675647Z [00:02:43.701]➜  net/textproto
2025-08-20T21:19:50.3676128Z [00:02:43.701]➜  mkdir -p $WORK/b176/
2025-08-20T21:19:50.3676869Z [00:02:43.703]➜  cat >/tmp/go-build3619502580/b176/importcfg << 'EOF' # internal
2025-08-20T21:19:50.3677528Z [00:02:43.703]➜  # import config
2025-08-20T21:19:50.3678158Z [00:02:43.703]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:19:50.3678958Z [00:02:43.703]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:50.3679746Z [00:02:43.703]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:50.3680524Z [00:02:43.703]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:50.3681431Z [00:02:43.703]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:50.3682206Z [00:02:43.703]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:50.3683029Z [00:02:43.703]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:19:50.3683816Z [00:02:43.703]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:50.3684920Z [00:02:43.703]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:50.3685731Z [00:02:43.703]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:50.3686303Z [00:02:43.703]➜  EOF
2025-08-20T21:19:50.3690231Z [00:02:43.703]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b176/_pkg_.a -trimpath "/root/.go/src/net/textproto=>net/textproto;$WORK/b176=>" -p net/textproto -lang=go1.25 -std -complete -installsuffix shared -buildid KsXRVjL9b_u02Qxzn7v9/KsXRVjL9b_u02Qxzn7v9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b176/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:19:50.3694109Z [00:02:43.703]➜  go tool buildid -w $WORK/b232/_pkg_.a # internal
2025-08-20T21:19:50.3727073Z [00:02:43.712]➜  cp $WORK/b232/_pkg_.a /root/.cache/go-build/55/55a31bc16f925b41d7970c28df2bbf764af8a7cca35f85b99491921cdb741eb4-d # internal
2025-08-20T21:19:50.3739201Z [00:02:43.713]➜  vendor/golang.org/x/net/http/httpproxy
2025-08-20T21:19:50.3740063Z [00:02:43.713]➜  mkdir -p $WORK/b177/
2025-08-20T21:19:50.3742128Z [00:02:43.713]➜  cat >/tmp/go-build3619502580/b177/importcfg << 'EOF' # internal
2025-08-20T21:19:50.3742816Z [00:02:43.713]➜  # import config
2025-08-20T21:19:50.3743525Z [00:02:43.713]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:19:50.3744395Z [00:02:43.713]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:50.3745204Z [00:02:43.713]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:50.3746155Z [00:02:43.713]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3619502580/b169/_pkg_.a
2025-08-20T21:19:50.3747080Z [00:02:43.713]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:19:50.3747901Z [00:02:43.713]➜  packagefile net/netip=/tmp/go-build3619502580/b163/_pkg_.a
2025-08-20T21:19:50.3748744Z [00:02:43.713]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:19:50.3749552Z [00:02:43.713]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:50.3750344Z [00:02:43.713]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:50.3751676Z [00:02:43.713]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:50.3752344Z [00:02:43.713]➜  EOF
2025-08-20T21:19:50.3755887Z [00:02:43.713]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b177/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpproxy=>vendor/golang.org/x/net/http/httpproxy;$WORK/b177=>" -p vendor/golang.org/x/net/http/httpproxy -lang=go1.25 -std -complete -installsuffix shared -buildid m0zGz12n9Bvl7UHXCR9f/m0zGz12n9Bvl7UHXCR9f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b177/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpproxy/proxy.go
2025-08-20T21:19:50.4293457Z [00:02:43.766]➜  go tool buildid -w $WORK/b253/_pkg_.a # internal
2025-08-20T21:19:50.4299505Z [00:02:43.769]➜  cp $WORK/b253/_pkg_.a /root/.cache/go-build/78/78d8e2c7fbcb2d4b971672154bd74bf3afd2b424fa21c73696025535e74d56e5-d # internal
2025-08-20T21:19:50.4304164Z [00:02:43.769]➜  github.com/google/uuid
2025-08-20T21:19:50.4304768Z [00:02:43.769]➜  mkdir -p $WORK/b213/
2025-08-20T21:19:50.4312930Z [00:02:43.770]➜  cat >/tmp/go-build3619502580/b213/importcfg << 'EOF' # internal
2025-08-20T21:19:50.4321446Z [00:02:43.770]➜  # import config
2025-08-20T21:19:50.4322138Z [00:02:43.770]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:50.4322979Z [00:02:43.770]➜  packagefile crypto/md5=/tmp/go-build3619502580/b145/_pkg_.a
2025-08-20T21:19:50.4323847Z [00:02:43.770]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:19:50.4324718Z [00:02:43.770]➜  packagefile crypto/sha1=/tmp/go-build3619502580/b149/_pkg_.a
2025-08-20T21:19:50.4325613Z [00:02:43.770]➜  packagefile database/sql/driver=/tmp/go-build3619502580/b214/_pkg_.a
2025-08-20T21:19:50.4326785Z [00:02:43.771]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:19:50.4327720Z [00:02:43.771]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:19:50.4328585Z [00:02:43.771]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:50.4329421Z [00:02:43.771]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:50.4330170Z [00:02:43.771]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:50.4330909Z [00:02:43.771]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:19:50.4331942Z [00:02:43.771]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:50.4332646Z [00:02:43.771]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:19:50.4333329Z [00:02:43.771]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:50.4334052Z [00:02:43.771]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:50.4334823Z [00:02:43.771]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:50.4335555Z [00:02:43.771]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:50.4336111Z [00:02:43.771]➜  EOF
2025-08-20T21:19:50.4349457Z [00:02:43.773]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b213/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/uuid@v1.6.0=>github.com/google/uuid@v1.6.0;$WORK/b213=>" -p github.com/google/uuid -lang=go1.16 -complete -installsuffix shared -buildid Q4xPkNzGhjKhElPPO7ya/Q4xPkNzGhjKhElPPO7ya -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b213/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:19:50.4360209Z [00:02:43.775]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T21:19:50.4365055Z [00:02:43.775]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/02/0262fa5c00a98b30c3c2ee8bd179da32610b92b03b8d6a856c5577e864f46090-d # internal
2025-08-20T21:19:50.4368349Z [00:02:43.775]➜  vendor/golang.org/x/net/http/httpguts
2025-08-20T21:19:50.4369424Z [00:02:43.775]➜  mkdir -p $WORK/b168/
2025-08-20T21:19:50.4373975Z [00:02:43.776]➜  cat >/tmp/go-build3619502580/b168/importcfg << 'EOF' # internal
2025-08-20T21:19:50.4375083Z [00:02:43.776]➜  # import config
2025-08-20T21:19:50.4376000Z [00:02:43.776]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:19:50.4377232Z [00:02:43.776]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3619502580/b169/_pkg_.a
2025-08-20T21:19:50.4378437Z [00:02:43.776]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:19:50.4379548Z [00:02:43.776]➜  packagefile net/textproto=/tmp/go-build3619502580/b176/_pkg_.a
2025-08-20T21:19:50.4380708Z [00:02:43.776]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:50.4382719Z [00:02:43.776]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:50.4383391Z [00:02:43.776]➜  EOF
2025-08-20T21:19:50.4387274Z [00:02:43.776]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b168/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpguts=>vendor/golang.org/x/net/http/httpguts;$WORK/b168=>" -p vendor/golang.org/x/net/http/httpguts -lang=go1.25 -std -complete -installsuffix shared -buildid NSNT7FWw1LS7jOS-XJ5n/NSNT7FWw1LS7jOS-XJ5n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b168/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:19:50.4434779Z [00:02:43.783]➜  go tool buildid -w $WORK/b177/_pkg_.a # internal
2025-08-20T21:19:50.4445351Z [00:02:43.784]➜  cp $WORK/b177/_pkg_.a /root/.cache/go-build/bb/bb2cde565d5a843ffe07b295c623e15abbe18d0fa7a2b153256c33dea492dd9c-d # internal
2025-08-20T21:19:50.4450209Z [00:02:43.784]➜  mime/multipart
2025-08-20T21:19:50.4453239Z [00:02:43.784]➜  mkdir -p $WORK/b180/
2025-08-20T21:19:50.4455774Z [00:02:43.785]➜  cat >/tmp/go-build3619502580/b180/importcfg << 'EOF' # internal
2025-08-20T21:19:50.4458407Z [00:02:43.785]➜  # import config
2025-08-20T21:19:50.4459110Z [00:02:43.785]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:19:50.4459993Z [00:02:43.785]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:50.4460846Z [00:02:43.785]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:19:50.4461854Z [00:02:43.785]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:50.4462999Z [00:02:43.785]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:50.4463890Z [00:02:43.785]➜  packagefile internal/godebug=/tmp/go-build3619502580/b045/_pkg_.a
2025-08-20T21:19:50.4464792Z [00:02:43.785]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:50.4465586Z [00:02:43.785]➜  packagefile maps=/tmp/go-build3619502580/b158/_pkg_.a
2025-08-20T21:19:50.4466379Z [00:02:43.785]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:50.4467191Z [00:02:43.785]➜  packagefile mime=/tmp/go-build3619502580/b179/_pkg_.a
2025-08-20T21:19:50.4468106Z [00:02:43.785]➜  packagefile mime/quotedprintable=/tmp/go-build3619502580/b181/_pkg_.a
2025-08-20T21:19:50.4469129Z [00:02:43.785]➜  packagefile net/textproto=/tmp/go-build3619502580/b176/_pkg_.a
2025-08-20T21:19:50.4470006Z [00:02:43.785]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:50.4470857Z [00:02:43.785]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:19:50.4471943Z [00:02:43.785]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:50.4472772Z [00:02:43.785]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:50.4473640Z [00:02:43.785]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:50.4474270Z [00:02:43.785]➜  EOF
2025-08-20T21:19:50.4478339Z [00:02:43.785]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b180/_pkg_.a -trimpath "/root/.go/src/mime/multipart=>mime/multipart;$WORK/b180=>" -p mime/multipart -lang=go1.25 -std -complete -installsuffix shared -buildid rdBEtV92xch8WGncYCPO/rdBEtV92xch8WGncYCPO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b180/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:19:50.4648707Z [00:02:43.804]➜  go tool buildid -w $WORK/b168/_pkg_.a # internal
2025-08-20T21:19:50.4655860Z [00:02:43.805]➜  cp $WORK/b168/_pkg_.a /root/.cache/go-build/a2/a20420fa810b8838829fb8cfc80759e6d01574d498884ec52a7f09991130c40b-d # internal
2025-08-20T21:19:50.4660353Z [00:02:43.805]➜  github.com/rs/zerolog/internal/json
2025-08-20T21:19:50.4661024Z [00:02:43.805]➜  mkdir -p $WORK/b221/
2025-08-20T21:19:50.4666724Z [00:02:43.806]➜  cat >/tmp/go-build3619502580/b221/importcfg << 'EOF' # internal
2025-08-20T21:19:50.4682164Z [00:02:43.806]➜  # import config
2025-08-20T21:19:50.4682888Z [00:02:43.806]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:50.4683724Z [00:02:43.806]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:50.4684531Z [00:02:43.806]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:19:50.4685376Z [00:02:43.806]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:50.4686240Z [00:02:43.806]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:50.4690149Z [00:02:43.806]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:50.4691057Z [00:02:43.806]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:50.4691935Z [00:02:43.806]➜  EOF
2025-08-20T21:19:50.4697592Z [00:02:43.806]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b221/_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/b221=>" -p github.com/rs/zerolog/internal/json -lang=go1.15 -complete -installsuffix shared -buildid -8zCa5pBjwlmUTaX6bYr/-8zCa5pBjwlmUTaX6bYr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b221/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:19:50.5336401Z [00:02:43.873]➜  go tool buildid -w $WORK/b213/_pkg_.a # internal
2025-08-20T21:19:50.5352173Z [00:02:43.874]➜  cp $WORK/b213/_pkg_.a /root/.cache/go-build/e9/e997b39c019dd8042d11cfc0157ed659a21f6b0c26f2f544d677dbb7266438e8-d # internal
2025-08-20T21:19:50.5356653Z [00:02:43.874]➜  github.com/aws/aws-sdk-go-v2/aws/ratelimit
2025-08-20T21:19:50.5357311Z [00:02:43.875]➜  mkdir -p $WORK/b261/
2025-08-20T21:19:50.5362466Z [00:02:43.875]➜  cat >/tmp/go-build3619502580/b261/importcfg << 'EOF' # internal
2025-08-20T21:19:50.5363765Z [00:02:43.875]➜  # import config
2025-08-20T21:19:50.5364784Z [00:02:43.875]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:50.5365629Z [00:02:43.875]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:50.5366391Z [00:02:43.875]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:50.5366966Z [00:02:43.875]➜  EOF
2025-08-20T21:19:50.5372160Z [00:02:43.875]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b261/_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/b261=>" -p github.com/aws/aws-sdk-go-v2/aws/ratelimit -lang=go1.22 -complete -installsuffix shared -buildid PWCy0Yurx8ug1TlMn9L9/PWCy0Yurx8ug1TlMn9L9 -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/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:19:50.5645238Z [00:02:43.904]➜  go tool buildid -w $WORK/b261/_pkg_.a # internal
2025-08-20T21:19:50.5675193Z [00:02:43.907]➜  cp $WORK/b261/_pkg_.a /root/.cache/go-build/44/447e35b71a69316b7fca0b8c5d2d50ac54a016a7c8fc92ddf637a08fb8ec44b2-d # internal
2025-08-20T21:19:50.5677984Z [00:02:43.907]➜  github.com/aws/aws-sdk-go-v2/internal/context
2025-08-20T21:19:50.5678662Z [00:02:43.907]➜  mkdir -p $WORK/b262/
2025-08-20T21:19:50.5679419Z [00:02:43.907]➜  cat >/tmp/go-build3619502580/b262/importcfg << 'EOF' # internal
2025-08-20T21:19:50.5680128Z [00:02:43.907]➜  # import config
2025-08-20T21:19:50.5680811Z [00:02:43.907]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:50.5682113Z [00:02:43.907]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:19:50.5683122Z [00:02:43.907]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:50.5683819Z [00:02:43.907]➜  EOF
2025-08-20T21:19:50.5687827Z [00:02:43.907]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b262/_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/b262=>" -p github.com/aws/aws-sdk-go-v2/internal/context -lang=go1.22 -complete -installsuffix shared -buildid GhxzoBSKRys1ROSW4Z7l/GhxzoBSKRys1ROSW4Z7l -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/context/context.go
2025-08-20T21:19:50.5826560Z [00:02:43.921]➜  go tool buildid -w $WORK/b262/_pkg_.a # internal
2025-08-20T21:19:50.5831915Z [00:02:43.922]➜  cp $WORK/b262/_pkg_.a /root/.cache/go-build/fd/fd50ba7f9c2039c0284957c07ade45c9db8993094bde40009312989ab5ed7e87-d # internal
2025-08-20T21:19:50.5833192Z [00:02:43.922]➜  github.com/aws/aws-sdk-go-v2/internal/timeconv
2025-08-20T21:19:50.5834128Z [00:02:43.922]➜  mkdir -p $WORK/b263/
2025-08-20T21:19:50.5836845Z [00:02:43.923]➜  cat >/tmp/go-build3619502580/b263/importcfg << 'EOF' # internal
2025-08-20T21:19:50.5838281Z [00:02:43.923]➜  # import config
2025-08-20T21:19:50.5838958Z [00:02:43.923]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:50.5839557Z [00:02:43.923]➜  EOF
2025-08-20T21:19:50.5844914Z [00:02:43.923]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b263/_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/b263=>" -p github.com/aws/aws-sdk-go-v2/internal/timeconv -lang=go1.22 -complete -installsuffix shared -buildid abAUNwR4aU1uxPONYaSX/abAUNwR4aU1uxPONYaSX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b263/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/timeconv/duration.go
2025-08-20T21:19:50.5915934Z [00:02:43.931]➜  go tool buildid -w $WORK/b263/_pkg_.a # internal
2025-08-20T21:19:50.5921345Z [00:02:43.931]➜  cp $WORK/b263/_pkg_.a /root/.cache/go-build/43/432a5352486e9c9d304266e9f0c0645a36fd9c6fe4fc4070193a2b6811976116-d # internal
2025-08-20T21:19:50.5925881Z [00:02:43.931]➜  github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config
2025-08-20T21:19:50.5926687Z [00:02:43.932]➜  mkdir -p $WORK/b264/
2025-08-20T21:19:50.5929917Z [00:02:43.932]➜  cat >/tmp/go-build3619502580/b264/importcfg << 'EOF' # internal
2025-08-20T21:19:50.5931119Z [00:02:43.932]➜  # import config
2025-08-20T21:19:50.5931913Z [00:02:43.932]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:50.5932701Z [00:02:43.932]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:50.5933187Z [00:02:43.932]➜  EOF
2025-08-20T21:19:50.5937824Z [00:02:43.932]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b264/_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/b264=>" -p github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config -lang=go1.22 -complete -installsuffix shared -buildid VZIUqqNYnkkSmWRDu22T/VZIUqqNYnkkSmWRDu22T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b264/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:19:50.6157757Z [00:02:43.955]➜  go tool buildid -w $WORK/b264/_pkg_.a # internal
2025-08-20T21:19:50.6166538Z [00:02:43.956]➜  cp $WORK/b264/_pkg_.a /root/.cache/go-build/5b/5b919a811653ce6c81f4dbe4cacc4b4408a5d3b40755d869235c4b303d46786c-d # internal
2025-08-20T21:19:50.6167818Z [00:02:43.956]➜  github.com/aws/smithy-go/io
2025-08-20T21:19:50.6169174Z [00:02:43.956]➜  mkdir -p $WORK/b265/
2025-08-20T21:19:50.6187387Z [00:02:43.958]➜  cat >/tmp/go-build3619502580/b265/importcfg << 'EOF' # internal
2025-08-20T21:19:50.6188206Z [00:02:43.958]➜  # import config
2025-08-20T21:19:50.6188877Z [00:02:43.958]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:50.6189722Z [00:02:43.958]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:50.6190350Z [00:02:43.958]➜  EOF
2025-08-20T21:19:50.6197839Z [00:02:43.958]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b265/_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/b265=>" -p github.com/aws/smithy-go/io -lang=go1.22 -complete -installsuffix shared -buildid WNVKY3Z1gGOnB4oMEztL/WNVKY3Z1gGOnB4oMEztL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b265/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:19:50.6255490Z [00:02:43.965]➜  go tool buildid -w $WORK/b180/_pkg_.a # internal
2025-08-20T21:19:50.6280545Z [00:02:43.967]➜  cp $WORK/b180/_pkg_.a /root/.cache/go-build/76/76bc09fa9a3b200a661d025027a5336fd82abbe4d8749ea1964149cce424f59c-d # internal
2025-08-20T21:19:50.6307368Z [00:02:43.970]➜  os/exec
2025-08-20T21:19:50.6307891Z [00:02:43.970]➜  mkdir -p $WORK/b270/
2025-08-20T21:19:50.6308861Z [00:02:43.970]➜  cat >/tmp/go-build3619502580/b270/importcfg << 'EOF' # internal
2025-08-20T21:19:50.6309551Z [00:02:43.970]➜  # import config
2025-08-20T21:19:50.6310218Z [00:02:43.970]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:50.6311623Z [00:02:43.970]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:50.6312469Z [00:02:43.970]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:50.6313366Z [00:02:43.970]➜  packagefile internal/godebug=/tmp/go-build3619502580/b045/_pkg_.a
2025-08-20T21:19:50.6314356Z [00:02:43.970]➜  packagefile internal/syscall/execenv=/tmp/go-build3619502580/b067/_pkg_.a
2025-08-20T21:19:50.6315363Z [00:02:43.970]➜  packagefile internal/syscall/unix=/tmp/go-build3619502580/b066/_pkg_.a
2025-08-20T21:19:50.6316170Z [00:02:43.970]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:50.6316847Z [00:02:43.970]➜  packagefile io/fs=/tmp/go-build3619502580/b053/_pkg_.a
2025-08-20T21:19:50.6317537Z [00:02:43.970]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:50.6318257Z [00:02:43.970]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:19:50.6319027Z [00:02:43.970]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:50.6319752Z [00:02:43.970]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:50.6320451Z [00:02:43.970]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:50.6321447Z [00:02:43.970]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:19:50.6322296Z [00:02:43.970]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:50.6323021Z [00:02:43.970]➜  EOF
2025-08-20T21:19:50.6326200Z [00:02:43.970]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b270/_pkg_.a -trimpath "/root/.go/src/os/exec=>os/exec;$WORK/b270=>" -p os/exec -lang=go1.25 -std -complete -installsuffix shared -buildid KJw3gQLRo8k05qhHz5Ed/KJw3gQLRo8k05qhHz5Ed -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b270/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:19:50.6392325Z [00:02:43.978]➜  go tool buildid -w $WORK/b265/_pkg_.a # internal
2025-08-20T21:19:50.6402416Z [00:02:43.979]➜  cp $WORK/b265/_pkg_.a /root/.cache/go-build/a8/a8d17eb659d6fa4e787498d8d1770dc6b5c7c172ac451fc58233bc087b3e2e1d-d # internal
2025-08-20T21:19:50.6407579Z [00:02:43.980]➜  os/user
2025-08-20T21:19:50.6408301Z [00:02:43.980]➜  mkdir -p $WORK/b273/
2025-08-20T21:19:50.6412922Z [00:02:43.981]➜  echo -n > $WORK/b273/preferlinkext # internal
2025-08-20T21:19:50.6417885Z [00:02:43.981]➜  cd /root/.go/src/os/user
2025-08-20T21:19:50.6419921Z [00:02:43.981]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b273/ -importpath os/user "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b273/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_lookup_cgo.go ./getgrouplist_unix.go
2025-08-20T21:19:50.6422815Z [00:02:43.982]➜  go tool buildid -w $WORK/b221/_pkg_.a # internal
2025-08-20T21:19:50.6462317Z [00:02:43.985]➜  cp $WORK/b221/_pkg_.a /root/.cache/go-build/2c/2ce483839bbc9f5287040d92dce715eeea434e22ed172d8cce0c931948ab5533-d # internal
2025-08-20T21:19:50.6475212Z [00:02:43.987]➜  github.com/rs/zerolog
2025-08-20T21:19:50.6475808Z [00:02:43.987]➜  mkdir -p $WORK/b217/
2025-08-20T21:19:50.6485585Z [00:02:43.987]➜  cat >/tmp/go-build3619502580/b217/importcfg << 'EOF' # internal
2025-08-20T21:19:50.6486398Z [00:02:43.987]➜  # import config
2025-08-20T21:19:50.6487078Z [00:02:43.987]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:50.6487921Z [00:02:43.987]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:50.6488824Z [00:02:43.987]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:19:50.6489781Z [00:02:43.987]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:50.6490659Z [00:02:43.987]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:50.6491736Z [00:02:43.987]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:50.6493068Z [00:02:43.987]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build3619502580/b218/_pkg_.a
2025-08-20T21:19:50.6494260Z [00:02:43.987]➜  packagefile github.com/rs/zerolog/internal/json=/tmp/go-build3619502580/b221/_pkg_.a
2025-08-20T21:19:50.6495251Z [00:02:43.987]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:50.6496056Z [00:02:43.987]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:50.6496900Z [00:02:43.987]➜  packagefile math/rand=/tmp/go-build3619502580/b108/_pkg_.a
2025-08-20T21:19:50.6497728Z [00:02:43.987]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:19:50.6498505Z [00:02:43.987]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:50.6499310Z [00:02:43.987]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:19:50.6500171Z [00:02:43.987]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:19:50.6501040Z [00:02:43.987]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:50.6502053Z [00:02:43.987]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:19:50.6502827Z [00:02:43.987]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:50.6503635Z [00:02:43.987]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:50.6504413Z [00:02:43.987]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:50.6515082Z [00:02:43.987]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:50.6515928Z [00:02:43.988]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:50.6516549Z [00:02:43.988]➜  EOF
2025-08-20T21:19:50.6517033Z [00:02:43.988]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:50.6526024Z [00:02:43.991]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b217/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rs/zerolog@v1.34.0=>github.com/rs/zerolog@v1.34.0;$WORK/b217=>" -p github.com/rs/zerolog -lang=go1.15 -complete -installsuffix shared -buildid iT4TPRFdK9ttAbQ6gEGO/iT4TPRFdK9ttAbQ6gEGO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b217/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:19:50.7693478Z [00:02:44.108]➜  go tool buildid -w $WORK/b270/_pkg_.a # internal
2025-08-20T21:19:50.7723644Z [00:02:44.112]➜  cp $WORK/b270/_pkg_.a /root/.cache/go-build/4d/4d54bfca53e28401c25b13e4b002a130e4584fcf877ff2a7d6c9dcf7d72192c7-d # internal
2025-08-20T21:19:50.7733935Z [00:02:44.113]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/restjson
2025-08-20T21:19:50.7741378Z [00:02:44.113]➜  mkdir -p $WORK/b276/
2025-08-20T21:19:50.7752097Z [00:02:44.114]➜  cat >/tmp/go-build3619502580/b276/importcfg << 'EOF' # internal
2025-08-20T21:19:50.7756921Z [00:02:44.115]➜  # import config
2025-08-20T21:19:50.7762457Z [00:02:44.115]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:50.7765777Z [00:02:44.115]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:19:50.7767337Z [00:02:44.115]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:50.7768586Z [00:02:44.116]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:50.7770686Z [00:02:44.116]➜  EOF
2025-08-20T21:19:50.7784383Z [00:02:44.117]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b276/_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/b276=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/restjson -lang=go1.22 -complete -installsuffix shared -buildid 37-M32m8h3EC1IojelXr/37-M32m8h3EC1IojelXr -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/protocol/restjson/decoder_util.go
2025-08-20T21:19:50.8237884Z [00:02:44.163]➜  go tool buildid -w $WORK/b276/_pkg_.a # internal
2025-08-20T21:19:50.8253073Z [00:02:44.164]➜  cp $WORK/b276/_pkg_.a /root/.cache/go-build/39/39092b5468c5b17b035fc23906f42124a266f88bb0ce8ad2c20b1942263964a1-d # internal
2025-08-20T21:19:50.8270036Z [00:02:44.166]➜  github.com/aws/aws-sdk-go-v2/internal/strings
2025-08-20T21:19:50.8270716Z [00:02:44.166]➜  mkdir -p $WORK/b279/
2025-08-20T21:19:50.8278314Z [00:02:44.167]➜  cat >/tmp/go-build3619502580/b279/importcfg << 'EOF' # internal
2025-08-20T21:19:50.8279070Z [00:02:44.167]➜  # import config
2025-08-20T21:19:50.8279739Z [00:02:44.167]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:50.8280364Z [00:02:44.167]➜  EOF
2025-08-20T21:19:50.8291423Z [00:02:44.168]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b279/_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/b279=>" -p github.com/aws/aws-sdk-go-v2/internal/strings -lang=go1.22 -complete -installsuffix shared -buildid Tj-Iy4sEDOKyKSc41KHw/Tj-Iy4sEDOKyKSc41KHw -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/strings/strings.go
2025-08-20T21:19:50.8526309Z [00:02:44.191]➜  go tool buildid -w $WORK/b279/_pkg_.a # internal
2025-08-20T21:19:50.8532428Z [00:02:44.191]➜  cp $WORK/b279/_pkg_.a /root/.cache/go-build/35/3538b7bf8b3623317707f1d55694496f1ff7f7a966e2fbde808f5775a5f2a38d-d # internal
2025-08-20T21:19:50.8533776Z [00:02:44.192]➜  github.com/aws/aws-sdk-go-v2/internal/middleware
2025-08-20T21:19:50.8534417Z [00:02:44.192]➜  mkdir -p $WORK/b286/
2025-08-20T21:19:50.8535171Z [00:02:44.192]➜  cat >/tmp/go-build3619502580/b286/importcfg << 'EOF' # internal
2025-08-20T21:19:50.8535845Z [00:02:44.192]➜  # import config
2025-08-20T21:19:50.8536505Z [00:02:44.192]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:50.8537606Z [00:02:44.192]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3619502580/b262/_pkg_.a
2025-08-20T21:19:50.8538904Z [00:02:44.192]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:19:50.8539937Z [00:02:44.192]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:50.8540850Z [00:02:44.192]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:50.8541618Z [00:02:44.192]➜  EOF
2025-08-20T21:19:50.8559143Z [00:02:44.195]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b286/_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/b286=>" -p github.com/aws/aws-sdk-go-v2/internal/middleware -lang=go1.22 -complete -installsuffix shared -buildid qrxz9gm-9jBFacov_s_v/qrxz9gm-9jBFacov_s_v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b286/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/middleware/middleware.go
2025-08-20T21:19:50.8956067Z [00:02:44.235]➜  go tool buildid -w $WORK/b286/_pkg_.a # internal
2025-08-20T21:19:50.8971427Z [00:02:44.236]➜  cp $WORK/b286/_pkg_.a /root/.cache/go-build/b2/b28f746fb2cd052bd9d39d1e410486727450654c841e0945924ff9e8f13c35c3-d # internal
2025-08-20T21:19:50.8973005Z [00:02:44.236]➜  github.com/aws/smithy-go/document
2025-08-20T21:19:50.8973600Z [00:02:44.236]➜  mkdir -p $WORK/b290/
2025-08-20T21:19:50.8988714Z [00:02:44.238]➜  cat >/tmp/go-build3619502580/b290/importcfg << 'EOF' # internal
2025-08-20T21:19:50.8989441Z [00:02:44.238]➜  # import config
2025-08-20T21:19:50.8990080Z [00:02:44.238]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:50.8990892Z [00:02:44.238]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:19:50.8991874Z [00:02:44.238]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:50.8992673Z [00:02:44.238]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:50.8993276Z [00:02:44.238]➜  EOF
2025-08-20T21:19:50.8997738Z [00:02:44.238]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b290/_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/b290=>" -p github.com/aws/smithy-go/document -lang=go1.22 -complete -installsuffix shared -buildid Y29vlKSb1Hh1KebYpJfA/Y29vlKSb1Hh1KebYpJfA -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/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:19:50.9938000Z [00:02:44.333]➜  go tool buildid -w $WORK/b290/_pkg_.a # internal
2025-08-20T21:19:50.9952410Z [00:02:44.334]➜  cp $WORK/b290/_pkg_.a /root/.cache/go-build/4e/4e8081fad6b23b16303d2f466bce4ddf773c9ef650dc6a9cf9c181c9472ac948-d # internal
2025-08-20T21:19:50.9982470Z [00:02:44.335]➜  github.com/aws/aws-sdk-go-v2/service/sso/types
2025-08-20T21:19:50.9983429Z [00:02:44.335]➜  mkdir -p $WORK/b289/
2025-08-20T21:19:50.9984148Z [00:02:44.335]➜  cat >/tmp/go-build3619502580/b289/importcfg << 'EOF' # internal
2025-08-20T21:19:50.9984787Z [00:02:44.335]➜  # import config
2025-08-20T21:19:50.9985382Z [00:02:44.335]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:50.9986302Z [00:02:44.335]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:19:50.9987376Z [00:02:44.335]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3619502580/b290/_pkg_.a
2025-08-20T21:19:50.9988113Z [00:02:44.335]➜  EOF
2025-08-20T21:19:50.9992629Z [00:02:44.336]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b289/_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/b289=>" -p github.com/aws/aws-sdk-go-v2/service/sso/types -lang=go1.22 -complete -installsuffix shared -buildid ap_--RpzeLNSo2JfcVzb/ap_--RpzeLNSo2JfcVzb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b289/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:19:51.0437992Z [00:02:44.383]➜  go tool buildid -w $WORK/b289/_pkg_.a # internal
2025-08-20T21:19:51.0457582Z [00:02:44.385]➜  cp $WORK/b289/_pkg_.a /root/.cache/go-build/67/67651001e99a9d2ff2dcd54c8e763e98f0819b81c5e9cc1dd07fa92717c0e027-d # internal
2025-08-20T21:19:51.0461968Z [00:02:44.385]➜  github.com/aws/aws-sdk-go-v2/service/ssooidc/types
2025-08-20T21:19:51.0463835Z [00:02:44.386]➜  mkdir -p $WORK/b294/
2025-08-20T21:19:51.0473988Z [00:02:44.387]➜  cat >/tmp/go-build3619502580/b294/importcfg << 'EOF' # internal
2025-08-20T21:19:51.0474684Z [00:02:44.387]➜  # import config
2025-08-20T21:19:51.0475304Z [00:02:44.387]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:51.0476499Z [00:02:44.387]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:19:51.0477655Z [00:02:44.387]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3619502580/b290/_pkg_.a
2025-08-20T21:19:51.0478490Z [00:02:44.387]➜  EOF
2025-08-20T21:19:51.0484063Z [00:02:44.387]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b294/_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/b294=>" -p github.com/aws/aws-sdk-go-v2/service/ssooidc/types -lang=go1.22 -complete -installsuffix shared -buildid VGToqfCYBVv8bJIG_UKc/VGToqfCYBVv8bJIG_UKc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b294/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:19:51.1408987Z [00:02:44.480]➜  go tool buildid -w $WORK/b294/_pkg_.a # internal
2025-08-20T21:19:51.1444607Z [00:02:44.483]➜  cp $WORK/b294/_pkg_.a /root/.cache/go-build/29/2975453a9cc229131c11c17fc5b2c99b83f5b27e5c17f4314b11940f0d632c13-d # internal
2025-08-20T21:19:51.1448636Z [00:02:44.484]➜  github.com/aws/smithy-go/encoding
2025-08-20T21:19:51.1449237Z [00:02:44.484]➜  mkdir -p $WORK/b296/
2025-08-20T21:19:51.1461361Z [00:02:44.485]➜  cat >/tmp/go-build3619502580/b296/importcfg << 'EOF' # internal
2025-08-20T21:19:51.1462080Z [00:02:44.485]➜  # import config
2025-08-20T21:19:51.1462661Z [00:02:44.485]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:51.1463396Z [00:02:44.485]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:51.1464139Z [00:02:44.485]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:51.1464715Z [00:02:44.485]➜  EOF
2025-08-20T21:19:51.1468871Z [00:02:44.485]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b296/_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/b296=>" -p github.com/aws/smithy-go/encoding -lang=go1.22 -complete -installsuffix shared -buildid ZiOeByE91n3j_gq8h8Iy/ZiOeByE91n3j_gq8h8Iy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b296/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:19:51.1637216Z [00:02:44.503]➜  cd $WORK/b273
2025-08-20T21:19:51.1642602Z [00:02:44.503]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b273=/tmp/go-build -gno-record-gcc-switches -I $WORK/b273/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b273/_x001.o -c _cgo_export.c
2025-08-20T21:19:51.1907507Z [00:02:44.530]➜  go tool buildid -w $WORK/b296/_pkg_.a # internal
2025-08-20T21:19:51.1923036Z [00:02:44.530]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b273=/tmp/go-build -gno-record-gcc-switches -I $WORK/b273/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b273/_x002.o -c cgo_lookup_cgo.cgo2.c
2025-08-20T21:19:51.1926223Z [00:02:44.531]➜  cp $WORK/b296/_pkg_.a /root/.cache/go-build/42/42b6c56b42bfe0965113ce0c7494f4fa2a0ff6a9d3a647df626233ebc9070320-d # internal
2025-08-20T21:19:51.1927902Z [00:02:44.531]➜  github.com/aws/smithy-go/encoding/json
2025-08-20T21:19:51.1929697Z [00:02:44.532]➜  mkdir -p $WORK/b295/
2025-08-20T21:19:51.1942230Z [00:02:44.532]➜  cat >/tmp/go-build3619502580/b295/importcfg << 'EOF' # internal
2025-08-20T21:19:51.1944195Z [00:02:44.532]➜  # import config
2025-08-20T21:19:51.1947561Z [00:02:44.532]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:51.1948439Z [00:02:44.532]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:19:51.1949334Z [00:02:44.532]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:51.1950109Z [00:02:44.532]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:51.1951066Z [00:02:44.532]➜  packagefile github.com/aws/smithy-go/encoding=/tmp/go-build3619502580/b296/_pkg_.a
2025-08-20T21:19:51.1952463Z [00:02:44.532]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:51.1953247Z [00:02:44.532]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:19:51.1954070Z [00:02:44.532]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:51.1954911Z [00:02:44.532]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:51.1955534Z [00:02:44.532]➜  EOF
2025-08-20T21:19:51.1956000Z [00:02:44.532]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:51.1962590Z [00:02:44.532]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b295/_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/b295=>" -p github.com/aws/smithy-go/encoding/json -lang=go1.22 -complete -installsuffix shared -buildid DOdvvjfak8O5peC1DO3O/DOdvvjfak8O5peC1DO3O -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/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:19:51.2014761Z [00:02:44.541]➜  go tool buildid -w $WORK/b153/_pkg_.a # internal
2025-08-20T21:19:51.2094643Z [00:02:44.547]➜  cp $WORK/b153/_pkg_.a /root/.cache/go-build/40/40218c8a61339431b79c6dfa0ad70ff274d2e79e249986fa5b53096412f0d325-d # internal
2025-08-20T21:19:51.2128986Z [00:02:44.549]➜  crypto/tls
2025-08-20T21:19:51.2129539Z [00:02:44.549]➜  mkdir -p $WORK/b109/
2025-08-20T21:19:51.2130341Z [00:02:44.549]➜  cat >/tmp/go-build3619502580/b109/importcfg << 'EOF' # internal
2025-08-20T21:19:51.2131058Z [00:02:44.549]➜  # import config
2025-08-20T21:19:51.2132213Z [00:02:44.549]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:19:51.2133512Z [00:02:44.549]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:19:51.2134522Z [00:02:44.549]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:51.2135462Z [00:02:44.549]➜  packagefile container/list=/tmp/go-build3619502580/b080/_pkg_.a
2025-08-20T21:19:51.2136354Z [00:02:44.549]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:51.2137254Z [00:02:44.549]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:19:51.2138115Z [00:02:44.549]➜  packagefile crypto/aes=/tmp/go-build3619502580/b110/_pkg_.a
2025-08-20T21:19:51.2139029Z [00:02:44.549]➜  packagefile crypto/cipher=/tmp/go-build3619502580/b084/_pkg_.a
2025-08-20T21:19:51.2139949Z [00:02:44.549]➜  packagefile crypto/des=/tmp/go-build3619502580/b111/_pkg_.a
2025-08-20T21:19:51.2140838Z [00:02:44.549]➜  packagefile crypto/ecdh=/tmp/go-build3619502580/b112/_pkg_.a
2025-08-20T21:19:51.2142082Z [00:02:44.549]➜  packagefile crypto/ecdsa=/tmp/go-build3619502580/b117/_pkg_.a
2025-08-20T21:19:51.2143065Z [00:02:44.549]➜  packagefile crypto/ed25519=/tmp/go-build3619502580/b130/_pkg_.a
2025-08-20T21:19:51.2144020Z [00:02:44.549]➜  packagefile crypto/elliptic=/tmp/go-build3619502580/b118/_pkg_.a
2025-08-20T21:19:51.2144971Z [00:02:44.549]➜  packagefile crypto/hkdf=/tmp/go-build3619502580/b133/_pkg_.a
2025-08-20T21:19:51.2145871Z [00:02:44.549]➜  packagefile crypto/hmac=/tmp/go-build3619502580/b135/_pkg_.a
2025-08-20T21:19:51.2146863Z [00:02:44.549]➜  packagefile crypto/internal/boring=/tmp/go-build3619502580/b082/_pkg_.a
2025-08-20T21:19:51.2147945Z [00:02:44.549]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3619502580/b085/_pkg_.a
2025-08-20T21:19:51.2149329Z [00:02:44.549]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build3619502580/b098/_pkg_.a
2025-08-20T21:19:51.2150472Z [00:02:44.549]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build3619502580/b136/_pkg_.a
2025-08-20T21:19:51.2151863Z [00:02:44.549]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build3619502580/b137/_pkg_.a
2025-08-20T21:19:51.2153028Z [00:02:44.549]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build3619502580/b138/_pkg_.a
2025-08-20T21:19:51.2154122Z [00:02:44.549]➜  packagefile crypto/internal/hpke=/tmp/go-build3619502580/b139/_pkg_.a
2025-08-20T21:19:51.2155083Z [00:02:44.549]➜  packagefile crypto/md5=/tmp/go-build3619502580/b145/_pkg_.a
2025-08-20T21:19:51.2156009Z [00:02:44.549]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:19:51.2156894Z [00:02:44.549]➜  packagefile crypto/rc4=/tmp/go-build3619502580/b146/_pkg_.a
2025-08-20T21:19:51.2157792Z [00:02:44.549]➜  packagefile crypto/rsa=/tmp/go-build3619502580/b147/_pkg_.a
2025-08-20T21:19:51.2158722Z [00:02:44.549]➜  packagefile crypto/sha1=/tmp/go-build3619502580/b149/_pkg_.a
2025-08-20T21:19:51.2159631Z [00:02:44.549]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:19:51.2160575Z [00:02:44.549]➜  packagefile crypto/sha512=/tmp/go-build3619502580/b126/_pkg_.a
2025-08-20T21:19:51.2161710Z [00:02:44.549]➜  packagefile crypto/subtle=/tmp/go-build3619502580/b105/_pkg_.a
2025-08-20T21:19:51.2162786Z [00:02:44.549]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build3619502580/b151/_pkg_.a
2025-08-20T21:19:51.2163857Z [00:02:44.549]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:19:51.2164800Z [00:02:44.549]➜  packagefile encoding/pem=/tmp/go-build3619502580/b157/_pkg_.a
2025-08-20T21:19:51.2165890Z [00:02:44.549]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:51.2166698Z [00:02:44.549]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:51.2167769Z [00:02:44.549]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build3619502580/b140/_pkg_.a
2025-08-20T21:19:51.2169101Z [00:02:44.549]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3619502580/b127/_pkg_.a
2025-08-20T21:19:51.2170120Z [00:02:44.549]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:19:51.2171000Z [00:02:44.549]➜  packagefile internal/byteorder=/tmp/go-build3619502580/b013/_pkg_.a
2025-08-20T21:19:51.2172166Z [00:02:44.549]➜  packagefile internal/cpu=/tmp/go-build3619502580/b012/_pkg_.a
2025-08-20T21:19:51.2173124Z [00:02:44.549]➜  packagefile internal/godebug=/tmp/go-build3619502580/b045/_pkg_.a
2025-08-20T21:19:51.2174017Z [00:02:44.549]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:51.2174811Z [00:02:44.549]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:19:51.2175563Z [00:02:44.549]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:51.2176348Z [00:02:44.549]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:51.2177196Z [00:02:44.549]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:51.2178184Z [00:02:44.549]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:19:51.2179165Z [00:02:44.549]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:51.2180195Z [00:02:44.549]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:51.2191552Z [00:02:44.549]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:51.2192459Z [00:02:44.549]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:51.2193302Z [00:02:44.549]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:51.2194102Z [00:02:44.549]➜  packagefile weak=/tmp/go-build3619502580/b123/_pkg_.a
2025-08-20T21:19:51.2194711Z [00:02:44.549]➜  EOF
2025-08-20T21:19:51.2203596Z [00:02:44.549]➜  /root/.go/pkg/tool/linux_amd64/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 5cG67t_JZ7nOulC85kTK/5cG67t_JZ7nOulC85kTK -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:19:51.2285583Z [00:02:44.568]➜  go tool buildid -w $WORK/b217/_pkg_.a # internal
2025-08-20T21:19:51.2380869Z [00:02:44.576]➜  cp $WORK/b217/_pkg_.a /root/.cache/go-build/72/725fe1585a382f37eab3b4be2ad70129390cf868db1e6c97ab23822d8cc07af8-d # internal
2025-08-20T21:19:51.2383916Z [00:02:44.578]➜  github.com/rs/zerolog/log
2025-08-20T21:19:51.2384997Z [00:02:44.578]➜  mkdir -p $WORK/b216/
2025-08-20T21:19:51.2385943Z [00:02:44.578]➜  cat >/tmp/go-build3619502580/b216/importcfg << 'EOF' # internal
2025-08-20T21:19:51.2386606Z [00:02:44.578]➜  # import config
2025-08-20T21:19:51.2387244Z [00:02:44.578]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:51.2388309Z [00:02:44.578]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:51.2389208Z [00:02:44.578]➜  packagefile github.com/rs/zerolog=/tmp/go-build3619502580/b217/_pkg_.a
2025-08-20T21:19:51.2390141Z [00:02:44.578]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:51.2390956Z [00:02:44.578]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:51.2391757Z [00:02:44.578]➜  EOF
2025-08-20T21:19:51.2394996Z [00:02:44.578]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b216/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rs/zerolog@v1.34.0/log=>github.com/rs/zerolog@v1.34.0/log;$WORK/b216=>" -p github.com/rs/zerolog/log -lang=go1.15 -complete -installsuffix shared -buildid Re57sbO1GHQzleBG7Y5N/Re57sbO1GHQzleBG7Y5N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b216/importcfg -pack /root/go/pkg/mod/github.com/rs/zerolog@v1.34.0/log/log.go
2025-08-20T21:19:51.2558972Z [00:02:44.595]➜  cd $WORK/b273
2025-08-20T21:19:51.2561972Z [00:02:44.595]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b273=/tmp/go-build -gno-record-gcc-switches -I $WORK/b273/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b273/_x003.o -c getgrouplist_unix.cgo2.c
2025-08-20T21:19:51.2740900Z [00:02:44.613]➜  go tool buildid -w $WORK/b295/_pkg_.a # internal
2025-08-20T21:19:51.2748627Z [00:02:44.614]➜  go tool buildid -w $WORK/b216/_pkg_.a # internal
2025-08-20T21:19:51.2760273Z [00:02:44.615]➜  cp $WORK/b216/_pkg_.a /root/.cache/go-build/55/5539978997726c980f556ab1de599be4e68f0833c918d564dfe95bc9b41405aa-d # internal
2025-08-20T21:19:51.2765614Z [00:02:44.616]➜  github.com/jrnd-io/jr/pkg/functions
2025-08-20T21:19:51.2772760Z [00:02:44.617]➜  mkdir -p $WORK/b210/
2025-08-20T21:19:51.2776880Z [00:02:44.617]➜  cat >/tmp/go-build3619502580/b210/importcfg << 'EOF' # internal
2025-08-20T21:19:51.2778670Z [00:02:44.617]➜  # import config
2025-08-20T21:19:51.2779364Z [00:02:44.617]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:19:51.2780143Z [00:02:44.617]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:51.2780961Z [00:02:44.617]➜  packagefile encoding/csv=/tmp/go-build3619502580/b211/_pkg_.a
2025-08-20T21:19:51.2782442Z [00:02:44.617]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:51.2783327Z [00:02:44.617]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:51.2784312Z [00:02:44.617]➜  packagefile github.com/cnkei/gospline=/tmp/go-build3619502580/b212/_pkg_.a
2025-08-20T21:19:51.2785401Z [00:02:44.617]➜  packagefile github.com/google/uuid=/tmp/go-build3619502580/b213/_pkg_.a
2025-08-20T21:19:51.2786576Z [00:02:44.617]➜  packagefile github.com/jrnd-io/jr/pkg/constants=/tmp/go-build3619502580/b204/_pkg_.a
2025-08-20T21:19:51.2791511Z [00:02:44.617]➜  packagefile github.com/jrnd-io/jr/pkg/ctx=/tmp/go-build3619502580/b209/_pkg_.a
2025-08-20T21:19:51.2792762Z [00:02:44.617]➜  packagefile github.com/paulmach/go.geojson=/tmp/go-build3619502580/b215/_pkg_.a
2025-08-20T21:19:51.2793866Z [00:02:44.617]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build3619502580/b216/_pkg_.a
2025-08-20T21:19:51.2795103Z [00:02:44.617]➜  packagefile github.com/squeeze69/generacodicefiscale=/tmp/go-build3619502580/b222/_pkg_.a
2025-08-20T21:19:51.2796316Z [00:02:44.617]➜  packagefile golang.org/x/text/cases=/tmp/go-build3619502580/b224/_pkg_.a
2025-08-20T21:19:51.2797385Z [00:02:44.617]➜  packagefile golang.org/x/text/language=/tmp/go-build3619502580/b226/_pkg_.a
2025-08-20T21:19:51.2798324Z [00:02:44.617]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:51.2799117Z [00:02:44.617]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:51.2799948Z [00:02:44.617]➜  packagefile math/rand=/tmp/go-build3619502580/b108/_pkg_.a
2025-08-20T21:19:51.2800771Z [00:02:44.617]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:19:51.2802006Z [00:02:44.617]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:51.2802880Z [00:02:44.617]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:19:51.2803757Z [00:02:44.617]➜  packagefile regexp/syntax=/tmp/go-build3619502580/b187/_pkg_.a
2025-08-20T21:19:51.2804622Z [00:02:44.617]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:19:51.2805416Z [00:02:44.617]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:51.2806243Z [00:02:44.617]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:51.2807113Z [00:02:44.617]➜  packagefile text/template=/tmp/go-build3619502580/b232/_pkg_.a
2025-08-20T21:19:51.2807967Z [00:02:44.617]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:51.2808577Z [00:02:44.617]➜  EOF
2025-08-20T21:19:51.2809062Z [00:02:44.617]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:51.2824366Z [00:02:44.617]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b210/_pkg_.a -trimpath "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions=>github.com/jrnd-io/jr/pkg/functions;$WORK/b210=>" -p github.com/jrnd-io/jr/pkg/functions -lang=go1.24 -complete -installsuffix shared -buildid _Wzx80hS83rb_DecdvNG/_Wzx80hS83rb_DecdvNG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b210/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:19:51.2829857Z [00:02:44.621]➜  cp $WORK/b295/_pkg_.a /root/.cache/go-build/f9/f9441edcbb8016da0f9f76f4e14db89d69fedd70d6500de637fd3c18c343524a-d # internal
2025-08-20T21:19:51.2830894Z [00:02:44.621]➜  encoding/xml
2025-08-20T21:19:51.2832640Z [00:02:44.621]➜  mkdir -p $WORK/b299/
2025-08-20T21:19:51.2833366Z [00:02:44.621]➜  cat >/tmp/go-build3619502580/b299/importcfg << 'EOF' # internal
2025-08-20T21:19:51.2834010Z [00:02:44.621]➜  # import config
2025-08-20T21:19:51.2834636Z [00:02:44.621]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:19:51.2835692Z [00:02:44.621]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:51.2836557Z [00:02:44.621]➜  packagefile encoding=/tmp/go-build3619502580/b059/_pkg_.a
2025-08-20T21:19:51.2837419Z [00:02:44.621]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:51.2838224Z [00:02:44.621]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:51.2839021Z [00:02:44.621]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:51.2839848Z [00:02:44.621]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:51.2840703Z [00:02:44.621]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:51.2841811Z [00:02:44.622]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:51.2842757Z [00:02:44.622]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:51.2843598Z [00:02:44.622]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:51.2844430Z [00:02:44.622]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:19:51.2845299Z [00:02:44.622]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:51.2845962Z [00:02:44.622]➜  EOF
2025-08-20T21:19:51.2849426Z [00:02:44.622]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b299/_pkg_.a -trimpath "/root/.go/src/encoding/xml=>encoding/xml;$WORK/b299=>" -p encoding/xml -lang=go1.25 -std -complete -installsuffix shared -buildid gC-cZpw-ijhWc6QWj73c/gC-cZpw-ijhWc6QWj73c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b299/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:19:51.3032156Z [00:02:44.642]➜  cd $WORK/b273
2025-08-20T21:19:51.3055070Z [00:02:44.642]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b273=/tmp/go-build -gno-record-gcc-switches -I $WORK/b273/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b273/_cgo_main.o -c _cgo_main.c
2025-08-20T21:19:51.3340686Z [00:02:44.673]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:51.3344733Z [00:02:44.673]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b273=/tmp/go-build -gno-record-gcc-switches -o $WORK/b273/_cgo_.o $WORK/b273/_cgo_main.o $WORK/b273/preferlinkext $WORK/b273/_x001.o $WORK/b273/_x002.o $WORK/b273/_x003.o -O2 -g
2025-08-20T21:19:51.4229541Z [00:02:44.762]➜  gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b273=/tmp/go-build -gno-record-gcc-switches -o $WORK/b273/_cgo_.o $WORK/b273/_cgo_main.o $WORK/b273/preferlinkext $WORK/b273/_x001.o $WORK/b273/_x002.o $WORK/b273/_x003.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T21:19:51.4232813Z [00:02:44.762]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage user -dynimport $WORK/b273/_cgo_.o -dynout $WORK/b273/_cgo_import.go
2025-08-20T21:19:51.4312874Z [00:02:44.770]➜  cat >/tmp/go-build3619502580/b273/importcfg << 'EOF' # internal
2025-08-20T21:19:51.4313604Z [00:02:44.770]➜  # import config
2025-08-20T21:19:51.4314221Z [00:02:44.770]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:51.4315052Z [00:02:44.770]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:51.4315923Z [00:02:44.771]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:51.4316768Z [00:02:44.771]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:51.4317611Z [00:02:44.771]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:51.4318431Z [00:02:44.771]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:19:51.4319323Z [00:02:44.771]➜  packagefile runtime/cgo=/tmp/go-build3619502580/b165/_pkg_.a
2025-08-20T21:19:51.4320332Z [00:02:44.771]➜  EOF
2025-08-20T21:19:51.4327306Z [00:02:44.772]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b273/_pkg_.a -trimpath "/root/.go/src/os/user=>os/user;$WORK/b273=>" -p os/user -lang=go1.25 -std -installsuffix shared -buildid qOYGflXK9YaRotmAluP-/qOYGflXK9YaRotmAluP- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b273/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/b273/_cgo_gotypes.go $WORK/b273/cgo_lookup_cgo.cgo1.go $WORK/b273/getgrouplist_unix.cgo1.go $WORK/b273/_cgo_import.go
2025-08-20T21:19:51.5040787Z [00:02:44.843]➜  cd /root/.go/src/os/user
2025-08-20T21:19:51.5042346Z [00:02:44.843]➜  go tool pack r $WORK/b273/_pkg_.a $WORK/b273/preferlinkext $WORK/b273/_x001.o $WORK/b273/_x002.o $WORK/b273/_x003.o # internal
2025-08-20T21:19:51.5043655Z [00:02:44.843]➜  go tool buildid -w $WORK/b273/_pkg_.a # internal
2025-08-20T21:19:51.5062647Z [00:02:44.845]➜  cp $WORK/b273/_pkg_.a /root/.cache/go-build/b4/b4a353936af2cb1b78042d0924d0e2d629d46fb1f37a1e0b72a4ae5890eac230-d # internal
2025-08-20T21:19:51.5064413Z [00:02:44.845]➜  github.com/aws/aws-sdk-go-v2/internal/shareddefaults
2025-08-20T21:19:51.5065062Z [00:02:44.845]➜  mkdir -p $WORK/b272/
2025-08-20T21:19:51.5070219Z [00:02:44.846]➜  cat >/tmp/go-build3619502580/b272/importcfg << 'EOF' # internal
2025-08-20T21:19:51.5072604Z [00:02:44.846]➜  # import config
2025-08-20T21:19:51.5074074Z [00:02:44.846]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:51.5074864Z [00:02:44.846]➜  packagefile os/user=/tmp/go-build3619502580/b273/_pkg_.a
2025-08-20T21:19:51.5076032Z [00:02:44.846]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:19:51.5076688Z [00:02:44.846]➜  EOF
2025-08-20T21:19:51.5077133Z [00:02:44.846]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:51.5081516Z [00:02:44.847]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b272/_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/b272=>" -p github.com/aws/aws-sdk-go-v2/internal/shareddefaults -lang=go1.22 -complete -installsuffix shared -buildid rdECy396IGaF13XdpKjf/rdECy396IGaF13XdpKjf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b272/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/shareddefaults/shared_config.go
2025-08-20T21:19:51.5224562Z [00:02:44.862]➜  go tool buildid -w $WORK/b272/_pkg_.a # internal
2025-08-20T21:19:51.5232242Z [00:02:44.862]➜  cp $WORK/b272/_pkg_.a /root/.cache/go-build/b1/b1b54f5b6a8a72a446c89ec6871f1fd41d04ecabef7dd729cbc35ebc913344ef-d # internal
2025-08-20T21:19:51.5251988Z [00:02:44.864]➜  github.com/aws/aws-sdk-go-v2/service/sts/types
2025-08-20T21:19:51.5258112Z [00:02:44.864]➜  mkdir -p $WORK/b305/
2025-08-20T21:19:51.5258916Z [00:02:44.864]➜  cat >/tmp/go-build3619502580/b305/importcfg << 'EOF' # internal
2025-08-20T21:19:51.5259613Z [00:02:44.864]➜  # import config
2025-08-20T21:19:51.5260280Z [00:02:44.864]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:51.5265921Z [00:02:44.864]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:19:51.5267071Z [00:02:44.864]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3619502580/b290/_pkg_.a
2025-08-20T21:19:51.5268061Z [00:02:44.864]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:51.5268685Z [00:02:44.864]➜  EOF
2025-08-20T21:19:51.5273312Z [00:02:44.864]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b305/_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/b305=>" -p github.com/aws/aws-sdk-go-v2/service/sts/types -lang=go1.22 -complete -installsuffix shared -buildid 5taqjTcVlMvLYXH_jwSM/5taqjTcVlMvLYXH_jwSM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b305/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:19:51.5376117Z [00:02:44.877]➜  go tool buildid -w $WORK/b210/_pkg_.a # internal
2025-08-20T21:19:51.5481764Z [00:02:44.887]➜  cp $WORK/b210/_pkg_.a /root/.cache/go-build/76/7687c2343a9329858030c541fc3ac6ba4224ac7d3e58f7985ef01b1c342d1abf-d # internal
2025-08-20T21:19:51.5485780Z [00:02:44.887]➜  github.com/aws/aws-sdk-go-v2/internal/ini
2025-08-20T21:19:51.5486486Z [00:02:44.887]➜  mkdir -p $WORK/b307/
2025-08-20T21:19:51.5487298Z [00:02:44.888]➜  cat >/tmp/go-build3619502580/b307/importcfg << 'EOF' # internal
2025-08-20T21:19:51.5488007Z [00:02:44.888]➜  # import config
2025-08-20T21:19:51.5492238Z [00:02:44.888]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:51.5493076Z [00:02:44.888]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:51.5493833Z [00:02:44.888]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:51.5494652Z [00:02:44.888]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:19:51.5495517Z [00:02:44.888]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:51.5496328Z [00:02:44.888]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:51.5496954Z [00:02:44.888]➜  EOF
2025-08-20T21:19:51.5505452Z [00:02:44.888]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b307/_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/b307=>" -p github.com/aws/aws-sdk-go-v2/internal/ini -lang=go1.22 -complete -installsuffix shared -buildid jjADdpgjIQs_TyGiYD-c/jjADdpgjIQs_TyGiYD-c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b307/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:19:51.5867508Z [00:02:44.926]➜  go tool buildid -w $WORK/b305/_pkg_.a # internal
2025-08-20T21:19:51.5893666Z [00:02:44.928]➜  cp $WORK/b305/_pkg_.a /root/.cache/go-build/5a/5a0007bcf16fa5f6e0bd5bd0843785a32d062f4461a883af19f50c25e03355d7-d # internal
2025-08-20T21:19:51.5918104Z [00:02:44.931]➜  github.com/aws/aws-sdk-go-v2/service/dynamodb/types
2025-08-20T21:19:51.5919099Z [00:02:44.931]➜  mkdir -p $WORK/b310/
2025-08-20T21:19:51.5921530Z [00:02:44.931]➜  cat >/tmp/go-build3619502580/b310/importcfg << 'EOF' # internal
2025-08-20T21:19:51.5922290Z [00:02:44.931]➜  # import config
2025-08-20T21:19:51.5922966Z [00:02:44.931]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:51.5923938Z [00:02:44.931]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:19:51.5925109Z [00:02:44.931]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3619502580/b290/_pkg_.a
2025-08-20T21:19:51.5926151Z [00:02:44.931]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:51.5926789Z [00:02:44.931]➜  EOF
2025-08-20T21:19:51.5932309Z [00:02:44.931]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b310/_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/b310=>" -p github.com/aws/aws-sdk-go-v2/service/dynamodb/types -lang=go1.22 -complete -installsuffix shared -buildid 40ClnHYWoEBIaETMELI_/40ClnHYWoEBIaETMELI_ -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/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:19:51.6668809Z [00:02:45.006]➜  go tool buildid -w $WORK/b307/_pkg_.a # internal
2025-08-20T21:19:51.6705953Z [00:02:45.010]➜  cp $WORK/b307/_pkg_.a /root/.cache/go-build/af/afd41110c878dfd44094234cd7b789793c55eb44b0b5e12f57431aaeaeb7ef1d-d # internal
2025-08-20T21:19:51.6710367Z [00:02:45.010]➜  github.com/aws/aws-sdk-go-v2/service/dynamodbstreams/types
2025-08-20T21:19:51.6713319Z [00:02:45.010]➜  mkdir -p $WORK/b311/
2025-08-20T21:19:51.6720278Z [00:02:45.011]➜  cat >/tmp/go-build3619502580/b311/importcfg << 'EOF' # internal
2025-08-20T21:19:51.6729610Z [00:02:45.011]➜  # import config
2025-08-20T21:19:51.6730313Z [00:02:45.011]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:51.6731532Z [00:02:45.011]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:19:51.6732683Z [00:02:45.011]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3619502580/b290/_pkg_.a
2025-08-20T21:19:51.6733646Z [00:02:45.011]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:51.6734245Z [00:02:45.011]➜  EOF
2025-08-20T21:19:51.6740175Z [00:02:45.011]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b311/_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/b311=>" -p github.com/aws/aws-sdk-go-v2/service/dynamodbstreams/types -lang=go1.22 -complete -installsuffix shared -buildid l4Gj2zK37LmtqgA2CtC6/l4Gj2zK37LmtqgA2CtC6 -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/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:19:51.7383290Z [00:02:45.077]➜  go tool buildid -w $WORK/b311/_pkg_.a # internal
2025-08-20T21:19:51.7403703Z [00:02:45.079]➜  cp $WORK/b311/_pkg_.a /root/.cache/go-build/0c/0cc47f3b286a3d9d689ae9a59e9a14f563e09b0ff4357d874622d4626c00e6dd-d # internal
2025-08-20T21:19:51.7415496Z [00:02:45.081]➜  github.com/aws/aws-sdk-go-v2/internal/awsutil
2025-08-20T21:19:51.7428241Z [00:02:45.081]➜  mkdir -p $WORK/b313/
2025-08-20T21:19:51.7429016Z [00:02:45.081]➜  cat >/tmp/go-build3619502580/b313/importcfg << 'EOF' # internal
2025-08-20T21:19:51.7429694Z [00:02:45.081]➜  # import config
2025-08-20T21:19:51.7430325Z [00:02:45.081]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:51.7431088Z [00:02:45.081]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:51.7432056Z [00:02:45.081]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:51.7432870Z [00:02:45.081]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:51.7433719Z [00:02:45.081]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:51.7434499Z [00:02:45.081]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:51.7435068Z [00:02:45.081]➜  EOF
2025-08-20T21:19:51.7440372Z [00:02:45.081]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b313/_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/b313=>" -p github.com/aws/aws-sdk-go-v2/internal/awsutil -lang=go1.22 -complete -installsuffix shared -buildid UDuD5n_BYfwIYLNxKTm1/UDuD5n_BYfwIYLNxKTm1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b313/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:19:51.7557574Z [00:02:45.095]➜  go tool buildid -w $WORK/b299/_pkg_.a # internal
2025-08-20T21:19:51.7626866Z [00:02:45.102]➜  cp $WORK/b299/_pkg_.a /root/.cache/go-build/9a/9a73b44558d0361f79d5f625aeb6de1a00b53acd8851634667fb8ccaad6683d6-d # internal
2025-08-20T21:19:51.7645751Z [00:02:45.102]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/xml
2025-08-20T21:19:51.7646546Z [00:02:45.102]➜  mkdir -p $WORK/b301/
2025-08-20T21:19:51.7647397Z [00:02:45.102]➜  cat >/tmp/go-build3619502580/b301/importcfg << 'EOF' # internal
2025-08-20T21:19:51.7648132Z [00:02:45.102]➜  # import config
2025-08-20T21:19:51.7648879Z [00:02:45.102]➜  packagefile encoding/xml=/tmp/go-build3619502580/b299/_pkg_.a
2025-08-20T21:19:51.7649808Z [00:02:45.102]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:51.7650636Z [00:02:45.102]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:51.7671580Z [00:02:45.102]➜  EOF
2025-08-20T21:19:51.7676031Z [00:02:45.102]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b301/_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/b301=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/xml -lang=go1.22 -complete -installsuffix shared -buildid gyLzK0ODYt02zPhHArvX/gyLzK0ODYt02zPhHArvX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b301/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:19:51.7845174Z [00:02:45.124]➜  go tool buildid -w $WORK/b301/_pkg_.a # internal
2025-08-20T21:19:51.7854440Z [00:02:45.125]➜  cp $WORK/b301/_pkg_.a /root/.cache/go-build/da/daecbc510e63599dc4af6fcb2879fef391fa3d4b00fa63c6bc01a02774ba7e75-d # internal
2025-08-20T21:19:51.7868033Z [00:02:45.126]➜  github.com/aws/smithy-go/encoding/xml
2025-08-20T21:19:51.7869406Z [00:02:45.126]➜  mkdir -p $WORK/b306/
2025-08-20T21:19:51.7879953Z [00:02:45.127]➜  cat >/tmp/go-build3619502580/b306/importcfg << 'EOF' # internal
2025-08-20T21:19:51.7881051Z [00:02:45.127]➜  # import config
2025-08-20T21:19:51.7886205Z [00:02:45.127]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:19:51.7887196Z [00:02:45.127]➜  packagefile encoding/xml=/tmp/go-build3619502580/b299/_pkg_.a
2025-08-20T21:19:51.7888131Z [00:02:45.127]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:51.7889191Z [00:02:45.127]➜  packagefile github.com/aws/smithy-go/encoding=/tmp/go-build3619502580/b296/_pkg_.a
2025-08-20T21:19:51.7890226Z [00:02:45.127]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:51.7891040Z [00:02:45.127]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:19:51.7892529Z [00:02:45.127]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:51.7893349Z [00:02:45.127]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:51.7894263Z [00:02:45.127]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:51.7894932Z [00:02:45.127]➜  EOF
2025-08-20T21:19:51.7903496Z [00:02:45.128]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b306/_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/b306=>" -p github.com/aws/smithy-go/encoding/xml -lang=go1.22 -complete -installsuffix shared -buildid Or_YtsRVm-2JSBDpBE8D/Or_YtsRVm-2JSBDpBE8D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b306/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:19:51.8477923Z [00:02:45.187]➜  go tool buildid -w $WORK/b313/_pkg_.a # internal
2025-08-20T21:19:51.8491112Z [00:02:45.188]➜  cp $WORK/b313/_pkg_.a /root/.cache/go-build/e3/e341f91c6a6589561897fc1b4f86351e2f75748e7a1e921f5da11aacee8618db-d # internal
2025-08-20T21:19:51.8498692Z [00:02:45.188]➜  github.com/aws/smithy-go/waiter
2025-08-20T21:19:51.8499320Z [00:02:45.188]➜  mkdir -p $WORK/b318/
2025-08-20T21:19:51.8529282Z [00:02:45.192]➜  cat >/tmp/go-build3619502580/b318/importcfg << 'EOF' # internal
2025-08-20T21:19:51.8555350Z [00:02:45.192]➜  # import config
2025-08-20T21:19:51.8556090Z [00:02:45.192]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:51.8556969Z [00:02:45.192]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:51.8558006Z [00:02:45.192]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3619502580/b244/_pkg_.a
2025-08-20T21:19:51.8559224Z [00:02:45.192]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:19:51.8560441Z [00:02:45.192]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build3619502580/b256/_pkg_.a
2025-08-20T21:19:51.8561656Z [00:02:45.192]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:51.8562465Z [00:02:45.192]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:51.8563062Z [00:02:45.192]➜  EOF
2025-08-20T21:19:51.8566662Z [00:02:45.192]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b318/_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/b318=>" -p github.com/aws/smithy-go/waiter -lang=go1.22 -complete -installsuffix shared -buildid aROMkTfr2rMIyl034DVi/aROMkTfr2rMIyl034DVi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b318/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:19:51.8874871Z [00:02:45.227]➜  go tool buildid -w $WORK/b318/_pkg_.a # internal
2025-08-20T21:19:51.8884737Z [00:02:45.228]➜  cp $WORK/b318/_pkg_.a /root/.cache/go-build/04/0498e8f0e5c24eb11dd4da0c5069ad563f54d222d05b6dc48b992ddcf7003620-d # internal
2025-08-20T21:19:51.8887164Z [00:02:45.228]➜  github.com/aws/aws-sdk-go/aws/awserr
2025-08-20T21:19:51.8888420Z [00:02:45.228]➜  mkdir -p $WORK/b320/
2025-08-20T21:19:51.8893965Z [00:02:45.229]➜  cat >/tmp/go-build3619502580/b320/importcfg << 'EOF' # internal
2025-08-20T21:19:51.8894929Z [00:02:45.229]➜  # import config
2025-08-20T21:19:51.8895679Z [00:02:45.229]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:19:51.8896556Z [00:02:45.229]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:51.8897183Z [00:02:45.229]➜  EOF
2025-08-20T21:19:51.8902179Z [00:02:45.229]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b320/_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/b320=>" -p github.com/aws/aws-sdk-go/aws/awserr -lang=go1.19 -complete -installsuffix shared -buildid EhO_p1V8WG4xyR43U2M9/EhO_p1V8WG4xyR43U2M9 -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/awserr/error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/awserr/types.go
2025-08-20T21:19:51.9275402Z [00:02:45.267]➜  go tool buildid -w $WORK/b310/_pkg_.a # internal
2025-08-20T21:19:51.9354060Z [00:02:45.274]➜  cp $WORK/b310/_pkg_.a /root/.cache/go-build/2c/2caa8bc6408b616ff075a8eb96f91b46a3767de2dd81d1fbba27c504e832dcdd-d # internal
2025-08-20T21:19:51.9364389Z [00:02:45.276]➜  go tool buildid -w $WORK/b320/_pkg_.a # internal
2025-08-20T21:19:51.9371964Z [00:02:45.276]➜  go tool buildid -w $WORK/b306/_pkg_.a # internal
2025-08-20T21:19:51.9374074Z [00:02:45.276]➜  github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
2025-08-20T21:19:51.9377398Z [00:02:45.276]➜  mkdir -p $WORK/b309/
2025-08-20T21:19:51.9378221Z [00:02:45.276]➜  cat >/tmp/go-build3619502580/b309/importcfg << 'EOF' # internal
2025-08-20T21:19:51.9378933Z [00:02:45.276]➜  # import config
2025-08-20T21:19:51.9379914Z [00:02:45.276]➜  packagefile encoding=/tmp/go-build3619502580/b059/_pkg_.a
2025-08-20T21:19:51.9380817Z [00:02:45.276]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:51.9400233Z [00:02:45.276]➜  packagefile github.com/aws/aws-sdk-go-v2/service/dynamodb/types=/tmp/go-build3619502580/b310/_pkg_.a
2025-08-20T21:19:51.9402324Z [00:02:45.276]➜  packagefile github.com/aws/aws-sdk-go-v2/service/dynamodbstreams/types=/tmp/go-build3619502580/b311/_pkg_.a
2025-08-20T21:19:51.9403738Z [00:02:45.276]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:51.9404600Z [00:02:45.276]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:19:51.9405436Z [00:02:45.276]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:51.9406253Z [00:02:45.276]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:51.9407057Z [00:02:45.276]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:51.9407865Z [00:02:45.276]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:51.9408481Z [00:02:45.276]➜  EOF
2025-08-20T21:19:51.9417936Z [00:02:45.276]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b309/_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/b309=>" -p github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue -lang=go1.22 -complete -installsuffix shared -buildid aq2sSonue-x6hSwjPhtk/aq2sSonue-x6hSwjPhtk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b309/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:19:51.9430222Z [00:02:45.276]➜  cp $WORK/b320/_pkg_.a /root/.cache/go-build/af/af610134fcbcbf79702d290e1913b00ff67bddc84f5fdcbf22f283148b8c9035-d # internal
2025-08-20T21:19:51.9457216Z [00:02:45.277]➜  github.com/aws/aws-sdk-go/internal/ini
2025-08-20T21:19:51.9457861Z [00:02:45.278]➜  mkdir -p $WORK/b322/
2025-08-20T21:19:51.9458603Z [00:02:45.278]➜  cat >/tmp/go-build3619502580/b322/importcfg << 'EOF' # internal
2025-08-20T21:19:51.9459306Z [00:02:45.278]➜  # import config
2025-08-20T21:19:51.9459946Z [00:02:45.278]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:51.9460783Z [00:02:45.278]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:51.9462026Z [00:02:45.278]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3619502580/b320/_pkg_.a
2025-08-20T21:19:51.9463054Z [00:02:45.278]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:51.9463859Z [00:02:45.278]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:19:51.9464679Z [00:02:45.278]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:51.9465473Z [00:02:45.278]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:19:51.9466302Z [00:02:45.278]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:51.9467128Z [00:02:45.278]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:51.9467969Z [00:02:45.278]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:19:51.9468598Z [00:02:45.278]➜  EOF
2025-08-20T21:19:51.9483997Z [00:02:45.278]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b322/_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/b322=>" -p github.com/aws/aws-sdk-go/internal/ini -lang=go1.19 -complete -installsuffix shared -buildid oDVC1IwgoLr8Mw8f8iPT/oDVC1IwgoLr8Mw8f8iPT -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/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:19:51.9497864Z [00:02:45.278]➜  cp $WORK/b306/_pkg_.a /root/.cache/go-build/ea/ea47923a7f6fc82fbfd97c64c46c3344dde866ad90d1377ed47daf9fad506b05-d # internal
2025-08-20T21:19:51.9499380Z [00:02:45.278]➜  github.com/aws/aws-sdk-go/internal/shareddefaults
2025-08-20T21:19:51.9500059Z [00:02:45.278]➜  mkdir -p $WORK/b323/
2025-08-20T21:19:51.9500793Z [00:02:45.279]➜  cat >/tmp/go-build3619502580/b323/importcfg << 'EOF' # internal
2025-08-20T21:19:51.9501698Z [00:02:45.279]➜  # import config
2025-08-20T21:19:51.9502355Z [00:02:45.279]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:51.9503196Z [00:02:45.279]➜  packagefile os/user=/tmp/go-build3619502580/b273/_pkg_.a
2025-08-20T21:19:51.9504114Z [00:02:45.279]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:19:51.9504799Z [00:02:45.279]➜  EOF
2025-08-20T21:19:51.9510258Z [00:02:45.279]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b323/_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/b323=>" -p github.com/aws/aws-sdk-go/internal/shareddefaults -lang=go1.19 -complete -installsuffix shared -buildid rnC75sI17P1ko2d-Xmze/rnC75sI17P1ko2d-Xmze -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/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:19:51.9566411Z [00:02:45.296]➜  go tool buildid -w $WORK/b323/_pkg_.a # internal
2025-08-20T21:19:51.9604833Z [00:02:45.300]➜  cp $WORK/b323/_pkg_.a /root/.cache/go-build/d7/d756ec57dde395de4a95d2e2e51cbd10f1b431b2e7442185ba9f8738b18bcbfc-d # internal
2025-08-20T21:19:51.9606958Z [00:02:45.300]➜  github.com/aws/aws-sdk-go/internal/sync/singleflight
2025-08-20T21:19:51.9609469Z [00:02:45.300]➜  mkdir -p $WORK/b324/
2025-08-20T21:19:51.9610224Z [00:02:45.300]➜  cat >/tmp/go-build3619502580/b324/importcfg << 'EOF' # internal
2025-08-20T21:19:51.9610964Z [00:02:45.300]➜  # import config
2025-08-20T21:19:51.9611863Z [00:02:45.300]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:51.9612474Z [00:02:45.300]➜  EOF
2025-08-20T21:19:51.9616482Z [00:02:45.300]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b324/_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/b324=>" -p github.com/aws/aws-sdk-go/internal/sync/singleflight -lang=go1.19 -complete -installsuffix shared -buildid Q1W_a7dLgoaktClXbDV-/Q1W_a7dLgoaktClXbDV- -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/internal/sync/singleflight/singleflight.go
2025-08-20T21:19:51.9777969Z [00:02:45.317]➜  go tool buildid -w $WORK/b324/_pkg_.a # internal
2025-08-20T21:19:51.9786442Z [00:02:45.318]➜  cp $WORK/b324/_pkg_.a /root/.cache/go-build/2c/2cd3787e2a1a9fa414f9eab39f1f0c175efee45853170f05623c0273c61a8b3f-d # internal
2025-08-20T21:19:51.9800659Z [00:02:45.319]➜  github.com/aws/aws-sdk-go/aws/endpoints
2025-08-20T21:19:51.9817710Z [00:02:45.320]➜  mkdir -p $WORK/b325/
2025-08-20T21:19:51.9820330Z [00:02:45.320]➜  cat >/tmp/go-build3619502580/b325/importcfg << 'EOF' # internal
2025-08-20T21:19:51.9821020Z [00:02:45.320]➜  # import config
2025-08-20T21:19:51.9821906Z [00:02:45.320]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:51.9822769Z [00:02:45.320]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:51.9823762Z [00:02:45.320]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3619502580/b320/_pkg_.a
2025-08-20T21:19:51.9824756Z [00:02:45.320]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:51.9825572Z [00:02:45.320]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:19:51.9826402Z [00:02:45.320]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:51.9827612Z [00:02:45.320]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:51.9828227Z [00:02:45.320]➜  EOF
2025-08-20T21:19:51.9836793Z [00:02:45.320]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b325/_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/b325=>" -p github.com/aws/aws-sdk-go/aws/endpoints -lang=go1.19 -complete -installsuffix shared -buildid 4CNzhTvMGjWX1s9LvTOa/4CNzhTvMGjWX1s9LvTOa -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/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:19:52.1550360Z [00:02:45.494]➜  go tool buildid -w $WORK/b322/_pkg_.a # internal
2025-08-20T21:19:52.1626008Z [00:02:45.502]➜  cp $WORK/b322/_pkg_.a /root/.cache/go-build/9e/9ef3e2b87608977139106b8d25a3caab9fb003e1c974a8dcf939220b711c79df-d # internal
2025-08-20T21:19:52.1630005Z [00:02:45.502]➜  github.com/aws/aws-sdk-go/aws/credentials
2025-08-20T21:19:52.1630629Z [00:02:45.502]➜  mkdir -p $WORK/b321/
2025-08-20T21:19:52.1631502Z [00:02:45.502]➜  cat >/tmp/go-build3619502580/b321/importcfg << 'EOF' # internal
2025-08-20T21:19:52.1632195Z [00:02:45.502]➜  # import config
2025-08-20T21:19:52.1633138Z [00:02:45.502]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:52.1634014Z [00:02:45.502]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:52.1635023Z [00:02:45.502]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3619502580/b320/_pkg_.a
2025-08-20T21:19:52.1636309Z [00:02:45.502]➜  packagefile github.com/aws/aws-sdk-go/internal/ini=/tmp/go-build3619502580/b322/_pkg_.a
2025-08-20T21:19:52.1637591Z [00:02:45.502]➜  packagefile github.com/aws/aws-sdk-go/internal/shareddefaults=/tmp/go-build3619502580/b323/_pkg_.a
2025-08-20T21:19:52.1638923Z [00:02:45.502]➜  packagefile github.com/aws/aws-sdk-go/internal/sync/singleflight=/tmp/go-build3619502580/b324/_pkg_.a
2025-08-20T21:19:52.1640001Z [00:02:45.502]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:52.1640806Z [00:02:45.502]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:52.1641786Z [00:02:45.502]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:52.1642368Z [00:02:45.502]➜  EOF
2025-08-20T21:19:52.1649642Z [00:02:45.502]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b321/_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/b321=>" -p github.com/aws/aws-sdk-go/aws/credentials -lang=go1.19 -complete -installsuffix shared -buildid JphGaee7i0XxjGdzMeYk/JphGaee7i0XxjGdzMeYk -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/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:19:52.2438721Z [00:02:45.583]➜  go tool buildid -w $WORK/b321/_pkg_.a # internal
2025-08-20T21:19:52.2462789Z [00:02:45.585]➜  cp $WORK/b321/_pkg_.a /root/.cache/go-build/49/499b4a4b4966897c9ccb35fade0bc80382b2fa726781e8ecb3eff9656f187996-d # internal
2025-08-20T21:19:52.2471062Z [00:02:45.586]➜  github.com/aws/aws-sdk-go/internal/sdkio
2025-08-20T21:19:52.2475435Z [00:02:45.587]➜  mkdir -p $WORK/b326/
2025-08-20T21:19:52.2484649Z [00:02:45.588]➜  cat >/tmp/go-build3619502580/b326/importcfg << 'EOF' # internal
2025-08-20T21:19:52.2485937Z [00:02:45.588]➜  # import config
2025-08-20T21:19:52.2488394Z [00:02:45.588]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:52.2489995Z [00:02:45.588]➜  EOF
2025-08-20T21:19:52.2500014Z [00:02:45.589]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b326/_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/b326=>" -p github.com/aws/aws-sdk-go/internal/sdkio -lang=go1.19 -complete -installsuffix shared -buildid NdIeOIWihltQ8z6OVJS9/NdIeOIWihltQ8z6OVJS9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b326/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:19:52.2622939Z [00:02:45.601]➜  go tool buildid -w $WORK/b326/_pkg_.a # internal
2025-08-20T21:19:52.2634192Z [00:02:45.602]➜  cp $WORK/b326/_pkg_.a /root/.cache/go-build/68/6898fe10e6843b2721e92e413291c909c6536102b160fab668d4d70a6ff20f45-d # internal
2025-08-20T21:19:52.2641989Z [00:02:45.603]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/log
2025-08-20T21:19:52.2645429Z [00:02:45.604]➜  mkdir -p $WORK/b333/
2025-08-20T21:19:52.2653383Z [00:02:45.604]➜  cat >/tmp/go-build3619502580/b333/importcfg << 'EOF' # internal
2025-08-20T21:19:52.2659610Z [00:02:45.604]➜  # import config
2025-08-20T21:19:52.2660581Z [00:02:45.604]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:52.2661608Z [00:02:45.604]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:52.2662486Z [00:02:45.604]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:52.2663095Z [00:02:45.604]➜  EOF
2025-08-20T21:19:52.2673079Z [00:02:45.606]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b333/_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/b333=>" -p github.com/Azure/azure-sdk-for-go/sdk/internal/log -lang=go1.23 -complete -installsuffix shared -buildid 3s9h3o1L7Gmw10NIAH2H/3s9h3o1L7Gmw10NIAH2H -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/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:19:52.3129464Z [00:02:45.652]➜  go tool buildid -w $WORK/b333/_pkg_.a # internal
2025-08-20T21:19:52.3145836Z [00:02:45.653]➜  cp $WORK/b333/_pkg_.a /root/.cache/go-build/6c/6c184a47d94bac0ba8bc4c22b820e6995258bf59a8a6cc694030381c5f789a7c-d # internal
2025-08-20T21:19:52.3147230Z [00:02:45.653]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/log
2025-08-20T21:19:52.3147893Z [00:02:45.653]➜  mkdir -p $WORK/b332/
2025-08-20T21:19:52.3148585Z [00:02:45.653]➜  cat >/tmp/go-build3619502580/b332/importcfg << 'EOF' # internal
2025-08-20T21:19:52.3149242Z [00:02:45.653]➜  # import config
2025-08-20T21:19:52.3150115Z [00:02:45.653]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build3619502580/b333/_pkg_.a
2025-08-20T21:19:52.3150945Z [00:02:45.653]➜  EOF
2025-08-20T21:19:52.3155747Z [00:02:45.653]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b332/_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/b332=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/log -lang=go1.23 -complete -installsuffix shared -buildid TAj1BiON4BopNGXrgYZV/TAj1BiON4BopNGXrgYZV -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/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:19:52.3430227Z [00:02:45.682]➜  go tool buildid -w $WORK/b332/_pkg_.a # internal
2025-08-20T21:19:52.3438426Z [00:02:45.683]➜  cp $WORK/b332/_pkg_.a /root/.cache/go-build/e0/e066d537638bdf22711fbada501050825d987790d60e21166ed10b6a47d9d119-d # internal
2025-08-20T21:19:52.3439574Z [00:02:45.683]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log
2025-08-20T21:19:52.3440264Z [00:02:45.683]➜  mkdir -p $WORK/b331/
2025-08-20T21:19:52.3445048Z [00:02:45.683]➜  cat >/tmp/go-build3619502580/b331/importcfg << 'EOF' # internal
2025-08-20T21:19:52.3446116Z [00:02:45.683]➜  # import config
2025-08-20T21:19:52.3447323Z [00:02:45.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/log=/tmp/go-build3619502580/b332/_pkg_.a
2025-08-20T21:19:52.3449138Z [00:02:45.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build3619502580/b333/_pkg_.a
2025-08-20T21:19:52.3450360Z [00:02:45.683]➜  EOF
2025-08-20T21:19:52.3455119Z [00:02:45.683]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b331/_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/b331=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log -lang=go1.23 -complete -installsuffix shared -buildid lSfcJ1Vi-gKgi_efAInl/lSfcJ1Vi-gKgi_efAInl -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/internal/log/log.go
2025-08-20T21:19:52.3613774Z [00:02:45.701]➜  go tool buildid -w $WORK/b331/_pkg_.a # internal
2025-08-20T21:19:52.3618904Z [00:02:45.701]➜  cp $WORK/b331/_pkg_.a /root/.cache/go-build/96/969b11596a09e17f8a681d19e55bc74c641e5792539f4d11bb24be39cd80c294-d # internal
2025-08-20T21:19:52.3632644Z [00:02:45.701]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing
2025-08-20T21:19:52.3633345Z [00:02:45.701]➜  mkdir -p $WORK/b338/
2025-08-20T21:19:52.3635622Z [00:02:45.703]➜  cat >/tmp/go-build3619502580/b338/importcfg << 'EOF' # internal
2025-08-20T21:19:52.3636364Z [00:02:45.703]➜  # import config
2025-08-20T21:19:52.3637047Z [00:02:45.703]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:52.3637676Z [00:02:45.703]➜  EOF
2025-08-20T21:19:52.3642633Z [00:02:45.703]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b338/_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/b338=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing -lang=go1.23 -complete -installsuffix shared -buildid 0E-6jXWktgq66tzmUnn-/0E-6jXWktgq66tzmUnn- -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/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:19:52.4015783Z [00:02:45.741]➜  go tool buildid -w $WORK/b338/_pkg_.a # internal
2025-08-20T21:19:52.4023797Z [00:02:45.742]➜  cp $WORK/b338/_pkg_.a /root/.cache/go-build/b3/b367e193ddb61ce12425979719e814bf4233048b2d15274368a6ada8b0ea1f3f-d # internal
2025-08-20T21:19:52.4029229Z [00:02:45.742]➜  flag
2025-08-20T21:19:52.4029712Z [00:02:45.742]➜  mkdir -p $WORK/b340/
2025-08-20T21:19:52.4030458Z [00:02:45.742]➜  cat >/tmp/go-build3619502580/b340/importcfg << 'EOF' # internal
2025-08-20T21:19:52.4031179Z [00:02:45.742]➜  # import config
2025-08-20T21:19:52.4032083Z [00:02:45.742]➜  packagefile encoding=/tmp/go-build3619502580/b059/_pkg_.a
2025-08-20T21:19:52.4032920Z [00:02:45.742]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:52.4033710Z [00:02:45.742]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:52.4034784Z [00:02:45.742]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:52.4035539Z [00:02:45.742]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:52.4036335Z [00:02:45.742]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:52.4037174Z [00:02:45.742]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:52.4037992Z [00:02:45.742]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:52.4038826Z [00:02:45.742]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:52.4039645Z [00:02:45.742]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:52.4040446Z [00:02:45.742]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:52.4041051Z [00:02:45.742]➜  EOF
2025-08-20T21:19:52.4043772Z [00:02:45.742]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b340/_pkg_.a -trimpath "/root/.go/src/flag=>flag;$WORK/b340=>" -p flag -lang=go1.25 -std -complete -installsuffix shared -buildid xNJwWrRXYm4X7HU2StJk/xNJwWrRXYm4X7HU2StJk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b340/importcfg -pack /root/.go/src/flag/flag.go
2025-08-20T21:19:52.4218118Z [00:02:45.761]➜  go tool buildid -w $WORK/b309/_pkg_.a # internal
2025-08-20T21:19:52.4284604Z [00:02:45.768]➜  cp $WORK/b309/_pkg_.a /root/.cache/go-build/38/3817397a8cdb23fad7916c58e28ba4c5917bea7df785219adb4db2f50312bc5a-d # internal
2025-08-20T21:19:52.4292798Z [00:02:45.768]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/diag
2025-08-20T21:19:52.4296444Z [00:02:45.769]➜  mkdir -p $WORK/b349/
2025-08-20T21:19:52.4297240Z [00:02:45.769]➜  cat >/tmp/go-build3619502580/b349/importcfg << 'EOF' # internal
2025-08-20T21:19:52.4298258Z [00:02:45.769]➜  # import config
2025-08-20T21:19:52.4299025Z [00:02:45.769]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:52.4312220Z [00:02:45.769]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:52.4313163Z [00:02:45.769]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:52.4313805Z [00:02:45.769]➜  EOF
2025-08-20T21:19:52.4318434Z [00:02:45.769]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b349/_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/b349=>" -p github.com/Azure/azure-sdk-for-go/sdk/internal/diag -lang=go1.23 -complete -installsuffix shared -buildid iOff-6i1XXBhKfcsl_0P/iOff-6i1XXBhKfcsl_0P -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/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:19:52.4486239Z [00:02:45.788]➜  go tool buildid -w $WORK/b349/_pkg_.a # internal
2025-08-20T21:19:52.4488088Z [00:02:45.788]➜  cp $WORK/b349/_pkg_.a /root/.cache/go-build/49/49ba913888731f68cf534cef37fd36d9c9ed8544e66c62eeb609d3db99666232-d # internal
2025-08-20T21:19:52.4490207Z [00:02:45.788]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/temporal
2025-08-20T21:19:52.4491489Z [00:02:45.788]➜  mkdir -p $WORK/b351/
2025-08-20T21:19:52.4493149Z [00:02:45.788]➜  cat >/tmp/go-build3619502580/b351/importcfg << 'EOF' # internal
2025-08-20T21:19:52.4494263Z [00:02:45.788]➜  # import config
2025-08-20T21:19:52.4496251Z [00:02:45.788]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:52.4497120Z [00:02:45.788]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:52.4497727Z [00:02:45.788]➜  EOF
2025-08-20T21:19:52.4502127Z [00:02:45.788]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b351/_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/b351=>" -p github.com/Azure/azure-sdk-for-go/sdk/internal/temporal -lang=go1.23 -complete -installsuffix shared -buildid -Nor4Tv8X0j5rt4KNGo4/-Nor4Tv8X0j5rt4KNGo4 -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/temporal/resource.go
2025-08-20T21:19:52.4639466Z [00:02:45.803]➜  go tool buildid -w $WORK/b351/_pkg_.a # internal
2025-08-20T21:19:52.4645876Z [00:02:45.804]➜  cp $WORK/b351/_pkg_.a /root/.cache/go-build/59/59e10ecbecbd610d4b64331c9c42c85f5ad975d7b8cf3985a25fac3b73a44d2d-d # internal
2025-08-20T21:19:52.4653140Z [00:02:45.804]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/uuid
2025-08-20T21:19:52.4658096Z [00:02:45.804]➜  mkdir -p $WORK/b352/
2025-08-20T21:19:52.4658830Z [00:02:45.804]➜  cat >/tmp/go-build3619502580/b352/importcfg << 'EOF' # internal
2025-08-20T21:19:52.4659542Z [00:02:45.804]➜  # import config
2025-08-20T21:19:52.4660208Z [00:02:45.804]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:19:52.4661486Z [00:02:45.804]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:52.4663948Z [00:02:45.804]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:52.4666975Z [00:02:45.804]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:52.4667618Z [00:02:45.804]➜  EOF
2025-08-20T21:19:52.4672620Z [00:02:45.804]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b352/_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/b352=>" -p github.com/Azure/azure-sdk-for-go/sdk/internal/uuid -lang=go1.23 -complete -installsuffix shared -buildid n0MqCip1xNdYQMSXuxBr/n0MqCip1xNdYQMSXuxBr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b352/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:19:52.4998819Z [00:02:45.839]➜  go tool buildid -w $WORK/b352/_pkg_.a # internal
2025-08-20T21:19:52.5005120Z [00:02:45.840]➜  cp $WORK/b352/_pkg_.a /root/.cache/go-build/9a/9ab56ddf45a5b447ccdcb5a6e30ed683919b9f368cbbfda2bc6b9cd3a5f3e8ac-d # internal
2025-08-20T21:19:52.5009834Z [00:02:45.840]➜  golang.org/x/text/unicode/bidi
2025-08-20T21:19:52.5015253Z [00:02:45.841]➜  mkdir -p $WORK/b357/
2025-08-20T21:19:52.5020416Z [00:02:45.841]➜  cat >/tmp/go-build3619502580/b357/importcfg << 'EOF' # internal
2025-08-20T21:19:52.5021136Z [00:02:45.841]➜  # import config
2025-08-20T21:19:52.5022023Z [00:02:45.841]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:52.5022958Z [00:02:45.841]➜  packagefile container/list=/tmp/go-build3619502580/b080/_pkg_.a
2025-08-20T21:19:52.5023907Z [00:02:45.841]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:52.5024749Z [00:02:45.841]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:19:52.5025559Z [00:02:45.841]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:19:52.5026479Z [00:02:45.841]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:52.5027183Z [00:02:45.841]➜  EOF
2025-08-20T21:19:52.5033250Z [00:02:45.841]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b357/_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/b357=>" -p golang.org/x/text/unicode/bidi -lang=go1.23 -complete -installsuffix shared -buildid VTvBkxk7PYOW0O28Tc4F/VTvBkxk7PYOW0O28Tc4F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b357/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:19:52.5528048Z [00:02:45.892]➜  go tool buildid -w $WORK/b340/_pkg_.a # internal
2025-08-20T21:19:52.5572636Z [00:02:45.896]➜  cp $WORK/b340/_pkg_.a /root/.cache/go-build/a5/a5aaf1760baeddd363f47cb2dba4c214f54d57033f3d408f59cc917049f2f76b-d # internal
2025-08-20T21:19:52.5580109Z [00:02:45.897]➜  golang.org/x/net/http2/hpack
2025-08-20T21:19:52.5583302Z [00:02:45.897]➜  mkdir -p $WORK/b358/
2025-08-20T21:19:52.5600224Z [00:02:45.898]➜  cat >/tmp/go-build3619502580/b358/importcfg << 'EOF' # internal
2025-08-20T21:19:52.5601062Z [00:02:45.899]➜  # import config
2025-08-20T21:19:52.5601941Z [00:02:45.899]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:52.5602770Z [00:02:45.899]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:52.5603628Z [00:02:45.899]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:52.5604400Z [00:02:45.899]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:52.5605180Z [00:02:45.899]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:52.5605801Z [00:02:45.899]➜  EOF
2025-08-20T21:19:52.5619263Z [00:02:45.900]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b358/_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/b358=>" -p golang.org/x/net/http2/hpack -lang=go1.23 -complete -installsuffix shared -buildid v3zqJX6Dp6QrpH6eZ42B/v3zqJX6Dp6QrpH6eZ42B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b358/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:19:52.7198280Z [00:02:46.059]➜  go tool buildid -w $WORK/b358/_pkg_.a # internal
2025-08-20T21:19:52.7235498Z [00:02:46.063]➜  cp $WORK/b358/_pkg_.a /root/.cache/go-build/e4/e4b8eb97920c85aa66d3eb6d495912caa9745ffabe961c49377e988c7b219676-d # internal
2025-08-20T21:19:52.7243381Z [00:02:46.063]➜  hash/crc64
2025-08-20T21:19:52.7247836Z [00:02:46.064]➜  mkdir -p $WORK/b367/
2025-08-20T21:19:52.7258151Z [00:02:46.065]➜  cat >/tmp/go-build3619502580/b367/importcfg << 'EOF' # internal
2025-08-20T21:19:52.7259252Z [00:02:46.065]➜  # import config
2025-08-20T21:19:52.7262092Z [00:02:46.065]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:52.7265293Z [00:02:46.065]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:19:52.7266206Z [00:02:46.065]➜  packagefile internal/byteorder=/tmp/go-build3619502580/b013/_pkg_.a
2025-08-20T21:19:52.7267124Z [00:02:46.065]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:52.7267726Z [00:02:46.065]➜  EOF
2025-08-20T21:19:52.7277010Z [00:02:46.067]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b367/_pkg_.a -trimpath "/root/.go/src/hash/crc64=>hash/crc64;$WORK/b367=>" -p hash/crc64 -lang=go1.25 -std -complete -installsuffix shared -buildid 5U9H2B-Vw1hmwdAjDRNJ/5U9H2B-Vw1hmwdAjDRNJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b367/importcfg -pack /root/.go/src/hash/crc64/crc64.go
2025-08-20T21:19:52.7406291Z [00:02:46.080]➜  go tool buildid -w $WORK/b357/_pkg_.a # internal
2025-08-20T21:19:52.7427091Z [00:02:46.082]➜  cp $WORK/b357/_pkg_.a /root/.cache/go-build/63/638143b2e95c4597399914651771b7355810752cc3a6eb66bff3305a02298e85-d # internal
2025-08-20T21:19:52.7456438Z [00:02:46.085]➜  golang.org/x/text/secure/bidirule
2025-08-20T21:19:52.7463625Z [00:02:46.085]➜  mkdir -p $WORK/b356/
2025-08-20T21:19:52.7464402Z [00:02:46.085]➜  cat >/tmp/go-build3619502580/b356/importcfg << 'EOF' # internal
2025-08-20T21:19:52.7465124Z [00:02:46.085]➜  # import config
2025-08-20T21:19:52.7465788Z [00:02:46.085]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:52.7466776Z [00:02:46.085]➜  packagefile golang.org/x/text/transform=/tmp/go-build3619502580/b230/_pkg_.a
2025-08-20T21:19:52.7468324Z [00:02:46.085]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build3619502580/b357/_pkg_.a
2025-08-20T21:19:52.7469369Z [00:02:46.085]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:52.7470025Z [00:02:46.085]➜  EOF
2025-08-20T21:19:52.7474343Z [00:02:46.085]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b356/_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/b356=>" -p golang.org/x/text/secure/bidirule -lang=go1.23 -complete -installsuffix shared -buildid lM-IMQwr0k5kQSfvIw21/lM-IMQwr0k5kQSfvIw21 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b356/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:19:52.7767181Z [00:02:46.116]➜  go tool buildid -w $WORK/b367/_pkg_.a # internal
2025-08-20T21:19:52.7804109Z [00:02:46.117]➜  cp $WORK/b367/_pkg_.a /root/.cache/go-build/8d/8dd24e01347895f101b02a7d1d2b84386ff9a6ee19ac026f0fd25048a72c8909-d # internal
2025-08-20T21:19:52.7805312Z [00:02:46.117]➜  internal/sysinfo
2025-08-20T21:19:52.7805840Z [00:02:46.117]➜  mkdir -p $WORK/b377/
2025-08-20T21:19:52.7806558Z [00:02:46.117]➜  cat >/tmp/go-build3619502580/b377/importcfg << 'EOF' # internal
2025-08-20T21:19:52.7807217Z [00:02:46.117]➜  # import config
2025-08-20T21:19:52.7807858Z [00:02:46.117]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:19:52.7808673Z [00:02:46.117]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:52.7809519Z [00:02:46.117]➜  packagefile internal/cpu=/tmp/go-build3619502580/b012/_pkg_.a
2025-08-20T21:19:52.7810665Z [00:02:46.117]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:52.7811707Z [00:02:46.117]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:52.7812556Z [00:02:46.117]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:52.7813397Z [00:02:46.117]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:52.7813987Z [00:02:46.117]➜  EOF
2025-08-20T21:19:52.7818722Z [00:02:46.121]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b377/_pkg_.a -trimpath "/root/.go/src/internal/sysinfo=>internal/sysinfo;$WORK/b377=>" -p internal/sysinfo -lang=go1.25 -std -complete -installsuffix shared -buildid 2LlP5eE58_Bepn4XAFpx/2LlP5eE58_Bepn4XAFpx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b377/importcfg -pack /root/.go/src/internal/sysinfo/cpuinfo_linux.go /root/.go/src/internal/sysinfo/sysinfo.go
2025-08-20T21:19:52.7912060Z [00:02:46.130]➜  go tool buildid -w $WORK/b356/_pkg_.a # internal
2025-08-20T21:19:52.7920179Z [00:02:46.131]➜  cp $WORK/b356/_pkg_.a /root/.cache/go-build/d1/d1a5bd1241029b7940f4d2ca506896544879bc04639642eb707971dd7c38275f-d # internal
2025-08-20T21:19:52.7926059Z [00:02:46.132]➜  golang.org/x/net/idna
2025-08-20T21:19:52.7930190Z [00:02:46.132]➜  mkdir -p $WORK/b355/
2025-08-20T21:19:52.7931599Z [00:02:46.132]➜  cat >/tmp/go-build3619502580/b355/importcfg << 'EOF' # internal
2025-08-20T21:19:52.7934308Z [00:02:46.132]➜  # import config
2025-08-20T21:19:52.7934961Z [00:02:46.132]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:52.7935967Z [00:02:46.132]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build3619502580/b356/_pkg_.a
2025-08-20T21:19:52.7937127Z [00:02:46.132]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build3619502580/b357/_pkg_.a
2025-08-20T21:19:52.7938240Z [00:02:46.132]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3619502580/b231/_pkg_.a
2025-08-20T21:19:52.7939195Z [00:02:46.132]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:52.7940013Z [00:02:46.132]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:52.7940878Z [00:02:46.132]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:52.7942026Z [00:02:46.132]➜  EOF
2025-08-20T21:19:52.7947346Z [00:02:46.133]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b355/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/idna=>golang.org/x/net@v0.39.0/idna;$WORK/b355=>" -p golang.org/x/net/idna -lang=go1.23 -complete -installsuffix shared -buildid MnwBBdwRv8DlxlOo_UnN/MnwBBdwRv8DlxlOo_UnN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b355/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:19:52.8769098Z [00:02:46.216]➜  go tool buildid -w $WORK/b377/_pkg_.a # internal
2025-08-20T21:19:52.8778007Z [00:02:46.217]➜  cp $WORK/b377/_pkg_.a /root/.cache/go-build/2b/2b97ad2c0335aebfdfc2883ac4201c66777086b1833d6143b9608958e204e6bf-d # internal
2025-08-20T21:19:52.8782908Z [00:02:46.217]➜  testing
2025-08-20T21:19:52.8813154Z [00:02:46.220]➜  mkdir -p $WORK/b376/
2025-08-20T21:19:52.8821640Z [00:02:46.221]➜  cat >/tmp/go-build3619502580/b376/importcfg << 'EOF' # internal
2025-08-20T21:19:52.8838920Z [00:02:46.221]➜  # import config
2025-08-20T21:19:52.8839630Z [00:02:46.221]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:52.8844950Z [00:02:46.221]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:52.8845843Z [00:02:46.221]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:52.8846907Z [00:02:46.222]➜  packagefile flag=/tmp/go-build3619502580/b340/_pkg_.a
2025-08-20T21:19:52.8847700Z [00:02:46.222]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:52.8848583Z [00:02:46.222]➜  packagefile internal/race=/tmp/go-build3619502580/b030/_pkg_.a
2025-08-20T21:19:52.8849530Z [00:02:46.222]➜  packagefile internal/sysinfo=/tmp/go-build3619502580/b377/_pkg_.a
2025-08-20T21:19:52.8850369Z [00:02:46.222]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:52.8851142Z [00:02:46.222]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:52.8852147Z [00:02:46.222]➜  packagefile math/rand=/tmp/go-build3619502580/b108/_pkg_.a
2025-08-20T21:19:52.8852952Z [00:02:46.222]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:52.8853794Z [00:02:46.222]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:19:52.8854650Z [00:02:46.222]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:52.8855522Z [00:02:46.222]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:52.8856381Z [00:02:46.222]➜  packagefile runtime/debug=/tmp/go-build3619502580/b197/_pkg_.a
2025-08-20T21:19:52.8857255Z [00:02:46.222]➜  packagefile runtime/trace=/tmp/go-build3619502580/b196/_pkg_.a
2025-08-20T21:19:52.8858111Z [00:02:46.222]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:52.8858915Z [00:02:46.222]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:52.8859712Z [00:02:46.222]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:52.8860499Z [00:02:46.222]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:52.8861476Z [00:02:46.222]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:52.8862316Z [00:02:46.222]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:52.8863109Z [00:02:46.222]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:19:52.8864006Z [00:02:46.222]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:52.8864652Z [00:02:46.222]➜  EOF
2025-08-20T21:19:52.8869352Z [00:02:46.222]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b376/_pkg_.a -trimpath "/root/.go/src/testing=>testing;$WORK/b376=>" -p testing -lang=go1.25 -std -complete -installsuffix shared -buildid XVSwLsZ-oMhNg2cX7CBg/XVSwLsZ-oMhNg2cX7CBg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b376/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:19:53.0337805Z [00:02:46.373]➜  go tool buildid -w $WORK/b355/_pkg_.a # internal
2025-08-20T21:19:53.0389929Z [00:02:46.378]➜  cp $WORK/b355/_pkg_.a /root/.cache/go-build/20/2043027da3f4bd35ec622839e3469bea40302e5cb18931eb3f8c8615c1bb5cbc-d # internal
2025-08-20T21:19:53.0395455Z [00:02:46.378]➜  golang.org/x/net/http/httpguts
2025-08-20T21:19:53.0396056Z [00:02:46.378]➜  mkdir -p $WORK/b354/
2025-08-20T21:19:53.0396761Z [00:02:46.379]➜  cat >/tmp/go-build3619502580/b354/importcfg << 'EOF' # internal
2025-08-20T21:19:53.0397329Z [00:02:46.379]➜  # import config
2025-08-20T21:19:53.0398069Z [00:02:46.379]➜  packagefile golang.org/x/net/idna=/tmp/go-build3619502580/b355/_pkg_.a
2025-08-20T21:19:53.0398937Z [00:02:46.379]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:19:53.0399768Z [00:02:46.379]➜  packagefile net/textproto=/tmp/go-build3619502580/b176/_pkg_.a
2025-08-20T21:19:53.0400586Z [00:02:46.379]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:53.0401614Z [00:02:46.379]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:53.0402284Z [00:02:46.379]➜  EOF
2025-08-20T21:19:53.0407169Z [00:02:46.380]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b354/_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/b354=>" -p golang.org/x/net/http/httpguts -lang=go1.23 -complete -installsuffix shared -buildid 3H5irSkTfnYvPs4lpQw_/3H5irSkTfnYvPs4lpQw_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b354/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:19:53.0930213Z [00:02:46.432]➜  go tool buildid -w $WORK/b354/_pkg_.a # internal
2025-08-20T21:19:53.0936474Z [00:02:46.433]➜  cp $WORK/b354/_pkg_.a /root/.cache/go-build/a2/a2761e406c676f007b1a5f1dce8e44f42e599ca1a3a7566608a4edfb18cffd6e-d # internal
2025-08-20T21:19:53.0950245Z [00:02:46.433]➜  github.com/gocql/gocql/internal/streams
2025-08-20T21:19:53.0951065Z [00:02:46.433]➜  mkdir -p $WORK/b382/
2025-08-20T21:19:53.0952059Z [00:02:46.433]➜  cat >/tmp/go-build3619502580/b382/importcfg << 'EOF' # internal
2025-08-20T21:19:53.0953247Z [00:02:46.433]➜  # import config
2025-08-20T21:19:53.0954164Z [00:02:46.433]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:53.0955217Z [00:02:46.433]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:53.0956201Z [00:02:46.433]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:53.0957039Z [00:02:46.433]➜  EOF
2025-08-20T21:19:53.0961888Z [00:02:46.433]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b382/_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/b382=>" -p github.com/gocql/gocql/internal/streams -lang=go1.13 -complete -installsuffix shared -buildid 7KTQC9GO4EAIR12Razyk/7KTQC9GO4EAIR12Razyk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b382/importcfg -pack /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/internal/streams/streams.go
2025-08-20T21:19:53.1151637Z [00:02:46.454]➜  go tool buildid -w $WORK/b382/_pkg_.a # internal
2025-08-20T21:19:53.1158522Z [00:02:46.455]➜  cp $WORK/b382/_pkg_.a /root/.cache/go-build/69/69b80273f8802fa2b6f24afc9d40ac146fa3932008c8b6a4247cfb11a2348c52-d # internal
2025-08-20T21:19:53.1169639Z [00:02:46.455]➜  github.com/golang/snappy
2025-08-20T21:19:53.1170150Z [00:02:46.455]➜  mkdir -p $WORK/b383/
2025-08-20T21:19:53.1170681Z [00:02:46.455]➜  echo -n > $WORK/b383/go_asm.h # internal
2025-08-20T21:19:53.1171486Z [00:02:46.456]➜  cd /root/go/pkg/mod/github.com/golang/snappy@v1.0.0
2025-08-20T21:19:53.1173807Z [00:02:46.456]➜  /root/.go/pkg/tool/linux_amd64/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/b383=>" -I $WORK/b383/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b383/symabis ./decode_amd64.s ./encode_amd64.s
2025-08-20T21:19:53.1209916Z [00:02:46.460]➜  cat >/tmp/go-build3619502580/b383/importcfg << 'EOF' # internal
2025-08-20T21:19:53.1219954Z [00:02:46.460]➜  # import config
2025-08-20T21:19:53.1220729Z [00:02:46.460]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:19:53.1221800Z [00:02:46.460]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:53.1222684Z [00:02:46.460]➜  packagefile hash/crc32=/tmp/go-build3619502580/b078/_pkg_.a
2025-08-20T21:19:53.1223530Z [00:02:46.460]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:53.1224120Z [00:02:46.460]➜  EOF
2025-08-20T21:19:53.1224608Z [00:02:46.460]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:53.1230134Z [00:02:46.460]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b383/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v1.0.0=>github.com/golang/snappy@v1.0.0;$WORK/b383=>" -p github.com/golang/snappy -lang=go1.16 -installsuffix shared -buildid 1OBHzmya1YI6sIcQjcNA/1OBHzmya1YI6sIcQjcNA -goversion go1.25.0 -symabis $WORK/b383/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b383/importcfg -pack -asmhdr $WORK/b383/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:19:53.1556873Z [00:02:46.495]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T21:19:53.1575851Z [00:02:46.497]➜  cd /root/go/pkg/mod/github.com/golang/snappy@v1.0.0
2025-08-20T21:19:53.1582292Z [00:02:46.497]➜  /root/.go/pkg/tool/linux_amd64/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/b383=>" -I $WORK/b383/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b383/decode_amd64.o ./decode_amd64.s
2025-08-20T21:19:53.1633044Z [00:02:46.502]➜  /root/.go/pkg/tool/linux_amd64/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/b383=>" -I $WORK/b383/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b383/encode_amd64.o ./encode_amd64.s
2025-08-20T21:19:53.1719027Z [00:02:46.510]➜  go tool pack r $WORK/b383/_pkg_.a $WORK/b383/decode_amd64.o $WORK/b383/encode_amd64.o # internal
2025-08-20T21:19:53.1737265Z [00:02:46.511]➜  go tool buildid -w $WORK/b383/_pkg_.a # internal
2025-08-20T21:19:53.1739749Z [00:02:46.511]➜  cp $WORK/b383/_pkg_.a /root/.cache/go-build/81/815c3b065dcee7c710f0e399e8568f9de545a6091986e4ba734e3bcecf024f86-d # internal
2025-08-20T21:19:53.1742277Z [00:02:46.511]➜  github.com/hailocab/go-hostpool
2025-08-20T21:19:53.1742866Z [00:02:46.511]➜  mkdir -p $WORK/b384/
2025-08-20T21:19:53.1743559Z [00:02:46.512]➜  cat >/tmp/go-build3619502580/b384/importcfg << 'EOF' # internal
2025-08-20T21:19:53.1744206Z [00:02:46.512]➜  # import config
2025-08-20T21:19:53.1744847Z [00:02:46.512]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:19:53.1745643Z [00:02:46.512]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:53.1746452Z [00:02:46.512]➜  packagefile math/rand=/tmp/go-build3619502580/b108/_pkg_.a
2025-08-20T21:19:53.1747546Z [00:02:46.512]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:53.1748297Z [00:02:46.512]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:53.1748878Z [00:02:46.512]➜  EOF
2025-08-20T21:19:53.1749336Z [00:02:46.512]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:19:53.1766015Z [00:02:46.512]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b384/_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/b384=>" -p github.com/hailocab/go-hostpool -lang=go1.16 -complete -installsuffix shared -buildid JXmnWWmacNYyb_o_sicM/JXmnWWmacNYyb_o_sicM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b384/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:19:53.1784209Z [00:02:46.515]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/4a/4a8c37282ee5d76f30e08df6519043ebbfc4df9a47ebb6aa9b4420776e75fb43-d # internal
2025-08-20T21:19:53.1785235Z [00:02:46.516]➜  net/http/httptrace
2025-08-20T21:19:53.1785708Z [00:02:46.516]➜  mkdir -p $WORK/b182/
2025-08-20T21:19:53.1786370Z [00:02:46.517]➜  cat >/tmp/go-build3619502580/b182/importcfg << 'EOF' # internal
2025-08-20T21:19:53.1786999Z [00:02:46.517]➜  # import config
2025-08-20T21:19:53.1787625Z [00:02:46.517]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:53.1788687Z [00:02:46.517]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:19:53.1789544Z [00:02:46.517]➜  packagefile internal/nettrace=/tmp/go-build3619502580/b161/_pkg_.a
2025-08-20T21:19:53.1790332Z [00:02:46.517]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:19:53.1791130Z [00:02:46.517]➜  packagefile net/textproto=/tmp/go-build3619502580/b176/_pkg_.a
2025-08-20T21:19:53.1795659Z [00:02:46.517]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:53.1796415Z [00:02:46.517]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:53.1796954Z [00:02:46.517]➜  EOF
2025-08-20T21:19:53.1807100Z [00:02:46.520]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b182/_pkg_.a -trimpath "/root/.go/src/net/http/httptrace=>net/http/httptrace;$WORK/b182=>" -p net/http/httptrace -lang=go1.25 -std -complete -installsuffix shared -buildid ahHL7oPJFRKHa9GsY2ba/ahHL7oPJFRKHa9GsY2ba -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b182/importcfg -pack /root/.go/src/net/http/httptrace/trace.go
2025-08-20T21:19:53.2438947Z [00:02:46.583]➜  go tool buildid -w $WORK/b182/_pkg_.a # internal
2025-08-20T21:19:53.2458087Z [00:02:46.585]➜  cp $WORK/b182/_pkg_.a /root/.cache/go-build/ad/ade1262e3cc942ac16daa98c7fca238ca2c487ef327a169b63e2d46bc6b10a5e-d # internal
2025-08-20T21:19:53.2466817Z [00:02:46.586]➜  net/http/internal/httpcommon
2025-08-20T21:19:53.2471819Z [00:02:46.586]➜  mkdir -p $WORK/b185/
2025-08-20T21:19:53.2483463Z [00:02:46.587]➜  cat >/tmp/go-build3619502580/b185/importcfg << 'EOF' # internal
2025-08-20T21:19:53.2484684Z [00:02:46.587]➜  # import config
2025-08-20T21:19:53.2486713Z [00:02:46.587]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:19:53.2487833Z [00:02:46.587]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T21:19:53.2488798Z [00:02:46.587]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:53.2489640Z [00:02:46.587]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:53.2490420Z [00:02:46.587]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:53.2495561Z [00:02:46.588]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3619502580/b168/_pkg_.a
2025-08-20T21:19:53.2497195Z [00:02:46.588]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build3619502580/b178/_pkg_.a
2025-08-20T21:19:53.2498302Z [00:02:46.588]➜  packagefile net/http/httptrace=/tmp/go-build3619502580/b182/_pkg_.a
2025-08-20T21:19:53.2499226Z [00:02:46.588]➜  packagefile net/textproto=/tmp/go-build3619502580/b176/_pkg_.a
2025-08-20T21:19:53.2500070Z [00:02:46.588]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:19:53.2500857Z [00:02:46.588]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:19:53.2501852Z [00:02:46.588]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:53.2502682Z [00:02:46.588]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:53.2503482Z [00:02:46.588]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:53.2504075Z [00:02:46.588]➜  EOF
2025-08-20T21:19:53.2513149Z [00:02:46.590]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b185/_pkg_.a -trimpath "/root/.go/src/net/http/internal/httpcommon=>net/http/internal/httpcommon;$WORK/b185=>" -p net/http/internal/httpcommon -lang=go1.25 -std -complete -installsuffix shared -buildid xK9D9iG9vyQS4DpGdswV/xK9D9iG9vyQS4DpGdswV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b185/importcfg -pack /root/.go/src/net/http/internal/httpcommon/httpcommon.go
2025-08-20T21:19:53.3169668Z [00:02:46.656]➜  go tool buildid -w $WORK/b384/_pkg_.a # internal
2025-08-20T21:19:53.3186992Z [00:02:46.658]➜  cp $WORK/b384/_pkg_.a /root/.cache/go-build/3d/3dacb1d1db147217d9b96b28169bf19598ca6433e71989f1422a31a9bbce45fc-d # internal
2025-08-20T21:19:53.3208839Z [00:02:46.659]➜  golang.org/x/net/internal/httpcommon
2025-08-20T21:19:53.3210074Z [00:02:46.660]➜  mkdir -p $WORK/b359/
2025-08-20T21:19:53.3210712Z [00:02:46.660]➜  go tool buildid -w $WORK/b185/_pkg_.a # internal
2025-08-20T21:19:53.3211687Z [00:02:46.660]➜  cat >/tmp/go-build3619502580/b359/importcfg << 'EOF' # internal
2025-08-20T21:19:53.3213573Z [00:02:46.660]➜  # import config
2025-08-20T21:19:53.3214256Z [00:02:46.660]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:53.3215082Z [00:02:46.660]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:53.3215873Z [00:02:46.660]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:53.3216839Z [00:02:46.660]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build3619502580/b354/_pkg_.a
2025-08-20T21:19:53.3217951Z [00:02:46.660]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build3619502580/b358/_pkg_.a
2025-08-20T21:19:53.3218956Z [00:02:46.660]➜  packagefile net/http/httptrace=/tmp/go-build3619502580/b182/_pkg_.a
2025-08-20T21:19:53.3219906Z [00:02:46.660]➜  packagefile net/textproto=/tmp/go-build3619502580/b176/_pkg_.a
2025-08-20T21:19:53.3220800Z [00:02:46.660]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:19:53.3221798Z [00:02:46.660]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:19:53.3222667Z [00:02:46.660]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:53.3223503Z [00:02:46.660]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:53.3224343Z [00:02:46.660]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:53.3224934Z [00:02:46.660]➜  EOF
2025-08-20T21:19:53.3234699Z [00:02:46.660]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b359/_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/b359=>" -p golang.org/x/net/internal/httpcommon -lang=go1.23 -complete -installsuffix shared -buildid whBrBI1LTWJCYACkEOId/whBrBI1LTWJCYACkEOId -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b359/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:19:53.3250190Z [00:02:46.662]➜  cp $WORK/b185/_pkg_.a /root/.cache/go-build/81/812ca8e1d7544ccb0e370d4b5f1a300109384e60eae930b9e384e1f28814585a-d # internal
2025-08-20T21:19:53.3251422Z [00:02:46.662]➜  net/http
2025-08-20T21:19:53.3251860Z [00:02:46.662]➜  mkdir -p $WORK/b072/
2025-08-20T21:19:53.3252515Z [00:02:46.663]➜  cat >/tmp/go-build3619502580/b072/importcfg << 'EOF' # internal
2025-08-20T21:19:53.3253128Z [00:02:46.663]➜  # import config
2025-08-20T21:19:53.3253984Z [00:02:46.663]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:19:53.3255100Z [00:02:46.663]➜  importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy
2025-08-20T21:19:53.3256145Z [00:02:46.663]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T21:19:53.3257154Z [00:02:46.663]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:19:53.3257939Z [00:02:46.663]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:19:53.3258765Z [00:02:46.663]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:53.3259529Z [00:02:46.663]➜  packagefile compress/gzip=/tmp/go-build3619502580/b074/_pkg_.a
2025-08-20T21:19:53.3260473Z [00:02:46.663]➜  packagefile container/list=/tmp/go-build3619502580/b080/_pkg_.a
2025-08-20T21:19:53.3291514Z [00:02:46.663]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:53.3292518Z [00:02:46.663]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:19:53.3293381Z [00:02:46.663]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:19:53.3294539Z [00:02:46.663]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:19:53.3295462Z [00:02:46.663]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:19:53.3296311Z [00:02:46.663]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:53.3297069Z [00:02:46.663]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:53.3297976Z [00:02:46.663]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3619502580/b168/_pkg_.a
2025-08-20T21:19:53.3299084Z [00:02:46.663]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build3619502580/b177/_pkg_.a
2025-08-20T21:19:53.3300241Z [00:02:46.663]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build3619502580/b178/_pkg_.a
2025-08-20T21:19:53.3301528Z [00:02:46.663]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3619502580/b169/_pkg_.a
2025-08-20T21:19:53.3302577Z [00:02:46.663]➜  packagefile internal/godebug=/tmp/go-build3619502580/b045/_pkg_.a
2025-08-20T21:19:53.3303455Z [00:02:46.663]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:53.3304245Z [00:02:46.663]➜  packagefile io/fs=/tmp/go-build3619502580/b053/_pkg_.a
2025-08-20T21:19:53.3305035Z [00:02:46.663]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:19:53.3305857Z [00:02:46.663]➜  packagefile maps=/tmp/go-build3619502580/b158/_pkg_.a
2025-08-20T21:19:53.3306649Z [00:02:46.663]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:53.3307475Z [00:02:46.663]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:53.3308332Z [00:02:46.663]➜  packagefile math/rand=/tmp/go-build3619502580/b108/_pkg_.a
2025-08-20T21:19:53.3309145Z [00:02:46.663]➜  packagefile mime=/tmp/go-build3619502580/b179/_pkg_.a
2025-08-20T21:19:53.3310000Z [00:02:46.663]➜  packagefile mime/multipart=/tmp/go-build3619502580/b180/_pkg_.a
2025-08-20T21:19:53.3310851Z [00:02:46.663]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:19:53.3312002Z [00:02:46.663]➜  packagefile net/http/httptrace=/tmp/go-build3619502580/b182/_pkg_.a
2025-08-20T21:19:53.3313018Z [00:02:46.663]➜  packagefile net/http/internal=/tmp/go-build3619502580/b183/_pkg_.a
2025-08-20T21:19:53.3314384Z [00:02:46.663]➜  packagefile net/http/internal/ascii=/tmp/go-build3619502580/b184/_pkg_.a
2025-08-20T21:19:53.3315496Z [00:02:46.663]➜  packagefile net/http/internal/httpcommon=/tmp/go-build3619502580/b185/_pkg_.a
2025-08-20T21:19:53.3316512Z [00:02:46.663]➜  packagefile net/textproto=/tmp/go-build3619502580/b176/_pkg_.a
2025-08-20T21:19:53.3317385Z [00:02:46.663]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:19:53.3318218Z [00:02:46.663]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:53.3319053Z [00:02:46.663]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:19:53.3319971Z [00:02:46.663]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:19:53.3320876Z [00:02:46.663]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:53.3321991Z [00:02:46.663]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:53.3322815Z [00:02:46.663]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:53.3323632Z [00:02:46.663]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:19:53.3324420Z [00:02:46.663]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:53.3325248Z [00:02:46.663]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:53.3326054Z [00:02:46.663]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:53.3326893Z [00:02:46.663]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:53.3327746Z [00:02:46.663]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:53.3328543Z [00:02:46.663]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:19:53.3329647Z [00:02:46.663]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:53.3330339Z [00:02:46.663]➜  EOF
2025-08-20T21:19:53.3339960Z [00:02:46.663]➜  /root/.go/pkg/tool/linux_amd64/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 z6eJkNObHp_RbtkxGye1/z6eJkNObHp_RbtkxGye1 -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:19:53.4394431Z [00:02:46.779]➜  go tool buildid -w $WORK/b359/_pkg_.a # internal
2025-08-20T21:19:53.4406430Z [00:02:46.780]➜  cp $WORK/b359/_pkg_.a /root/.cache/go-build/8e/8e45988dcb966be430dca60813ee0e1987b8762b85c2302a279ddab16a3a0f61-d # internal
2025-08-20T21:19:53.4424538Z [00:02:46.782]➜  gopkg.in/inf.v0
2025-08-20T21:19:53.4425050Z [00:02:46.782]➜  mkdir -p $WORK/b385/
2025-08-20T21:19:53.4428030Z [00:02:46.782]➜  cat >/tmp/go-build3619502580/b385/importcfg << 'EOF' # internal
2025-08-20T21:19:53.4428787Z [00:02:46.782]➜  # import config
2025-08-20T21:19:53.4429445Z [00:02:46.782]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:53.4430215Z [00:02:46.782]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:53.4431483Z [00:02:46.782]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:19:53.4432329Z [00:02:46.782]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:53.4432934Z [00:02:46.782]➜  EOF
2025-08-20T21:19:53.4436168Z [00:02:46.782]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b385/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/inf.v0@v0.9.1=>gopkg.in/inf.v0@v0.9.1;$WORK/b385=>" -p gopkg.in/inf.v0 -lang=go1.16 -complete -installsuffix shared -buildid L5ZMefCtvj3YYyYNXhVq/L5ZMefCtvj3YYyYNXhVq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b385/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:19:53.5050367Z [00:02:46.844]➜  go tool buildid -w $WORK/b376/_pkg_.a # internal
2025-08-20T21:19:53.5132367Z [00:02:46.852]➜  cp $WORK/b376/_pkg_.a /root/.cache/go-build/8f/8f5b5dd7d32fdf4b925afe1dbbd9c379a24426d3e2199bab1a3728fc8b868e9b-d # internal
2025-08-20T21:19:53.5136151Z [00:02:46.853]➜  github.com/jrnd-io/jr/pkg/tpl
2025-08-20T21:19:53.5136713Z [00:02:46.853]➜  mkdir -p $WORK/b387/
2025-08-20T21:19:53.5137398Z [00:02:46.853]➜  cat >/tmp/go-build3619502580/b387/importcfg << 'EOF' # internal
2025-08-20T21:19:53.5138046Z [00:02:46.853]➜  # import config
2025-08-20T21:19:53.5138661Z [00:02:46.853]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:53.5139562Z [00:02:46.853]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build3619502580/b216/_pkg_.a
2025-08-20T21:19:53.5140486Z [00:02:46.853]➜  packagefile text/template=/tmp/go-build3619502580/b232/_pkg_.a
2025-08-20T21:19:53.5141113Z [00:02:46.853]➜  EOF
2025-08-20T21:19:53.5144077Z [00:02:46.853]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b387/_pkg_.a -trimpath "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/tpl=>github.com/jrnd-io/jr/pkg/tpl;$WORK/b387=>" -p github.com/jrnd-io/jr/pkg/tpl -lang=go1.24 -complete -installsuffix shared -buildid -nB2ljGeaTDwQL9NkEj_/-nB2ljGeaTDwQL9NkEj_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b387/importcfg -pack ./pkg/tpl/tpl.go
2025-08-20T21:19:53.5416451Z [00:02:46.881]➜  go tool buildid -w $WORK/b387/_pkg_.a # internal
2025-08-20T21:19:53.5432372Z [00:02:46.882]➜  cp $WORK/b387/_pkg_.a /root/.cache/go-build/c7/c77c32a5a26cd4071ba645c7d50041f95daa78ae07f4fad3e6f91669c814bd32-d # internal
2025-08-20T21:19:53.5435112Z [00:02:46.882]➜  github.com/jrnd-io/jr/pkg/producers/console
2025-08-20T21:19:53.5435751Z [00:02:46.882]➜  mkdir -p $WORK/b386/
2025-08-20T21:19:53.5436485Z [00:02:46.882]➜  cat >/tmp/go-build3619502580/b386/importcfg << 'EOF' # internal
2025-08-20T21:19:53.5437144Z [00:02:46.882]➜  # import config
2025-08-20T21:19:53.5437791Z [00:02:46.882]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:53.5438635Z [00:02:46.882]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:53.5439571Z [00:02:46.882]➜  packagefile github.com/jrnd-io/jr/pkg/tpl=/tmp/go-build3619502580/b387/_pkg_.a
2025-08-20T21:19:53.5440669Z [00:02:46.882]➜  EOF
2025-08-20T21:19:53.5444280Z [00:02:46.882]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b386/_pkg_.a -trimpath "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/console=>github.com/jrnd-io/jr/pkg/producers/console;$WORK/b386=>" -p github.com/jrnd-io/jr/pkg/producers/console -lang=go1.24 -complete -installsuffix shared -buildid APZssapMq8EQmqLKsfE5/APZssapMq8EQmqLKsfE5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b386/importcfg -pack ./pkg/producers/console/ConsoleProducer.go
2025-08-20T21:19:53.5569712Z [00:02:46.896]➜  go tool buildid -w $WORK/b385/_pkg_.a # internal
2025-08-20T21:19:53.5584983Z [00:02:46.898]➜  cp $WORK/b385/_pkg_.a /root/.cache/go-build/f0/f045600deb2498a1a7825080256d001fc2711cea3db459e1c3b53b396e886cae-d # internal
2025-08-20T21:19:53.5597170Z [00:02:46.899]➜  github.com/gocql/gocql
2025-08-20T21:19:53.5598040Z [00:02:46.899]➜  mkdir -p $WORK/b379/
2025-08-20T21:19:53.5603146Z [00:02:46.899]➜  cat >/tmp/go-build3619502580/b379/importcfg << 'EOF' # internal
2025-08-20T21:19:53.5603865Z [00:02:46.899]➜  # import config
2025-08-20T21:19:53.5604506Z [00:02:46.899]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:19:53.5605293Z [00:02:46.899]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:53.5610757Z [00:02:46.900]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:53.5611805Z [00:02:46.900]➜  packagefile crypto/md5=/tmp/go-build3619502580/b145/_pkg_.a
2025-08-20T21:19:53.5612690Z [00:02:46.900]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:19:53.5613536Z [00:02:46.900]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:19:53.5614650Z [00:02:46.900]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:19:53.5615582Z [00:02:46.900]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:19:53.5616491Z [00:02:46.900]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:19:53.5617398Z [00:02:46.900]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:53.5618233Z [00:02:46.900]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:53.5619033Z [00:02:46.900]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:53.5619997Z [00:02:46.900]➜  packagefile github.com/gocql/gocql/internal/lru=/tmp/go-build3619502580/b380/_pkg_.a
2025-08-20T21:19:53.5621174Z [00:02:46.900]➜  packagefile github.com/gocql/gocql/internal/murmur=/tmp/go-build3619502580/b381/_pkg_.a
2025-08-20T21:19:53.5622577Z [00:02:46.900]➜  packagefile github.com/gocql/gocql/internal/streams=/tmp/go-build3619502580/b382/_pkg_.a
2025-08-20T21:19:53.5623736Z [00:02:46.900]➜  packagefile github.com/golang/snappy=/tmp/go-build3619502580/b383/_pkg_.a
2025-08-20T21:19:53.5624808Z [00:02:46.900]➜  packagefile github.com/hailocab/go-hostpool=/tmp/go-build3619502580/b384/_pkg_.a
2025-08-20T21:19:53.5625809Z [00:02:46.900]➜  packagefile gopkg.in/inf.v0=/tmp/go-build3619502580/b385/_pkg_.a
2025-08-20T21:19:53.5626657Z [00:02:46.900]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:53.5627453Z [00:02:46.900]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:19:53.5628248Z [00:02:46.900]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:19:53.5629008Z [00:02:46.900]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:53.5629786Z [00:02:46.900]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:19:53.5630612Z [00:02:46.900]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:53.5633419Z [00:02:46.900]➜  packagefile math/rand=/tmp/go-build3619502580/b108/_pkg_.a
2025-08-20T21:19:53.5634281Z [00:02:46.900]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:19:53.5635045Z [00:02:46.900]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:53.5635830Z [00:02:46.900]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:53.5636893Z [00:02:46.900]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:19:53.5637680Z [00:02:46.900]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:53.5638521Z [00:02:46.900]➜  packagefile runtime/debug=/tmp/go-build3619502580/b197/_pkg_.a
2025-08-20T21:19:53.5639345Z [00:02:46.900]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:19:53.5640125Z [00:02:46.900]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:53.5640910Z [00:02:46.900]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:53.5641922Z [00:02:46.900]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:53.5642779Z [00:02:46.900]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:53.5643671Z [00:02:46.900]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:53.5644542Z [00:02:46.900]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:19:53.5645245Z [00:02:46.900]➜  EOF
2025-08-20T21:19:53.5659779Z [00:02:46.900]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b379/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gocql/gocql@v1.7.0=>github.com/gocql/gocql@v1.7.0;$WORK/b379=>" -p github.com/gocql/gocql -lang=go1.13 -complete -installsuffix shared -buildid S78ArYXqV7cOfxuOy4kQ/S78ArYXqV7cOfxuOy4kQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b379/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:19:53.5745988Z [00:02:46.914]➜  go tool buildid -w $WORK/b386/_pkg_.a # internal
2025-08-20T21:19:53.5757530Z [00:02:46.915]➜  cp $WORK/b386/_pkg_.a /root/.cache/go-build/6a/6a4af941d5dfb3869dca4f1bc1a32d952932d4d1afe7c9e3f664e2da2fcc8bba-d # internal
2025-08-20T21:19:53.5762371Z [00:02:46.915]➜  log/slog/internal/buffer
2025-08-20T21:19:53.5762923Z [00:02:46.915]➜  mkdir -p $WORK/b395/
2025-08-20T21:19:53.5763627Z [00:02:46.915]➜  cat >/tmp/go-build3619502580/b395/importcfg << 'EOF' # internal
2025-08-20T21:19:53.5764267Z [00:02:46.916]➜  # import config
2025-08-20T21:19:53.5766639Z [00:02:46.916]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:53.5767258Z [00:02:46.916]➜  EOF
2025-08-20T21:19:53.5770034Z [00:02:46.916]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b395/_pkg_.a -trimpath "/root/.go/src/log/slog/internal/buffer=>log/slog/internal/buffer;$WORK/b395=>" -p log/slog/internal/buffer -lang=go1.25 -std -complete -installsuffix shared -buildid 0HWT8LqazVPdgpieUes_/0HWT8LqazVPdgpieUes_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b395/importcfg -pack /root/.go/src/log/slog/internal/buffer/buffer.go
2025-08-20T21:19:53.5965763Z [00:02:46.936]➜  go tool buildid -w $WORK/b395/_pkg_.a # internal
2025-08-20T21:19:53.5974578Z [00:02:46.937]➜  cp $WORK/b395/_pkg_.a /root/.cache/go-build/36/36eb2e8aaccbeba90afc12b134521137935cf1e21b7a560ac87472a04d456af2-d # internal
2025-08-20T21:19:53.5983081Z [00:02:46.937]➜  log/slog
2025-08-20T21:19:53.5984312Z [00:02:46.938]➜  mkdir -p $WORK/b393/
2025-08-20T21:19:53.5990958Z [00:02:46.938]➜  cat >/tmp/go-build3619502580/b393/importcfg << 'EOF' # internal
2025-08-20T21:19:53.5997101Z [00:02:46.938]➜  # import config
2025-08-20T21:19:53.5997707Z [00:02:46.938]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:53.5998457Z [00:02:46.938]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:53.5999228Z [00:02:46.938]➜  packagefile encoding=/tmp/go-build3619502580/b059/_pkg_.a
2025-08-20T21:19:53.6000006Z [00:02:46.938]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:53.6000774Z [00:02:46.938]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:53.6001606Z [00:02:46.938]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:53.6002327Z [00:02:46.938]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:53.6003042Z [00:02:46.938]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:19:53.6003797Z [00:02:46.939]➜  packagefile log/internal=/tmp/go-build3619502580/b174/_pkg_.a
2025-08-20T21:19:53.6004949Z [00:02:46.939]➜  packagefile log/slog/internal=/tmp/go-build3619502580/b394/_pkg_.a
2025-08-20T21:19:53.6005892Z [00:02:46.939]➜  packagefile log/slog/internal/buffer=/tmp/go-build3619502580/b395/_pkg_.a
2025-08-20T21:19:53.6006712Z [00:02:46.939]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:53.6007445Z [00:02:46.939]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:53.6008193Z [00:02:46.939]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:53.6008933Z [00:02:46.939]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:53.6009621Z [00:02:46.939]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:53.6010341Z [00:02:46.939]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:53.6011019Z [00:02:46.939]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:53.6011887Z [00:02:46.939]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:53.6012643Z [00:02:46.939]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:53.6013325Z [00:02:46.939]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:19:53.6014040Z [00:02:46.939]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:53.6014597Z [00:02:46.939]➜  EOF
2025-08-20T21:19:53.6024003Z [00:02:46.941]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b393/_pkg_.a -trimpath "/root/.go/src/log/slog=>log/slog;$WORK/b393=>" -p log/slog -lang=go1.25 -std -complete -installsuffix shared -buildid G8YbV9anifGDd3tP3iIN/G8YbV9anifGDd3tP3iIN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b393/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:19:53.8777809Z [00:02:47.217]➜  go tool buildid -w $WORK/b393/_pkg_.a # internal
2025-08-20T21:19:53.8913327Z [00:02:47.230]➜  cp $WORK/b393/_pkg_.a /root/.cache/go-build/bf/bfc19bc44ad3fb3753e78e424509d838b84f0ba879f5ecb2f066e5f5fcb3e18d-d # internal
2025-08-20T21:19:53.8947540Z [00:02:47.234]➜  github.com/go-logr/logr
2025-08-20T21:19:53.8974586Z [00:02:47.237]➜  mkdir -p $WORK/b392/
2025-08-20T21:19:53.8985876Z [00:02:47.237]➜  cat >/tmp/go-build3619502580/b392/importcfg << 'EOF' # internal
2025-08-20T21:19:53.8986463Z [00:02:47.237]➜  # import config
2025-08-20T21:19:53.8987007Z [00:02:47.237]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:53.8987667Z [00:02:47.237]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:53.8988315Z [00:02:47.237]➜  packagefile log/slog=/tmp/go-build3619502580/b393/_pkg_.a
2025-08-20T21:19:53.8988988Z [00:02:47.237]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:53.8989657Z [00:02:47.237]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:53.8990133Z [00:02:47.237]➜  EOF
2025-08-20T21:19:53.8994706Z [00:02:47.237]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b392/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/logr@v1.4.2=>github.com/go-logr/logr@v1.4.2;$WORK/b392=>" -p github.com/go-logr/logr -lang=go1.18 -complete -installsuffix shared -buildid 8zNSsgskHgNiYGLzyIdG/8zNSsgskHgNiYGLzyIdG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b392/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:19:53.9863767Z [00:02:47.325]➜  go tool buildid -w $WORK/b392/_pkg_.a # internal
2025-08-20T21:19:53.9873814Z [00:02:47.326]➜  cp $WORK/b392/_pkg_.a /root/.cache/go-build/75/758f6b016538ea8a3737c2ebdeb47e1f81c53960c42f3d878659fa94a754a34b-d # internal
2025-08-20T21:19:53.9874998Z [00:02:47.326]➜  github.com/go-logr/logr/funcr
2025-08-20T21:19:53.9875610Z [00:02:47.326]➜  mkdir -p $WORK/b398/
2025-08-20T21:19:53.9876310Z [00:02:47.326]➜  cat >/tmp/go-build3619502580/b398/importcfg << 'EOF' # internal
2025-08-20T21:19:53.9876965Z [00:02:47.326]➜  # import config
2025-08-20T21:19:53.9877599Z [00:02:47.326]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:53.9878390Z [00:02:47.326]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:53.9879197Z [00:02:47.326]➜  packagefile encoding=/tmp/go-build3619502580/b059/_pkg_.a
2025-08-20T21:19:53.9880027Z [00:02:47.326]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:53.9880853Z [00:02:47.326]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:53.9882039Z [00:02:47.326]➜  packagefile github.com/go-logr/logr=/tmp/go-build3619502580/b392/_pkg_.a
2025-08-20T21:19:53.9882956Z [00:02:47.326]➜  packagefile log/slog=/tmp/go-build3619502580/b393/_pkg_.a
2025-08-20T21:19:53.9883875Z [00:02:47.326]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:19:53.9884750Z [00:02:47.326]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:53.9885556Z [00:02:47.326]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:53.9886384Z [00:02:47.326]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:53.9891525Z [00:02:47.328]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:53.9892520Z [00:02:47.328]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:53.9893694Z [00:02:47.328]➜  EOF
2025-08-20T21:19:53.9898845Z [00:02:47.328]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b398/_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/b398=>" -p github.com/go-logr/logr/funcr -lang=go1.18 -complete -installsuffix shared -buildid YcPF4K6-t1RGRdSs6_s-/YcPF4K6-t1RGRdSs6_s- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b398/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:19:54.1444486Z [00:02:47.483]➜  go tool buildid -w $WORK/b398/_pkg_.a # internal
2025-08-20T21:19:54.1472977Z [00:02:47.486]➜  cp $WORK/b398/_pkg_.a /root/.cache/go-build/69/69196f890c0315dff7e9c63d139b88a0acbe6e3bf1cec1b66ced4a097d741a88-d # internal
2025-08-20T21:19:54.1478702Z [00:02:47.487]➜  github.com/go-logr/stdr
2025-08-20T21:19:54.1484352Z [00:02:47.488]➜  mkdir -p $WORK/b397/
2025-08-20T21:19:54.1493525Z [00:02:47.489]➜  cat >/tmp/go-build3619502580/b397/importcfg << 'EOF' # internal
2025-08-20T21:19:54.1496146Z [00:02:47.489]➜  # import config
2025-08-20T21:19:54.1499674Z [00:02:47.489]➜  packagefile github.com/go-logr/logr=/tmp/go-build3619502580/b392/_pkg_.a
2025-08-20T21:19:54.1504444Z [00:02:47.490]➜  packagefile github.com/go-logr/logr/funcr=/tmp/go-build3619502580/b398/_pkg_.a
2025-08-20T21:19:54.1510451Z [00:02:47.490]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:19:54.1511100Z [00:02:47.490]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:54.1511867Z [00:02:47.490]➜  EOF
2025-08-20T21:19:54.1518025Z [00:02:47.491]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b397/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/stdr@v1.2.2=>github.com/go-logr/stdr@v1.2.2;$WORK/b397=>" -p github.com/go-logr/stdr -lang=go1.16 -complete -installsuffix shared -buildid EMPqmeHilfGJBFREDvfA/EMPqmeHilfGJBFREDvfA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b397/importcfg -pack /root/go/pkg/mod/github.com/go-logr/stdr@v1.2.2/stdr.go
2025-08-20T21:19:54.2018933Z [00:02:47.541]➜  go tool buildid -w $WORK/b397/_pkg_.a # internal
2025-08-20T21:19:54.2070727Z [00:02:47.546]➜  cp $WORK/b397/_pkg_.a /root/.cache/go-build/10/10f0a57aa6f4836b3b5b482f8ed304d534306dbaaf6bd380899eb93650a09b58-d # internal
2025-08-20T21:19:54.2079893Z [00:02:47.547]➜  go.opentelemetry.io/auto/sdk/internal/telemetry
2025-08-20T21:19:54.2085201Z [00:02:47.548]➜  mkdir -p $WORK/b400/
2025-08-20T21:19:54.2094955Z [00:02:47.549]➜  cat >/tmp/go-build3619502580/b400/importcfg << 'EOF' # internal
2025-08-20T21:19:54.2095960Z [00:02:47.549]➜  # import config
2025-08-20T21:19:54.2098415Z [00:02:47.549]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:54.2099526Z [00:02:47.549]➜  packagefile cmp=/tmp/go-build3619502580/b051/_pkg_.a
2025-08-20T21:19:54.2100551Z [00:02:47.549]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:19:54.2103928Z [00:02:47.549]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:19:54.2106499Z [00:02:47.549]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:54.2108255Z [00:02:47.549]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:54.2109369Z [00:02:47.549]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:54.2113549Z [00:02:47.549]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:54.2114315Z [00:02:47.549]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:54.2115060Z [00:02:47.549]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:54.2115816Z [00:02:47.549]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:54.2116556Z [00:02:47.549]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:54.2117110Z [00:02:47.549]➜  EOF
2025-08-20T21:19:54.2140072Z [00:02:47.551]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b400/_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/b400=>" -p go.opentelemetry.io/auto/sdk/internal/telemetry -lang=go1.22 -complete -installsuffix shared -buildid A54QjKQCN_xG6gtcVAaC/A54QjKQCN_xG6gtcVAaC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b400/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:19:54.4329222Z [00:02:47.772]➜  go tool buildid -w $WORK/b400/_pkg_.a # internal
2025-08-20T21:19:54.4357554Z [00:02:47.774]➜  cp $WORK/b400/_pkg_.a /root/.cache/go-build/da/daa81c8c8b1d07f874d6927a038321abcaaf26da75bc6724aa8f981eec3023d9-d # internal
2025-08-20T21:19:54.4377898Z [00:02:47.777]➜  go.opentelemetry.io/otel/internal/attribute
2025-08-20T21:19:54.4378596Z [00:02:47.777]➜  mkdir -p $WORK/b403/
2025-08-20T21:19:54.4379373Z [00:02:47.777]➜  cat >/tmp/go-build3619502580/b403/importcfg << 'EOF' # internal
2025-08-20T21:19:54.4380107Z [00:02:47.777]➜  # import config
2025-08-20T21:19:54.4380795Z [00:02:47.777]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:54.4381685Z [00:02:47.777]➜  EOF
2025-08-20T21:19:54.4385916Z [00:02:47.777]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b403/_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/b403=>" -p go.opentelemetry.io/otel/internal/attribute -lang=go1.22 -complete -installsuffix shared -buildid R_BgVmb3U3oy6iSreLdK/R_BgVmb3U3oy6iSreLdK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b403/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/internal/attribute/attribute.go
2025-08-20T21:19:54.5076879Z [00:02:47.847]➜  go tool buildid -w $WORK/b403/_pkg_.a # internal
2025-08-20T21:19:54.5101553Z [00:02:47.849]➜  cp $WORK/b403/_pkg_.a /root/.cache/go-build/ff/ff81a91c4b9381058059d71444f556843d1353421b6ee1e6db54649c8a3fe2b2-d # internal
2025-08-20T21:19:54.5103482Z [00:02:47.849]➜  go.opentelemetry.io/otel/attribute
2025-08-20T21:19:54.5104706Z [00:02:47.849]➜  mkdir -p $WORK/b401/
2025-08-20T21:19:54.5116179Z [00:02:47.851]➜  cat >/tmp/go-build3619502580/b401/importcfg << 'EOF' # internal
2025-08-20T21:19:54.5117214Z [00:02:47.851]➜  # import config
2025-08-20T21:19:54.5118232Z [00:02:47.851]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:54.5119572Z [00:02:47.851]➜  packagefile cmp=/tmp/go-build3619502580/b051/_pkg_.a
2025-08-20T21:19:54.5120683Z [00:02:47.851]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:54.5122165Z [00:02:47.851]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:54.5123466Z [00:02:47.851]➜  packagefile go.opentelemetry.io/otel/internal=/tmp/go-build3619502580/b402/_pkg_.a
2025-08-20T21:19:54.5125195Z [00:02:47.851]➜  packagefile go.opentelemetry.io/otel/internal/attribute=/tmp/go-build3619502580/b403/_pkg_.a
2025-08-20T21:19:54.5127171Z [00:02:47.851]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:54.5128441Z [00:02:47.851]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:54.5129963Z [00:02:47.851]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:19:54.5134301Z [00:02:47.851]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:54.5135274Z [00:02:47.851]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:54.5136157Z [00:02:47.851]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:54.5136856Z [00:02:47.851]➜  EOF
2025-08-20T21:19:54.5148951Z [00:02:47.853]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b401/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/attribute=>go.opentelemetry.io/otel@v1.35.0/attribute;$WORK/b401=>" -p go.opentelemetry.io/otel/attribute -lang=go1.22 -complete -installsuffix shared -buildid VaYvvakuU-wmaqeaHTel/VaYvvakuU-wmaqeaHTel -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b401/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:19:54.7787660Z [00:02:48.118]➜  go tool buildid -w $WORK/b401/_pkg_.a # internal
2025-08-20T21:19:54.7838053Z [00:02:48.123]➜  cp $WORK/b401/_pkg_.a /root/.cache/go-build/9c/9cf1c648000564d5bd318bf6c5431a348be8a704b41d95b6928e0ec2d10cf6b4-d # internal
2025-08-20T21:19:54.7842884Z [00:02:48.123]➜  go.opentelemetry.io/otel/codes
2025-08-20T21:19:54.7846634Z [00:02:48.123]➜  mkdir -p $WORK/b404/
2025-08-20T21:19:54.7847331Z [00:02:48.124]➜  cat >/tmp/go-build3619502580/b404/importcfg << 'EOF' # internal
2025-08-20T21:19:54.7847952Z [00:02:48.124]➜  # import config
2025-08-20T21:19:54.7848586Z [00:02:48.124]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:54.7849661Z [00:02:48.124]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:54.7850459Z [00:02:48.124]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:54.7851395Z [00:02:48.124]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:54.7851989Z [00:02:48.124]➜  EOF
2025-08-20T21:19:54.7858572Z [00:02:48.125]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b404/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/codes=>go.opentelemetry.io/otel@v1.35.0/codes;$WORK/b404=>" -p go.opentelemetry.io/otel/codes -lang=go1.22 -complete -installsuffix shared -buildid dvbNbv0doJqoA9grGJHq/dvbNbv0doJqoA9grGJHq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b404/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:19:54.8150145Z [00:02:48.152]➜  go tool buildid -w $WORK/b404/_pkg_.a # internal
2025-08-20T21:19:54.8159565Z [00:02:48.155]➜  cp $WORK/b404/_pkg_.a /root/.cache/go-build/66/660704d9311d7247dc2a01c0505c7a890a67fca26fb24657be17043be6cc122d-d # internal
2025-08-20T21:19:54.8160767Z [00:02:48.155]➜  go.opentelemetry.io/otel/semconv/v1.26.0
2025-08-20T21:19:54.8161480Z [00:02:48.155]➜  mkdir -p $WORK/b405/
2025-08-20T21:19:54.8162211Z [00:02:48.155]➜  cat >/tmp/go-build3619502580/b405/importcfg << 'EOF' # internal
2025-08-20T21:19:54.8162890Z [00:02:48.155]➜  # import config
2025-08-20T21:19:54.8163702Z [00:02:48.155]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3619502580/b401/_pkg_.a
2025-08-20T21:19:54.8164467Z [00:02:48.155]➜  EOF
2025-08-20T21:19:54.8169940Z [00:02:48.155]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b405/_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/b405=>" -p go.opentelemetry.io/otel/semconv/v1.26.0 -lang=go1.22 -complete -installsuffix shared -buildid 484v-Ky_rwdAJjyxbAOn/484v-Ky_rwdAJjyxbAOn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b405/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:19:55.2497720Z [00:02:48.589]➜  go tool buildid -w $WORK/b405/_pkg_.a # internal
2025-08-20T21:19:55.2549656Z [00:02:48.594]➜  cp $WORK/b405/_pkg_.a /root/.cache/go-build/bd/bd071292bfc7662cc9cf4cce860a5b6e874ac683dd01cc85dd8028be5ec68360-d # internal
2025-08-20T21:19:55.2562978Z [00:02:48.595]➜  go.opentelemetry.io/otel/trace/internal/telemetry
2025-08-20T21:19:55.2563673Z [00:02:48.595]➜  mkdir -p $WORK/b408/
2025-08-20T21:19:55.2564378Z [00:02:48.595]➜  cat >/tmp/go-build3619502580/b408/importcfg << 'EOF' # internal
2025-08-20T21:19:55.2565078Z [00:02:48.595]➜  # import config
2025-08-20T21:19:55.2565713Z [00:02:48.595]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:55.2566494Z [00:02:48.595]➜  packagefile cmp=/tmp/go-build3619502580/b051/_pkg_.a
2025-08-20T21:19:55.2567371Z [00:02:48.595]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:19:55.2568277Z [00:02:48.595]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:19:55.2569156Z [00:02:48.595]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:55.2569964Z [00:02:48.595]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:55.2570706Z [00:02:48.595]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:55.2571728Z [00:02:48.595]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:55.2572485Z [00:02:48.595]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:55.2573536Z [00:02:48.595]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:55.2574334Z [00:02:48.595]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:55.2575092Z [00:02:48.595]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:55.2575674Z [00:02:48.595]➜  EOF
2025-08-20T21:19:55.2592426Z [00:02:48.598]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b408/_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/b408=>" -p go.opentelemetry.io/otel/trace/internal/telemetry -lang=go1.22 -complete -installsuffix shared -buildid 6luAjM65IgFuQeZaZJwX/6luAjM65IgFuQeZaZJwX -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/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:19:55.4667164Z [00:02:48.806]➜  go tool buildid -w $WORK/b408/_pkg_.a # internal
2025-08-20T21:19:55.4693929Z [00:02:48.809]➜  cp $WORK/b408/_pkg_.a /root/.cache/go-build/72/7211448275e2ec81ca1a846ea220020ebcbc8f5c3744731e681a9e053a7bcdee-d # internal
2025-08-20T21:19:55.4747852Z [00:02:48.814]➜  go.opentelemetry.io/otel/trace
2025-08-20T21:19:55.4757362Z [00:02:48.815]➜  mkdir -p $WORK/b406/
2025-08-20T21:19:55.4758325Z [00:02:48.815]➜  cat >/tmp/go-build3619502580/b406/importcfg << 'EOF' # internal
2025-08-20T21:19:55.4759121Z [00:02:48.815]➜  # import config
2025-08-20T21:19:55.4759810Z [00:02:48.815]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:55.4761035Z [00:02:48.815]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:55.4762263Z [00:02:48.815]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:19:55.4763194Z [00:02:48.815]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:55.4764049Z [00:02:48.815]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:55.4765045Z [00:02:48.815]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3619502580/b401/_pkg_.a
2025-08-20T21:19:55.4766289Z [00:02:48.815]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3619502580/b404/_pkg_.a
2025-08-20T21:19:55.4767542Z [00:02:48.815]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build3619502580/b405/_pkg_.a
2025-08-20T21:19:55.4769382Z [00:02:48.815]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build3619502580/b407/_pkg_.a
2025-08-20T21:19:55.4770889Z [00:02:48.815]➜  packagefile go.opentelemetry.io/otel/trace/internal/telemetry=/tmp/go-build3619502580/b408/_pkg_.a
2025-08-20T21:19:55.4772486Z [00:02:48.815]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:55.4773776Z [00:02:48.815]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:55.4774892Z [00:02:48.815]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:55.4776211Z [00:02:48.815]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:55.4777191Z [00:02:48.815]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:55.4778179Z [00:02:48.815]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:55.4779373Z [00:02:48.815]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:55.4780672Z [00:02:48.815]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:55.4781944Z [00:02:48.815]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:55.4783677Z [00:02:48.815]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:55.4784671Z [00:02:48.815]➜  EOF
2025-08-20T21:19:55.4791357Z [00:02:48.815]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b406/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0=>go.opentelemetry.io/otel/trace@v1.35.0;$WORK/b406=>" -p go.opentelemetry.io/otel/trace -lang=go1.22 -complete -installsuffix shared -buildid qzZHsX2vICBkoCvuWYwd/qzZHsX2vICBkoCvuWYwd -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/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:19:55.4797650Z [00:02:48.815]➜  go tool buildid -w $WORK/b379/_pkg_.a # internal
2025-08-20T21:19:55.5190948Z [00:02:48.858]➜  cp $WORK/b379/_pkg_.a /root/.cache/go-build/ea/ea65e5ed6d27ca4746b6aae1324dd7ef16dfaa553dbe5c2f37386f0cd2e5e33e-d # internal
2025-08-20T21:19:55.5199254Z [00:02:48.859]➜  github.com/jrnd-io/jr/pkg/producers/cassandra
2025-08-20T21:19:55.5199878Z [00:02:48.859]➜  mkdir -p $WORK/b378/
2025-08-20T21:19:55.5200619Z [00:02:48.859]➜  cat >/tmp/go-build3619502580/b378/importcfg << 'EOF' # internal
2025-08-20T21:19:55.5201388Z [00:02:48.859]➜  # import config
2025-08-20T21:19:55.5202021Z [00:02:48.859]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:55.5202849Z [00:02:48.859]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:55.5203927Z [00:02:48.859]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:55.5204870Z [00:02:48.859]➜  packagefile github.com/gocql/gocql=/tmp/go-build3619502580/b379/_pkg_.a
2025-08-20T21:19:55.5205839Z [00:02:48.859]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build3619502580/b216/_pkg_.a
2025-08-20T21:19:55.5206682Z [00:02:48.859]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:55.5207410Z [00:02:48.859]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:55.5207975Z [00:02:48.859]➜  EOF
2025-08-20T21:19:55.5211693Z [00:02:48.859]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b378/_pkg_.a -trimpath "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/cassandra=>github.com/jrnd-io/jr/pkg/producers/cassandra;$WORK/b378=>" -p github.com/jrnd-io/jr/pkg/producers/cassandra -lang=go1.24 -complete -installsuffix shared -buildid EDxnGTPZ1DDFNcgv0tbY/EDxnGTPZ1DDFNcgv0tbY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b378/importcfg -pack ./pkg/producers/cassandra/config.go ./pkg/producers/cassandra/producer.go
2025-08-20T21:19:55.5690551Z [00:02:48.908]➜  go tool buildid -w $WORK/b378/_pkg_.a # internal
2025-08-20T21:19:55.5706197Z [00:02:48.910]➜  cp $WORK/b378/_pkg_.a /root/.cache/go-build/b6/b627b479a3d6b0e08912df0c03c6be213582cc33f9762f0d8e9cae8fae433cdb-d # internal
2025-08-20T21:19:55.5711522Z [00:02:48.910]➜  go.opentelemetry.io/otel/metric
2025-08-20T21:19:55.5714212Z [00:02:48.911]➜  mkdir -p $WORK/b410/
2025-08-20T21:19:55.5720638Z [00:02:48.911]➜  cat >/tmp/go-build3619502580/b410/importcfg << 'EOF' # internal
2025-08-20T21:19:55.5723252Z [00:02:48.912]➜  # import config
2025-08-20T21:19:55.5734275Z [00:02:48.912]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:55.5736449Z [00:02:48.912]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3619502580/b401/_pkg_.a
2025-08-20T21:19:55.5737714Z [00:02:48.912]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build3619502580/b411/_pkg_.a
2025-08-20T21:19:55.5738576Z [00:02:48.912]➜  EOF
2025-08-20T21:19:55.5745058Z [00:02:48.912]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b410/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.35.0=>go.opentelemetry.io/otel/metric@v1.35.0;$WORK/b410=>" -p go.opentelemetry.io/otel/metric -lang=go1.22 -complete -installsuffix shared -buildid Ja2Fz9Lp03NkAJ8_F3zU/Ja2Fz9Lp03NkAJ8_F3zU -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/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:19:55.7648300Z [00:02:49.104]➜  go tool buildid -w $WORK/b410/_pkg_.a # internal
2025-08-20T21:19:55.7735123Z [00:02:49.113]➜  cp $WORK/b410/_pkg_.a /root/.cache/go-build/7f/7fb57eaefc77ddc431dd0846deb482a7ef52db8c717e3511c1a748846904f416-d # internal
2025-08-20T21:19:55.7741701Z [00:02:49.113]➜  go.opentelemetry.io/otel/internal/baggage
2025-08-20T21:19:55.7751179Z [00:02:49.114]➜  mkdir -p $WORK/b414/
2025-08-20T21:19:55.7752040Z [00:02:49.114]➜  cat >/tmp/go-build3619502580/b414/importcfg << 'EOF' # internal
2025-08-20T21:19:55.7752644Z [00:02:49.114]➜  # import config
2025-08-20T21:19:55.7753283Z [00:02:49.114]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:55.7754077Z [00:02:49.114]➜  EOF
2025-08-20T21:19:55.7758409Z [00:02:49.114]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b414/_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/b414=>" -p go.opentelemetry.io/otel/internal/baggage -lang=go1.22 -complete -installsuffix shared -buildid 1h7yiwUIFvGB0CTDOrk4/1h7yiwUIFvGB0CTDOrk4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b414/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:19:55.7789924Z [00:02:49.118]➜  go tool buildid -w $WORK/b406/_pkg_.a # internal
2025-08-20T21:19:55.7834933Z [00:02:49.123]➜  cp $WORK/b406/_pkg_.a /root/.cache/go-build/bb/bb9ef072dbccd79b3fae66c83f0b9b44a9d5bb3d055b3c3206d4c774b55602d7-d # internal
2025-08-20T21:19:55.7840690Z [00:02:49.123]➜  go.opentelemetry.io/otel/trace/noop
2025-08-20T21:19:55.7843826Z [00:02:49.124]➜  mkdir -p $WORK/b409/
2025-08-20T21:19:55.7851919Z [00:02:49.124]➜  cat >/tmp/go-build3619502580/b409/importcfg << 'EOF' # internal
2025-08-20T21:19:55.7853336Z [00:02:49.124]➜  # import config
2025-08-20T21:19:55.7855561Z [00:02:49.124]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:55.7856815Z [00:02:49.124]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3619502580/b401/_pkg_.a
2025-08-20T21:19:55.7863165Z [00:02:49.124]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3619502580/b404/_pkg_.a
2025-08-20T21:19:55.7864214Z [00:02:49.124]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3619502580/b406/_pkg_.a
2025-08-20T21:19:55.7865321Z [00:02:49.124]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build3619502580/b407/_pkg_.a
2025-08-20T21:19:55.7866066Z [00:02:49.124]➜  EOF
2025-08-20T21:19:55.7869599Z [00:02:49.124]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b409/_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/b409=>" -p go.opentelemetry.io/otel/trace/noop -lang=go1.22 -complete -installsuffix shared -buildid 6E59S6L_-7IFI82jPzbY/6E59S6L_-7IFI82jPzbY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b409/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0/noop/noop.go
2025-08-20T21:19:55.7962915Z [00:02:49.135]➜  go tool buildid -w $WORK/b414/_pkg_.a # internal
2025-08-20T21:19:55.7974543Z [00:02:49.136]➜  cp $WORK/b414/_pkg_.a /root/.cache/go-build/7d/7db2f1d36d9afa7c6f67fe0f48e115ed73208c827d9fa516e83417edb102ba3d-d # internal
2025-08-20T21:19:55.7975645Z [00:02:49.136]➜  go.opentelemetry.io/otel/baggage
2025-08-20T21:19:55.7979868Z [00:02:49.137]➜  mkdir -p $WORK/b413/
2025-08-20T21:19:55.8015023Z [00:02:49.137]➜  cat >/tmp/go-build3619502580/b413/importcfg << 'EOF' # internal
2025-08-20T21:19:55.8015725Z [00:02:49.137]➜  # import config
2025-08-20T21:19:55.8016412Z [00:02:49.137]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:55.8017220Z [00:02:49.138]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:55.8018013Z [00:02:49.141]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:55.8020307Z [00:02:49.141]➜  packagefile go.opentelemetry.io/otel/internal/baggage=/tmp/go-build3619502580/b414/_pkg_.a
2025-08-20T21:19:55.8021922Z [00:02:49.141]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:19:55.8023135Z [00:02:49.141]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:55.8024320Z [00:02:49.141]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:55.8025173Z [00:02:49.141]➜  EOF
2025-08-20T21:19:55.8029860Z [00:02:49.141]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b413/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/baggage=>go.opentelemetry.io/otel@v1.35.0/baggage;$WORK/b413=>" -p go.opentelemetry.io/otel/baggage -lang=go1.22 -complete -installsuffix shared -buildid hdhx98RDDvh17Rc0wKIj/hdhx98RDDvh17Rc0wKIj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b413/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:19:55.8277205Z [00:02:49.167]➜  go tool buildid -w $WORK/b409/_pkg_.a # internal
2025-08-20T21:19:55.8289091Z [00:02:49.168]➜  cp $WORK/b409/_pkg_.a /root/.cache/go-build/f2/f2a13b36b629a3a8598e7b81de7206f7028130c97a580b90cd0b64ea2198863a-d # internal
2025-08-20T21:19:55.8297017Z [00:02:49.169]➜  go.opentelemetry.io/auto/sdk
2025-08-20T21:19:55.8297975Z [00:02:49.169]➜  mkdir -p $WORK/b399/
2025-08-20T21:19:55.8309166Z [00:02:49.170]➜  cat >/tmp/go-build3619502580/b399/importcfg << 'EOF' # internal
2025-08-20T21:19:55.8311757Z [00:02:49.170]➜  # import config
2025-08-20T21:19:55.8312662Z [00:02:49.170]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:55.8315075Z [00:02:49.170]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:55.8316422Z [00:02:49.170]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:55.8317844Z [00:02:49.170]➜  packagefile go.opentelemetry.io/auto/sdk/internal/telemetry=/tmp/go-build3619502580/b400/_pkg_.a
2025-08-20T21:19:55.8319241Z [00:02:49.170]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3619502580/b401/_pkg_.a
2025-08-20T21:19:55.8323727Z [00:02:49.170]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3619502580/b404/_pkg_.a
2025-08-20T21:19:55.8324873Z [00:02:49.170]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build3619502580/b405/_pkg_.a
2025-08-20T21:19:55.8325962Z [00:02:49.170]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3619502580/b406/_pkg_.a
2025-08-20T21:19:55.8327272Z [00:02:49.170]➜  packagefile go.opentelemetry.io/otel/trace/noop=/tmp/go-build3619502580/b409/_pkg_.a
2025-08-20T21:19:55.8328194Z [00:02:49.170]➜  packagefile log/slog=/tmp/go-build3619502580/b393/_pkg_.a
2025-08-20T21:19:55.8328919Z [00:02:49.170]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:55.8329651Z [00:02:49.170]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:55.8330385Z [00:02:49.170]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:55.8331120Z [00:02:49.170]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:55.8336509Z [00:02:49.170]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:55.8337228Z [00:02:49.170]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:55.8337968Z [00:02:49.170]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:55.8338701Z [00:02:49.170]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:55.8339444Z [00:02:49.170]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:55.8340037Z [00:02:49.170]➜  EOF
2025-08-20T21:19:55.8345271Z [00:02:49.170]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b399/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0=>go.opentelemetry.io/auto/sdk@v1.1.0;$WORK/b399=>" -p go.opentelemetry.io/auto/sdk -lang=go1.22 -complete -installsuffix shared -buildid _UxCJ5DWJzmAE3uM3Lyp/_UxCJ5DWJzmAE3uM3Lyp -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/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:19:55.8978508Z [00:02:49.237]➜  go tool buildid -w $WORK/b413/_pkg_.a # internal
2025-08-20T21:19:55.9005055Z [00:02:49.240]➜  cp $WORK/b413/_pkg_.a /root/.cache/go-build/b9/b98738f76b2cf2add717650d9f3c8270cc75cb09a9743c13360733f4bfbbc743-d # internal
2025-08-20T21:19:55.9036592Z [00:02:49.243]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/acknowledgementoptions
2025-08-20T21:19:55.9042763Z [00:02:49.243]➜  mkdir -p $WORK/b421/
2025-08-20T21:19:55.9044936Z [00:02:49.244]➜  cat >/tmp/go-build3619502580/b421/importcfg << 'EOF' # internal
2025-08-20T21:19:55.9046978Z [00:02:49.244]➜  # import config
2025-08-20T21:19:55.9056541Z [00:02:49.244]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:55.9057136Z [00:02:49.244]➜  EOF
2025-08-20T21:19:55.9062475Z [00:02:49.244]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b421/_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/b421=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/acknowledgementoptions -lang=go1.21 -complete -installsuffix shared -buildid 6WKb4NYlZ0pkqitYeGw1/6WKb4NYlZ0pkqitYeGw1 -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/acknowledgementoptions/acknowledgementoptions.go
2025-08-20T21:19:55.9226324Z [00:02:49.262]➜  go tool buildid -w $WORK/b421/_pkg_.a # internal
2025-08-20T21:19:55.9232724Z [00:02:49.262]➜  cp $WORK/b421/_pkg_.a /root/.cache/go-build/20/20d1fd82e7313595ea1c7bd868865713f00b23fd0acc02f082718c0ebe46fc92-d # internal
2025-08-20T21:19:55.9252794Z [00:02:49.263]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionstatusoptions
2025-08-20T21:19:55.9253634Z [00:02:49.263]➜  mkdir -p $WORK/b422/
2025-08-20T21:19:55.9254346Z [00:02:49.263]➜  cat >/tmp/go-build3619502580/b422/importcfg << 'EOF' # internal
2025-08-20T21:19:55.9254993Z [00:02:49.263]➜  # import config
2025-08-20T21:19:55.9255900Z [00:02:49.263]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:55.9256538Z [00:02:49.263]➜  EOF
2025-08-20T21:19:55.9261755Z [00:02:49.264]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b422/_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/b422=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionstatusoptions -lang=go1.21 -complete -installsuffix shared -buildid DVLaoLDeHzWgL3dFxD3U/DVLaoLDeHzWgL3dFxD3U -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/actionstatusoptions/actionstatusoptions.go
2025-08-20T21:19:55.9434984Z [00:02:49.283]➜  go tool buildid -w $WORK/b422/_pkg_.a # internal
2025-08-20T21:19:55.9443876Z [00:02:49.283]➜  cp $WORK/b422/_pkg_.a /root/.cache/go-build/e0/e05e88a266663ee6d3a874c988773b6a430f286f63f2f22a8082b129818187b4-d # internal
2025-08-20T21:19:55.9446752Z [00:02:49.284]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actiontype
2025-08-20T21:19:55.9449207Z [00:02:49.284]➜  mkdir -p $WORK/b423/
2025-08-20T21:19:55.9452568Z [00:02:49.285]➜  cat >/tmp/go-build3619502580/b423/importcfg << 'EOF' # internal
2025-08-20T21:19:55.9454058Z [00:02:49.285]➜  # import config
2025-08-20T21:19:55.9455302Z [00:02:49.285]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:55.9456616Z [00:02:49.285]➜  EOF
2025-08-20T21:19:55.9462030Z [00:02:49.285]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b423/_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/b423=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actiontype -lang=go1.21 -complete -installsuffix shared -buildid 7cxz6ogwKMh1y9WRzKMN/7cxz6ogwKMh1y9WRzKMN -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/actiontype/actiontype.go
2025-08-20T21:19:55.9720541Z [00:02:49.311]➜  go tool buildid -w $WORK/b423/_pkg_.a # internal
2025-08-20T21:19:55.9737366Z [00:02:49.313]➜  cp $WORK/b423/_pkg_.a /root/.cache/go-build/07/07399ec22dea7e9c91afc707e069c3943db1d5aea52847f7719eac34f52e5040-d # internal
2025-08-20T21:19:55.9758924Z [00:02:49.315]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/allocationexplaindecision
2025-08-20T21:19:55.9759796Z [00:02:49.315]➜  mkdir -p $WORK/b424/
2025-08-20T21:19:55.9760460Z [00:02:49.315]➜  cat >/tmp/go-build3619502580/b424/importcfg << 'EOF' # internal
2025-08-20T21:19:55.9761077Z [00:02:49.315]➜  # import config
2025-08-20T21:19:55.9761934Z [00:02:49.315]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:55.9762538Z [00:02:49.315]➜  EOF
2025-08-20T21:19:55.9767620Z [00:02:49.315]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b424/_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/b424=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/allocationexplaindecision -lang=go1.21 -complete -installsuffix shared -buildid _BrhtyQeNmpsNeL2O121/_BrhtyQeNmpsNeL2O121 -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/allocationexplaindecision/allocationexplaindecision.go
2025-08-20T21:19:55.9984489Z [00:02:49.337]➜  go tool buildid -w $WORK/b424/_pkg_.a # internal
2025-08-20T21:19:55.9992480Z [00:02:49.338]➜  cp $WORK/b424/_pkg_.a /root/.cache/go-build/5b/5b25f9544a121cd098fd4907ff15dfa3c86da2aa6177727e5269a2a8cecb9329-d # internal
2025-08-20T21:19:55.9995221Z [00:02:49.339]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeytype
2025-08-20T21:19:55.9996839Z [00:02:49.339]➜  mkdir -p $WORK/b425/
2025-08-20T21:19:56.0003366Z [00:02:49.339]➜  cat >/tmp/go-build3619502580/b425/importcfg << 'EOF' # internal
2025-08-20T21:19:56.0004129Z [00:02:49.339]➜  # import config
2025-08-20T21:19:56.0004830Z [00:02:49.339]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.0005465Z [00:02:49.339]➜  EOF
2025-08-20T21:19:56.0010985Z [00:02:49.340]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b425/_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/b425=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeytype -lang=go1.21 -complete -installsuffix shared -buildid 3rFXu59hsYgMLPFFzeeH/3rFXu59hsYgMLPFFzeeH -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/apikeytype/apikeytype.go
2025-08-20T21:19:56.0143205Z [00:02:49.353]➜  go tool buildid -w $WORK/b425/_pkg_.a # internal
2025-08-20T21:19:56.0151418Z [00:02:49.354]➜  cp $WORK/b425/_pkg_.a /root/.cache/go-build/75/7528a91e6c2a296d4b55de0bb8683b43e43fb28373e9f6d9b531e3134b62a5a0-d # internal
2025-08-20T21:19:56.0158216Z [00:02:49.355]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/appliesto
2025-08-20T21:19:56.0165041Z [00:02:49.355]➜  mkdir -p $WORK/b426/
2025-08-20T21:19:56.0165733Z [00:02:49.356]➜  cat >/tmp/go-build3619502580/b426/importcfg << 'EOF' # internal
2025-08-20T21:19:56.0166345Z [00:02:49.356]➜  # import config
2025-08-20T21:19:56.0166939Z [00:02:49.356]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.0167492Z [00:02:49.356]➜  EOF
2025-08-20T21:19:56.0172158Z [00:02:49.356]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b426/_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/b426=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/appliesto -lang=go1.21 -complete -installsuffix shared -buildid --DHwvIRqVGruWXFLTZL/--DHwvIRqVGruWXFLTZL -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/appliesto/appliesto.go
2025-08-20T21:19:56.0289803Z [00:02:49.368]➜  go tool buildid -w $WORK/b399/_pkg_.a # internal
2025-08-20T21:19:56.0339006Z [00:02:49.373]➜  cp $WORK/b399/_pkg_.a /root/.cache/go-build/ec/eca79d2cad162d8b68b0826c96f1cc216aa54138d7b9d11eeaed3ab09062c25a-d # internal
2025-08-20T21:19:56.0356921Z [00:02:49.375]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/boundaryscanner
2025-08-20T21:19:56.0362906Z [00:02:49.375]➜  mkdir -p $WORK/b427/
2025-08-20T21:19:56.0363507Z [00:02:49.375]➜  go tool buildid -w $WORK/b426/_pkg_.a # internal
2025-08-20T21:19:56.0377238Z [00:02:49.377]➜  cat >/tmp/go-build3619502580/b427/importcfg << 'EOF' # internal
2025-08-20T21:19:56.0392031Z [00:02:49.377]➜  # import config
2025-08-20T21:19:56.0392667Z [00:02:49.377]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.0393252Z [00:02:49.377]➜  EOF
2025-08-20T21:19:56.0394267Z [00:02:49.377]➜  cp $WORK/b426/_pkg_.a /root/.cache/go-build/c1/c15a0046ecc5fd871b057534be54293df7c6a357b149e94255310f421150c5af-d # internal
2025-08-20T21:19:56.0395710Z [00:02:49.378]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/calendarinterval
2025-08-20T21:19:56.0396563Z [00:02:49.378]➜  mkdir -p $WORK/b428/
2025-08-20T21:19:56.0397239Z [00:02:49.378]➜  cat >/tmp/go-build3619502580/b428/importcfg << 'EOF' # internal
2025-08-20T21:19:56.0397856Z [00:02:49.378]➜  # import config
2025-08-20T21:19:56.0398740Z [00:02:49.378]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.0399337Z [00:02:49.378]➜  EOF
2025-08-20T21:19:56.0406209Z [00:02:49.378]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b428/_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/b428=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/calendarinterval -lang=go1.21 -complete -installsuffix shared -buildid MnTFjOSr0N8NXmg4ycYR/MnTFjOSr0N8NXmg4ycYR -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/calendarinterval/calendarinterval.go
2025-08-20T21:19:56.0415542Z [00:02:49.380]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b427/_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/b427=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/boundaryscanner -lang=go1.21 -complete -installsuffix shared -buildid hErsqwYIdAF5AKljznpD/hErsqwYIdAF5AKljznpD -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/boundaryscanner/boundaryscanner.go
2025-08-20T21:19:56.0686991Z [00:02:49.408]➜  go tool buildid -w $WORK/b428/_pkg_.a # internal
2025-08-20T21:19:56.0695103Z [00:02:49.409]➜  cp $WORK/b428/_pkg_.a /root/.cache/go-build/a8/a8c77f64bc15ab0cda55d6650111d09df5479e0b56ee9009f3d4fb2fe4db0f3b-d # internal
2025-08-20T21:19:56.0742123Z [00:02:49.412]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cardinalityexecutionmode
2025-08-20T21:19:56.0743084Z [00:02:49.412]➜  mkdir -p $WORK/b429/
2025-08-20T21:19:56.0743870Z [00:02:49.412]➜  cat >/tmp/go-build3619502580/b429/importcfg << 'EOF' # internal
2025-08-20T21:19:56.0744598Z [00:02:49.412]➜  # import config
2025-08-20T21:19:56.0745286Z [00:02:49.412]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.0745954Z [00:02:49.412]➜  EOF
2025-08-20T21:19:56.0752046Z [00:02:49.412]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b429/_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/b429=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cardinalityexecutionmode -lang=go1.21 -complete -installsuffix shared -buildid yTf2QHAS-KPmwGzEee8E/yTf2QHAS-KPmwGzEee8E -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/cardinalityexecutionmode/cardinalityexecutionmode.go
2025-08-20T21:19:56.0757087Z [00:02:49.413]➜  go tool buildid -w $WORK/b427/_pkg_.a # internal
2025-08-20T21:19:56.0765213Z [00:02:49.415]➜  cp $WORK/b427/_pkg_.a /root/.cache/go-build/cc/ccb599b2bcfd5729b1bfccd79bfdb42399e1b3695a60cfe46f15f278e822bf53-d # internal
2025-08-20T21:19:56.0766837Z [00:02:49.415]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catanomalydetectorcolumn
2025-08-20T21:19:56.0767756Z [00:02:49.415]➜  mkdir -p $WORK/b430/
2025-08-20T21:19:56.0768495Z [00:02:49.415]➜  cat >/tmp/go-build3619502580/b430/importcfg << 'EOF' # internal
2025-08-20T21:19:56.0769173Z [00:02:49.415]➜  # import config
2025-08-20T21:19:56.0769833Z [00:02:49.415]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.0770449Z [00:02:49.415]➜  EOF
2025-08-20T21:19:56.0776397Z [00:02:49.415]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b430/_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/b430=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catanomalydetectorcolumn -lang=go1.21 -complete -installsuffix shared -buildid p89m40NXf5pYMIvC3CaZ/p89m40NXf5pYMIvC3CaZ -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/catanomalydetectorcolumn/catanomalydetectorcolumn.go
2025-08-20T21:19:56.1007536Z [00:02:49.440]➜  go tool buildid -w $WORK/b429/_pkg_.a # internal
2025-08-20T21:19:56.1014572Z [00:02:49.441]➜  cp $WORK/b429/_pkg_.a /root/.cache/go-build/6a/6a3d16af9326715819e7bc8dd31e8b3909f80b888ec930157c37b63d4cd98d44-d # internal
2025-08-20T21:19:56.1020735Z [00:02:49.441]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdatafeedcolumn
2025-08-20T21:19:56.1025180Z [00:02:49.441]➜  mkdir -p $WORK/b431/
2025-08-20T21:19:56.1025973Z [00:02:49.441]➜  cat >/tmp/go-build3619502580/b431/importcfg << 'EOF' # internal
2025-08-20T21:19:56.1026671Z [00:02:49.441]➜  # import config
2025-08-20T21:19:56.1027333Z [00:02:49.441]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.1027960Z [00:02:49.441]➜  EOF
2025-08-20T21:19:56.1050092Z [00:02:49.444]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b431/_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/b431=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdatafeedcolumn -lang=go1.21 -complete -installsuffix shared -buildid cAe0bWcQCFQEVCFsLgSd/cAe0bWcQCFQEVCFsLgSd -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/catdatafeedcolumn/catdatafeedcolumn.go
2025-08-20T21:19:56.1208213Z [00:02:49.460]➜  go tool buildid -w $WORK/b430/_pkg_.a # internal
2025-08-20T21:19:56.1215554Z [00:02:49.461]➜  cp $WORK/b430/_pkg_.a /root/.cache/go-build/80/8075eb0b340033fca13b6372067148f053037333bdf0453075f1facf2554dadc-d # internal
2025-08-20T21:19:56.1219930Z [00:02:49.461]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdfacolumn
2025-08-20T21:19:56.1228239Z [00:02:49.461]➜  mkdir -p $WORK/b432/
2025-08-20T21:19:56.1229014Z [00:02:49.461]➜  cat >/tmp/go-build3619502580/b432/importcfg << 'EOF' # internal
2025-08-20T21:19:56.1229707Z [00:02:49.461]➜  # import config
2025-08-20T21:19:56.1230386Z [00:02:49.461]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.1231014Z [00:02:49.461]➜  EOF
2025-08-20T21:19:56.1236635Z [00:02:49.461]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b432/_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/b432=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdfacolumn -lang=go1.21 -complete -installsuffix shared -buildid kt706ptGhiMlJyd64KTL/kt706ptGhiMlJyd64KTL -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/catdfacolumn/catdfacolumn.go
2025-08-20T21:19:56.1344022Z [00:02:49.472]➜  go tool buildid -w $WORK/b431/_pkg_.a # internal
2025-08-20T21:19:56.1350148Z [00:02:49.474]➜  cp $WORK/b431/_pkg_.a /root/.cache/go-build/a9/a9d3cc956a31deea022f87b8c5b80cb59b6cdbee9bc9214b705a9a3150dc0adc-d # internal
2025-08-20T21:19:56.1351784Z [00:02:49.474]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/categorizationstatus
2025-08-20T21:19:56.1352680Z [00:02:49.474]➜  mkdir -p $WORK/b433/
2025-08-20T21:19:56.1353457Z [00:02:49.474]➜  cat >/tmp/go-build3619502580/b433/importcfg << 'EOF' # internal
2025-08-20T21:19:56.1354174Z [00:02:49.474]➜  # import config
2025-08-20T21:19:56.1355134Z [00:02:49.474]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.1355820Z [00:02:49.474]➜  EOF
2025-08-20T21:19:56.1370600Z [00:02:49.476]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b433/_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/b433=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/categorizationstatus -lang=go1.21 -complete -installsuffix shared -buildid sFn817H_nS7gDI-NOi8l/sFn817H_nS7gDI-NOi8l -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/categorizationstatus/categorizationstatus.go
2025-08-20T21:19:56.1541052Z [00:02:49.493]➜  go tool buildid -w $WORK/b432/_pkg_.a # internal
2025-08-20T21:19:56.1549222Z [00:02:49.494]➜  cp $WORK/b432/_pkg_.a /root/.cache/go-build/9f/9f1b850357865acdbf425f06071bd876775b1fb98e5d247539dd7e610c865453-d # internal
2025-08-20T21:19:56.1559980Z [00:02:49.494]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattrainedmodelscolumn
2025-08-20T21:19:56.1560923Z [00:02:49.494]➜  mkdir -p $WORK/b434/
2025-08-20T21:19:56.1565283Z [00:02:49.496]➜  cat >/tmp/go-build3619502580/b434/importcfg << 'EOF' # internal
2025-08-20T21:19:56.1565977Z [00:02:49.496]➜  # import config
2025-08-20T21:19:56.1566631Z [00:02:49.496]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.1567252Z [00:02:49.496]➜  EOF
2025-08-20T21:19:56.1572918Z [00:02:49.496]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b434/_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/b434=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattrainedmodelscolumn -lang=go1.21 -complete -installsuffix shared -buildid 9bTKsFUoRmh845shCEz9/9bTKsFUoRmh845shCEz9 -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/cattrainedmodelscolumn/cattrainedmodelscolumn.go
2025-08-20T21:19:56.1595645Z [00:02:49.499]➜  go tool buildid -w $WORK/b433/_pkg_.a # internal
2025-08-20T21:19:56.1604651Z [00:02:49.500]➜  cp $WORK/b433/_pkg_.a /root/.cache/go-build/f2/f2472616fe53d3b763c262eecf2c5ceee8ab80871202d0ffd7e88c03a3b71cea-d # internal
2025-08-20T21:19:56.1625160Z [00:02:49.502]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattransformcolumn
2025-08-20T21:19:56.1627188Z [00:02:49.502]➜  mkdir -p $WORK/b435/
2025-08-20T21:19:56.1628850Z [00:02:49.502]➜  cat >/tmp/go-build3619502580/b435/importcfg << 'EOF' # internal
2025-08-20T21:19:56.1629908Z [00:02:49.502]➜  # import config
2025-08-20T21:19:56.1631358Z [00:02:49.502]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.1633116Z [00:02:49.502]➜  EOF
2025-08-20T21:19:56.1638376Z [00:02:49.502]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b435/_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/b435=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattransformcolumn -lang=go1.21 -complete -installsuffix shared -buildid R84st2imJbI5vzfQK2Vq/R84st2imJbI5vzfQK2Vq -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/cattransformcolumn/cattransformcolumn.go
2025-08-20T21:19:56.1787296Z [00:02:49.518]➜  go tool buildid -w $WORK/b434/_pkg_.a # internal
2025-08-20T21:19:56.1799765Z [00:02:49.518]➜  cp $WORK/b434/_pkg_.a /root/.cache/go-build/85/851e565e3a398a8dffc17bd549a91c799e316070f7af0aafd7ffffa8f423b76a-d # internal
2025-08-20T21:19:56.1801461Z [00:02:49.519]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/childscoremode
2025-08-20T21:19:56.1802300Z [00:02:49.519]➜  mkdir -p $WORK/b436/
2025-08-20T21:19:56.1803018Z [00:02:49.519]➜  cat >/tmp/go-build3619502580/b436/importcfg << 'EOF' # internal
2025-08-20T21:19:56.1803683Z [00:02:49.519]➜  # import config
2025-08-20T21:19:56.1804684Z [00:02:49.519]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.1806397Z [00:02:49.519]➜  EOF
2025-08-20T21:19:56.1819363Z [00:02:49.519]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b436/_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/b436=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/childscoremode -lang=go1.21 -complete -installsuffix shared -buildid 8fTdS-hXuuvWnsdaUr2U/8fTdS-hXuuvWnsdaUr2U -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/childscoremode/childscoremode.go
2025-08-20T21:19:56.1901644Z [00:02:49.529]➜  go tool buildid -w $WORK/b436/_pkg_.a # internal
2025-08-20T21:19:56.1910363Z [00:02:49.530]➜  cp $WORK/b436/_pkg_.a /root/.cache/go-build/28/2807941bbfe9c0e00cba3278c4fadf2d742232d8ed0ccb50592d0a7520f0824f-d # internal
2025-08-20T21:19:56.1938805Z [00:02:49.532]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/chunkingmode
2025-08-20T21:19:56.1939673Z [00:02:49.532]➜  mkdir -p $WORK/b437/
2025-08-20T21:19:56.1948313Z [00:02:49.532]➜  cat >/tmp/go-build3619502580/b437/importcfg << 'EOF' # internal
2025-08-20T21:19:56.1949046Z [00:02:49.532]➜  # import config
2025-08-20T21:19:56.1949744Z [00:02:49.532]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.1950391Z [00:02:49.532]➜  EOF
2025-08-20T21:19:56.1956884Z [00:02:49.532]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b437/_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/b437=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/chunkingmode -lang=go1.21 -complete -installsuffix shared -buildid QNYHcb5xwi5g1czKPt8h/QNYHcb5xwi5g1czKPt8h -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/chunkingmode/chunkingmode.go
2025-08-20T21:19:56.1962172Z [00:02:49.532]➜  go tool buildid -w $WORK/b435/_pkg_.a # internal
2025-08-20T21:19:56.1963520Z [00:02:49.534]➜  cp $WORK/b435/_pkg_.a /root/.cache/go-build/93/936f984b64267e1d2f750ca7e92798b3e7d18dfbffcd87c4bee1d635c048f97e-d # internal
2025-08-20T21:19:56.1965285Z [00:02:49.534]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterinfotarget
2025-08-20T21:19:56.1966204Z [00:02:49.534]➜  mkdir -p $WORK/b438/
2025-08-20T21:19:56.1966919Z [00:02:49.534]➜  cat >/tmp/go-build3619502580/b438/importcfg << 'EOF' # internal
2025-08-20T21:19:56.1967599Z [00:02:49.534]➜  # import config
2025-08-20T21:19:56.1968300Z [00:02:49.534]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.1968910Z [00:02:49.534]➜  EOF
2025-08-20T21:19:56.1974130Z [00:02:49.534]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b438/_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/b438=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterinfotarget -lang=go1.21 -complete -installsuffix shared -buildid EIxwZDY-kuhTHDMdi0Qo/EIxwZDY-kuhTHDMdi0Qo -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/clusterinfotarget/clusterinfotarget.go
2025-08-20T21:19:56.2172279Z [00:02:49.555]➜  go tool buildid -w $WORK/b437/_pkg_.a # internal
2025-08-20T21:19:56.2173660Z [00:02:49.555]➜  cp $WORK/b437/_pkg_.a /root/.cache/go-build/5f/5f76cca17ae7e2f012ec82e230b494b007c6625da083ae98c13969cc122c2fd8-d # internal
2025-08-20T21:19:56.2175047Z [00:02:49.555]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege
2025-08-20T21:19:56.2175814Z [00:02:49.555]➜  mkdir -p $WORK/b439/
2025-08-20T21:19:56.2176490Z [00:02:49.555]➜  cat >/tmp/go-build3619502580/b439/importcfg << 'EOF' # internal
2025-08-20T21:19:56.2177107Z [00:02:49.555]➜  # import config
2025-08-20T21:19:56.2177748Z [00:02:49.555]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.2178374Z [00:02:49.555]➜  EOF
2025-08-20T21:19:56.2183342Z [00:02:49.555]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b439/_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/b439=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege -lang=go1.21 -complete -installsuffix shared -buildid 1AnDeAUMze_CIk8dv5U6/1AnDeAUMze_CIk8dv5U6 -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/clusterprivilege/clusterprivilege.go
2025-08-20T21:19:56.2188149Z [00:02:49.555]➜  go tool buildid -w $WORK/b438/_pkg_.a # internal
2025-08-20T21:19:56.2189391Z [00:02:49.555]➜  cp $WORK/b438/_pkg_.a /root/.cache/go-build/85/85edb9dfd67cc336c69ca88a367c98ba11460302a96613ea6c9bf7826c1419fc-d # internal
2025-08-20T21:19:56.2190782Z [00:02:49.555]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clustersearchstatus
2025-08-20T21:19:56.2191770Z [00:02:49.555]➜  mkdir -p $WORK/b440/
2025-08-20T21:19:56.2192496Z [00:02:49.555]➜  cat >/tmp/go-build3619502580/b440/importcfg << 'EOF' # internal
2025-08-20T21:19:56.2193143Z [00:02:49.555]➜  # import config
2025-08-20T21:19:56.2193774Z [00:02:49.555]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.2194383Z [00:02:49.555]➜  EOF
2025-08-20T21:19:56.2199693Z [00:02:49.555]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b440/_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/b440=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clustersearchstatus -lang=go1.21 -complete -installsuffix shared -buildid QykXiGDRMMbxXfu68ByE/QykXiGDRMMbxXfu68ByE -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/clustersearchstatus/clustersearchstatus.go
2025-08-20T21:19:56.2370186Z [00:02:49.576]➜  go tool buildid -w $WORK/b440/_pkg_.a # internal
2025-08-20T21:19:56.2375671Z [00:02:49.577]➜  cp $WORK/b440/_pkg_.a /root/.cache/go-build/da/da25a04b8197acf23f198a373ac550a2c4c830e19a2fe1ddebb5a50f3a077d16-d # internal
2025-08-20T21:19:56.2398784Z [00:02:49.578]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cohereembeddingtype
2025-08-20T21:19:56.2399668Z [00:02:49.578]➜  mkdir -p $WORK/b441/
2025-08-20T21:19:56.2400397Z [00:02:49.578]➜  cat >/tmp/go-build3619502580/b441/importcfg << 'EOF' # internal
2025-08-20T21:19:56.2401046Z [00:02:49.578]➜  # import config
2025-08-20T21:19:56.2401903Z [00:02:49.578]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.2402513Z [00:02:49.578]➜  EOF
2025-08-20T21:19:56.2407741Z [00:02:49.578]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b441/_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/b441=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cohereembeddingtype -lang=go1.21 -complete -installsuffix shared -buildid EKJ7rCQRzV-1_OaJXxOh/EKJ7rCQRzV-1_OaJXxOh -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/cohereembeddingtype/cohereembeddingtype.go
2025-08-20T21:19:56.2519068Z [00:02:49.591]➜  go tool buildid -w $WORK/b439/_pkg_.a # internal
2025-08-20T21:19:56.2525092Z [00:02:49.592]➜  go tool buildid -w $WORK/b441/_pkg_.a # internal
2025-08-20T21:19:56.2529652Z [00:02:49.592]➜  cp $WORK/b439/_pkg_.a /root/.cache/go-build/24/248a1e085db2aa607e8812bb517756e760999fb269a38d8b7a431df4aa5be6fd-d # internal
2025-08-20T21:19:56.2530900Z [00:02:49.592]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cohereinputtype
2025-08-20T21:19:56.2537316Z [00:02:49.593]➜  mkdir -p $WORK/b442/
2025-08-20T21:19:56.2542661Z [00:02:49.593]➜  cat >/tmp/go-build3619502580/b442/importcfg << 'EOF' # internal
2025-08-20T21:19:56.2547765Z [00:02:49.593]➜  # import config
2025-08-20T21:19:56.2550675Z [00:02:49.594]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.2551659Z [00:02:49.594]➜  EOF
2025-08-20T21:19:56.2556167Z [00:02:49.594]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b442/_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/b442=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cohereinputtype -lang=go1.21 -complete -installsuffix shared -buildid XzLgGukAm7eK70uBRCHN/XzLgGukAm7eK70uBRCHN -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/cohereinputtype/cohereinputtype.go
2025-08-20T21:19:56.2560828Z [00:02:49.594]➜  cp $WORK/b441/_pkg_.a /root/.cache/go-build/c8/c8281988e365bfa59fe8bbcf90ec1342253adbd2fffe529ff8f4cc8b429a989b-d # internal
2025-08-20T21:19:56.2562900Z [00:02:49.594]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/coheresimilaritytype
2025-08-20T21:19:56.2564141Z [00:02:49.594]➜  mkdir -p $WORK/b443/
2025-08-20T21:19:56.2571080Z [00:02:49.596]➜  cat >/tmp/go-build3619502580/b443/importcfg << 'EOF' # internal
2025-08-20T21:19:56.2571978Z [00:02:49.596]➜  # import config
2025-08-20T21:19:56.2572819Z [00:02:49.596]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.2573596Z [00:02:49.596]➜  EOF
2025-08-20T21:19:56.2580023Z [00:02:49.596]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b443/_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/b443=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/coheresimilaritytype -lang=go1.21 -complete -installsuffix shared -buildid 4e8B4vGXosxFoA6YRa65/4e8B4vGXosxFoA6YRa65 -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/coheresimilaritytype/coheresimilaritytype.go
2025-08-20T21:19:56.2677539Z [00:02:49.606]➜  go tool buildid -w $WORK/b442/_pkg_.a # internal
2025-08-20T21:19:56.2681636Z [00:02:49.607]➜  cp $WORK/b442/_pkg_.a /root/.cache/go-build/cf/cfbe8c42eea2e273cfef2fd70cef9ccc7317a92dbbe83c7cbd32df8c8add526c-d # internal
2025-08-20T21:19:56.2683286Z [00:02:49.607]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/coheretruncatetype
2025-08-20T21:19:56.2695443Z [00:02:49.607]➜  mkdir -p $WORK/b444/
2025-08-20T21:19:56.2698125Z [00:02:49.608]➜  cat >/tmp/go-build3619502580/b444/importcfg << 'EOF' # internal
2025-08-20T21:19:56.2698870Z [00:02:49.608]➜  # import config
2025-08-20T21:19:56.2699555Z [00:02:49.608]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.2700201Z [00:02:49.608]➜  EOF
2025-08-20T21:19:56.2707467Z [00:02:49.608]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b444/_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/b444=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/coheretruncatetype -lang=go1.21 -complete -installsuffix shared -buildid VG7Xs1kpHG8co3M0ksay/VG7Xs1kpHG8co3M0ksay -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/coheretruncatetype/coheretruncatetype.go
2025-08-20T21:19:56.2712189Z [00:02:49.609]➜  go tool buildid -w $WORK/b443/_pkg_.a # internal
2025-08-20T21:19:56.2713411Z [00:02:49.610]➜  cp $WORK/b443/_pkg_.a /root/.cache/go-build/68/6821d5473634f8a18f67a56ca2d8400a6966dfe865aec54d0303b653906d9130-d # internal
2025-08-20T21:19:56.2720128Z [00:02:49.611]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldsoperator
2025-08-20T21:19:56.2723254Z [00:02:49.612]➜  mkdir -p $WORK/b445/
2025-08-20T21:19:56.2728769Z [00:02:49.612]➜  cat >/tmp/go-build3619502580/b445/importcfg << 'EOF' # internal
2025-08-20T21:19:56.2729980Z [00:02:49.612]➜  # import config
2025-08-20T21:19:56.2730694Z [00:02:49.612]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.2731514Z [00:02:49.612]➜  EOF
2025-08-20T21:19:56.2739075Z [00:02:49.613]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b445/_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/b445=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldsoperator -lang=go1.21 -complete -installsuffix shared -buildid -i5fXmL4B2NCJ8o2pEww/-i5fXmL4B2NCJ8o2pEww -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/combinedfieldsoperator/combinedfieldsoperator.go
2025-08-20T21:19:56.2831098Z [00:02:49.622]➜  go tool buildid -w $WORK/b444/_pkg_.a # internal
2025-08-20T21:19:56.2838341Z [00:02:49.623]➜  cp $WORK/b444/_pkg_.a /root/.cache/go-build/4c/4c66e2a8e8170bc3fda8118105a0ca05a77e54966cad64e63e930758fd796705-d # internal
2025-08-20T21:19:56.2842779Z [00:02:49.623]➜  go tool buildid -w $WORK/b445/_pkg_.a # internal
2025-08-20T21:19:56.2848148Z [00:02:49.624]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldszeroterms
2025-08-20T21:19:56.2852643Z [00:02:49.624]➜  mkdir -p $WORK/b446/
2025-08-20T21:19:56.2855995Z [00:02:49.624]➜  cp $WORK/b445/_pkg_.a /root/.cache/go-build/17/170b1d6e9ee30a7732c6776f6ad3c20ba528a4858dbeec0bd53d9262accf0c0d-d # internal
2025-08-20T21:19:56.2857242Z [00:02:49.624]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionop
2025-08-20T21:19:56.2858068Z [00:02:49.625]➜  cat >/tmp/go-build3619502580/b446/importcfg << 'EOF' # internal
2025-08-20T21:19:56.2858646Z [00:02:49.625]➜  # import config
2025-08-20T21:19:56.2859206Z [00:02:49.625]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.2859723Z [00:02:49.625]➜  EOF
2025-08-20T21:19:56.2864443Z [00:02:49.625]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b446/_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/b446=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldszeroterms -lang=go1.21 -complete -installsuffix shared -buildid A-YyQqigtdhhwbM7qMRe/A-YyQqigtdhhwbM7qMRe -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/combinedfieldszeroterms/combinedfieldszeroterms.go
2025-08-20T21:19:56.2868791Z [00:02:49.625]➜  mkdir -p $WORK/b447/
2025-08-20T21:19:56.2872901Z [00:02:49.625]➜  cat >/tmp/go-build3619502580/b447/importcfg << 'EOF' # internal
2025-08-20T21:19:56.2881986Z [00:02:49.625]➜  # import config
2025-08-20T21:19:56.2882947Z [00:02:49.625]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.2883536Z [00:02:49.625]➜  EOF
2025-08-20T21:19:56.2887789Z [00:02:49.625]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b447/_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/b447=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionop -lang=go1.21 -complete -installsuffix shared -buildid 8FGXnIjfa8muUdWYEbb6/8FGXnIjfa8muUdWYEbb6 -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/conditionop/conditionop.go
2025-08-20T21:19:56.2991119Z [00:02:49.638]➜  go tool buildid -w $WORK/b447/_pkg_.a # internal
2025-08-20T21:19:56.3008986Z [00:02:49.640]➜  go tool buildid -w $WORK/b446/_pkg_.a # internal
2025-08-20T21:19:56.3010770Z [00:02:49.640]➜  cp $WORK/b447/_pkg_.a /root/.cache/go-build/0f/0fd17d4a57a1b2a6558f897f63a11df0eba2c821eb8893199bdf1e736612fa4b-d # internal
2025-08-20T21:19:56.3013516Z [00:02:49.640]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionoperator
2025-08-20T21:19:56.3016138Z [00:02:49.640]➜  mkdir -p $WORK/b448/
2025-08-20T21:19:56.3017254Z [00:02:49.640]➜  cp $WORK/b446/_pkg_.a /root/.cache/go-build/f3/f31fda96f736bd49ceffd2998c0bef3c3ec1a8f9dc68626b5fb3c7436cb5518b-d # internal
2025-08-20T21:19:56.3018516Z [00:02:49.640]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditiontype
2025-08-20T21:19:56.3019205Z [00:02:49.640]➜  mkdir -p $WORK/b449/
2025-08-20T21:19:56.3019833Z [00:02:49.640]➜  cat >/tmp/go-build3619502580/b449/importcfg << 'EOF' # internal
2025-08-20T21:19:56.3020445Z [00:02:49.640]➜  # import config
2025-08-20T21:19:56.3021049Z [00:02:49.640]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.3021789Z [00:02:49.640]➜  EOF
2025-08-20T21:19:56.3026148Z [00:02:49.640]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b449/_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/b449=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditiontype -lang=go1.21 -complete -installsuffix shared -buildid ydsUM6id_J_Nl2Qj5Q1_/ydsUM6id_J_Nl2Qj5Q1_ -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/conditiontype/conditiontype.go
2025-08-20T21:19:56.3054183Z [00:02:49.643]➜  cat >/tmp/go-build3619502580/b448/importcfg << 'EOF' # internal
2025-08-20T21:19:56.3054852Z [00:02:49.643]➜  # import config
2025-08-20T21:19:56.3055468Z [00:02:49.643]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.3056056Z [00:02:49.643]➜  EOF
2025-08-20T21:19:56.3060518Z [00:02:49.643]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b448/_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/b448=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionoperator -lang=go1.21 -complete -installsuffix shared -buildid 1xwaXKWos86IpI_O6UFE/1xwaXKWos86IpI_O6UFE -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/conditionoperator/conditionoperator.go
2025-08-20T21:19:56.3182045Z [00:02:49.656]➜  go tool buildid -w $WORK/b449/_pkg_.a # internal
2025-08-20T21:19:56.3188852Z [00:02:49.658]➜  cp $WORK/b449/_pkg_.a /root/.cache/go-build/0d/0d5037c9dc04c5dfca9658592b796ca590187e73afc36c3872c858c5ae78b035-d # internal
2025-08-20T21:19:56.3190015Z [00:02:49.658]➜  go tool buildid -w $WORK/b448/_pkg_.a # internal
2025-08-20T21:19:56.3190926Z [00:02:49.658]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectionscheme
2025-08-20T21:19:56.3191848Z [00:02:49.658]➜  mkdir -p $WORK/b450/
2025-08-20T21:19:56.3194177Z [00:02:49.658]➜  cp $WORK/b448/_pkg_.a /root/.cache/go-build/3f/3f3e19aaed54739eb11925a8d1a0800ee5da69f1cb3da3eceb74177e055e842d-d # internal
2025-08-20T21:19:56.3203122Z [00:02:49.658]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorfieldtype
2025-08-20T21:19:56.3203973Z [00:02:49.658]➜  mkdir -p $WORK/b451/
2025-08-20T21:19:56.3204685Z [00:02:49.658]➜  cat >/tmp/go-build3619502580/b450/importcfg << 'EOF' # internal
2025-08-20T21:19:56.3205355Z [00:02:49.658]➜  # import config
2025-08-20T21:19:56.3206362Z [00:02:49.658]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.3206977Z [00:02:49.658]➜  EOF
2025-08-20T21:19:56.3211835Z [00:02:49.658]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b450/_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/b450=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectionscheme -lang=go1.21 -complete -installsuffix shared -buildid Srq-KxS-0Gy_5uN83rsu/Srq-KxS-0Gy_5uN83rsu -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/connectionscheme/connectionscheme.go
2025-08-20T21:19:56.3216264Z [00:02:49.659]➜  cat >/tmp/go-build3619502580/b451/importcfg << 'EOF' # internal
2025-08-20T21:19:56.3216911Z [00:02:49.659]➜  # import config
2025-08-20T21:19:56.3217564Z [00:02:49.659]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.3218147Z [00:02:49.659]➜  EOF
2025-08-20T21:19:56.3245423Z [00:02:49.659]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b451/_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/b451=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorfieldtype -lang=go1.21 -complete -installsuffix shared -buildid QVh05A9lD1QSkPFzSDuD/QVh05A9lD1QSkPFzSDuD -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/connectorfieldtype/connectorfieldtype.go
2025-08-20T21:19:56.3292638Z [00:02:49.668]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T21:19:56.3313689Z [00:02:49.671]➜  go tool buildid -w $WORK/b450/_pkg_.a # internal
2025-08-20T21:19:56.3319714Z [00:02:49.671]➜  cp $WORK/b450/_pkg_.a /root/.cache/go-build/32/32e739be4c0ad5ffd271fe0b3b1d0572c712bbd9bc09a51aa81a9316163f0532-d # internal
2025-08-20T21:19:56.3345861Z [00:02:49.671]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorstatus
2025-08-20T21:19:56.3346653Z [00:02:49.671]➜  mkdir -p $WORK/b452/
2025-08-20T21:19:56.3347333Z [00:02:49.672]➜  cat >/tmp/go-build3619502580/b452/importcfg << 'EOF' # internal
2025-08-20T21:19:56.3347952Z [00:02:49.672]➜  # import config
2025-08-20T21:19:56.3348901Z [00:02:49.672]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.3349687Z [00:02:49.672]➜  EOF
2025-08-20T21:19:56.3354690Z [00:02:49.672]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b452/_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/b452=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorstatus -lang=go1.21 -complete -installsuffix shared -buildid AL0P8d8jpvy9h9u9Ltc1/AL0P8d8jpvy9h9u9Ltc1 -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/connectorstatus/connectorstatus.go
2025-08-20T21:19:56.3358961Z [00:02:49.673]➜  go tool buildid -w $WORK/b451/_pkg_.a # internal
2025-08-20T21:19:56.3362984Z [00:02:49.673]➜  cp $WORK/b451/_pkg_.a /root/.cache/go-build/02/029314e72af9ee7bd7a2f8ea760ad060f9915bb2c374bf01230c906152f36e48-d # internal
2025-08-20T21:19:56.3364318Z [00:02:49.673]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/converttype
2025-08-20T21:19:56.3365054Z [00:02:49.674]➜  mkdir -p $WORK/b453/
2025-08-20T21:19:56.3365727Z [00:02:49.674]➜  cat >/tmp/go-build3619502580/b453/importcfg << 'EOF' # internal
2025-08-20T21:19:56.3368761Z [00:02:49.674]➜  # import config
2025-08-20T21:19:56.3369995Z [00:02:49.674]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.3373390Z [00:02:49.674]➜  EOF
2025-08-20T21:19:56.3377968Z [00:02:49.674]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b453/_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/b453=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/converttype -lang=go1.21 -complete -installsuffix shared -buildid bIhtV3RKH1fQWfVT-5aI/bIhtV3RKH1fQWfVT-5aI -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/converttype/converttype.go
2025-08-20T21:19:56.3469257Z [00:02:49.686]➜  go tool buildid -w $WORK/b452/_pkg_.a # internal
2025-08-20T21:19:56.3475027Z [00:02:49.687]➜  cp $WORK/b452/_pkg_.a /root/.cache/go-build/56/566c6fc4a06ab57b1755b7ad81a274884b0cee4a5cf9cbfb61e7e6c131d34685-d # internal
2025-08-20T21:19:56.3486393Z [00:02:49.687]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataattachmentformat
2025-08-20T21:19:56.3488294Z [00:02:49.687]➜  mkdir -p $WORK/b454/
2025-08-20T21:19:56.3489177Z [00:02:49.687]➜  cat >/tmp/go-build3619502580/b454/importcfg << 'EOF' # internal
2025-08-20T21:19:56.3490936Z [00:02:49.687]➜  # import config
2025-08-20T21:19:56.3491881Z [00:02:49.687]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.3492493Z [00:02:49.687]➜  EOF
2025-08-20T21:19:56.3497822Z [00:02:49.687]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b454/_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/b454=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataattachmentformat -lang=go1.21 -complete -installsuffix shared -buildid _A70Ij9PyFKIM0Eqklri/_A70Ij9PyFKIM0Eqklri -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/dataattachmentformat/dataattachmentformat.go
2025-08-20T21:19:56.3545046Z [00:02:49.694]➜  go tool buildid -w $WORK/b453/_pkg_.a # internal
2025-08-20T21:19:56.3554334Z [00:02:49.695]➜  cp $WORK/b453/_pkg_.a /root/.cache/go-build/9f/9f961def07056f9445ead5c0ef9ef5294ec7e0151ac8d8e5ba0085e6ea72654c-d # internal
2025-08-20T21:19:56.3564321Z [00:02:49.695]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/datafeedstate
2025-08-20T21:19:56.3565161Z [00:02:49.695]➜  mkdir -p $WORK/b455/
2025-08-20T21:19:56.3568628Z [00:02:49.696]➜  cat >/tmp/go-build3619502580/b455/importcfg << 'EOF' # internal
2025-08-20T21:19:56.3570787Z [00:02:49.696]➜  # import config
2025-08-20T21:19:56.3571579Z [00:02:49.696]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.3572235Z [00:02:49.696]➜  EOF
2025-08-20T21:19:56.3577043Z [00:02:49.696]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b455/_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/b455=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/datafeedstate -lang=go1.21 -complete -installsuffix shared -buildid imStUqvFTx07vcbzyhAq/imStUqvFTx07vcbzyhAq -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/datafeedstate/datafeedstate.go
2025-08-20T21:19:56.3599413Z [00:02:49.699]➜  go tool buildid -w $WORK/b454/_pkg_.a # internal
2025-08-20T21:19:56.3609683Z [00:02:49.700]➜  cp $WORK/b454/_pkg_.a /root/.cache/go-build/cd/cd32a15c25466428b94172f58f14d32d4a3a478fd858a31623833dd062fde906-d # internal
2025-08-20T21:19:56.3619783Z [00:02:49.700]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataframestate
2025-08-20T21:19:56.3620566Z [00:02:49.700]➜  mkdir -p $WORK/b456/
2025-08-20T21:19:56.3621372Z [00:02:49.701]➜  cat >/tmp/go-build3619502580/b456/importcfg << 'EOF' # internal
2025-08-20T21:19:56.3622038Z [00:02:49.701]➜  # import config
2025-08-20T21:19:56.3622663Z [00:02:49.701]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.3623253Z [00:02:49.701]➜  EOF
2025-08-20T21:19:56.3630674Z [00:02:49.702]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b456/_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/b456=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataframestate -lang=go1.21 -complete -installsuffix shared -buildid njC4TSNSofwKpWRvGcuz/njC4TSNSofwKpWRvGcuz -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/dataframestate/dataframestate.go
2025-08-20T21:19:56.3711823Z [00:02:49.710]➜  go tool buildid -w $WORK/b455/_pkg_.a # internal
2025-08-20T21:19:56.3721554Z [00:02:49.711]➜  cp $WORK/b455/_pkg_.a /root/.cache/go-build/32/32b2518c7466f715570ed03300d44ebc3b35ae4af560d589bee85af9b02ccaa2-d # internal
2025-08-20T21:19:56.3733371Z [00:02:49.711]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/day
2025-08-20T21:19:56.3734104Z [00:02:49.711]➜  mkdir -p $WORK/b457/
2025-08-20T21:19:56.3734803Z [00:02:49.711]➜  cat >/tmp/go-build3619502580/b457/importcfg << 'EOF' # internal
2025-08-20T21:19:56.3735455Z [00:02:49.711]➜  # import config
2025-08-20T21:19:56.3736365Z [00:02:49.711]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.3737013Z [00:02:49.711]➜  EOF
2025-08-20T21:19:56.3744308Z [00:02:49.713]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b457/_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/b457=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/day -lang=go1.21 -complete -installsuffix shared -buildid 2jdgzga7GJ1Z9D0CM5ff/2jdgzga7GJ1Z9D0CM5ff -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/day/day.go
2025-08-20T21:19:56.3759195Z [00:02:49.715]➜  go tool buildid -w $WORK/b456/_pkg_.a # internal
2025-08-20T21:19:56.3767121Z [00:02:49.716]➜  cp $WORK/b456/_pkg_.a /root/.cache/go-build/6d/6d3e6a689c5d758677e7e838d228ec4b401f4148fd233dc35e98e53e02381f09-d # internal
2025-08-20T21:19:56.3776157Z [00:02:49.716]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/decision
2025-08-20T21:19:56.3776887Z [00:02:49.716]➜  mkdir -p $WORK/b458/
2025-08-20T21:19:56.3777554Z [00:02:49.717]➜  cat >/tmp/go-build3619502580/b458/importcfg << 'EOF' # internal
2025-08-20T21:19:56.3778202Z [00:02:49.717]➜  # import config
2025-08-20T21:19:56.3778826Z [00:02:49.717]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.3779415Z [00:02:49.717]➜  EOF
2025-08-20T21:19:56.3783973Z [00:02:49.717]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b458/_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/b458=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/decision -lang=go1.21 -complete -installsuffix shared -buildid gSeH7-xFd6cvmzmwSIGu/gSeH7-xFd6cvmzmwSIGu -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/decision/decision.go
2025-08-20T21:19:56.3803828Z [00:02:49.720]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/fb/fb87dcdb8059c04a13064db5c26713791e4ad4fc93e11b0c1ffcd536946ea679-d # internal
2025-08-20T21:19:56.3812526Z [00:02:49.720]➜  github.com/go-chi/chi/v5
2025-08-20T21:19:56.3817081Z [00:02:49.721]➜  mkdir -p $WORK/b071/
2025-08-20T21:19:56.3825731Z [00:02:49.722]➜  cat >/tmp/go-build3619502580/b071/importcfg << 'EOF' # internal
2025-08-20T21:19:56.3826680Z [00:02:49.722]➜  # import config
2025-08-20T21:19:56.3828186Z [00:02:49.722]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:56.3829128Z [00:02:49.722]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:56.3829995Z [00:02:49.722]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:56.3830957Z [00:02:49.722]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:19:56.3832194Z [00:02:49.722]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:19:56.3833300Z [00:02:49.722]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:56.3834239Z [00:02:49.722]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.3835039Z [00:02:49.722]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:56.3835619Z [00:02:49.722]➜  EOF
2025-08-20T21:19:56.3848273Z [00:02:49.724]➜  /root/.go/pkg/tool/linux_amd64/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 sRCAuY9X1LHk-xXHRv7P/sRCAuY9X1LHk-xXHRv7P -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:19:56.3890094Z [00:02:49.728]➜  go tool buildid -w $WORK/b457/_pkg_.a # internal
2025-08-20T21:19:56.3902455Z [00:02:49.729]➜  cp $WORK/b457/_pkg_.a /root/.cache/go-build/65/654fdf2aa68b6b4b9718b2270595d41a5633d1cf5c743d71bcb0d96283959b51-d # internal
2025-08-20T21:19:56.3903488Z [00:02:49.729]➜  expvar
2025-08-20T21:19:56.3903919Z [00:02:49.729]➜  mkdir -p $WORK/b189/
2025-08-20T21:19:56.3906638Z [00:02:49.729]➜  cat >/tmp/go-build3619502580/b189/importcfg << 'EOF' # internal
2025-08-20T21:19:56.3908173Z [00:02:49.729]➜  # import config
2025-08-20T21:19:56.3908951Z [00:02:49.729]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:56.3911363Z [00:02:49.729]➜  packagefile internal/godebug=/tmp/go-build3619502580/b045/_pkg_.a
2025-08-20T21:19:56.3920688Z [00:02:49.729]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:19:56.3921520Z [00:02:49.729]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:56.3922156Z [00:02:49.729]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:56.3922783Z [00:02:49.729]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:56.3938214Z [00:02:49.729]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:56.3938887Z [00:02:49.729]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:56.3939519Z [00:02:49.729]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:56.3940149Z [00:02:49.729]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:56.3940783Z [00:02:49.729]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:56.3941764Z [00:02:49.729]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:19:56.3942297Z [00:02:49.729]➜  EOF
2025-08-20T21:19:56.3944221Z [00:02:49.729]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b189/_pkg_.a -trimpath "/root/.go/src/expvar=>expvar;$WORK/b189=>" -p expvar -lang=go1.25 -std -complete -installsuffix shared -buildid CDqWe0ZJ9xg_hx7tNAuK/CDqWe0ZJ9xg_hx7tNAuK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b189/importcfg -pack /root/.go/src/expvar/expvar.go
2025-08-20T21:19:56.3946658Z [00:02:49.731]➜  go tool buildid -w $WORK/b458/_pkg_.a # internal
2025-08-20T21:19:56.3948010Z [00:02:49.732]➜  cp $WORK/b458/_pkg_.a /root/.cache/go-build/b4/b4319c9cad38ab54351b913e917549cbb98b161ed36db3bc7527482d3ac5f0ea-d # internal
2025-08-20T21:19:56.3949040Z [00:02:49.732]➜  net/http/pprof
2025-08-20T21:19:56.3949431Z [00:02:49.732]➜  mkdir -p $WORK/b191/
2025-08-20T21:19:56.3950001Z [00:02:49.732]➜  cat >/tmp/go-build3619502580/b191/importcfg << 'EOF' # internal
2025-08-20T21:19:56.3950537Z [00:02:49.732]➜  # import config
2025-08-20T21:19:56.3951068Z [00:02:49.732]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:19:56.3951977Z [00:02:49.732]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:56.3952637Z [00:02:49.732]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:56.3953312Z [00:02:49.732]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:56.3953946Z [00:02:49.732]➜  packagefile html=/tmp/go-build3619502580/b192/_pkg_.a
2025-08-20T21:19:56.3954649Z [00:02:49.732]➜  packagefile internal/godebug=/tmp/go-build3619502580/b045/_pkg_.a
2025-08-20T21:19:56.3955415Z [00:02:49.732]➜  packagefile internal/profile=/tmp/go-build3619502580/b193/_pkg_.a
2025-08-20T21:19:56.3956099Z [00:02:49.732]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:56.3956718Z [00:02:49.732]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:19:56.3957362Z [00:02:49.732]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:56.3958233Z [00:02:49.732]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:19:56.3958881Z [00:02:49.732]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:56.3959531Z [00:02:49.732]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:56.3960288Z [00:02:49.732]➜  packagefile runtime/pprof=/tmp/go-build3619502580/b194/_pkg_.a
2025-08-20T21:19:56.3961013Z [00:02:49.732]➜  packagefile runtime/trace=/tmp/go-build3619502580/b196/_pkg_.a
2025-08-20T21:19:56.3969588Z [00:02:49.732]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:19:56.3970300Z [00:02:49.732]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:56.3970969Z [00:02:49.732]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.3971815Z [00:02:49.732]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:56.3972303Z [00:02:49.732]➜  EOF
2025-08-20T21:19:56.3974594Z [00:02:49.732]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b191/_pkg_.a -trimpath "/root/.go/src/net/http/pprof=>net/http/pprof;$WORK/b191=>" -p net/http/pprof -lang=go1.25 -std -complete -installsuffix shared -buildid 8yjDGAwWx-RJrsHzt_Hv/8yjDGAwWx-RJrsHzt_Hv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b191/importcfg -pack /root/.go/src/net/http/pprof/pprof.go
2025-08-20T21:19:56.5187428Z [00:02:49.858]➜  go tool buildid -w $WORK/b191/_pkg_.a # internal
2025-08-20T21:19:56.5210271Z [00:02:49.860]➜  cp $WORK/b191/_pkg_.a /root/.cache/go-build/52/52a3e918b6e41685517325a45b254c84f79f3ac3fae3451dc7ea88d6924a21c8-d # internal
2025-08-20T21:19:56.5216216Z [00:02:49.861]➜  github.com/gorilla/sessions
2025-08-20T21:19:56.5219204Z [00:02:49.861]➜  mkdir -p $WORK/b198/
2025-08-20T21:19:56.5261162Z [00:02:49.865]➜  cat >/tmp/go-build3619502580/b198/importcfg << 'EOF' # internal
2025-08-20T21:19:56.5262802Z [00:02:49.865]➜  # import config
2025-08-20T21:19:56.5264405Z [00:02:49.865]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:56.5265815Z [00:02:49.865]➜  packagefile encoding/base32=/tmp/go-build3619502580/b199/_pkg_.a
2025-08-20T21:19:56.5267022Z [00:02:49.865]➜  packagefile encoding/gob=/tmp/go-build3619502580/b200/_pkg_.a
2025-08-20T21:19:56.5268926Z [00:02:49.865]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:56.5283429Z [00:02:49.865]➜  packagefile github.com/gorilla/securecookie=/tmp/go-build3619502580/b202/_pkg_.a
2025-08-20T21:19:56.5284470Z [00:02:49.865]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:56.5285296Z [00:02:49.865]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:56.5286195Z [00:02:49.865]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:19:56.5287111Z [00:02:49.865]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.5287961Z [00:02:49.865]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:56.5288800Z [00:02:49.865]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:56.5289425Z [00:02:49.865]➜  EOF
2025-08-20T21:19:56.5295191Z [00:02:49.865]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b198/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gorilla/sessions@v1.4.0=>github.com/gorilla/sessions@v1.4.0;$WORK/b198=>" -p github.com/gorilla/sessions -lang=go1.23 -complete -installsuffix shared -buildid ORt1ZtooHwKohiRJjk7W/ORt1ZtooHwKohiRJjk7W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b198/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:19:56.5743279Z [00:02:49.913]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T21:19:56.5778385Z [00:02:49.917]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/6b/6b7b1fe4adcaa22dbc71de6e6c35304f45e5f6707ddcc71eab0e34a7abb3ce94-d # internal
2025-08-20T21:19:56.5788008Z [00:02:49.918]➜  net/http/httputil
2025-08-20T21:19:56.5791011Z [00:02:49.918]➜  mkdir -p $WORK/b252/
2025-08-20T21:19:56.5802738Z [00:02:49.919]➜  cat >/tmp/go-build3619502580/b252/importcfg << 'EOF' # internal
2025-08-20T21:19:56.5804107Z [00:02:49.919]➜  # import config
2025-08-20T21:19:56.5805559Z [00:02:49.919]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:19:56.5806885Z [00:02:49.919]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:19:56.5807782Z [00:02:49.919]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:56.5808687Z [00:02:49.919]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:56.5809577Z [00:02:49.919]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:56.5810913Z [00:02:49.919]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:56.5813246Z [00:02:49.919]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3619502580/b168/_pkg_.a
2025-08-20T21:19:56.5814245Z [00:02:49.919]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:56.5815019Z [00:02:49.919]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:19:56.5815749Z [00:02:49.919]➜  packagefile mime=/tmp/go-build3619502580/b179/_pkg_.a
2025-08-20T21:19:56.5816453Z [00:02:49.919]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:19:56.5817216Z [00:02:49.919]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:56.5818061Z [00:02:49.919]➜  packagefile net/http/httptrace=/tmp/go-build3619502580/b182/_pkg_.a
2025-08-20T21:19:56.5818957Z [00:02:49.919]➜  packagefile net/http/internal=/tmp/go-build3619502580/b183/_pkg_.a
2025-08-20T21:19:56.5819884Z [00:02:49.919]➜  packagefile net/http/internal/ascii=/tmp/go-build3619502580/b184/_pkg_.a
2025-08-20T21:19:56.5820808Z [00:02:49.919]➜  packagefile net/textproto=/tmp/go-build3619502580/b176/_pkg_.a
2025-08-20T21:19:56.5821930Z [00:02:49.919]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:19:56.5822953Z [00:02:49.919]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.5823686Z [00:02:49.919]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:56.5824384Z [00:02:49.919]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:56.5824925Z [00:02:49.919]➜  EOF
2025-08-20T21:19:56.5828430Z [00:02:49.920]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b252/_pkg_.a -trimpath "/root/.go/src/net/http/httputil=>net/http/httputil;$WORK/b252=>" -p net/http/httputil -lang=go1.25 -std -complete -installsuffix shared -buildid WZMze_CwZDjQdP54t70t/WZMze_CwZDjQdP54t70t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b252/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:19:56.5918724Z [00:02:49.930]➜  go tool buildid -w $WORK/b189/_pkg_.a # internal
2025-08-20T21:19:56.5947682Z [00:02:49.934]➜  cp $WORK/b189/_pkg_.a /root/.cache/go-build/eb/ebc3103a84769c2d663f37c42896bdc7162458af05e719fccf66b29fb95a2eb9-d # internal
2025-08-20T21:19:56.5956303Z [00:02:49.935]➜  github.com/go-chi/chi/v5/middleware
2025-08-20T21:19:56.5959313Z [00:02:49.935]➜  mkdir -p $WORK/b188/
2025-08-20T21:19:56.5967546Z [00:02:49.936]➜  cat >/tmp/go-build3619502580/b188/importcfg << 'EOF' # internal
2025-08-20T21:19:56.5973853Z [00:02:49.936]➜  # import config
2025-08-20T21:19:56.5974541Z [00:02:49.936]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:19:56.5975317Z [00:02:49.936]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:56.5976163Z [00:02:49.936]➜  packagefile compress/flate=/tmp/go-build3619502580/b075/_pkg_.a
2025-08-20T21:19:56.5977357Z [00:02:49.936]➜  packagefile compress/gzip=/tmp/go-build3619502580/b074/_pkg_.a
2025-08-20T21:19:56.5978295Z [00:02:49.936]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:56.5979200Z [00:02:49.936]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:19:56.5980089Z [00:02:49.936]➜  packagefile crypto/subtle=/tmp/go-build3619502580/b105/_pkg_.a
2025-08-20T21:19:56.5981014Z [00:02:49.936]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:19:56.5982048Z [00:02:49.936]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:56.5982845Z [00:02:49.936]➜  packagefile expvar=/tmp/go-build3619502580/b189/_pkg_.a
2025-08-20T21:19:56.5983608Z [00:02:49.936]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:56.5984490Z [00:02:49.936]➜  packagefile github.com/go-chi/chi/v5=/tmp/go-build3619502580/b071/_pkg_.a
2025-08-20T21:19:56.5985376Z [00:02:49.936]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:56.5986144Z [00:02:49.936]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:19:56.5986971Z [00:02:49.936]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:19:56.5987803Z [00:02:49.936]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:19:56.5988596Z [00:02:49.936]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:56.5989474Z [00:02:49.936]➜  packagefile net/http/pprof=/tmp/go-build3619502580/b191/_pkg_.a
2025-08-20T21:19:56.5990301Z [00:02:49.936]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:56.5991048Z [00:02:49.936]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:19:56.5993008Z [00:02:49.936]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:56.5993848Z [00:02:49.936]➜  packagefile runtime/debug=/tmp/go-build3619502580/b197/_pkg_.a
2025-08-20T21:19:56.5994700Z [00:02:49.936]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:56.5995475Z [00:02:49.936]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.5996227Z [00:02:49.936]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:56.5997302Z [00:02:49.936]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:56.5998128Z [00:02:49.936]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:56.5998714Z [00:02:49.936]➜  EOF
2025-08-20T21:19:56.6016809Z [00:02:49.936]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b188/_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/b188=>" -p github.com/go-chi/chi/v5/middleware -lang=go1.20 -complete -installsuffix shared -buildid MSus9cH41vcy1HzhfrPF/MSus9cH41vcy1HzhfrPF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b188/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:19:56.6104455Z [00:02:49.950]➜  go tool buildid -w $WORK/b198/_pkg_.a # internal
2025-08-20T21:19:56.6118742Z [00:02:49.951]➜  cp $WORK/b198/_pkg_.a /root/.cache/go-build/6d/6d9f04002b30aeb0a7a85f198c84463fa700807a2d7cb3bf06a8561701456771-d # internal
2025-08-20T21:19:56.6125545Z [00:02:49.952]➜  github.com/aws/smithy-go/encoding/httpbinding
2025-08-20T21:19:56.6132125Z [00:02:49.952]➜  mkdir -p $WORK/b281/
2025-08-20T21:19:56.6132884Z [00:02:49.952]➜  cat >/tmp/go-build3619502580/b281/importcfg << 'EOF' # internal
2025-08-20T21:19:56.6133568Z [00:02:49.952]➜  # import config
2025-08-20T21:19:56.6134255Z [00:02:49.952]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:56.6135176Z [00:02:49.952]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:19:56.6136356Z [00:02:49.952]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:56.6137402Z [00:02:49.952]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:56.6138453Z [00:02:49.952]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:19:56.6139491Z [00:02:49.952]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:56.6140475Z [00:02:49.952]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:19:56.6142105Z [00:02:49.952]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:56.6143866Z [00:02:49.952]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.6144756Z [00:02:49.952]➜  EOF
2025-08-20T21:19:56.6151500Z [00:02:49.952]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b281/_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/b281=>" -p github.com/aws/smithy-go/encoding/httpbinding -lang=go1.22 -complete -installsuffix shared -buildid -NS3RAdPjPW10T7-eL4Y/-NS3RAdPjPW10T7-eL4Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b281/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:19:56.7227729Z [00:02:50.062]➜  go tool buildid -w $WORK/b325/_pkg_.a # internal
2025-08-20T21:19:56.7576623Z [00:02:50.097]➜  go tool buildid -w $WORK/b281/_pkg_.a # internal
2025-08-20T21:19:56.7598239Z [00:02:50.099]➜  cp $WORK/b281/_pkg_.a /root/.cache/go-build/8e/8ece915e3313e9b998c967e941b7f0f6c36036bb61bf839ae64cbe8f9e7fc14a-d # internal
2025-08-20T21:19:56.7600482Z [00:02:50.099]➜  github.com/aws/smithy-go/endpoints
2025-08-20T21:19:56.7602321Z [00:02:50.099]➜  mkdir -p $WORK/b291/
2025-08-20T21:19:56.7610705Z [00:02:50.100]➜  cat >/tmp/go-build3619502580/b291/importcfg << 'EOF' # internal
2025-08-20T21:19:56.7612555Z [00:02:50.100]➜  # import config
2025-08-20T21:19:56.7614245Z [00:02:50.100]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:19:56.7615525Z [00:02:50.100]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:56.7617096Z [00:02:50.100]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:19:56.7632221Z [00:02:50.100]➜  EOF
2025-08-20T21:19:56.7636109Z [00:02:50.100]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b291/_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/b291=>" -p github.com/aws/smithy-go/endpoints -lang=go1.22 -complete -installsuffix shared -buildid 2QM6v8dhTF51XAbkIFZi/2QM6v8dhTF51XAbkIFZi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b291/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/endpoints/endpoint.go
2025-08-20T21:19:56.7645142Z [00:02:50.100]➜  cp $WORK/b325/_pkg_.a /root/.cache/go-build/f8/f87ce3c7eadd10601a5ae4024093e8201115cbccf5536b906ccfbfc4d64fc972-d # internal
2025-08-20T21:19:56.7650272Z [00:02:50.100]➜  github.com/aws/aws-sdk-go/aws
2025-08-20T21:19:56.7650932Z [00:02:50.100]➜  mkdir -p $WORK/b319/
2025-08-20T21:19:56.7651915Z [00:02:50.104]➜  cat >/tmp/go-build3619502580/b319/importcfg << 'EOF' # internal
2025-08-20T21:19:56.7652623Z [00:02:50.104]➜  # import config
2025-08-20T21:19:56.7653318Z [00:02:50.104]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:56.7654398Z [00:02:50.104]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3619502580/b320/_pkg_.a
2025-08-20T21:19:56.7655703Z [00:02:50.104]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3619502580/b321/_pkg_.a
2025-08-20T21:19:56.7657052Z [00:02:50.104]➜  packagefile github.com/aws/aws-sdk-go/aws/endpoints=/tmp/go-build3619502580/b325/_pkg_.a
2025-08-20T21:19:56.7658340Z [00:02:50.104]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build3619502580/b326/_pkg_.a
2025-08-20T21:19:56.7659367Z [00:02:50.104]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:56.7660175Z [00:02:50.104]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:19:56.7672426Z [00:02:50.104]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:56.7673382Z [00:02:50.104]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:19:56.7674224Z [00:02:50.104]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:56.7675054Z [00:02:50.104]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.7675869Z [00:02:50.104]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:56.7676652Z [00:02:50.104]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:56.7677234Z [00:02:50.104]➜  EOF
2025-08-20T21:19:56.7686141Z [00:02:50.104]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b319/_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/b319=>" -p github.com/aws/aws-sdk-go/aws -lang=go1.19 -complete -installsuffix shared -buildid jG1p86py29TBLcWU9U-p/jG1p86py29TBLcWU9U-p -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/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:19:56.7762681Z [00:02:50.115]➜  go tool buildid -w $WORK/b291/_pkg_.a # internal
2025-08-20T21:19:56.7768648Z [00:02:50.116]➜  cp $WORK/b291/_pkg_.a /root/.cache/go-build/de/de7d1c25f50a2122e88673fb612cec22441400f19c96b7fae7e16da466d6879f-d # internal
2025-08-20T21:19:56.7774817Z [00:02:50.116]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared
2025-08-20T21:19:56.7775585Z [00:02:50.116]➜  mkdir -p $WORK/b334/
2025-08-20T21:19:56.7776309Z [00:02:50.116]➜  cat >/tmp/go-build3619502580/b334/importcfg << 'EOF' # internal
2025-08-20T21:19:56.7776985Z [00:02:50.116]➜  # import config
2025-08-20T21:19:56.7777668Z [00:02:50.116]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:56.7778495Z [00:02:50.116]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:56.7779342Z [00:02:50.116]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:56.7780179Z [00:02:50.116]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:56.7780987Z [00:02:50.116]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:19:56.7782046Z [00:02:50.116]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:56.7782859Z [00:02:50.116]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:56.7787590Z [00:02:50.116]➜  EOF
2025-08-20T21:19:56.7797218Z [00:02:50.118]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b334/_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/b334=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared -lang=go1.23 -complete -installsuffix shared -buildid VYBXL89gZviFLYnZiM19/VYBXL89gZviFLYnZiM19 -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/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:19:56.8096968Z [00:02:50.149]➜  go tool buildid -w $WORK/b334/_pkg_.a # internal
2025-08-20T21:19:56.8101102Z [00:02:50.149]➜  go tool buildid -w $WORK/b252/_pkg_.a # internal
2025-08-20T21:19:56.8107067Z [00:02:50.150]➜  cp $WORK/b334/_pkg_.a /root/.cache/go-build/94/94f0260f86eb8860d40ab1c067246c2f2baad3624a65611ead33184bca05b0ea-d # internal
2025-08-20T21:19:56.8115634Z [00:02:50.150]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/exported
2025-08-20T21:19:56.8116359Z [00:02:50.150]➜  mkdir -p $WORK/b335/
2025-08-20T21:19:56.8117103Z [00:02:50.150]➜  cat >/tmp/go-build3619502580/b335/importcfg << 'EOF' # internal
2025-08-20T21:19:56.8117771Z [00:02:50.150]➜  # import config
2025-08-20T21:19:56.8118429Z [00:02:50.151]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:56.8119269Z [00:02:50.151]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:56.8120087Z [00:02:50.151]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:56.8120710Z [00:02:50.151]➜  EOF
2025-08-20T21:19:56.8125234Z [00:02:50.151]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b335/_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/b335=>" -p github.com/Azure/azure-sdk-for-go/sdk/internal/exported -lang=go1.23 -complete -installsuffix shared -buildid L-7oOK-1IZe1uLxQCGUP/L-7oOK-1IZe1uLxQCGUP -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/internal@v1.11.1/exported/exported.go
2025-08-20T21:19:56.8154734Z [00:02:50.155]➜  cp $WORK/b252/_pkg_.a /root/.cache/go-build/85/85350988a278847d4fd85ceba787d2061f00736a96b8641b94dc8b3bca3f80af-d # internal
2025-08-20T21:19:56.8164044Z [00:02:50.156]➜  github.com/aws/smithy-go/transport/http
2025-08-20T21:19:56.8166075Z [00:02:50.156]➜  mkdir -p $WORK/b245/
2025-08-20T21:19:56.8172981Z [00:02:50.156]➜  cat >/tmp/go-build3619502580/b245/importcfg << 'EOF' # internal
2025-08-20T21:19:56.8175073Z [00:02:50.156]➜  # import config
2025-08-20T21:19:56.8177924Z [00:02:50.156]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:56.8178846Z [00:02:50.156]➜  packagefile crypto/md5=/tmp/go-build3619502580/b145/_pkg_.a
2025-08-20T21:19:56.8179754Z [00:02:50.156]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:19:56.8180736Z [00:02:50.156]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:19:56.8181905Z [00:02:50.156]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:56.8182885Z [00:02:50.156]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:19:56.8184076Z [00:02:50.156]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3619502580/b247/_pkg_.a
2025-08-20T21:19:56.8185259Z [00:02:50.156]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3619502580/b244/_pkg_.a
2025-08-20T21:19:56.8186499Z [00:02:50.156]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3619502580/b248/_pkg_.a
2025-08-20T21:19:56.8187784Z [00:02:50.156]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:19:56.8188994Z [00:02:50.156]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3619502580/b249/_pkg_.a
2025-08-20T21:19:56.8190181Z [00:02:50.156]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3619502580/b250/_pkg_.a
2025-08-20T21:19:56.8196334Z [00:02:50.156]➜  packagefile github.com/aws/smithy-go/transport/http/internal/io=/tmp/go-build3619502580/b251/_pkg_.a
2025-08-20T21:19:56.8197456Z [00:02:50.156]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:56.8198214Z [00:02:50.156]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:19:56.8198950Z [00:02:50.156]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:56.8199711Z [00:02:50.156]➜  packagefile net/http/httptrace=/tmp/go-build3619502580/b182/_pkg_.a
2025-08-20T21:19:56.8200730Z [00:02:50.156]➜  packagefile net/http/httputil=/tmp/go-build3619502580/b252/_pkg_.a
2025-08-20T21:19:56.8201667Z [00:02:50.156]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:19:56.8202353Z [00:02:50.156]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:56.8203054Z [00:02:50.156]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.8203774Z [00:02:50.156]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:56.8204494Z [00:02:50.156]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:56.8205188Z [00:02:50.156]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:19:56.8205708Z [00:02:50.156]➜  EOF
2025-08-20T21:19:56.8220738Z [00:02:50.157]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b245/_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/b245=>" -p github.com/aws/smithy-go/transport/http -lang=go1.22 -complete -installsuffix shared -buildid E4XWkKaQBRYj-BBib5XV/E4XWkKaQBRYj-BBib5XV -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/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:19:56.8391744Z [00:02:50.177]➜  go tool buildid -w $WORK/b335/_pkg_.a # internal
2025-08-20T21:19:56.8396704Z [00:02:50.179]➜  cp $WORK/b335/_pkg_.a /root/.cache/go-build/3f/3f93e0de70ff20393c3003eaadfe5d4dfb9a17144a874ed72020b40e63139c70-d # internal
2025-08-20T21:19:56.8401694Z [00:02:50.179]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported
2025-08-20T21:19:56.8407399Z [00:02:50.180]➜  mkdir -p $WORK/b330/
2025-08-20T21:19:56.8407999Z [00:02:50.180]➜  go tool buildid -w $WORK/b188/_pkg_.a # internal
2025-08-20T21:19:56.8415819Z [00:02:50.180]➜  cat >/tmp/go-build3619502580/b330/importcfg << 'EOF' # internal
2025-08-20T21:19:56.8416490Z [00:02:50.180]➜  # import config
2025-08-20T21:19:56.8417073Z [00:02:50.180]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:56.8417851Z [00:02:50.180]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:56.8418635Z [00:02:50.180]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:19:56.8419711Z [00:02:50.180]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:56.8420479Z [00:02:50.180]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:56.8421182Z [00:02:50.180]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:56.8422452Z [00:02:50.180]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build3619502580/b331/_pkg_.a
2025-08-20T21:19:56.8423825Z [00:02:50.180]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3619502580/b334/_pkg_.a
2025-08-20T21:19:56.8425174Z [00:02:50.180]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/exported=/tmp/go-build3619502580/b335/_pkg_.a
2025-08-20T21:19:56.8426275Z [00:02:50.180]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:56.8427080Z [00:02:50.180]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:56.8427864Z [00:02:50.180]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:56.8428671Z [00:02:50.180]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:19:56.8429433Z [00:02:50.180]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:56.8430249Z [00:02:50.180]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:56.8431020Z [00:02:50.180]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:56.8431778Z [00:02:50.180]➜  EOF
2025-08-20T21:19:56.8438372Z [00:02:50.180]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b330/_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/b330=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported -lang=go1.23 -complete -installsuffix shared -buildid CBWDC4OTiPKXCk3yGFgp/CBWDC4OTiPKXCk3yGFgp -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/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:19:56.8453079Z [00:02:50.184]➜  cp $WORK/b188/_pkg_.a /root/.cache/go-build/41/418c728e3dbc8605a5844d1aa543c1f87dcb44c87c2956e0a9e9f18239a70050-d # internal
2025-08-20T21:19:56.8456951Z [00:02:50.185]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/poller
2025-08-20T21:19:56.8457677Z [00:02:50.185]➜  mkdir -p $WORK/b342/
2025-08-20T21:19:56.8460639Z [00:02:50.185]➜  cat >/tmp/go-build3619502580/b342/importcfg << 'EOF' # internal
2025-08-20T21:19:56.8463355Z [00:02:50.185]➜  # import config
2025-08-20T21:19:56.8464122Z [00:02:50.185]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:56.8465046Z [00:02:50.185]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:56.8465863Z [00:02:50.185]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:56.8467044Z [00:02:50.185]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/exported=/tmp/go-build3619502580/b335/_pkg_.a
2025-08-20T21:19:56.8468210Z [00:02:50.185]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:56.8469051Z [00:02:50.185]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:19:56.8469887Z [00:02:50.185]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.8470505Z [00:02:50.185]➜  EOF
2025-08-20T21:19:56.8474742Z [00:02:50.186]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b342/_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/b342=>" -p github.com/Azure/azure-sdk-for-go/sdk/internal/poller -lang=go1.23 -complete -installsuffix shared -buildid bi7ZkchYXXnxGkCplFGA/bi7ZkchYXXnxGkCplFGA -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/internal@v1.11.1/poller/util.go
2025-08-20T21:19:56.8770808Z [00:02:50.216]➜  go tool buildid -w $WORK/b342/_pkg_.a # internal
2025-08-20T21:19:56.8785755Z [00:02:50.218]➜  cp $WORK/b342/_pkg_.a /root/.cache/go-build/4a/4ad4a743e142af36d5d04ec474f74b39a8c77af04cb6ce9f6f1420e5e0e8d5af-d # internal
2025-08-20T21:19:56.8802733Z [00:02:50.220]➜  golang.org/x/net/http2
2025-08-20T21:19:56.8824079Z [00:02:50.222]➜  mkdir -p $WORK/b353/
2025-08-20T21:19:56.8832509Z [00:02:50.222]➜  cat >/tmp/go-build3619502580/b353/importcfg << 'EOF' # internal
2025-08-20T21:19:56.8836585Z [00:02:50.223]➜  # import config
2025-08-20T21:19:56.8837124Z [00:02:50.223]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:19:56.8837911Z [00:02:50.223]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:56.8838807Z [00:02:50.223]➜  packagefile compress/gzip=/tmp/go-build3619502580/b074/_pkg_.a
2025-08-20T21:19:56.8839738Z [00:02:50.223]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:56.8840665Z [00:02:50.223]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:19:56.8841812Z [00:02:50.223]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:19:56.8842754Z [00:02:50.223]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:19:56.8843681Z [00:02:50.223]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:56.8844515Z [00:02:50.223]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:56.8845834Z [00:02:50.223]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build3619502580/b354/_pkg_.a
2025-08-20T21:19:56.8847057Z [00:02:50.223]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build3619502580/b358/_pkg_.a
2025-08-20T21:19:56.8848183Z [00:02:50.223]➜  packagefile golang.org/x/net/idna=/tmp/go-build3619502580/b355/_pkg_.a
2025-08-20T21:19:56.8849364Z [00:02:50.223]➜  packagefile golang.org/x/net/internal/httpcommon=/tmp/go-build3619502580/b359/_pkg_.a
2025-08-20T21:19:56.8850391Z [00:02:50.223]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:56.8851419Z [00:02:50.223]➜  packagefile io/fs=/tmp/go-build3619502580/b053/_pkg_.a
2025-08-20T21:19:56.8852300Z [00:02:50.223]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:19:56.8853042Z [00:02:50.223]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:56.8853831Z [00:02:50.223]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:19:56.8854678Z [00:02:50.223]➜  packagefile math/rand=/tmp/go-build3619502580/b108/_pkg_.a
2025-08-20T21:19:56.8855484Z [00:02:50.223]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:19:56.8856232Z [00:02:50.223]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:56.8857435Z [00:02:50.223]➜  packagefile net/http/httptrace=/tmp/go-build3619502580/b182/_pkg_.a
2025-08-20T21:19:56.8858379Z [00:02:50.223]➜  packagefile net/textproto=/tmp/go-build3619502580/b176/_pkg_.a
2025-08-20T21:19:56.8859225Z [00:02:50.223]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:19:56.8859998Z [00:02:50.223]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:56.8860734Z [00:02:50.223]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:56.8864729Z [00:02:50.223]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:56.8867383Z [00:02:50.223]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:19:56.8868258Z [00:02:50.223]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:56.8869134Z [00:02:50.223]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.8870010Z [00:02:50.223]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:56.8870892Z [00:02:50.223]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:56.8872004Z [00:02:50.223]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:56.8872648Z [00:02:50.223]➜  EOF
2025-08-20T21:19:56.8884672Z [00:02:50.223]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b353/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/http2=>golang.org/x/net@v0.39.0/http2;$WORK/b353=>" -p golang.org/x/net/http2 -lang=go1.23 -complete -installsuffix shared -buildid rMSmGTuuA5vr59Pwmw0E/rMSmGTuuA5vr59Pwmw0E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b353/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:19:56.9368504Z [00:02:50.276]➜  go tool buildid -w $WORK/b319/_pkg_.a # internal
2025-08-20T21:19:56.9433646Z [00:02:50.282]➜  cp $WORK/b319/_pkg_.a /root/.cache/go-build/af/affec3b86e8480de258e63ef1578ccd2e624684093a8cb40f9d238803f57aede-d # internal
2025-08-20T21:19:56.9439448Z [00:02:50.283]➜  go.opentelemetry.io/otel/propagation
2025-08-20T21:19:56.9440108Z [00:02:50.283]➜  mkdir -p $WORK/b412/
2025-08-20T21:19:56.9473543Z [00:02:50.284]➜  cat >/tmp/go-build3619502580/b412/importcfg << 'EOF' # internal
2025-08-20T21:19:56.9474419Z [00:02:50.284]➜  # import config
2025-08-20T21:19:56.9475136Z [00:02:50.284]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:56.9476062Z [00:02:50.284]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:19:56.9476966Z [00:02:50.284]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:56.9478005Z [00:02:50.284]➜  packagefile go.opentelemetry.io/otel/baggage=/tmp/go-build3619502580/b413/_pkg_.a
2025-08-20T21:19:56.9483004Z [00:02:50.284]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3619502580/b406/_pkg_.a
2025-08-20T21:19:56.9484084Z [00:02:50.284]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:56.9484975Z [00:02:50.284]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:56.9485622Z [00:02:50.284]➜  EOF
2025-08-20T21:19:56.9490917Z [00:02:50.284]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b412/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/propagation=>go.opentelemetry.io/otel@v1.35.0/propagation;$WORK/b412=>" -p go.opentelemetry.io/otel/propagation -lang=go1.22 -complete -installsuffix shared -buildid 5ICmuENvEmWx990vTV45/5ICmuENvEmWx990vTV45 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b412/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:19:56.9947855Z [00:02:50.334]➜  go tool buildid -w $WORK/b330/_pkg_.a # internal
2025-08-20T21:19:56.9981780Z [00:02:50.337]➜  cp $WORK/b330/_pkg_.a /root/.cache/go-build/05/0543e404365ced58ee2719bd4419b856b577d30c47e8f9d166bbdd6b1503db50-d # internal
2025-08-20T21:19:56.9983208Z [00:02:50.337]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/policy
2025-08-20T21:19:56.9983920Z [00:02:50.337]➜  mkdir -p $WORK/b336/
2025-08-20T21:19:56.9988569Z [00:02:50.338]➜  cat >/tmp/go-build3619502580/b336/importcfg << 'EOF' # internal
2025-08-20T21:19:56.9993203Z [00:02:50.338]➜  # import config
2025-08-20T21:19:56.9994233Z [00:02:50.338]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:56.9995483Z [00:02:50.338]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud=/tmp/go-build3619502580/b337/_pkg_.a
2025-08-20T21:19:56.9997093Z [00:02:50.338]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3619502580/b330/_pkg_.a
2025-08-20T21:19:56.9998695Z [00:02:50.338]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3619502580/b334/_pkg_.a
2025-08-20T21:19:57.0000195Z [00:02:50.338]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing=/tmp/go-build3619502580/b338/_pkg_.a
2025-08-20T21:19:57.0001554Z [00:02:50.338]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:57.0002415Z [00:02:50.338]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:57.0003008Z [00:02:50.338]➜  EOF
2025-08-20T21:19:57.0007482Z [00:02:50.338]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b336/_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/b336=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/policy -lang=go1.23 -complete -installsuffix shared -buildid cTc3lgs2OEmuWFdVNgZY/cTc3lgs2OEmuWFdVNgZY -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/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:19:57.0112873Z [00:02:50.350]➜  go tool buildid -w $WORK/b412/_pkg_.a # internal
2025-08-20T21:19:57.0130919Z [00:02:50.352]➜  cp $WORK/b412/_pkg_.a /root/.cache/go-build/30/30f12823a49db539cf32d7afb207941ca6a46fd9627055cdbc3b3bde4f79c18f-d # internal
2025-08-20T21:19:57.0137538Z [00:02:50.353]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers
2025-08-20T21:19:57.0142147Z [00:02:50.353]➜  mkdir -p $WORK/b341/
2025-08-20T21:19:57.0151699Z [00:02:50.354]➜  cat >/tmp/go-build3619502580/b341/importcfg << 'EOF' # internal
2025-08-20T21:19:57.0163411Z [00:02:50.354]➜  # import config
2025-08-20T21:19:57.0164136Z [00:02:50.354]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:57.0165315Z [00:02:50.354]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:57.0166160Z [00:02:50.354]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:57.0166947Z [00:02:50.354]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:57.0168119Z [00:02:50.354]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3619502580/b330/_pkg_.a
2025-08-20T21:19:57.0169602Z [00:02:50.354]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build3619502580/b331/_pkg_.a
2025-08-20T21:19:57.0171065Z [00:02:50.354]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3619502580/b334/_pkg_.a
2025-08-20T21:19:57.0172759Z [00:02:50.354]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/exported=/tmp/go-build3619502580/b335/_pkg_.a
2025-08-20T21:19:57.0174167Z [00:02:50.354]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build3619502580/b342/_pkg_.a
2025-08-20T21:19:57.0175271Z [00:02:50.354]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:57.0176077Z [00:02:50.354]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:57.0176669Z [00:02:50.354]➜  EOF
2025-08-20T21:19:57.0183517Z [00:02:50.356]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b341/_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/b341=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers -lang=go1.23 -complete -installsuffix shared -buildid 5DLU5ZjfLh9WLUbKIEfI/5DLU5ZjfLh9WLUbKIEfI -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/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:19:57.0333091Z [00:02:50.372]➜  go tool buildid -w $WORK/b245/_pkg_.a # internal
2025-08-20T21:19:57.0364211Z [00:02:50.376]➜  go tool buildid -w $WORK/b336/_pkg_.a # internal
2025-08-20T21:19:57.0376670Z [00:02:50.377]➜  cp $WORK/b336/_pkg_.a /root/.cache/go-build/2c/2c95bee703ef614e382417a3c513f878ce36ee13052dfc03cc9db9f965b829d1-d # internal
2025-08-20T21:19:57.0382130Z [00:02:50.377]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming
2025-08-20T21:19:57.0383470Z [00:02:50.377]➜  mkdir -p $WORK/b348/
2025-08-20T21:19:57.0384912Z [00:02:50.377]➜  cat >/tmp/go-build3619502580/b348/importcfg << 'EOF' # internal
2025-08-20T21:19:57.0385912Z [00:02:50.377]➜  # import config
2025-08-20T21:19:57.0387233Z [00:02:50.377]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3619502580/b330/_pkg_.a
2025-08-20T21:19:57.0388571Z [00:02:50.377]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:57.0391064Z [00:02:50.377]➜  EOF
2025-08-20T21:19:57.0399838Z [00:02:50.378]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b348/_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/b348=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming -lang=go1.23 -complete -installsuffix shared -buildid i3GJYm6uncFGyhoW0PpE/i3GJYm6uncFGyhoW0PpE -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/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:19:57.0422368Z [00:02:50.381]➜  cp $WORK/b245/_pkg_.a /root/.cache/go-build/e3/e3fcd372f5df79611b244f6c59f76e4709316752122420714bf345810c2688fb-d # internal
2025-08-20T21:19:57.0430370Z [00:02:50.382]➜  github.com/aws/smithy-go/auth/bearer
2025-08-20T21:19:57.0433105Z [00:02:50.382]➜  mkdir -p $WORK/b240/
2025-08-20T21:19:57.0443069Z [00:02:50.383]➜  cat >/tmp/go-build3619502580/b240/importcfg << 'EOF' # internal
2025-08-20T21:19:57.0449737Z [00:02:50.383]➜  # import config
2025-08-20T21:19:57.0450403Z [00:02:50.383]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:57.0451507Z [00:02:50.383]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:57.0452515Z [00:02:50.383]➜  packagefile github.com/aws/smithy-go/context=/tmp/go-build3619502580/b241/_pkg_.a
2025-08-20T21:19:57.0453841Z [00:02:50.383]➜  packagefile github.com/aws/smithy-go/internal/sync/singleflight=/tmp/go-build3619502580/b242/_pkg_.a
2025-08-20T21:19:57.0455080Z [00:02:50.383]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:19:57.0456342Z [00:02:50.383]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3619502580/b245/_pkg_.a
2025-08-20T21:19:57.0457413Z [00:02:50.383]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:57.0458289Z [00:02:50.383]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:57.0458888Z [00:02:50.383]➜  EOF
2025-08-20T21:19:57.0469075Z [00:02:50.386]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b240/_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/b240=>" -p github.com/aws/smithy-go/auth/bearer -lang=go1.22 -complete -installsuffix shared -buildid 3gYQRGSBi3zd84vto4DX/3gYQRGSBi3zd84vto4DX -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/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:19:57.0502078Z [00:02:50.389]➜  go tool buildid -w $WORK/b341/_pkg_.a # internal
2025-08-20T21:19:57.0515276Z [00:02:50.391]➜  cp $WORK/b341/_pkg_.a /root/.cache/go-build/e4/e48773e76b9bd57d223fd046e20de54a3c4dc21ce52401b1a7016c7bdcc71653-d # internal
2025-08-20T21:19:57.0522929Z [00:02:50.391]➜  github.com/aws/aws-sdk-go-v2/internal/auth
2025-08-20T21:19:57.0523571Z [00:02:50.391]➜  mkdir -p $WORK/b280/
2025-08-20T21:19:57.0524305Z [00:02:50.391]➜  cat >/tmp/go-build3619502580/b280/importcfg << 'EOF' # internal
2025-08-20T21:19:57.0524981Z [00:02:50.391]➜  # import config
2025-08-20T21:19:57.0525656Z [00:02:50.391]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:57.0526442Z [00:02:50.391]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:57.0527366Z [00:02:50.391]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:19:57.0528473Z [00:02:50.391]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3619502580/b247/_pkg_.a
2025-08-20T21:19:57.0529643Z [00:02:50.391]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:19:57.0530902Z [00:02:50.391]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3619502580/b245/_pkg_.a
2025-08-20T21:19:57.0531942Z [00:02:50.391]➜  EOF
2025-08-20T21:19:57.0536249Z [00:02:50.391]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b280/_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/b280=>" -p github.com/aws/aws-sdk-go-v2/internal/auth -lang=go1.22 -complete -installsuffix shared -buildid SoKz8pVkYge4kd405rjq/SoKz8pVkYge4kd405rjq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b280/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:19:57.0580593Z [00:02:50.397]➜  go tool buildid -w $WORK/b348/_pkg_.a # internal
2025-08-20T21:19:57.0588675Z [00:02:50.398]➜  cp $WORK/b348/_pkg_.a /root/.cache/go-build/03/030e71b63b744d98f5c2564a21b4e8bba4a08659129c560df843a3ea85d14ef8-d # internal
2025-08-20T21:19:57.0614212Z [00:02:50.399]➜  github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn
2025-08-20T21:19:57.0616859Z [00:02:50.399]➜  mkdir -p $WORK/b285/
2025-08-20T21:19:57.0617614Z [00:02:50.399]➜  cat >/tmp/go-build3619502580/b285/importcfg << 'EOF' # internal
2025-08-20T21:19:57.0618302Z [00:02:50.399]➜  # import config
2025-08-20T21:19:57.0619213Z [00:02:50.399]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3619502580/b245/_pkg_.a
2025-08-20T21:19:57.0620238Z [00:02:50.399]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:19:57.0620978Z [00:02:50.399]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:19:57.0622014Z [00:02:50.399]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:57.0622649Z [00:02:50.399]➜  EOF
2025-08-20T21:19:57.0629917Z [00:02:50.399]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b285/_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/b285=>" -p github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn -lang=go1.22 -complete -installsuffix shared -buildid Q2rcje-vSavZ0M9rhETX/Q2rcje-vSavZ0M9rhETX -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/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:19:57.0968810Z [00:02:50.436]➜  go tool buildid -w $WORK/b285/_pkg_.a # internal
2025-08-20T21:19:57.0982474Z [00:02:50.436]➜  go tool buildid -w $WORK/b280/_pkg_.a # internal
2025-08-20T21:19:57.0987216Z [00:02:50.437]➜  cp $WORK/b285/_pkg_.a /root/.cache/go-build/95/955738f7653e86811bf0c376dc29e7993b6efd16664fb77bc2d3153af6d49589-d # internal
2025-08-20T21:19:57.0999037Z [00:02:50.438]➜  cp $WORK/b280/_pkg_.a /root/.cache/go-build/ff/ffde1a5444dbd67c570eb918f1f3d2f00f6c4a89b5e697c265b941f6b1c5a6cb-d # internal
2025-08-20T21:19:57.1002223Z [00:02:50.438]➜  github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
2025-08-20T21:19:57.1002970Z [00:02:50.438]➜  mkdir -p $WORK/b302/
2025-08-20T21:19:57.1003734Z [00:02:50.439]➜  cat >/tmp/go-build3619502580/b302/importcfg << 'EOF' # internal
2025-08-20T21:19:57.1004431Z [00:02:50.439]➜  # import config
2025-08-20T21:19:57.1005175Z [00:02:50.439]➜  packagefile compress/gzip=/tmp/go-build3619502580/b074/_pkg_.a
2025-08-20T21:19:57.1006099Z [00:02:50.439]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:57.1006946Z [00:02:50.439]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:57.1018952Z [00:02:50.439]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:19:57.1020246Z [00:02:50.439]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:19:57.1021707Z [00:02:50.439]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3619502580/b245/_pkg_.a
2025-08-20T21:19:57.1023756Z [00:02:50.439]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:57.1024381Z [00:02:50.439]➜  EOF
2025-08-20T21:19:57.1035675Z [00:02:50.439]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b302/_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/b302=>" -p github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding -lang=go1.22 -complete -installsuffix shared -buildid NEMwKwNhsnXbt_t4OOCO/NEMwKwNhsnXbt_t4OOCO -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/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:19:57.1046018Z [00:02:50.439]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/query
2025-08-20T21:19:57.1046670Z [00:02:50.439]➜  mkdir -p $WORK/b300/
2025-08-20T21:19:57.1047371Z [00:02:50.440]➜  go tool buildid -w $WORK/b240/_pkg_.a # internal
2025-08-20T21:19:57.1049288Z [00:02:50.441]➜  cat >/tmp/go-build3619502580/b300/importcfg << 'EOF' # internal
2025-08-20T21:19:57.1050019Z [00:02:50.441]➜  # import config
2025-08-20T21:19:57.1050706Z [00:02:50.441]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:57.1051870Z [00:02:50.441]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:57.1053014Z [00:02:50.441]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3619502580/b281/_pkg_.a
2025-08-20T21:19:57.1054312Z [00:02:50.441]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:19:57.1055561Z [00:02:50.441]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3619502580/b245/_pkg_.a
2025-08-20T21:19:57.1056609Z [00:02:50.441]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:57.1057448Z [00:02:50.441]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:19:57.1058308Z [00:02:50.441]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:19:57.1059444Z [00:02:50.441]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:19:57.1060342Z [00:02:50.441]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:19:57.1061186Z [00:02:50.441]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:57.1062058Z [00:02:50.441]➜  EOF
2025-08-20T21:19:57.1068760Z [00:02:50.441]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b300/_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/b300=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/query -lang=go1.22 -complete -installsuffix shared -buildid msF3adq59Z8bO_331ycn/msF3adq59Z8bO_331ycn -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/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:19:57.1075491Z [00:02:50.442]➜  cp $WORK/b240/_pkg_.a /root/.cache/go-build/1f/1ff96e5cc61fc07ec737916225f4d54e20e862daa5cb5bba41591dabb5a74b57-d # internal
2025-08-20T21:19:57.1076606Z [00:02:50.443]➜  github.com/aws/aws-sdk-go-v2/aws
2025-08-20T21:19:57.1077206Z [00:02:50.443]➜  mkdir -p $WORK/b236/
2025-08-20T21:19:57.1077929Z [00:02:50.443]➜  cat >/tmp/go-build3619502580/b236/importcfg << 'EOF' # internal
2025-08-20T21:19:57.1078601Z [00:02:50.443]➜  # import config
2025-08-20T21:19:57.1079263Z [00:02:50.443]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:57.1080080Z [00:02:50.443]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:57.1081111Z [00:02:50.443]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build3619502580/b237/_pkg_.a
2025-08-20T21:19:57.1082690Z [00:02:50.443]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3619502580/b238/_pkg_.a
2025-08-20T21:19:57.1084109Z [00:02:50.443]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sync/singleflight=/tmp/go-build3619502580/b239/_pkg_.a
2025-08-20T21:19:57.1085812Z [00:02:50.443]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build3619502580/b240/_pkg_.a
2025-08-20T21:19:57.1087050Z [00:02:50.443]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3619502580/b244/_pkg_.a
2025-08-20T21:19:57.1088271Z [00:02:50.443]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:19:57.1089461Z [00:02:50.443]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3619502580/b253/_pkg_.a
2025-08-20T21:19:57.1090476Z [00:02:50.443]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:57.1091745Z [00:02:50.443]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:57.1092642Z [00:02:50.443]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:57.1093534Z [00:02:50.443]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:57.1094428Z [00:02:50.443]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:57.1095049Z [00:02:50.443]➜  EOF
2025-08-20T21:19:57.1107318Z [00:02:50.443]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b236/_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/b236=>" -p github.com/aws/aws-sdk-go-v2/aws -lang=go1.22 -complete -installsuffix shared -buildid fj_7oT-XTt4QpFvxt8Fd/fj_7oT-XTt4QpFvxt8Fd -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/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:19:57.1331860Z [00:02:50.471]➜  go tool buildid -w $WORK/b302/_pkg_.a # internal
2025-08-20T21:19:57.1340288Z [00:02:50.472]➜  cp $WORK/b302/_pkg_.a /root/.cache/go-build/3e/3e15a9b37d7d614af616fe6ee2c311206d831bd2e333af3253b67062541e23a2-d # internal
2025-08-20T21:19:57.1341873Z [00:02:50.473]➜  github.com/aws/smithy-go/private/requestcompression
2025-08-20T21:19:57.1342582Z [00:02:50.473]➜  mkdir -p $WORK/b308/
2025-08-20T21:19:57.1343336Z [00:02:50.473]➜  cat >/tmp/go-build3619502580/b308/importcfg << 'EOF' # internal
2025-08-20T21:19:57.1344722Z [00:02:50.473]➜  # import config
2025-08-20T21:19:57.1345766Z [00:02:50.473]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:57.1346969Z [00:02:50.473]➜  packagefile compress/gzip=/tmp/go-build3619502580/b074/_pkg_.a
2025-08-20T21:19:57.1348204Z [00:02:50.473]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:57.1349253Z [00:02:50.473]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:57.1350571Z [00:02:50.473]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:19:57.1353031Z [00:02:50.473]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3619502580/b245/_pkg_.a
2025-08-20T21:19:57.1354454Z [00:02:50.473]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:57.1355447Z [00:02:50.473]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:57.1358589Z [00:02:50.473]➜  EOF
2025-08-20T21:19:57.1364582Z [00:02:50.473]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b308/_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/b308=>" -p github.com/aws/smithy-go/private/requestcompression -lang=go1.22 -complete -installsuffix shared -buildid PQuJ_C6upcvPkWOyVnoB/PQuJ_C6upcvPkWOyVnoB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b308/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:19:57.1770989Z [00:02:50.516]➜  go tool buildid -w $WORK/b308/_pkg_.a # internal
2025-08-20T21:19:57.1827465Z [00:02:50.518]➜  cp $WORK/b308/_pkg_.a /root/.cache/go-build/bf/bfccea3d841de7f551a2f769c863c95606d1e9238411e2144c47e59a8c4c6baf-d # internal
2025-08-20T21:19:57.1829045Z [00:02:50.518]➜  github.com/aws/aws-sdk-go-v2/service/dynamodb/internal/customizations
2025-08-20T21:19:57.1829830Z [00:02:50.518]➜  mkdir -p $WORK/b314/
2025-08-20T21:19:57.1830580Z [00:02:50.519]➜  cat >/tmp/go-build3619502580/b314/importcfg << 'EOF' # internal
2025-08-20T21:19:57.1843002Z [00:02:50.519]➜  # import config
2025-08-20T21:19:57.1843738Z [00:02:50.519]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:57.1844567Z [00:02:50.519]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:57.1845541Z [00:02:50.519]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:19:57.1846714Z [00:02:50.519]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:19:57.1847942Z [00:02:50.519]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3619502580/b245/_pkg_.a
2025-08-20T21:19:57.1848949Z [00:02:50.519]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:19:57.1849786Z [00:02:50.519]➜  packagefile hash/crc32=/tmp/go-build3619502580/b078/_pkg_.a
2025-08-20T21:19:57.1850614Z [00:02:50.519]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:57.1851680Z [00:02:50.519]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:57.1852526Z [00:02:50.519]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:57.1853139Z [00:02:50.519]➜  EOF
2025-08-20T21:19:57.1858605Z [00:02:50.519]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b314/_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/b314=>" -p github.com/aws/aws-sdk-go-v2/service/dynamodb/internal/customizations -lang=go1.22 -complete -installsuffix shared -buildid htlzMv5Zt5GfLqVFPw73/htlzMv5Zt5GfLqVFPw73 -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/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:19:57.2125825Z [00:02:50.552]➜  go tool buildid -w $WORK/b314/_pkg_.a # internal
2025-08-20T21:19:57.2129887Z [00:02:50.552]➜  go tool buildid -w $WORK/b300/_pkg_.a # internal
2025-08-20T21:19:57.2139688Z [00:02:50.553]➜  cp $WORK/b314/_pkg_.a /root/.cache/go-build/b6/b645d72d259ec6fe5feebc77f97d392b8229e9ef13717acb814a50092ecd7f44-d # internal
2025-08-20T21:19:57.2144652Z [00:02:50.553]➜  github.com/aws/smithy-go/endpoints/private/rulesfn
2025-08-20T21:19:57.2145346Z [00:02:50.553]➜  mkdir -p $WORK/b317/
2025-08-20T21:19:57.2152697Z [00:02:50.554]➜  cp $WORK/b300/_pkg_.a /root/.cache/go-build/d2/d237d6f47a8568b4b1f9ad8f5992a9c4bb65455b973ad8222b6955aa887775dd-d # internal
2025-08-20T21:19:57.2156799Z [00:02:50.554]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/async
2025-08-20T21:19:57.2157593Z [00:02:50.554]➜  mkdir -p $WORK/b343/
2025-08-20T21:19:57.2158349Z [00:02:50.555]➜  cat >/tmp/go-build3619502580/b317/importcfg << 'EOF' # internal
2025-08-20T21:19:57.2159045Z [00:02:50.555]➜  # import config
2025-08-20T21:19:57.2159728Z [00:02:50.555]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:57.2160832Z [00:02:50.555]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3619502580/b245/_pkg_.a
2025-08-20T21:19:57.2164454Z [00:02:50.555]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:19:57.2165353Z [00:02:50.555]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:19:57.2166219Z [00:02:50.555]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:57.2166859Z [00:02:50.555]➜  EOF
2025-08-20T21:19:57.2172812Z [00:02:50.555]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b317/_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/b317=>" -p github.com/aws/smithy-go/endpoints/private/rulesfn -lang=go1.22 -complete -installsuffix shared -buildid A1JKWYGLCN7XPuflPavb/A1JKWYGLCN7XPuflPavb -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/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:19:57.2189324Z [00:02:50.558]➜  cat >/tmp/go-build3619502580/b343/importcfg << 'EOF' # internal
2025-08-20T21:19:57.2197053Z [00:02:50.558]➜  # import config
2025-08-20T21:19:57.2197766Z [00:02:50.558]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:57.2198633Z [00:02:50.558]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:57.2199443Z [00:02:50.558]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:57.2200733Z [00:02:50.558]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3619502580/b330/_pkg_.a
2025-08-20T21:19:57.2202505Z [00:02:50.558]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build3619502580/b331/_pkg_.a
2025-08-20T21:19:57.2204109Z [00:02:50.558]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build3619502580/b341/_pkg_.a
2025-08-20T21:19:57.2205741Z [00:02:50.558]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3619502580/b334/_pkg_.a
2025-08-20T21:19:57.2207313Z [00:02:50.558]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build3619502580/b342/_pkg_.a
2025-08-20T21:19:57.2208545Z [00:02:50.558]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:57.2209240Z [00:02:50.558]➜  EOF
2025-08-20T21:19:57.2214028Z [00:02:50.558]➜  /root/.go/pkg/tool/linux_amd64/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/async=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/async;$WORK/b343=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/async -lang=go1.23 -complete -installsuffix shared -buildid 9eLVeLfzNTDyEpNIa0W4/9eLVeLfzNTDyEpNIa0W4 -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/async/async.go
2025-08-20T21:19:57.2425636Z [00:02:50.582]➜  go tool buildid -w $WORK/b317/_pkg_.a # internal
2025-08-20T21:19:57.2438241Z [00:02:50.583]➜  cp $WORK/b317/_pkg_.a /root/.cache/go-build/a1/a1ce83cf498a6f07f81acdea82f2c5c5c5c2533a25daa3cd3456cea588cf1b35-d # internal
2025-08-20T21:19:57.2445171Z [00:02:50.583]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/body
2025-08-20T21:19:57.2451032Z [00:02:50.583]➜  mkdir -p $WORK/b344/
2025-08-20T21:19:57.2452039Z [00:02:50.584]➜  cat >/tmp/go-build3619502580/b344/importcfg << 'EOF' # internal
2025-08-20T21:19:57.2452762Z [00:02:50.584]➜  # import config
2025-08-20T21:19:57.2453463Z [00:02:50.584]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:57.2454366Z [00:02:50.584]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:57.2455666Z [00:02:50.584]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3619502580/b330/_pkg_.a
2025-08-20T21:19:57.2482501Z [00:02:50.584]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build3619502580/b331/_pkg_.a
2025-08-20T21:19:57.2484161Z [00:02:50.584]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build3619502580/b341/_pkg_.a
2025-08-20T21:19:57.2485717Z [00:02:50.584]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build3619502580/b342/_pkg_.a
2025-08-20T21:19:57.2487039Z [00:02:50.584]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:57.2487841Z [00:02:50.584]➜  EOF
2025-08-20T21:19:57.2493018Z [00:02:50.584]➜  /root/.go/pkg/tool/linux_amd64/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/body=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/body;$WORK/b344=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/body -lang=go1.23 -complete -installsuffix shared -buildid LIwpWA46HJIRv0BeeXFj/LIwpWA46HJIRv0BeeXFj -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/body/body.go
2025-08-20T21:19:57.2704618Z [00:02:50.607]➜  go tool buildid -w $WORK/b343/_pkg_.a # internal
2025-08-20T21:19:57.2710466Z [00:02:50.607]➜  cp $WORK/b343/_pkg_.a /root/.cache/go-build/4e/4e56a71e55255d9e6392a519f7fb6dfcadc1aae31b84be4f17c844e2298c6571-d # internal
2025-08-20T21:19:57.2712053Z [00:02:50.607]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/fake
2025-08-20T21:19:57.2712808Z [00:02:50.607]➜  mkdir -p $WORK/b345/
2025-08-20T21:19:57.2713560Z [00:02:50.607]➜  cat >/tmp/go-build3619502580/b345/importcfg << 'EOF' # internal
2025-08-20T21:19:57.2714210Z [00:02:50.607]➜  # import config
2025-08-20T21:19:57.2714866Z [00:02:50.607]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:57.2715654Z [00:02:50.607]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:57.2716393Z [00:02:50.607]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:57.2717580Z [00:02:50.607]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3619502580/b330/_pkg_.a
2025-08-20T21:19:57.2719098Z [00:02:50.607]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build3619502580/b331/_pkg_.a
2025-08-20T21:19:57.2720610Z [00:02:50.607]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build3619502580/b341/_pkg_.a
2025-08-20T21:19:57.2722345Z [00:02:50.607]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3619502580/b334/_pkg_.a
2025-08-20T21:19:57.2723852Z [00:02:50.607]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build3619502580/b342/_pkg_.a
2025-08-20T21:19:57.2724983Z [00:02:50.607]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:57.2726121Z [00:02:50.607]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:57.2726741Z [00:02:50.607]➜  EOF
2025-08-20T21:19:57.2731085Z [00:02:50.607]➜  /root/.go/pkg/tool/linux_amd64/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/fake=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/fake;$WORK/b345=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/fake -lang=go1.23 -complete -installsuffix shared -buildid B4mw51MXdOnPxM_g2BAy/B4mw51MXdOnPxM_g2BAy -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/fake/fake.go
2025-08-20T21:19:57.2735709Z [00:02:50.610]➜  go tool buildid -w $WORK/b344/_pkg_.a # internal
2025-08-20T21:19:57.2738705Z [00:02:50.613]➜  cp $WORK/b344/_pkg_.a /root/.cache/go-build/a6/a64aaf8c31805704dc8edd1c2009fcbb9729337edaf0a1fc9cf1a5d7050e0858-d # internal
2025-08-20T21:19:57.2740050Z [00:02:50.613]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/loc
2025-08-20T21:19:57.2740746Z [00:02:50.613]➜  mkdir -p $WORK/b346/
2025-08-20T21:19:57.2741627Z [00:02:50.613]➜  cat >/tmp/go-build3619502580/b346/importcfg << 'EOF' # internal
2025-08-20T21:19:57.2742325Z [00:02:50.613]➜  # import config
2025-08-20T21:19:57.2742992Z [00:02:50.613]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:57.2743824Z [00:02:50.613]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:57.2744618Z [00:02:50.613]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:57.2746039Z [00:02:50.613]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3619502580/b330/_pkg_.a
2025-08-20T21:19:57.2747584Z [00:02:50.613]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build3619502580/b331/_pkg_.a
2025-08-20T21:19:57.2749156Z [00:02:50.613]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build3619502580/b341/_pkg_.a
2025-08-20T21:19:57.2750690Z [00:02:50.613]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3619502580/b334/_pkg_.a
2025-08-20T21:19:57.2752493Z [00:02:50.613]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build3619502580/b342/_pkg_.a
2025-08-20T21:19:57.2753607Z [00:02:50.613]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:57.2754241Z [00:02:50.613]➜  EOF
2025-08-20T21:19:57.2758632Z [00:02:50.613]➜  /root/.go/pkg/tool/linux_amd64/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/loc=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/loc;$WORK/b346=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/loc -lang=go1.23 -complete -installsuffix shared -buildid c85FBKl4lPmuqpfsnbBU/c85FBKl4lPmuqpfsnbBU -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/loc/loc.go
2025-08-20T21:19:57.2965916Z [00:02:50.636]➜  go tool buildid -w $WORK/b236/_pkg_.a # internal
2025-08-20T21:19:57.3007156Z [00:02:50.640]➜  cp $WORK/b236/_pkg_.a /root/.cache/go-build/f1/f196eeb25cfada690c92263c8f1396cefd07d471bf38bf4c58865ded0eac0106-d # internal
2025-08-20T21:19:57.3011086Z [00:02:50.640]➜  github.com/aws/aws-sdk-go-v2/aws/middleware
2025-08-20T21:19:57.3012229Z [00:02:50.640]➜  mkdir -p $WORK/b255/
2025-08-20T21:19:57.3018105Z [00:02:50.641]➜  cat >/tmp/go-build3619502580/b255/importcfg << 'EOF' # internal
2025-08-20T21:19:57.3022756Z [00:02:50.641]➜  # import config
2025-08-20T21:19:57.3023471Z [00:02:50.641]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:57.3024343Z [00:02:50.641]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:57.3026996Z [00:02:50.641]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:19:57.3029490Z [00:02:50.641]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build3619502580/b237/_pkg_.a
2025-08-20T21:19:57.3032185Z [00:02:50.641]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3619502580/b238/_pkg_.a
2025-08-20T21:19:57.3033636Z [00:02:50.641]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3619502580/b244/_pkg_.a
2025-08-20T21:19:57.3035035Z [00:02:50.641]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:19:57.3036429Z [00:02:50.641]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build3619502580/b256/_pkg_.a
2025-08-20T21:19:57.3038507Z [00:02:50.641]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3619502580/b250/_pkg_.a
2025-08-20T21:19:57.3039975Z [00:02:50.641]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3619502580/b245/_pkg_.a
2025-08-20T21:19:57.3041188Z [00:02:50.641]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:57.3042393Z [00:02:50.641]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:57.3043390Z [00:02:50.641]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:19:57.3044375Z [00:02:50.641]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:57.3045354Z [00:02:50.641]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:57.3047185Z [00:02:50.641]➜  EOF
2025-08-20T21:19:57.3054840Z [00:02:50.641]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b255/_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/b255=>" -p github.com/aws/aws-sdk-go-v2/aws/middleware -lang=go1.22 -complete -installsuffix shared -buildid rdhAAl9p_BXhy_ThyJn9/rdhAAl9p_BXhy_ThyJn9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b255/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:19:57.3067048Z [00:02:50.646]➜  go tool buildid -w $WORK/b345/_pkg_.a # internal
2025-08-20T21:19:57.3082152Z [00:02:50.647]➜  cp $WORK/b345/_pkg_.a /root/.cache/go-build/54/54c3b7350bd01797d29bc70cfd45eca353939afaec05f51cc5b09de54aac2803-d # internal
2025-08-20T21:19:57.3083603Z [00:02:50.647]➜  github.com/aws/aws-sdk-go-v2/credentials
2025-08-20T21:19:57.3084556Z [00:02:50.647]➜  mkdir -p $WORK/b257/
2025-08-20T21:19:57.3089889Z [00:02:50.648]➜  cat >/tmp/go-build3619502580/b257/importcfg << 'EOF' # internal
2025-08-20T21:19:57.3090626Z [00:02:50.648]➜  # import config
2025-08-20T21:19:57.3091516Z [00:02:50.648]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:57.3095917Z [00:02:50.648]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:19:57.3096742Z [00:02:50.648]➜  EOF
2025-08-20T21:19:57.3101805Z [00:02:50.648]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b257/_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/b257=>" -p github.com/aws/aws-sdk-go-v2/credentials -lang=go1.22 -complete -installsuffix shared -buildid 3mQ9ndG0DFL35qz_aMC1/3mQ9ndG0DFL35qz_aMC1 -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/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:19:57.3121760Z [00:02:50.651]➜  go tool buildid -w $WORK/b346/_pkg_.a # internal
2025-08-20T21:19:57.3142879Z [00:02:50.653]➜  cp $WORK/b346/_pkg_.a /root/.cache/go-build/69/69b7a956ad02a3893375c8904419ff4f60bae500d516ab0a743af421640ec5d8-d # internal
2025-08-20T21:19:57.3146739Z [00:02:50.654]➜  github.com/aws/aws-sdk-go-v2/credentials/processcreds
2025-08-20T21:19:57.3147424Z [00:02:50.654]➜  mkdir -p $WORK/b268/
2025-08-20T21:19:57.3155925Z [00:02:50.654]➜  cat >/tmp/go-build3619502580/b268/importcfg << 'EOF' # internal
2025-08-20T21:19:57.3158489Z [00:02:50.654]➜  # import config
2025-08-20T21:19:57.3159816Z [00:02:50.654]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:57.3160869Z [00:02:50.654]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:57.3162768Z [00:02:50.654]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:57.3164478Z [00:02:50.654]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:57.3165836Z [00:02:50.655]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:19:57.3167630Z [00:02:50.655]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdkio=/tmp/go-build3619502580/b269/_pkg_.a
2025-08-20T21:19:57.3169450Z [00:02:50.655]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:57.3170731Z [00:02:50.655]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:57.3172446Z [00:02:50.655]➜  packagefile os/exec=/tmp/go-build3619502580/b270/_pkg_.a
2025-08-20T21:19:57.3174417Z [00:02:50.655]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:57.3175706Z [00:02:50.655]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:57.3177051Z [00:02:50.655]➜  EOF
2025-08-20T21:19:57.3182470Z [00:02:50.655]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b268/_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/b268=>" -p github.com/aws/aws-sdk-go-v2/credentials/processcreds -lang=go1.22 -complete -installsuffix shared -buildid zyVCykNmcKzvcvWPN-Sx/zyVCykNmcKzvcvWPN-Sx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b268/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:19:57.3291850Z [00:02:50.668]➜  go tool buildid -w $WORK/b257/_pkg_.a # internal
2025-08-20T21:19:57.3303071Z [00:02:50.669]➜  cp $WORK/b257/_pkg_.a /root/.cache/go-build/65/652f22c22db9b6cf578e271fc25e8a98b79fdd0bda175de356fbd7df628da7da-d # internal
2025-08-20T21:19:57.3304370Z [00:02:50.669]➜  github.com/aws/aws-sdk-go-v2/aws/defaults
2025-08-20T21:19:57.3309842Z [00:02:50.669]➜  mkdir -p $WORK/b275/
2025-08-20T21:19:57.3310681Z [00:02:50.670]➜  cat >/tmp/go-build3619502580/b275/importcfg << 'EOF' # internal
2025-08-20T21:19:57.3311570Z [00:02:50.670]➜  # import config
2025-08-20T21:19:57.3312253Z [00:02:50.670]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:57.3313258Z [00:02:50.670]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:19:57.3314284Z [00:02:50.670]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:57.3315150Z [00:02:50.670]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:57.3315990Z [00:02:50.670]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:57.3316638Z [00:02:50.670]➜  EOF
2025-08-20T21:19:57.3322106Z [00:02:50.670]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b275/_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/b275=>" -p github.com/aws/aws-sdk-go-v2/aws/defaults -lang=go1.22 -complete -installsuffix shared -buildid 0fvaYTYWudv_mqQsUo-7/0fvaYTYWudv_mqQsUo-7 -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/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:19:57.3565868Z [00:02:50.696]➜  go tool buildid -w $WORK/b275/_pkg_.a # internal
2025-08-20T21:19:57.3576362Z [00:02:50.697]➜  cp $WORK/b275/_pkg_.a /root/.cache/go-build/b1/b19cab7c48c18c86e09f3f7035835636cc8902e8e34c01a397fe031c1c7abb46-d # internal
2025-08-20T21:19:57.3578664Z [00:02:50.697]➜  github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4
2025-08-20T21:19:57.3580832Z [00:02:50.697]➜  mkdir -p $WORK/b278/
2025-08-20T21:19:57.3586347Z [00:02:50.698]➜  cat >/tmp/go-build3619502580/b278/importcfg << 'EOF' # internal
2025-08-20T21:19:57.3587300Z [00:02:50.698]➜  # import config
2025-08-20T21:19:57.3588530Z [00:02:50.698]➜  packagefile crypto/hmac=/tmp/go-build3619502580/b135/_pkg_.a
2025-08-20T21:19:57.3589824Z [00:02:50.698]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:19:57.3591902Z [00:02:50.698]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:19:57.3593529Z [00:02:50.698]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/strings=/tmp/go-build3619502580/b279/_pkg_.a
2025-08-20T21:19:57.3603263Z [00:02:50.698]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:57.3605746Z [00:02:50.698]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:19:57.3606644Z [00:02:50.698]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:57.3607495Z [00:02:50.698]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:57.3608331Z [00:02:50.698]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:57.3608951Z [00:02:50.698]➜  EOF
2025-08-20T21:19:57.3609509Z [00:02:50.698]➜  go tool buildid -w $WORK/b268/_pkg_.a # internal
2025-08-20T21:19:57.3618713Z [00:02:50.698]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b278/_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/b278=>" -p github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4 -lang=go1.22 -complete -installsuffix shared -buildid SQFfdQFIgvzMRfJs6ZG6/SQFfdQFIgvzMRfJs6ZG6 -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/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:19:57.3627842Z [00:02:50.699]➜  cp $WORK/b268/_pkg_.a /root/.cache/go-build/92/9225862ced76a768bdbf5bc19ac84a2e309b70176f9d68e01a83d726d9eb297d-d # internal
2025-08-20T21:19:57.3629127Z [00:02:50.700]➜  github.com/aws/aws-sdk-go-v2/internal/configsources
2025-08-20T21:19:57.3629796Z [00:02:50.700]➜  mkdir -p $WORK/b283/
2025-08-20T21:19:57.3634321Z [00:02:50.703]➜  cat >/tmp/go-build3619502580/b283/importcfg << 'EOF' # internal
2025-08-20T21:19:57.3640765Z [00:02:50.703]➜  # import config
2025-08-20T21:19:57.3641614Z [00:02:50.703]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:57.3642654Z [00:02:50.703]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:19:57.3643452Z [00:02:50.703]➜  EOF
2025-08-20T21:19:57.3679031Z [00:02:50.703]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b283/_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/b283=>" -p github.com/aws/aws-sdk-go-v2/internal/configsources -lang=go1.22 -complete -installsuffix shared -buildid -hy630uWsMEEA8zrUkdS/-hy630uWsMEEA8zrUkdS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b283/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:19:57.4062627Z [00:02:50.745]➜  go tool buildid -w $WORK/b283/_pkg_.a # internal
2025-08-20T21:19:57.4066446Z [00:02:50.745]➜  cp $WORK/b283/_pkg_.a /root/.cache/go-build/50/50ee9eae79043f0de95b4b11cd4815d8e0dc7d43b8396b675690b5c4037b1d93-d # internal
2025-08-20T21:19:57.4072807Z [00:02:50.745]➜  github.com/aws/aws-sdk-go-v2/internal/endpoints
2025-08-20T21:19:57.4073502Z [00:02:50.745]➜  mkdir -p $WORK/b284/
2025-08-20T21:19:57.4074255Z [00:02:50.746]➜  cat >/tmp/go-build3619502580/b284/importcfg << 'EOF' # internal
2025-08-20T21:19:57.4078322Z [00:02:50.746]➜  # import config
2025-08-20T21:19:57.4079017Z [00:02:50.746]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:57.4080363Z [00:02:50.746]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:19:57.4081692Z [00:02:50.746]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:19:57.4082599Z [00:02:50.746]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:57.4083269Z [00:02:50.746]➜  EOF
2025-08-20T21:19:57.4087299Z [00:02:50.746]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b284/_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/b284=>" -p github.com/aws/aws-sdk-go-v2/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid x9ynFsxiJd1ZX4jZKVBZ/x9ynFsxiJd1ZX4jZKVBZ -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/endpoints.go
2025-08-20T21:19:57.4240978Z [00:02:50.763]➜  go tool buildid -w $WORK/b255/_pkg_.a # internal
2025-08-20T21:19:57.4265020Z [00:02:50.766]➜  cp $WORK/b255/_pkg_.a /root/.cache/go-build/2f/2f7a0c4a2749cd3441d76efb92db225f53c7d385b6a707c86e511d79d5970838-d # internal
2025-08-20T21:19:57.4267160Z [00:02:50.766]➜  github.com/aws/aws-sdk-go-v2/aws/transport/http
2025-08-20T21:19:57.4268684Z [00:02:50.766]➜  mkdir -p $WORK/b254/
2025-08-20T21:19:57.4273182Z [00:02:50.766]➜  cat >/tmp/go-build3619502580/b254/importcfg << 'EOF' # internal
2025-08-20T21:19:57.4273916Z [00:02:50.766]➜  # import config
2025-08-20T21:19:57.4274566Z [00:02:50.766]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:57.4275476Z [00:02:50.766]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:19:57.4276406Z [00:02:50.766]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:57.4277264Z [00:02:50.766]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:57.4278310Z [00:02:50.766]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:19:57.4279632Z [00:02:50.766]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3619502580/b255/_pkg_.a
2025-08-20T21:19:57.4280850Z [00:02:50.766]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:19:57.4282637Z [00:02:50.766]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:19:57.4283887Z [00:02:50.766]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3619502580/b250/_pkg_.a
2025-08-20T21:19:57.4285183Z [00:02:50.766]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3619502580/b245/_pkg_.a
2025-08-20T21:19:57.4286221Z [00:02:50.766]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:57.4287057Z [00:02:50.766]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:19:57.4287926Z [00:02:50.766]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:57.4288809Z [00:02:50.766]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:57.4289672Z [00:02:50.766]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:57.4290500Z [00:02:50.767]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:57.4291159Z [00:02:50.767]➜  EOF
2025-08-20T21:19:57.4298221Z [00:02:50.767]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b254/_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/b254=>" -p github.com/aws/aws-sdk-go-v2/aws/transport/http -lang=go1.22 -complete -installsuffix shared -buildid cY-VlcijwXpi_e51Tst_/cY-VlcijwXpi_e51Tst_ -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/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:19:57.4867214Z [00:02:50.826]➜  go tool buildid -w $WORK/b284/_pkg_.a # internal
2025-08-20T21:19:57.4876584Z [00:02:50.827]➜  cp $WORK/b284/_pkg_.a /root/.cache/go-build/75/757b9f4ca8cc1687098938b57bef97b9bf44c8735940cafbc07dbff0eb5dcc80-d # internal
2025-08-20T21:19:57.4900043Z [00:02:50.829]➜  github.com/aws/aws-sdk-go-v2/aws/retry
2025-08-20T21:19:57.4902655Z [00:02:50.829]➜  mkdir -p $WORK/b260/
2025-08-20T21:19:57.4925142Z [00:02:50.832]➜  go tool buildid -w $WORK/b278/_pkg_.a # internal
2025-08-20T21:19:57.4926215Z [00:02:50.832]➜  cat >/tmp/go-build3619502580/b260/importcfg << 'EOF' # internal
2025-08-20T21:19:57.4927650Z [00:02:50.832]➜  # import config
2025-08-20T21:19:57.4928745Z [00:02:50.832]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:57.4929772Z [00:02:50.832]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:57.4930714Z [00:02:50.832]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:57.4933388Z [00:02:50.832]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:19:57.4934622Z [00:02:50.832]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3619502580/b255/_pkg_.a
2025-08-20T21:19:57.4935903Z [00:02:50.832]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/ratelimit=/tmp/go-build3619502580/b261/_pkg_.a
2025-08-20T21:19:57.4937189Z [00:02:50.832]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3619502580/b262/_pkg_.a
2025-08-20T21:19:57.4938454Z [00:02:50.832]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build3619502580/b237/_pkg_.a
2025-08-20T21:19:57.4939630Z [00:02:50.832]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3619502580/b238/_pkg_.a
2025-08-20T21:19:57.4940921Z [00:02:50.832]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/timeconv=/tmp/go-build3619502580/b263/_pkg_.a
2025-08-20T21:19:57.4942155Z [00:02:50.832]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:19:57.4943589Z [00:02:50.832]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3619502580/b244/_pkg_.a
2025-08-20T21:19:57.4944751Z [00:02:50.832]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3619502580/b248/_pkg_.a
2025-08-20T21:19:57.4945847Z [00:02:50.832]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:19:57.4946899Z [00:02:50.832]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3619502580/b250/_pkg_.a
2025-08-20T21:19:57.4947996Z [00:02:50.832]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3619502580/b245/_pkg_.a
2025-08-20T21:19:57.4948925Z [00:02:50.832]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:57.4949641Z [00:02:50.832]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:19:57.4950368Z [00:02:50.832]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:19:57.4951111Z [00:02:50.832]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:57.4953472Z [00:02:50.832]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:57.4954208Z [00:02:50.832]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:57.4954917Z [00:02:50.832]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:57.4955451Z [00:02:50.832]➜  EOF
2025-08-20T21:19:57.4965695Z [00:02:50.832]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b260/_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/b260=>" -p github.com/aws/aws-sdk-go-v2/aws/retry -lang=go1.22 -complete -installsuffix shared -buildid qlKFA0uFcNZ8kskYWH6X/qlKFA0uFcNZ8kskYWH6X -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/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:19:57.4975577Z [00:02:50.833]➜  cp $WORK/b278/_pkg_.a /root/.cache/go-build/70/70c263bb0529ad6d689e3331972371b260559140ce8ca520b69f2d465cc5846d-d # internal
2025-08-20T21:19:57.4976761Z [00:02:50.833]➜  github.com/aws/aws-sdk-go-v2/aws/signer/v4
2025-08-20T21:19:57.4977367Z [00:02:50.833]➜  mkdir -p $WORK/b277/
2025-08-20T21:19:57.4978088Z [00:02:50.834]➜  cat >/tmp/go-build3619502580/b277/importcfg << 'EOF' # internal
2025-08-20T21:19:57.4978775Z [00:02:50.834]➜  # import config
2025-08-20T21:19:57.4979440Z [00:02:50.834]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:57.4980351Z [00:02:50.834]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:19:57.4981492Z [00:02:50.834]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:19:57.4982401Z [00:02:50.834]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:57.4983379Z [00:02:50.834]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:19:57.4984864Z [00:02:50.834]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3619502580/b255/_pkg_.a
2025-08-20T21:19:57.4986207Z [00:02:50.834]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4=/tmp/go-build3619502580/b278/_pkg_.a
2025-08-20T21:19:57.4987547Z [00:02:50.834]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3619502580/b280/_pkg_.a
2025-08-20T21:19:57.4988805Z [00:02:50.834]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3619502580/b238/_pkg_.a
2025-08-20T21:19:57.4990107Z [00:02:50.834]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3619502580/b281/_pkg_.a
2025-08-20T21:19:57.4991580Z [00:02:50.834]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3619502580/b244/_pkg_.a
2025-08-20T21:19:57.4992763Z [00:02:50.834]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:19:57.4993936Z [00:02:50.834]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3619502580/b250/_pkg_.a
2025-08-20T21:19:57.4995162Z [00:02:50.834]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3619502580/b245/_pkg_.a
2025-08-20T21:19:57.4996171Z [00:02:50.834]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:19:57.4996953Z [00:02:50.834]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:57.4997761Z [00:02:50.834]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:57.4998641Z [00:02:50.834]➜  packagefile net/textproto=/tmp/go-build3619502580/b176/_pkg_.a
2025-08-20T21:19:57.4999501Z [00:02:50.834]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:19:57.5000547Z [00:02:50.834]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:19:57.5001682Z [00:02:50.834]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:57.5002540Z [00:02:50.834]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:57.5003366Z [00:02:50.834]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:57.5003957Z [00:02:50.834]➜  EOF
2025-08-20T21:19:57.5009392Z [00:02:50.834]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b277/_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/b277=>" -p github.com/aws/aws-sdk-go-v2/aws/signer/v4 -lang=go1.22 -complete -installsuffix shared -buildid yCrbtl1HQiXhoDdQlybm/yCrbtl1HQiXhoDdQlybm -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/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:19:57.6177112Z [00:02:50.957]➜  go tool buildid -w $WORK/b254/_pkg_.a # internal
2025-08-20T21:19:57.6201514Z [00:02:50.959]➜  cp $WORK/b254/_pkg_.a /root/.cache/go-build/69/69edb9bfdd5fe00f7fe743d8dc580eb7e7f6beca8c9161e1ba21c77930aff04f-d # internal
2025-08-20T21:19:57.6219334Z [00:02:50.961]➜  github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
2025-08-20T21:19:57.6222476Z [00:02:50.961]➜  mkdir -p $WORK/b288/
2025-08-20T21:19:57.6265787Z [00:02:50.966]➜  cat >/tmp/go-build3619502580/b288/importcfg << 'EOF' # internal
2025-08-20T21:19:57.6283980Z [00:02:50.966]➜  # import config
2025-08-20T21:19:57.6286435Z [00:02:50.966]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:57.6289901Z [00:02:50.966]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:19:57.6298038Z [00:02:50.966]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3619502580/b244/_pkg_.a
2025-08-20T21:19:57.6299083Z [00:02:50.966]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:19:57.6299921Z [00:02:50.966]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:57.6300879Z [00:02:50.966]➜  EOF
2025-08-20T21:19:57.6305878Z [00:02:50.966]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b288/_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/b288=>" -p github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 -lang=go1.22 -complete -installsuffix shared -buildid GObMHMTjB5joQ-PWeEvS/GObMHMTjB5joQ-PWeEvS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b288/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:19:57.6436596Z [00:02:50.983]➜  go tool buildid -w $WORK/b277/_pkg_.a # internal
2025-08-20T21:19:57.6504284Z [00:02:50.990]➜  cp $WORK/b277/_pkg_.a /root/.cache/go-build/8e/8ec5805edbba40c4b3543aabbefaa2343b95b103b1cc960d058e62c98359012d-d # internal
2025-08-20T21:19:57.6591887Z [00:02:50.998]➜  github.com/aws/aws-sdk-go-v2/internal/auth/smithy
2025-08-20T21:19:57.6594477Z [00:02:50.998]➜  mkdir -p $WORK/b282/
2025-08-20T21:19:57.6597022Z [00:02:50.999]➜  cat >/tmp/go-build3619502580/b282/importcfg << 'EOF' # internal
2025-08-20T21:19:57.6598029Z [00:02:50.999]➜  # import config
2025-08-20T21:19:57.6598999Z [00:02:50.999]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:57.6600704Z [00:02:50.999]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:57.6602191Z [00:02:50.999]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:19:57.6604003Z [00:02:50.999]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3619502580/b277/_pkg_.a
2025-08-20T21:19:57.6605545Z [00:02:50.999]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3619502580/b262/_pkg_.a
2025-08-20T21:19:57.6607291Z [00:02:50.999]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3619502580/b238/_pkg_.a
2025-08-20T21:19:57.6609623Z [00:02:50.999]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:19:57.6610735Z [00:02:50.999]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3619502580/b247/_pkg_.a
2025-08-20T21:19:57.6612101Z [00:02:50.999]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build3619502580/b240/_pkg_.a
2025-08-20T21:19:57.6613299Z [00:02:50.999]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3619502580/b244/_pkg_.a
2025-08-20T21:19:57.6614530Z [00:02:50.999]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3619502580/b245/_pkg_.a
2025-08-20T21:19:57.6615569Z [00:02:50.999]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:57.6616162Z [00:02:50.999]➜  EOF
2025-08-20T21:19:57.6634197Z [00:02:50.999]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b282/_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/b282=>" -p github.com/aws/aws-sdk-go-v2/internal/auth/smithy -lang=go1.22 -complete -installsuffix shared -buildid Xx0K3qJ2y6CtfrvE_-So/Xx0K3qJ2y6CtfrvE_-So -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b282/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:19:57.7274058Z [00:02:51.066]➜  go tool buildid -w $WORK/b282/_pkg_.a # internal
2025-08-20T21:19:57.7292047Z [00:02:51.068]➜  cp $WORK/b282/_pkg_.a /root/.cache/go-build/f9/f985806bf8bb6336058566819217462a3096f4f7e010f33b9e3e0c701b9e88ac-d # internal
2025-08-20T21:19:57.7315732Z [00:02:51.071]➜  github.com/aws/aws-sdk-go-v2/service/internal/presigned-url
2025-08-20T21:19:57.7334504Z [00:02:51.071]➜  mkdir -p $WORK/b303/
2025-08-20T21:19:57.7335303Z [00:02:51.071]➜  cat >/tmp/go-build3619502580/b303/importcfg << 'EOF' # internal
2025-08-20T21:19:57.7336003Z [00:02:51.071]➜  # import config
2025-08-20T21:19:57.7336694Z [00:02:51.071]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:57.7337557Z [00:02:51.071]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:57.7338661Z [00:02:51.071]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3619502580/b255/_pkg_.a
2025-08-20T21:19:57.7340304Z [00:02:51.071]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3619502580/b277/_pkg_.a
2025-08-20T21:19:57.7341870Z [00:02:51.071]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:19:57.7342766Z [00:02:51.071]➜  EOF
2025-08-20T21:19:57.7348984Z [00:02:51.071]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b303/_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/b303=>" -p github.com/aws/aws-sdk-go-v2/service/internal/presigned-url -lang=go1.22 -complete -installsuffix shared -buildid 3hJtbbkxhOLuPWQNAWe1/3hJtbbkxhOLuPWQNAWe1 -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/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:19:57.7418672Z [00:02:51.081]➜  go tool buildid -w $WORK/b288/_pkg_.a # internal
2025-08-20T21:19:57.7429568Z [00:02:51.082]➜  cp $WORK/b288/_pkg_.a /root/.cache/go-build/35/35bea104e5bd60dfb96b96ef89e815061116bac712aadb996e94d1f1f205a371-d # internal
2025-08-20T21:19:57.7431415Z [00:02:51.082]➜  github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints
2025-08-20T21:19:57.7432518Z [00:02:51.082]➜  mkdir -p $WORK/b287/
2025-08-20T21:19:57.7436689Z [00:02:51.083]➜  cat >/tmp/go-build3619502580/b287/importcfg << 'EOF' # internal
2025-08-20T21:19:57.7437371Z [00:02:51.083]➜  # import config
2025-08-20T21:19:57.7438910Z [00:02:51.083]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:19:57.7440163Z [00:02:51.083]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build3619502580/b288/_pkg_.a
2025-08-20T21:19:57.7441515Z [00:02:51.083]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3619502580/b244/_pkg_.a
2025-08-20T21:19:57.7442765Z [00:02:51.083]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:19:57.7443372Z [00:02:51.083]➜  EOF
2025-08-20T21:19:57.7447492Z [00:02:51.083]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b287/_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/b287=>" -p github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid TN78dLvBnnM-2U5zUQgK/TN78dLvBnnM-2U5zUQgK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b287/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:19:57.7495018Z [00:02:51.089]➜  go tool buildid -w $WORK/b260/_pkg_.a # internal
2025-08-20T21:19:57.7586033Z [00:02:51.098]➜  cp $WORK/b260/_pkg_.a /root/.cache/go-build/8a/8ac2a3f571cc32db6ab103dc04931ca1e1fa1dd42954cf6b29736510277f7852-d # internal
2025-08-20T21:19:57.7592981Z [00:02:51.098]➜  github.com/aws/aws-sdk-go-v2/feature/ec2/imds
2025-08-20T21:19:57.7593958Z [00:02:51.098]➜  mkdir -p $WORK/b259/
2025-08-20T21:19:57.7597828Z [00:02:51.099]➜  cat >/tmp/go-build3619502580/b259/importcfg << 'EOF' # internal
2025-08-20T21:19:57.7598702Z [00:02:51.099]➜  # import config
2025-08-20T21:19:57.7623381Z [00:02:51.099]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:57.7624259Z [00:02:51.099]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:57.7625164Z [00:02:51.099]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:57.7626037Z [00:02:51.099]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:57.7627137Z [00:02:51.099]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:57.7628166Z [00:02:51.099]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:19:57.7629441Z [00:02:51.099]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3619502580/b255/_pkg_.a
2025-08-20T21:19:57.7630730Z [00:02:51.099]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3619502580/b260/_pkg_.a
2025-08-20T21:19:57.7632133Z [00:02:51.099]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3619502580/b254/_pkg_.a
2025-08-20T21:19:57.7633520Z [00:02:51.100]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config=/tmp/go-build3619502580/b264/_pkg_.a
2025-08-20T21:19:57.7634816Z [00:02:51.100]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:19:57.7635905Z [00:02:51.100]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3619502580/b265/_pkg_.a
2025-08-20T21:19:57.7637056Z [00:02:51.100]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3619502580/b244/_pkg_.a
2025-08-20T21:19:57.7638263Z [00:02:51.100]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:19:57.7639554Z [00:02:51.100]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3619502580/b245/_pkg_.a
2025-08-20T21:19:57.7640560Z [00:02:51.100]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:57.7641713Z [00:02:51.100]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:19:57.7642611Z [00:02:51.100]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:19:57.7643460Z [00:02:51.100]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:57.7644340Z [00:02:51.100]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:19:57.7645166Z [00:02:51.100]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:57.7646005Z [00:02:51.100]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:19:57.7646824Z [00:02:51.100]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:57.7647639Z [00:02:51.100]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:57.7648744Z [00:02:51.100]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:57.7649598Z [00:02:51.100]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:57.7650464Z [00:02:51.100]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:57.7651078Z [00:02:51.100]➜  EOF
2025-08-20T21:19:57.7663939Z [00:02:51.100]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b259/_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/b259=>" -p github.com/aws/aws-sdk-go-v2/feature/ec2/imds -lang=go1.22 -complete -installsuffix shared -buildid TquGuqePeuE9DrGmtlAV/TquGuqePeuE9DrGmtlAV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b259/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:19:57.7878563Z [00:02:51.127]➜  go tool buildid -w $WORK/b287/_pkg_.a # internal
2025-08-20T21:19:57.7903021Z [00:02:51.129]➜  cp $WORK/b287/_pkg_.a /root/.cache/go-build/8f/8fa8485ccf31d377a80f7d1853ab70a2e73d158d7fe450afd05d4e2f8aaeafc7-d # internal
2025-08-20T21:19:57.7904428Z [00:02:51.129]➜  github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client
2025-08-20T21:19:57.7905166Z [00:02:51.129]➜  mkdir -p $WORK/b267/
2025-08-20T21:19:57.7905897Z [00:02:51.129]➜  cat >/tmp/go-build3619502580/b267/importcfg << 'EOF' # internal
2025-08-20T21:19:57.7906560Z [00:02:51.129]➜  # import config
2025-08-20T21:19:57.7907206Z [00:02:51.129]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:57.7908048Z [00:02:51.129]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:57.7908859Z [00:02:51.129]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:57.7909820Z [00:02:51.129]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:19:57.7911000Z [00:02:51.129]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3619502580/b255/_pkg_.a
2025-08-20T21:19:57.7912790Z [00:02:51.129]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3619502580/b260/_pkg_.a
2025-08-20T21:19:57.7914070Z [00:02:51.129]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3619502580/b254/_pkg_.a
2025-08-20T21:19:57.7915231Z [00:02:51.129]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:19:57.7916313Z [00:02:51.129]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:19:57.7917529Z [00:02:51.129]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3619502580/b245/_pkg_.a
2025-08-20T21:19:57.7918487Z [00:02:51.129]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:57.7919523Z [00:02:51.129]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:57.7920296Z [00:02:51.129]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:19:57.7921046Z [00:02:51.129]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:57.7921822Z [00:02:51.129]➜  EOF
2025-08-20T21:19:57.7930091Z [00:02:51.129]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b267/_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/b267=>" -p github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client -lang=go1.22 -complete -installsuffix shared -buildid TWGNzS_KPEXdUjzpZiz4/TWGNzS_KPEXdUjzpZiz4 -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/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:19:57.7946944Z [00:02:51.133]➜  go tool buildid -w $WORK/b303/_pkg_.a # internal
2025-08-20T21:19:57.7948276Z [00:02:51.133]➜  cp $WORK/b303/_pkg_.a /root/.cache/go-build/c7/c7cae5e8fd1890c76d8bfd2375d32e15674dddd4e344663e612c79bf1a535b8d-d # internal
2025-08-20T21:19:57.7949455Z [00:02:51.133]➜  github.com/aws/aws-sdk-go-v2/service/sso
2025-08-20T21:19:57.7950082Z [00:02:51.133]➜  mkdir -p $WORK/b274/
2025-08-20T21:19:57.7952209Z [00:02:51.134]➜  cat >/tmp/go-build3619502580/b274/importcfg << 'EOF' # internal
2025-08-20T21:19:57.7959563Z [00:02:51.134]➜  # import config
2025-08-20T21:19:57.7960268Z [00:02:51.134]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:57.7961121Z [00:02:51.134]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:57.7962205Z [00:02:51.134]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:57.7963067Z [00:02:51.134]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:57.7963899Z [00:02:51.134]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:57.7964854Z [00:02:51.134]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:19:57.7966055Z [00:02:51.134]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build3619502580/b275/_pkg_.a
2025-08-20T21:19:57.7967359Z [00:02:51.134]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3619502580/b255/_pkg_.a
2025-08-20T21:19:57.7968700Z [00:02:51.134]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build3619502580/b276/_pkg_.a
2025-08-20T21:19:57.7970001Z [00:02:51.134]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3619502580/b260/_pkg_.a
2025-08-20T21:19:57.7971459Z [00:02:51.134]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3619502580/b277/_pkg_.a
2025-08-20T21:19:57.7972832Z [00:02:51.134]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3619502580/b254/_pkg_.a
2025-08-20T21:19:57.7974140Z [00:02:51.134]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3619502580/b280/_pkg_.a
2025-08-20T21:19:57.7975469Z [00:02:51.134]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3619502580/b282/_pkg_.a
2025-08-20T21:19:57.7976878Z [00:02:51.134]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build3619502580/b283/_pkg_.a
2025-08-20T21:19:57.7978307Z [00:02:51.134]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build3619502580/b284/_pkg_.a
2025-08-20T21:19:57.7979772Z [00:02:51.134]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build3619502580/b285/_pkg_.a
2025-08-20T21:19:57.7981748Z [00:02:51.134]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build3619502580/b286/_pkg_.a
2025-08-20T21:19:57.7983227Z [00:02:51.134]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints=/tmp/go-build3619502580/b287/_pkg_.a
2025-08-20T21:19:57.7984645Z [00:02:51.134]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/types=/tmp/go-build3619502580/b289/_pkg_.a
2025-08-20T21:19:57.7985822Z [00:02:51.134]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:19:57.7986910Z [00:02:51.134]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3619502580/b247/_pkg_.a
2025-08-20T21:19:57.7988055Z [00:02:51.134]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3619502580/b290/_pkg_.a
2025-08-20T21:19:57.7989336Z [00:02:51.134]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3619502580/b281/_pkg_.a
2025-08-20T21:19:57.7990610Z [00:02:51.134]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build3619502580/b291/_pkg_.a
2025-08-20T21:19:57.8002075Z [00:02:51.134]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3619502580/b265/_pkg_.a
2025-08-20T21:19:57.8003200Z [00:02:51.134]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3619502580/b244/_pkg_.a
2025-08-20T21:19:57.8004293Z [00:02:51.134]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3619502580/b248/_pkg_.a
2025-08-20T21:19:57.8005447Z [00:02:51.134]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:19:57.8006583Z [00:02:51.134]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3619502580/b253/_pkg_.a
2025-08-20T21:19:57.8007917Z [00:02:51.134]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3619502580/b249/_pkg_.a
2025-08-20T21:19:57.8009092Z [00:02:51.134]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3619502580/b250/_pkg_.a
2025-08-20T21:19:57.8010292Z [00:02:51.134]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3619502580/b245/_pkg_.a
2025-08-20T21:19:57.8011466Z [00:02:51.134]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:57.8012292Z [00:02:51.134]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:19:57.8013084Z [00:02:51.134]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:19:57.8013858Z [00:02:51.134]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:57.8014670Z [00:02:51.134]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:19:57.8015423Z [00:02:51.134]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:57.8016221Z [00:02:51.134]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:57.8017037Z [00:02:51.134]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:57.8017845Z [00:02:51.134]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:57.8018501Z [00:02:51.134]➜  EOF
2025-08-20T21:19:57.8029100Z [00:02:51.134]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b274/_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/b274=>" -p github.com/aws/aws-sdk-go-v2/service/sso -lang=go1.22 -complete -installsuffix shared -buildid HpLoEe93mmFT7JpCEqiL/HpLoEe93mmFT7JpCEqiL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b274/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:19:57.9210585Z [00:02:51.260]➜  go tool buildid -w $WORK/b267/_pkg_.a # internal
2025-08-20T21:19:57.9228784Z [00:02:51.262]➜  cp $WORK/b267/_pkg_.a /root/.cache/go-build/f9/f91486815f438e30d3d089d70de348bb9f2d18b291964ccdd33d19a334530518-d # internal
2025-08-20T21:19:57.9230208Z [00:02:51.262]➜  github.com/aws/aws-sdk-go-v2/credentials/endpointcreds
2025-08-20T21:19:57.9231543Z [00:02:51.262]➜  mkdir -p $WORK/b266/
2025-08-20T21:19:57.9234129Z [00:02:51.263]➜  cat >/tmp/go-build3619502580/b266/importcfg << 'EOF' # internal
2025-08-20T21:19:57.9235337Z [00:02:51.263]➜  # import config
2025-08-20T21:19:57.9236986Z [00:02:51.263]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:57.9238070Z [00:02:51.263]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:57.9239424Z [00:02:51.263]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:19:57.9241166Z [00:02:51.263]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client=/tmp/go-build3619502580/b267/_pkg_.a
2025-08-20T21:19:57.9244838Z [00:02:51.263]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:19:57.9245994Z [00:02:51.263]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:57.9246884Z [00:02:51.263]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:57.9247583Z [00:02:51.263]➜  EOF
2025-08-20T21:19:57.9290499Z [00:02:51.263]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b266/_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/b266=>" -p github.com/aws/aws-sdk-go-v2/credentials/endpointcreds -lang=go1.22 -complete -installsuffix shared -buildid Wgk6_stia2XqBaTjhby6/Wgk6_stia2XqBaTjhby6 -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/provider.go
2025-08-20T21:19:57.9381692Z [00:02:51.277]➜  go tool buildid -w $WORK/b259/_pkg_.a # internal
2025-08-20T21:19:57.9416041Z [00:02:51.281]➜  cp $WORK/b259/_pkg_.a /root/.cache/go-build/2e/2e71f88f5a92707150472d62828a46dfefe9e105fa2506d3881e501c161bbf59-d # internal
2025-08-20T21:19:57.9426380Z [00:02:51.282]➜  github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds
2025-08-20T21:19:57.9432444Z [00:02:51.282]➜  mkdir -p $WORK/b258/
2025-08-20T21:19:57.9441355Z [00:02:51.283]➜  cat >/tmp/go-build3619502580/b258/importcfg << 'EOF' # internal
2025-08-20T21:19:57.9445597Z [00:02:51.284]➜  # import config
2025-08-20T21:19:57.9446614Z [00:02:51.284]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:19:57.9448022Z [00:02:51.284]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:57.9449243Z [00:02:51.284]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:57.9450397Z [00:02:51.284]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:57.9452187Z [00:02:51.284]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:19:57.9456513Z [00:02:51.284]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds=/tmp/go-build3619502580/b259/_pkg_.a
2025-08-20T21:19:57.9458209Z [00:02:51.284]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build3619502580/b237/_pkg_.a
2025-08-20T21:19:57.9460182Z [00:02:51.284]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3619502580/b238/_pkg_.a
2025-08-20T21:19:57.9461795Z [00:02:51.284]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:19:57.9463536Z [00:02:51.284]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3619502580/b244/_pkg_.a
2025-08-20T21:19:57.9465856Z [00:02:51.284]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:19:57.9467126Z [00:02:51.284]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:57.9468206Z [00:02:51.284]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:19:57.9469415Z [00:02:51.284]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:57.9473253Z [00:02:51.284]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:57.9474057Z [00:02:51.284]➜  EOF
2025-08-20T21:19:57.9480205Z [00:02:51.287]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b258/_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/b258=>" -p github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds -lang=go1.22 -complete -installsuffix shared -buildid J_QWJB3hZU5W-ELH5ewV/J_QWJB3hZU5W-ELH5ewV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b258/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:19:57.9560901Z [00:02:51.295]➜  go tool buildid -w $WORK/b266/_pkg_.a # internal
2025-08-20T21:19:57.9618613Z [00:02:51.301]➜  cp $WORK/b266/_pkg_.a /root/.cache/go-build/08/08aec29356ba98d040f861c04e0a10958587b54bdd8c8b073a4d153f25a22292-d # internal
2025-08-20T21:19:57.9620479Z [00:02:51.301]➜  github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints
2025-08-20T21:19:57.9621671Z [00:02:51.301]➜  mkdir -p $WORK/b293/
2025-08-20T21:19:57.9622807Z [00:02:51.301]➜  cat >/tmp/go-build3619502580/b293/importcfg << 'EOF' # internal
2025-08-20T21:19:57.9624525Z [00:02:51.301]➜  # import config
2025-08-20T21:19:57.9625360Z [00:02:51.301]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:19:57.9626665Z [00:02:51.301]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build3619502580/b288/_pkg_.a
2025-08-20T21:19:57.9627961Z [00:02:51.301]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3619502580/b244/_pkg_.a
2025-08-20T21:19:57.9628935Z [00:02:51.301]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:19:57.9629581Z [00:02:51.301]➜  EOF
2025-08-20T21:19:57.9634112Z [00:02:51.301]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b293/_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/b293=>" -p github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid QvD6oN58Nv7lccwdRsKt/QvD6oN58Nv7lccwdRsKt -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/internal/endpoints/endpoints.go
2025-08-20T21:19:57.9672108Z [00:02:51.306]➜  go tool buildid -w $WORK/b353/_pkg_.a # internal
2025-08-20T21:19:57.9923013Z [00:02:51.331]➜  cp $WORK/b353/_pkg_.a /root/.cache/go-build/81/817a372b405377c1d2731dcd7b0165b89a54e76c21862533b706bcdca81cb366-d # internal
2025-08-20T21:19:57.9945382Z [00:02:51.332]➜  github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints
2025-08-20T21:19:57.9946244Z [00:02:51.332]➜  mkdir -p $WORK/b304/
2025-08-20T21:19:57.9946985Z [00:02:51.332]➜  cat >/tmp/go-build3619502580/b304/importcfg << 'EOF' # internal
2025-08-20T21:19:57.9947708Z [00:02:51.332]➜  # import config
2025-08-20T21:19:57.9948915Z [00:02:51.332]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:19:57.9950233Z [00:02:51.332]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build3619502580/b288/_pkg_.a
2025-08-20T21:19:57.9951723Z [00:02:51.332]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3619502580/b244/_pkg_.a
2025-08-20T21:19:57.9952755Z [00:02:51.332]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:19:57.9953322Z [00:02:51.332]➜  EOF
2025-08-20T21:19:57.9967928Z [00:02:51.332]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b304/_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/b304=>" -p github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid -mUAxRE54LNa6kb4iOmI/-mUAxRE54LNa6kb4iOmI -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/internal/endpoints/endpoints.go
2025-08-20T21:19:57.9971556Z [00:02:51.332]➜  go tool buildid -w $WORK/b293/_pkg_.a # internal
2025-08-20T21:19:57.9972654Z [00:02:51.333]➜  cp $WORK/b293/_pkg_.a /root/.cache/go-build/19/19266c562de5887b88fa062ff436cb3685ed6bf29d665f7f9e1fcf8303cd430c-d # internal
2025-08-20T21:19:57.9973695Z [00:02:51.335]➜  github.com/aws/aws-sdk-go-v2/service/ssooidc
2025-08-20T21:19:57.9974251Z [00:02:51.335]➜  mkdir -p $WORK/b292/
2025-08-20T21:19:57.9974812Z [00:02:51.335]➜  go tool buildid -w $WORK/b258/_pkg_.a # internal
2025-08-20T21:19:57.9981020Z [00:02:51.336]➜  cat >/tmp/go-build3619502580/b292/importcfg << 'EOF' # internal
2025-08-20T21:19:57.9981837Z [00:02:51.336]➜  # import config
2025-08-20T21:19:57.9982453Z [00:02:51.336]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:57.9983327Z [00:02:51.336]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:57.9984179Z [00:02:51.336]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:57.9985016Z [00:02:51.336]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:57.9985742Z [00:02:51.336]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:57.9986650Z [00:02:51.336]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:19:57.9987824Z [00:02:51.336]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build3619502580/b275/_pkg_.a
2025-08-20T21:19:57.9989157Z [00:02:51.336]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3619502580/b255/_pkg_.a
2025-08-20T21:19:58.0002002Z [00:02:51.336]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build3619502580/b276/_pkg_.a
2025-08-20T21:19:58.0003222Z [00:02:51.336]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3619502580/b260/_pkg_.a
2025-08-20T21:19:58.0004374Z [00:02:51.336]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3619502580/b277/_pkg_.a
2025-08-20T21:19:58.0005582Z [00:02:51.336]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3619502580/b254/_pkg_.a
2025-08-20T21:19:58.0006765Z [00:02:51.336]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3619502580/b280/_pkg_.a
2025-08-20T21:19:58.0007988Z [00:02:51.336]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3619502580/b282/_pkg_.a
2025-08-20T21:19:58.0009285Z [00:02:51.336]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build3619502580/b283/_pkg_.a
2025-08-20T21:19:58.0010552Z [00:02:51.336]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build3619502580/b284/_pkg_.a
2025-08-20T21:19:58.0012110Z [00:02:51.336]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build3619502580/b285/_pkg_.a
2025-08-20T21:19:58.0013912Z [00:02:51.336]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build3619502580/b286/_pkg_.a
2025-08-20T21:19:58.0015441Z [00:02:51.336]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints=/tmp/go-build3619502580/b293/_pkg_.a
2025-08-20T21:19:58.0017003Z [00:02:51.336]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/types=/tmp/go-build3619502580/b294/_pkg_.a
2025-08-20T21:19:58.0018069Z [00:02:51.336]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:19:58.0018981Z [00:02:51.336]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3619502580/b247/_pkg_.a
2025-08-20T21:19:58.0020107Z [00:02:51.336]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3619502580/b290/_pkg_.a
2025-08-20T21:19:58.0021595Z [00:02:51.336]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3619502580/b281/_pkg_.a
2025-08-20T21:19:58.0022875Z [00:02:51.336]➜  packagefile github.com/aws/smithy-go/encoding/json=/tmp/go-build3619502580/b295/_pkg_.a
2025-08-20T21:19:58.0024000Z [00:02:51.336]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build3619502580/b291/_pkg_.a
2025-08-20T21:19:58.0024951Z [00:02:51.336]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3619502580/b265/_pkg_.a
2025-08-20T21:19:58.0025963Z [00:02:51.336]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3619502580/b244/_pkg_.a
2025-08-20T21:19:58.0026977Z [00:02:51.336]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3619502580/b248/_pkg_.a
2025-08-20T21:19:58.0028108Z [00:02:51.336]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:19:58.0029602Z [00:02:51.336]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3619502580/b253/_pkg_.a
2025-08-20T21:19:58.0030655Z [00:02:51.336]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3619502580/b249/_pkg_.a
2025-08-20T21:19:58.0031985Z [00:02:51.336]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3619502580/b250/_pkg_.a
2025-08-20T21:19:58.0033246Z [00:02:51.336]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3619502580/b245/_pkg_.a
2025-08-20T21:19:58.0034298Z [00:02:51.336]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:58.0035120Z [00:02:51.336]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:19:58.0035977Z [00:02:51.336]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:58.0036856Z [00:02:51.336]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:19:58.0037687Z [00:02:51.336]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:58.0038462Z [00:02:51.336]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:58.0039243Z [00:02:51.336]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:58.0039989Z [00:02:51.336]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:58.0040590Z [00:02:51.336]➜  EOF
2025-08-20T21:19:58.0050473Z [00:02:51.336]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b292/_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/b292=>" -p github.com/aws/aws-sdk-go-v2/service/ssooidc -lang=go1.22 -complete -installsuffix shared -buildid pQwdJFtpd1Z-rEqqmR0Z/pQwdJFtpd1Z-rEqqmR0Z -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/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:19:58.0060498Z [00:02:51.338]➜  cp $WORK/b258/_pkg_.a /root/.cache/go-build/74/745cd9b6601eed5abe58d8642b1f685870391650863f454d7813384167d07fc3-d # internal
2025-08-20T21:19:58.0061973Z [00:02:51.339]➜  github.com/aws/aws-sdk-go-v2/service/dynamodb/internal/endpoints
2025-08-20T21:19:58.0062722Z [00:02:51.339]➜  mkdir -p $WORK/b315/
2025-08-20T21:19:58.0063454Z [00:02:51.339]➜  cat >/tmp/go-build3619502580/b315/importcfg << 'EOF' # internal
2025-08-20T21:19:58.0064038Z [00:02:51.339]➜  # import config
2025-08-20T21:19:58.0064787Z [00:02:51.339]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:19:58.0065945Z [00:02:51.339]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build3619502580/b288/_pkg_.a
2025-08-20T21:19:58.0067060Z [00:02:51.339]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3619502580/b244/_pkg_.a
2025-08-20T21:19:58.0067937Z [00:02:51.339]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:19:58.0068479Z [00:02:51.339]➜  EOF
2025-08-20T21:19:58.0072826Z [00:02:51.339]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b315/_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/b315=>" -p github.com/aws/aws-sdk-go-v2/service/dynamodb/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid rqd8UkO1NfekwlG5SNdB/rqd8UkO1NfekwlG5SNdB -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/dynamodb@v1.43.0/internal/endpoints/endpoints.go
2025-08-20T21:19:58.0359602Z [00:02:51.375]➜  go tool buildid -w $WORK/b304/_pkg_.a # internal
2025-08-20T21:19:58.0370720Z [00:02:51.376]➜  cp $WORK/b304/_pkg_.a /root/.cache/go-build/15/159b8e02f3714de4fc454a6afe54e29330bd5e316083ed601cd4a2b96e4b9662-d # internal
2025-08-20T21:19:58.0380003Z [00:02:51.377]➜  github.com/aws/aws-sdk-go-v2/service/sts
2025-08-20T21:19:58.0380637Z [00:02:51.377]➜  mkdir -p $WORK/b298/
2025-08-20T21:19:58.0387821Z [00:02:51.378]➜  cat >/tmp/go-build3619502580/b298/importcfg << 'EOF' # internal
2025-08-20T21:19:58.0388576Z [00:02:51.378]➜  # import config
2025-08-20T21:19:58.0389247Z [00:02:51.378]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:58.0400225Z [00:02:51.378]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:58.0401176Z [00:02:51.378]➜  packagefile encoding/xml=/tmp/go-build3619502580/b299/_pkg_.a
2025-08-20T21:19:58.0402278Z [00:02:51.378]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:58.0403147Z [00:02:51.378]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:58.0404205Z [00:02:51.378]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:19:58.0405518Z [00:02:51.378]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build3619502580/b275/_pkg_.a
2025-08-20T21:19:58.0406886Z [00:02:51.378]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3619502580/b255/_pkg_.a
2025-08-20T21:19:58.0408274Z [00:02:51.378]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/query=/tmp/go-build3619502580/b300/_pkg_.a
2025-08-20T21:19:58.0409640Z [00:02:51.378]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/tmp/go-build3619502580/b301/_pkg_.a
2025-08-20T21:19:58.0411466Z [00:02:51.378]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3619502580/b260/_pkg_.a
2025-08-20T21:19:58.0412774Z [00:02:51.378]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3619502580/b277/_pkg_.a
2025-08-20T21:19:58.0414159Z [00:02:51.378]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3619502580/b254/_pkg_.a
2025-08-20T21:19:58.0415508Z [00:02:51.378]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3619502580/b280/_pkg_.a
2025-08-20T21:19:58.0416652Z [00:02:51.378]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3619502580/b282/_pkg_.a
2025-08-20T21:19:58.0418079Z [00:02:51.378]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build3619502580/b283/_pkg_.a
2025-08-20T21:19:58.0419467Z [00:02:51.378]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build3619502580/b284/_pkg_.a
2025-08-20T21:19:58.0420975Z [00:02:51.378]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build3619502580/b285/_pkg_.a
2025-08-20T21:19:58.0433269Z [00:02:51.378]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build3619502580/b286/_pkg_.a
2025-08-20T21:19:58.0435457Z [00:02:51.378]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding=/tmp/go-build3619502580/b302/_pkg_.a
2025-08-20T21:19:58.0436923Z [00:02:51.378]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build3619502580/b303/_pkg_.a
2025-08-20T21:19:58.0438654Z [00:02:51.378]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints=/tmp/go-build3619502580/b304/_pkg_.a
2025-08-20T21:19:58.0440102Z [00:02:51.378]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/types=/tmp/go-build3619502580/b305/_pkg_.a
2025-08-20T21:19:58.0441417Z [00:02:51.378]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:19:58.0442522Z [00:02:51.378]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3619502580/b247/_pkg_.a
2025-08-20T21:19:58.0443729Z [00:02:51.378]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3619502580/b290/_pkg_.a
2025-08-20T21:19:58.0446827Z [00:02:51.378]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3619502580/b281/_pkg_.a
2025-08-20T21:19:58.0448189Z [00:02:51.378]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build3619502580/b306/_pkg_.a
2025-08-20T21:19:58.0449442Z [00:02:51.378]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build3619502580/b291/_pkg_.a
2025-08-20T21:19:58.0450622Z [00:02:51.378]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3619502580/b265/_pkg_.a
2025-08-20T21:19:58.0452052Z [00:02:51.378]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3619502580/b244/_pkg_.a
2025-08-20T21:19:58.0453214Z [00:02:51.378]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3619502580/b248/_pkg_.a
2025-08-20T21:19:58.0454693Z [00:02:51.378]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:19:58.0455904Z [00:02:51.378]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3619502580/b253/_pkg_.a
2025-08-20T21:19:58.0457067Z [00:02:51.378]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3619502580/b249/_pkg_.a
2025-08-20T21:19:58.0458308Z [00:02:51.378]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3619502580/b250/_pkg_.a
2025-08-20T21:19:58.0461334Z [00:02:51.378]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3619502580/b245/_pkg_.a
2025-08-20T21:19:58.0462383Z [00:02:51.378]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:58.0463144Z [00:02:51.378]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:19:58.0463980Z [00:02:51.378]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:58.0465195Z [00:02:51.378]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:19:58.0466017Z [00:02:51.378]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:58.0466828Z [00:02:51.378]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:19:58.0467672Z [00:02:51.378]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:58.0468520Z [00:02:51.378]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:58.0469398Z [00:02:51.379]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:58.0470237Z [00:02:51.379]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:58.0470865Z [00:02:51.379]➜  EOF
2025-08-20T21:19:58.0489200Z [00:02:51.379]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b298/_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/b298=>" -p github.com/aws/aws-sdk-go-v2/service/sts -lang=go1.22 -complete -installsuffix shared -buildid vxydD1hRAmE4RNUfDJRx/vxydD1hRAmE4RNUfDJRx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b298/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:19:58.0502307Z [00:02:51.383]➜  go tool buildid -w $WORK/b315/_pkg_.a # internal
2025-08-20T21:19:58.0503646Z [00:02:51.384]➜  cp $WORK/b315/_pkg_.a /root/.cache/go-build/cc/cc0701c5349d5171cf37c49ee9ac7e69bd6617b77bcf72485fd1ce197a34f4e6-d # internal
2025-08-20T21:19:58.0505029Z [00:02:51.385]➜  github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery
2025-08-20T21:19:58.0505777Z [00:02:51.385]➜  mkdir -p $WORK/b316/
2025-08-20T21:19:58.0506486Z [00:02:51.388]➜  cat >/tmp/go-build3619502580/b316/importcfg << 'EOF' # internal
2025-08-20T21:19:58.0507170Z [00:02:51.388]➜  # import config
2025-08-20T21:19:58.0507844Z [00:02:51.388]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:58.0508699Z [00:02:51.388]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:58.0509716Z [00:02:51.388]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:19:58.0510948Z [00:02:51.388]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3619502580/b255/_pkg_.a
2025-08-20T21:19:58.0512721Z [00:02:51.388]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3619502580/b244/_pkg_.a
2025-08-20T21:19:58.0525840Z [00:02:51.388]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:19:58.0527435Z [00:02:51.388]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3619502580/b245/_pkg_.a
2025-08-20T21:19:58.0528521Z [00:02:51.388]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:19:58.0529381Z [00:02:51.388]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:58.0530249Z [00:02:51.388]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:58.0531113Z [00:02:51.388]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:58.0532045Z [00:02:51.388]➜  EOF
2025-08-20T21:19:58.0539596Z [00:02:51.388]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b316/_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/b316=>" -p github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery -lang=go1.22 -complete -installsuffix shared -buildid DQwjxDpb8ABtoIR_HK9O/DQwjxDpb8ABtoIR_HK9O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b316/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:19:58.1938359Z [00:02:51.533]➜  go tool buildid -w $WORK/b316/_pkg_.a # internal
2025-08-20T21:19:58.1940046Z [00:02:51.533]➜  cp $WORK/b316/_pkg_.a /root/.cache/go-build/ca/ca87596840eb9a68f01f31b51f3fe5db31b4e5003cc67e80c440effce2199885-d # internal
2025-08-20T21:19:58.1968499Z [00:02:51.536]➜  github.com/aws/aws-sdk-go-v2/service/dynamodb
2025-08-20T21:19:58.1969251Z [00:02:51.536]➜  mkdir -p $WORK/b312/
2025-08-20T21:19:58.1971903Z [00:02:51.536]➜  cat >/tmp/go-build3619502580/b312/importcfg << 'EOF' # internal
2025-08-20T21:19:58.1972662Z [00:02:51.536]➜  # import config
2025-08-20T21:19:58.1973327Z [00:02:51.536]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:58.1974159Z [00:02:51.536]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:58.1975018Z [00:02:51.536]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:19:58.1975948Z [00:02:51.536]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:19:58.1976898Z [00:02:51.536]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:58.1977806Z [00:02:51.536]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:58.1978629Z [00:02:51.536]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:58.1979865Z [00:02:51.536]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:19:58.1981448Z [00:02:51.537]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build3619502580/b275/_pkg_.a
2025-08-20T21:19:58.1982863Z [00:02:51.537]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3619502580/b255/_pkg_.a
2025-08-20T21:19:58.1984446Z [00:02:51.537]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build3619502580/b276/_pkg_.a
2025-08-20T21:19:58.1985903Z [00:02:51.537]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3619502580/b260/_pkg_.a
2025-08-20T21:19:58.1987340Z [00:02:51.537]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3619502580/b277/_pkg_.a
2025-08-20T21:19:58.1988908Z [00:02:51.537]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3619502580/b254/_pkg_.a
2025-08-20T21:19:58.1990397Z [00:02:51.537]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3619502580/b280/_pkg_.a
2025-08-20T21:19:58.1992400Z [00:02:51.537]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3619502580/b282/_pkg_.a
2025-08-20T21:19:58.1993919Z [00:02:51.537]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/awsutil=/tmp/go-build3619502580/b313/_pkg_.a
2025-08-20T21:19:58.1995474Z [00:02:51.537]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build3619502580/b283/_pkg_.a
2025-08-20T21:19:58.1996929Z [00:02:51.537]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build3619502580/b284/_pkg_.a
2025-08-20T21:19:58.1998535Z [00:02:51.537]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build3619502580/b285/_pkg_.a
2025-08-20T21:19:58.2000169Z [00:02:51.537]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build3619502580/b286/_pkg_.a
2025-08-20T21:19:58.2003449Z [00:02:51.537]➜  packagefile github.com/aws/aws-sdk-go-v2/service/dynamodb/internal/customizations=/tmp/go-build3619502580/b314/_pkg_.a
2025-08-20T21:19:58.2005138Z [00:02:51.537]➜  packagefile github.com/aws/aws-sdk-go-v2/service/dynamodb/internal/endpoints=/tmp/go-build3619502580/b315/_pkg_.a
2025-08-20T21:19:58.2006704Z [00:02:51.537]➜  packagefile github.com/aws/aws-sdk-go-v2/service/dynamodb/types=/tmp/go-build3619502580/b310/_pkg_.a
2025-08-20T21:19:58.2008258Z [00:02:51.537]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding=/tmp/go-build3619502580/b302/_pkg_.a
2025-08-20T21:19:58.2009829Z [00:02:51.537]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery=/tmp/go-build3619502580/b316/_pkg_.a
2025-08-20T21:19:58.2011576Z [00:02:51.537]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:19:58.2012814Z [00:02:51.537]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3619502580/b247/_pkg_.a
2025-08-20T21:19:58.2014030Z [00:02:51.537]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3619502580/b290/_pkg_.a
2025-08-20T21:19:58.2015349Z [00:02:51.537]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3619502580/b281/_pkg_.a
2025-08-20T21:19:58.2016713Z [00:02:51.537]➜  packagefile github.com/aws/smithy-go/encoding/json=/tmp/go-build3619502580/b295/_pkg_.a
2025-08-20T21:19:58.2017984Z [00:02:51.537]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build3619502580/b291/_pkg_.a
2025-08-20T21:19:58.2019310Z [00:02:51.537]➜  packagefile github.com/aws/smithy-go/endpoints/private/rulesfn=/tmp/go-build3619502580/b317/_pkg_.a
2025-08-20T21:19:58.2020542Z [00:02:51.537]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3619502580/b265/_pkg_.a
2025-08-20T21:19:58.2021902Z [00:02:51.537]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3619502580/b244/_pkg_.a
2025-08-20T21:19:58.2023057Z [00:02:51.537]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3619502580/b248/_pkg_.a
2025-08-20T21:19:58.2024213Z [00:02:51.537]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:19:58.2025369Z [00:02:51.537]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3619502580/b253/_pkg_.a
2025-08-20T21:19:58.2026471Z [00:02:51.537]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build3619502580/b256/_pkg_.a
2025-08-20T21:19:58.2027542Z [00:02:51.537]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3619502580/b249/_pkg_.a
2025-08-20T21:19:58.2028652Z [00:02:51.537]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3619502580/b250/_pkg_.a
2025-08-20T21:19:58.2029870Z [00:02:51.537]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3619502580/b245/_pkg_.a
2025-08-20T21:19:58.2031122Z [00:02:51.537]➜  packagefile github.com/aws/smithy-go/waiter=/tmp/go-build3619502580/b318/_pkg_.a
2025-08-20T21:19:58.2042383Z [00:02:51.537]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:58.2043148Z [00:02:51.537]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:19:58.2044246Z [00:02:51.537]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:58.2045026Z [00:02:51.537]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:19:58.2045834Z [00:02:51.537]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:58.2046638Z [00:02:51.537]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:19:58.2047427Z [00:02:51.537]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:58.2048177Z [00:02:51.537]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:19:58.2048972Z [00:02:51.537]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:58.2049804Z [00:02:51.537]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:58.2050582Z [00:02:51.537]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:58.2051183Z [00:02:51.537]➜  EOF
2025-08-20T21:19:58.2131713Z [00:02:51.537]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b312/_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/b312=>" -p github.com/aws/aws-sdk-go-v2/service/dynamodb -lang=go1.22 -complete -installsuffix shared -buildid inCsRX1a-soRipidVF6B/inCsRX1a-soRipidVF6B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b312/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:19:58.4578481Z [00:02:51.797]➜  go tool buildid -w $WORK/b274/_pkg_.a # internal
2025-08-20T21:19:58.4659943Z [00:02:51.805]➜  cp $WORK/b274/_pkg_.a /root/.cache/go-build/3d/3d6a6aa520da384a678e70520939146101f5e78deb1b74996a582123b7fc661e-d # internal
2025-08-20T21:19:58.4667353Z [00:02:51.806]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/op
2025-08-20T21:19:58.4668060Z [00:02:51.806]➜  mkdir -p $WORK/b347/
2025-08-20T21:19:58.4677640Z [00:02:51.807]➜  cat >/tmp/go-build3619502580/b347/importcfg << 'EOF' # internal
2025-08-20T21:19:58.4713237Z [00:02:51.807]➜  # import config
2025-08-20T21:19:58.4713968Z [00:02:51.807]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:58.4714850Z [00:02:51.807]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:58.4715714Z [00:02:51.807]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:58.4717012Z [00:02:51.807]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3619502580/b330/_pkg_.a
2025-08-20T21:19:58.4718658Z [00:02:51.807]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build3619502580/b331/_pkg_.a
2025-08-20T21:19:58.4720289Z [00:02:51.807]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build3619502580/b341/_pkg_.a
2025-08-20T21:19:58.4722709Z [00:02:51.807]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3619502580/b334/_pkg_.a
2025-08-20T21:19:58.4724256Z [00:02:51.807]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build3619502580/b342/_pkg_.a
2025-08-20T21:19:58.4725570Z [00:02:51.807]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:58.4726203Z [00:02:51.807]➜  EOF
2025-08-20T21:19:58.4730914Z [00:02:51.807]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b347/_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/b347=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/op -lang=go1.23 -complete -installsuffix shared -buildid -2tYS7a8CnU4ac7-7Nx4/-2tYS7a8CnU4ac7-7Nx4 -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/internal/pollers/op/op.go
2025-08-20T21:19:58.5179894Z [00:02:51.857]➜  go tool buildid -w $WORK/b347/_pkg_.a # internal
2025-08-20T21:19:58.5190202Z [00:02:51.857]➜  cp $WORK/b347/_pkg_.a /root/.cache/go-build/f5/f59062d437a51f2d4c466abfd6658b72941adb79a5595b8d2f81e34ec5cf4942-d # internal
2025-08-20T21:19:58.5191702Z [00:02:51.857]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime
2025-08-20T21:19:58.5192401Z [00:02:51.857]➜  mkdir -p $WORK/b339/
2025-08-20T21:19:58.5193147Z [00:02:51.857]➜  cat >/tmp/go-build3619502580/b339/importcfg << 'EOF' # internal
2025-08-20T21:19:58.5193871Z [00:02:51.857]➜  # import config
2025-08-20T21:19:58.5194545Z [00:02:51.857]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:58.5195375Z [00:02:51.857]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:58.5196229Z [00:02:51.857]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:19:58.5197135Z [00:02:51.857]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:19:58.5198049Z [00:02:51.857]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:58.5198947Z [00:02:51.857]➜  packagefile encoding/xml=/tmp/go-build3619502580/b299/_pkg_.a
2025-08-20T21:19:58.5199793Z [00:02:51.857]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:58.5200566Z [00:02:51.857]➜  packagefile flag=/tmp/go-build3619502580/b340/_pkg_.a
2025-08-20T21:19:58.5201924Z [00:02:51.857]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:58.5203227Z [00:02:51.857]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3619502580/b330/_pkg_.a
2025-08-20T21:19:58.5204743Z [00:02:51.857]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build3619502580/b331/_pkg_.a
2025-08-20T21:19:58.5206603Z [00:02:51.857]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build3619502580/b341/_pkg_.a
2025-08-20T21:19:58.5208254Z [00:02:51.857]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/async=/tmp/go-build3619502580/b343/_pkg_.a
2025-08-20T21:19:58.5209933Z [00:02:51.857]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/body=/tmp/go-build3619502580/b344/_pkg_.a
2025-08-20T21:19:58.5211776Z [00:02:51.857]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/fake=/tmp/go-build3619502580/b345/_pkg_.a
2025-08-20T21:19:58.5213460Z [00:02:51.857]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/loc=/tmp/go-build3619502580/b346/_pkg_.a
2025-08-20T21:19:58.5215089Z [00:02:51.857]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/op=/tmp/go-build3619502580/b347/_pkg_.a
2025-08-20T21:19:58.5216691Z [00:02:51.857]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3619502580/b334/_pkg_.a
2025-08-20T21:19:58.5218198Z [00:02:51.857]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3619502580/b336/_pkg_.a
2025-08-20T21:19:58.5219660Z [00:02:51.857]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build3619502580/b348/_pkg_.a
2025-08-20T21:19:58.5221115Z [00:02:51.857]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing=/tmp/go-build3619502580/b338/_pkg_.a
2025-08-20T21:19:58.5222724Z [00:02:51.857]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/diag=/tmp/go-build3619502580/b349/_pkg_.a
2025-08-20T21:19:58.5224449Z [00:02:51.857]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/errorinfo=/tmp/go-build3619502580/b350/_pkg_.a
2025-08-20T21:19:58.5225974Z [00:02:51.857]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/exported=/tmp/go-build3619502580/b335/_pkg_.a
2025-08-20T21:19:58.5227493Z [00:02:51.857]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build3619502580/b342/_pkg_.a
2025-08-20T21:19:58.5228943Z [00:02:51.857]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/temporal=/tmp/go-build3619502580/b351/_pkg_.a
2025-08-20T21:19:58.5230379Z [00:02:51.857]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/uuid=/tmp/go-build3619502580/b352/_pkg_.a
2025-08-20T21:19:58.5231792Z [00:02:51.857]➜  packagefile golang.org/x/net/http2=/tmp/go-build3619502580/b353/_pkg_.a
2025-08-20T21:19:58.5232705Z [00:02:51.857]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:58.5233479Z [00:02:51.857]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:19:58.5234325Z [00:02:51.857]➜  packagefile math/rand=/tmp/go-build3619502580/b108/_pkg_.a
2025-08-20T21:19:58.5235231Z [00:02:51.857]➜  packagefile mime/multipart=/tmp/go-build3619502580/b180/_pkg_.a
2025-08-20T21:19:58.5236128Z [00:02:51.857]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:19:58.5236942Z [00:02:51.857]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:58.5237818Z [00:02:51.857]➜  packagefile net/textproto=/tmp/go-build3619502580/b176/_pkg_.a
2025-08-20T21:19:58.5238677Z [00:02:51.857]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:19:58.5239442Z [00:02:51.857]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:58.5240215Z [00:02:51.857]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:19:58.5241057Z [00:02:51.857]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:58.5242123Z [00:02:51.857]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:19:58.5242976Z [00:02:51.857]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:19:58.5243787Z [00:02:51.857]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:19:58.5244899Z [00:02:51.857]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:58.5245733Z [00:02:51.857]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:58.5246586Z [00:02:51.857]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:58.5247206Z [00:02:51.857]➜  EOF
2025-08-20T21:19:58.5265347Z [00:02:51.857]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b339/_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/b339=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime -lang=go1.23 -complete -installsuffix shared -buildid v3S4eJ9IBAqecbeKmmEv/v3S4eJ9IBAqecbeKmmEv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b339/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:19:58.7197701Z [00:02:52.059]➜  go tool buildid -w $WORK/b292/_pkg_.a # internal
2025-08-20T21:19:58.7481881Z [00:02:52.087]➜  cp $WORK/b292/_pkg_.a /root/.cache/go-build/51/51d1cc699c8da56730fafbb2e3035be079962f1090aa76bb2f5a56cae6a938a8-d # internal
2025-08-20T21:19:58.7548040Z [00:02:52.094]➜  github.com/aws/aws-sdk-go-v2/credentials/ssocreds
2025-08-20T21:19:58.7560796Z [00:02:52.094]➜  mkdir -p $WORK/b271/
2025-08-20T21:19:58.7561749Z [00:02:52.094]➜  cat >/tmp/go-build3619502580/b271/importcfg << 'EOF' # internal
2025-08-20T21:19:58.7562409Z [00:02:52.094]➜  # import config
2025-08-20T21:19:58.7563034Z [00:02:52.094]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:58.7563875Z [00:02:52.094]➜  packagefile crypto/sha1=/tmp/go-build3619502580/b149/_pkg_.a
2025-08-20T21:19:58.7564722Z [00:02:52.094]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:19:58.7565685Z [00:02:52.094]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:58.7566654Z [00:02:52.094]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:58.7567650Z [00:02:52.094]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:19:58.7569182Z [00:02:52.094]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3619502580/b238/_pkg_.a
2025-08-20T21:19:58.7570561Z [00:02:52.094]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/shareddefaults=/tmp/go-build3619502580/b272/_pkg_.a
2025-08-20T21:19:58.7573008Z [00:02:52.094]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso=/tmp/go-build3619502580/b274/_pkg_.a
2025-08-20T21:19:58.7574318Z [00:02:52.094]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc=/tmp/go-build3619502580/b292/_pkg_.a
2025-08-20T21:19:58.7575575Z [00:02:52.094]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build3619502580/b240/_pkg_.a
2025-08-20T21:19:58.7576596Z [00:02:52.094]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:19:58.7577403Z [00:02:52.094]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:58.7578236Z [00:02:52.095]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:19:58.7579103Z [00:02:52.095]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:58.7579943Z [00:02:52.095]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:58.7580735Z [00:02:52.095]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:58.7581529Z [00:02:52.095]➜  EOF
2025-08-20T21:19:58.7587889Z [00:02:52.095]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b271/_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/b271=>" -p github.com/aws/aws-sdk-go-v2/credentials/ssocreds -lang=go1.22 -complete -installsuffix shared -buildid j7u8h7-pQMZNsiadftvu/j7u8h7-pQMZNsiadftvu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b271/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:19:58.8328988Z [00:02:52.172]➜  go tool buildid -w $WORK/b339/_pkg_.a # internal
2025-08-20T21:19:58.8418321Z [00:02:52.181]➜  cp $WORK/b339/_pkg_.a /root/.cache/go-build/c5/c5157323df09a26dbc01f3bff90631c7c28e512dd83c9cdaee15e0a9164c46cc-d # internal
2025-08-20T21:19:58.8426171Z [00:02:52.181]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore
2025-08-20T21:19:58.8426837Z [00:02:52.181]➜  mkdir -p $WORK/b329/
2025-08-20T21:19:58.8427577Z [00:02:52.182]➜  cat >/tmp/go-build3619502580/b329/importcfg << 'EOF' # internal
2025-08-20T21:19:58.8428318Z [00:02:52.182]➜  # import config
2025-08-20T21:19:58.8429398Z [00:02:52.182]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3619502580/b330/_pkg_.a
2025-08-20T21:19:58.8431017Z [00:02:52.182]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3619502580/b334/_pkg_.a
2025-08-20T21:19:58.8432742Z [00:02:52.182]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3619502580/b336/_pkg_.a
2025-08-20T21:19:58.8436964Z [00:02:52.183]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3619502580/b339/_pkg_.a
2025-08-20T21:19:58.8438517Z [00:02:52.183]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing=/tmp/go-build3619502580/b338/_pkg_.a
2025-08-20T21:19:58.8439648Z [00:02:52.183]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:58.8440479Z [00:02:52.183]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:58.8444574Z [00:02:52.183]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:58.8445267Z [00:02:52.183]➜  EOF
2025-08-20T21:19:58.8450809Z [00:02:52.183]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b329/_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/b329=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore -lang=go1.23 -complete -installsuffix shared -buildid 8bTCeUD4xdapDI8qYpUE/8bTCeUD4xdapDI8qYpUE -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/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:19:58.8753944Z [00:02:52.214]➜  go tool buildid -w $WORK/b271/_pkg_.a # internal
2025-08-20T21:19:58.8774289Z [00:02:52.216]➜  cp $WORK/b271/_pkg_.a /root/.cache/go-build/8c/8c6146e9d2b10934855442baf1dd9396692f266be08fd26865f5186f57ebc897-d # internal
2025-08-20T21:19:58.8783910Z [00:02:52.218]➜  go.opentelemetry.io/otel/internal/global
2025-08-20T21:19:58.8786998Z [00:02:52.218]➜  mkdir -p $WORK/b396/
2025-08-20T21:19:58.8793313Z [00:02:52.219]➜  cat >/tmp/go-build3619502580/b396/importcfg << 'EOF' # internal
2025-08-20T21:19:58.8795007Z [00:02:52.219]➜  # import config
2025-08-20T21:19:58.8800231Z [00:02:52.219]➜  packagefile container/list=/tmp/go-build3619502580/b080/_pkg_.a
2025-08-20T21:19:58.8801168Z [00:02:52.219]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:58.8802219Z [00:02:52.219]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:58.8803175Z [00:02:52.219]➜  packagefile github.com/go-logr/logr=/tmp/go-build3619502580/b392/_pkg_.a
2025-08-20T21:19:58.8804503Z [00:02:52.219]➜  packagefile github.com/go-logr/stdr=/tmp/go-build3619502580/b397/_pkg_.a
2025-08-20T21:19:58.8805674Z [00:02:52.219]➜  packagefile go.opentelemetry.io/auto/sdk=/tmp/go-build3619502580/b399/_pkg_.a
2025-08-20T21:19:58.8806871Z [00:02:52.219]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3619502580/b401/_pkg_.a
2025-08-20T21:19:58.8808106Z [00:02:52.219]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3619502580/b404/_pkg_.a
2025-08-20T21:19:58.8809290Z [00:02:52.219]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3619502580/b410/_pkg_.a
2025-08-20T21:19:58.8810520Z [00:02:52.219]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build3619502580/b411/_pkg_.a
2025-08-20T21:19:58.8811970Z [00:02:52.219]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build3619502580/b412/_pkg_.a
2025-08-20T21:19:58.8813217Z [00:02:52.219]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3619502580/b406/_pkg_.a
2025-08-20T21:19:58.8814464Z [00:02:52.219]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build3619502580/b407/_pkg_.a
2025-08-20T21:19:58.8815500Z [00:02:52.219]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:19:58.8816316Z [00:02:52.219]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:58.8817492Z [00:02:52.219]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:58.8818346Z [00:02:52.219]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:58.8819233Z [00:02:52.219]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:58.8819902Z [00:02:52.219]➜  EOF
2025-08-20T21:19:58.8851147Z [00:02:52.219]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b396/_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/b396=>" -p go.opentelemetry.io/otel/internal/global -lang=go1.22 -complete -installsuffix shared -buildid n0kaqLd0TR8uDfMV4U6U/n0kaqLd0TR8uDfMV4U6U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b396/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:19:58.9319263Z [00:02:52.271]➜  go tool buildid -w $WORK/b329/_pkg_.a # internal
2025-08-20T21:19:58.9334420Z [00:02:52.273]➜  cp $WORK/b329/_pkg_.a /root/.cache/go-build/94/94ce24efd05238c2e767703159f6323ead134c3af461e839f1efbd2364a9fd81-d # internal
2025-08-20T21:19:58.9396703Z [00:02:52.279]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated
2025-08-20T21:19:58.9400003Z [00:02:52.279]➜  mkdir -p $WORK/b362/
2025-08-20T21:19:58.9430766Z [00:02:52.282]➜  cat >/tmp/go-build3619502580/b362/importcfg << 'EOF' # internal
2025-08-20T21:19:58.9435604Z [00:02:52.282]➜  # import config
2025-08-20T21:19:58.9448018Z [00:02:52.282]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:58.9448924Z [00:02:52.282]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:19:58.9449824Z [00:02:52.282]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:58.9450718Z [00:02:52.282]➜  packagefile encoding/xml=/tmp/go-build3619502580/b299/_pkg_.a
2025-08-20T21:19:58.9457090Z [00:02:52.282]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:58.9457946Z [00:02:52.282]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:58.9459024Z [00:02:52.282]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3619502580/b329/_pkg_.a
2025-08-20T21:19:58.9460423Z [00:02:52.282]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3619502580/b336/_pkg_.a
2025-08-20T21:19:58.9462028Z [00:02:52.283]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3619502580/b339/_pkg_.a
2025-08-20T21:19:58.9463443Z [00:02:52.283]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build3619502580/b363/_pkg_.a
2025-08-20T21:19:58.9464480Z [00:02:52.283]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:58.9465289Z [00:02:52.283]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:58.9466110Z [00:02:52.283]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:19:58.9466986Z [00:02:52.283]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:58.9467787Z [00:02:52.283]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:19:58.9468579Z [00:02:52.283]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:58.9469398Z [00:02:52.283]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:58.9470200Z [00:02:52.283]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:58.9470785Z [00:02:52.283]➜  EOF
2025-08-20T21:19:58.9514336Z [00:02:52.283]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b362/_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/b362=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated -lang=go1.23 -complete -installsuffix shared -buildid iCgsWkXwT3OXuKM11Lp9/iCgsWkXwT3OXuKM11Lp9 -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/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:19:59.1796884Z [00:02:52.519]➜  go tool buildid -w $WORK/b396/_pkg_.a # internal
2025-08-20T21:19:59.1906844Z [00:02:52.530]➜  cp $WORK/b396/_pkg_.a /root/.cache/go-build/32/3253f40bb72fdb8af6e355fa3ac8040d21bc8fdeb8e394278148cd9854ab2f87-d # internal
2025-08-20T21:19:59.1937376Z [00:02:52.533]➜  github.com/Azure/azure-sdk-for-go/sdk/data/azcosmos
2025-08-20T21:19:59.1939047Z [00:02:52.533]➜  mkdir -p $WORK/b375/
2025-08-20T21:19:59.1943036Z [00:02:52.533]➜  cat >/tmp/go-build3619502580/b375/importcfg << 'EOF' # internal
2025-08-20T21:19:59.1944389Z [00:02:52.533]➜  # import config
2025-08-20T21:19:59.1946055Z [00:02:52.533]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:59.1947101Z [00:02:52.533]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:59.1948227Z [00:02:52.533]➜  packagefile crypto/hmac=/tmp/go-build3619502580/b135/_pkg_.a
2025-08-20T21:19:59.1949900Z [00:02:52.533]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:19:59.1951046Z [00:02:52.533]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:19:59.1952410Z [00:02:52.533]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:19:59.1953524Z [00:02:52.533]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:19:59.1954643Z [00:02:52.533]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:59.1955797Z [00:02:52.533]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:59.1959550Z [00:02:52.533]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3619502580/b329/_pkg_.a
2025-08-20T21:19:59.1960902Z [00:02:52.533]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/log=/tmp/go-build3619502580/b332/_pkg_.a
2025-08-20T21:19:59.1962493Z [00:02:52.533]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3619502580/b336/_pkg_.a
2025-08-20T21:19:59.1963925Z [00:02:52.533]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3619502580/b339/_pkg_.a
2025-08-20T21:19:59.1965337Z [00:02:52.533]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build3619502580/b348/_pkg_.a
2025-08-20T21:19:59.1966757Z [00:02:52.533]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing=/tmp/go-build3619502580/b338/_pkg_.a
2025-08-20T21:19:59.1968233Z [00:02:52.533]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/errorinfo=/tmp/go-build3619502580/b350/_pkg_.a
2025-08-20T21:19:59.1969962Z [00:02:52.533]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build3619502580/b333/_pkg_.a
2025-08-20T21:19:59.1971654Z [00:02:52.534]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/temporal=/tmp/go-build3619502580/b351/_pkg_.a
2025-08-20T21:19:59.1973101Z [00:02:52.534]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/uuid=/tmp/go-build3619502580/b352/_pkg_.a
2025-08-20T21:19:59.1974196Z [00:02:52.534]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:19:59.1975032Z [00:02:52.534]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:59.1975845Z [00:02:52.534]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:19:59.1976611Z [00:02:52.534]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:59.1977405Z [00:02:52.534]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:19:59.1978214Z [00:02:52.534]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:59.1979038Z [00:02:52.534]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:59.1979827Z [00:02:52.534]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:19:59.1980642Z [00:02:52.534]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:19:59.1987359Z [00:02:52.534]➜  packagefile testing=/tmp/go-build3619502580/b376/_pkg_.a
2025-08-20T21:19:59.1988234Z [00:02:52.534]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:59.1988829Z [00:02:52.534]➜  EOF
2025-08-20T21:19:59.2032025Z [00:02:52.535]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b375/_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/b375=>" -p github.com/Azure/azure-sdk-for-go/sdk/data/azcosmos -lang=go1.21 -complete -installsuffix shared -buildid EIYv9HmFUCMQYcKCysLA/EIYv9HmFUCMQYcKCysLA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b375/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:19:59.4597755Z [00:02:52.799]➜  go tool buildid -w $WORK/b298/_pkg_.a # internal
2025-08-20T21:19:59.4744750Z [00:02:52.813]➜  cp $WORK/b298/_pkg_.a /root/.cache/go-build/1a/1a7b3be4f74e868dd7d5507fe68f4ec1e259fc7751038c3c60084b359461044e-d # internal
2025-08-20T21:19:59.4760608Z [00:02:52.814]➜  github.com/aws/aws-sdk-go-v2/credentials/stscreds
2025-08-20T21:19:59.4761510Z [00:02:52.814]➜  mkdir -p $WORK/b297/
2025-08-20T21:19:59.4762287Z [00:02:52.814]➜  cat >/tmp/go-build3619502580/b297/importcfg << 'EOF' # internal
2025-08-20T21:19:59.4762975Z [00:02:52.814]➜  # import config
2025-08-20T21:19:59.4763967Z [00:02:52.814]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:59.4764846Z [00:02:52.814]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:59.4765857Z [00:02:52.814]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:19:59.4767030Z [00:02:52.814]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3619502580/b260/_pkg_.a
2025-08-20T21:19:59.4768317Z [00:02:52.814]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3619502580/b238/_pkg_.a
2025-08-20T21:19:59.4769604Z [00:02:52.814]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build3619502580/b298/_pkg_.a
2025-08-20T21:19:59.4770903Z [00:02:52.814]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/types=/tmp/go-build3619502580/b305/_pkg_.a
2025-08-20T21:19:59.4772216Z [00:02:52.814]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:19:59.4773102Z [00:02:52.814]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:59.4773967Z [00:02:52.814]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:59.4774774Z [00:02:52.814]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:59.4775387Z [00:02:52.814]➜  EOF
2025-08-20T21:19:59.4780118Z [00:02:52.814]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b297/_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/b297=>" -p github.com/aws/aws-sdk-go-v2/credentials/stscreds -lang=go1.22 -complete -installsuffix shared -buildid JgKGEQD8S4VRJEZJT5gB/JgKGEQD8S4VRJEZJT5gB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b297/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:19:59.5618554Z [00:02:52.901]➜  go tool buildid -w $WORK/b297/_pkg_.a # internal
2025-08-20T21:19:59.5634783Z [00:02:52.903]➜  cp $WORK/b297/_pkg_.a /root/.cache/go-build/c8/c85836d525d3892b3cbda97f7f06370ee51b9272357909fd5afe9b7d2b9a573a-d # internal
2025-08-20T21:19:59.5642882Z [00:02:52.903]➜  github.com/aws/aws-sdk-go-v2/config
2025-08-20T21:19:59.5645513Z [00:02:52.903]➜  mkdir -p $WORK/b235/
2025-08-20T21:19:59.5652356Z [00:02:52.904]➜  cat >/tmp/go-build3619502580/b235/importcfg << 'EOF' # internal
2025-08-20T21:19:59.5653121Z [00:02:52.904]➜  # import config
2025-08-20T21:19:59.5653787Z [00:02:52.904]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:19:59.5654613Z [00:02:52.904]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:19:59.5655450Z [00:02:52.904]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:19:59.5656334Z [00:02:52.904]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:19:59.5657213Z [00:02:52.904]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:19:59.5658020Z [00:02:52.904]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:19:59.5659003Z [00:02:52.904]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:19:59.5660258Z [00:02:52.904]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3619502580/b254/_pkg_.a
2025-08-20T21:19:59.5661724Z [00:02:52.904]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build3619502580/b257/_pkg_.a
2025-08-20T21:19:59.5662994Z [00:02:52.904]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds=/tmp/go-build3619502580/b258/_pkg_.a
2025-08-20T21:19:59.5664309Z [00:02:52.904]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds=/tmp/go-build3619502580/b266/_pkg_.a
2025-08-20T21:19:59.5665929Z [00:02:52.904]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/processcreds=/tmp/go-build3619502580/b268/_pkg_.a
2025-08-20T21:19:59.5667259Z [00:02:52.904]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ssocreds=/tmp/go-build3619502580/b271/_pkg_.a
2025-08-20T21:19:59.5668550Z [00:02:52.904]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/stscreds=/tmp/go-build3619502580/b297/_pkg_.a
2025-08-20T21:19:59.5669777Z [00:02:52.904]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds=/tmp/go-build3619502580/b259/_pkg_.a
2025-08-20T21:19:59.5670923Z [00:02:52.904]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/ini=/tmp/go-build3619502580/b307/_pkg_.a
2025-08-20T21:19:59.5672293Z [00:02:52.904]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/shareddefaults=/tmp/go-build3619502580/b272/_pkg_.a
2025-08-20T21:19:59.5673482Z [00:02:52.904]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso=/tmp/go-build3619502580/b274/_pkg_.a
2025-08-20T21:19:59.5674645Z [00:02:52.904]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc=/tmp/go-build3619502580/b292/_pkg_.a
2025-08-20T21:19:59.5675799Z [00:02:52.904]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build3619502580/b298/_pkg_.a
2025-08-20T21:19:59.5676885Z [00:02:52.904]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build3619502580/b240/_pkg_.a
2025-08-20T21:19:59.5677951Z [00:02:52.904]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3619502580/b244/_pkg_.a
2025-08-20T21:19:59.5678996Z [00:02:52.904]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:19:59.5680207Z [00:02:52.904]➜  packagefile github.com/aws/smithy-go/private/requestcompression=/tmp/go-build3619502580/b308/_pkg_.a
2025-08-20T21:19:59.5691549Z [00:02:52.904]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:19:59.5692487Z [00:02:52.904]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:19:59.5693254Z [00:02:52.904]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:19:59.5694025Z [00:02:52.904]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:19:59.5694777Z [00:02:52.904]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:19:59.5695480Z [00:02:52.904]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:19:59.5696517Z [00:02:52.904]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:19:59.5697306Z [00:02:52.904]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:19:59.5698059Z [00:02:52.904]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:19:59.5698771Z [00:02:52.904]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:19:59.5699301Z [00:02:52.904]➜  EOF
2025-08-20T21:19:59.5708612Z [00:02:52.904]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b235/_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/b235=>" -p github.com/aws/aws-sdk-go-v2/config -lang=go1.22 -complete -installsuffix shared -buildid MXOFz3wvSdqZXfSiqdAD/MXOFz3wvSdqZXfSiqdAD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b235/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:19:59.9829304Z [00:02:53.322]➜  go tool buildid -w $WORK/b375/_pkg_.a # internal
2025-08-20T21:20:00.0077691Z [00:02:53.347]➜  cp $WORK/b375/_pkg_.a /root/.cache/go-build/62/6214261000947c2a19f24a7f52bfc86012d6c8c340db0bb56dc4d173c449f5ca-d # internal
2025-08-20T21:20:00.0084777Z [00:02:53.348]➜  github.com/jrnd-io/jr/pkg/producers/azcosmosdb
2025-08-20T21:20:00.0085737Z [00:02:53.348]➜  mkdir -p $WORK/b374/
2025-08-20T21:20:00.0116794Z [00:02:53.351]➜  cat >/tmp/go-build3619502580/b374/importcfg << 'EOF' # internal
2025-08-20T21:20:00.0117536Z [00:02:53.351]➜  # import config
2025-08-20T21:20:00.0118203Z [00:02:53.351]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:00.0119077Z [00:02:53.351]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:00.0120268Z [00:02:53.351]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/data/azcosmos=/tmp/go-build3619502580/b375/_pkg_.a
2025-08-20T21:20:00.0122658Z [00:02:53.351]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build3619502580/b216/_pkg_.a
2025-08-20T21:20:00.0123574Z [00:02:53.351]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:00.0124184Z [00:02:53.351]➜  EOF
2025-08-20T21:20:00.0128025Z [00:02:53.351]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b374/_pkg_.a -trimpath "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/azcosmosdb=>github.com/jrnd-io/jr/pkg/producers/azcosmosdb;$WORK/b374=>" -p github.com/jrnd-io/jr/pkg/producers/azcosmosdb -lang=go1.24 -complete -installsuffix shared -buildid GrhGu1NlOoHUsFqO9xo7/GrhGu1NlOoHUsFqO9xo7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b374/importcfg -pack ./pkg/producers/azcosmosdb/config.go ./pkg/producers/azcosmosdb/producer.go
2025-08-20T21:20:00.1417646Z [00:02:53.481]➜  go tool buildid -w $WORK/b374/_pkg_.a # internal
2025-08-20T21:20:00.1446820Z [00:02:53.484]➜  cp $WORK/b374/_pkg_.a /root/.cache/go-build/02/022951d7fdb0470623420068519efc0181db1825c92c8317fdadc3fe49808e5a-d # internal
2025-08-20T21:20:00.1455375Z [00:02:53.485]➜  go.opentelemetry.io/otel
2025-08-20T21:20:00.1460389Z [00:02:53.485]➜  mkdir -p $WORK/b391/
2025-08-20T21:20:00.1471142Z [00:02:53.486]➜  cat >/tmp/go-build3619502580/b391/importcfg << 'EOF' # internal
2025-08-20T21:20:00.1473231Z [00:02:53.486]➜  # import config
2025-08-20T21:20:00.1474009Z [00:02:53.486]➜  packagefile github.com/go-logr/logr=/tmp/go-build3619502580/b392/_pkg_.a
2025-08-20T21:20:00.1475189Z [00:02:53.486]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build3619502580/b396/_pkg_.a
2025-08-20T21:20:00.1476382Z [00:02:53.486]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3619502580/b410/_pkg_.a
2025-08-20T21:20:00.1477567Z [00:02:53.486]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build3619502580/b412/_pkg_.a
2025-08-20T21:20:00.1478753Z [00:02:53.486]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3619502580/b406/_pkg_.a
2025-08-20T21:20:00.1479506Z [00:02:53.486]➜  EOF
2025-08-20T21:20:00.1493251Z [00:02:53.488]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b391/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0=>go.opentelemetry.io/otel@v1.35.0;$WORK/b391=>" -p go.opentelemetry.io/otel -lang=go1.22 -complete -installsuffix shared -buildid obHA9fa33yv-Dgtz1g_i/obHA9fa33yv-Dgtz1g_i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b391/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:20:00.2069955Z [00:02:53.546]➜  go tool buildid -w $WORK/b391/_pkg_.a # internal
2025-08-20T21:20:00.2105206Z [00:02:53.549]➜  cp $WORK/b391/_pkg_.a /root/.cache/go-build/51/5145c1d5fb96d49e68b9feec74dd96dcf40d0eae5bdf7d3979f9b09710f766c3-d # internal
2025-08-20T21:20:00.2124628Z [00:02:53.551]➜  github.com/elastic/elastic-transport-go/v8/elastictransport
2025-08-20T21:20:00.2127024Z [00:02:53.552]➜  mkdir -p $WORK/b390/
2025-08-20T21:20:00.2139785Z [00:02:53.553]➜  cat >/tmp/go-build3619502580/b390/importcfg << 'EOF' # internal
2025-08-20T21:20:00.2140731Z [00:02:53.553]➜  # import config
2025-08-20T21:20:00.2145860Z [00:02:53.553]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:20:00.2146630Z [00:02:53.553]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:00.2147435Z [00:02:53.553]➜  packagefile compress/gzip=/tmp/go-build3619502580/b074/_pkg_.a
2025-08-20T21:20:00.2148265Z [00:02:53.553]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:00.2149088Z [00:02:53.553]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:20:00.2149897Z [00:02:53.553]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:20:00.2150690Z [00:02:53.553]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:20:00.2151709Z [00:02:53.553]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:20:00.2152588Z [00:02:53.553]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:00.2153374Z [00:02:53.553]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:00.2154106Z [00:02:53.553]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:00.2154948Z [00:02:53.553]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3619502580/b391/_pkg_.a
2025-08-20T21:20:00.2156105Z [00:02:53.553]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3619502580/b401/_pkg_.a
2025-08-20T21:20:00.2157187Z [00:02:53.553]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3619502580/b404/_pkg_.a
2025-08-20T21:20:00.2158222Z [00:02:53.553]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3619502580/b406/_pkg_.a
2025-08-20T21:20:00.2159341Z [00:02:53.553]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:00.2160075Z [00:02:53.553]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:20:00.2160813Z [00:02:53.553]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:00.2161690Z [00:02:53.553]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:00.2162429Z [00:02:53.553]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:00.2163187Z [00:02:53.553]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:00.2163911Z [00:02:53.553]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:00.2164611Z [00:02:53.553]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:00.2165351Z [00:02:53.553]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:00.2166108Z [00:02:53.553]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.2166857Z [00:02:53.553]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:00.2167588Z [00:02:53.553]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:00.2168114Z [00:02:53.553]➜  EOF
2025-08-20T21:20:00.2168593Z [00:02:53.553]➜  go tool buildid -w $WORK/b235/_pkg_.a # internal
2025-08-20T21:20:00.2193504Z [00:02:53.558]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b390/_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/b390=>" -p github.com/elastic/elastic-transport-go/v8/elastictransport -lang=go1.20 -complete -installsuffix shared -buildid 4uW1qlnk3Pl0EHRudWW8/4uW1qlnk3Pl0EHRudWW8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b390/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:20:00.2391605Z [00:02:53.578]➜  cp $WORK/b235/_pkg_.a /root/.cache/go-build/a0/a0200e8a19ddcb46dfba2916514cac98984cbefd7a633c6746316ed0a63f9cd0-d # internal
2025-08-20T21:20:00.2479481Z [00:02:53.587]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/delimitedpayloadencoding
2025-08-20T21:20:00.2497440Z [00:02:53.587]➜  mkdir -p $WORK/b459/
2025-08-20T21:20:00.2498350Z [00:02:53.587]➜  cat >/tmp/go-build3619502580/b459/importcfg << 'EOF' # internal
2025-08-20T21:20:00.2499093Z [00:02:53.587]➜  # import config
2025-08-20T21:20:00.2499711Z [00:02:53.587]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.2500277Z [00:02:53.587]➜  EOF
2025-08-20T21:20:00.2506429Z [00:02:53.587]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b459/_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/b459=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/delimitedpayloadencoding -lang=go1.21 -complete -installsuffix shared -buildid pXxgMWrnknPVq9otdkRs/pXxgMWrnknPVq9otdkRs -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/delimitedpayloadencoding/delimitedpayloadencoding.go
2025-08-20T21:20:00.2715077Z [00:02:53.611]➜  go tool buildid -w $WORK/b459/_pkg_.a # internal
2025-08-20T21:20:00.2722118Z [00:02:53.611]➜  cp $WORK/b459/_pkg_.a /root/.cache/go-build/c5/c5d883ec43597ca6ebe683a1f43a42ce40af009c37a8d829bfa52e42501e9489-d # internal
2025-08-20T21:20:00.2726907Z [00:02:53.611]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/densevectorelementtype
2025-08-20T21:20:00.2727741Z [00:02:53.611]➜  mkdir -p $WORK/b460/
2025-08-20T21:20:00.2728403Z [00:02:53.612]➜  cat >/tmp/go-build3619502580/b460/importcfg << 'EOF' # internal
2025-08-20T21:20:00.2729035Z [00:02:53.612]➜  # import config
2025-08-20T21:20:00.2729658Z [00:02:53.612]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.2730247Z [00:02:53.612]➜  EOF
2025-08-20T21:20:00.2735502Z [00:02:53.612]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b460/_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/b460=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/densevectorelementtype -lang=go1.21 -complete -installsuffix shared -buildid ODPsZOborVBEzgj5qh81/ODPsZOborVBEzgj5qh81 -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/densevectorelementtype/densevectorelementtype.go
2025-08-20T21:20:00.2985340Z [00:02:53.638]➜  go tool buildid -w $WORK/b460/_pkg_.a # internal
2025-08-20T21:20:00.2997504Z [00:02:53.639]➜  cp $WORK/b460/_pkg_.a /root/.cache/go-build/ef/efd2f20af043c592dca17a1858b4e2b0ef8a89c8f541b696e97f7e3b5d0b1065-d # internal
2025-08-20T21:20:00.3014981Z [00:02:53.639]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/densevectorindexoptionstype
2025-08-20T21:20:00.3015861Z [00:02:53.639]➜  mkdir -p $WORK/b461/
2025-08-20T21:20:00.3016520Z [00:02:53.639]➜  cat >/tmp/go-build3619502580/b461/importcfg << 'EOF' # internal
2025-08-20T21:20:00.3017143Z [00:02:53.639]➜  # import config
2025-08-20T21:20:00.3017769Z [00:02:53.639]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.3018359Z [00:02:53.639]➜  EOF
2025-08-20T21:20:00.3025585Z [00:02:53.639]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b461/_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/b461=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/densevectorindexoptionstype -lang=go1.21 -complete -installsuffix shared -buildid 8Seu8GcJEn6YVoqTj4UI/8Seu8GcJEn6YVoqTj4UI -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/densevectorindexoptionstype/densevectorindexoptionstype.go
2025-08-20T21:20:00.3354310Z [00:02:53.674]➜  go tool buildid -w $WORK/b461/_pkg_.a # internal
2025-08-20T21:20:00.3355718Z [00:02:53.674]➜  cp $WORK/b461/_pkg_.a /root/.cache/go-build/20/20732264a43c64aed59868a233c8651231a092c5487cb9388089741e1199bcec-d # internal
2025-08-20T21:20:00.3357153Z [00:02:53.674]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/densevectorsimilarity
2025-08-20T21:20:00.3358030Z [00:02:53.674]➜  mkdir -p $WORK/b462/
2025-08-20T21:20:00.3358758Z [00:02:53.674]➜  cat >/tmp/go-build3619502580/b462/importcfg << 'EOF' # internal
2025-08-20T21:20:00.3359422Z [00:02:53.674]➜  # import config
2025-08-20T21:20:00.3360081Z [00:02:53.674]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.3360671Z [00:02:53.674]➜  EOF
2025-08-20T21:20:00.3366243Z [00:02:53.674]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b462/_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/b462=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/densevectorsimilarity -lang=go1.21 -complete -installsuffix shared -buildid NYEwkmUogIQYU-qdnIa7/NYEwkmUogIQYU-qdnIa7 -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/densevectorsimilarity/densevectorsimilarity.go
2025-08-20T21:20:00.3595761Z [00:02:53.699]➜  go tool buildid -w $WORK/b462/_pkg_.a # internal
2025-08-20T21:20:00.3632148Z [00:02:53.699]➜  cp $WORK/b462/_pkg_.a /root/.cache/go-build/d7/d70fbffa6f98dff456083b167932d611a90d27cf055d5e2cd555b89f7c9dc6e7-d # internal
2025-08-20T21:20:00.3633803Z [00:02:53.700]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentallocationstate
2025-08-20T21:20:00.3634678Z [00:02:53.700]➜  mkdir -p $WORK/b463/
2025-08-20T21:20:00.3635375Z [00:02:53.700]➜  cat >/tmp/go-build3619502580/b463/importcfg << 'EOF' # internal
2025-08-20T21:20:00.3636030Z [00:02:53.700]➜  # import config
2025-08-20T21:20:00.3636657Z [00:02:53.700]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.3637244Z [00:02:53.700]➜  EOF
2025-08-20T21:20:00.3649128Z [00:02:53.700]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b463/_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/b463=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentallocationstate -lang=go1.21 -complete -installsuffix shared -buildid gIqdT9dbhd50nuGtnLPC/gIqdT9dbhd50nuGtnLPC -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/deploymentallocationstate/deploymentallocationstate.go
2025-08-20T21:20:00.3861844Z [00:02:53.725]➜  go tool buildid -w $WORK/b463/_pkg_.a # internal
2025-08-20T21:20:00.3875774Z [00:02:53.727]➜  cp $WORK/b463/_pkg_.a /root/.cache/go-build/f8/f8fe721593c74ab3f3b933aff38da910f9f7a6ba58fc4633be3974e314936904-d # internal
2025-08-20T21:20:00.3879208Z [00:02:53.727]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentassignmentstate
2025-08-20T21:20:00.3895149Z [00:02:53.729]➜  mkdir -p $WORK/b464/
2025-08-20T21:20:00.3900779Z [00:02:53.729]➜  cat >/tmp/go-build3619502580/b464/importcfg << 'EOF' # internal
2025-08-20T21:20:00.3901687Z [00:02:53.729]➜  # import config
2025-08-20T21:20:00.3902360Z [00:02:53.729]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.3902991Z [00:02:53.729]➜  EOF
2025-08-20T21:20:00.3908489Z [00:02:53.729]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b464/_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/b464=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentassignmentstate -lang=go1.21 -complete -installsuffix shared -buildid CnUK0MBgdIiwfI11t2Gy/CnUK0MBgdIiwfI11t2Gy -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/deploymentassignmentstate/deploymentassignmentstate.go
2025-08-20T21:20:00.4367470Z [00:02:53.776]➜  go tool buildid -w $WORK/b464/_pkg_.a # internal
2025-08-20T21:20:00.4380415Z [00:02:53.777]➜  cp $WORK/b464/_pkg_.a /root/.cache/go-build/a8/a87ff7e29a8b326a290d4a6c378df9d3f5fcfc17ecf2c7608679d520a54ab234-d # internal
2025-08-20T21:20:00.4382030Z [00:02:53.777]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deprecationlevel
2025-08-20T21:20:00.4383937Z [00:02:53.777]➜  mkdir -p $WORK/b465/
2025-08-20T21:20:00.4385584Z [00:02:53.777]➜  cat >/tmp/go-build3619502580/b465/importcfg << 'EOF' # internal
2025-08-20T21:20:00.4387506Z [00:02:53.777]➜  # import config
2025-08-20T21:20:00.4388169Z [00:02:53.777]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.4388805Z [00:02:53.777]➜  EOF
2025-08-20T21:20:00.4394344Z [00:02:53.777]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b465/_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/b465=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deprecationlevel -lang=go1.21 -complete -installsuffix shared -buildid j3GiOMBa-goSSRS-p42O/j3GiOMBa-goSSRS-p42O -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/deprecationlevel/deprecationlevel.go
2025-08-20T21:20:00.4593506Z [00:02:53.799]➜  go tool buildid -w $WORK/b465/_pkg_.a # internal
2025-08-20T21:20:00.4599903Z [00:02:53.799]➜  cp $WORK/b465/_pkg_.a /root/.cache/go-build/40/40666065d502b7d571adf92977fea128e83942f8bc87c9e08968d130bab63d99-d # internal
2025-08-20T21:20:00.4602335Z [00:02:53.799]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfiindependencemeasure
2025-08-20T21:20:00.4604332Z [00:02:53.799]➜  mkdir -p $WORK/b466/
2025-08-20T21:20:00.4607543Z [00:02:53.800]➜  cat >/tmp/go-build3619502580/b466/importcfg << 'EOF' # internal
2025-08-20T21:20:00.4608309Z [00:02:53.800]➜  # import config
2025-08-20T21:20:00.4608962Z [00:02:53.800]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.4609561Z [00:02:53.800]➜  EOF
2025-08-20T21:20:00.4616292Z [00:02:53.800]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b466/_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/b466=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfiindependencemeasure -lang=go1.21 -complete -installsuffix shared -buildid xj11U5uB9DWvdMiNbbSC/xj11U5uB9DWvdMiNbbSC -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/dfiindependencemeasure/dfiindependencemeasure.go
2025-08-20T21:20:00.4754570Z [00:02:53.815]➜  go tool buildid -w $WORK/b466/_pkg_.a # internal
2025-08-20T21:20:00.4761388Z [00:02:53.815]➜  cp $WORK/b466/_pkg_.a /root/.cache/go-build/b6/b66f071c3920c26d0b857b0b3781129d5108e3988d5601e4bad94e141cfe4b86-d # internal
2025-08-20T21:20:00.4762791Z [00:02:53.815]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfraftereffect
2025-08-20T21:20:00.4767003Z [00:02:53.816]➜  mkdir -p $WORK/b467/
2025-08-20T21:20:00.4770257Z [00:02:53.816]➜  cat >/tmp/go-build3619502580/b467/importcfg << 'EOF' # internal
2025-08-20T21:20:00.4772985Z [00:02:53.816]➜  # import config
2025-08-20T21:20:00.4773702Z [00:02:53.816]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.4774359Z [00:02:53.816]➜  EOF
2025-08-20T21:20:00.4779476Z [00:02:53.816]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b467/_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/b467=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfraftereffect -lang=go1.21 -complete -installsuffix shared -buildid jef0_OgwToSEEadK8Sgz/jef0_OgwToSEEadK8Sgz -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/dfraftereffect/dfraftereffect.go
2025-08-20T21:20:00.4894987Z [00:02:53.829]➜  go tool buildid -w $WORK/b467/_pkg_.a # internal
2025-08-20T21:20:00.4901531Z [00:02:53.829]➜  cp $WORK/b467/_pkg_.a /root/.cache/go-build/9b/9b2b7ae0dda0e313e21c7a0a5fe060830ecc244955670311fc9fcfab3fa28552-d # internal
2025-08-20T21:20:00.4906167Z [00:02:53.829]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfrbasicmodel
2025-08-20T21:20:00.4910058Z [00:02:53.829]➜  mkdir -p $WORK/b468/
2025-08-20T21:20:00.4915180Z [00:02:53.830]➜  cat >/tmp/go-build3619502580/b468/importcfg << 'EOF' # internal
2025-08-20T21:20:00.4915931Z [00:02:53.830]➜  # import config
2025-08-20T21:20:00.4916659Z [00:02:53.830]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.4917881Z [00:02:53.830]➜  EOF
2025-08-20T21:20:00.4924626Z [00:02:53.830]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b468/_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/b468=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfrbasicmodel -lang=go1.21 -complete -installsuffix shared -buildid UM8P5J9Y5rE5IirNd7po/UM8P5J9Y5rE5IirNd7po -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/dfrbasicmodel/dfrbasicmodel.go
2025-08-20T21:20:00.5029910Z [00:02:53.842]➜  go tool buildid -w $WORK/b468/_pkg_.a # internal
2025-08-20T21:20:00.5037016Z [00:02:53.843]➜  cp $WORK/b468/_pkg_.a /root/.cache/go-build/5a/5aae184af5ea7f6a28ff99b34cfc6fc566ba8176c5fe81d6a5b350d4a7560efe-d # internal
2025-08-20T21:20:00.5039488Z [00:02:53.843]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/displaytype
2025-08-20T21:20:00.5043264Z [00:02:53.843]➜  mkdir -p $WORK/b469/
2025-08-20T21:20:00.5046799Z [00:02:53.844]➜  cat >/tmp/go-build3619502580/b469/importcfg << 'EOF' # internal
2025-08-20T21:20:00.5047528Z [00:02:53.844]➜  # import config
2025-08-20T21:20:00.5048222Z [00:02:53.844]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.5048888Z [00:02:53.844]➜  EOF
2025-08-20T21:20:00.5053957Z [00:02:53.844]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b469/_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/b469=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/displaytype -lang=go1.21 -complete -installsuffix shared -buildid 84qvuUEy7WXqzxXHHPGI/84qvuUEy7WXqzxXHHPGI -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/displaytype/displaytype.go
2025-08-20T21:20:00.5181833Z [00:02:53.857]➜  go tool buildid -w $WORK/b469/_pkg_.a # internal
2025-08-20T21:20:00.5188763Z [00:02:53.858]➜  cp $WORK/b469/_pkg_.a /root/.cache/go-build/44/446c29122820235012353b6eeb7f93c97a739f3ea69454b402c3932ac059f6bb-d # internal
2025-08-20T21:20:00.5204587Z [00:02:53.858]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/distanceunit
2025-08-20T21:20:00.5205505Z [00:02:53.858]➜  mkdir -p $WORK/b470/
2025-08-20T21:20:00.5206280Z [00:02:53.859]➜  cat >/tmp/go-build3619502580/b470/importcfg << 'EOF' # internal
2025-08-20T21:20:00.5206966Z [00:02:53.859]➜  # import config
2025-08-20T21:20:00.5207622Z [00:02:53.859]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.5208272Z [00:02:53.859]➜  EOF
2025-08-20T21:20:00.5213395Z [00:02:53.859]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b470/_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/b470=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/distanceunit -lang=go1.21 -complete -installsuffix shared -buildid wo2kdBESfF_O2aWMxv--/wo2kdBESfF_O2aWMxv-- -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/distanceunit/distanceunit.go
2025-08-20T21:20:00.5330592Z [00:02:53.872]➜  go tool buildid -w $WORK/b470/_pkg_.a # internal
2025-08-20T21:20:00.5337593Z [00:02:53.873]➜  cp $WORK/b470/_pkg_.a /root/.cache/go-build/73/738c8d2b248b3ad762047a28029abb11326468949eee75eb17055757f1650625-d # internal
2025-08-20T21:20:00.5339916Z [00:02:53.873]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dynamicmapping
2025-08-20T21:20:00.5341828Z [00:02:53.873]➜  mkdir -p $WORK/b471/
2025-08-20T21:20:00.5346581Z [00:02:53.874]➜  cat >/tmp/go-build3619502580/b471/importcfg << 'EOF' # internal
2025-08-20T21:20:00.5347778Z [00:02:53.874]➜  # import config
2025-08-20T21:20:00.5349837Z [00:02:53.874]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.5350526Z [00:02:53.874]➜  EOF
2025-08-20T21:20:00.5355664Z [00:02:53.874]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b471/_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/b471=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dynamicmapping -lang=go1.21 -complete -installsuffix shared -buildid v5E2_UkDgc6tSC_BONQe/v5E2_UkDgc6tSC_BONQe -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/dynamicmapping/dynamicmapping.go
2025-08-20T21:20:00.5477820Z [00:02:53.887]➜  go tool buildid -w $WORK/b471/_pkg_.a # internal
2025-08-20T21:20:00.5495065Z [00:02:53.888]➜  cp $WORK/b471/_pkg_.a /root/.cache/go-build/5c/5c7df23b0e4eff85c8c32a2099adc1f2cbb72eeacad961093f8ae88849a32485-d # internal
2025-08-20T21:20:00.5504649Z [00:02:53.889]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/edgengramside
2025-08-20T21:20:00.5505534Z [00:02:53.889]➜  mkdir -p $WORK/b472/
2025-08-20T21:20:00.5506343Z [00:02:53.889]➜  cat >/tmp/go-build3619502580/b472/importcfg << 'EOF' # internal
2025-08-20T21:20:00.5507072Z [00:02:53.889]➜  # import config
2025-08-20T21:20:00.5507786Z [00:02:53.889]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.5508399Z [00:02:53.889]➜  EOF
2025-08-20T21:20:00.5513638Z [00:02:53.889]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b472/_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/b472=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/edgengramside -lang=go1.21 -complete -installsuffix shared -buildid u-3UU9jaVS886Whq8yRZ/u-3UU9jaVS886Whq8yRZ -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/edgengramside/edgengramside.go
2025-08-20T21:20:00.5614922Z [00:02:53.901]➜  go tool buildid -w $WORK/b472/_pkg_.a # internal
2025-08-20T21:20:00.5620646Z [00:02:53.901]➜  cp $WORK/b472/_pkg_.a /root/.cache/go-build/89/898e844f86b6845b18034ed09b2f08c3d9c94a5baffb8b611da351f230412adf-d # internal
2025-08-20T21:20:00.5624124Z [00:02:53.902]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/emailpriority
2025-08-20T21:20:00.5629248Z [00:02:53.902]➜  mkdir -p $WORK/b473/
2025-08-20T21:20:00.5630003Z [00:02:53.902]➜  cat >/tmp/go-build3619502580/b473/importcfg << 'EOF' # internal
2025-08-20T21:20:00.5630630Z [00:02:53.902]➜  # import config
2025-08-20T21:20:00.5631455Z [00:02:53.902]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.5632049Z [00:02:53.902]➜  EOF
2025-08-20T21:20:00.5636684Z [00:02:53.902]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b473/_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/b473=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/emailpriority -lang=go1.21 -complete -installsuffix shared -buildid ydHXz9FK3ZBdXQgOdCNY/ydHXz9FK3ZBdXQgOdCNY -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/emailpriority/emailpriority.go
2025-08-20T21:20:00.5766731Z [00:02:53.915]➜  go tool buildid -w $WORK/b473/_pkg_.a # internal
2025-08-20T21:20:00.5768363Z [00:02:53.916]➜  cp $WORK/b473/_pkg_.a /root/.cache/go-build/41/41ae476ebdfe38b885d042e9ee0aa454f69818447d47137aede93fbef8fe29ce-d # internal
2025-08-20T21:20:00.5771113Z [00:02:53.916]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/enrichpolicyphase
2025-08-20T21:20:00.5774173Z [00:02:53.916]➜  mkdir -p $WORK/b474/
2025-08-20T21:20:00.5774963Z [00:02:53.917]➜  cat >/tmp/go-build3619502580/b474/importcfg << 'EOF' # internal
2025-08-20T21:20:00.5775619Z [00:02:53.917]➜  # import config
2025-08-20T21:20:00.5776257Z [00:02:53.917]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.5776830Z [00:02:53.917]➜  EOF
2025-08-20T21:20:00.5782051Z [00:02:53.917]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b474/_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/b474=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/enrichpolicyphase -lang=go1.21 -complete -installsuffix shared -buildid hRYULHhovMPABSVo6iTe/hRYULHhovMPABSVo6iTe -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/enrichpolicyphase/enrichpolicyphase.go
2025-08-20T21:20:00.5793742Z [00:02:53.919]➜  go tool buildid -w $WORK/b390/_pkg_.a # internal
2025-08-20T21:20:00.5816281Z [00:02:53.919]➜  go tool buildid -w $WORK/b362/_pkg_.a # internal
2025-08-20T21:20:00.5826408Z [00:02:53.922]➜  cp $WORK/b390/_pkg_.a /root/.cache/go-build/59/59c59c02bbaf2b6cde76f57fdcc12dfc82aae5c064bf8c0a40cd9abfb652d446-d # internal
2025-08-20T21:20:00.5911352Z [00:02:53.930]➜  go tool buildid -w $WORK/b474/_pkg_.a # internal
2025-08-20T21:20:00.5935819Z [00:02:53.933]➜  cp $WORK/b474/_pkg_.a /root/.cache/go-build/66/6689106e223c4c53609d070cf28a4d8429e0f0d1ec2560d01fe88a06c8602013-d # internal
2025-08-20T21:20:00.5937805Z [00:02:53.933]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/excludefrequent
2025-08-20T21:20:00.5940601Z [00:02:53.933]➜  mkdir -p $WORK/b475/
2025-08-20T21:20:00.5945201Z [00:02:53.933]➜  cat >/tmp/go-build3619502580/b475/importcfg << 'EOF' # internal
2025-08-20T21:20:00.5945970Z [00:02:53.933]➜  # import config
2025-08-20T21:20:00.5946694Z [00:02:53.934]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.5947345Z [00:02:53.934]➜  EOF
2025-08-20T21:20:00.5952666Z [00:02:53.934]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b475/_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/b475=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/excludefrequent -lang=go1.21 -complete -installsuffix shared -buildid -7fLDMnQX0pSzBboQ_Uc/-7fLDMnQX0pSzBboQ_Uc -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/excludefrequent/excludefrequent.go
2025-08-20T21:20:00.6088801Z [00:02:53.947]➜  go tool buildid -w $WORK/b475/_pkg_.a # internal
2025-08-20T21:20:00.6094509Z [00:02:53.948]➜  cp $WORK/b475/_pkg_.a /root/.cache/go-build/b5/b5958b2966172154845d81b481b442e6f10c7d12585fd53aead9815512e2603b-d # internal
2025-08-20T21:20:00.6095970Z [00:02:53.948]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionphase
2025-08-20T21:20:00.6103111Z [00:02:53.949]➜  mkdir -p $WORK/b476/
2025-08-20T21:20:00.6112133Z [00:02:53.950]➜  cp $WORK/b362/_pkg_.a /root/.cache/go-build/87/874df4b9e54015af7a82e797fda247ba42b7f5818b40f07fe0ea1176bce5757a-d # internal
2025-08-20T21:20:00.6113521Z [00:02:53.950]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror
2025-08-20T21:20:00.6114315Z [00:02:53.950]➜  mkdir -p $WORK/b361/
2025-08-20T21:20:00.6116605Z [00:02:53.950]➜  cat >/tmp/go-build3619502580/b361/importcfg << 'EOF' # internal
2025-08-20T21:20:00.6117498Z [00:02:53.950]➜  # import config
2025-08-20T21:20:00.6118324Z [00:02:53.950]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:00.6121803Z [00:02:53.950]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3619502580/b329/_pkg_.a
2025-08-20T21:20:00.6123304Z [00:02:53.950]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3619502580/b362/_pkg_.a
2025-08-20T21:20:00.6124377Z [00:02:53.950]➜  EOF
2025-08-20T21:20:00.6128727Z [00:02:53.950]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b361/_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/b361=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror -lang=go1.23 -complete -installsuffix shared -buildid 2KGaMxkvQ8fFV7N2SEjx/2KGaMxkvQ8fFV7N2SEjx -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/bloberror/error_codes.go
2025-08-20T21:20:00.6133261Z [00:02:53.951]➜  cat >/tmp/go-build3619502580/b476/importcfg << 'EOF' # internal
2025-08-20T21:20:00.6133974Z [00:02:53.951]➜  # import config
2025-08-20T21:20:00.6134655Z [00:02:53.951]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.6135328Z [00:02:53.951]➜  EOF
2025-08-20T21:20:00.6140246Z [00:02:53.951]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b476/_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/b476=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionphase -lang=go1.21 -complete -installsuffix shared -buildid rbJnM8Otu1uD36P0akbQ/rbJnM8Otu1uD36P0akbQ -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/executionphase/executionphase.go
2025-08-20T21:20:00.6248524Z [00:02:53.964]➜  github.com/elastic/go-elasticsearch/v8/esapi
2025-08-20T21:20:00.6283436Z [00:02:53.964]➜  mkdir -p $WORK/b416/
2025-08-20T21:20:00.6284205Z [00:02:53.965]➜  cat >/tmp/go-build3619502580/b416/importcfg << 'EOF' # internal
2025-08-20T21:20:00.6284933Z [00:02:53.965]➜  # import config
2025-08-20T21:20:00.6285623Z [00:02:53.965]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:00.6286467Z [00:02:53.965]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:00.6294431Z [00:02:53.965]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:00.6295282Z [00:02:53.965]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:00.6296515Z [00:02:53.965]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:00.6298089Z [00:02:53.965]➜  packagefile github.com/elastic/go-elasticsearch/v8/internal/version=/tmp/go-build3619502580/b417/_pkg_.a
2025-08-20T21:20:00.6299257Z [00:02:53.965]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:00.6300077Z [00:02:53.965]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:20:00.6300955Z [00:02:53.965]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:00.6302293Z [00:02:53.965]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:00.6303119Z [00:02:53.965]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.6303919Z [00:02:53.965]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:00.6304536Z [00:02:53.965]➜  EOF
2025-08-20T21:20:00.6728005Z [00:02:53.968]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b416/_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/b416=>" -p github.com/elastic/go-elasticsearch/v8/esapi -lang=go1.21 -complete -installsuffix shared -buildid BRCyPxs-Pl6JOBpsqAX_/BRCyPxs-Pl6JOBpsqAX_ -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/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:20:00.7089135Z [00:02:53.971]➜  go tool buildid -w $WORK/b476/_pkg_.a # internal
2025-08-20T21:20:00.7090530Z [00:02:53.971]➜  cp $WORK/b476/_pkg_.a /root/.cache/go-build/3e/3efa10b2e6b0cd2803d7a767eaccbd164a805252ad48df6b98979ad034ab4207-d # internal
2025-08-20T21:20:00.7092125Z [00:02:53.971]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared
2025-08-20T21:20:00.7093329Z [00:02:53.971]➜  mkdir -p $WORK/b366/
2025-08-20T21:20:00.7094089Z [00:02:53.971]➜  cat >/tmp/go-build3619502580/b366/importcfg << 'EOF' # internal
2025-08-20T21:20:00.7094783Z [00:02:53.971]➜  # import config
2025-08-20T21:20:00.7095479Z [00:02:53.971]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:00.7096362Z [00:02:53.971]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:00.7097176Z [00:02:53.971]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:00.7098264Z [00:02:53.971]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3619502580/b329/_pkg_.a
2025-08-20T21:20:00.7099738Z [00:02:53.971]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3619502580/b336/_pkg_.a
2025-08-20T21:20:00.7101502Z [00:02:53.971]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3619502580/b339/_pkg_.a
2025-08-20T21:20:00.7103065Z [00:02:53.971]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build3619502580/b363/_pkg_.a
2025-08-20T21:20:00.7104526Z [00:02:53.971]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/uuid=/tmp/go-build3619502580/b352/_pkg_.a
2025-08-20T21:20:00.7106227Z [00:02:53.971]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3619502580/b362/_pkg_.a
2025-08-20T21:20:00.7107584Z [00:02:53.971]➜  packagefile hash/crc64=/tmp/go-build3619502580/b367/_pkg_.a
2025-08-20T21:20:00.7108432Z [00:02:53.971]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:00.7109203Z [00:02:53.971]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:00.7110292Z [00:02:53.971]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:00.7111394Z [00:02:53.971]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:00.7112253Z [00:02:53.971]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:00.7113056Z [00:02:53.971]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:00.7113929Z [00:02:53.971]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.7114827Z [00:02:53.971]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:20:00.7115456Z [00:02:53.971]➜  EOF
2025-08-20T21:20:00.7125233Z [00:02:53.971]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b366/_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/b366=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared -lang=go1.23 -complete -installsuffix shared -buildid vS32FFEq6uRH6bJZcCdm/vS32FFEq6uRH6bJZcCdm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b366/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:20:00.7134260Z [00:02:53.984]➜  go tool buildid -w $WORK/b361/_pkg_.a # internal
2025-08-20T21:20:00.7135623Z [00:02:53.984]➜  cp $WORK/b361/_pkg_.a /root/.cache/go-build/a7/a7f891cf9719d6676d4fdd9c3001e4427d3e86cc812151e6854ef8db35edb191-d # internal
2025-08-20T21:20:00.7137497Z [00:02:53.984]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionstatus
2025-08-20T21:20:00.7138378Z [00:02:53.985]➜  mkdir -p $WORK/b477/
2025-08-20T21:20:00.7139112Z [00:02:53.985]➜  cat >/tmp/go-build3619502580/b477/importcfg << 'EOF' # internal
2025-08-20T21:20:00.7139822Z [00:02:53.985]➜  # import config
2025-08-20T21:20:00.7140515Z [00:02:53.985]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.7141380Z [00:02:53.985]➜  EOF
2025-08-20T21:20:00.7146547Z [00:02:53.985]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b477/_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/b477=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionstatus -lang=go1.21 -complete -installsuffix shared -buildid QV0ZY7PsJImL9w8QlrbJ/QV0ZY7PsJImL9w8QlrbJ -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/executionstatus/executionstatus.go
2025-08-20T21:20:00.7151437Z [00:02:54.020]➜  go tool buildid -w $WORK/b477/_pkg_.a # internal
2025-08-20T21:20:00.7152831Z [00:02:54.020]➜  cp $WORK/b477/_pkg_.a /root/.cache/go-build/4f/4f27383792dc2c592c716ee88b0a74e65e36a7faddf6458a237bd808e3d56574-d # internal
2025-08-20T21:20:00.7154283Z [00:02:54.020]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard
2025-08-20T21:20:00.7156316Z [00:02:54.020]➜  mkdir -p $WORK/b478/
2025-08-20T21:20:00.7157172Z [00:02:54.021]➜  cat >/tmp/go-build3619502580/b478/importcfg << 'EOF' # internal
2025-08-20T21:20:00.7157889Z [00:02:54.021]➜  # import config
2025-08-20T21:20:00.7158840Z [00:02:54.021]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.7170775Z [00:02:54.024]➜  EOF
2025-08-20T21:20:00.7176219Z [00:02:54.024]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b478/_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/b478=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard -lang=go1.21 -complete -installsuffix shared -buildid s8p28TBru5_7ZqlYo8bH/s8p28TBru5_7ZqlYo8bH -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/expandwildcard/expandwildcard.go
2025-08-20T21:20:00.7464613Z [00:02:54.084]➜  go tool buildid -w $WORK/b478/_pkg_.a # internal
2025-08-20T21:20:00.7471439Z [00:02:54.086]➜  cp $WORK/b478/_pkg_.a /root/.cache/go-build/95/95f96cff2fbd8e71ff1113799eae54f6385682ee25d728143a1b44c75e676304-d # internal
2025-08-20T21:20:00.7472863Z [00:02:54.086]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/failurestorestatus
2025-08-20T21:20:00.7473672Z [00:02:54.086]➜  mkdir -p $WORK/b479/
2025-08-20T21:20:00.7474352Z [00:02:54.086]➜  cat >/tmp/go-build3619502580/b479/importcfg << 'EOF' # internal
2025-08-20T21:20:00.7474983Z [00:02:54.086]➜  # import config
2025-08-20T21:20:00.7475606Z [00:02:54.086]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.7476194Z [00:02:54.086]➜  EOF
2025-08-20T21:20:00.7481660Z [00:02:54.086]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b479/_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/b479=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/failurestorestatus -lang=go1.21 -complete -installsuffix shared -buildid 285REXyvsT_xvSnk58Jj/285REXyvsT_xvSnk58Jj -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/failurestorestatus/failurestorestatus.go
2025-08-20T21:20:00.7666461Z [00:02:54.106]➜  go tool buildid -w $WORK/b366/_pkg_.a # internal
2025-08-20T21:20:00.7697326Z [00:02:54.108]➜  cp $WORK/b366/_pkg_.a /root/.cache/go-build/7f/7f80f6668ea039e848a65d84a1ed2ed1fa3cafdec923b95352c130ceb2251471-d # internal
2025-08-20T21:20:00.7703933Z [00:02:54.109]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported
2025-08-20T21:20:00.7704722Z [00:02:54.109]➜  mkdir -p $WORK/b365/
2025-08-20T21:20:00.7705386Z [00:02:54.109]➜  cat >/tmp/go-build3619502580/b365/importcfg << 'EOF' # internal
2025-08-20T21:20:00.7705993Z [00:02:54.109]➜  # import config
2025-08-20T21:20:00.7706594Z [00:02:54.109]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:20:00.7707384Z [00:02:54.109]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:00.7708180Z [00:02:54.109]➜  packagefile crypto/hmac=/tmp/go-build3619502580/b135/_pkg_.a
2025-08-20T21:20:00.7709046Z [00:02:54.109]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:20:00.7709913Z [00:02:54.109]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:20:00.7710815Z [00:02:54.109]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:20:00.7711832Z [00:02:54.109]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:00.7712598Z [00:02:54.109]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:00.7713618Z [00:02:54.109]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/log=/tmp/go-build3619502580/b332/_pkg_.a
2025-08-20T21:20:00.7714910Z [00:02:54.109]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3619502580/b336/_pkg_.a
2025-08-20T21:20:00.7716461Z [00:02:54.109]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3619502580/b339/_pkg_.a
2025-08-20T21:20:00.7717910Z [00:02:54.109]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build3619502580/b348/_pkg_.a
2025-08-20T21:20:00.7719267Z [00:02:54.109]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build3619502580/b363/_pkg_.a
2025-08-20T21:20:00.7720511Z [00:02:54.109]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build3619502580/b333/_pkg_.a
2025-08-20T21:20:00.7722002Z [00:02:54.109]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/uuid=/tmp/go-build3619502580/b352/_pkg_.a
2025-08-20T21:20:00.7723487Z [00:02:54.109]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3619502580/b362/_pkg_.a
2025-08-20T21:20:00.7725825Z [00:02:54.109]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3619502580/b366/_pkg_.a
2025-08-20T21:20:00.7727016Z [00:02:54.109]➜  packagefile hash/crc64=/tmp/go-build3619502580/b367/_pkg_.a
2025-08-20T21:20:00.7727751Z [00:02:54.109]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:00.7728465Z [00:02:54.109]➜  packagefile mime=/tmp/go-build3619502580/b179/_pkg_.a
2025-08-20T21:20:00.7729246Z [00:02:54.109]➜  packagefile mime/multipart=/tmp/go-build3619502580/b180/_pkg_.a
2025-08-20T21:20:00.7730155Z [00:02:54.109]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:00.7731070Z [00:02:54.109]➜  packagefile net/textproto=/tmp/go-build3619502580/b176/_pkg_.a
2025-08-20T21:20:00.7732223Z [00:02:54.109]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:00.7733094Z [00:02:54.109]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:00.7733933Z [00:02:54.109]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:00.7734745Z [00:02:54.109]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.7735510Z [00:02:54.109]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:00.7736253Z [00:02:54.109]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:00.7737076Z [00:02:54.109]➜  EOF
2025-08-20T21:20:00.7748669Z [00:02:54.109]➜  /root/.go/pkg/tool/linux_amd64/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/exported=>github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/exported;$WORK/b365=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported -lang=go1.23 -complete -installsuffix shared -buildid 6S1KEf-5N0Ct_qh6dSdQ/6S1KEf-5N0Ct_qh6dSdQ -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/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:20:00.7760326Z [00:02:54.112]➜  go tool buildid -w $WORK/b479/_pkg_.a # internal
2025-08-20T21:20:00.7761678Z [00:02:54.113]➜  cp $WORK/b479/_pkg_.a /root/.cache/go-build/9e/9e627fe9ae00b94e4b13040b5498fa296a0e071d2b6bfc2394f52562037e7588-d # internal
2025-08-20T21:20:00.7762890Z [00:02:54.113]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/feature
2025-08-20T21:20:00.7763582Z [00:02:54.113]➜  mkdir -p $WORK/b480/
2025-08-20T21:20:00.7764225Z [00:02:54.113]➜  cat >/tmp/go-build3619502580/b480/importcfg << 'EOF' # internal
2025-08-20T21:20:00.7764814Z [00:02:54.113]➜  # import config
2025-08-20T21:20:00.7765399Z [00:02:54.113]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.7765953Z [00:02:54.113]➜  EOF
2025-08-20T21:20:00.7770260Z [00:02:54.113]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b480/_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/b480=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/feature -lang=go1.21 -complete -installsuffix shared -buildid KDPPEKZyfdNbuFfiJjUJ/KDPPEKZyfdNbuFfiJjUJ -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/feature/feature.go
2025-08-20T21:20:00.7966582Z [00:02:54.136]➜  go tool buildid -w $WORK/b480/_pkg_.a # internal
2025-08-20T21:20:00.7983899Z [00:02:54.137]➜  cp $WORK/b480/_pkg_.a /root/.cache/go-build/19/19fb14cb1867dbc7c4af0864a847909299a5cc804b9af6022852e554c56ea74d-d # internal
2025-08-20T21:20:00.7985575Z [00:02:54.138]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldsortnumerictype
2025-08-20T21:20:00.7986517Z [00:02:54.138]➜  mkdir -p $WORK/b481/
2025-08-20T21:20:00.7993518Z [00:02:54.139]➜  cat >/tmp/go-build3619502580/b481/importcfg << 'EOF' # internal
2025-08-20T21:20:00.7997287Z [00:02:54.139]➜  # import config
2025-08-20T21:20:00.8000958Z [00:02:54.139]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.8003189Z [00:02:54.139]➜  EOF
2025-08-20T21:20:00.8010376Z [00:02:54.139]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b481/_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/b481=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldsortnumerictype -lang=go1.21 -complete -installsuffix shared -buildid JLDC-HfOZEb73gJ7Qzxh/JLDC-HfOZEb73gJ7Qzxh -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/fieldsortnumerictype/fieldsortnumerictype.go
2025-08-20T21:20:00.8231102Z [00:02:54.162]➜  go tool buildid -w $WORK/b481/_pkg_.a # internal
2025-08-20T21:20:00.8249206Z [00:02:54.164]➜  cp $WORK/b481/_pkg_.a /root/.cache/go-build/68/6854ba89fc4a61021f2d2ec71421a336b885e0543abb6448d0bd3706455f9990-d # internal
2025-08-20T21:20:00.8254102Z [00:02:54.164]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldtype
2025-08-20T21:20:00.8256681Z [00:02:54.164]➜  mkdir -p $WORK/b482/
2025-08-20T21:20:00.8263410Z [00:02:54.165]➜  cat >/tmp/go-build3619502580/b482/importcfg << 'EOF' # internal
2025-08-20T21:20:00.8269514Z [00:02:54.165]➜  # import config
2025-08-20T21:20:00.8270186Z [00:02:54.165]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.8270802Z [00:02:54.166]➜  EOF
2025-08-20T21:20:00.8277623Z [00:02:54.166]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b482/_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/b482=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldtype -lang=go1.21 -complete -installsuffix shared -buildid hWcup0lfFWqjPLqhoreI/hWcup0lfFWqjPLqhoreI -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/fieldtype/fieldtype.go
2025-08-20T21:20:00.8649848Z [00:02:54.204]➜  go tool buildid -w $WORK/b482/_pkg_.a # internal
2025-08-20T21:20:00.8671791Z [00:02:54.206]➜  cp $WORK/b482/_pkg_.a /root/.cache/go-build/77/77cf7bede827876dd521891f84eb8612fcf10c5408c94e193d93b96a1acaa1fb-d # internal
2025-08-20T21:20:00.8676408Z [00:02:54.207]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldvaluefactormodifier
2025-08-20T21:20:00.8679283Z [00:02:54.207]➜  mkdir -p $WORK/b483/
2025-08-20T21:20:00.8695940Z [00:02:54.209]➜  cat >/tmp/go-build3619502580/b483/importcfg << 'EOF' # internal
2025-08-20T21:20:00.8699088Z [00:02:54.209]➜  # import config
2025-08-20T21:20:00.8699779Z [00:02:54.209]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.8700431Z [00:02:54.209]➜  EOF
2025-08-20T21:20:00.8707003Z [00:02:54.209]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b483/_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/b483=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldvaluefactormodifier -lang=go1.21 -complete -installsuffix shared -buildid kwEnWtVpYQmyjTCa6q1T/kwEnWtVpYQmyjTCa6q1T -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/fieldvaluefactormodifier/fieldvaluefactormodifier.go
2025-08-20T21:20:00.9067290Z [00:02:54.246]➜  go tool buildid -w $WORK/b483/_pkg_.a # internal
2025-08-20T21:20:00.9081980Z [00:02:54.247]➜  cp $WORK/b483/_pkg_.a /root/.cache/go-build/33/335934718f3c700916c5462a2698c4750f020cdca9a429b6168485a8e54e833c-d # internal
2025-08-20T21:20:00.9085630Z [00:02:54.248]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringpolicy
2025-08-20T21:20:00.9086423Z [00:02:54.248]➜  mkdir -p $WORK/b484/
2025-08-20T21:20:00.9087123Z [00:02:54.248]➜  cat >/tmp/go-build3619502580/b484/importcfg << 'EOF' # internal
2025-08-20T21:20:00.9087759Z [00:02:54.248]➜  # import config
2025-08-20T21:20:00.9088382Z [00:02:54.248]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.9088958Z [00:02:54.248]➜  EOF
2025-08-20T21:20:00.9094127Z [00:02:54.248]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b484/_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/b484=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringpolicy -lang=go1.21 -complete -installsuffix shared -buildid DdiFo_A4VBPe3ETUN6vW/DdiFo_A4VBPe3ETUN6vW -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/filteringpolicy/filteringpolicy.go
2025-08-20T21:20:00.9319077Z [00:02:54.271]➜  go tool buildid -w $WORK/b484/_pkg_.a # internal
2025-08-20T21:20:00.9323052Z [00:02:54.271]➜  go tool buildid -w $WORK/b365/_pkg_.a # internal
2025-08-20T21:20:00.9330506Z [00:02:54.272]➜  cp $WORK/b484/_pkg_.a /root/.cache/go-build/08/084acfaf462f082ad44b78bac485eb8fd96b62f5d7841fa6ac92a4376da9990d-d # internal
2025-08-20T21:20:00.9335298Z [00:02:54.273]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringrulerule
2025-08-20T21:20:00.9336245Z [00:02:54.273]➜  mkdir -p $WORK/b485/
2025-08-20T21:20:00.9341682Z [00:02:54.273]➜  cat >/tmp/go-build3619502580/b485/importcfg << 'EOF' # internal
2025-08-20T21:20:00.9344951Z [00:02:54.274]➜  # import config
2025-08-20T21:20:00.9345658Z [00:02:54.274]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.9346254Z [00:02:54.274]➜  EOF
2025-08-20T21:20:00.9351348Z [00:02:54.274]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b485/_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/b485=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringrulerule -lang=go1.21 -complete -installsuffix shared -buildid 3qLm0ZG8MbIennG-75gp/3qLm0ZG8MbIennG-75gp -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/filteringrulerule/filteringrulerule.go
2025-08-20T21:20:00.9382698Z [00:02:54.275]➜  cp $WORK/b365/_pkg_.a /root/.cache/go-build/5a/5a5a5b93a58ee12af1e0ad1dbf56cd1136bc20492f7e4ab17a67c34a7382dfbe-d # internal
2025-08-20T21:20:00.9384033Z [00:02:54.275]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base
2025-08-20T21:20:00.9384740Z [00:02:54.275]➜  mkdir -p $WORK/b364/
2025-08-20T21:20:00.9395979Z [00:02:54.279]➜  cat >/tmp/go-build3619502580/b364/importcfg << 'EOF' # internal
2025-08-20T21:20:00.9398831Z [00:02:54.279]➜  # import config
2025-08-20T21:20:00.9399743Z [00:02:54.279]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3619502580/b329/_pkg_.a
2025-08-20T21:20:00.9401396Z [00:02:54.279]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build3619502580/b365/_pkg_.a
2025-08-20T21:20:00.9403071Z [00:02:54.279]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3619502580/b362/_pkg_.a
2025-08-20T21:20:00.9404794Z [00:02:54.279]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3619502580/b366/_pkg_.a
2025-08-20T21:20:00.9406031Z [00:02:54.279]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.9406858Z [00:02:54.279]➜  EOF
2025-08-20T21:20:00.9411477Z [00:02:54.279]➜  /root/.go/pkg/tool/linux_amd64/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/base=>github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/base;$WORK/b364=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base -lang=go1.23 -complete -installsuffix shared -buildid 7dIylylgIP6nNAwDF7U2/7dIylylgIP6nNAwDF7U2 -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/base/clients.go
2025-08-20T21:20:00.9547861Z [00:02:54.294]➜  go tool buildid -w $WORK/b485/_pkg_.a # internal
2025-08-20T21:20:00.9555448Z [00:02:54.295]➜  cp $WORK/b485/_pkg_.a /root/.cache/go-build/d5/d5578338bb8adf5f2e2f9a2f41949d065319ba996ccfcb15b39e185d7f6fdb01-d # internal
2025-08-20T21:20:00.9560121Z [00:02:54.295]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas
2025-08-20T21:20:00.9560845Z [00:02:54.295]➜  mkdir -p $WORK/b368/
2025-08-20T21:20:00.9592245Z [00:02:54.296]➜  cat >/tmp/go-build3619502580/b368/importcfg << 'EOF' # internal
2025-08-20T21:20:00.9593234Z [00:02:54.296]➜  # import config
2025-08-20T21:20:00.9594121Z [00:02:54.296]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:00.9595064Z [00:02:54.296]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:00.9614861Z [00:02:54.296]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:00.9616306Z [00:02:54.296]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build3619502580/b365/_pkg_.a
2025-08-20T21:20:00.9618201Z [00:02:54.296]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3619502580/b362/_pkg_.a
2025-08-20T21:20:00.9620092Z [00:02:54.296]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3619502580/b366/_pkg_.a
2025-08-20T21:20:00.9621610Z [00:02:54.296]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:00.9622464Z [00:02:54.296]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:00.9623356Z [00:02:54.296]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:00.9624211Z [00:02:54.296]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:00.9624860Z [00:02:54.296]➜  EOF
2025-08-20T21:20:00.9631421Z [00:02:54.296]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b368/_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/b368=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas -lang=go1.23 -complete -installsuffix shared -buildid -P-JK2kIhfKzSS07pX_f/-P-JK2kIhfKzSS07pX_f -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/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:20:01.0891980Z [00:02:54.428]➜  go tool buildid -w $WORK/b368/_pkg_.a # internal
2025-08-20T21:20:01.0919775Z [00:02:54.431]➜  cp $WORK/b368/_pkg_.a /root/.cache/go-build/a3/a3179b6b64548390f49159aac79d31980b89c076f42cd51664dd608c0690335f-d # internal
2025-08-20T21:20:01.0922679Z [00:02:54.432]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringvalidationstate
2025-08-20T21:20:01.0923596Z [00:02:54.432]➜  mkdir -p $WORK/b486/
2025-08-20T21:20:01.0929326Z [00:02:54.432]➜  cat >/tmp/go-build3619502580/b486/importcfg << 'EOF' # internal
2025-08-20T21:20:01.0930626Z [00:02:54.432]➜  # import config
2025-08-20T21:20:01.0933975Z [00:02:54.432]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:01.0936767Z [00:02:54.432]➜  EOF
2025-08-20T21:20:01.0942210Z [00:02:54.433]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b486/_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/b486=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringvalidationstate -lang=go1.21 -complete -installsuffix shared -buildid jCEW-V-GHOGksukdEVsQ/jCEW-V-GHOGksukdEVsQ -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/filteringvalidationstate/filteringvalidationstate.go
2025-08-20T21:20:01.0946876Z [00:02:54.433]➜  go tool buildid -w $WORK/b364/_pkg_.a # internal
2025-08-20T21:20:01.0961820Z [00:02:54.435]➜  cp $WORK/b364/_pkg_.a /root/.cache/go-build/38/38d09e601bebc9048471cd26b4303db14659ce5b08a4a5d2bbef5b66adbfc54e-d # internal
2025-08-20T21:20:01.0983867Z [00:02:54.437]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob
2025-08-20T21:20:01.0984714Z [00:02:54.437]➜  mkdir -p $WORK/b360/
2025-08-20T21:20:01.0997309Z [00:02:54.438]➜  cat >/tmp/go-build3619502580/b360/importcfg << 'EOF' # internal
2025-08-20T21:20:01.0997975Z [00:02:54.438]➜  # import config
2025-08-20T21:20:01.0998576Z [00:02:54.438]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:01.0999598Z [00:02:54.438]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3619502580/b329/_pkg_.a
2025-08-20T21:20:01.1000850Z [00:02:54.438]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3619502580/b336/_pkg_.a
2025-08-20T21:20:01.1002358Z [00:02:54.438]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3619502580/b339/_pkg_.a
2025-08-20T21:20:01.1003739Z [00:02:54.438]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build3619502580/b348/_pkg_.a
2025-08-20T21:20:01.1005145Z [00:02:54.438]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror=/tmp/go-build3619502580/b361/_pkg_.a
2025-08-20T21:20:01.1006653Z [00:02:54.438]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build3619502580/b364/_pkg_.a
2025-08-20T21:20:01.1008224Z [00:02:54.438]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build3619502580/b365/_pkg_.a
2025-08-20T21:20:01.1009707Z [00:02:54.438]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3619502580/b362/_pkg_.a
2025-08-20T21:20:01.1011185Z [00:02:54.438]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3619502580/b366/_pkg_.a
2025-08-20T21:20:01.1025335Z [00:02:54.438]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build3619502580/b368/_pkg_.a
2025-08-20T21:20:01.1026444Z [00:02:54.438]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:01.1027220Z [00:02:54.438]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:01.1028315Z [00:02:54.438]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:01.1029090Z [00:02:54.438]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:01.1029858Z [00:02:54.438]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:01.1030666Z [00:02:54.438]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:01.1031659Z [00:02:54.438]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:01.1032241Z [00:02:54.438]➜  EOF
2025-08-20T21:20:01.1039572Z [00:02:54.438]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b360/_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/b360=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob -lang=go1.23 -complete -installsuffix shared -buildid FHR7iD7gg4rDinGk5O6F/FHR7iD7gg4rDinGk5O6F -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/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:20:01.1225370Z [00:02:54.462]➜  go tool buildid -w $WORK/b486/_pkg_.a # internal
2025-08-20T21:20:01.1234385Z [00:02:54.462]➜  cp $WORK/b486/_pkg_.a /root/.cache/go-build/fb/fbf065c25e82b804be7aecc3f455d99792e7ee4d4925827e28726f0ccae38ff6-d # internal
2025-08-20T21:20:01.1242781Z [00:02:54.463]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filtertype
2025-08-20T21:20:01.1243583Z [00:02:54.463]➜  mkdir -p $WORK/b487/
2025-08-20T21:20:01.1250858Z [00:02:54.464]➜  cat >/tmp/go-build3619502580/b487/importcfg << 'EOF' # internal
2025-08-20T21:20:01.1261405Z [00:02:54.464]➜  # import config
2025-08-20T21:20:01.1262054Z [00:02:54.464]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:01.1262632Z [00:02:54.464]➜  EOF
2025-08-20T21:20:01.1267354Z [00:02:54.465]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b487/_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/b487=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filtertype -lang=go1.21 -complete -installsuffix shared -buildid g9dFxmsA3Y2nqNU4jkTR/g9dFxmsA3Y2nqNU4jkTR -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/filtertype/filtertype.go
2025-08-20T21:20:01.1534843Z [00:02:54.493]➜  go tool buildid -w $WORK/b487/_pkg_.a # internal
2025-08-20T21:20:01.1549958Z [00:02:54.494]➜  cp $WORK/b487/_pkg_.a /root/.cache/go-build/9d/9d2deaa85976736083397e6c03fd875cc90775070b136f27958963ff8753d4cf-d # internal
2025-08-20T21:20:01.1555471Z [00:02:54.495]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fingerprintdigest
2025-08-20T21:20:01.1557478Z [00:02:54.495]➜  mkdir -p $WORK/b488/
2025-08-20T21:20:01.1565227Z [00:02:54.496]➜  cat >/tmp/go-build3619502580/b488/importcfg << 'EOF' # internal
2025-08-20T21:20:01.1565890Z [00:02:54.496]➜  # import config
2025-08-20T21:20:01.1570353Z [00:02:54.496]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:01.1570987Z [00:02:54.496]➜  EOF
2025-08-20T21:20:01.1576212Z [00:02:54.496]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b488/_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/b488=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fingerprintdigest -lang=go1.21 -complete -installsuffix shared -buildid yg-cGRuUHxAo-rmMHye2/yg-cGRuUHxAo-rmMHye2 -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/fingerprintdigest/fingerprintdigest.go
2025-08-20T21:20:01.1898863Z [00:02:54.529]➜  go tool buildid -w $WORK/b488/_pkg_.a # internal
2025-08-20T21:20:01.1915450Z [00:02:54.529]➜  cp $WORK/b488/_pkg_.a /root/.cache/go-build/2b/2bf4bf2fbe4e34b1ad6a1aae7589b514b4aea35f0334f11b92fcad26b6eb8739-d # internal
2025-08-20T21:20:01.1917055Z [00:02:54.529]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/followerindexstatus
2025-08-20T21:20:01.1917956Z [00:02:54.529]➜  mkdir -p $WORK/b489/
2025-08-20T21:20:01.1918747Z [00:02:54.529]➜  cat >/tmp/go-build3619502580/b489/importcfg << 'EOF' # internal
2025-08-20T21:20:01.1919410Z [00:02:54.529]➜  # import config
2025-08-20T21:20:01.1920067Z [00:02:54.529]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:01.1920679Z [00:02:54.529]➜  EOF
2025-08-20T21:20:01.1936963Z [00:02:54.529]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b489/_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/b489=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/followerindexstatus -lang=go1.21 -complete -installsuffix shared -buildid q-rue5nknnRaPvmD1mK-/q-rue5nknnRaPvmD1mK- -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/followerindexstatus/followerindexstatus.go
2025-08-20T21:20:01.2297569Z [00:02:54.569]➜  go tool buildid -w $WORK/b489/_pkg_.a # internal
2025-08-20T21:20:01.2309054Z [00:02:54.569]➜  cp $WORK/b489/_pkg_.a /root/.cache/go-build/d3/d34dcac14f034df50e578eef7d3803cd075bc66cc82a508fd7c74c641ed6a382-d # internal
2025-08-20T21:20:01.2310557Z [00:02:54.569]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionboostmode
2025-08-20T21:20:01.2311618Z [00:02:54.569]➜  mkdir -p $WORK/b490/
2025-08-20T21:20:01.2312357Z [00:02:54.570]➜  cat >/tmp/go-build3619502580/b490/importcfg << 'EOF' # internal
2025-08-20T21:20:01.2313023Z [00:02:54.570]➜  # import config
2025-08-20T21:20:01.2313708Z [00:02:54.570]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:01.2314339Z [00:02:54.570]➜  EOF
2025-08-20T21:20:01.2341646Z [00:02:54.573]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b490/_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/b490=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionboostmode -lang=go1.21 -complete -installsuffix shared -buildid suqpa3NTe76imit5DzzF/suqpa3NTe76imit5DzzF -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/functionboostmode/functionboostmode.go
2025-08-20T21:20:01.2680831Z [00:02:54.607]➜  go tool buildid -w $WORK/b490/_pkg_.a # internal
2025-08-20T21:20:01.2693541Z [00:02:54.608]➜  cp $WORK/b490/_pkg_.a /root/.cache/go-build/e8/e83778e5826198244b2e5d8c57ea479db4b1c2384ef80cf0d124e0431f94c9ae-d # internal
2025-08-20T21:20:01.2695017Z [00:02:54.608]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionscoremode
2025-08-20T21:20:01.2695816Z [00:02:54.608]➜  mkdir -p $WORK/b491/
2025-08-20T21:20:01.2696494Z [00:02:54.608]➜  cat >/tmp/go-build3619502580/b491/importcfg << 'EOF' # internal
2025-08-20T21:20:01.2697553Z [00:02:54.608]➜  # import config
2025-08-20T21:20:01.2698216Z [00:02:54.608]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:01.2698836Z [00:02:54.608]➜  EOF
2025-08-20T21:20:01.2704048Z [00:02:54.608]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b491/_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/b491=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionscoremode -lang=go1.21 -complete -installsuffix shared -buildid hdq8cus45AiDD31ULYv3/hdq8cus45AiDD31ULYv3 -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/functionscoremode/functionscoremode.go
2025-08-20T21:20:01.2939724Z [00:02:54.633]➜  go tool buildid -w $WORK/b491/_pkg_.a # internal
2025-08-20T21:20:01.2947820Z [00:02:54.634]➜  cp $WORK/b491/_pkg_.a /root/.cache/go-build/c1/c1a56e57f92a4c764bca8cea8effa2b3641e7a105564682a0df5fbad1da5c925-d # internal
2025-08-20T21:20:01.2995248Z [00:02:54.634]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gappolicy
2025-08-20T21:20:01.2996079Z [00:02:54.634]➜  mkdir -p $WORK/b492/
2025-08-20T21:20:01.2996826Z [00:02:54.634]➜  cat >/tmp/go-build3619502580/b492/importcfg << 'EOF' # internal
2025-08-20T21:20:01.2997534Z [00:02:54.634]➜  # import config
2025-08-20T21:20:01.2998203Z [00:02:54.634]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:01.2998826Z [00:02:54.634]➜  EOF
2025-08-20T21:20:01.3004245Z [00:02:54.634]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b492/_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/b492=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gappolicy -lang=go1.21 -complete -installsuffix shared -buildid UhSMtVCUuYSxn7FtY4Ze/UhSMtVCUuYSxn7FtY4Ze -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/gappolicy/gappolicy.go
2025-08-20T21:20:01.3207168Z [00:02:54.660]➜  go tool buildid -w $WORK/b492/_pkg_.a # internal
2025-08-20T21:20:01.3212698Z [00:02:54.660]➜  cp $WORK/b492/_pkg_.a /root/.cache/go-build/5e/5e4047999ba043c5172ee81dbda97b4338db110167abf4df238aecb4bfb9c87a-d # internal
2025-08-20T21:20:01.3220687Z [00:02:54.661]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geodistancetype
2025-08-20T21:20:01.3230583Z [00:02:54.661]➜  mkdir -p $WORK/b493/
2025-08-20T21:20:01.3231538Z [00:02:54.661]➜  cat >/tmp/go-build3619502580/b493/importcfg << 'EOF' # internal
2025-08-20T21:20:01.3232225Z [00:02:54.661]➜  # import config
2025-08-20T21:20:01.3233014Z [00:02:54.661]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:01.3233663Z [00:02:54.661]➜  EOF
2025-08-20T21:20:01.3238434Z [00:02:54.661]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b493/_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/b493=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geodistancetype -lang=go1.21 -complete -installsuffix shared -buildid jOJF1RJ1gPWoAzMVy0Qr/jOJF1RJ1gPWoAzMVy0Qr -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/geodistancetype/geodistancetype.go
2025-08-20T21:20:01.3442445Z [00:02:54.683]➜  go tool buildid -w $WORK/b360/_pkg_.a # internal
2025-08-20T21:20:01.3450203Z [00:02:54.684]➜  go tool buildid -w $WORK/b493/_pkg_.a # internal
2025-08-20T21:20:01.3457499Z [00:02:54.685]➜  cp $WORK/b493/_pkg_.a /root/.cache/go-build/9e/9ecccc06dc41235f2d724ead699e3899053745c5365f58c7207ea77f3252a536-d # internal
2025-08-20T21:20:01.3476347Z [00:02:54.687]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoexecution
2025-08-20T21:20:01.3478802Z [00:02:54.687]➜  mkdir -p $WORK/b494/
2025-08-20T21:20:01.3484783Z [00:02:54.688]➜  cat >/tmp/go-build3619502580/b494/importcfg << 'EOF' # internal
2025-08-20T21:20:01.3485757Z [00:02:54.688]➜  # import config
2025-08-20T21:20:01.3487190Z [00:02:54.688]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:01.3488002Z [00:02:54.688]➜  EOF
2025-08-20T21:20:01.3496334Z [00:02:54.688]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b494/_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/b494=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoexecution -lang=go1.21 -complete -installsuffix shared -buildid ALfyZYJzc7w7_6OZBecE/ALfyZYJzc7w7_6OZBecE -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/geoexecution/geoexecution.go
2025-08-20T21:20:01.3530517Z [00:02:54.692]➜  cp $WORK/b360/_pkg_.a /root/.cache/go-build/75/756670a6d791208dcaee1242c81f5c087d70a59248d29ac5b666ec69bb86368f-d # internal
2025-08-20T21:20:01.3541858Z [00:02:54.693]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob
2025-08-20T21:20:01.3547096Z [00:02:54.694]➜  mkdir -p $WORK/b369/
2025-08-20T21:20:01.3559686Z [00:02:54.695]➜  cat >/tmp/go-build3619502580/b369/importcfg << 'EOF' # internal
2025-08-20T21:20:01.3561613Z [00:02:54.695]➜  # import config
2025-08-20T21:20:01.3563259Z [00:02:54.695]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:01.3564428Z [00:02:54.695]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:01.3566100Z [00:02:54.695]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:20:01.3567425Z [00:02:54.695]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:20:01.3569904Z [00:02:54.695]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:01.3570999Z [00:02:54.695]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3619502580/b329/_pkg_.a
2025-08-20T21:20:01.3572550Z [00:02:54.695]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3619502580/b336/_pkg_.a
2025-08-20T21:20:01.3574026Z [00:02:54.695]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3619502580/b339/_pkg_.a
2025-08-20T21:20:01.3575409Z [00:02:54.695]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build3619502580/b348/_pkg_.a
2025-08-20T21:20:01.3576722Z [00:02:54.695]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build3619502580/b363/_pkg_.a
2025-08-20T21:20:01.3578106Z [00:02:54.695]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build3619502580/b333/_pkg_.a
2025-08-20T21:20:01.3579469Z [00:02:54.695]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/uuid=/tmp/go-build3619502580/b352/_pkg_.a
2025-08-20T21:20:01.3580855Z [00:02:54.695]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build3619502580/b360/_pkg_.a
2025-08-20T21:20:01.3585592Z [00:02:54.695]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror=/tmp/go-build3619502580/b361/_pkg_.a
2025-08-20T21:20:01.3587159Z [00:02:54.695]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build3619502580/b364/_pkg_.a
2025-08-20T21:20:01.3588798Z [00:02:54.695]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build3619502580/b365/_pkg_.a
2025-08-20T21:20:01.3590473Z [00:02:54.695]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3619502580/b362/_pkg_.a
2025-08-20T21:20:01.3592646Z [00:02:54.695]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3619502580/b366/_pkg_.a
2025-08-20T21:20:01.3594126Z [00:02:54.695]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build3619502580/b368/_pkg_.a
2025-08-20T21:20:01.3595211Z [00:02:54.695]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:01.3595975Z [00:02:54.695]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:01.3596727Z [00:02:54.695]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:01.3597514Z [00:02:54.695]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:01.3598286Z [00:02:54.695]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:01.3599070Z [00:02:54.695]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:01.3599882Z [00:02:54.695]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:01.3600474Z [00:02:54.695]➜  EOF
2025-08-20T21:20:01.3615140Z [00:02:54.700]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b369/_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/b369=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob -lang=go1.23 -complete -installsuffix shared -buildid qch1A20kAxFfZcB0U3tZ/qch1A20kAxFfZcB0U3tZ -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/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:20:01.3696989Z [00:02:54.709]➜  go tool buildid -w $WORK/b494/_pkg_.a # internal
2025-08-20T21:20:01.3710460Z [00:02:54.710]➜  cp $WORK/b494/_pkg_.a /root/.cache/go-build/96/9641b2cfc2b208e97b1df274fb8d30c6329ea6ebdfb5d31f5ba79815634222b9-d # internal
2025-08-20T21:20:01.3716791Z [00:02:54.711]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/appendblob
2025-08-20T21:20:01.3719708Z [00:02:54.711]➜  mkdir -p $WORK/b371/
2025-08-20T21:20:01.3725723Z [00:02:54.712]➜  cat >/tmp/go-build3619502580/b371/importcfg << 'EOF' # internal
2025-08-20T21:20:01.3731504Z [00:02:54.712]➜  # import config
2025-08-20T21:20:01.3732269Z [00:02:54.712]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:01.3733117Z [00:02:54.712]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:01.3734237Z [00:02:54.712]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3619502580/b329/_pkg_.a
2025-08-20T21:20:01.3735623Z [00:02:54.712]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3619502580/b336/_pkg_.a
2025-08-20T21:20:01.3737081Z [00:02:54.712]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3619502580/b339/_pkg_.a
2025-08-20T21:20:01.3738568Z [00:02:54.712]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build3619502580/b360/_pkg_.a
2025-08-20T21:20:01.3740175Z [00:02:54.712]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build3619502580/b364/_pkg_.a
2025-08-20T21:20:01.3742125Z [00:02:54.712]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build3619502580/b365/_pkg_.a
2025-08-20T21:20:01.3743913Z [00:02:54.712]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3619502580/b362/_pkg_.a
2025-08-20T21:20:01.3745983Z [00:02:54.712]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3619502580/b366/_pkg_.a
2025-08-20T21:20:01.3747583Z [00:02:54.712]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build3619502580/b368/_pkg_.a
2025-08-20T21:20:01.3748713Z [00:02:54.712]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:01.3749480Z [00:02:54.712]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:01.3750249Z [00:02:54.712]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:01.3772260Z [00:02:54.712]➜  EOF
2025-08-20T21:20:01.3778293Z [00:02:54.712]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b371/_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/b371=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/appendblob -lang=go1.23 -complete -installsuffix shared -buildid ZCGP7u4qjyM2twlQmPff/ZCGP7u4qjyM2twlQmPff -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/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:20:01.5858227Z [00:02:54.925]➜  go tool buildid -w $WORK/b371/_pkg_.a # internal
2025-08-20T21:20:01.5923988Z [00:02:54.931]➜  cp $WORK/b371/_pkg_.a /root/.cache/go-build/81/819d199d840060dc91799bfa5c0c7686396c59303e6faecf4bdb4355406fbc1f-d # internal
2025-08-20T21:20:01.5930929Z [00:02:54.932]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/pageblob
2025-08-20T21:20:01.5932030Z [00:02:54.932]➜  mkdir -p $WORK/b372/
2025-08-20T21:20:01.5936412Z [00:02:54.933]➜  cat >/tmp/go-build3619502580/b372/importcfg << 'EOF' # internal
2025-08-20T21:20:01.5939521Z [00:02:54.933]➜  # import config
2025-08-20T21:20:01.5940210Z [00:02:54.933]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:01.5942789Z [00:02:54.933]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3619502580/b329/_pkg_.a
2025-08-20T21:20:01.5945296Z [00:02:54.933]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3619502580/b336/_pkg_.a
2025-08-20T21:20:01.5947087Z [00:02:54.933]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3619502580/b339/_pkg_.a
2025-08-20T21:20:01.5949316Z [00:02:54.933]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build3619502580/b360/_pkg_.a
2025-08-20T21:20:01.5951124Z [00:02:54.933]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build3619502580/b364/_pkg_.a
2025-08-20T21:20:01.5953426Z [00:02:54.933]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build3619502580/b365/_pkg_.a
2025-08-20T21:20:01.5955251Z [00:02:54.933]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3619502580/b362/_pkg_.a
2025-08-20T21:20:01.5957015Z [00:02:54.933]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3619502580/b366/_pkg_.a
2025-08-20T21:20:01.5958639Z [00:02:54.933]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build3619502580/b368/_pkg_.a
2025-08-20T21:20:01.5959765Z [00:02:54.933]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:01.5960597Z [00:02:54.933]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:01.5961704Z [00:02:54.933]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:01.5962545Z [00:02:54.933]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:01.5963370Z [00:02:54.933]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:01.5964340Z [00:02:54.933]➜  EOF
2025-08-20T21:20:01.5970776Z [00:02:54.936]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b372/_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/b372=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/pageblob -lang=go1.23 -complete -installsuffix shared -buildid Fw_K_sk59ucFAfaYGP7F/Fw_K_sk59ucFAfaYGP7F -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/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:20:01.6438088Z [00:02:54.983]➜  go tool buildid -w $WORK/b369/_pkg_.a # internal
2025-08-20T21:20:01.6524375Z [00:02:54.992]➜  cp $WORK/b369/_pkg_.a /root/.cache/go-build/22/22c247432246fb632cc0e334b6f7a5abc33fbb5a880ea6b64c6b8452eb6b4204-d # internal
2025-08-20T21:20:01.6530154Z [00:02:54.992]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtargetformat
2025-08-20T21:20:01.6530968Z [00:02:54.992]➜  mkdir -p $WORK/b495/
2025-08-20T21:20:01.6531794Z [00:02:54.992]➜  cat >/tmp/go-build3619502580/b495/importcfg << 'EOF' # internal
2025-08-20T21:20:01.6532385Z [00:02:54.992]➜  # import config
2025-08-20T21:20:01.6532960Z [00:02:54.992]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:01.6533514Z [00:02:54.992]➜  EOF
2025-08-20T21:20:01.6539951Z [00:02:54.992]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b495/_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/b495=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtargetformat -lang=go1.21 -complete -installsuffix shared -buildid RTVlewBZNuDV_oOsEJZU/RTVlewBZNuDV_oOsEJZU -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/geogridtargetformat/geogridtargetformat.go
2025-08-20T21:20:01.6766677Z [00:02:55.016]➜  go tool buildid -w $WORK/b495/_pkg_.a # internal
2025-08-20T21:20:01.6772129Z [00:02:55.016]➜  cp $WORK/b495/_pkg_.a /root/.cache/go-build/f2/f2a825f4949505bf33186dfd2967f2a3bace814a5abe6cf8f3997bc9f497363d-d # internal
2025-08-20T21:20:01.6773428Z [00:02:55.016]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtiletype
2025-08-20T21:20:01.6774158Z [00:02:55.016]➜  mkdir -p $WORK/b496/
2025-08-20T21:20:01.6813851Z [00:02:55.019]➜  cat >/tmp/go-build3619502580/b496/importcfg << 'EOF' # internal
2025-08-20T21:20:01.6816331Z [00:02:55.021]➜  # import config
2025-08-20T21:20:01.6817008Z [00:02:55.021]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:01.6817572Z [00:02:55.021]➜  EOF
2025-08-20T21:20:01.6822388Z [00:02:55.021]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b496/_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/b496=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtiletype -lang=go1.21 -complete -installsuffix shared -buildid hryyAbPIqSI_N-K8NhUT/hryyAbPIqSI_N-K8NhUT -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/geogridtiletype/geogridtiletype.go
2025-08-20T21:20:01.7180781Z [00:02:55.055]➜  go tool buildid -w $WORK/b496/_pkg_.a # internal
2025-08-20T21:20:01.7182720Z [00:02:55.055]➜  cp $WORK/b496/_pkg_.a /root/.cache/go-build/bd/bd4d22b2c2c587918cb094ba18745138dc8d152a98dbfea84193b5c489f08211-d # internal
2025-08-20T21:20:01.7183974Z [00:02:55.055]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoorientation
2025-08-20T21:20:01.7184684Z [00:02:55.055]➜  mkdir -p $WORK/b497/
2025-08-20T21:20:01.7185301Z [00:02:55.055]➜  cat >/tmp/go-build3619502580/b497/importcfg << 'EOF' # internal
2025-08-20T21:20:01.7185876Z [00:02:55.055]➜  # import config
2025-08-20T21:20:01.7186456Z [00:02:55.055]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:01.7186990Z [00:02:55.055]➜  EOF
2025-08-20T21:20:01.7191742Z [00:02:55.055]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b497/_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/b497=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoorientation -lang=go1.21 -complete -installsuffix shared -buildid -D5K0H_tFSoucZp49EXO/-D5K0H_tFSoucZp49EXO -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/geoorientation/geoorientation.go
2025-08-20T21:20:01.7528192Z [00:02:55.092]➜  go tool buildid -w $WORK/b497/_pkg_.a # internal
2025-08-20T21:20:01.7541600Z [00:02:55.093]➜  cp $WORK/b497/_pkg_.a /root/.cache/go-build/52/526d2cb3f08d5e59dd9f7b0b151f0603d43f28e6f61a66cf04f9e2a594c33177-d # internal
2025-08-20T21:20:01.7566649Z [00:02:55.093]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoshaperelation
2025-08-20T21:20:01.7567737Z [00:02:55.093]➜  mkdir -p $WORK/b498/
2025-08-20T21:20:01.7568412Z [00:02:55.093]➜  cat >/tmp/go-build3619502580/b498/importcfg << 'EOF' # internal
2025-08-20T21:20:01.7569021Z [00:02:55.093]➜  # import config
2025-08-20T21:20:01.7569635Z [00:02:55.093]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:01.7570194Z [00:02:55.093]➜  EOF
2025-08-20T21:20:01.7575163Z [00:02:55.093]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b498/_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/b498=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoshaperelation -lang=go1.21 -complete -installsuffix shared -buildid LkCWQI3hVN98WcKe0qRm/LkCWQI3hVN98WcKe0qRm -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/geoshaperelation/geoshaperelation.go
2025-08-20T21:20:01.7744180Z [00:02:55.113]➜  go tool buildid -w $WORK/b372/_pkg_.a # internal
2025-08-20T21:20:01.7783963Z [00:02:55.118]➜  cp $WORK/b372/_pkg_.a /root/.cache/go-build/c5/c5b51664b8663e9fc40096cf6b814d2cafdcbd45c55b948b5b3c53a7e016d59e-d # internal
2025-08-20T21:20:01.7792209Z [00:02:55.118]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container
2025-08-20T21:20:01.7794088Z [00:02:55.118]➜  mkdir -p $WORK/b370/
2025-08-20T21:20:01.7802994Z [00:02:55.119]➜  cat >/tmp/go-build3619502580/b370/importcfg << 'EOF' # internal
2025-08-20T21:20:01.7804532Z [00:02:55.120]➜  # import config
2025-08-20T21:20:01.7805517Z [00:02:55.120]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:01.7808759Z [00:02:55.120]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:01.7810010Z [00:02:55.120]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:01.7811401Z [00:02:55.120]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:01.7814435Z [00:02:55.120]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3619502580/b329/_pkg_.a
2025-08-20T21:20:01.7815665Z [00:02:55.120]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3619502580/b336/_pkg_.a
2025-08-20T21:20:01.7817372Z [00:02:55.120]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3619502580/b339/_pkg_.a
2025-08-20T21:20:01.7818652Z [00:02:55.120]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build3619502580/b348/_pkg_.a
2025-08-20T21:20:01.7819992Z [00:02:55.120]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/appendblob=/tmp/go-build3619502580/b371/_pkg_.a
2025-08-20T21:20:01.7821517Z [00:02:55.120]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build3619502580/b360/_pkg_.a
2025-08-20T21:20:01.7822998Z [00:02:55.120]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror=/tmp/go-build3619502580/b361/_pkg_.a
2025-08-20T21:20:01.7824491Z [00:02:55.120]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob=/tmp/go-build3619502580/b369/_pkg_.a
2025-08-20T21:20:01.7826007Z [00:02:55.120]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build3619502580/b364/_pkg_.a
2025-08-20T21:20:01.7827635Z [00:02:55.120]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build3619502580/b365/_pkg_.a
2025-08-20T21:20:01.7829250Z [00:02:55.120]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3619502580/b362/_pkg_.a
2025-08-20T21:20:01.7830752Z [00:02:55.120]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3619502580/b366/_pkg_.a
2025-08-20T21:20:01.7835049Z [00:02:55.120]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/pageblob=/tmp/go-build3619502580/b372/_pkg_.a
2025-08-20T21:20:01.7836419Z [00:02:55.120]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build3619502580/b368/_pkg_.a
2025-08-20T21:20:01.7837436Z [00:02:55.120]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:01.7838177Z [00:02:55.120]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:01.7838892Z [00:02:55.120]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:01.7839588Z [00:02:55.120]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:01.7840098Z [00:02:55.120]➜  EOF
2025-08-20T21:20:01.7846612Z [00:02:55.120]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b370/_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/b370=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container -lang=go1.23 -complete -installsuffix shared -buildid 4V_wEp9IifOagnWDCB8A/4V_wEp9IifOagnWDCB8A -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/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:20:01.7856264Z [00:02:55.125]➜  go tool buildid -w $WORK/b498/_pkg_.a # internal
2025-08-20T21:20:01.7862615Z [00:02:55.125]➜  cp $WORK/b498/_pkg_.a /root/.cache/go-build/82/828aafd416eda3f3995de93f7cc9e7b5722e8e80b61501ae3305d5b56f58de6d-d # internal
2025-08-20T21:20:01.7902118Z [00:02:55.126]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geostrategy
2025-08-20T21:20:01.7902852Z [00:02:55.126]➜  mkdir -p $WORK/b499/
2025-08-20T21:20:01.7903485Z [00:02:55.127]➜  cat >/tmp/go-build3619502580/b499/importcfg << 'EOF' # internal
2025-08-20T21:20:01.7904074Z [00:02:55.128]➜  # import config
2025-08-20T21:20:01.7904929Z [00:02:55.128]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:01.7905484Z [00:02:55.128]➜  EOF
2025-08-20T21:20:01.7909772Z [00:02:55.128]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b499/_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/b499=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geostrategy -lang=go1.21 -complete -installsuffix shared -buildid jtTym6oMPMjAY4vQSGgs/jtTym6oMPMjAY4vQSGgs -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/geostrategy/geostrategy.go
2025-08-20T21:20:01.8044839Z [00:02:55.144]➜  go tool buildid -w $WORK/b499/_pkg_.a # internal
2025-08-20T21:20:01.8054041Z [00:02:55.144]➜  cp $WORK/b499/_pkg_.a /root/.cache/go-build/0f/0f2977ac16ac1804f91acd0b8facd047bee48c1e03b0d886c148be28ee7c60a1-d # internal
2025-08-20T21:20:01.8059222Z [00:02:55.144]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geovalidationmethod
2025-08-20T21:20:01.8060069Z [00:02:55.145]➜  mkdir -p $WORK/b500/
2025-08-20T21:20:01.8060768Z [00:02:55.145]➜  cat >/tmp/go-build3619502580/b500/importcfg << 'EOF' # internal
2025-08-20T21:20:01.8061660Z [00:02:55.145]➜  # import config
2025-08-20T21:20:01.8062308Z [00:02:55.145]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:01.8062894Z [00:02:55.145]➜  EOF
2025-08-20T21:20:01.8069051Z [00:02:55.145]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b500/_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/b500=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geovalidationmethod -lang=go1.21 -complete -installsuffix shared -buildid Ik1fCLVbEoZaUQ9AL5gj/Ik1fCLVbEoZaUQ9AL5gj -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/geovalidationmethod/geovalidationmethod.go
2025-08-20T21:20:01.8345479Z [00:02:55.173]➜  go tool buildid -w $WORK/b500/_pkg_.a # internal
2025-08-20T21:20:01.8347031Z [00:02:55.174]➜  cp $WORK/b500/_pkg_.a /root/.cache/go-build/af/afeede98006ecf027f4ce5a5792439138c6e28f041e870b74c30d4bcc3771a85-d # internal
2025-08-20T21:20:01.8408822Z [00:02:55.180]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus
2025-08-20T21:20:01.8414436Z [00:02:55.180]➜  mkdir -p $WORK/b501/
2025-08-20T21:20:01.8415205Z [00:02:55.181]➜  cat >/tmp/go-build3619502580/b501/importcfg << 'EOF' # internal
2025-08-20T21:20:01.8415735Z [00:02:55.181]➜  # import config
2025-08-20T21:20:01.8416368Z [00:02:55.181]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:01.8417002Z [00:02:55.181]➜  EOF
2025-08-20T21:20:01.8436621Z [00:02:55.182]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b501/_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/b501=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus -lang=go1.21 -complete -installsuffix shared -buildid CeZJgT0gcXg9W-VjvkGf/CeZJgT0gcXg9W-VjvkGf -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/healthstatus/healthstatus.go
2025-08-20T21:20:01.8562659Z [00:02:55.194]➜  go tool buildid -w $WORK/b501/_pkg_.a # internal
2025-08-20T21:20:01.8563956Z [00:02:55.194]➜  cp $WORK/b501/_pkg_.a /root/.cache/go-build/3e/3e77652340577558c422fab5dda206a93229e6f07f8969e2ea0a0e18682c10da-d # internal
2025-08-20T21:20:01.8565638Z [00:02:55.194]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterencoder
2025-08-20T21:20:01.8566435Z [00:02:55.194]➜  mkdir -p $WORK/b502/
2025-08-20T21:20:01.8567124Z [00:02:55.194]➜  cat >/tmp/go-build3619502580/b502/importcfg << 'EOF' # internal
2025-08-20T21:20:01.8567774Z [00:02:55.194]➜  # import config
2025-08-20T21:20:01.8568416Z [00:02:55.194]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:01.8569005Z [00:02:55.194]➜  EOF
2025-08-20T21:20:01.8574385Z [00:02:55.194]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b502/_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/b502=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterencoder -lang=go1.21 -complete -installsuffix shared -buildid VSB35Mx7cKwybtRiEI9O/VSB35Mx7cKwybtRiEI9O -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/highlighterencoder/highlighterencoder.go
2025-08-20T21:20:01.8735174Z [00:02:55.213]➜  go tool buildid -w $WORK/b502/_pkg_.a # internal
2025-08-20T21:20:01.8737084Z [00:02:55.213]➜  cp $WORK/b502/_pkg_.a /root/.cache/go-build/55/55f624eeceaa20c78cc3d6d15466e06cd4969160d8dbf19a7f4fb9bb7917dd7a-d # internal
2025-08-20T21:20:01.8744033Z [00:02:55.213]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterfragmenter
2025-08-20T21:20:01.8744948Z [00:02:55.214]➜  mkdir -p $WORK/b503/
2025-08-20T21:20:01.8766970Z [00:02:55.216]➜  cat >/tmp/go-build3619502580/b503/importcfg << 'EOF' # internal
2025-08-20T21:20:01.8768294Z [00:02:55.216]➜  # import config
2025-08-20T21:20:01.8769347Z [00:02:55.216]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:01.8771451Z [00:02:55.216]➜  EOF
2025-08-20T21:20:01.8776635Z [00:02:55.216]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b503/_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/b503=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterfragmenter -lang=go1.21 -complete -installsuffix shared -buildid kFvPIVKreA70ddX6qElN/kFvPIVKreA70ddX6qElN -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/highlighterfragmenter/highlighterfragmenter.go
2025-08-20T21:20:01.9078136Z [00:02:55.247]➜  go tool buildid -w $WORK/b503/_pkg_.a # internal
2025-08-20T21:20:01.9083080Z [00:02:55.247]➜  cp $WORK/b503/_pkg_.a /root/.cache/go-build/f9/f9835e6941a89e45cc3f3388579b32f150b8f88b42c36fc002e811bd7b7cd42a-d # internal
2025-08-20T21:20:01.9091027Z [00:02:55.247]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterorder
2025-08-20T21:20:01.9092171Z [00:02:55.247]➜  mkdir -p $WORK/b504/
2025-08-20T21:20:01.9092928Z [00:02:55.248]➜  cat >/tmp/go-build3619502580/b504/importcfg << 'EOF' # internal
2025-08-20T21:20:01.9093675Z [00:02:55.248]➜  # import config
2025-08-20T21:20:01.9094374Z [00:02:55.248]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:01.9095037Z [00:02:55.248]➜  EOF
2025-08-20T21:20:01.9100279Z [00:02:55.248]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b504/_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/b504=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterorder -lang=go1.21 -complete -installsuffix shared -buildid 2lEgIU0FelDk1gBEY6z1/2lEgIU0FelDk1gBEY6z1 -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/highlighterorder/highlighterorder.go
2025-08-20T21:20:01.9333121Z [00:02:55.272]➜  go tool buildid -w $WORK/b504/_pkg_.a # internal
2025-08-20T21:20:01.9339858Z [00:02:55.273]➜  cp $WORK/b504/_pkg_.a /root/.cache/go-build/75/75770582f93bcecd8b328c3855b44b4aacaa84818cfc8156f442537918336a0c-d # internal
2025-08-20T21:20:01.9341701Z [00:02:55.273]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertagsschema
2025-08-20T21:20:01.9343587Z [00:02:55.273]➜  mkdir -p $WORK/b505/
2025-08-20T21:20:01.9345543Z [00:02:55.274]➜  cat >/tmp/go-build3619502580/b505/importcfg << 'EOF' # internal
2025-08-20T21:20:01.9346581Z [00:02:55.274]➜  # import config
2025-08-20T21:20:01.9347768Z [00:02:55.274]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:01.9348847Z [00:02:55.274]➜  EOF
2025-08-20T21:20:01.9354311Z [00:02:55.274]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b505/_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/b505=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertagsschema -lang=go1.21 -complete -installsuffix shared -buildid 9Y_O9Zxy_CA6_gSe3qY_/9Y_O9Zxy_CA6_gSe3qY_ -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/highlightertagsschema/highlightertagsschema.go
2025-08-20T21:20:01.9521355Z [00:02:55.291]➜  go tool buildid -w $WORK/b505/_pkg_.a # internal
2025-08-20T21:20:01.9530124Z [00:02:55.292]➜  cp $WORK/b505/_pkg_.a /root/.cache/go-build/c6/c610742bdc8afbbe7ebc41be49ac3a97812d12802bb9025a846e8b9fc7e6c10d-d # internal
2025-08-20T21:20:01.9532913Z [00:02:55.293]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertype
2025-08-20T21:20:01.9552054Z [00:02:55.293]➜  mkdir -p $WORK/b506/
2025-08-20T21:20:01.9552807Z [00:02:55.294]➜  cat >/tmp/go-build3619502580/b506/importcfg << 'EOF' # internal
2025-08-20T21:20:01.9553458Z [00:02:55.294]➜  # import config
2025-08-20T21:20:01.9554098Z [00:02:55.294]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:01.9554692Z [00:02:55.294]➜  EOF
2025-08-20T21:20:01.9559648Z [00:02:55.294]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b506/_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/b506=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertype -lang=go1.21 -complete -installsuffix shared -buildid KU6xJH6f5AzzTzNhF_kr/KU6xJH6f5AzzTzNhF_kr -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/highlightertype/highlightertype.go
2025-08-20T21:20:01.9679119Z [00:02:55.307]➜  go tool buildid -w $WORK/b506/_pkg_.a # internal
2025-08-20T21:20:01.9697264Z [00:02:55.309]➜  cp $WORK/b506/_pkg_.a /root/.cache/go-build/9b/9b9e911f56773bedcdffdd14e5602001ba6544cacf63e02f2eb44839322f6b64-d # internal
2025-08-20T21:20:01.9698651Z [00:02:55.309]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/holtwinterstype
2025-08-20T21:20:01.9699426Z [00:02:55.309]➜  mkdir -p $WORK/b507/
2025-08-20T21:20:01.9700136Z [00:02:55.309]➜  cat >/tmp/go-build3619502580/b507/importcfg << 'EOF' # internal
2025-08-20T21:20:01.9700932Z [00:02:55.309]➜  # import config
2025-08-20T21:20:01.9701768Z [00:02:55.309]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:01.9702427Z [00:02:55.309]➜  EOF
2025-08-20T21:20:01.9707413Z [00:02:55.309]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b507/_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/b507=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/holtwinterstype -lang=go1.21 -complete -installsuffix shared -buildid FPeFUG18iH9heAUqIivr/FPeFUG18iH9heAUqIivr -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/holtwinterstype/holtwinterstype.go
2025-08-20T21:20:01.9826143Z [00:02:55.322]➜  go tool buildid -w $WORK/b507/_pkg_.a # internal
2025-08-20T21:20:01.9835363Z [00:02:55.323]➜  cp $WORK/b507/_pkg_.a /root/.cache/go-build/a3/a3be911bc36a82e7f3c7d8449102a0730e05fa4640e1fae992df89f5b38fe81e-d # internal
2025-08-20T21:20:01.9838235Z [00:02:55.323]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/httpinputmethod
2025-08-20T21:20:01.9839467Z [00:02:55.323]➜  mkdir -p $WORK/b508/
2025-08-20T21:20:01.9846432Z [00:02:55.324]➜  cat >/tmp/go-build3619502580/b508/importcfg << 'EOF' # internal
2025-08-20T21:20:01.9847315Z [00:02:55.324]➜  # import config
2025-08-20T21:20:01.9848194Z [00:02:55.324]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:01.9848974Z [00:02:55.324]➜  EOF
2025-08-20T21:20:01.9854921Z [00:02:55.324]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b508/_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/b508=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/httpinputmethod -lang=go1.21 -complete -installsuffix shared -buildid mqS6F4CRheh9AGHP2oen/mqS6F4CRheh9AGHP2oen -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/httpinputmethod/httpinputmethod.go
2025-08-20T21:20:02.0095571Z [00:02:55.349]➜  go tool buildid -w $WORK/b508/_pkg_.a # internal
2025-08-20T21:20:02.0096886Z [00:02:55.349]➜  cp $WORK/b508/_pkg_.a /root/.cache/go-build/26/269b41824ff2f4351ed95f9dc4db3c9d06bc58ae03c79f7304bba27a546f82ec-d # internal
2025-08-20T21:20:02.0098170Z [00:02:55.349]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ibdistribution
2025-08-20T21:20:02.0098896Z [00:02:55.349]➜  mkdir -p $WORK/b509/
2025-08-20T21:20:02.0099538Z [00:02:55.349]➜  cat >/tmp/go-build3619502580/b509/importcfg << 'EOF' # internal
2025-08-20T21:20:02.0100121Z [00:02:55.349]➜  # import config
2025-08-20T21:20:02.0100717Z [00:02:55.349]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.0101424Z [00:02:55.349]➜  EOF
2025-08-20T21:20:02.0106036Z [00:02:55.349]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b509/_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/b509=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ibdistribution -lang=go1.21 -complete -installsuffix shared -buildid NEv_XT9y9PLRuXCDa5w0/NEv_XT9y9PLRuXCDa5w0 -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/ibdistribution/ibdistribution.go
2025-08-20T21:20:02.0231950Z [00:02:55.362]➜  go tool buildid -w $WORK/b370/_pkg_.a # internal
2025-08-20T21:20:02.0302263Z [00:02:55.369]➜  go tool buildid -w $WORK/b509/_pkg_.a # internal
2025-08-20T21:20:02.0307205Z [00:02:55.370]➜  cp $WORK/b509/_pkg_.a /root/.cache/go-build/09/093cec0922577f17607f177c311b7760f63da93671cc3042fc2b8b65d5e7221b-d # internal
2025-08-20T21:20:02.0310607Z [00:02:55.370]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/iblambda
2025-08-20T21:20:02.0311737Z [00:02:55.370]➜  mkdir -p $WORK/b510/
2025-08-20T21:20:02.0312716Z [00:02:55.370]➜  cat >/tmp/go-build3619502580/b510/importcfg << 'EOF' # internal
2025-08-20T21:20:02.0313681Z [00:02:55.370]➜  # import config
2025-08-20T21:20:02.0314290Z [00:02:55.370]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.0314829Z [00:02:55.370]➜  EOF
2025-08-20T21:20:02.0329024Z [00:02:55.371]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b510/_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/b510=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/iblambda -lang=go1.21 -complete -installsuffix shared -buildid iZv0A7voUo-W3N4-2fz7/iZv0A7voUo-W3N4-2fz7 -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/iblambda/iblambda.go
2025-08-20T21:20:02.0334742Z [00:02:55.372]➜  cp $WORK/b370/_pkg_.a /root/.cache/go-build/2d/2dd60ada7d845c285f91bdf3307e9b968d81a50f316ddcb9605d4a98afac1e53-d # internal
2025-08-20T21:20:02.0336089Z [00:02:55.372]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/service
2025-08-20T21:20:02.0336830Z [00:02:55.373]➜  mkdir -p $WORK/b373/
2025-08-20T21:20:02.0345242Z [00:02:55.373]➜  cat >/tmp/go-build3619502580/b373/importcfg << 'EOF' # internal
2025-08-20T21:20:02.0345928Z [00:02:55.373]➜  # import config
2025-08-20T21:20:02.0346521Z [00:02:55.373]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:02.0347265Z [00:02:55.373]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:02.0348013Z [00:02:55.373]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:02.0348697Z [00:02:55.373]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:02.0349879Z [00:02:55.373]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3619502580/b329/_pkg_.a
2025-08-20T21:20:02.0351124Z [00:02:55.373]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3619502580/b336/_pkg_.a
2025-08-20T21:20:02.0352958Z [00:02:55.373]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3619502580/b339/_pkg_.a
2025-08-20T21:20:02.0354247Z [00:02:55.373]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build3619502580/b348/_pkg_.a
2025-08-20T21:20:02.0355517Z [00:02:55.373]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build3619502580/b363/_pkg_.a
2025-08-20T21:20:02.0356812Z [00:02:55.373]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build3619502580/b360/_pkg_.a
2025-08-20T21:20:02.0358239Z [00:02:55.373]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror=/tmp/go-build3619502580/b361/_pkg_.a
2025-08-20T21:20:02.0359625Z [00:02:55.373]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container=/tmp/go-build3619502580/b370/_pkg_.a
2025-08-20T21:20:02.0361056Z [00:02:55.373]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build3619502580/b364/_pkg_.a
2025-08-20T21:20:02.0362751Z [00:02:55.373]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build3619502580/b365/_pkg_.a
2025-08-20T21:20:02.0364321Z [00:02:55.373]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3619502580/b362/_pkg_.a
2025-08-20T21:20:02.0365890Z [00:02:55.373]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3619502580/b366/_pkg_.a
2025-08-20T21:20:02.0367323Z [00:02:55.373]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build3619502580/b368/_pkg_.a
2025-08-20T21:20:02.0368371Z [00:02:55.373]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:02.0369121Z [00:02:55.373]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:02.0369867Z [00:02:55.373]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.0370819Z [00:02:55.373]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:02.0381741Z [00:02:55.373]➜  EOF
2025-08-20T21:20:02.0388437Z [00:02:55.374]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b373/_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/b373=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/service -lang=go1.23 -complete -installsuffix shared -buildid PyI3k7p8gN2D8eId4xkH/PyI3k7p8gN2D8eId4xkH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b373/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:20:02.0634737Z [00:02:55.403]➜  go tool buildid -w $WORK/b510/_pkg_.a # internal
2025-08-20T21:20:02.0640437Z [00:02:55.403]➜  cp $WORK/b510/_pkg_.a /root/.cache/go-build/ad/adcc493b477615fb4766fa1018482e1367aabf3ce49342c2176405b51e2a3107-d # internal
2025-08-20T21:20:02.0643153Z [00:02:55.404]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationalternate
2025-08-20T21:20:02.0644024Z [00:02:55.404]➜  mkdir -p $WORK/b511/
2025-08-20T21:20:02.0648505Z [00:02:55.404]➜  cat >/tmp/go-build3619502580/b511/importcfg << 'EOF' # internal
2025-08-20T21:20:02.0649545Z [00:02:55.404]➜  # import config
2025-08-20T21:20:02.0650278Z [00:02:55.404]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.0650903Z [00:02:55.404]➜  EOF
2025-08-20T21:20:02.0667066Z [00:02:55.405]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b511/_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/b511=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationalternate -lang=go1.21 -complete -installsuffix shared -buildid TxyKHBQHIZ4CL551KOH_/TxyKHBQHIZ4CL551KOH_ -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/icucollationalternate/icucollationalternate.go
2025-08-20T21:20:02.1045733Z [00:02:55.444]➜  go tool buildid -w $WORK/b511/_pkg_.a # internal
2025-08-20T21:20:02.1052199Z [00:02:55.444]➜  cp $WORK/b511/_pkg_.a /root/.cache/go-build/09/096649fe119e0657ba0d0803b4f4616a4e857738fcee586594ecc8384d7c0bad-d # internal
2025-08-20T21:20:02.1054298Z [00:02:55.445]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationcasefirst
2025-08-20T21:20:02.1055195Z [00:02:55.445]➜  mkdir -p $WORK/b512/
2025-08-20T21:20:02.1060668Z [00:02:55.445]➜  cat >/tmp/go-build3619502580/b512/importcfg << 'EOF' # internal
2025-08-20T21:20:02.1061517Z [00:02:55.445]➜  # import config
2025-08-20T21:20:02.1062209Z [00:02:55.445]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.1062830Z [00:02:55.445]➜  EOF
2025-08-20T21:20:02.1068142Z [00:02:55.446]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b512/_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/b512=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationcasefirst -lang=go1.21 -complete -installsuffix shared -buildid RC_ZLNP5TIPhFxqtMvxn/RC_ZLNP5TIPhFxqtMvxn -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/icucollationcasefirst/icucollationcasefirst.go
2025-08-20T21:20:02.1356952Z [00:02:55.475]➜  go tool buildid -w $WORK/b512/_pkg_.a # internal
2025-08-20T21:20:02.1364871Z [00:02:55.476]➜  cp $WORK/b512/_pkg_.a /root/.cache/go-build/75/75966a78c7c475235ff4ade882263254cc3d1eac9f7a0f5c5efe030ab0c1a6bd-d # internal
2025-08-20T21:20:02.1366877Z [00:02:55.476]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationdecomposition
2025-08-20T21:20:02.1367950Z [00:02:55.476]➜  mkdir -p $WORK/b513/
2025-08-20T21:20:02.1374718Z [00:02:55.477]➜  cat >/tmp/go-build3619502580/b513/importcfg << 'EOF' # internal
2025-08-20T21:20:02.1375583Z [00:02:55.477]➜  # import config
2025-08-20T21:20:02.1376465Z [00:02:55.477]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.1377071Z [00:02:55.477]➜  EOF
2025-08-20T21:20:02.1382524Z [00:02:55.477]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b513/_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/b513=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationdecomposition -lang=go1.21 -complete -installsuffix shared -buildid k8HzueOQ4PWSrA9Mq2K9/k8HzueOQ4PWSrA9Mq2K9 -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/icucollationdecomposition/icucollationdecomposition.go
2025-08-20T21:20:02.1715016Z [00:02:55.511]➜  go tool buildid -w $WORK/b513/_pkg_.a # internal
2025-08-20T21:20:02.1722315Z [00:02:55.511]➜  cp $WORK/b513/_pkg_.a /root/.cache/go-build/f7/f7ab432fdab4d51ab5f554b0a7cefec1546e59fab359e8cd8de9125b0e6e2ba7-d # internal
2025-08-20T21:20:02.1724172Z [00:02:55.512]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationstrength
2025-08-20T21:20:02.1725160Z [00:02:55.512]➜  mkdir -p $WORK/b514/
2025-08-20T21:20:02.1730464Z [00:02:55.512]➜  cat >/tmp/go-build3619502580/b514/importcfg << 'EOF' # internal
2025-08-20T21:20:02.1731142Z [00:02:55.512]➜  # import config
2025-08-20T21:20:02.1731928Z [00:02:55.512]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.1732493Z [00:02:55.512]➜  EOF
2025-08-20T21:20:02.1750291Z [00:02:55.514]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b514/_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/b514=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationstrength -lang=go1.21 -complete -installsuffix shared -buildid gtOWnRsVz1rJdNAB4fAW/gtOWnRsVz1rJdNAB4fAW -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/icucollationstrength/icucollationstrength.go
2025-08-20T21:20:02.2101773Z [00:02:55.549]➜  go tool buildid -w $WORK/b514/_pkg_.a # internal
2025-08-20T21:20:02.2108170Z [00:02:55.550]➜  cp $WORK/b514/_pkg_.a /root/.cache/go-build/02/021505508c1105514d5d37d0799c8794fd5b3a09dea7dee0ab5cf7da0ed88cfa-d # internal
2025-08-20T21:20:02.2110006Z [00:02:55.550]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationmode
2025-08-20T21:20:02.2110968Z [00:02:55.550]➜  mkdir -p $WORK/b515/
2025-08-20T21:20:02.2117500Z [00:02:55.551]➜  cat >/tmp/go-build3619502580/b515/importcfg << 'EOF' # internal
2025-08-20T21:20:02.2119130Z [00:02:55.551]➜  # import config
2025-08-20T21:20:02.2119789Z [00:02:55.551]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.2120376Z [00:02:55.551]➜  EOF
2025-08-20T21:20:02.2125460Z [00:02:55.551]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b515/_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/b515=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationmode -lang=go1.21 -complete -installsuffix shared -buildid 2wi7Crk6Vq-6y6nzsa1j/2wi7Crk6Vq-6y6nzsa1j -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/icunormalizationmode/icunormalizationmode.go
2025-08-20T21:20:02.2438300Z [00:02:55.583]➜  go tool buildid -w $WORK/b515/_pkg_.a # internal
2025-08-20T21:20:02.2444763Z [00:02:55.583]➜  cp $WORK/b515/_pkg_.a /root/.cache/go-build/9d/9d9a8de4c6792bfbbf2e19fb7d4db5774a751c8dfdb4d5468e61254dd8875a9d-d # internal
2025-08-20T21:20:02.2446353Z [00:02:55.584]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationtype
2025-08-20T21:20:02.2447307Z [00:02:55.584]➜  mkdir -p $WORK/b516/
2025-08-20T21:20:02.2449918Z [00:02:55.584]➜  cat >/tmp/go-build3619502580/b516/importcfg << 'EOF' # internal
2025-08-20T21:20:02.2473979Z [00:02:55.584]➜  # import config
2025-08-20T21:20:02.2475969Z [00:02:55.584]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.2476964Z [00:02:55.584]➜  EOF
2025-08-20T21:20:02.2482514Z [00:02:55.587]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b516/_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/b516=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationtype -lang=go1.21 -complete -installsuffix shared -buildid aZfE-i_yqz8uPCqXYRz4/aZfE-i_yqz8uPCqXYRz4 -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/icunormalizationtype/icunormalizationtype.go
2025-08-20T21:20:02.2687275Z [00:02:55.608]➜  go tool buildid -w $WORK/b516/_pkg_.a # internal
2025-08-20T21:20:02.2695082Z [00:02:55.609]➜  cp $WORK/b516/_pkg_.a /root/.cache/go-build/56/566c1a90407232ed371b82cf8c20c6e99f260be98e21fec1e972b2a840fdb9a8-d # internal
2025-08-20T21:20:02.2696628Z [00:02:55.609]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icutransformdirection
2025-08-20T21:20:02.2697547Z [00:02:55.609]➜  mkdir -p $WORK/b517/
2025-08-20T21:20:02.2712715Z [00:02:55.609]➜  cat >/tmp/go-build3619502580/b517/importcfg << 'EOF' # internal
2025-08-20T21:20:02.2713354Z [00:02:55.609]➜  # import config
2025-08-20T21:20:02.2713992Z [00:02:55.609]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.2714556Z [00:02:55.609]➜  EOF
2025-08-20T21:20:02.2719414Z [00:02:55.609]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b517/_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/b517=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icutransformdirection -lang=go1.21 -complete -installsuffix shared -buildid MiPGCrUw7qaA3IYV8rfu/MiPGCrUw7qaA3IYV8rfu -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/icutransformdirection/icutransformdirection.go
2025-08-20T21:20:02.2917217Z [00:02:55.631]➜  go tool buildid -w $WORK/b517/_pkg_.a # internal
2025-08-20T21:20:02.2927815Z [00:02:55.631]➜  cp $WORK/b517/_pkg_.a /root/.cache/go-build/06/06cb1cac95357e7178c340e1e78e8f61778273bf69863f7d96bc7b40d43d8fc2-d # internal
2025-08-20T21:20:02.2929748Z [00:02:55.632]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/impactarea
2025-08-20T21:20:02.2936288Z [00:02:55.632]➜  mkdir -p $WORK/b518/
2025-08-20T21:20:02.2937087Z [00:02:55.632]➜  cat >/tmp/go-build3619502580/b518/importcfg << 'EOF' # internal
2025-08-20T21:20:02.2937768Z [00:02:55.632]➜  # import config
2025-08-20T21:20:02.2938416Z [00:02:55.632]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.2939030Z [00:02:55.632]➜  EOF
2025-08-20T21:20:02.2944151Z [00:02:55.633]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b518/_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/b518=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/impactarea -lang=go1.21 -complete -installsuffix shared -buildid ka5y5y37GDwkPE-GNuln/ka5y5y37GDwkPE-GNuln -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/impactarea/impactarea.go
2025-08-20T21:20:02.3262326Z [00:02:55.665]➜  go tool buildid -w $WORK/b518/_pkg_.a # internal
2025-08-20T21:20:02.3266766Z [00:02:55.665]➜  cp $WORK/b518/_pkg_.a /root/.cache/go-build/54/5483a4755153e1ae056bcc074d61403a2ba0e784dff4319436aa4d6a1ba3a698-d # internal
2025-08-20T21:20:02.3268293Z [00:02:55.665]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexcheckonstartup
2025-08-20T21:20:02.3269186Z [00:02:55.665]➜  mkdir -p $WORK/b519/
2025-08-20T21:20:02.3269939Z [00:02:55.666]➜  cat >/tmp/go-build3619502580/b519/importcfg << 'EOF' # internal
2025-08-20T21:20:02.3270606Z [00:02:55.666]➜  # import config
2025-08-20T21:20:02.3271435Z [00:02:55.666]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.3272088Z [00:02:55.666]➜  EOF
2025-08-20T21:20:02.3277370Z [00:02:55.666]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b519/_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/b519=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexcheckonstartup -lang=go1.21 -complete -installsuffix shared -buildid qkAZ-VR2oD3FcTuKO0ar/qkAZ-VR2oD3FcTuKO0ar -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/indexcheckonstartup/indexcheckonstartup.go
2025-08-20T21:20:02.3545406Z [00:02:55.694]➜  go tool buildid -w $WORK/b519/_pkg_.a # internal
2025-08-20T21:20:02.3554763Z [00:02:55.695]➜  cp $WORK/b519/_pkg_.a /root/.cache/go-build/40/40f8b0539dbf89b6da940d8d74d42a3cecc34c332d32f94397f8a7d6e70dc549-d # internal
2025-08-20T21:20:02.3558407Z [00:02:55.695]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexingjobstate
2025-08-20T21:20:02.3559267Z [00:02:55.695]➜  mkdir -p $WORK/b520/
2025-08-20T21:20:02.3566079Z [00:02:55.696]➜  cat >/tmp/go-build3619502580/b520/importcfg << 'EOF' # internal
2025-08-20T21:20:02.3567588Z [00:02:55.696]➜  # import config
2025-08-20T21:20:02.3568703Z [00:02:55.696]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.3569353Z [00:02:55.696]➜  EOF
2025-08-20T21:20:02.3574311Z [00:02:55.696]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b520/_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/b520=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexingjobstate -lang=go1.21 -complete -installsuffix shared -buildid RFvtN6J3kJPx7A2iC-ws/RFvtN6J3kJPx7A2iC-ws -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/indexingjobstate/indexingjobstate.go
2025-08-20T21:20:02.3695450Z [00:02:55.709]➜  go tool buildid -w $WORK/b373/_pkg_.a # internal
2025-08-20T21:20:02.3741876Z [00:02:55.713]➜  go tool buildid -w $WORK/b520/_pkg_.a # internal
2025-08-20T21:20:02.3743659Z [00:02:55.714]➜  cp $WORK/b520/_pkg_.a /root/.cache/go-build/65/6561e358981fcd7ca6046765ad4aeea570c18a86d3ed24fef999a3128b8852be-d # internal
2025-08-20T21:20:02.3745288Z [00:02:55.714]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexmetadatastate
2025-08-20T21:20:02.3749525Z [00:02:55.714]➜  mkdir -p $WORK/b521/
2025-08-20T21:20:02.3758105Z [00:02:55.715]➜  cat >/tmp/go-build3619502580/b521/importcfg << 'EOF' # internal
2025-08-20T21:20:02.3762637Z [00:02:55.715]➜  # import config
2025-08-20T21:20:02.3763610Z [00:02:55.715]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.3764244Z [00:02:55.715]➜  EOF
2025-08-20T21:20:02.3769469Z [00:02:55.715]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b521/_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/b521=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexmetadatastate -lang=go1.21 -complete -installsuffix shared -buildid 1v36JGnBfgguF0q1qEak/1v36JGnBfgguF0q1qEak -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/indexmetadatastate/indexmetadatastate.go
2025-08-20T21:20:02.3803789Z [00:02:55.718]➜  cp $WORK/b373/_pkg_.a /root/.cache/go-build/4c/4ced7635b31c852bf11019a990c876636bc3b1979307a3d8c0bab959a4b8b6e4-d # internal
2025-08-20T21:20:02.3805049Z [00:02:55.718]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
2025-08-20T21:20:02.3813069Z [00:02:55.718]➜  mkdir -p $WORK/b328/
2025-08-20T21:20:02.3814167Z [00:02:55.719]➜  cat >/tmp/go-build3619502580/b328/importcfg << 'EOF' # internal
2025-08-20T21:20:02.3815030Z [00:02:55.719]➜  # import config
2025-08-20T21:20:02.3816020Z [00:02:55.719]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:02.3818661Z [00:02:55.719]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3619502580/b329/_pkg_.a
2025-08-20T21:20:02.3820017Z [00:02:55.719]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3619502580/b339/_pkg_.a
2025-08-20T21:20:02.3824229Z [00:02:55.719]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build3619502580/b360/_pkg_.a
2025-08-20T21:20:02.3839515Z [00:02:55.719]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob=/tmp/go-build3619502580/b369/_pkg_.a
2025-08-20T21:20:02.3841377Z [00:02:55.719]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container=/tmp/go-build3619502580/b370/_pkg_.a
2025-08-20T21:20:02.3843028Z [00:02:55.719]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build3619502580/b364/_pkg_.a
2025-08-20T21:20:02.3844726Z [00:02:55.719]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build3619502580/b365/_pkg_.a
2025-08-20T21:20:02.3846877Z [00:02:55.719]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3619502580/b362/_pkg_.a
2025-08-20T21:20:02.3848612Z [00:02:55.719]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3619502580/b366/_pkg_.a
2025-08-20T21:20:02.3850197Z [00:02:55.719]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build3619502580/b368/_pkg_.a
2025-08-20T21:20:02.3852244Z [00:02:55.719]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/service=/tmp/go-build3619502580/b373/_pkg_.a
2025-08-20T21:20:02.3853459Z [00:02:55.719]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:02.3854251Z [00:02:55.719]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:02.3854831Z [00:02:55.719]➜  EOF
2025-08-20T21:20:02.3870841Z [00:02:55.719]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b328/_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/b328=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob -lang=go1.23 -complete -installsuffix shared -buildid hXxKPIcAFAobzuXTO5Gv/hXxKPIcAFAobzuXTO5Gv -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/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:20:02.3918657Z [00:02:55.731]➜  go tool buildid -w $WORK/b521/_pkg_.a # internal
2025-08-20T21:20:02.3933257Z [00:02:55.732]➜  cp $WORK/b521/_pkg_.a /root/.cache/go-build/34/347a0ad6ae62d90206558e4f7e51945300a813c54dd5942b93e51fc50b140583-d # internal
2025-08-20T21:20:02.3934661Z [00:02:55.733]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexoptions
2025-08-20T21:20:02.3936030Z [00:02:55.733]➜  mkdir -p $WORK/b522/
2025-08-20T21:20:02.3946536Z [00:02:55.734]➜  cat >/tmp/go-build3619502580/b522/importcfg << 'EOF' # internal
2025-08-20T21:20:02.3948187Z [00:02:55.734]➜  # import config
2025-08-20T21:20:02.3950063Z [00:02:55.734]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.3950996Z [00:02:55.734]➜  EOF
2025-08-20T21:20:02.3958318Z [00:02:55.734]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b522/_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/b522=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexoptions -lang=go1.21 -complete -installsuffix shared -buildid Ai0wLwvJ7UL5ChxA7n92/Ai0wLwvJ7UL5ChxA7n92 -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/indexoptions/indexoptions.go
2025-08-20T21:20:02.4288333Z [00:02:55.768]➜  go tool buildid -w $WORK/b522/_pkg_.a # internal
2025-08-20T21:20:02.4313906Z [00:02:55.769]➜  cp $WORK/b522/_pkg_.a /root/.cache/go-build/48/48f89e3897ff9d1db5785f14a0d5253818559216d15a4cf291104071d1b634e1-d # internal
2025-08-20T21:20:02.4315499Z [00:02:55.769]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexprivilege
2025-08-20T21:20:02.4316311Z [00:02:55.770]➜  mkdir -p $WORK/b523/
2025-08-20T21:20:02.4321965Z [00:02:55.771]➜  cat >/tmp/go-build3619502580/b523/importcfg << 'EOF' # internal
2025-08-20T21:20:02.4323063Z [00:02:55.771]➜  # import config
2025-08-20T21:20:02.4323777Z [00:02:55.771]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.4324437Z [00:02:55.771]➜  EOF
2025-08-20T21:20:02.4329481Z [00:02:55.771]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b523/_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/b523=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexprivilege -lang=go1.21 -complete -installsuffix shared -buildid 5_O7Mqu2GWEcjj4D5vd8/5_O7Mqu2GWEcjj4D5vd8 -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/indexprivilege/indexprivilege.go
2025-08-20T21:20:02.4678229Z [00:02:55.807]➜  go tool buildid -w $WORK/b523/_pkg_.a # internal
2025-08-20T21:20:02.4697079Z [00:02:55.808]➜  cp $WORK/b523/_pkg_.a /root/.cache/go-build/13/131134fa40b91a8d43d4650610e2da27ce96218a7f0470c55e1205d6d1e889e3-d # internal
2025-08-20T21:20:02.4698697Z [00:02:55.808]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingallocationoptions
2025-08-20T21:20:02.4699741Z [00:02:55.808]➜  mkdir -p $WORK/b524/
2025-08-20T21:20:02.4707976Z [00:02:55.809]➜  cat >/tmp/go-build3619502580/b524/importcfg << 'EOF' # internal
2025-08-20T21:20:02.4708717Z [00:02:55.809]➜  # import config
2025-08-20T21:20:02.4709402Z [00:02:55.809]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.4710065Z [00:02:55.809]➜  EOF
2025-08-20T21:20:02.4716402Z [00:02:55.809]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b524/_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/b524=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingallocationoptions -lang=go1.21 -complete -installsuffix shared -buildid Fk4jUm7XuHCVi-C-IzGh/Fk4jUm7XuHCVi-C-IzGh -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/indexroutingallocationoptions/indexroutingallocationoptions.go
2025-08-20T21:20:02.4966743Z [00:02:55.836]➜  go tool buildid -w $WORK/b524/_pkg_.a # internal
2025-08-20T21:20:02.4975453Z [00:02:55.837]➜  cp $WORK/b524/_pkg_.a /root/.cache/go-build/6d/6dc61ea7e9968a7bfccfd980de5b9d36494ab484751241addb6623affd86846a-d # internal
2025-08-20T21:20:02.4985008Z [00:02:55.837]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingrebalanceoptions
2025-08-20T21:20:02.4985962Z [00:02:55.837]➜  mkdir -p $WORK/b525/
2025-08-20T21:20:02.4986664Z [00:02:55.838]➜  cat >/tmp/go-build3619502580/b525/importcfg << 'EOF' # internal
2025-08-20T21:20:02.4987346Z [00:02:55.838]➜  # import config
2025-08-20T21:20:02.4987975Z [00:02:55.838]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.4988573Z [00:02:55.838]➜  EOF
2025-08-20T21:20:02.4995641Z [00:02:55.838]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b525/_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/b525=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingrebalanceoptions -lang=go1.21 -complete -installsuffix shared -buildid vpKUPzM2VHtWT3-BlcYq/vpKUPzM2VHtWT3-BlcYq -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/indexroutingrebalanceoptions/indexroutingrebalanceoptions.go
2025-08-20T21:20:02.5081341Z [00:02:55.847]➜  go tool buildid -w $WORK/b328/_pkg_.a # internal
2025-08-20T21:20:02.5115297Z [00:02:55.850]➜  cp $WORK/b328/_pkg_.a /root/.cache/go-build/a3/a37d667ec220779a446e75041a6c72e4ef3e70843a6d6164944c7fc8bcd5735d-d # internal
2025-08-20T21:20:02.5128111Z [00:02:55.851]➜  github.com/jrnd-io/jr/pkg/producers/azblobstorage
2025-08-20T21:20:02.5128777Z [00:02:55.851]➜  mkdir -p $WORK/b327/
2025-08-20T21:20:02.5129483Z [00:02:55.851]➜  cat >/tmp/go-build3619502580/b327/importcfg << 'EOF' # internal
2025-08-20T21:20:02.5130137Z [00:02:55.851]➜  # import config
2025-08-20T21:20:02.5130809Z [00:02:55.851]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:02.5131903Z [00:02:55.851]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:02.5132792Z [00:02:55.851]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:02.5133962Z [00:02:55.851]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob=/tmp/go-build3619502580/b328/_pkg_.a
2025-08-20T21:20:02.5135196Z [00:02:55.851]➜  packagefile github.com/google/uuid=/tmp/go-build3619502580/b213/_pkg_.a
2025-08-20T21:20:02.5136237Z [00:02:55.851]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build3619502580/b216/_pkg_.a
2025-08-20T21:20:02.5137113Z [00:02:55.851]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:02.5137888Z [00:02:55.851]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.5138476Z [00:02:55.851]➜  EOF
2025-08-20T21:20:02.5142719Z [00:02:55.851]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b327/_pkg_.a -trimpath "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/azblobstorage=>github.com/jrnd-io/jr/pkg/producers/azblobstorage;$WORK/b327=>" -p github.com/jrnd-io/jr/pkg/producers/azblobstorage -lang=go1.24 -complete -installsuffix shared -buildid GzoayLjDAh0wp9ofwB3W/GzoayLjDAh0wp9ofwB3W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b327/importcfg -pack ./pkg/producers/azblobstorage/config.go ./pkg/producers/azblobstorage/producer.go
2025-08-20T21:20:02.5278969Z [00:02:55.867]➜  go tool buildid -w $WORK/b525/_pkg_.a # internal
2025-08-20T21:20:02.5287232Z [00:02:55.868]➜  cp $WORK/b525/_pkg_.a /root/.cache/go-build/34/34326db50120f4485c206525a497234fc411cdbc09473026121e700de631560e-d # internal
2025-08-20T21:20:02.5289977Z [00:02:55.868]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indicatorhealthstatus
2025-08-20T21:20:02.5293107Z [00:02:55.868]➜  mkdir -p $WORK/b526/
2025-08-20T21:20:02.5295315Z [00:02:55.869]➜  cat >/tmp/go-build3619502580/b526/importcfg << 'EOF' # internal
2025-08-20T21:20:02.5301878Z [00:02:55.869]➜  # import config
2025-08-20T21:20:02.5302593Z [00:02:55.869]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.5303268Z [00:02:55.869]➜  EOF
2025-08-20T21:20:02.5308588Z [00:02:55.869]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b526/_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/b526=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indicatorhealthstatus -lang=go1.21 -complete -installsuffix shared -buildid HCxc7xLY-X7HBOfMVilf/HCxc7xLY-X7HBOfMVilf -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/indicatorhealthstatus/indicatorhealthstatus.go
2025-08-20T21:20:02.5516510Z [00:02:55.891]➜  go tool buildid -w $WORK/b526/_pkg_.a # internal
2025-08-20T21:20:02.5537638Z [00:02:55.891]➜  cp $WORK/b526/_pkg_.a /root/.cache/go-build/b6/b6cedd1e7caf6e7076c4f19658f0930a93a0e8e9379b7b7d736c4e348ee8f478-d # internal
2025-08-20T21:20:02.5539102Z [00:02:55.893]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/inputtype
2025-08-20T21:20:02.5549035Z [00:02:55.893]➜  mkdir -p $WORK/b527/
2025-08-20T21:20:02.5549781Z [00:02:55.893]➜  cat >/tmp/go-build3619502580/b527/importcfg << 'EOF' # internal
2025-08-20T21:20:02.5550861Z [00:02:55.893]➜  # import config
2025-08-20T21:20:02.5551692Z [00:02:55.893]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.5552323Z [00:02:55.893]➜  EOF
2025-08-20T21:20:02.5557098Z [00:02:55.893]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b527/_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/b527=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/inputtype -lang=go1.21 -complete -installsuffix shared -buildid 4syzQ9UJ4vTVuZxzvC3a/4syzQ9UJ4vTVuZxzvC3a -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/inputtype/inputtype.go
2025-08-20T21:20:02.5756685Z [00:02:55.915]➜  go tool buildid -w $WORK/b527/_pkg_.a # internal
2025-08-20T21:20:02.5773175Z [00:02:55.915]➜  cp $WORK/b527/_pkg_.a /root/.cache/go-build/4b/4b87f6eaedc38bfb9f519402a7dbf2a8bbde4fbcd354a0e23f4faa3487a2135d-d # internal
2025-08-20T21:20:02.5774737Z [00:02:55.915]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jinaaisimilaritytype
2025-08-20T21:20:02.5775633Z [00:02:55.915]➜  mkdir -p $WORK/b528/
2025-08-20T21:20:02.5776369Z [00:02:55.916]➜  cat >/tmp/go-build3619502580/b528/importcfg << 'EOF' # internal
2025-08-20T21:20:02.5777076Z [00:02:55.916]➜  # import config
2025-08-20T21:20:02.5777761Z [00:02:55.916]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.5778420Z [00:02:55.916]➜  EOF
2025-08-20T21:20:02.5784651Z [00:02:55.916]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b528/_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/b528=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jinaaisimilaritytype -lang=go1.21 -complete -installsuffix shared -buildid ukwN9TMvv2m5DEkfOXC1/ukwN9TMvv2m5DEkfOXC1 -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/jinaaisimilaritytype/jinaaisimilaritytype.go
2025-08-20T21:20:02.6036972Z [00:02:55.943]➜  go tool buildid -w $WORK/b528/_pkg_.a # internal
2025-08-20T21:20:02.6042101Z [00:02:55.943]➜  cp $WORK/b528/_pkg_.a /root/.cache/go-build/1d/1d373c7b1420749443bc9c68ed3556b9b533b9f86d312726316edb62036f6317-d # internal
2025-08-20T21:20:02.6043647Z [00:02:55.943]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jinaaitextembeddingtask
2025-08-20T21:20:02.6044560Z [00:02:55.943]➜  mkdir -p $WORK/b529/
2025-08-20T21:20:02.6047720Z [00:02:55.944]➜  cat >/tmp/go-build3619502580/b529/importcfg << 'EOF' # internal
2025-08-20T21:20:02.6051951Z [00:02:55.944]➜  # import config
2025-08-20T21:20:02.6054237Z [00:02:55.944]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.6054888Z [00:02:55.944]➜  EOF
2025-08-20T21:20:02.6060291Z [00:02:55.944]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b529/_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/b529=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jinaaitextembeddingtask -lang=go1.21 -complete -installsuffix shared -buildid dp7fhzRpwGl9H6vskGth/dp7fhzRpwGl9H6vskGth -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/jinaaitextembeddingtask/jinaaitextembeddingtask.go
2025-08-20T21:20:02.6276447Z [00:02:55.967]➜  go tool buildid -w $WORK/b529/_pkg_.a # internal
2025-08-20T21:20:02.6284678Z [00:02:55.967]➜  cp $WORK/b529/_pkg_.a /root/.cache/go-build/32/3204f82f39c91bddb12436607da29ca7475cddbd0a70a6b996d17d28ec089c91-d # internal
2025-08-20T21:20:02.6286118Z [00:02:55.967]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobblockedreason
2025-08-20T21:20:02.6286950Z [00:02:55.967]➜  mkdir -p $WORK/b530/
2025-08-20T21:20:02.6295348Z [00:02:55.968]➜  cat >/tmp/go-build3619502580/b530/importcfg << 'EOF' # internal
2025-08-20T21:20:02.6296032Z [00:02:55.968]➜  # import config
2025-08-20T21:20:02.6296682Z [00:02:55.968]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.6297281Z [00:02:55.968]➜  EOF
2025-08-20T21:20:02.6302451Z [00:02:55.968]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b530/_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/b530=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobblockedreason -lang=go1.21 -complete -installsuffix shared -buildid 3LZrNBQ4qk9OSKvHPOEa/3LZrNBQ4qk9OSKvHPOEa -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/jobblockedreason/jobblockedreason.go
2025-08-20T21:20:02.6424978Z [00:02:55.982]➜  go tool buildid -w $WORK/b327/_pkg_.a # internal
2025-08-20T21:20:02.6457295Z [00:02:55.985]➜  cp $WORK/b327/_pkg_.a /root/.cache/go-build/36/362295411e733eb52c50ce50ab32adf56a6c722ed82217b836b1caf531bef92c-d # internal
2025-08-20T21:20:02.6463000Z [00:02:55.985]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobstate
2025-08-20T21:20:02.6464687Z [00:02:55.985]➜  mkdir -p $WORK/b531/
2025-08-20T21:20:02.6467728Z [00:02:55.986]➜  cat >/tmp/go-build3619502580/b531/importcfg << 'EOF' # internal
2025-08-20T21:20:02.6468402Z [00:02:55.986]➜  # import config
2025-08-20T21:20:02.6469052Z [00:02:55.986]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.6469687Z [00:02:55.986]➜  EOF
2025-08-20T21:20:02.6475300Z [00:02:55.986]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b531/_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/b531=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobstate -lang=go1.21 -complete -installsuffix shared -buildid yXK_iEOuv0nk4B5aCH0h/yXK_iEOuv0nk4B5aCH0h -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/jobstate/jobstate.go
2025-08-20T21:20:02.6489162Z [00:02:55.988]➜  go tool buildid -w $WORK/b530/_pkg_.a # internal
2025-08-20T21:20:02.6495832Z [00:02:55.989]➜  cp $WORK/b530/_pkg_.a /root/.cache/go-build/e2/e2a7c33938ca64ace79a7eb6c631ff1a357d45f894a609eb9cfdbf1ff512a300-d # internal
2025-08-20T21:20:02.6503586Z [00:02:55.989]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jsonprocessorconflictstrategy
2025-08-20T21:20:02.6504585Z [00:02:55.989]➜  mkdir -p $WORK/b532/
2025-08-20T21:20:02.6516317Z [00:02:55.991]➜  cat >/tmp/go-build3619502580/b532/importcfg << 'EOF' # internal
2025-08-20T21:20:02.6517920Z [00:02:55.991]➜  # import config
2025-08-20T21:20:02.6518931Z [00:02:55.991]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.6520139Z [00:02:55.991]➜  EOF
2025-08-20T21:20:02.6526393Z [00:02:55.991]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b532/_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/b532=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jsonprocessorconflictstrategy -lang=go1.21 -complete -installsuffix shared -buildid R0gutzTv1-3EFfuzOihf/R0gutzTv1-3EFfuzOihf -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/jsonprocessorconflictstrategy/jsonprocessorconflictstrategy.go
2025-08-20T21:20:02.6622308Z [00:02:56.001]➜  go tool buildid -w $WORK/b531/_pkg_.a # internal
2025-08-20T21:20:02.6627114Z [00:02:56.002]➜  go tool buildid -w $WORK/b532/_pkg_.a # internal
2025-08-20T21:20:02.6638149Z [00:02:56.002]➜  cp $WORK/b531/_pkg_.a /root/.cache/go-build/80/8068cf7e53339b7e9864f435da0d6fbc7ae143f3c0cf0a845304981f7f8095e6-d # internal
2025-08-20T21:20:02.6640125Z [00:02:56.002]➜  cp $WORK/b532/_pkg_.a /root/.cache/go-build/8d/8d7cce9a5f4c4b95f0eafb012383f52a35891b25192448101e7d9176ef66d6a8-d # internal
2025-08-20T21:20:02.6646946Z [00:02:56.003]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/kuromojitokenizationmode
2025-08-20T21:20:02.6648252Z [00:02:56.003]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/keeptypesmode
2025-08-20T21:20:02.6649079Z [00:02:56.003]➜  mkdir -p $WORK/b534/
2025-08-20T21:20:02.6649597Z [00:02:56.003]➜  mkdir -p $WORK/b533/
2025-08-20T21:20:02.6650316Z [00:02:56.004]➜  cat >/tmp/go-build3619502580/b534/importcfg << 'EOF' # internal
2025-08-20T21:20:02.6650982Z [00:02:56.004]➜  # import config
2025-08-20T21:20:02.6651791Z [00:02:56.004]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.6652417Z [00:02:56.004]➜  EOF
2025-08-20T21:20:02.6653043Z [00:02:56.004]➜  cat >/tmp/go-build3619502580/b533/importcfg << 'EOF' # internal
2025-08-20T21:20:02.6653730Z [00:02:56.004]➜  # import config
2025-08-20T21:20:02.6654427Z [00:02:56.004]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.6655311Z [00:02:56.004]➜  EOF
2025-08-20T21:20:02.6660365Z [00:02:56.004]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b533/_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/b533=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/keeptypesmode -lang=go1.21 -complete -installsuffix shared -buildid tYf7qmyW7CblT9crACG4/tYf7qmyW7CblT9crACG4 -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/keeptypesmode/keeptypesmode.go
2025-08-20T21:20:02.6670064Z [00:02:56.004]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b534/_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/b534=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/kuromojitokenizationmode -lang=go1.21 -complete -installsuffix shared -buildid uM7LYirc5kjbm02PxV1C/uM7LYirc5kjbm02PxV1C -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/kuromojitokenizationmode/kuromojitokenizationmode.go
2025-08-20T21:20:02.6823328Z [00:02:56.022]➜  go tool buildid -w $WORK/b533/_pkg_.a # internal
2025-08-20T21:20:02.6843020Z [00:02:56.023]➜  cp $WORK/b533/_pkg_.a /root/.cache/go-build/42/42ab18833a7259119c2c25629ccc412618c7b07ee6612819f95afaeddd96435e-d # internal
2025-08-20T21:20:02.6844962Z [00:02:56.023]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensestatus
2025-08-20T21:20:02.6847763Z [00:02:56.023]➜  mkdir -p $WORK/b535/
2025-08-20T21:20:02.6848827Z [00:02:56.023]➜  cat >/tmp/go-build3619502580/b535/importcfg << 'EOF' # internal
2025-08-20T21:20:02.6849857Z [00:02:56.023]➜  # import config
2025-08-20T21:20:02.6852451Z [00:02:56.023]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.6854198Z [00:02:56.023]➜  EOF
2025-08-20T21:20:02.6861104Z [00:02:56.023]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b535/_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/b535=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensestatus -lang=go1.21 -complete -installsuffix shared -buildid 4n-gCWSKRfvnWSBPnPIY/4n-gCWSKRfvnWSBPnPIY -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/licensestatus/licensestatus.go
2025-08-20T21:20:02.6885985Z [00:02:56.028]➜  go tool buildid -w $WORK/b534/_pkg_.a # internal
2025-08-20T21:20:02.6892316Z [00:02:56.028]➜  cp $WORK/b534/_pkg_.a /root/.cache/go-build/56/56860068736448f64b081824104aef652caca12a925186bd3342efe420163443-d # internal
2025-08-20T21:20:02.6899067Z [00:02:56.029]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensetype
2025-08-20T21:20:02.6899896Z [00:02:56.029]➜  mkdir -p $WORK/b536/
2025-08-20T21:20:02.6900617Z [00:02:56.029]➜  cat >/tmp/go-build3619502580/b536/importcfg << 'EOF' # internal
2025-08-20T21:20:02.6901485Z [00:02:56.029]➜  # import config
2025-08-20T21:20:02.6902177Z [00:02:56.029]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.6902799Z [00:02:56.029]➜  EOF
2025-08-20T21:20:02.6907885Z [00:02:56.029]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b536/_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/b536=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensetype -lang=go1.21 -complete -installsuffix shared -buildid p7g0M9nFXbKOc_-_uL4W/p7g0M9nFXbKOc_-_uL4W -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/licensetype/licensetype.go
2025-08-20T21:20:02.7049223Z [00:02:56.044]➜  go tool buildid -w $WORK/b535/_pkg_.a # internal
2025-08-20T21:20:02.7057627Z [00:02:56.045]➜  cp $WORK/b535/_pkg_.a /root/.cache/go-build/49/493635088df81a1dab5eca9a4a9497c43059e4be413bb24a9ef6bb9af421082b-d # internal
2025-08-20T21:20:02.7060293Z [00:02:56.045]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/lifecycleoperationmode
2025-08-20T21:20:02.7062077Z [00:02:56.046]➜  mkdir -p $WORK/b537/
2025-08-20T21:20:02.7066320Z [00:02:56.046]➜  cat >/tmp/go-build3619502580/b537/importcfg << 'EOF' # internal
2025-08-20T21:20:02.7067952Z [00:02:56.046]➜  # import config
2025-08-20T21:20:02.7082315Z [00:02:56.046]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.7082995Z [00:02:56.046]➜  EOF
2025-08-20T21:20:02.7088499Z [00:02:56.046]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b537/_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/b537=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/lifecycleoperationmode -lang=go1.21 -complete -installsuffix shared -buildid ABNwQeEjZI3fD2K9ywRK/ABNwQeEjZI3fD2K9ywRK -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/lifecycleoperationmode/lifecycleoperationmode.go
2025-08-20T21:20:02.7126439Z [00:02:56.052]➜  go tool buildid -w $WORK/b536/_pkg_.a # internal
2025-08-20T21:20:02.7145901Z [00:02:56.052]➜  cp $WORK/b536/_pkg_.a /root/.cache/go-build/a7/a7002cdc7657058d981feb2ef2abd725379823f5d1cc685857262c110b6675e7-d # internal
2025-08-20T21:20:02.7147399Z [00:02:56.053]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/managedby
2025-08-20T21:20:02.7148085Z [00:02:56.053]➜  mkdir -p $WORK/b538/
2025-08-20T21:20:02.7149111Z [00:02:56.054]➜  cat >/tmp/go-build3619502580/b538/importcfg << 'EOF' # internal
2025-08-20T21:20:02.7150367Z [00:02:56.054]➜  # import config
2025-08-20T21:20:02.7151705Z [00:02:56.054]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.7153882Z [00:02:56.054]➜  EOF
2025-08-20T21:20:02.7158662Z [00:02:56.054]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b538/_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/b538=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/managedby -lang=go1.21 -complete -installsuffix shared -buildid 6DAhqzZsd7IdWn477JoO/6DAhqzZsd7IdWn477JoO -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/managedby/managedby.go
2025-08-20T21:20:02.7288489Z [00:02:56.068]➜  go tool buildid -w $WORK/b537/_pkg_.a # internal
2025-08-20T21:20:02.7304562Z [00:02:56.070]➜  cp $WORK/b537/_pkg_.a /root/.cache/go-build/40/40d77a37d28303aa3a02e74fb834397b82ff84c66c4511b3df4d2561ea84d2a8-d # internal
2025-08-20T21:20:02.7312660Z [00:02:56.070]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/matchtype
2025-08-20T21:20:02.7322939Z [00:02:56.071]➜  mkdir -p $WORK/b539/
2025-08-20T21:20:02.7323730Z [00:02:56.071]➜  cat >/tmp/go-build3619502580/b539/importcfg << 'EOF' # internal
2025-08-20T21:20:02.7324460Z [00:02:56.071]➜  # import config
2025-08-20T21:20:02.7325186Z [00:02:56.071]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.7325897Z [00:02:56.071]➜  EOF
2025-08-20T21:20:02.7330950Z [00:02:56.071]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b539/_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/b539=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/matchtype -lang=go1.21 -complete -installsuffix shared -buildid ywZqwP6qIX-MDTyqhoHU/ywZqwP6qIX-MDTyqhoHU -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/matchtype/matchtype.go
2025-08-20T21:20:02.7416288Z [00:02:56.081]➜  go tool buildid -w $WORK/b538/_pkg_.a # internal
2025-08-20T21:20:02.7421352Z [00:02:56.081]➜  cp $WORK/b538/_pkg_.a /root/.cache/go-build/80/80d1467b9026ab2b28ed5e68be32befe6b1c69af0fbb5a750742cb91dfb147b9-d # internal
2025-08-20T21:20:02.7427926Z [00:02:56.082]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/memorystatus
2025-08-20T21:20:02.7428759Z [00:02:56.082]➜  mkdir -p $WORK/b540/
2025-08-20T21:20:02.7429466Z [00:02:56.082]➜  cat >/tmp/go-build3619502580/b540/importcfg << 'EOF' # internal
2025-08-20T21:20:02.7430121Z [00:02:56.082]➜  # import config
2025-08-20T21:20:02.7430791Z [00:02:56.082]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.7431825Z [00:02:56.082]➜  EOF
2025-08-20T21:20:02.7455986Z [00:02:56.084]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b540/_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/b540=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/memorystatus -lang=go1.21 -complete -installsuffix shared -buildid wSuECql-j4r1EFGQPFQK/wSuECql-j4r1EFGQPFQK -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/memorystatus/memorystatus.go
2025-08-20T21:20:02.7540991Z [00:02:56.093]➜  go tool buildid -w $WORK/b539/_pkg_.a # internal
2025-08-20T21:20:02.7547827Z [00:02:56.094]➜  cp $WORK/b539/_pkg_.a /root/.cache/go-build/aa/aa387f84742dc1385d9f514bffeb53524d8d053454cee16e41667bbfd4f6a30e-d # internal
2025-08-20T21:20:02.7576543Z [00:02:56.097]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/metric
2025-08-20T21:20:02.7577726Z [00:02:56.097]➜  mkdir -p $WORK/b541/
2025-08-20T21:20:02.7579449Z [00:02:56.097]➜  cat >/tmp/go-build3619502580/b541/importcfg << 'EOF' # internal
2025-08-20T21:20:02.7580093Z [00:02:56.097]➜  # import config
2025-08-20T21:20:02.7580725Z [00:02:56.097]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.7581479Z [00:02:56.097]➜  EOF
2025-08-20T21:20:02.7586110Z [00:02:56.097]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b541/_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/b541=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/metric -lang=go1.21 -complete -installsuffix shared -buildid z390iBdrHaeV_hSJr1RZ/z390iBdrHaeV_hSJr1RZ -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/metric/metric.go
2025-08-20T21:20:02.7742090Z [00:02:56.113]➜  go tool buildid -w $WORK/b540/_pkg_.a # internal
2025-08-20T21:20:02.7752969Z [00:02:56.114]➜  cp $WORK/b540/_pkg_.a /root/.cache/go-build/33/33dfc9677b578c74c3b0940bd920b56d30fa57503d60a4be5745cbe4160d0c62-d # internal
2025-08-20T21:20:02.7764778Z [00:02:56.116]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/migrationstatus
2025-08-20T21:20:02.7768520Z [00:02:56.116]➜  mkdir -p $WORK/b542/
2025-08-20T21:20:02.7769246Z [00:02:56.116]➜  cat >/tmp/go-build3619502580/b542/importcfg << 'EOF' # internal
2025-08-20T21:20:02.7770306Z [00:02:56.116]➜  # import config
2025-08-20T21:20:02.7771039Z [00:02:56.116]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.7771830Z [00:02:56.116]➜  EOF
2025-08-20T21:20:02.7776664Z [00:02:56.116]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b542/_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/b542=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/migrationstatus -lang=go1.21 -complete -installsuffix shared -buildid Pwz_djjZPdInLX79Weim/Pwz_djjZPdInLX79Weim -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/migrationstatus/migrationstatus.go
2025-08-20T21:20:02.7854997Z [00:02:56.125]➜  go tool buildid -w $WORK/b541/_pkg_.a # internal
2025-08-20T21:20:02.7861756Z [00:02:56.125]➜  cp $WORK/b541/_pkg_.a /root/.cache/go-build/2e/2e81f98bdbf3ac271a69af7a29b69c088156ba7c647c8e89d1724271c7a87a53-d # internal
2025-08-20T21:20:02.7875179Z [00:02:56.127]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/minimuminterval
2025-08-20T21:20:02.7878013Z [00:02:56.127]➜  mkdir -p $WORK/b543/
2025-08-20T21:20:02.7878741Z [00:02:56.127]➜  cat >/tmp/go-build3619502580/b543/importcfg << 'EOF' # internal
2025-08-20T21:20:02.7879382Z [00:02:56.127]➜  # import config
2025-08-20T21:20:02.7880009Z [00:02:56.127]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.7880597Z [00:02:56.127]➜  EOF
2025-08-20T21:20:02.7885657Z [00:02:56.127]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b543/_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/b543=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/minimuminterval -lang=go1.21 -complete -installsuffix shared -buildid 9P8V5T9OjMpdgkeW31kC/9P8V5T9OjMpdgkeW31kC -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/minimuminterval/minimuminterval.go
2025-08-20T21:20:02.8010146Z [00:02:56.140]➜  go tool buildid -w $WORK/b542/_pkg_.a # internal
2025-08-20T21:20:02.8017660Z [00:02:56.141]➜  cp $WORK/b542/_pkg_.a /root/.cache/go-build/1d/1d07032eb8be5adb63be390fbbe1f08dae9167d83fb1bf8f1167774597d288d7-d # internal
2025-08-20T21:20:02.8036495Z [00:02:56.143]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/missingorder
2025-08-20T21:20:02.8038919Z [00:02:56.143]➜  mkdir -p $WORK/b544/
2025-08-20T21:20:02.8039638Z [00:02:56.143]➜  cat >/tmp/go-build3619502580/b544/importcfg << 'EOF' # internal
2025-08-20T21:20:02.8040284Z [00:02:56.143]➜  # import config
2025-08-20T21:20:02.8040940Z [00:02:56.143]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.8041695Z [00:02:56.143]➜  EOF
2025-08-20T21:20:02.8046482Z [00:02:56.143]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b544/_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/b544=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/missingorder -lang=go1.21 -complete -installsuffix shared -buildid 3jI3GDbqLyJSwTcavxdc/3jI3GDbqLyJSwTcavxdc -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/missingorder/missingorder.go
2025-08-20T21:20:02.8246001Z [00:02:56.164]➜  go tool buildid -w $WORK/b543/_pkg_.a # internal
2025-08-20T21:20:02.8283460Z [00:02:56.166]➜  cp $WORK/b543/_pkg_.a /root/.cache/go-build/2a/2aeb5fd76be3c1869a7bf5fab87e01e1b7aaf253d4d9dd70ea6c5490c3383fb5-d # internal
2025-08-20T21:20:02.8285699Z [00:02:56.168]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/modeenum
2025-08-20T21:20:02.8286488Z [00:02:56.168]➜  mkdir -p $WORK/b545/
2025-08-20T21:20:02.8287135Z [00:02:56.168]➜  go tool buildid -w $WORK/b544/_pkg_.a # internal
2025-08-20T21:20:02.8302917Z [00:02:56.168]➜  cp $WORK/b544/_pkg_.a /root/.cache/go-build/78/783c83ed9d1ba47f4d42e78bedc77bed355c423793d47ad03560a38c7d330390-d # internal
2025-08-20T21:20:02.8334923Z [00:02:56.172]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/month
2025-08-20T21:20:02.8335723Z [00:02:56.172]➜  mkdir -p $WORK/b546/
2025-08-20T21:20:02.8336454Z [00:02:56.172]➜  cat >/tmp/go-build3619502580/b545/importcfg << 'EOF' # internal
2025-08-20T21:20:02.8337115Z [00:02:56.172]➜  # import config
2025-08-20T21:20:02.8337777Z [00:02:56.172]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.8338390Z [00:02:56.172]➜  EOF
2025-08-20T21:20:02.8343455Z [00:02:56.172]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b545/_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/b545=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/modeenum -lang=go1.21 -complete -installsuffix shared -buildid xPfmuEhSUNYLSOIHHPlr/xPfmuEhSUNYLSOIHHPlr -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/modeenum/modeenum.go
2025-08-20T21:20:02.8347956Z [00:02:56.172]➜  cat >/tmp/go-build3619502580/b546/importcfg << 'EOF' # internal
2025-08-20T21:20:02.8348638Z [00:02:56.172]➜  # import config
2025-08-20T21:20:02.8349291Z [00:02:56.172]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.8349891Z [00:02:56.172]➜  EOF
2025-08-20T21:20:02.8408262Z [00:02:56.172]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b546/_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/b546=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/month -lang=go1.21 -complete -installsuffix shared -buildid OSwABiykV9yshwK3QGkh/OSwABiykV9yshwK3QGkh -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/month/month.go
2025-08-20T21:20:02.8784829Z [00:02:56.217]➜  go tool buildid -w $WORK/b545/_pkg_.a # internal
2025-08-20T21:20:02.8790797Z [00:02:56.218]➜  cp $WORK/b545/_pkg_.a /root/.cache/go-build/d5/d53aa8dfc7bbb3bb97800acb19f711b0310696e473676cf53c6379eeb6e0ecd8-d # internal
2025-08-20T21:20:02.8803870Z [00:02:56.218]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/multivaluemode
2025-08-20T21:20:02.8804715Z [00:02:56.218]➜  mkdir -p $WORK/b547/
2025-08-20T21:20:02.8805774Z [00:02:56.219]➜  cat >/tmp/go-build3619502580/b547/importcfg << 'EOF' # internal
2025-08-20T21:20:02.8806465Z [00:02:56.219]➜  # import config
2025-08-20T21:20:02.8807141Z [00:02:56.219]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.8807780Z [00:02:56.219]➜  EOF
2025-08-20T21:20:02.8818732Z [00:02:56.221]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b547/_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/b547=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/multivaluemode -lang=go1.21 -complete -installsuffix shared -buildid jVPnG7ajHvwqn0cOdpiZ/jVPnG7ajHvwqn0cOdpiZ -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/multivaluemode/multivaluemode.go
2025-08-20T21:20:02.8846894Z [00:02:56.224]➜  go tool buildid -w $WORK/b546/_pkg_.a # internal
2025-08-20T21:20:02.8850870Z [00:02:56.224]➜  cp $WORK/b546/_pkg_.a /root/.cache/go-build/80/80b52810056a8b347290d70bc18b837057e5ee913a90112936a1907c86cac7b8-d # internal
2025-08-20T21:20:02.8855370Z [00:02:56.224]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noderole
2025-08-20T21:20:02.8857453Z [00:02:56.224]➜  mkdir -p $WORK/b548/
2025-08-20T21:20:02.8858147Z [00:02:56.225]➜  cat >/tmp/go-build3619502580/b548/importcfg << 'EOF' # internal
2025-08-20T21:20:02.8858766Z [00:02:56.225]➜  # import config
2025-08-20T21:20:02.8859355Z [00:02:56.225]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.8859946Z [00:02:56.225]➜  EOF
2025-08-20T21:20:02.8876407Z [00:02:56.225]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b548/_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/b548=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noderole -lang=go1.21 -complete -installsuffix shared -buildid 7lxO6dhOFm3kXi3fhkAO/7lxO6dhOFm3kXi3fhkAO -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/noderole/noderole.go
2025-08-20T21:20:02.9028331Z [00:02:56.242]➜  go tool buildid -w $WORK/b547/_pkg_.a # internal
2025-08-20T21:20:02.9035251Z [00:02:56.243]➜  cp $WORK/b547/_pkg_.a /root/.cache/go-build/2c/2c58ad83541c5517a94c12afb9c9f82e8f034f0381a15bf69ac22d9eed2e014a-d # internal
2025-08-20T21:20:02.9040733Z [00:02:56.243]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noridecompoundmode
2025-08-20T21:20:02.9045930Z [00:02:56.243]➜  mkdir -p $WORK/b549/
2025-08-20T21:20:02.9050162Z [00:02:56.244]➜  cat >/tmp/go-build3619502580/b549/importcfg << 'EOF' # internal
2025-08-20T21:20:02.9050863Z [00:02:56.244]➜  # import config
2025-08-20T21:20:02.9051782Z [00:02:56.244]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.9052430Z [00:02:56.244]➜  EOF
2025-08-20T21:20:02.9057567Z [00:02:56.244]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b549/_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/b549=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noridecompoundmode -lang=go1.21 -complete -installsuffix shared -buildid IRWEGhMCWkifJJRkz2us/IRWEGhMCWkifJJRkz2us -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/noridecompoundmode/noridecompoundmode.go
2025-08-20T21:20:02.9098084Z [00:02:56.249]➜  go tool buildid -w $WORK/b548/_pkg_.a # internal
2025-08-20T21:20:02.9104207Z [00:02:56.249]➜  cp $WORK/b548/_pkg_.a /root/.cache/go-build/1c/1cf3b43007eca3398202be1244fbadd87970b44e80d5bffcd7e1f16f58bf74f2-d # internal
2025-08-20T21:20:02.9109860Z [00:02:56.250]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalization
2025-08-20T21:20:02.9110690Z [00:02:56.250]➜  mkdir -p $WORK/b550/
2025-08-20T21:20:02.9117468Z [00:02:56.251]➜  cat >/tmp/go-build3619502580/b550/importcfg << 'EOF' # internal
2025-08-20T21:20:02.9119264Z [00:02:56.251]➜  # import config
2025-08-20T21:20:02.9121528Z [00:02:56.251]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.9122338Z [00:02:56.251]➜  EOF
2025-08-20T21:20:02.9128710Z [00:02:56.251]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b550/_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/b550=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalization -lang=go1.21 -complete -installsuffix shared -buildid cl1OOynDX-F5tdMsbivl/cl1OOynDX-F5tdMsbivl -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/normalization/normalization.go
2025-08-20T21:20:02.9255887Z [00:02:56.265]➜  go tool buildid -w $WORK/b549/_pkg_.a # internal
2025-08-20T21:20:02.9266794Z [00:02:56.265]➜  cp $WORK/b549/_pkg_.a /root/.cache/go-build/66/660153bca445064484531c0dd4f2f4a69d0e3fd3ef8dc6ef5005b2cb173d2e93-d # internal
2025-08-20T21:20:02.9268237Z [00:02:56.266]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalizemethod
2025-08-20T21:20:02.9274546Z [00:02:56.266]➜  mkdir -p $WORK/b551/
2025-08-20T21:20:02.9275318Z [00:02:56.266]➜  cat >/tmp/go-build3619502580/b551/importcfg << 'EOF' # internal
2025-08-20T21:20:02.9276014Z [00:02:56.266]➜  # import config
2025-08-20T21:20:02.9276687Z [00:02:56.266]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.9277353Z [00:02:56.266]➜  EOF
2025-08-20T21:20:02.9282530Z [00:02:56.266]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b551/_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/b551=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalizemethod -lang=go1.21 -complete -installsuffix shared -buildid rwVWt0HmXCp6E90hM7fG/rwVWt0HmXCp6E90hM7fG -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/normalizemethod/normalizemethod.go
2025-08-20T21:20:02.9524696Z [00:02:56.292]➜  go tool buildid -w $WORK/b550/_pkg_.a # internal
2025-08-20T21:20:02.9526496Z [00:02:56.292]➜  go tool buildid -w $WORK/b551/_pkg_.a # internal
2025-08-20T21:20:02.9530743Z [00:02:56.292]➜  cp $WORK/b550/_pkg_.a /root/.cache/go-build/0a/0aed2d5029aa5e17e01d81fc6dcd0816c72b1cea030d7a8c714c99e85aa66409-d # internal
2025-08-20T21:20:02.9532390Z [00:02:56.292]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/numericfielddataformat
2025-08-20T21:20:02.9533582Z [00:02:56.292]➜  mkdir -p $WORK/b552/
2025-08-20T21:20:02.9535813Z [00:02:56.293]➜  cat >/tmp/go-build3619502580/b552/importcfg << 'EOF' # internal
2025-08-20T21:20:02.9538663Z [00:02:56.293]➜  # import config
2025-08-20T21:20:02.9540145Z [00:02:56.293]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.9541004Z [00:02:56.293]➜  EOF
2025-08-20T21:20:02.9548136Z [00:02:56.293]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b552/_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/b552=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/numericfielddataformat -lang=go1.21 -complete -installsuffix shared -buildid oNu-qiNYHwcVpIM1hguH/oNu-qiNYHwcVpIM1hguH -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/numericfielddataformat/numericfielddataformat.go
2025-08-20T21:20:02.9554512Z [00:02:56.293]➜  cp $WORK/b551/_pkg_.a /root/.cache/go-build/67/674129dc70f4743a9702b3dcacc2436ae7bf1b7427701d3a42ef58e153368d2d-d # internal
2025-08-20T21:20:02.9555920Z [00:02:56.295]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/onscripterror
2025-08-20T21:20:02.9556692Z [00:02:56.295]➜  mkdir -p $WORK/b553/
2025-08-20T21:20:02.9560875Z [00:02:56.295]➜  cat >/tmp/go-build3619502580/b553/importcfg << 'EOF' # internal
2025-08-20T21:20:02.9561704Z [00:02:56.295]➜  # import config
2025-08-20T21:20:02.9562383Z [00:02:56.295]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.9582585Z [00:02:56.298]➜  EOF
2025-08-20T21:20:02.9588036Z [00:02:56.298]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b553/_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/b553=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/onscripterror -lang=go1.21 -complete -installsuffix shared -buildid FUaInSPKKcvQzXWOzcKe/FUaInSPKKcvQzXWOzcKe -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/onscripterror/onscripterror.go
2025-08-20T21:20:02.9690185Z [00:02:56.308]➜  go tool buildid -w $WORK/b552/_pkg_.a # internal
2025-08-20T21:20:02.9697608Z [00:02:56.309]➜  cp $WORK/b552/_pkg_.a /root/.cache/go-build/2c/2c2ff6828d091f5716f13160b47964e107c3615d85b1d1144efdfc80a4a79552-d # internal
2025-08-20T21:20:02.9706066Z [00:02:56.310]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator
2025-08-20T21:20:02.9706860Z [00:02:56.310]➜  mkdir -p $WORK/b554/
2025-08-20T21:20:02.9707556Z [00:02:56.310]➜  cat >/tmp/go-build3619502580/b554/importcfg << 'EOF' # internal
2025-08-20T21:20:02.9708195Z [00:02:56.310]➜  # import config
2025-08-20T21:20:02.9708837Z [00:02:56.310]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.9709430Z [00:02:56.310]➜  EOF
2025-08-20T21:20:02.9717282Z [00:02:56.310]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b554/_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/b554=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator -lang=go1.21 -complete -installsuffix shared -buildid E-ESA4eZKG94maHGlrvY/E-ESA4eZKG94maHGlrvY -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/operator/operator.go
2025-08-20T21:20:02.9868953Z [00:02:56.326]➜  go tool buildid -w $WORK/b554/_pkg_.a # internal
2025-08-20T21:20:02.9869732Z [00:02:56.326]➜  go tool buildid -w $WORK/b553/_pkg_.a # internal
2025-08-20T21:20:02.9906989Z [00:02:56.330]➜  cp $WORK/b554/_pkg_.a /root/.cache/go-build/ec/ecbd627e326f989d3e3d18c4e8ed8c87383d1c3c67660c041275af6df0ffb5e6-d # internal
2025-08-20T21:20:02.9908336Z [00:02:56.330]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/optype
2025-08-20T21:20:02.9909048Z [00:02:56.330]➜  mkdir -p $WORK/b555/
2025-08-20T21:20:02.9909735Z [00:02:56.330]➜  cat >/tmp/go-build3619502580/b555/importcfg << 'EOF' # internal
2025-08-20T21:20:02.9910367Z [00:02:56.330]➜  # import config
2025-08-20T21:20:02.9911014Z [00:02:56.330]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.9911806Z [00:02:56.330]➜  EOF
2025-08-20T21:20:02.9916387Z [00:02:56.330]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b555/_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/b555=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/optype -lang=go1.21 -complete -installsuffix shared -buildid ywmvt-CmKkmSLjTMgbyX/ywmvt-CmKkmSLjTMgbyX -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/optype/optype.go
2025-08-20T21:20:02.9921064Z [00:02:56.330]➜  cp $WORK/b553/_pkg_.a /root/.cache/go-build/04/0400d021102f37d2cbb9b98cb3725464da1204014dcabbc77ecec596b45ae09c-d # internal
2025-08-20T21:20:02.9922544Z [00:02:56.330]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutycontexttype
2025-08-20T21:20:02.9923308Z [00:02:56.330]➜  mkdir -p $WORK/b556/
2025-08-20T21:20:02.9923942Z [00:02:56.330]➜  cat >/tmp/go-build3619502580/b556/importcfg << 'EOF' # internal
2025-08-20T21:20:02.9924768Z [00:02:56.330]➜  # import config
2025-08-20T21:20:02.9925367Z [00:02:56.330]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:02.9925920Z [00:02:56.330]➜  EOF
2025-08-20T21:20:02.9930830Z [00:02:56.330]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b556/_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/b556=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutycontexttype -lang=go1.21 -complete -installsuffix shared -buildid t_UkY-hs7puT6AfaYnhA/t_UkY-hs7puT6AfaYnhA -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/pagerdutycontexttype/pagerdutycontexttype.go
2025-08-20T21:20:03.0174505Z [00:02:56.357]➜  go tool buildid -w $WORK/b556/_pkg_.a # internal
2025-08-20T21:20:03.0178987Z [00:02:56.357]➜  cp $WORK/b556/_pkg_.a /root/.cache/go-build/1c/1c6b13f3326750105ed7d5b46bbb314ce53587212b3fff9dfe45254d4a6992a8-d # internal
2025-08-20T21:20:03.0180501Z [00:02:56.357]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutyeventtype
2025-08-20T21:20:03.0181502Z [00:02:56.357]➜  mkdir -p $WORK/b557/
2025-08-20T21:20:03.0217383Z [00:02:56.361]➜  cat >/tmp/go-build3619502580/b557/importcfg << 'EOF' # internal
2025-08-20T21:20:03.0220456Z [00:02:56.361]➜  # import config
2025-08-20T21:20:03.0221131Z [00:02:56.361]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.0221924Z [00:02:56.361]➜  EOF
2025-08-20T21:20:03.0227250Z [00:02:56.362]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b557/_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/b557=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutyeventtype -lang=go1.21 -complete -installsuffix shared -buildid lH49sC8l2Oluioj11E2z/lH49sC8l2Oluioj11E2z -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/pagerdutyeventtype/pagerdutyeventtype.go
2025-08-20T21:20:03.0260383Z [00:02:56.365]➜  go tool buildid -w $WORK/b555/_pkg_.a # internal
2025-08-20T21:20:03.0284645Z [00:02:56.368]➜  cp $WORK/b555/_pkg_.a /root/.cache/go-build/53/53858a677e86e397f2dc4cf22abccfae05396067e969fe5c2b7c97332ad67a52-d # internal
2025-08-20T21:20:03.0286054Z [00:02:56.368]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticencoder
2025-08-20T21:20:03.0286831Z [00:02:56.368]➜  mkdir -p $WORK/b558/
2025-08-20T21:20:03.0287520Z [00:02:56.368]➜  cat >/tmp/go-build3619502580/b558/importcfg << 'EOF' # internal
2025-08-20T21:20:03.0288168Z [00:02:56.368]➜  # import config
2025-08-20T21:20:03.0288826Z [00:02:56.368]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.0289432Z [00:02:56.368]➜  EOF
2025-08-20T21:20:03.0294433Z [00:02:56.368]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b558/_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/b558=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticencoder -lang=go1.21 -complete -installsuffix shared -buildid ctbvRZ_Vy1up_L_fjdlZ/ctbvRZ_Vy1up_L_fjdlZ -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/phoneticencoder/phoneticencoder.go
2025-08-20T21:20:03.0496384Z [00:02:56.389]➜  go tool buildid -w $WORK/b557/_pkg_.a # internal
2025-08-20T21:20:03.0502804Z [00:02:56.389]➜  cp $WORK/b557/_pkg_.a /root/.cache/go-build/91/915c45ecf9e3509075ddd1353654016111ac18bcbb72e38bd3f0d0a9da2e5eb2-d # internal
2025-08-20T21:20:03.0515197Z [00:02:56.391]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticlanguage
2025-08-20T21:20:03.0516146Z [00:02:56.391]➜  mkdir -p $WORK/b559/
2025-08-20T21:20:03.0522723Z [00:02:56.391]➜  cat >/tmp/go-build3619502580/b559/importcfg << 'EOF' # internal
2025-08-20T21:20:03.0523494Z [00:02:56.391]➜  # import config
2025-08-20T21:20:03.0524185Z [00:02:56.391]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.0524801Z [00:02:56.391]➜  EOF
2025-08-20T21:20:03.0530092Z [00:02:56.392]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b559/_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/b559=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticlanguage -lang=go1.21 -complete -installsuffix shared -buildid PDZY3azGINWggZW09SN_/PDZY3azGINWggZW09SN_ -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/phoneticlanguage/phoneticlanguage.go
2025-08-20T21:20:03.0644933Z [00:02:56.404]➜  go tool buildid -w $WORK/b558/_pkg_.a # internal
2025-08-20T21:20:03.0664959Z [00:02:56.404]➜  cp $WORK/b558/_pkg_.a /root/.cache/go-build/78/78397a5204b91a3b0b45e7f980acfe39dc7ca6971f0ae10f4cf472d297eb0746-d # internal
2025-08-20T21:20:03.0666525Z [00:02:56.405]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticnametype
2025-08-20T21:20:03.0667304Z [00:02:56.405]➜  mkdir -p $WORK/b560/
2025-08-20T21:20:03.0668014Z [00:02:56.405]➜  cat >/tmp/go-build3619502580/b560/importcfg << 'EOF' # internal
2025-08-20T21:20:03.0668666Z [00:02:56.405]➜  # import config
2025-08-20T21:20:03.0669309Z [00:02:56.405]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.0669947Z [00:02:56.405]➜  EOF
2025-08-20T21:20:03.0675195Z [00:02:56.405]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b560/_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/b560=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticnametype -lang=go1.21 -complete -installsuffix shared -buildid dm1thwfciyjxInGnliUL/dm1thwfciyjxInGnliUL -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/phoneticnametype/phoneticnametype.go
2025-08-20T21:20:03.0843960Z [00:02:56.423]➜  go tool buildid -w $WORK/b559/_pkg_.a # internal
2025-08-20T21:20:03.0851636Z [00:02:56.424]➜  cp $WORK/b559/_pkg_.a /root/.cache/go-build/d6/d6b10714c42928e29a7cab13c1e1a4f29b173cd55d7c2e7fd536ab0955f6ce53-d # internal
2025-08-20T21:20:03.0855597Z [00:02:56.425]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticruletype
2025-08-20T21:20:03.0856447Z [00:02:56.425]➜  mkdir -p $WORK/b561/
2025-08-20T21:20:03.0862184Z [00:02:56.425]➜  cat >/tmp/go-build3619502580/b561/importcfg << 'EOF' # internal
2025-08-20T21:20:03.0866905Z [00:02:56.425]➜  # import config
2025-08-20T21:20:03.0867595Z [00:02:56.425]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.0868199Z [00:02:56.425]➜  EOF
2025-08-20T21:20:03.0879605Z [00:02:56.427]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b561/_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/b561=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticruletype -lang=go1.21 -complete -installsuffix shared -buildid 4jNIeDMRq9NNICvqQWqJ/4jNIeDMRq9NNICvqQWqJ -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/phoneticruletype/phoneticruletype.go
2025-08-20T21:20:03.1076035Z [00:02:56.447]➜  go tool buildid -w $WORK/b560/_pkg_.a # internal
2025-08-20T21:20:03.1077389Z [00:02:56.447]➜  cp $WORK/b560/_pkg_.a /root/.cache/go-build/68/68bc07b555bbf821e7d15d7a06929e373ec7389dd5581db32a99bf851d5f672c-d # internal
2025-08-20T21:20:03.1078718Z [00:02:56.447]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/policytype
2025-08-20T21:20:03.1079469Z [00:02:56.447]➜  mkdir -p $WORK/b562/
2025-08-20T21:20:03.1114475Z [00:02:56.450]➜  cat >/tmp/go-build3619502580/b562/importcfg << 'EOF' # internal
2025-08-20T21:20:03.1115186Z [00:02:56.450]➜  # import config
2025-08-20T21:20:03.1115840Z [00:02:56.450]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.1116448Z [00:02:56.450]➜  EOF
2025-08-20T21:20:03.1121342Z [00:02:56.451]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b562/_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/b562=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/policytype -lang=go1.21 -complete -installsuffix shared -buildid YpQKAOOO6HbhkpbYcXfH/YpQKAOOO6HbhkpbYcXfH -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/policytype/policytype.go
2025-08-20T21:20:03.1187044Z [00:02:56.458]➜  go tool buildid -w $WORK/b561/_pkg_.a # internal
2025-08-20T21:20:03.1188581Z [00:02:56.458]➜  cp $WORK/b561/_pkg_.a /root/.cache/go-build/f9/f9bf28a0256fd46fd2bcbe222c7dbd1b607f2a92a71fdbb558d1241d5ae65e5e-d # internal
2025-08-20T21:20:03.1189947Z [00:02:56.458]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/quantifier
2025-08-20T21:20:03.1222176Z [00:02:56.458]➜  mkdir -p $WORK/b563/
2025-08-20T21:20:03.1222940Z [00:02:56.458]➜  cat >/tmp/go-build3619502580/b563/importcfg << 'EOF' # internal
2025-08-20T21:20:03.1223612Z [00:02:56.458]➜  # import config
2025-08-20T21:20:03.1224548Z [00:02:56.458]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.1225176Z [00:02:56.458]➜  EOF
2025-08-20T21:20:03.1249394Z [00:02:56.464]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b563/_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/b563=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/quantifier -lang=go1.21 -complete -installsuffix shared -buildid v67D73qUU06RB_amZ4Gn/v67D73qUU06RB_amZ4Gn -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/quantifier/quantifier.go
2025-08-20T21:20:03.1413942Z [00:02:56.480]➜  go tool buildid -w $WORK/b562/_pkg_.a # internal
2025-08-20T21:20:03.1415285Z [00:02:56.480]➜  cp $WORK/b562/_pkg_.a /root/.cache/go-build/e1/e1042fb89e0b3cdcdb30c8bf3095bebf44e23edafc783f176bf7cf70ac450511-d # internal
2025-08-20T21:20:03.1430490Z [00:02:56.482]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryrulecriteriatype
2025-08-20T21:20:03.1431568Z [00:02:56.482]➜  mkdir -p $WORK/b564/
2025-08-20T21:20:03.1438755Z [00:02:56.483]➜  cat >/tmp/go-build3619502580/b564/importcfg << 'EOF' # internal
2025-08-20T21:20:03.1439527Z [00:02:56.483]➜  # import config
2025-08-20T21:20:03.1440197Z [00:02:56.483]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.1440823Z [00:02:56.483]➜  EOF
2025-08-20T21:20:03.1446564Z [00:02:56.483]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b564/_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/b564=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryrulecriteriatype -lang=go1.21 -complete -installsuffix shared -buildid QvgAUCJY_7TxJ9IR7B3q/QvgAUCJY_7TxJ9IR7B3q -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/queryrulecriteriatype/queryrulecriteriatype.go
2025-08-20T21:20:03.1463466Z [00:02:56.485]➜  go tool buildid -w $WORK/b563/_pkg_.a # internal
2025-08-20T21:20:03.1471882Z [00:02:56.485]➜  cp $WORK/b563/_pkg_.a /root/.cache/go-build/2c/2cf48fdb63c15bc4093a92e4c22ffcce0b2fe1d68b1cf627df7729f2731df06c-d # internal
2025-08-20T21:20:03.1473291Z [00:02:56.485]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryruletype
2025-08-20T21:20:03.1474064Z [00:02:56.485]➜  mkdir -p $WORK/b565/
2025-08-20T21:20:03.1474775Z [00:02:56.485]➜  cat >/tmp/go-build3619502580/b565/importcfg << 'EOF' # internal
2025-08-20T21:20:03.1475437Z [00:02:56.486]➜  # import config
2025-08-20T21:20:03.1476086Z [00:02:56.486]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.1476710Z [00:02:56.486]➜  EOF
2025-08-20T21:20:03.1482030Z [00:02:56.486]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b565/_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/b565=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryruletype -lang=go1.21 -complete -installsuffix shared -buildid 3yqt9nZf3AVWXICmVK3r/3yqt9nZf3AVWXICmVK3r -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/queryruletype/queryruletype.go
2025-08-20T21:20:03.1696476Z [00:02:56.509]➜  go tool buildid -w $WORK/b564/_pkg_.a # internal
2025-08-20T21:20:03.1699647Z [00:02:56.509]➜  go tool buildid -w $WORK/b565/_pkg_.a # internal
2025-08-20T21:20:03.1701614Z [00:02:56.509]➜  cp $WORK/b564/_pkg_.a /root/.cache/go-build/7a/7ac496a7f3b9ac0fa37d14169c943b9f736b7bc81b0b7c12598c5e943bf51524-d # internal
2025-08-20T21:20:03.1703299Z [00:02:56.509]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/rangerelation
2025-08-20T21:20:03.1704127Z [00:02:56.509]➜  mkdir -p $WORK/b566/
2025-08-20T21:20:03.1706541Z [00:02:56.510]➜  cat >/tmp/go-build3619502580/b566/importcfg << 'EOF' # internal
2025-08-20T21:20:03.1707223Z [00:02:56.510]➜  # import config
2025-08-20T21:20:03.1707882Z [00:02:56.510]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.1708496Z [00:02:56.510]➜  EOF
2025-08-20T21:20:03.1713980Z [00:02:56.510]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b566/_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/b566=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/rangerelation -lang=go1.21 -complete -installsuffix shared -buildid slGZLpuXJDdVmgMDgGSV/slGZLpuXJDdVmgMDgGSV -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/rangerelation/rangerelation.go
2025-08-20T21:20:03.1718948Z [00:02:56.511]➜  cp $WORK/b565/_pkg_.a /root/.cache/go-build/6b/6b940ef517433af898159023e58fba116506794d90b865641539963200c0eb1f-d # internal
2025-08-20T21:20:03.1745336Z [00:02:56.514]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ratemode
2025-08-20T21:20:03.1746122Z [00:02:56.514]➜  mkdir -p $WORK/b567/
2025-08-20T21:20:03.1749959Z [00:02:56.514]➜  cat >/tmp/go-build3619502580/b567/importcfg << 'EOF' # internal
2025-08-20T21:20:03.1750682Z [00:02:56.514]➜  # import config
2025-08-20T21:20:03.1751886Z [00:02:56.514]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.1752557Z [00:02:56.514]➜  EOF
2025-08-20T21:20:03.1762615Z [00:02:56.515]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b567/_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/b567=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ratemode -lang=go1.21 -complete -installsuffix shared -buildid I7lmzczqHVGSL58MC5z5/I7lmzczqHVGSL58MC5z5 -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/ratemode/ratemode.go
2025-08-20T21:20:03.2046595Z [00:02:56.544]➜  go tool buildid -w $WORK/b567/_pkg_.a # internal
2025-08-20T21:20:03.2065021Z [00:02:56.546]➜  cp $WORK/b567/_pkg_.a /root/.cache/go-build/be/be104d8433f3c566f8c0fa51a8519436aa7b6e66c30798892fd7fe9e2d115341-d # internal
2025-08-20T21:20:03.2067434Z [00:02:56.546]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh
2025-08-20T21:20:03.2069035Z [00:02:56.546]➜  mkdir -p $WORK/b568/
2025-08-20T21:20:03.2070041Z [00:02:56.546]➜  cat >/tmp/go-build3619502580/b568/importcfg << 'EOF' # internal
2025-08-20T21:20:03.2070779Z [00:02:56.546]➜  # import config
2025-08-20T21:20:03.2072270Z [00:02:56.546]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.2072905Z [00:02:56.546]➜  EOF
2025-08-20T21:20:03.2077493Z [00:02:56.546]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b568/_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/b568=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh -lang=go1.21 -complete -installsuffix shared -buildid 1TZw6tSMU14Bt1uiQlfg/1TZw6tSMU14Bt1uiQlfg -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/refresh/refresh.go
2025-08-20T21:20:03.2081811Z [00:02:56.546]➜  go tool buildid -w $WORK/b566/_pkg_.a # internal
2025-08-20T21:20:03.2083425Z [00:02:56.547]➜  cp $WORK/b566/_pkg_.a /root/.cache/go-build/3c/3c3eb95953813436f633f920cb92f62eb9c160824ce04efa4f2e8bdf3567d60a-d # internal
2025-08-20T21:20:03.2088749Z [00:02:56.548]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/remoteclusterprivilege
2025-08-20T21:20:03.2089616Z [00:02:56.548]➜  mkdir -p $WORK/b569/
2025-08-20T21:20:03.2095698Z [00:02:56.549]➜  cat >/tmp/go-build3619502580/b569/importcfg << 'EOF' # internal
2025-08-20T21:20:03.2096393Z [00:02:56.549]➜  # import config
2025-08-20T21:20:03.2098118Z [00:02:56.549]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.2098737Z [00:02:56.549]➜  EOF
2025-08-20T21:20:03.2104161Z [00:02:56.549]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b569/_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/b569=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/remoteclusterprivilege -lang=go1.21 -complete -installsuffix shared -buildid eoX7iC0ObAXDl8a_XWez/eoX7iC0ObAXDl8a_XWez -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/remoteclusterprivilege/remoteclusterprivilege.go
2025-08-20T21:20:03.2359952Z [00:02:56.575]➜  go tool buildid -w $WORK/b569/_pkg_.a # internal
2025-08-20T21:20:03.2368482Z [00:02:56.576]➜  go tool buildid -w $WORK/b568/_pkg_.a # internal
2025-08-20T21:20:03.2403387Z [00:02:56.580]➜  cp $WORK/b569/_pkg_.a /root/.cache/go-build/a0/a01d1256ec51719739e24517f5be1900d8683a40bc80a4d7773b193ce4af6ed9-d # internal
2025-08-20T21:20:03.2405681Z [00:02:56.580]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/responsecontenttype
2025-08-20T21:20:03.2408704Z [00:02:56.580]➜  mkdir -p $WORK/b570/
2025-08-20T21:20:03.2410022Z [00:02:56.580]➜  cp $WORK/b568/_pkg_.a /root/.cache/go-build/e3/e301b0cb6521403a81a54ace21d472b05834e4db819b17e953f62a8b3576e1e3-d # internal
2025-08-20T21:20:03.2416078Z [00:02:56.581]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/restrictionworkflow
2025-08-20T21:20:03.2417283Z [00:02:56.581]➜  mkdir -p $WORK/b571/
2025-08-20T21:20:03.2420489Z [00:02:56.581]➜  cat >/tmp/go-build3619502580/b570/importcfg << 'EOF' # internal
2025-08-20T21:20:03.2421634Z [00:02:56.581]➜  # import config
2025-08-20T21:20:03.2426265Z [00:02:56.581]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.2426929Z [00:02:56.581]➜  EOF
2025-08-20T21:20:03.2436581Z [00:02:56.582]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b570/_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/b570=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/responsecontenttype -lang=go1.21 -complete -installsuffix shared -buildid 2udtOKTx2Y-osl4txNg4/2udtOKTx2Y-osl4txNg4 -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/responsecontenttype/responsecontenttype.go
2025-08-20T21:20:03.2453281Z [00:02:56.583]➜  cat >/tmp/go-build3619502580/b571/importcfg << 'EOF' # internal
2025-08-20T21:20:03.2453979Z [00:02:56.583]➜  # import config
2025-08-20T21:20:03.2454653Z [00:02:56.583]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.2455283Z [00:02:56.583]➜  EOF
2025-08-20T21:20:03.2460503Z [00:02:56.583]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b571/_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/b571=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/restrictionworkflow -lang=go1.21 -complete -installsuffix shared -buildid mNmlDSWwkdf83lwW6F1V/mNmlDSWwkdf83lwW6F1V -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/restrictionworkflow/restrictionworkflow.go
2025-08-20T21:20:03.2646691Z [00:02:56.604]➜  go tool buildid -w $WORK/b571/_pkg_.a # internal
2025-08-20T21:20:03.2653615Z [00:02:56.604]➜  cp $WORK/b571/_pkg_.a /root/.cache/go-build/67/678b67fe8121309e25c59cd658bd74c27a0f7b2b799c733bd52dfa2e21532e60-d # internal
2025-08-20T21:20:03.2660486Z [00:02:56.605]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result
2025-08-20T21:20:03.2661768Z [00:02:56.605]➜  mkdir -p $WORK/b572/
2025-08-20T21:20:03.2662551Z [00:02:56.605]➜  cat >/tmp/go-build3619502580/b572/importcfg << 'EOF' # internal
2025-08-20T21:20:03.2663329Z [00:02:56.605]➜  # import config
2025-08-20T21:20:03.2664031Z [00:02:56.605]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.2664692Z [00:02:56.605]➜  EOF
2025-08-20T21:20:03.2673751Z [00:02:56.605]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b572/_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/b572=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result -lang=go1.21 -complete -installsuffix shared -buildid l9tOhfXtv6YS-97IHGv3/l9tOhfXtv6YS-97IHGv3 -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/result/result.go
2025-08-20T21:20:03.2692478Z [00:02:56.606]➜  go tool buildid -w $WORK/b570/_pkg_.a # internal
2025-08-20T21:20:03.2693830Z [00:02:56.607]➜  cp $WORK/b570/_pkg_.a /root/.cache/go-build/ed/eda4f154788cb921aeca480f7686a2ac08fb0c51187ce46c43b041e1780897c0-d # internal
2025-08-20T21:20:03.2695219Z [00:02:56.607]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/routingstate
2025-08-20T21:20:03.2695998Z [00:02:56.607]➜  mkdir -p $WORK/b573/
2025-08-20T21:20:03.2696719Z [00:02:56.608]➜  cat >/tmp/go-build3619502580/b573/importcfg << 'EOF' # internal
2025-08-20T21:20:03.2697379Z [00:02:56.608]➜  # import config
2025-08-20T21:20:03.2698031Z [00:02:56.608]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.2698644Z [00:02:56.608]➜  EOF
2025-08-20T21:20:03.2703638Z [00:02:56.608]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b573/_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/b573=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/routingstate -lang=go1.21 -complete -installsuffix shared -buildid GK8idm46W9JFX9ey1Kqw/GK8idm46W9JFX9ey1Kqw -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/routingstate/routingstate.go
2025-08-20T21:20:03.2910312Z [00:02:56.630]➜  go tool buildid -w $WORK/b572/_pkg_.a # internal
2025-08-20T21:20:03.2920709Z [00:02:56.631]➜  go tool buildid -w $WORK/b573/_pkg_.a # internal
2025-08-20T21:20:03.2925340Z [00:02:56.632]➜  cp $WORK/b572/_pkg_.a /root/.cache/go-build/80/80cc4b59a54e8c452efbdd740ee072a0916ea76877cbd85934da20a1936d5cfa-d # internal
2025-08-20T21:20:03.2927657Z [00:02:56.632]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ruleaction
2025-08-20T21:20:03.2932007Z [00:02:56.632]➜  mkdir -p $WORK/b574/
2025-08-20T21:20:03.2933870Z [00:02:56.633]➜  cat >/tmp/go-build3619502580/b574/importcfg << 'EOF' # internal
2025-08-20T21:20:03.2934865Z [00:02:56.633]➜  # import config
2025-08-20T21:20:03.2937008Z [00:02:56.633]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.2937701Z [00:02:56.633]➜  EOF
2025-08-20T21:20:03.2956170Z [00:02:56.633]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b574/_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/b574=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ruleaction -lang=go1.21 -complete -installsuffix shared -buildid ztYNteNIuKUEEc_Vdv-w/ztYNteNIuKUEEc_Vdv-w -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/ruleaction/ruleaction.go
2025-08-20T21:20:03.2962098Z [00:02:56.633]➜  cp $WORK/b573/_pkg_.a /root/.cache/go-build/5c/5cd3e3e0c3024d4f63ae08b7086e135fb2b315d52d44b613d9eab7fe515e6ec9-d # internal
2025-08-20T21:20:03.2963579Z [00:02:56.635]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/runtimefieldtype
2025-08-20T21:20:03.2964431Z [00:02:56.635]➜  mkdir -p $WORK/b575/
2025-08-20T21:20:03.2965153Z [00:02:56.635]➜  cat >/tmp/go-build3619502580/b575/importcfg << 'EOF' # internal
2025-08-20T21:20:03.2965832Z [00:02:56.635]➜  # import config
2025-08-20T21:20:03.2966482Z [00:02:56.635]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.2967103Z [00:02:56.635]➜  EOF
2025-08-20T21:20:03.2972341Z [00:02:56.635]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b575/_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/b575=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/runtimefieldtype -lang=go1.21 -complete -installsuffix shared -buildid BZmSdSfVV-b_YG9K7qCN/BZmSdSfVV-b_YG9K7qCN -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/runtimefieldtype/runtimefieldtype.go
2025-08-20T21:20:03.3218453Z [00:02:56.661]➜  go tool buildid -w $WORK/b574/_pkg_.a # internal
2025-08-20T21:20:03.3223814Z [00:02:56.662]➜  cp $WORK/b574/_pkg_.a /root/.cache/go-build/de/de580c2b12dea87a0e192a0567e3b9503b6a113963f76ff31debfacc976a7988-d # internal
2025-08-20T21:20:03.3233857Z [00:02:56.662]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sampleraggregationexecutionhint
2025-08-20T21:20:03.3234884Z [00:02:56.662]➜  mkdir -p $WORK/b576/
2025-08-20T21:20:03.3235650Z [00:02:56.662]➜  cat >/tmp/go-build3619502580/b576/importcfg << 'EOF' # internal
2025-08-20T21:20:03.3236326Z [00:02:56.662]➜  # import config
2025-08-20T21:20:03.3236989Z [00:02:56.662]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.3237636Z [00:02:56.662]➜  EOF
2025-08-20T21:20:03.3243751Z [00:02:56.663]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b576/_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/b576=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sampleraggregationexecutionhint -lang=go1.21 -complete -installsuffix shared -buildid nKFvSpbywcfiTRzUU2nM/nKFvSpbywcfiTRzUU2nM -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/sampleraggregationexecutionhint/sampleraggregationexecutionhint.go
2025-08-20T21:20:03.3253961Z [00:02:56.665]➜  go tool buildid -w $WORK/b575/_pkg_.a # internal
2025-08-20T21:20:03.3275784Z [00:02:56.667]➜  cp $WORK/b575/_pkg_.a /root/.cache/go-build/b3/b3d032b18d9c21f7a885f769c0f00ee9610bd36f74e1901f8b1d97166560aa93-d # internal
2025-08-20T21:20:03.3313231Z [00:02:56.669]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scoremode
2025-08-20T21:20:03.3321179Z [00:02:56.669]➜  mkdir -p $WORK/b577/
2025-08-20T21:20:03.3322189Z [00:02:56.669]➜  cat >/tmp/go-build3619502580/b577/importcfg << 'EOF' # internal
2025-08-20T21:20:03.3322851Z [00:02:56.669]➜  # import config
2025-08-20T21:20:03.3323487Z [00:02:56.669]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.3324082Z [00:02:56.669]➜  EOF
2025-08-20T21:20:03.3329092Z [00:02:56.669]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b577/_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/b577=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scoremode -lang=go1.21 -complete -installsuffix shared -buildid CllUTTXCI3gXlpZGzwtm/CllUTTXCI3gXlpZGzwtm -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/scoremode/scoremode.go
2025-08-20T21:20:03.3550718Z [00:02:56.694]➜  go tool buildid -w $WORK/b577/_pkg_.a # internal
2025-08-20T21:20:03.3555199Z [00:02:56.694]➜  go tool buildid -w $WORK/b576/_pkg_.a # internal
2025-08-20T21:20:03.3556517Z [00:02:56.694]➜  cp $WORK/b577/_pkg_.a /root/.cache/go-build/47/47b1c345201ac050d88a605e224f26327f03fdd27b0b5c8b522be1f1c9d29c53-d # internal
2025-08-20T21:20:03.3557906Z [00:02:56.694]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptlanguage
2025-08-20T21:20:03.3558738Z [00:02:56.694]➜  mkdir -p $WORK/b578/
2025-08-20T21:20:03.3559932Z [00:02:56.694]➜  cp $WORK/b576/_pkg_.a /root/.cache/go-build/50/50328966bf2c3f0a6f2dbc7b71430bbe24cb1890caf4a08cc678ed819ba33bf9-d # internal
2025-08-20T21:20:03.3561527Z [00:02:56.695]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptsorttype
2025-08-20T21:20:03.3562360Z [00:02:56.695]➜  mkdir -p $WORK/b579/
2025-08-20T21:20:03.3563754Z [00:02:56.695]➜  cat >/tmp/go-build3619502580/b579/importcfg << 'EOF' # internal
2025-08-20T21:20:03.3565253Z [00:02:56.695]➜  # import config
2025-08-20T21:20:03.3566587Z [00:02:56.695]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.3567793Z [00:02:56.695]➜  EOF
2025-08-20T21:20:03.3573909Z [00:02:56.695]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b579/_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/b579=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptsorttype -lang=go1.21 -complete -installsuffix shared -buildid OgXSLTDb40Cm4U_hFXi3/OgXSLTDb40Cm4U_hFXi3 -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/scriptsorttype/scriptsorttype.go
2025-08-20T21:20:03.3578691Z [00:02:56.696]➜  cat >/tmp/go-build3619502580/b578/importcfg << 'EOF' # internal
2025-08-20T21:20:03.3579647Z [00:02:56.696]➜  # import config
2025-08-20T21:20:03.3580294Z [00:02:56.696]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.3580897Z [00:02:56.696]➜  EOF
2025-08-20T21:20:03.3585929Z [00:02:56.696]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b578/_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/b578=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptlanguage -lang=go1.21 -complete -installsuffix shared -buildid GiLAh9wEfyZ_gOSYpKJS/GiLAh9wEfyZ_gOSYpKJS -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/scriptlanguage/scriptlanguage.go
2025-08-20T21:20:03.3871854Z [00:02:56.726]➜  go tool buildid -w $WORK/b579/_pkg_.a # internal
2025-08-20T21:20:03.3879156Z [00:02:56.727]➜  cp $WORK/b579/_pkg_.a /root/.cache/go-build/56/56de60185635d23e40dcfda6371e326ac4f36d233d273c31d5943afe9fb65b77-d # internal
2025-08-20T21:20:03.3887102Z [00:02:56.727]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype
2025-08-20T21:20:03.3887988Z [00:02:56.727]➜  mkdir -p $WORK/b580/
2025-08-20T21:20:03.3888705Z [00:02:56.728]➜  cat >/tmp/go-build3619502580/b580/importcfg << 'EOF' # internal
2025-08-20T21:20:03.3889378Z [00:02:56.728]➜  # import config
2025-08-20T21:20:03.3890050Z [00:02:56.728]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.3890671Z [00:02:56.728]➜  EOF
2025-08-20T21:20:03.3896061Z [00:02:56.728]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b580/_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/b580=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype -lang=go1.21 -complete -installsuffix shared -buildid 7uZVWAuzLKEqvh_j7Re3/7uZVWAuzLKEqvh_j7Re3 -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/searchtype/searchtype.go
2025-08-20T21:20:03.3909794Z [00:02:56.730]➜  go tool buildid -w $WORK/b578/_pkg_.a # internal
2025-08-20T21:20:03.3932187Z [00:02:56.732]➜  cp $WORK/b578/_pkg_.a /root/.cache/go-build/fc/fc319e35c03d1ae1ccf100e1cf477f419068352bb440a0b52b94bf4f5a6453f1-d # internal
2025-08-20T21:20:03.3934942Z [00:02:56.733]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmissing
2025-08-20T21:20:03.3935789Z [00:02:56.733]➜  mkdir -p $WORK/b581/
2025-08-20T21:20:03.3941091Z [00:02:56.733]➜  cat >/tmp/go-build3619502580/b581/importcfg << 'EOF' # internal
2025-08-20T21:20:03.3943042Z [00:02:56.733]➜  # import config
2025-08-20T21:20:03.3943726Z [00:02:56.733]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.3944382Z [00:02:56.733]➜  EOF
2025-08-20T21:20:03.3949499Z [00:02:56.733]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b581/_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/b581=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmissing -lang=go1.21 -complete -installsuffix shared -buildid FRsT_HXuYFXf4YOLutsv/FRsT_HXuYFXf4YOLutsv -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/segmentsortmissing/segmentsortmissing.go
2025-08-20T21:20:03.4175860Z [00:02:56.756]➜  go tool buildid -w $WORK/b580/_pkg_.a # internal
2025-08-20T21:20:03.4176713Z [00:02:56.757]➜  go tool buildid -w $WORK/b581/_pkg_.a # internal
2025-08-20T21:20:03.4194099Z [00:02:56.758]➜  cp $WORK/b580/_pkg_.a /root/.cache/go-build/0c/0c13869c0bc43d3ed406392caf70759311d4f4b9e8cf9f4772f73b65f6e8359f-d # internal
2025-08-20T21:20:03.4195828Z [00:02:56.758]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmode
2025-08-20T21:20:03.4196626Z [00:02:56.758]➜  mkdir -p $WORK/b582/
2025-08-20T21:20:03.4197825Z [00:02:56.758]➜  cp $WORK/b581/_pkg_.a /root/.cache/go-build/89/897eae9a79605e884c7cb06e71bfb48538cb618022a27ff920e7d521d9bb8c65-d # internal
2025-08-20T21:20:03.4199230Z [00:02:56.758]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortorder
2025-08-20T21:20:03.4200041Z [00:02:56.758]➜  mkdir -p $WORK/b583/
2025-08-20T21:20:03.4200757Z [00:02:56.758]➜  cat >/tmp/go-build3619502580/b582/importcfg << 'EOF' # internal
2025-08-20T21:20:03.4201648Z [00:02:56.758]➜  # import config
2025-08-20T21:20:03.4202338Z [00:02:56.758]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.4232444Z [00:02:56.758]➜  EOF
2025-08-20T21:20:03.4233080Z [00:02:56.758]➜  cat >/tmp/go-build3619502580/b583/importcfg << 'EOF' # internal
2025-08-20T21:20:03.4233733Z [00:02:56.759]➜  # import config
2025-08-20T21:20:03.4234395Z [00:02:56.759]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.4235005Z [00:02:56.759]➜  EOF
2025-08-20T21:20:03.4240296Z [00:02:56.759]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b583/_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/b583=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortorder -lang=go1.21 -complete -installsuffix shared -buildid DaY2MHEjL7QMXLlq_OjT/DaY2MHEjL7QMXLlq_OjT -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/segmentsortorder/segmentsortorder.go
2025-08-20T21:20:03.4249337Z [00:02:56.759]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b582/_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/b582=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmode -lang=go1.21 -complete -installsuffix shared -buildid XdE1J6cqWDgwJyuqdi2C/XdE1J6cqWDgwJyuqdi2C -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/segmentsortmode/segmentsortmode.go
2025-08-20T21:20:03.4431095Z [00:02:56.782]➜  go tool buildid -w $WORK/b582/_pkg_.a # internal
2025-08-20T21:20:03.4436892Z [00:02:56.783]➜  go tool buildid -w $WORK/b583/_pkg_.a # internal
2025-08-20T21:20:03.4450772Z [00:02:56.784]➜  cp $WORK/b582/_pkg_.a /root/.cache/go-build/c5/c5af546c6397ee6e1e04aff051655f57d2db06ccf1f51950d52ef99b5129939b-d # internal
2025-08-20T21:20:03.4455084Z [00:02:56.785]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shapetype
2025-08-20T21:20:03.4457640Z [00:02:56.785]➜  mkdir -p $WORK/b584/
2025-08-20T21:20:03.4460260Z [00:02:56.785]➜  cp $WORK/b583/_pkg_.a /root/.cache/go-build/22/22955e007932e5ad75caa7794e75e5a495432e2dbd93fbcaa66f8ba702bf069e-d # internal
2025-08-20T21:20:03.4465094Z [00:02:56.786]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardroutingstate
2025-08-20T21:20:03.4466493Z [00:02:56.786]➜  mkdir -p $WORK/b585/
2025-08-20T21:20:03.4477790Z [00:02:56.787]➜  cat >/tmp/go-build3619502580/b584/importcfg << 'EOF' # internal
2025-08-20T21:20:03.4481977Z [00:02:56.787]➜  # import config
2025-08-20T21:20:03.4483900Z [00:02:56.787]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.4511990Z [00:02:56.787]➜  EOF
2025-08-20T21:20:03.4516717Z [00:02:56.787]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b584/_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/b584=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shapetype -lang=go1.21 -complete -installsuffix shared -buildid OWjVOQ6CSpWPOwQ8dmqi/OWjVOQ6CSpWPOwQ8dmqi -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/shapetype/shapetype.go
2025-08-20T21:20:03.4521621Z [00:02:56.787]➜  cat >/tmp/go-build3619502580/b585/importcfg << 'EOF' # internal
2025-08-20T21:20:03.4522281Z [00:02:56.788]➜  # import config
2025-08-20T21:20:03.4522930Z [00:02:56.788]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.4523567Z [00:02:56.788]➜  EOF
2025-08-20T21:20:03.4528589Z [00:02:56.788]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b585/_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/b585=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardroutingstate -lang=go1.21 -complete -installsuffix shared -buildid iXr-6GcHrZfMm5xLg0T_/iXr-6GcHrZfMm5xLg0T_ -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/shardroutingstate/shardroutingstate.go
2025-08-20T21:20:03.4729424Z [00:02:56.812]➜  go tool buildid -w $WORK/b584/_pkg_.a # internal
2025-08-20T21:20:03.4736166Z [00:02:56.813]➜  cp $WORK/b584/_pkg_.a /root/.cache/go-build/c9/c9ccbd7699949ec4a814db3b9a9ed95e96e230ac1564f062e1d4a026f34c7758-d # internal
2025-08-20T21:20:03.4748848Z [00:02:56.813]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardsstatsstage
2025-08-20T21:20:03.4749814Z [00:02:56.813]➜  mkdir -p $WORK/b586/
2025-08-20T21:20:03.4750521Z [00:02:56.814]➜  cat >/tmp/go-build3619502580/b586/importcfg << 'EOF' # internal
2025-08-20T21:20:03.4751396Z [00:02:56.814]➜  # import config
2025-08-20T21:20:03.4752097Z [00:02:56.814]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.4752722Z [00:02:56.814]➜  EOF
2025-08-20T21:20:03.4757842Z [00:02:56.814]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b586/_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/b586=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardsstatsstage -lang=go1.21 -complete -installsuffix shared -buildid HmkNXDNo5cSsg7ZGpwkQ/HmkNXDNo5cSsg7ZGpwkQ -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/shardsstatsstage/shardsstatsstage.go
2025-08-20T21:20:03.4764259Z [00:02:56.815]➜  go tool buildid -w $WORK/b585/_pkg_.a # internal
2025-08-20T21:20:03.4769331Z [00:02:56.816]➜  cp $WORK/b585/_pkg_.a /root/.cache/go-build/bf/bf2d2897ce7a1cb1f311aa22219fb87c1e4f665dace901420652982885b8b457-d # internal
2025-08-20T21:20:03.4796392Z [00:02:56.819]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstoreallocation
2025-08-20T21:20:03.4802586Z [00:02:56.819]➜  mkdir -p $WORK/b587/
2025-08-20T21:20:03.4803202Z [00:02:56.819]➜  cat >/tmp/go-build3619502580/b587/importcfg << 'EOF' # internal
2025-08-20T21:20:03.4803870Z [00:02:56.819]➜  # import config
2025-08-20T21:20:03.4804526Z [00:02:56.819]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.4805127Z [00:02:56.819]➜  EOF
2025-08-20T21:20:03.4810291Z [00:02:56.819]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b587/_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/b587=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstoreallocation -lang=go1.21 -complete -installsuffix shared -buildid iTQUaQgAzkESmXGFQ-TO/iTQUaQgAzkESmXGFQ-TO -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/shardstoreallocation/shardstoreallocation.go
2025-08-20T21:20:03.5011836Z [00:02:56.840]➜  go tool buildid -w $WORK/b587/_pkg_.a # internal
2025-08-20T21:20:03.5020499Z [00:02:56.841]➜  cp $WORK/b587/_pkg_.a /root/.cache/go-build/28/28c1eaeba15156fb4643062096ab6f2d10d3e6dfa2ce73b8302e5f328335b289-d # internal
2025-08-20T21:20:03.5023535Z [00:02:56.841]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdownstatus
2025-08-20T21:20:03.5026551Z [00:02:56.841]➜  mkdir -p $WORK/b588/
2025-08-20T21:20:03.5027305Z [00:02:56.842]➜  cat >/tmp/go-build3619502580/b588/importcfg << 'EOF' # internal
2025-08-20T21:20:03.5027993Z [00:02:56.842]➜  # import config
2025-08-20T21:20:03.5028902Z [00:02:56.842]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.5030878Z [00:02:56.842]➜  EOF
2025-08-20T21:20:03.5036515Z [00:02:56.842]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b588/_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/b588=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdownstatus -lang=go1.21 -complete -installsuffix shared -buildid dJnlC1vC6T2raA6wJOZu/dJnlC1vC6T2raA6wJOZu -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/shutdownstatus/shutdownstatus.go
2025-08-20T21:20:03.5044932Z [00:02:56.844]➜  go tool buildid -w $WORK/b586/_pkg_.a # internal
2025-08-20T21:20:03.5054742Z [00:02:56.845]➜  cp $WORK/b586/_pkg_.a /root/.cache/go-build/3a/3ad61613c35c212d30ecdb2d42562486405314c123a2bce8ca5d8da35d2ec4f9-d # internal
2025-08-20T21:20:03.5056185Z [00:02:56.845]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdowntype
2025-08-20T21:20:03.5056954Z [00:02:56.845]➜  mkdir -p $WORK/b589/
2025-08-20T21:20:03.5081078Z [00:02:56.847]➜  cat >/tmp/go-build3619502580/b589/importcfg << 'EOF' # internal
2025-08-20T21:20:03.5082204Z [00:02:56.847]➜  # import config
2025-08-20T21:20:03.5082799Z [00:02:56.847]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.5083404Z [00:02:56.847]➜  EOF
2025-08-20T21:20:03.5088174Z [00:02:56.847]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b589/_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/b589=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdowntype -lang=go1.21 -complete -installsuffix shared -buildid NmwP3n_A2iEd32EdH-cX/NmwP3n_A2iEd32EdH-cX -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/shutdowntype/shutdowntype.go
2025-08-20T21:20:03.5327691Z [00:02:56.872]➜  go tool buildid -w $WORK/b588/_pkg_.a # internal
2025-08-20T21:20:03.5335708Z [00:02:56.873]➜  cp $WORK/b588/_pkg_.a /root/.cache/go-build/87/879d7b92df0a63888b3f53ed3dafde722f7262809eae5a3f7f589e2d189d9b4e-d # internal
2025-08-20T21:20:03.5337835Z [00:02:56.873]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotupgradestate
2025-08-20T21:20:03.5352001Z [00:02:56.873]➜  mkdir -p $WORK/b590/
2025-08-20T21:20:03.5352703Z [00:02:56.873]➜  go tool buildid -w $WORK/b589/_pkg_.a # internal
2025-08-20T21:20:03.5353545Z [00:02:56.873]➜  cat >/tmp/go-build3619502580/b590/importcfg << 'EOF' # internal
2025-08-20T21:20:03.5354229Z [00:02:56.873]➜  # import config
2025-08-20T21:20:03.5355173Z [00:02:56.873]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.5355779Z [00:02:56.873]➜  EOF
2025-08-20T21:20:03.5361021Z [00:02:56.874]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b590/_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/b590=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotupgradestate -lang=go1.21 -complete -installsuffix shared -buildid VwbMi_EW5XEoMmkGllWo/VwbMi_EW5XEoMmkGllWo -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/snapshotupgradestate/snapshotupgradestate.go
2025-08-20T21:20:03.5370101Z [00:02:56.874]➜  cp $WORK/b589/_pkg_.a /root/.cache/go-build/fc/fc5bcbe1144b871354010fe5a62651cf30500fe74cf7fb276a5c201550b69244-d # internal
2025-08-20T21:20:03.5371744Z [00:02:56.874]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snowballlanguage
2025-08-20T21:20:03.5372564Z [00:02:56.874]➜  mkdir -p $WORK/b591/
2025-08-20T21:20:03.5373267Z [00:02:56.874]➜  cat >/tmp/go-build3619502580/b591/importcfg << 'EOF' # internal
2025-08-20T21:20:03.5373909Z [00:02:56.874]➜  # import config
2025-08-20T21:20:03.5374545Z [00:02:56.874]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.5375141Z [00:02:56.874]➜  EOF
2025-08-20T21:20:03.5394126Z [00:02:56.878]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b591/_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/b591=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snowballlanguage -lang=go1.21 -complete -installsuffix shared -buildid 1TOs77mzHzWSRgHw1CMz/1TOs77mzHzWSRgHw1CMz -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/snowballlanguage/snowballlanguage.go
2025-08-20T21:20:03.5610880Z [00:02:56.900]➜  go tool buildid -w $WORK/b590/_pkg_.a # internal
2025-08-20T21:20:03.5617526Z [00:02:56.900]➜  cp $WORK/b590/_pkg_.a /root/.cache/go-build/9b/9bd8974598601252f0fb76806db402dc487d11925e3aed8c4cc136451ab78b2c-d # internal
2025-08-20T21:20:03.5618937Z [00:02:56.900]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortmode
2025-08-20T21:20:03.5619715Z [00:02:56.900]➜  mkdir -p $WORK/b592/
2025-08-20T21:20:03.5620404Z [00:02:56.901]➜  cat >/tmp/go-build3619502580/b592/importcfg << 'EOF' # internal
2025-08-20T21:20:03.5621069Z [00:02:56.901]➜  # import config
2025-08-20T21:20:03.5621881Z [00:02:56.901]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.5622482Z [00:02:56.901]➜  EOF
2025-08-20T21:20:03.5627095Z [00:02:56.901]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b592/_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/b592=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortmode -lang=go1.21 -complete -installsuffix shared -buildid u-1APmVc-K-kJr_Y-PuE/u-1APmVc-K-kJr_Y-PuE -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/sortmode/sortmode.go
2025-08-20T21:20:03.5892727Z [00:02:56.928]➜  go tool buildid -w $WORK/b591/_pkg_.a # internal
2025-08-20T21:20:03.5894077Z [00:02:56.928]➜  cp $WORK/b591/_pkg_.a /root/.cache/go-build/54/5492ffe7798967ffdd6b818fc291c88834652b60eac5e2153e8860ee1cfe88e8-d # internal
2025-08-20T21:20:03.5895322Z [00:02:56.928]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortorder
2025-08-20T21:20:03.5898209Z [00:02:56.928]➜  mkdir -p $WORK/b593/
2025-08-20T21:20:03.5898896Z [00:02:56.928]➜  cat >/tmp/go-build3619502580/b593/importcfg << 'EOF' # internal
2025-08-20T21:20:03.5899516Z [00:02:56.928]➜  # import config
2025-08-20T21:20:03.5900119Z [00:02:56.928]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.5900685Z [00:02:56.928]➜  EOF
2025-08-20T21:20:03.5905322Z [00:02:56.928]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b593/_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/b593=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortorder -lang=go1.21 -complete -installsuffix shared -buildid Z4y0U37y6acwjYXBugTG/Z4y0U37y6acwjYXBugTG -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/sortorder/sortorder.go
2025-08-20T21:20:03.5943180Z [00:02:56.934]➜  go tool buildid -w $WORK/b592/_pkg_.a # internal
2025-08-20T21:20:03.5949398Z [00:02:56.934]➜  cp $WORK/b592/_pkg_.a /root/.cache/go-build/bb/bb45bab3f63bf02d7cc27f759979d541d19775514e8d78889cf9231181c5da4e-d # internal
2025-08-20T21:20:03.5951717Z [00:02:56.934]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sourcefieldmode
2025-08-20T21:20:03.5952538Z [00:02:56.934]➜  mkdir -p $WORK/b594/
2025-08-20T21:20:03.5955628Z [00:02:56.935]➜  cat >/tmp/go-build3619502580/b594/importcfg << 'EOF' # internal
2025-08-20T21:20:03.5956338Z [00:02:56.935]➜  # import config
2025-08-20T21:20:03.5957119Z [00:02:56.935]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.5957972Z [00:02:56.935]➜  EOF
2025-08-20T21:20:03.5962966Z [00:02:56.935]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b594/_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/b594=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sourcefieldmode -lang=go1.21 -complete -installsuffix shared -buildid d0iMliAWfimfKKhPDXaa/d0iMliAWfimfKKhPDXaa -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/sourcefieldmode/sourcefieldmode.go
2025-08-20T21:20:03.6173465Z [00:02:56.956]➜  go tool buildid -w $WORK/b594/_pkg_.a # internal
2025-08-20T21:20:03.6179772Z [00:02:56.957]➜  cp $WORK/b594/_pkg_.a /root/.cache/go-build/51/514b90ce585e241259ac16153050ae04bdfcedbe7147f6d929909c12042c3459-d # internal
2025-08-20T21:20:03.6181890Z [00:02:56.957]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sourcemode
2025-08-20T21:20:03.6201801Z [00:02:56.957]➜  mkdir -p $WORK/b595/
2025-08-20T21:20:03.6218215Z [00:02:56.961]➜  cat >/tmp/go-build3619502580/b595/importcfg << 'EOF' # internal
2025-08-20T21:20:03.6220102Z [00:02:56.961]➜  # import config
2025-08-20T21:20:03.6220733Z [00:02:56.961]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.6221657Z [00:02:56.961]➜  EOF
2025-08-20T21:20:03.6226342Z [00:02:56.961]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b595/_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/b595=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sourcemode -lang=go1.21 -complete -installsuffix shared -buildid VsP2x100jM6SsGvgUuLd/VsP2x100jM6SsGvgUuLd -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/sourcemode/sourcemode.go
2025-08-20T21:20:03.6526573Z [00:02:56.992]➜  go tool buildid -w $WORK/b595/_pkg_.a # internal
2025-08-20T21:20:03.6530028Z [00:02:56.992]➜  go tool buildid -w $WORK/b593/_pkg_.a # internal
2025-08-20T21:20:03.6535309Z [00:02:56.993]➜  cp $WORK/b593/_pkg_.a /root/.cache/go-build/3a/3a4ab6171756eb3383011fc024ec23e0a53d88cd2b5f0cbf3c5b39a118183848-d # internal
2025-08-20T21:20:03.6539454Z [00:02:56.993]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/storagetype
2025-08-20T21:20:03.6540984Z [00:02:56.993]➜  mkdir -p $WORK/b596/
2025-08-20T21:20:03.6544133Z [00:02:56.994]➜  cat >/tmp/go-build3619502580/b596/importcfg << 'EOF' # internal
2025-08-20T21:20:03.6546804Z [00:02:56.994]➜  # import config
2025-08-20T21:20:03.6547501Z [00:02:56.994]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.6548145Z [00:02:56.994]➜  EOF
2025-08-20T21:20:03.6553281Z [00:02:56.994]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b596/_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/b596=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/storagetype -lang=go1.21 -complete -installsuffix shared -buildid XcfJWrv57TxKWmAe5PUE/XcfJWrv57TxKWmAe5PUE -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/storagetype/storagetype.go
2025-08-20T21:20:03.6569475Z [00:02:56.996]➜  cp $WORK/b595/_pkg_.a /root/.cache/go-build/8d/8d1f67d8492f7e1ffc78ef64e247cacc5f1fc74578fa6d6fa3f9810617df08c1-d # internal
2025-08-20T21:20:03.6576313Z [00:02:56.996]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/stringdistance
2025-08-20T21:20:03.6577506Z [00:02:56.996]➜  mkdir -p $WORK/b597/
2025-08-20T21:20:03.6578567Z [00:02:56.997]➜  cat >/tmp/go-build3619502580/b597/importcfg << 'EOF' # internal
2025-08-20T21:20:03.6579269Z [00:02:56.997]➜  # import config
2025-08-20T21:20:03.6579924Z [00:02:56.997]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.6580537Z [00:02:56.997]➜  EOF
2025-08-20T21:20:03.6585596Z [00:02:56.997]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b597/_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/b597=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/stringdistance -lang=go1.21 -complete -installsuffix shared -buildid SDMxaeoudodvzUKkeguk/SDMxaeoudodvzUKkeguk -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/stringdistance/stringdistance.go
2025-08-20T21:20:03.6692901Z [00:02:57.008]➜  go tool buildid -w $WORK/b596/_pkg_.a # internal
2025-08-20T21:20:03.6694608Z [00:02:57.009]➜  cp $WORK/b596/_pkg_.a /root/.cache/go-build/72/7228b2cb058d1133d6602d3cc8863b3b384c0b543c1e48bbfee61ad044caedd8-d # internal
2025-08-20T21:20:03.6699520Z [00:02:57.009]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/subobjects
2025-08-20T21:20:03.6700952Z [00:02:57.009]➜  mkdir -p $WORK/b598/
2025-08-20T21:20:03.6701956Z [00:02:57.009]➜  cat >/tmp/go-build3619502580/b598/importcfg << 'EOF' # internal
2025-08-20T21:20:03.6702601Z [00:02:57.009]➜  # import config
2025-08-20T21:20:03.6703248Z [00:02:57.009]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.6703857Z [00:02:57.009]➜  EOF
2025-08-20T21:20:03.6711023Z [00:02:57.010]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b598/_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/b598=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/subobjects -lang=go1.21 -complete -installsuffix shared -buildid 8zxDe2T365IUPBL91ToK/8zxDe2T365IUPBL91ToK -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/subobjects/subobjects.go
2025-08-20T21:20:03.6726454Z [00:02:57.012]➜  go tool buildid -w $WORK/b597/_pkg_.a # internal
2025-08-20T21:20:03.6734507Z [00:02:57.013]➜  cp $WORK/b597/_pkg_.a /root/.cache/go-build/ff/ffe0f82fa8a314fae573c510ec700dff3f2f03dbb977c69152c3a3207e39714b-d # internal
2025-08-20T21:20:03.6736369Z [00:02:57.013]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode
2025-08-20T21:20:03.6737627Z [00:02:57.013]➜  mkdir -p $WORK/b599/
2025-08-20T21:20:03.6738757Z [00:02:57.013]➜  cat >/tmp/go-build3619502580/b599/importcfg << 'EOF' # internal
2025-08-20T21:20:03.6739589Z [00:02:57.013]➜  # import config
2025-08-20T21:20:03.6740251Z [00:02:57.013]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.6740860Z [00:02:57.013]➜  EOF
2025-08-20T21:20:03.6745712Z [00:02:57.013]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b599/_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/b599=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode -lang=go1.21 -complete -installsuffix shared -buildid v5b--mmVda1WL9wHMji4/v5b--mmVda1WL9wHMji4 -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/suggestmode/suggestmode.go
2025-08-20T21:20:03.6851712Z [00:02:57.024]➜  go tool buildid -w $WORK/b598/_pkg_.a # internal
2025-08-20T21:20:03.6858427Z [00:02:57.025]➜  cp $WORK/b598/_pkg_.a /root/.cache/go-build/da/dae6517b5ecd7bbba4e870627e4419e75fffe08d6cd89105976065e076a377f6-d # internal
2025-08-20T21:20:03.6860015Z [00:02:57.025]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestsort
2025-08-20T21:20:03.6860961Z [00:02:57.025]➜  mkdir -p $WORK/b600/
2025-08-20T21:20:03.6861804Z [00:02:57.025]➜  go tool buildid -w $WORK/b599/_pkg_.a # internal
2025-08-20T21:20:03.6863273Z [00:02:57.026]➜  cat >/tmp/go-build3619502580/b600/importcfg << 'EOF' # internal
2025-08-20T21:20:03.6864096Z [00:02:57.026]➜  # import config
2025-08-20T21:20:03.6864897Z [00:02:57.026]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.6865563Z [00:02:57.026]➜  EOF
2025-08-20T21:20:03.6870397Z [00:02:57.026]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b600/_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/b600=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestsort -lang=go1.21 -complete -installsuffix shared -buildid w1gfm5yvLoaevOjOrts-/w1gfm5yvLoaevOjOrts- -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/suggestsort/suggestsort.go
2025-08-20T21:20:03.6877944Z [00:02:57.027]➜  cp $WORK/b599/_pkg_.a /root/.cache/go-build/c3/c375c394ccd6d6f866c87407478206e1969449fbfb9a8106e00452501e03eb6e-d # internal
2025-08-20T21:20:03.6879790Z [00:02:57.027]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtriggermethod
2025-08-20T21:20:03.6881859Z [00:02:57.027]➜  mkdir -p $WORK/b601/
2025-08-20T21:20:03.6882469Z [00:02:57.027]➜  cat >/tmp/go-build3619502580/b601/importcfg << 'EOF' # internal
2025-08-20T21:20:03.6883025Z [00:02:57.027]➜  # import config
2025-08-20T21:20:03.6883567Z [00:02:57.027]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.6884094Z [00:02:57.027]➜  EOF
2025-08-20T21:20:03.6888640Z [00:02:57.027]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b601/_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/b601=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtriggermethod -lang=go1.21 -complete -installsuffix shared -buildid xU8Y0SUFqDx1qR7nUy6_/xU8Y0SUFqDx1qR7nUy6_ -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/syncjobtriggermethod/syncjobtriggermethod.go
2025-08-20T21:20:03.7002201Z [00:02:57.039]➜  go tool buildid -w $WORK/b600/_pkg_.a # internal
2025-08-20T21:20:03.7003684Z [00:02:57.039]➜  cp $WORK/b600/_pkg_.a /root/.cache/go-build/8c/8c8389f3d6f9da8af76b741a840ad36a18bb225d8b8557c00298651412f73b1c-d # internal
2025-08-20T21:20:03.7006380Z [00:02:57.039]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype
2025-08-20T21:20:03.7007202Z [00:02:57.039]➜  mkdir -p $WORK/b602/
2025-08-20T21:20:03.7007946Z [00:02:57.039]➜  cat >/tmp/go-build3619502580/b602/importcfg << 'EOF' # internal
2025-08-20T21:20:03.7008651Z [00:02:57.039]➜  # import config
2025-08-20T21:20:03.7009342Z [00:02:57.039]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.7009956Z [00:02:57.039]➜  EOF
2025-08-20T21:20:03.7024643Z [00:02:57.039]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b602/_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/b602=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype -lang=go1.21 -complete -installsuffix shared -buildid YADIjZJ7ytBI-m68jcIP/YADIjZJ7ytBI-m68jcIP -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/syncjobtype/syncjobtype.go
2025-08-20T21:20:03.7029158Z [00:02:57.040]➜  go tool buildid -w $WORK/b601/_pkg_.a # internal
2025-08-20T21:20:03.7030491Z [00:02:57.041]➜  cp $WORK/b601/_pkg_.a /root/.cache/go-build/60/60fd359b297951a7dee55aef6b1bc74c513ab02af13687d455a50cf639f64d3f-d # internal
2025-08-20T21:20:03.7032091Z [00:02:57.041]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus
2025-08-20T21:20:03.7032898Z [00:02:57.041]➜  mkdir -p $WORK/b603/
2025-08-20T21:20:03.7033627Z [00:02:57.041]➜  cat >/tmp/go-build3619502580/b603/importcfg << 'EOF' # internal
2025-08-20T21:20:03.7034306Z [00:02:57.041]➜  # import config
2025-08-20T21:20:03.7034961Z [00:02:57.041]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.7035575Z [00:02:57.041]➜  EOF
2025-08-20T21:20:03.7040405Z [00:02:57.042]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b603/_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/b603=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus -lang=go1.21 -complete -installsuffix shared -buildid hCCRJ33b6DF4DoMQoiPh/hCCRJ33b6DF4DoMQoiPh -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/syncstatus/syncstatus.go
2025-08-20T21:20:03.7138691Z [00:02:57.053]➜  go tool buildid -w $WORK/b602/_pkg_.a # internal
2025-08-20T21:20:03.7145426Z [00:02:57.054]➜  cp $WORK/b602/_pkg_.a /root/.cache/go-build/08/089ab2c8821dda52f69ce7ad4fa950f7a9665db56ae3175933abb536180cb931-d # internal
2025-08-20T21:20:03.7152356Z [00:02:57.054]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/synonymformat
2025-08-20T21:20:03.7154835Z [00:02:57.054]➜  mkdir -p $WORK/b604/
2025-08-20T21:20:03.7155517Z [00:02:57.054]➜  cat >/tmp/go-build3619502580/b604/importcfg << 'EOF' # internal
2025-08-20T21:20:03.7156120Z [00:02:57.054]➜  # import config
2025-08-20T21:20:03.7156704Z [00:02:57.054]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.7157603Z [00:02:57.054]➜  EOF
2025-08-20T21:20:03.7162329Z [00:02:57.055]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b604/_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/b604=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/synonymformat -lang=go1.21 -complete -installsuffix shared -buildid w2B0ed5eERiZJogzufx_/w2B0ed5eERiZJogzufx_ -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/synonymformat/synonymformat.go
2025-08-20T21:20:03.7197575Z [00:02:57.059]➜  go tool buildid -w $WORK/b603/_pkg_.a # internal
2025-08-20T21:20:03.7221491Z [00:02:57.060]➜  cp $WORK/b603/_pkg_.a /root/.cache/go-build/f6/f636b92ded391e39745ba33a07aaabc14a59baed800502ba57bc11787c12cc8c-d # internal
2025-08-20T21:20:03.7222914Z [00:02:57.060]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syntheticsourcekeepenum
2025-08-20T21:20:03.7223712Z [00:02:57.060]➜  mkdir -p $WORK/b605/
2025-08-20T21:20:03.7224372Z [00:02:57.061]➜  cat >/tmp/go-build3619502580/b605/importcfg << 'EOF' # internal
2025-08-20T21:20:03.7224982Z [00:02:57.061]➜  # import config
2025-08-20T21:20:03.7225596Z [00:02:57.061]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.7226228Z [00:02:57.061]➜  EOF
2025-08-20T21:20:03.7231636Z [00:02:57.061]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b605/_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/b605=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syntheticsourcekeepenum -lang=go1.21 -complete -installsuffix shared -buildid QalutJ2_s5GjGW1AbwpG/QalutJ2_s5GjGW1AbwpG -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/syntheticsourcekeepenum/syntheticsourcekeepenum.go
2025-08-20T21:20:03.7270448Z [00:02:57.066]➜  go tool buildid -w $WORK/b604/_pkg_.a # internal
2025-08-20T21:20:03.7277907Z [00:02:57.067]➜  cp $WORK/b604/_pkg_.a /root/.cache/go-build/bc/bcd79e641eb9a50ed35f0d4bcc3739de8d4c5217b0ba6c913feaf85f051e6615-d # internal
2025-08-20T21:20:03.7284322Z [00:02:57.067]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype
2025-08-20T21:20:03.7285106Z [00:02:57.067]➜  mkdir -p $WORK/b606/
2025-08-20T21:20:03.7290077Z [00:02:57.068]➜  cat >/tmp/go-build3619502580/b606/importcfg << 'EOF' # internal
2025-08-20T21:20:03.7298215Z [00:02:57.068]➜  # import config
2025-08-20T21:20:03.7298812Z [00:02:57.068]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.7299375Z [00:02:57.068]➜  EOF
2025-08-20T21:20:03.7303941Z [00:02:57.068]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b606/_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/b606=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype -lang=go1.21 -complete -installsuffix shared -buildid Dcifyr0UfYcCF0831k5h/Dcifyr0UfYcCF0831k5h -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/tasktype/tasktype.go
2025-08-20T21:20:03.7384638Z [00:02:57.078]➜  go tool buildid -w $WORK/b605/_pkg_.a # internal
2025-08-20T21:20:03.7401009Z [00:02:57.078]➜  cp $WORK/b605/_pkg_.a /root/.cache/go-build/30/307efce7dcd3155480025bd091cabb6772cc44b5555c749b012d181e3cd1621e-d # internal
2025-08-20T21:20:03.7404342Z [00:02:57.079]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/templateformat
2025-08-20T21:20:03.7405446Z [00:02:57.079]➜  mkdir -p $WORK/b607/
2025-08-20T21:20:03.7406145Z [00:02:57.079]➜  cat >/tmp/go-build3619502580/b607/importcfg << 'EOF' # internal
2025-08-20T21:20:03.7407302Z [00:02:57.079]➜  # import config
2025-08-20T21:20:03.7408385Z [00:02:57.079]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.7409206Z [00:02:57.079]➜  EOF
2025-08-20T21:20:03.7414450Z [00:02:57.080]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b607/_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/b607=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/templateformat -lang=go1.21 -complete -installsuffix shared -buildid 1ubQemBLNQbTBbdUb6ey/1ubQemBLNQbTBbdUb6ey -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/templateformat/templateformat.go
2025-08-20T21:20:03.7435917Z [00:02:57.083]➜  go tool buildid -w $WORK/b606/_pkg_.a # internal
2025-08-20T21:20:03.7444378Z [00:02:57.084]➜  cp $WORK/b606/_pkg_.a /root/.cache/go-build/24/24feca689a9705990495b67fe370280f7b2eaa2f6e51c3d963c6e443cd4411e2-d # internal
2025-08-20T21:20:03.7452007Z [00:02:57.084]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationcollectmode
2025-08-20T21:20:03.7458450Z [00:02:57.084]➜  mkdir -p $WORK/b608/
2025-08-20T21:20:03.7459108Z [00:02:57.084]➜  cat >/tmp/go-build3619502580/b608/importcfg << 'EOF' # internal
2025-08-20T21:20:03.7459702Z [00:02:57.084]➜  # import config
2025-08-20T21:20:03.7460555Z [00:02:57.084]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.7461146Z [00:02:57.084]➜  EOF
2025-08-20T21:20:03.7466697Z [00:02:57.084]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b608/_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/b608=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationcollectmode -lang=go1.21 -complete -installsuffix shared -buildid xym-EsluYGxKwIxa-qC1/xym-EsluYGxKwIxa-qC1 -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/termsaggregationcollectmode/termsaggregationcollectmode.go
2025-08-20T21:20:03.7552942Z [00:02:57.095]➜  go tool buildid -w $WORK/b607/_pkg_.a # internal
2025-08-20T21:20:03.7561595Z [00:02:57.095]➜  cp $WORK/b607/_pkg_.a /root/.cache/go-build/15/15e8fbb90834046fa1fb4c6db67bc4e5408f91308beb655c582760058db86c74-d # internal
2025-08-20T21:20:03.7572374Z [00:02:57.096]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationexecutionhint
2025-08-20T21:20:03.7574481Z [00:02:57.096]➜  mkdir -p $WORK/b609/
2025-08-20T21:20:03.7575196Z [00:02:57.096]➜  cat >/tmp/go-build3619502580/b609/importcfg << 'EOF' # internal
2025-08-20T21:20:03.7575816Z [00:02:57.096]➜  # import config
2025-08-20T21:20:03.7576429Z [00:02:57.096]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.7581535Z [00:02:57.096]➜  EOF
2025-08-20T21:20:03.7587075Z [00:02:57.096]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b609/_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/b609=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationexecutionhint -lang=go1.21 -complete -installsuffix shared -buildid 7PGCz_h1Tvgty8zCS5Y7/7PGCz_h1Tvgty8zCS5Y7 -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/termsaggregationexecutionhint/termsaggregationexecutionhint.go
2025-08-20T21:20:03.7595258Z [00:02:57.097]➜  go tool buildid -w $WORK/b608/_pkg_.a # internal
2025-08-20T21:20:03.7596528Z [00:02:57.098]➜  cp $WORK/b608/_pkg_.a /root/.cache/go-build/a1/a1e6ae5c1e527a75b7f7731a8614d5409a6cf7a85e7717d086b108e3a01a76dc-d # internal
2025-08-20T21:20:03.7597870Z [00:02:57.098]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termvectoroption
2025-08-20T21:20:03.7598648Z [00:02:57.098]➜  mkdir -p $WORK/b610/
2025-08-20T21:20:03.7599338Z [00:02:57.098]➜  cat >/tmp/go-build3619502580/b610/importcfg << 'EOF' # internal
2025-08-20T21:20:03.7599966Z [00:02:57.098]➜  # import config
2025-08-20T21:20:03.7600603Z [00:02:57.098]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.7601186Z [00:02:57.098]➜  EOF
2025-08-20T21:20:03.7605977Z [00:02:57.098]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b610/_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/b610=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termvectoroption -lang=go1.21 -complete -installsuffix shared -buildid TtK4k0aZxILmaBWebRoj/TtK4k0aZxILmaBWebRoj -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/termvectoroption/termvectoroption.go
2025-08-20T21:20:03.7726938Z [00:02:57.112]➜  go tool buildid -w $WORK/b609/_pkg_.a # internal
2025-08-20T21:20:03.7732927Z [00:02:57.112]➜  cp $WORK/b609/_pkg_.a /root/.cache/go-build/ae/ae3bc45fa4411864a9cfff043487f693178b7d8a6f04d352446af935dc1f4c25-d # internal
2025-08-20T21:20:03.7734624Z [00:02:57.113]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/textquerytype
2025-08-20T21:20:03.7735805Z [00:02:57.113]➜  mkdir -p $WORK/b611/
2025-08-20T21:20:03.7737269Z [00:02:57.113]➜  go tool buildid -w $WORK/b610/_pkg_.a # internal
2025-08-20T21:20:03.7742528Z [00:02:57.113]➜  cat >/tmp/go-build3619502580/b611/importcfg << 'EOF' # internal
2025-08-20T21:20:03.7743401Z [00:02:57.113]➜  # import config
2025-08-20T21:20:03.7744637Z [00:02:57.113]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.7745347Z [00:02:57.113]➜  EOF
2025-08-20T21:20:03.7750074Z [00:02:57.114]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b611/_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/b611=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/textquerytype -lang=go1.21 -complete -installsuffix shared -buildid 01zUXS_mPNodmLcUMari/01zUXS_mPNodmLcUMari -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/textquerytype/textquerytype.go
2025-08-20T21:20:03.7755738Z [00:02:57.114]➜  cp $WORK/b610/_pkg_.a /root/.cache/go-build/14/142bf329a469eb01a97b3aa98a6f54667f252d6cda88aa95c62de2af91cdbd1e-d # internal
2025-08-20T21:20:03.7757697Z [00:02:57.114]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeseriesmetrictype
2025-08-20T21:20:03.7758640Z [00:02:57.114]➜  mkdir -p $WORK/b612/
2025-08-20T21:20:03.7759423Z [00:02:57.115]➜  cat >/tmp/go-build3619502580/b612/importcfg << 'EOF' # internal
2025-08-20T21:20:03.7761111Z [00:02:57.115]➜  # import config
2025-08-20T21:20:03.7761912Z [00:02:57.115]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.7762532Z [00:02:57.115]➜  EOF
2025-08-20T21:20:03.7767519Z [00:02:57.115]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b612/_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/b612=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeseriesmetrictype -lang=go1.21 -complete -installsuffix shared -buildid bBz9HHAnig6ZnBgxFA_r/bBz9HHAnig6ZnBgxFA_r -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/timeseriesmetrictype/timeseriesmetrictype.go
2025-08-20T21:20:03.7901411Z [00:02:57.129]➜  go tool buildid -w $WORK/b611/_pkg_.a # internal
2025-08-20T21:20:03.7906548Z [00:02:57.129]➜  cp $WORK/b611/_pkg_.a /root/.cache/go-build/8a/8a96ddd4cab17e590d1848be8a7d18d6f09f9e75739587cee9644c06650363ed-d # internal
2025-08-20T21:20:03.7907857Z [00:02:57.129]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenchar
2025-08-20T21:20:03.7915779Z [00:02:57.130]➜  mkdir -p $WORK/b613/
2025-08-20T21:20:03.7916481Z [00:02:57.130]➜  cat >/tmp/go-build3619502580/b613/importcfg << 'EOF' # internal
2025-08-20T21:20:03.7917099Z [00:02:57.130]➜  # import config
2025-08-20T21:20:03.7917685Z [00:02:57.130]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.7918245Z [00:02:57.130]➜  EOF
2025-08-20T21:20:03.7922920Z [00:02:57.130]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b613/_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/b613=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenchar -lang=go1.21 -complete -installsuffix shared -buildid BP1L6C24YFyj5NvQKRCq/BP1L6C24YFyj5NvQKRCq -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/tokenchar/tokenchar.go
2025-08-20T21:20:03.7929176Z [00:02:57.132]➜  go tool buildid -w $WORK/b612/_pkg_.a # internal
2025-08-20T21:20:03.7932101Z [00:02:57.132]➜  cp $WORK/b612/_pkg_.a /root/.cache/go-build/7e/7e35fdff973cabf14479efd39400b46e129a2775fbf3b7bfaad63d60b164bdc4-d # internal
2025-08-20T21:20:03.7938356Z [00:02:57.133]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenizationtruncate
2025-08-20T21:20:03.7947599Z [00:02:57.133]➜  mkdir -p $WORK/b614/
2025-08-20T21:20:03.7948287Z [00:02:57.133]➜  cat >/tmp/go-build3619502580/b614/importcfg << 'EOF' # internal
2025-08-20T21:20:03.7948890Z [00:02:57.133]➜  # import config
2025-08-20T21:20:03.7949499Z [00:02:57.133]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.7950058Z [00:02:57.133]➜  EOF
2025-08-20T21:20:03.7954929Z [00:02:57.134]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b614/_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/b614=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenizationtruncate -lang=go1.21 -complete -installsuffix shared -buildid fAJ09H_8mq5ccokiWuEv/fAJ09H_8mq5ccokiWuEv -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/tokenizationtruncate/tokenizationtruncate.go
2025-08-20T21:20:03.8060967Z [00:02:57.145]➜  go tool buildid -w $WORK/b613/_pkg_.a # internal
2025-08-20T21:20:03.8068738Z [00:02:57.146]➜  cp $WORK/b613/_pkg_.a /root/.cache/go-build/16/16b90d659d307c75ca8a48def43244ec8582fa463180400f170da9205c504114-d # internal
2025-08-20T21:20:03.8070456Z [00:02:57.146]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/totalhitsrelation
2025-08-20T21:20:03.8072564Z [00:02:57.146]➜  mkdir -p $WORK/b615/
2025-08-20T21:20:03.8077302Z [00:02:57.147]➜  cat >/tmp/go-build3619502580/b615/importcfg << 'EOF' # internal
2025-08-20T21:20:03.8077955Z [00:02:57.147]➜  # import config
2025-08-20T21:20:03.8078834Z [00:02:57.147]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.8079401Z [00:02:57.147]➜  EOF
2025-08-20T21:20:03.8084599Z [00:02:57.147]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b615/_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/b615=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/totalhitsrelation -lang=go1.21 -complete -installsuffix shared -buildid Oa2V2z9P1Jx5Q4rNt4Ds/Oa2V2z9P1Jx5Q4rNt4Ds -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/totalhitsrelation/totalhitsrelation.go
2025-08-20T21:20:03.8202745Z [00:02:57.159]➜  go tool buildid -w $WORK/b615/_pkg_.a # internal
2025-08-20T21:20:03.8210959Z [00:02:57.160]➜  cp $WORK/b615/_pkg_.a /root/.cache/go-build/99/99ee96d75600b39f89e619d8b16e129974606c1b9c7193740d89afe0c7852e4e-d # internal
2025-08-20T21:20:03.8219075Z [00:02:57.160]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainedmodeltype
2025-08-20T21:20:03.8219830Z [00:02:57.160]➜  mkdir -p $WORK/b616/
2025-08-20T21:20:03.8220476Z [00:02:57.161]➜  cat >/tmp/go-build3619502580/b616/importcfg << 'EOF' # internal
2025-08-20T21:20:03.8221078Z [00:02:57.161]➜  # import config
2025-08-20T21:20:03.8221946Z [00:02:57.161]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.8222600Z [00:02:57.161]➜  EOF
2025-08-20T21:20:03.8230860Z [00:02:57.162]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b616/_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/b616=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainedmodeltype -lang=go1.21 -complete -installsuffix shared -buildid 6F19t-kOJw9S9Stv2Ss3/6F19t-kOJw9S9Stv2Ss3 -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/trainedmodeltype/trainedmodeltype.go
2025-08-20T21:20:03.8305612Z [00:02:57.170]➜  go tool buildid -w $WORK/b614/_pkg_.a # internal
2025-08-20T21:20:03.8313010Z [00:02:57.170]➜  cp $WORK/b614/_pkg_.a /root/.cache/go-build/69/69fa7f7b4f83e710c1eca9a02a2d3d8cc39ea9ae5312e66bbe2dbc67cc9e1eab-d # internal
2025-08-20T21:20:03.8325720Z [00:02:57.170]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainingpriority
2025-08-20T21:20:03.8326504Z [00:02:57.170]➜  mkdir -p $WORK/b617/
2025-08-20T21:20:03.8327172Z [00:02:57.171]➜  cat >/tmp/go-build3619502580/b617/importcfg << 'EOF' # internal
2025-08-20T21:20:03.8327776Z [00:02:57.171]➜  # import config
2025-08-20T21:20:03.8328374Z [00:02:57.171]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.8328957Z [00:02:57.171]➜  EOF
2025-08-20T21:20:03.8333890Z [00:02:57.171]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b617/_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/b617=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainingpriority -lang=go1.21 -complete -installsuffix shared -buildid xUGrrcd93EXkIpPrh1fA/xUGrrcd93EXkIpPrh1fA -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/trainingpriority/trainingpriority.go
2025-08-20T21:20:03.8483604Z [00:02:57.188]➜  go tool buildid -w $WORK/b616/_pkg_.a # internal
2025-08-20T21:20:03.8485210Z [00:02:57.188]➜  cp $WORK/b616/_pkg_.a /root/.cache/go-build/29/29c5234666860264415eb559e77ecdbdacec2ea413757aaba858d88567839c2f-d # internal
2025-08-20T21:20:03.8487783Z [00:02:57.188]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/translogdurability
2025-08-20T21:20:03.8488587Z [00:02:57.188]➜  mkdir -p $WORK/b618/
2025-08-20T21:20:03.8489259Z [00:02:57.188]➜  cat >/tmp/go-build3619502580/b618/importcfg << 'EOF' # internal
2025-08-20T21:20:03.8489873Z [00:02:57.188]➜  # import config
2025-08-20T21:20:03.8490485Z [00:02:57.188]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.8491041Z [00:02:57.188]➜  EOF
2025-08-20T21:20:03.8496066Z [00:02:57.188]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b618/_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/b618=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/translogdurability -lang=go1.21 -complete -installsuffix shared -buildid Zcwzp4oBJElXBpVLUU4q/Zcwzp4oBJElXBpVLUU4q -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/translogdurability/translogdurability.go
2025-08-20T21:20:03.8633516Z [00:02:57.202]➜  go tool buildid -w $WORK/b617/_pkg_.a # internal
2025-08-20T21:20:03.8648791Z [00:02:57.204]➜  cp $WORK/b617/_pkg_.a /root/.cache/go-build/12/1295633a3e5ab4aa9678f4649d463f3dc910550daa31b53459612d0c208e293d-d # internal
2025-08-20T21:20:03.8666370Z [00:02:57.204]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ttesttype
2025-08-20T21:20:03.8667132Z [00:02:57.204]➜  mkdir -p $WORK/b619/
2025-08-20T21:20:03.8667803Z [00:02:57.205]➜  cat >/tmp/go-build3619502580/b619/importcfg << 'EOF' # internal
2025-08-20T21:20:03.8668663Z [00:02:57.205]➜  # import config
2025-08-20T21:20:03.8669309Z [00:02:57.205]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.8669896Z [00:02:57.205]➜  EOF
2025-08-20T21:20:03.8674549Z [00:02:57.205]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b619/_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/b619=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ttesttype -lang=go1.21 -complete -installsuffix shared -buildid K-1b7cp1GH-XpdOFpN-V/K-1b7cp1GH-XpdOFpN-V -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/ttesttype/ttesttype.go
2025-08-20T21:20:03.8709811Z [00:02:57.210]➜  go tool buildid -w $WORK/b618/_pkg_.a # internal
2025-08-20T21:20:03.8716831Z [00:02:57.211]➜  cp $WORK/b618/_pkg_.a /root/.cache/go-build/12/12d8465f9f4f02be33fa8fadb7b0546b48e15d17151e53535b43b1bbc9bc42b9-d # internal
2025-08-20T21:20:03.8722457Z [00:02:57.211]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/unassignedinformationreason
2025-08-20T21:20:03.8725343Z [00:02:57.211]➜  mkdir -p $WORK/b620/
2025-08-20T21:20:03.8726093Z [00:02:57.211]➜  cat >/tmp/go-build3619502580/b620/importcfg << 'EOF' # internal
2025-08-20T21:20:03.8726749Z [00:02:57.211]➜  # import config
2025-08-20T21:20:03.8727358Z [00:02:57.211]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.8727921Z [00:02:57.211]➜  EOF
2025-08-20T21:20:03.8733213Z [00:02:57.212]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b620/_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/b620=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/unassignedinformationreason -lang=go1.21 -complete -installsuffix shared -buildid YQd3xNfGIPs00nDF-kM7/YQd3xNfGIPs00nDF-kM7 -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/unassignedinformationreason/unassignedinformationreason.go
2025-08-20T21:20:03.8933613Z [00:02:57.229]➜  go tool buildid -w $WORK/b619/_pkg_.a # internal
2025-08-20T21:20:03.8952727Z [00:02:57.231]➜  cp $WORK/b619/_pkg_.a /root/.cache/go-build/df/dfb30e7227000fe23f8f7d9d0cd4cb9140212c5d218c39531f5973f69195fcfc-d # internal
2025-08-20T21:20:03.8957180Z [00:02:57.231]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/useragentproperty
2025-08-20T21:20:03.8958016Z [00:02:57.231]➜  mkdir -p $WORK/b621/
2025-08-20T21:20:03.8958707Z [00:02:57.231]➜  cat >/tmp/go-build3619502580/b621/importcfg << 'EOF' # internal
2025-08-20T21:20:03.8959338Z [00:02:57.231]➜  # import config
2025-08-20T21:20:03.8959945Z [00:02:57.231]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.8960492Z [00:02:57.231]➜  EOF
2025-08-20T21:20:03.8965283Z [00:02:57.231]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b621/_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/b621=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/useragentproperty -lang=go1.21 -complete -installsuffix shared -buildid Iv4QA6DXp4Xc-Zf9lJSk/Iv4QA6DXp4Xc-Zf9lJSk -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/useragentproperty/useragentproperty.go
2025-08-20T21:20:03.8969418Z [00:02:57.233]➜  go tool buildid -w $WORK/b620/_pkg_.a # internal
2025-08-20T21:20:03.8970841Z [00:02:57.234]➜  cp $WORK/b620/_pkg_.a /root/.cache/go-build/e0/e01d36ae657b0cd5608f866c79d3b3aa88dbaaf8f77fe1f572bde446f5707b66-d # internal
2025-08-20T21:20:03.8972278Z [00:02:57.234]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/valuetype
2025-08-20T21:20:03.8972995Z [00:02:57.234]➜  mkdir -p $WORK/b622/
2025-08-20T21:20:03.8973646Z [00:02:57.235]➜  cat >/tmp/go-build3619502580/b622/importcfg << 'EOF' # internal
2025-08-20T21:20:03.8974240Z [00:02:57.235]➜  # import config
2025-08-20T21:20:03.8974823Z [00:02:57.235]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.8975375Z [00:02:57.235]➜  EOF
2025-08-20T21:20:03.8979666Z [00:02:57.235]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b622/_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/b622=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/valuetype -lang=go1.21 -complete -installsuffix shared -buildid vHrNxct3Pbt3LF_-2cDw/vHrNxct3Pbt3LF_-2cDw -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/valuetype/valuetype.go
2025-08-20T21:20:03.9069328Z [00:02:57.246]➜  go tool buildid -w $WORK/b621/_pkg_.a # internal
2025-08-20T21:20:03.9073930Z [00:02:57.247]➜  cp $WORK/b621/_pkg_.a /root/.cache/go-build/1c/1c0255e05548db64a901b3b9bd4c693aaadb0eebec14342df0a2a371c978e288-d # internal
2025-08-20T21:20:03.9078562Z [00:02:57.247]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype
2025-08-20T21:20:03.9079742Z [00:02:57.247]➜  mkdir -p $WORK/b623/
2025-08-20T21:20:03.9086170Z [00:02:57.248]➜  cat >/tmp/go-build3619502580/b623/importcfg << 'EOF' # internal
2025-08-20T21:20:03.9087132Z [00:02:57.248]➜  # import config
2025-08-20T21:20:03.9088730Z [00:02:57.248]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.9089678Z [00:02:57.248]➜  EOF
2025-08-20T21:20:03.9094597Z [00:02:57.248]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b623/_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/b623=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype -lang=go1.21 -complete -installsuffix shared -buildid gulEshHUAZYHLWKtwzkw/gulEshHUAZYHLWKtwzkw -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/versiontype/versiontype.go
2025-08-20T21:20:03.9142107Z [00:02:57.253]➜  go tool buildid -w $WORK/b622/_pkg_.a # internal
2025-08-20T21:20:03.9152425Z [00:02:57.253]➜  cp $WORK/b622/_pkg_.a /root/.cache/go-build/ca/cab56106f917694558fab173a70462878adf026cb6d22b540675b9180e2d4a9e-d # internal
2025-08-20T21:20:03.9153766Z [00:02:57.254]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/watcherstate
2025-08-20T21:20:03.9154523Z [00:02:57.254]➜  mkdir -p $WORK/b624/
2025-08-20T21:20:03.9155206Z [00:02:57.254]➜  cat >/tmp/go-build3619502580/b624/importcfg << 'EOF' # internal
2025-08-20T21:20:03.9155862Z [00:02:57.254]➜  # import config
2025-08-20T21:20:03.9156481Z [00:02:57.254]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.9157067Z [00:02:57.254]➜  EOF
2025-08-20T21:20:03.9163489Z [00:02:57.254]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b624/_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/b624=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/watcherstate -lang=go1.21 -complete -installsuffix shared -buildid jQN-5RM1Kb3ttYvs-sPx/jQN-5RM1Kb3ttYvs-sPx -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/watcherstate/watcherstate.go
2025-08-20T21:20:03.9228345Z [00:02:57.262]➜  go tool buildid -w $WORK/b623/_pkg_.a # internal
2025-08-20T21:20:03.9235769Z [00:02:57.263]➜  cp $WORK/b623/_pkg_.a /root/.cache/go-build/62/62fc2b39a204e6e54cea9325c8026aa00adfbcb926d891d42258c86d6c6c51f1-d # internal
2025-08-20T21:20:03.9239036Z [00:02:57.263]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/zerotermsquery
2025-08-20T21:20:03.9245970Z [00:02:57.264]➜  mkdir -p $WORK/b625/
2025-08-20T21:20:03.9255550Z [00:02:57.264]➜  cat >/tmp/go-build3619502580/b625/importcfg << 'EOF' # internal
2025-08-20T21:20:03.9256179Z [00:02:57.264]➜  # import config
2025-08-20T21:20:03.9256781Z [00:02:57.264]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.9257321Z [00:02:57.264]➜  EOF
2025-08-20T21:20:03.9261635Z [00:02:57.264]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b625/_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/b625=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/zerotermsquery -lang=go1.21 -complete -installsuffix shared -buildid w9aXJ-DsnsyC1PNYTwVj/w9aXJ-DsnsyC1PNYTwVj -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/types/enums/zerotermsquery/zerotermsquery.go
2025-08-20T21:20:03.9295080Z [00:02:57.269]➜  go tool buildid -w $WORK/b624/_pkg_.a # internal
2025-08-20T21:20:03.9300247Z [00:02:57.269]➜  cp $WORK/b624/_pkg_.a /root/.cache/go-build/00/001f3dd3b740656533f4cd98769991f3cc77f507034d5f523a5ab912a577de3e-d # internal
2025-08-20T21:20:03.9310140Z [00:02:57.269]➜  github.com/elastic/go-elasticsearch/v8/typedapi/capabilities
2025-08-20T21:20:03.9310872Z [00:02:57.269]➜  mkdir -p $WORK/b633/
2025-08-20T21:20:03.9311784Z [00:02:57.270]➜  cat >/tmp/go-build3619502580/b633/importcfg << 'EOF' # internal
2025-08-20T21:20:03.9312461Z [00:02:57.270]➜  # import config
2025-08-20T21:20:03.9313121Z [00:02:57.270]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:03.9314134Z [00:02:57.270]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:03.9314875Z [00:02:57.270]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:03.9316047Z [00:02:57.270]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:03.9317175Z [00:02:57.270]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:03.9317964Z [00:02:57.270]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:03.9318763Z [00:02:57.270]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:03.9319534Z [00:02:57.270]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.9320288Z [00:02:57.270]➜  EOF
2025-08-20T21:20:03.9324604Z [00:02:57.270]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b633/_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/b633=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/capabilities -lang=go1.21 -complete -installsuffix shared -buildid E8Er8F45aHETVUNrF-n0/E8Er8F45aHETVUNrF-n0 -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/capabilities/capabilities.go
2025-08-20T21:20:03.9403738Z [00:02:57.280]➜  go tool buildid -w $WORK/b625/_pkg_.a # internal
2025-08-20T21:20:03.9412856Z [00:02:57.280]➜  cp $WORK/b625/_pkg_.a /root/.cache/go-build/d3/d331828a4308aef50fe907580919ef4142eda1c5992f30a53bcc5cf0c632c2b2-d # internal
2025-08-20T21:20:03.9571131Z [00:02:57.296]➜  go tool buildid -w $WORK/b312/_pkg_.a # internal
2025-08-20T21:20:03.9857458Z [00:02:57.325]➜  go tool buildid -w $WORK/b633/_pkg_.a # internal
2025-08-20T21:20:03.9867135Z [00:02:57.326]➜  cp $WORK/b633/_pkg_.a /root/.cache/go-build/22/224e6f4566f8b95997b96de6b46d392e9601fd6024773b29c39819e650753949-d # internal
2025-08-20T21:20:03.9888072Z [00:02:57.328]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes
2025-08-20T21:20:03.9890481Z [00:02:57.328]➜  mkdir -p $WORK/b636/
2025-08-20T21:20:03.9891387Z [00:02:57.328]➜  cat >/tmp/go-build3619502580/b636/importcfg << 'EOF' # internal
2025-08-20T21:20:03.9892079Z [00:02:57.328]➜  # import config
2025-08-20T21:20:03.9892710Z [00:02:57.328]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:03.9893333Z [00:02:57.328]➜  EOF
2025-08-20T21:20:03.9897845Z [00:02:57.328]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b636/_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/b636=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes -lang=go1.21 -complete -installsuffix shared -buildid 8R7s9b5xJ3UJ5xQjQF-y/8R7s9b5xJ3UJ5xQjQF-y -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/types/enums/bytes/bytes.go
2025-08-20T21:20:04.0056940Z [00:02:57.345]➜  go tool buildid -w $WORK/b636/_pkg_.a # internal
2025-08-20T21:20:04.0062969Z [00:02:57.345]➜  cp $WORK/b636/_pkg_.a /root/.cache/go-build/8a/8a323f8455000d340e3837a1df3226844c0d8b15fafc4898e9f4385664ae27c1-d # internal
2025-08-20T21:20:04.0067479Z [00:02:57.346]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit
2025-08-20T21:20:04.0073220Z [00:02:57.346]➜  mkdir -p $WORK/b641/
2025-08-20T21:20:04.0073923Z [00:02:57.346]➜  cat >/tmp/go-build3619502580/b641/importcfg << 'EOF' # internal
2025-08-20T21:20:04.0074569Z [00:02:57.346]➜  # import config
2025-08-20T21:20:04.0075241Z [00:02:57.346]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.0075835Z [00:02:57.346]➜  EOF
2025-08-20T21:20:04.0080310Z [00:02:57.346]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b641/_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/b641=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit -lang=go1.21 -complete -installsuffix shared -buildid GjywsMMrrm7K54QpgSPw/GjywsMMrrm7K54QpgSPw -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/types/enums/timeunit/timeunit.go
2025-08-20T21:20:04.0191571Z [00:02:57.358]➜  go tool buildid -w $WORK/b641/_pkg_.a # internal
2025-08-20T21:20:04.0199259Z [00:02:57.359]➜  cp $WORK/b312/_pkg_.a /root/.cache/go-build/b1/b12daab56e222269e112fa1779cc5b88aa5703e6535af52d8e140f9345303b64-d # internal
2025-08-20T21:20:04.0200643Z [00:02:57.359]➜  github.com/jrnd-io/jr/pkg/producers/awsdynamodb
2025-08-20T21:20:04.0201480Z [00:02:57.359]➜  mkdir -p $WORK/b234/
2025-08-20T21:20:04.0202835Z [00:02:57.359]➜  cat >/tmp/go-build3619502580/b234/importcfg << 'EOF' # internal
2025-08-20T21:20:04.0203823Z [00:02:57.359]➜  # import config
2025-08-20T21:20:04.0204848Z [00:02:57.359]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:04.0206087Z [00:02:57.359]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:04.0207813Z [00:02:57.359]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build3619502580/b235/_pkg_.a
2025-08-20T21:20:04.0209834Z [00:02:57.359]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue=/tmp/go-build3619502580/b309/_pkg_.a
2025-08-20T21:20:04.0211478Z [00:02:57.359]➜  packagefile github.com/aws/aws-sdk-go-v2/service/dynamodb=/tmp/go-build3619502580/b312/_pkg_.a
2025-08-20T21:20:04.0212692Z [00:02:57.359]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3619502580/b319/_pkg_.a
2025-08-20T21:20:04.0213737Z [00:02:57.359]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build3619502580/b216/_pkg_.a
2025-08-20T21:20:04.0214659Z [00:02:57.359]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:04.0215237Z [00:02:57.359]➜  EOF
2025-08-20T21:20:04.0218995Z [00:02:57.359]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b234/_pkg_.a -trimpath "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/awsdynamodb=>github.com/jrnd-io/jr/pkg/producers/awsdynamodb;$WORK/b234=>" -p github.com/jrnd-io/jr/pkg/producers/awsdynamodb -lang=go1.24 -complete -installsuffix shared -buildid cXTaOBa2M6frH4Ld6W1_/cXTaOBa2M6frH4Ld6W1_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b234/importcfg -pack ./pkg/producers/awsdynamodb/config.go ./pkg/producers/awsdynamodb/producer.go
﻿2025-08-20T21:20:04.0232203Z [00:02:57.360]➜  cp $WORK/b641/_pkg_.a /root/.cache/go-build/e0/e077d9cade02213195296828701379e3f51f96cd9da77c7afa4fb443f81ab15d-d # internal
2025-08-20T21:20:04.0233643Z [00:02:57.360]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletevotingconfigexclusions
2025-08-20T21:20:04.0234701Z [00:02:57.360]➜  mkdir -p $WORK/b677/
2025-08-20T21:20:04.0235410Z [00:02:57.360]➜  cat >/tmp/go-build3619502580/b677/importcfg << 'EOF' # internal
2025-08-20T21:20:04.0236064Z [00:02:57.360]➜  # import config
2025-08-20T21:20:04.0236715Z [00:02:57.360]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:04.0237527Z [00:02:57.360]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:04.0238310Z [00:02:57.360]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:04.0239478Z [00:02:57.360]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:04.0240571Z [00:02:57.360]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:04.0241639Z [00:02:57.360]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:04.0242522Z [00:02:57.360]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:04.0243376Z [00:02:57.360]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:04.0244229Z [00:02:57.360]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.0244864Z [00:02:57.360]➜  EOF
2025-08-20T21:20:04.0250546Z [00:02:57.360]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b677/_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/b677=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletevotingconfigexclusions -lang=go1.21 -complete -installsuffix shared -buildid ENlG1HssxI6NRkyGUIem/ENlG1HssxI6NRkyGUIem -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/deletevotingconfigexclusions/delete_voting_config_exclusions.go
2025-08-20T21:20:04.0332447Z [00:02:57.370]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types
2025-08-20T21:20:04.0333517Z [00:02:57.370]➜  mkdir -p $WORK/b420/
2025-08-20T21:20:04.0374674Z [00:02:57.373]➜  cat >/tmp/go-build3619502580/b420/importcfg << 'EOF' # internal
2025-08-20T21:20:04.0375672Z [00:02:57.373]➜  # import config
2025-08-20T21:20:04.0376793Z [00:02:57.373]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:04.0378060Z [00:02:57.373]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:04.0382225Z [00:02:57.373]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:04.0383163Z [00:02:57.373]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:04.0384691Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/acknowledgementoptions=/tmp/go-build3619502580/b421/_pkg_.a
2025-08-20T21:20:04.0386639Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionstatusoptions=/tmp/go-build3619502580/b422/_pkg_.a
2025-08-20T21:20:04.0388558Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actiontype=/tmp/go-build3619502580/b423/_pkg_.a
2025-08-20T21:20:04.0390533Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/allocationexplaindecision=/tmp/go-build3619502580/b424/_pkg_.a
2025-08-20T21:20:04.0393939Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeytype=/tmp/go-build3619502580/b425/_pkg_.a
2025-08-20T21:20:04.0395812Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/appliesto=/tmp/go-build3619502580/b426/_pkg_.a
2025-08-20T21:20:04.0397734Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/boundaryscanner=/tmp/go-build3619502580/b427/_pkg_.a
2025-08-20T21:20:04.0399947Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/calendarinterval=/tmp/go-build3619502580/b428/_pkg_.a
2025-08-20T21:20:04.0402378Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cardinalityexecutionmode=/tmp/go-build3619502580/b429/_pkg_.a
2025-08-20T21:20:04.0404481Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catanomalydetectorcolumn=/tmp/go-build3619502580/b430/_pkg_.a
2025-08-20T21:20:04.0406495Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdatafeedcolumn=/tmp/go-build3619502580/b431/_pkg_.a
2025-08-20T21:20:04.0408335Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdfacolumn=/tmp/go-build3619502580/b432/_pkg_.a
2025-08-20T21:20:04.0410274Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/categorizationstatus=/tmp/go-build3619502580/b433/_pkg_.a
2025-08-20T21:20:04.0412470Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattrainedmodelscolumn=/tmp/go-build3619502580/b434/_pkg_.a
2025-08-20T21:20:04.0414473Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattransformcolumn=/tmp/go-build3619502580/b435/_pkg_.a
2025-08-20T21:20:04.0416376Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/childscoremode=/tmp/go-build3619502580/b436/_pkg_.a
2025-08-20T21:20:04.0418223Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/chunkingmode=/tmp/go-build3619502580/b437/_pkg_.a
2025-08-20T21:20:04.0420059Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterinfotarget=/tmp/go-build3619502580/b438/_pkg_.a
2025-08-20T21:20:04.0443639Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege=/tmp/go-build3619502580/b439/_pkg_.a
2025-08-20T21:20:04.0445774Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clustersearchstatus=/tmp/go-build3619502580/b440/_pkg_.a
2025-08-20T21:20:04.0450839Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cohereembeddingtype=/tmp/go-build3619502580/b441/_pkg_.a
2025-08-20T21:20:04.0452954Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cohereinputtype=/tmp/go-build3619502580/b442/_pkg_.a
2025-08-20T21:20:04.0454927Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/coheresimilaritytype=/tmp/go-build3619502580/b443/_pkg_.a
2025-08-20T21:20:04.0456906Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/coheretruncatetype=/tmp/go-build3619502580/b444/_pkg_.a
2025-08-20T21:20:04.0458851Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldsoperator=/tmp/go-build3619502580/b445/_pkg_.a
2025-08-20T21:20:04.0460828Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldszeroterms=/tmp/go-build3619502580/b446/_pkg_.a
2025-08-20T21:20:04.0462926Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionop=/tmp/go-build3619502580/b447/_pkg_.a
2025-08-20T21:20:04.0464725Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionoperator=/tmp/go-build3619502580/b448/_pkg_.a
2025-08-20T21:20:04.0466562Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditiontype=/tmp/go-build3619502580/b449/_pkg_.a
2025-08-20T21:20:04.0468431Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectionscheme=/tmp/go-build3619502580/b450/_pkg_.a
2025-08-20T21:20:04.0470512Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorfieldtype=/tmp/go-build3619502580/b451/_pkg_.a
2025-08-20T21:20:04.0475248Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorstatus=/tmp/go-build3619502580/b452/_pkg_.a
2025-08-20T21:20:04.0477264Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/converttype=/tmp/go-build3619502580/b453/_pkg_.a
2025-08-20T21:20:04.0479087Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataattachmentformat=/tmp/go-build3619502580/b454/_pkg_.a
2025-08-20T21:20:04.0480919Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/datafeedstate=/tmp/go-build3619502580/b455/_pkg_.a
2025-08-20T21:20:04.0483018Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataframestate=/tmp/go-build3619502580/b456/_pkg_.a
2025-08-20T21:20:04.0484817Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/day=/tmp/go-build3619502580/b457/_pkg_.a
2025-08-20T21:20:04.0486500Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/decision=/tmp/go-build3619502580/b458/_pkg_.a
2025-08-20T21:20:04.0488366Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/delimitedpayloadencoding=/tmp/go-build3619502580/b459/_pkg_.a
2025-08-20T21:20:04.0490381Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/densevectorelementtype=/tmp/go-build3619502580/b460/_pkg_.a
2025-08-20T21:20:04.0492593Z [00:02:57.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/densevectorindexoptionstype=/tmp/go-build3619502580/b461/_pkg_.a
2025-08-20T21:20:04.0494601Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/densevectorsimilarity=/tmp/go-build3619502580/b462/_pkg_.a
2025-08-20T21:20:04.0496895Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentallocationstate=/tmp/go-build3619502580/b463/_pkg_.a
2025-08-20T21:20:04.0498955Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentassignmentstate=/tmp/go-build3619502580/b464/_pkg_.a
2025-08-20T21:20:04.0500975Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deprecationlevel=/tmp/go-build3619502580/b465/_pkg_.a
2025-08-20T21:20:04.0524641Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfiindependencemeasure=/tmp/go-build3619502580/b466/_pkg_.a
2025-08-20T21:20:04.0526677Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfraftereffect=/tmp/go-build3619502580/b467/_pkg_.a
2025-08-20T21:20:04.0528562Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfrbasicmodel=/tmp/go-build3619502580/b468/_pkg_.a
2025-08-20T21:20:04.0530385Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/displaytype=/tmp/go-build3619502580/b469/_pkg_.a
2025-08-20T21:20:04.0532399Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/distanceunit=/tmp/go-build3619502580/b470/_pkg_.a
2025-08-20T21:20:04.0534247Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dynamicmapping=/tmp/go-build3619502580/b471/_pkg_.a
2025-08-20T21:20:04.0536083Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/edgengramside=/tmp/go-build3619502580/b472/_pkg_.a
2025-08-20T21:20:04.0537915Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/emailpriority=/tmp/go-build3619502580/b473/_pkg_.a
2025-08-20T21:20:04.0539781Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/enrichpolicyphase=/tmp/go-build3619502580/b474/_pkg_.a
2025-08-20T21:20:04.0542010Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/excludefrequent=/tmp/go-build3619502580/b475/_pkg_.a
2025-08-20T21:20:04.0543872Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionphase=/tmp/go-build3619502580/b476/_pkg_.a
2025-08-20T21:20:04.0545823Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionstatus=/tmp/go-build3619502580/b477/_pkg_.a
2025-08-20T21:20:04.0547661Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:04.0549514Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/failurestorestatus=/tmp/go-build3619502580/b479/_pkg_.a
2025-08-20T21:20:04.0551401Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/feature=/tmp/go-build3619502580/b480/_pkg_.a
2025-08-20T21:20:04.0553366Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldsortnumerictype=/tmp/go-build3619502580/b481/_pkg_.a
2025-08-20T21:20:04.0555273Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldtype=/tmp/go-build3619502580/b482/_pkg_.a
2025-08-20T21:20:04.0557266Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldvaluefactormodifier=/tmp/go-build3619502580/b483/_pkg_.a
2025-08-20T21:20:04.0559291Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringpolicy=/tmp/go-build3619502580/b484/_pkg_.a
2025-08-20T21:20:04.0561476Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringrulerule=/tmp/go-build3619502580/b485/_pkg_.a
2025-08-20T21:20:04.0563815Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringvalidationstate=/tmp/go-build3619502580/b486/_pkg_.a
2025-08-20T21:20:04.0565840Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filtertype=/tmp/go-build3619502580/b487/_pkg_.a
2025-08-20T21:20:04.0567805Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fingerprintdigest=/tmp/go-build3619502580/b488/_pkg_.a
2025-08-20T21:20:04.0569791Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/followerindexstatus=/tmp/go-build3619502580/b489/_pkg_.a
2025-08-20T21:20:04.0571992Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionboostmode=/tmp/go-build3619502580/b490/_pkg_.a
2025-08-20T21:20:04.0573987Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionscoremode=/tmp/go-build3619502580/b491/_pkg_.a
2025-08-20T21:20:04.0575858Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gappolicy=/tmp/go-build3619502580/b492/_pkg_.a
2025-08-20T21:20:04.0577717Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geodistancetype=/tmp/go-build3619502580/b493/_pkg_.a
2025-08-20T21:20:04.0579615Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoexecution=/tmp/go-build3619502580/b494/_pkg_.a
2025-08-20T21:20:04.0581887Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtargetformat=/tmp/go-build3619502580/b495/_pkg_.a
2025-08-20T21:20:04.0583798Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtiletype=/tmp/go-build3619502580/b496/_pkg_.a
2025-08-20T21:20:04.0585617Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoorientation=/tmp/go-build3619502580/b497/_pkg_.a
2025-08-20T21:20:04.0587441Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoshaperelation=/tmp/go-build3619502580/b498/_pkg_.a
2025-08-20T21:20:04.0589433Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geostrategy=/tmp/go-build3619502580/b499/_pkg_.a
2025-08-20T21:20:04.0591613Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geovalidationmethod=/tmp/go-build3619502580/b500/_pkg_.a
2025-08-20T21:20:04.0593478Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus=/tmp/go-build3619502580/b501/_pkg_.a
2025-08-20T21:20:04.0595325Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterencoder=/tmp/go-build3619502580/b502/_pkg_.a
2025-08-20T21:20:04.0597262Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterfragmenter=/tmp/go-build3619502580/b503/_pkg_.a
2025-08-20T21:20:04.0599194Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterorder=/tmp/go-build3619502580/b504/_pkg_.a
2025-08-20T21:20:04.0601115Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertagsschema=/tmp/go-build3619502580/b505/_pkg_.a
2025-08-20T21:20:04.0603574Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertype=/tmp/go-build3619502580/b506/_pkg_.a
2025-08-20T21:20:04.0605423Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/holtwinterstype=/tmp/go-build3619502580/b507/_pkg_.a
2025-08-20T21:20:04.0607259Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/httpinputmethod=/tmp/go-build3619502580/b508/_pkg_.a
2025-08-20T21:20:04.0609088Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ibdistribution=/tmp/go-build3619502580/b509/_pkg_.a
2025-08-20T21:20:04.0611009Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/iblambda=/tmp/go-build3619502580/b510/_pkg_.a
2025-08-20T21:20:04.0613098Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationalternate=/tmp/go-build3619502580/b511/_pkg_.a
2025-08-20T21:20:04.0615104Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationcasefirst=/tmp/go-build3619502580/b512/_pkg_.a
2025-08-20T21:20:04.0617157Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationdecomposition=/tmp/go-build3619502580/b513/_pkg_.a
2025-08-20T21:20:04.0619175Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationstrength=/tmp/go-build3619502580/b514/_pkg_.a
2025-08-20T21:20:04.0621155Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationmode=/tmp/go-build3619502580/b515/_pkg_.a
2025-08-20T21:20:04.0623355Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationtype=/tmp/go-build3619502580/b516/_pkg_.a
2025-08-20T21:20:04.0625384Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icutransformdirection=/tmp/go-build3619502580/b517/_pkg_.a
2025-08-20T21:20:04.0627275Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/impactarea=/tmp/go-build3619502580/b518/_pkg_.a
2025-08-20T21:20:04.0629182Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexcheckonstartup=/tmp/go-build3619502580/b519/_pkg_.a
2025-08-20T21:20:04.0631157Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexingjobstate=/tmp/go-build3619502580/b520/_pkg_.a
2025-08-20T21:20:04.0633339Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexmetadatastate=/tmp/go-build3619502580/b521/_pkg_.a
2025-08-20T21:20:04.0635419Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexoptions=/tmp/go-build3619502580/b522/_pkg_.a
2025-08-20T21:20:04.0637184Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexprivilege=/tmp/go-build3619502580/b523/_pkg_.a
2025-08-20T21:20:04.0639272Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingallocationoptions=/tmp/go-build3619502580/b524/_pkg_.a
2025-08-20T21:20:04.0641483Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingrebalanceoptions=/tmp/go-build3619502580/b525/_pkg_.a
2025-08-20T21:20:04.0643567Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indicatorhealthstatus=/tmp/go-build3619502580/b526/_pkg_.a
2025-08-20T21:20:04.0645435Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/inputtype=/tmp/go-build3619502580/b527/_pkg_.a
2025-08-20T21:20:04.0647278Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jinaaisimilaritytype=/tmp/go-build3619502580/b528/_pkg_.a
2025-08-20T21:20:04.0649156Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jinaaitextembeddingtask=/tmp/go-build3619502580/b529/_pkg_.a
2025-08-20T21:20:04.0651014Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobblockedreason=/tmp/go-build3619502580/b530/_pkg_.a
2025-08-20T21:20:04.0652986Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobstate=/tmp/go-build3619502580/b531/_pkg_.a
2025-08-20T21:20:04.0654914Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jsonprocessorconflictstrategy=/tmp/go-build3619502580/b532/_pkg_.a
2025-08-20T21:20:04.0656861Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/keeptypesmode=/tmp/go-build3619502580/b533/_pkg_.a
2025-08-20T21:20:04.0659078Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/kuromojitokenizationmode=/tmp/go-build3619502580/b534/_pkg_.a
2025-08-20T21:20:04.0661020Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensestatus=/tmp/go-build3619502580/b535/_pkg_.a
2025-08-20T21:20:04.0662995Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensetype=/tmp/go-build3619502580/b536/_pkg_.a
2025-08-20T21:20:04.0664914Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/lifecycleoperationmode=/tmp/go-build3619502580/b537/_pkg_.a
2025-08-20T21:20:04.0666823Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/managedby=/tmp/go-build3619502580/b538/_pkg_.a
2025-08-20T21:20:04.0668564Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/matchtype=/tmp/go-build3619502580/b539/_pkg_.a
2025-08-20T21:20:04.0670392Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/memorystatus=/tmp/go-build3619502580/b540/_pkg_.a
2025-08-20T21:20:04.0672380Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/metric=/tmp/go-build3619502580/b541/_pkg_.a
2025-08-20T21:20:04.0674240Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/migrationstatus=/tmp/go-build3619502580/b542/_pkg_.a
2025-08-20T21:20:04.0676122Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/minimuminterval=/tmp/go-build3619502580/b543/_pkg_.a
2025-08-20T21:20:04.0677983Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/missingorder=/tmp/go-build3619502580/b544/_pkg_.a
2025-08-20T21:20:04.0679789Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/modeenum=/tmp/go-build3619502580/b545/_pkg_.a
2025-08-20T21:20:04.0681934Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/month=/tmp/go-build3619502580/b546/_pkg_.a
2025-08-20T21:20:04.0684097Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/multivaluemode=/tmp/go-build3619502580/b547/_pkg_.a
2025-08-20T21:20:04.0686103Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noderole=/tmp/go-build3619502580/b548/_pkg_.a
2025-08-20T21:20:04.0687980Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noridecompoundmode=/tmp/go-build3619502580/b549/_pkg_.a
2025-08-20T21:20:04.0689881Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalization=/tmp/go-build3619502580/b550/_pkg_.a
2025-08-20T21:20:04.0691923Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalizemethod=/tmp/go-build3619502580/b551/_pkg_.a
2025-08-20T21:20:04.0693787Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/numericfielddataformat=/tmp/go-build3619502580/b552/_pkg_.a
2025-08-20T21:20:04.0695612Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/onscripterror=/tmp/go-build3619502580/b553/_pkg_.a
2025-08-20T21:20:04.0697368Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build3619502580/b554/_pkg_.a
2025-08-20T21:20:04.0699141Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/optype=/tmp/go-build3619502580/b555/_pkg_.a
2025-08-20T21:20:04.0701041Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutycontexttype=/tmp/go-build3619502580/b556/_pkg_.a
2025-08-20T21:20:04.0703518Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutyeventtype=/tmp/go-build3619502580/b557/_pkg_.a
2025-08-20T21:20:04.0705775Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticencoder=/tmp/go-build3619502580/b558/_pkg_.a
2025-08-20T21:20:04.0707682Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticlanguage=/tmp/go-build3619502580/b559/_pkg_.a
2025-08-20T21:20:04.0709605Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticnametype=/tmp/go-build3619502580/b560/_pkg_.a
2025-08-20T21:20:04.0711684Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticruletype=/tmp/go-build3619502580/b561/_pkg_.a
2025-08-20T21:20:04.0713522Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/policytype=/tmp/go-build3619502580/b562/_pkg_.a
2025-08-20T21:20:04.0715268Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/quantifier=/tmp/go-build3619502580/b563/_pkg_.a
2025-08-20T21:20:04.0717165Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryrulecriteriatype=/tmp/go-build3619502580/b564/_pkg_.a
2025-08-20T21:20:04.0719016Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryruletype=/tmp/go-build3619502580/b565/_pkg_.a
2025-08-20T21:20:04.0720845Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/rangerelation=/tmp/go-build3619502580/b566/_pkg_.a
2025-08-20T21:20:04.0722781Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ratemode=/tmp/go-build3619502580/b567/_pkg_.a
2025-08-20T21:20:04.0724468Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3619502580/b568/_pkg_.a
2025-08-20T21:20:04.0726319Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/remoteclusterprivilege=/tmp/go-build3619502580/b569/_pkg_.a
2025-08-20T21:20:04.0728478Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/responsecontenttype=/tmp/go-build3619502580/b570/_pkg_.a
2025-08-20T21:20:04.0730411Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/restrictionworkflow=/tmp/go-build3619502580/b571/_pkg_.a
2025-08-20T21:20:04.0732672Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3619502580/b572/_pkg_.a
2025-08-20T21:20:04.0734427Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/routingstate=/tmp/go-build3619502580/b573/_pkg_.a
2025-08-20T21:20:04.0736181Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ruleaction=/tmp/go-build3619502580/b574/_pkg_.a
2025-08-20T21:20:04.0737967Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/runtimefieldtype=/tmp/go-build3619502580/b575/_pkg_.a
2025-08-20T21:20:04.0739970Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sampleraggregationexecutionhint=/tmp/go-build3619502580/b576/_pkg_.a
2025-08-20T21:20:04.0742028Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scoremode=/tmp/go-build3619502580/b577/_pkg_.a
2025-08-20T21:20:04.0743739Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptlanguage=/tmp/go-build3619502580/b578/_pkg_.a
2025-08-20T21:20:04.0745555Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptsorttype=/tmp/go-build3619502580/b579/_pkg_.a
2025-08-20T21:20:04.0747341Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3619502580/b580/_pkg_.a
2025-08-20T21:20:04.0749146Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmissing=/tmp/go-build3619502580/b581/_pkg_.a
2025-08-20T21:20:04.0751138Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmode=/tmp/go-build3619502580/b582/_pkg_.a
2025-08-20T21:20:04.0753081Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortorder=/tmp/go-build3619502580/b583/_pkg_.a
2025-08-20T21:20:04.0754845Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shapetype=/tmp/go-build3619502580/b584/_pkg_.a
2025-08-20T21:20:04.0756637Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardroutingstate=/tmp/go-build3619502580/b585/_pkg_.a
2025-08-20T21:20:04.0758483Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardsstatsstage=/tmp/go-build3619502580/b586/_pkg_.a
2025-08-20T21:20:04.0760409Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstoreallocation=/tmp/go-build3619502580/b587/_pkg_.a
2025-08-20T21:20:04.0762520Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdownstatus=/tmp/go-build3619502580/b588/_pkg_.a
2025-08-20T21:20:04.0764339Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdowntype=/tmp/go-build3619502580/b589/_pkg_.a
2025-08-20T21:20:04.0766278Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotupgradestate=/tmp/go-build3619502580/b590/_pkg_.a
2025-08-20T21:20:04.0768245Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snowballlanguage=/tmp/go-build3619502580/b591/_pkg_.a
2025-08-20T21:20:04.0770108Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortmode=/tmp/go-build3619502580/b592/_pkg_.a
2025-08-20T21:20:04.0772077Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortorder=/tmp/go-build3619502580/b593/_pkg_.a
2025-08-20T21:20:04.0774129Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sourcefieldmode=/tmp/go-build3619502580/b594/_pkg_.a
2025-08-20T21:20:04.0776004Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sourcemode=/tmp/go-build3619502580/b595/_pkg_.a
2025-08-20T21:20:04.0777978Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/storagetype=/tmp/go-build3619502580/b596/_pkg_.a
2025-08-20T21:20:04.0779822Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/stringdistance=/tmp/go-build3619502580/b597/_pkg_.a
2025-08-20T21:20:04.0781900Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/subobjects=/tmp/go-build3619502580/b598/_pkg_.a
2025-08-20T21:20:04.0784151Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode=/tmp/go-build3619502580/b599/_pkg_.a
2025-08-20T21:20:04.0786010Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestsort=/tmp/go-build3619502580/b600/_pkg_.a
2025-08-20T21:20:04.0787949Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtriggermethod=/tmp/go-build3619502580/b601/_pkg_.a
2025-08-20T21:20:04.0789866Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype=/tmp/go-build3619502580/b602/_pkg_.a
2025-08-20T21:20:04.0791884Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus=/tmp/go-build3619502580/b603/_pkg_.a
2025-08-20T21:20:04.0793734Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/synonymformat=/tmp/go-build3619502580/b604/_pkg_.a
2025-08-20T21:20:04.0795713Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syntheticsourcekeepenum=/tmp/go-build3619502580/b605/_pkg_.a
2025-08-20T21:20:04.0797887Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build3619502580/b606/_pkg_.a
2025-08-20T21:20:04.0799825Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/templateformat=/tmp/go-build3619502580/b607/_pkg_.a
2025-08-20T21:20:04.0802075Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationcollectmode=/tmp/go-build3619502580/b608/_pkg_.a
2025-08-20T21:20:04.0804640Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationexecutionhint=/tmp/go-build3619502580/b609/_pkg_.a
2025-08-20T21:20:04.0806714Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termvectoroption=/tmp/go-build3619502580/b610/_pkg_.a
2025-08-20T21:20:04.0808553Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/textquerytype=/tmp/go-build3619502580/b611/_pkg_.a
2025-08-20T21:20:04.0810474Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeseriesmetrictype=/tmp/go-build3619502580/b612/_pkg_.a
2025-08-20T21:20:04.0812557Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenchar=/tmp/go-build3619502580/b613/_pkg_.a
2025-08-20T21:20:04.0814414Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenizationtruncate=/tmp/go-build3619502580/b614/_pkg_.a
2025-08-20T21:20:04.0816309Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/totalhitsrelation=/tmp/go-build3619502580/b615/_pkg_.a
2025-08-20T21:20:04.0818161Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainedmodeltype=/tmp/go-build3619502580/b616/_pkg_.a
2025-08-20T21:20:04.0820016Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainingpriority=/tmp/go-build3619502580/b617/_pkg_.a
2025-08-20T21:20:04.0822284Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/translogdurability=/tmp/go-build3619502580/b618/_pkg_.a
2025-08-20T21:20:04.0824111Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ttesttype=/tmp/go-build3619502580/b619/_pkg_.a
2025-08-20T21:20:04.0826208Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/unassignedinformationreason=/tmp/go-build3619502580/b620/_pkg_.a
2025-08-20T21:20:04.0828209Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/useragentproperty=/tmp/go-build3619502580/b621/_pkg_.a
2025-08-20T21:20:04.0830010Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/valuetype=/tmp/go-build3619502580/b622/_pkg_.a
2025-08-20T21:20:04.0834685Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3619502580/b623/_pkg_.a
2025-08-20T21:20:04.0836600Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/watcherstate=/tmp/go-build3619502580/b624/_pkg_.a
2025-08-20T21:20:04.0838341Z [00:02:57.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/zerotermsquery=/tmp/go-build3619502580/b625/_pkg_.a
2025-08-20T21:20:04.0839530Z [00:02:57.374]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:04.0840320Z [00:02:57.374]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:04.0841138Z [00:02:57.374]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:04.0842260Z [00:02:57.374]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.0842892Z [00:02:57.374]➜  EOF
2025-08-20T21:20:04.2324454Z [00:02:57.380]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b420/_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/b420=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types -lang=go1.21 -complete -installsuffix shared -buildid s_wbvOHkw3ugM9_VWAS1/s_wbvOHkw3ugM9_VWAS1 -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/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:20:04.3633552Z [00:02:57.438]➜  go tool buildid -w $WORK/b677/_pkg_.a # internal
2025-08-20T21:20:04.3635205Z [00:02:57.439]➜  cp $WORK/b677/_pkg_.a /root/.cache/go-build/e8/e8cc939c754c112e9ba8bbc569fab258e82d1a60c9f3852ec92ad1ef6cbd7d2e-d # internal
2025-08-20T21:20:04.3636631Z [00:02:57.439]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/existscomponenttemplate
2025-08-20T21:20:04.3637515Z [00:02:57.439]➜  mkdir -p $WORK/b678/
2025-08-20T21:20:04.3638250Z [00:02:57.439]➜  cat >/tmp/go-build3619502580/b678/importcfg << 'EOF' # internal
2025-08-20T21:20:04.3638914Z [00:02:57.439]➜  # import config
2025-08-20T21:20:04.3639582Z [00:02:57.439]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:04.3640432Z [00:02:57.439]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:04.3641432Z [00:02:57.440]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:04.3642697Z [00:02:57.440]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:04.3643894Z [00:02:57.440]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:04.3644916Z [00:02:57.440]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:04.3645807Z [00:02:57.440]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:04.3646669Z [00:02:57.440]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:04.3647478Z [00:02:57.440]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.3648071Z [00:02:57.440]➜  EOF
2025-08-20T21:20:04.3653423Z [00:02:57.440]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b678/_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/b678=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/existscomponenttemplate -lang=go1.21 -complete -installsuffix shared -buildid XT4_NDMdfxPDJP2IMH0P/XT4_NDMdfxPDJP2IMH0P -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/existscomponenttemplate/exists_component_template.go
2025-08-20T21:20:04.3658042Z [00:02:57.610]➜  go tool buildid -w $WORK/b678/_pkg_.a # internal
2025-08-20T21:20:04.3659258Z [00:02:57.612]➜  cp $WORK/b678/_pkg_.a /root/.cache/go-build/1d/1d94a0ecc12bf76fd5fff6594e718b23237fe93d8b7ce37f44ef80be31fd3302-d # internal
2025-08-20T21:20:04.3660482Z [00:02:57.612]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/level
2025-08-20T21:20:04.3661578Z [00:02:57.612]➜  mkdir -p $WORK/b682/
2025-08-20T21:20:04.3662338Z [00:02:57.612]➜  cat >/tmp/go-build3619502580/b682/importcfg << 'EOF' # internal
2025-08-20T21:20:04.3663011Z [00:02:57.612]➜  # import config
2025-08-20T21:20:04.3663673Z [00:02:57.612]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.3664327Z [00:02:57.612]➜  EOF
2025-08-20T21:20:04.3669132Z [00:02:57.612]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b682/_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/b682=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/level -lang=go1.21 -complete -installsuffix shared -buildid 37R7WXSCcNiZzCd-V2vj/37R7WXSCcNiZzCd-V2vj -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/level/level.go
2025-08-20T21:20:04.3673617Z [00:02:57.649]➜  go tool buildid -w $WORK/b682/_pkg_.a # internal
2025-08-20T21:20:04.3674926Z [00:02:57.649]➜  cp $WORK/b682/_pkg_.a /root/.cache/go-build/03/03fa91af9fc491ca0c6113a995336347476bdfbfb6d1bfe19bf0bfbcb4142b58-d # internal
2025-08-20T21:20:04.3676334Z [00:02:57.650]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/waitforevents
2025-08-20T21:20:04.3677251Z [00:02:57.650]➜  mkdir -p $WORK/b683/
2025-08-20T21:20:04.3677929Z [00:02:57.650]➜  cat >/tmp/go-build3619502580/b683/importcfg << 'EOF' # internal
2025-08-20T21:20:04.3678608Z [00:02:57.650]➜  # import config
2025-08-20T21:20:04.3679280Z [00:02:57.650]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.3679927Z [00:02:57.650]➜  EOF
2025-08-20T21:20:04.3685027Z [00:02:57.651]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b683/_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/b683=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/waitforevents -lang=go1.21 -complete -installsuffix shared -buildid DLPlI-BABh3s7gmgXRsd/DLPlI-BABh3s7gmgXRsd -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/types/enums/waitforevents/waitforevents.go
2025-08-20T21:20:04.3689720Z [00:02:57.670]➜  go tool buildid -w $WORK/b234/_pkg_.a # internal
2025-08-20T21:20:04.3691059Z [00:02:57.675]➜  cp $WORK/b234/_pkg_.a /root/.cache/go-build/8d/8db1038eeee7a9e9c99658f09023801857e9d06fff0de35ae30bc8e91937a742-d # internal
2025-08-20T21:20:04.3692802Z [00:02:57.677]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/postvotingconfigexclusions
2025-08-20T21:20:04.3693844Z [00:02:57.677]➜  mkdir -p $WORK/b686/
2025-08-20T21:20:04.3694740Z [00:02:57.679]➜  cat >/tmp/go-build3619502580/b686/importcfg << 'EOF' # internal
2025-08-20T21:20:04.3695528Z [00:02:57.679]➜  # import config
2025-08-20T21:20:04.3714306Z [00:02:57.679]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:04.3715223Z [00:02:57.679]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:04.3716067Z [00:02:57.679]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:04.3717354Z [00:02:57.679]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:04.3718568Z [00:02:57.679]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:04.3719420Z [00:02:57.679]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:04.3720321Z [00:02:57.679]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:04.3721385Z [00:02:57.679]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:04.3722287Z [00:02:57.679]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.3722929Z [00:02:57.679]➜  EOF
2025-08-20T21:20:04.3728317Z [00:02:57.679]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b686/_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/b686=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/postvotingconfigexclusions -lang=go1.21 -complete -installsuffix shared -buildid 5DgGnuaV6ZT2HyBqF2yD/5DgGnuaV6ZT2HyBqF2yD -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/postvotingconfigexclusions/post_voting_config_exclusions.go
2025-08-20T21:20:04.3733861Z [00:02:57.685]➜  go tool buildid -w $WORK/b683/_pkg_.a # internal
2025-08-20T21:20:04.3735207Z [00:02:57.685]➜  cp $WORK/b683/_pkg_.a /root/.cache/go-build/53/532ff1a1a65d8b4018a9855cb962039f061f4f0c66141ff4c82125dca3c344a7-d # internal
2025-08-20T21:20:04.3736578Z [00:02:57.685]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/secretpost
2025-08-20T21:20:04.3737366Z [00:02:57.685]➜  mkdir -p $WORK/b700/
2025-08-20T21:20:04.3738086Z [00:02:57.685]➜  cat >/tmp/go-build3619502580/b700/importcfg << 'EOF' # internal
2025-08-20T21:20:04.3738749Z [00:02:57.685]➜  # import config
2025-08-20T21:20:04.3739571Z [00:02:57.685]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:04.3740404Z [00:02:57.685]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:04.3741161Z [00:02:57.685]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:04.3775579Z [00:02:57.685]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:04.3776740Z [00:02:57.685]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:04.3777546Z [00:02:57.685]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:04.3778415Z [00:02:57.685]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:04.3779206Z [00:02:57.685]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.3779775Z [00:02:57.685]➜  EOF
2025-08-20T21:20:04.3784927Z [00:02:57.685]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b700/_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/b700=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/secretpost -lang=go1.21 -complete -installsuffix shared -buildid Uv4fSDyRb-BCSuEYV7HB/Uv4fSDyRb-BCSuEYV7HB -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/secretpost/secret_post.go
2025-08-20T21:20:04.4107151Z [00:02:57.748]➜  go tool buildid -w $WORK/b686/_pkg_.a # internal
2025-08-20T21:20:04.4118100Z [00:02:57.749]➜  cp $WORK/b686/_pkg_.a /root/.cache/go-build/e3/e35107da7d5b918b894d1414db66e70d3b1122f33907a419a051e4b065c898d8-d # internal
2025-08-20T21:20:04.4119551Z [00:02:57.749]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operationtype
2025-08-20T21:20:04.4120394Z [00:02:57.749]➜  mkdir -p $WORK/b725/
2025-08-20T21:20:04.4121373Z [00:02:57.750]➜  cat >/tmp/go-build3619502580/b725/importcfg << 'EOF' # internal
2025-08-20T21:20:04.4122101Z [00:02:57.750]➜  # import config
2025-08-20T21:20:04.4122808Z [00:02:57.750]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.4123456Z [00:02:57.750]➜  EOF
2025-08-20T21:20:04.4128304Z [00:02:57.750]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b725/_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/b725=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operationtype -lang=go1.21 -complete -installsuffix shared -buildid mbArj7UPP4_4SStF-hCl/mbArj7UPP4_4SStF-hCl -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/types/enums/operationtype/operationtype.go
2025-08-20T21:20:04.4193350Z [00:02:57.757]➜  go tool buildid -w $WORK/b700/_pkg_.a # internal
2025-08-20T21:20:04.4202492Z [00:02:57.758]➜  cp $WORK/b700/_pkg_.a /root/.cache/go-build/94/9404fe8cd8162f58071d186403925bb4140cb97ec216f70656f80c7d9b484903-d # internal
2025-08-20T21:20:04.4203801Z [00:02:57.758]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conflicts
2025-08-20T21:20:04.4204739Z [00:02:57.758]➜  mkdir -p $WORK/b732/
2025-08-20T21:20:04.4205438Z [00:02:57.759]➜  cat >/tmp/go-build3619502580/b732/importcfg << 'EOF' # internal
2025-08-20T21:20:04.4206117Z [00:02:57.759]➜  # import config
2025-08-20T21:20:04.4206780Z [00:02:57.759]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.4207357Z [00:02:57.759]➜  EOF
2025-08-20T21:20:04.4212450Z [00:02:57.759]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b732/_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/b732=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conflicts -lang=go1.21 -complete -installsuffix shared -buildid 9vfXcrc6NCeeZrOBqVRv/9vfXcrc6NCeeZrOBqVRv -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/types/enums/conflicts/conflicts.go
2025-08-20T21:20:04.4265785Z [00:02:57.766]➜  go tool buildid -w $WORK/b725/_pkg_.a # internal
2025-08-20T21:20:04.4273606Z [00:02:57.767]➜  cp $WORK/b725/_pkg_.a /root/.cache/go-build/45/450653d76fa78e42e9781cf23b6f73ba74198804db43a3109163585d8eea350c-d # internal
2025-08-20T21:20:04.4275102Z [00:02:57.767]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/exists
2025-08-20T21:20:04.4276151Z [00:02:57.767]➜  mkdir -p $WORK/b735/
2025-08-20T21:20:04.4282430Z [00:02:57.767]➜  cat >/tmp/go-build3619502580/b735/importcfg << 'EOF' # internal
2025-08-20T21:20:04.4283362Z [00:02:57.767]➜  # import config
2025-08-20T21:20:04.4286331Z [00:02:57.767]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:04.4287094Z [00:02:57.767]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:04.4288824Z [00:02:57.767]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:04.4289951Z [00:02:57.767]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:04.4291805Z [00:02:57.767]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3619502580/b623/_pkg_.a
2025-08-20T21:20:04.4293112Z [00:02:57.767]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:04.4293956Z [00:02:57.767]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:04.4294822Z [00:02:57.767]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:04.4295679Z [00:02:57.767]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:04.4296561Z [00:02:57.767]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.4297172Z [00:02:57.768]➜  EOF
2025-08-20T21:20:04.4301661Z [00:02:57.768]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b735/_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/b735=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/exists -lang=go1.21 -complete -installsuffix shared -buildid I0l1XLINiv3aOZvVSfY2/I0l1XLINiv3aOZvVSfY2 -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/exists/exists.go
2025-08-20T21:20:04.4333217Z [00:02:57.773]➜  go tool buildid -w $WORK/b732/_pkg_.a # internal
2025-08-20T21:20:04.4355811Z [00:02:57.775]➜  cp $WORK/b732/_pkg_.a /root/.cache/go-build/9b/9be7624d5b491012d5a8dcd26be9e07e8c54d06c8306f20b381a6e0a7d1cd2af-d # internal
2025-08-20T21:20:04.4370207Z [00:02:57.776]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/existssource
2025-08-20T21:20:04.4372961Z [00:02:57.776]➜  mkdir -p $WORK/b736/
2025-08-20T21:20:04.4375540Z [00:02:57.776]➜  cat >/tmp/go-build3619502580/b736/importcfg << 'EOF' # internal
2025-08-20T21:20:04.4376803Z [00:02:57.776]➜  # import config
2025-08-20T21:20:04.4379423Z [00:02:57.776]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:04.4381846Z [00:02:57.776]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:04.4382888Z [00:02:57.777]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:04.4384804Z [00:02:57.777]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:04.4389272Z [00:02:57.777]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3619502580/b623/_pkg_.a
2025-08-20T21:20:04.4390754Z [00:02:57.777]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:04.4393233Z [00:02:57.777]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:04.4394371Z [00:02:57.777]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:04.4395704Z [00:02:57.777]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:04.4396837Z [00:02:57.777]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.4397616Z [00:02:57.777]➜  EOF
2025-08-20T21:20:04.4402624Z [00:02:57.777]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b736/_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/b736=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/existssource -lang=go1.21 -complete -installsuffix shared -buildid hBi9FDe6bIXbyr-upXa_/hBi9FDe6bIXbyr-upXa_ -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/existssource/exists_source.go
2025-08-20T21:20:04.4944745Z [00:02:57.833]➜  go tool buildid -w $WORK/b735/_pkg_.a # internal
2025-08-20T21:20:04.4951534Z [00:02:57.834]➜  cp $WORK/b735/_pkg_.a /root/.cache/go-build/01/01ac999a09e8751966905b6a754f6fe45a950d9e6963e780ae8271d02f987989-d # internal
2025-08-20T21:20:04.4953262Z [00:02:57.835]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/ping
2025-08-20T21:20:04.4953954Z [00:02:57.835]➜  mkdir -p $WORK/b753/
2025-08-20T21:20:04.4954874Z [00:02:57.835]➜  cat >/tmp/go-build3619502580/b753/importcfg << 'EOF' # internal
2025-08-20T21:20:04.4955521Z [00:02:57.835]➜  # import config
2025-08-20T21:20:04.4956188Z [00:02:57.835]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:04.4957259Z [00:02:57.835]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:04.4958067Z [00:02:57.835]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:04.4959266Z [00:02:57.835]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:04.4960526Z [00:02:57.835]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:04.4961543Z [00:02:57.835]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:04.4962455Z [00:02:57.835]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:04.4963332Z [00:02:57.835]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:04.4964221Z [00:02:57.835]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.4964869Z [00:02:57.835]➜  EOF
2025-08-20T21:20:04.4969238Z [00:02:57.835]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b753/_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/b753=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/ping -lang=go1.21 -complete -installsuffix shared -buildid LAC6xaF7RoyG4_O_WVZT/LAC6xaF7RoyG4_O_WVZT -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/ping/ping.go
2025-08-20T21:20:04.4973565Z [00:02:57.835]➜  go tool buildid -w $WORK/b736/_pkg_.a # internal
2025-08-20T21:20:04.4975427Z [00:02:57.836]➜  cp $WORK/b736/_pkg_.a /root/.cache/go-build/9d/9d5edf533dca4d39e1b70d11b0dab1839f408b0ad52cc2359dfd66ab71cc51ec-d # internal
2025-08-20T21:20:04.4980402Z [00:02:57.837]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/painlesscontext
2025-08-20T21:20:04.4981614Z [00:02:57.837]➜  mkdir -p $WORK/b760/
2025-08-20T21:20:04.4984202Z [00:02:57.837]➜  cat >/tmp/go-build3619502580/b760/importcfg << 'EOF' # internal
2025-08-20T21:20:04.4984938Z [00:02:57.838]➜  # import config
2025-08-20T21:20:04.4985747Z [00:02:57.838]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.4986471Z [00:02:57.838]➜  EOF
2025-08-20T21:20:04.4991992Z [00:02:57.838]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b760/_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/b760=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/painlesscontext -lang=go1.21 -complete -installsuffix shared -buildid 5voJ-WvKxtjoRchcNNDR/5voJ-WvKxtjoRchcNNDR -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/types/enums/painlesscontext/painlesscontext.go
2025-08-20T21:20:04.5166847Z [00:02:57.856]➜  go tool buildid -w $WORK/b760/_pkg_.a # internal
2025-08-20T21:20:04.5174755Z [00:02:57.857]➜  cp $WORK/b760/_pkg_.a /root/.cache/go-build/16/16a0f1e309c654b4367b70f1089543707862c9d3eeb17a354a1148a795c0d31d-d # internal
2025-08-20T21:20:04.5179524Z [00:02:57.857]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridaggregationtype
2025-08-20T21:20:04.5180375Z [00:02:57.857]➜  mkdir -p $WORK/b764/
2025-08-20T21:20:04.5187362Z [00:02:57.857]➜  cat >/tmp/go-build3619502580/b764/importcfg << 'EOF' # internal
2025-08-20T21:20:04.5188049Z [00:02:57.858]➜  # import config
2025-08-20T21:20:04.5188676Z [00:02:57.858]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.5189270Z [00:02:57.858]➜  EOF
2025-08-20T21:20:04.5194192Z [00:02:57.858]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b764/_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/b764=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridaggregationtype -lang=go1.21 -complete -installsuffix shared -buildid DNS6Qz5Rmczvg6mzILnE/DNS6Qz5Rmczvg6mzILnE -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/gridaggregationtype/gridaggregationtype.go
2025-08-20T21:20:04.5349540Z [00:02:57.874]➜  go tool buildid -w $WORK/b764/_pkg_.a # internal
2025-08-20T21:20:04.5357344Z [00:02:57.875]➜  cp $WORK/b764/_pkg_.a /root/.cache/go-build/fd/fd5f64e6ad56dbcb6d684f984a02bf17dca8117075f5fd4f21d368f1ef3726d4-d # internal
2025-08-20T21:20:04.5362243Z [00:02:57.875]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridtype
2025-08-20T21:20:04.5363036Z [00:02:57.875]➜  mkdir -p $WORK/b765/
2025-08-20T21:20:04.5366725Z [00:02:57.876]➜  cat >/tmp/go-build3619502580/b765/importcfg << 'EOF' # internal
2025-08-20T21:20:04.5372529Z [00:02:57.876]➜  # import config
2025-08-20T21:20:04.5373236Z [00:02:57.876]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.5373902Z [00:02:57.876]➜  EOF
2025-08-20T21:20:04.5378781Z [00:02:57.876]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b765/_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/b765=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridtype -lang=go1.21 -complete -installsuffix shared -buildid UpC5o4DjWg9uDxYFeyj4/UpC5o4DjWg9uDxYFeyj4 -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/types/enums/gridtype/gridtype.go
2025-08-20T21:20:04.5429805Z [00:02:57.882]➜  go tool buildid -w $WORK/b753/_pkg_.a # internal
2025-08-20T21:20:04.5443583Z [00:02:57.883]➜  cp $WORK/b753/_pkg_.a /root/.cache/go-build/bc/bc602ce146fa39b496bc7c91e334525d4f6087dc7c7f15d9dfd55bdab08dee6a-d # internal
2025-08-20T21:20:04.5448573Z [00:02:57.884]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/resultposition
2025-08-20T21:20:04.5449479Z [00:02:57.884]➜  mkdir -p $WORK/b785/
2025-08-20T21:20:04.5468737Z [00:02:57.886]➜  cat >/tmp/go-build3619502580/b785/importcfg << 'EOF' # internal
2025-08-20T21:20:04.5475628Z [00:02:57.886]➜  # import config
2025-08-20T21:20:04.5476342Z [00:02:57.886]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.5476977Z [00:02:57.886]➜  EOF
2025-08-20T21:20:04.5482297Z [00:02:57.886]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b785/_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/b785=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/resultposition -lang=go1.21 -complete -installsuffix shared -buildid Kd7yF0exSu6vddb31gKJ/Kd7yF0exSu6vddb31gKJ -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/types/enums/resultposition/resultposition.go
2025-08-20T21:20:04.5487558Z [00:02:57.888]➜  go tool buildid -w $WORK/b765/_pkg_.a # internal
2025-08-20T21:20:04.5495931Z [00:02:57.889]➜  cp $WORK/b765/_pkg_.a /root/.cache/go-build/92/92b2fe681026311a8e9c1a26baa7cf7e957c3e00a8e6c0591889eda50f9f5e86-d # internal
2025-08-20T21:20:04.5500658Z [00:02:57.889]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/esqlformat
2025-08-20T21:20:04.5501635Z [00:02:57.889]➜  mkdir -p $WORK/b787/
2025-08-20T21:20:04.5510700Z [00:02:57.890]➜  cat >/tmp/go-build3619502580/b787/importcfg << 'EOF' # internal
2025-08-20T21:20:04.5511600Z [00:02:57.890]➜  # import config
2025-08-20T21:20:04.5512289Z [00:02:57.890]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.5512930Z [00:02:57.890]➜  EOF
2025-08-20T21:20:04.5517672Z [00:02:57.890]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b787/_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/b787=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/esqlformat -lang=go1.21 -complete -installsuffix shared -buildid AegSvvDCBVLwFvr7DHpY/AegSvvDCBVLwFvr7DHpY -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/types/enums/esqlformat/esqlformat.go
2025-08-20T21:20:04.5585786Z [00:02:57.898]➜  go tool buildid -w $WORK/b785/_pkg_.a # internal
2025-08-20T21:20:04.5591624Z [00:02:57.898]➜  cp $WORK/b785/_pkg_.a /root/.cache/go-build/ef/efa62ebb52f1f752ef53f6101d9e19a193b5433be4f3543523b46c3a5dece5ef-d # internal
2025-08-20T21:20:04.5598736Z [00:02:57.898]➜  github.com/elastic/go-elasticsearch/v8/typedapi/fleet/postsecret
2025-08-20T21:20:04.5599549Z [00:02:57.898]➜  mkdir -p $WORK/b796/
2025-08-20T21:20:04.5600329Z [00:02:57.899]➜  cat >/tmp/go-build3619502580/b796/importcfg << 'EOF' # internal
2025-08-20T21:20:04.5601402Z [00:02:57.899]➜  # import config
2025-08-20T21:20:04.5602126Z [00:02:57.899]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:04.5602991Z [00:02:57.899]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:04.5604007Z [00:02:57.899]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:04.5605268Z [00:02:57.899]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:04.5606462Z [00:02:57.899]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:04.5607315Z [00:02:57.899]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:04.5608182Z [00:02:57.899]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:04.5609041Z [00:02:57.899]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.5609820Z [00:02:57.899]➜  EOF
2025-08-20T21:20:04.5614640Z [00:02:57.899]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b796/_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/b796=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/fleet/postsecret -lang=go1.21 -complete -installsuffix shared -buildid wBr2gwbqrSlv1R3K88jE/wBr2gwbqrSlv1R3K88jE -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/postsecret/post_secret.go
2025-08-20T21:20:04.5664556Z [00:02:57.906]➜  go tool buildid -w $WORK/b787/_pkg_.a # internal
2025-08-20T21:20:04.5687324Z [00:02:57.908]➜  cp $WORK/b787/_pkg_.a /root/.cache/go-build/7e/7e6569acbe21cc881405fa043f2d57bb8d4bd5e1c225cc15453e28183796d125-d # internal
2025-08-20T21:20:04.5689405Z [00:02:57.908]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/exists
2025-08-20T21:20:04.5692227Z [00:02:57.908]➜  mkdir -p $WORK/b828/
2025-08-20T21:20:04.5694180Z [00:02:57.908]➜  cat >/tmp/go-build3619502580/b828/importcfg << 'EOF' # internal
2025-08-20T21:20:04.5694896Z [00:02:57.908]➜  # import config
2025-08-20T21:20:04.5695630Z [00:02:57.908]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:04.5696498Z [00:02:57.908]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:04.5697291Z [00:02:57.908]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:04.5698485Z [00:02:57.908]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:04.5700189Z [00:02:57.908]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:04.5701705Z [00:02:57.908]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:04.5702572Z [00:02:57.908]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:04.5703439Z [00:02:57.908]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:04.5704269Z [00:02:57.908]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:04.5705120Z [00:02:57.908]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.5705736Z [00:02:57.908]➜  EOF
2025-08-20T21:20:04.5710166Z [00:02:57.908]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b828/_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/b828=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/exists -lang=go1.21 -complete -installsuffix shared -buildid wPrXfjxiikGjNTastzWs/wPrXfjxiikGjNTastzWs -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/exists/exists.go
2025-08-20T21:20:04.6127640Z [00:02:57.952]➜  go tool buildid -w $WORK/b796/_pkg_.a # internal
2025-08-20T21:20:04.6139461Z [00:02:57.953]➜  cp $WORK/b796/_pkg_.a /root/.cache/go-build/b6/b64169cd3854003df42f62adf03d3ea2d9710106d378232ce5ace03e9bd1c83d-d # internal
2025-08-20T21:20:04.6144923Z [00:02:57.953]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsalias
2025-08-20T21:20:04.6145776Z [00:02:57.953]➜  mkdir -p $WORK/b829/
2025-08-20T21:20:04.6157446Z [00:02:57.954]➜  cat >/tmp/go-build3619502580/b829/importcfg << 'EOF' # internal
2025-08-20T21:20:04.6158185Z [00:02:57.954]➜  # import config
2025-08-20T21:20:04.6158858Z [00:02:57.954]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:04.6159728Z [00:02:57.954]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:04.6160553Z [00:02:57.954]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:04.6173772Z [00:02:57.954]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:04.6175626Z [00:02:57.954]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:04.6176965Z [00:02:57.954]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:04.6177827Z [00:02:57.954]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:04.6178694Z [00:02:57.954]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:04.6179549Z [00:02:57.954]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:04.6180374Z [00:02:57.954]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.6180992Z [00:02:57.954]➜  EOF
2025-08-20T21:20:04.6186015Z [00:02:57.954]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b829/_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/b829=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsalias -lang=go1.21 -complete -installsuffix shared -buildid amF4T1_YfgQfLVBk5bW1/amF4T1_YfgQfLVBk5bW1 -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/existsalias/exists_alias.go
2025-08-20T21:20:04.6190278Z [00:02:57.957]➜  go tool buildid -w $WORK/b828/_pkg_.a # internal
2025-08-20T21:20:04.6195083Z [00:02:57.958]➜  cp $WORK/b828/_pkg_.a /root/.cache/go-build/ae/ae843233376f7e00585b9478a311bdca0965cb3e7e379aa64e0447c2c2d0c8a8-d # internal
2025-08-20T21:20:04.6196498Z [00:02:57.958]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsindextemplate
2025-08-20T21:20:04.6197303Z [00:02:57.958]➜  mkdir -p $WORK/b830/
2025-08-20T21:20:04.6198031Z [00:02:57.958]➜  cat >/tmp/go-build3619502580/b830/importcfg << 'EOF' # internal
2025-08-20T21:20:04.6198708Z [00:02:57.958]➜  # import config
2025-08-20T21:20:04.6199365Z [00:02:57.958]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:04.6200195Z [00:02:57.958]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:04.6201395Z [00:02:57.958]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:04.6202623Z [00:02:57.958]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:04.6203734Z [00:02:57.958]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:04.6204553Z [00:02:57.958]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:04.6205386Z [00:02:57.958]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:04.6206238Z [00:02:57.958]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:04.6207071Z [00:02:57.958]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.6207857Z [00:02:57.958]➜  EOF
2025-08-20T21:20:04.6213029Z [00:02:57.959]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b830/_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/b830=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsindextemplate -lang=go1.21 -complete -installsuffix shared -buildid PN1ZvhAlhj3zo__DNeo6/PN1ZvhAlhj3zo__DNeo6 -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/existsindextemplate/exists_index_template.go
2025-08-20T21:20:04.6752599Z [00:02:58.014]➜  go tool buildid -w $WORK/b830/_pkg_.a # internal
2025-08-20T21:20:04.6765125Z [00:02:58.016]➜  cp $WORK/b830/_pkg_.a /root/.cache/go-build/a4/a4c994742de81f444cc855a9389f1a614a1f8e8f526154b242ea9a31fb4e0c35-d # internal
2025-08-20T21:20:04.6768978Z [00:02:58.016]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/existstemplate
2025-08-20T21:20:04.6771827Z [00:02:58.016]➜  mkdir -p $WORK/b831/
2025-08-20T21:20:04.6772626Z [00:02:58.016]➜  cat >/tmp/go-build3619502580/b831/importcfg << 'EOF' # internal
2025-08-20T21:20:04.6773347Z [00:02:58.016]➜  # import config
2025-08-20T21:20:04.6774037Z [00:02:58.016]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:04.6774891Z [00:02:58.016]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:04.6775715Z [00:02:58.016]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:04.6776969Z [00:02:58.016]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:04.6778163Z [00:02:58.016]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:04.6779013Z [00:02:58.016]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:04.6779930Z [00:02:58.016]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:04.6780793Z [00:02:58.016]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:04.6781811Z [00:02:58.016]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.6782482Z [00:02:58.016]➜  EOF
2025-08-20T21:20:04.6787384Z [00:02:58.016]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b831/_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/b831=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/existstemplate -lang=go1.21 -complete -installsuffix shared -buildid z5Kwn264zG0M1cd60e13/z5Kwn264zG0M1cd60e13 -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/existstemplate/exists_template.go
2025-08-20T21:20:04.6807760Z [00:02:58.020]➜  go tool buildid -w $WORK/b829/_pkg_.a # internal
2025-08-20T21:20:04.6823936Z [00:02:58.022]➜  cp $WORK/b829/_pkg_.a /root/.cache/go-build/ba/ba6a7a1819623ff2f61ac1b90baa91f1254857cb5881b13f8a921e3313c48969-d # internal
2025-08-20T21:20:04.6825878Z [00:02:58.022]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstorestatus
2025-08-20T21:20:04.6827643Z [00:02:58.022]➜  mkdir -p $WORK/b866/
2025-08-20T21:20:04.6832696Z [00:02:58.022]➜  cat >/tmp/go-build3619502580/b866/importcfg << 'EOF' # internal
2025-08-20T21:20:04.6834726Z [00:02:58.022]➜  # import config
2025-08-20T21:20:04.6835463Z [00:02:58.022]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.6836096Z [00:02:58.022]➜  EOF
2025-08-20T21:20:04.6841099Z [00:02:58.023]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b866/_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/b866=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstorestatus -lang=go1.21 -complete -installsuffix shared -buildid JQ2g9m-thuZaOE53l5hb/JQ2g9m-thuZaOE53l5hb -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/types/enums/shardstorestatus/shardstorestatus.go
2025-08-20T21:20:04.6968626Z [00:02:58.036]➜  go tool buildid -w $WORK/b866/_pkg_.a # internal
2025-08-20T21:20:04.6978911Z [00:02:58.037]➜  cp $WORK/b866/_pkg_.a /root/.cache/go-build/6c/6c52dce0f3d4bb7b3725bbae6d0b584361c92a1cb9affc7a9cc636ad305a6f67-d # internal
2025-08-20T21:20:04.6981126Z [00:02:58.037]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/alibabacloudservicetype
2025-08-20T21:20:04.6983170Z [00:02:58.037]➜  mkdir -p $WORK/b882/
2025-08-20T21:20:04.6985245Z [00:02:58.038]➜  cat >/tmp/go-build3619502580/b882/importcfg << 'EOF' # internal
2025-08-20T21:20:04.6986118Z [00:02:58.038]➜  # import config
2025-08-20T21:20:04.6988312Z [00:02:58.038]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.6988953Z [00:02:58.038]➜  EOF
2025-08-20T21:20:04.6994464Z [00:02:58.038]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b882/_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/b882=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/alibabacloudservicetype -lang=go1.21 -complete -installsuffix shared -buildid X3tUCuc9MOk6ENJaSYLG/X3tUCuc9MOk6ENJaSYLG -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/types/enums/alibabacloudservicetype/alibabacloudservicetype.go
2025-08-20T21:20:04.7118075Z [00:02:58.051]➜  go tool buildid -w $WORK/b882/_pkg_.a # internal
2025-08-20T21:20:04.7145892Z [00:02:58.054]➜  cp $WORK/b882/_pkg_.a /root/.cache/go-build/c0/c020cd375eda61d09931dcdc9b8f4e5b7d2d103909d7d1176770d374603df38b-d # internal
2025-08-20T21:20:04.7148096Z [00:02:58.054]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/amazonbedrockservicetype
2025-08-20T21:20:04.7149926Z [00:02:58.054]➜  mkdir -p $WORK/b884/
2025-08-20T21:20:04.7152587Z [00:02:58.054]➜  cat >/tmp/go-build3619502580/b884/importcfg << 'EOF' # internal
2025-08-20T21:20:04.7153307Z [00:02:58.054]➜  # import config
2025-08-20T21:20:04.7153988Z [00:02:58.054]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.7154617Z [00:02:58.054]➜  EOF
2025-08-20T21:20:04.7159991Z [00:02:58.054]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b884/_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/b884=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/amazonbedrockservicetype -lang=go1.21 -complete -installsuffix shared -buildid TaaTOL97d9gK22rmQvuZ/TaaTOL97d9gK22rmQvuZ -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/types/enums/amazonbedrockservicetype/amazonbedrockservicetype.go
2025-08-20T21:20:04.7289215Z [00:02:58.068]➜  go tool buildid -w $WORK/b884/_pkg_.a # internal
2025-08-20T21:20:04.7296009Z [00:02:58.069]➜  cp $WORK/b884/_pkg_.a /root/.cache/go-build/a8/a8dc19bd77f899e58509378c4c7693df1a1b00c63899267e6b2f8cde827116c2-d # internal
2025-08-20T21:20:04.7300787Z [00:02:58.069]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/anthropicservicetype
2025-08-20T21:20:04.7301879Z [00:02:58.069]➜  mkdir -p $WORK/b886/
2025-08-20T21:20:04.7333331Z [00:02:58.070]➜  cat >/tmp/go-build3619502580/b886/importcfg << 'EOF' # internal
2025-08-20T21:20:04.7340265Z [00:02:58.070]➜  # import config
2025-08-20T21:20:04.7340971Z [00:02:58.070]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.7341825Z [00:02:58.070]➜  EOF
2025-08-20T21:20:04.7347081Z [00:02:58.070]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b886/_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/b886=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/anthropicservicetype -lang=go1.21 -complete -installsuffix shared -buildid XgBMgZ9mS07wx10mDiEl/XgBMgZ9mS07wx10mDiEl -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/types/enums/anthropicservicetype/anthropicservicetype.go
2025-08-20T21:20:04.7352484Z [00:02:58.071]➜  go tool buildid -w $WORK/b831/_pkg_.a # internal
2025-08-20T21:20:04.7353907Z [00:02:58.073]➜  cp $WORK/b831/_pkg_.a /root/.cache/go-build/52/5267a6ece62f39dc5dca8a3c7f833a53ffd6c838279d132814acf36281ba7602-d # internal
2025-08-20T21:20:04.7355342Z [00:02:58.073]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/azureaistudioservicetype
2025-08-20T21:20:04.7356263Z [00:02:58.073]➜  mkdir -p $WORK/b888/
2025-08-20T21:20:04.7356977Z [00:02:58.073]➜  cat >/tmp/go-build3619502580/b888/importcfg << 'EOF' # internal
2025-08-20T21:20:04.7357695Z [00:02:58.073]➜  # import config
2025-08-20T21:20:04.7358384Z [00:02:58.073]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.7359020Z [00:02:58.073]➜  EOF
2025-08-20T21:20:04.7365017Z [00:02:58.073]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b888/_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/b888=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/azureaistudioservicetype -lang=go1.21 -complete -installsuffix shared -buildid ddCxDviiKZ3XX6DL5JtL/ddCxDviiKZ3XX6DL5JtL -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/types/enums/azureaistudioservicetype/azureaistudioservicetype.go
2025-08-20T21:20:04.7437842Z [00:02:58.082]➜  go tool buildid -w $WORK/b886/_pkg_.a # internal
2025-08-20T21:20:04.7448221Z [00:02:58.082]➜  cp $WORK/b886/_pkg_.a /root/.cache/go-build/ce/ce382e46d2cb7d12702ab5dedb4b921e6cf4c2c6579efc1d500155e83d862398-d # internal
2025-08-20T21:20:04.7449657Z [00:02:58.082]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/azureopenaiservicetype
2025-08-20T21:20:04.7450482Z [00:02:58.082]➜  mkdir -p $WORK/b890/
2025-08-20T21:20:04.7451161Z [00:02:58.083]➜  cat >/tmp/go-build3619502580/b890/importcfg << 'EOF' # internal
2025-08-20T21:20:04.7452208Z [00:02:58.083]➜  # import config
2025-08-20T21:20:04.7452853Z [00:02:58.083]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.7453457Z [00:02:58.083]➜  EOF
2025-08-20T21:20:04.7458792Z [00:02:58.083]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b890/_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/b890=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/azureopenaiservicetype -lang=go1.21 -complete -installsuffix shared -buildid 5QVL3rgo0EESqGq2_VL8/5QVL3rgo0EESqGq2_VL8 -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/types/enums/azureopenaiservicetype/azureopenaiservicetype.go
2025-08-20T21:20:04.7476227Z [00:02:58.087]➜  go tool buildid -w $WORK/b888/_pkg_.a # internal
2025-08-20T21:20:04.7482633Z [00:02:58.087]➜  cp $WORK/b888/_pkg_.a /root/.cache/go-build/b9/b95e644b520f49c1a3ef5941dda5e2a12c756aefc16f367c259e80d55c0443d6-d # internal
2025-08-20T21:20:04.7490965Z [00:02:58.087]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cohereservicetype
2025-08-20T21:20:04.7491963Z [00:02:58.087]➜  mkdir -p $WORK/b892/
2025-08-20T21:20:04.7492663Z [00:02:58.088]➜  cat >/tmp/go-build3619502580/b892/importcfg << 'EOF' # internal
2025-08-20T21:20:04.7493393Z [00:02:58.088]➜  # import config
2025-08-20T21:20:04.7494095Z [00:02:58.088]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.7494716Z [00:02:58.088]➜  EOF
2025-08-20T21:20:04.7500202Z [00:02:58.088]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b892/_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/b892=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cohereservicetype -lang=go1.21 -complete -installsuffix shared -buildid weyFM3Rlcusq7yHlpbF7/weyFM3Rlcusq7yHlpbF7 -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/types/enums/cohereservicetype/cohereservicetype.go
2025-08-20T21:20:04.7567005Z [00:02:58.096]➜  go tool buildid -w $WORK/b890/_pkg_.a # internal
2025-08-20T21:20:04.7573132Z [00:02:58.097]➜  cp $WORK/b890/_pkg_.a /root/.cache/go-build/31/31bf7720de1890fda9960e6579bcc13b434de0b8c18393b05183bd8844968cdf-d # internal
2025-08-20T21:20:04.7575405Z [00:02:58.097]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/elasticsearchservicetype
2025-08-20T21:20:04.7577284Z [00:02:58.097]➜  mkdir -p $WORK/b894/
2025-08-20T21:20:04.7582533Z [00:02:58.098]➜  cat >/tmp/go-build3619502580/b894/importcfg << 'EOF' # internal
2025-08-20T21:20:04.7583484Z [00:02:58.098]➜  # import config
2025-08-20T21:20:04.7584387Z [00:02:58.098]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.7584996Z [00:02:58.098]➜  EOF
2025-08-20T21:20:04.7592023Z [00:02:58.098]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b894/_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/b894=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/elasticsearchservicetype -lang=go1.21 -complete -installsuffix shared -buildid 7HCpvjGeaq4uhu4qGs0t/7HCpvjGeaq4uhu4qGs0t -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/types/enums/elasticsearchservicetype/elasticsearchservicetype.go
2025-08-20T21:20:04.7620755Z [00:02:58.101]➜  go tool buildid -w $WORK/b892/_pkg_.a # internal
2025-08-20T21:20:04.7627077Z [00:02:58.102]➜  cp $WORK/b892/_pkg_.a /root/.cache/go-build/61/618d60bc67e21b504f0a8770c999ab2f7326e4122e9777e49b4c3aaa78a47e20-d # internal
2025-08-20T21:20:04.7629760Z [00:02:58.102]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/elserservicetype
2025-08-20T21:20:04.7630702Z [00:02:58.102]➜  mkdir -p $WORK/b896/
2025-08-20T21:20:04.7635460Z [00:02:58.103]➜  cat >/tmp/go-build3619502580/b896/importcfg << 'EOF' # internal
2025-08-20T21:20:04.7637868Z [00:02:58.103]➜  # import config
2025-08-20T21:20:04.7638540Z [00:02:58.103]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.7639137Z [00:02:58.103]➜  EOF
2025-08-20T21:20:04.7644183Z [00:02:58.103]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b896/_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/b896=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/elserservicetype -lang=go1.21 -complete -installsuffix shared -buildid rs6H_wNq7ZcEcLVE47_M/rs6H_wNq7ZcEcLVE47_M -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/types/enums/elserservicetype/elserservicetype.go
2025-08-20T21:20:04.7722725Z [00:02:58.110]➜  go tool buildid -w $WORK/b894/_pkg_.a # internal
2025-08-20T21:20:04.7732665Z [00:02:58.111]➜  cp $WORK/b894/_pkg_.a /root/.cache/go-build/25/25cc6f255c2f75e77d517c3c3bef8a164a0ce6c3a08855356b7d259220c19901-d # internal
2025-08-20T21:20:04.7734065Z [00:02:58.111]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/googleaiservicetype
2025-08-20T21:20:04.7734828Z [00:02:58.111]➜  mkdir -p $WORK/b898/
2025-08-20T21:20:04.7735488Z [00:02:58.112]➜  cat >/tmp/go-build3619502580/b898/importcfg << 'EOF' # internal
2025-08-20T21:20:04.7736083Z [00:02:58.112]➜  # import config
2025-08-20T21:20:04.7736863Z [00:02:58.112]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.7737565Z [00:02:58.112]➜  EOF
2025-08-20T21:20:04.7743088Z [00:02:58.112]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b898/_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/b898=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/googleaiservicetype -lang=go1.21 -complete -installsuffix shared -buildid GBmUNGSrY954sz_O5PCS/GBmUNGSrY954sz_O5PCS -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/types/enums/googleaiservicetype/googleaiservicetype.go
2025-08-20T21:20:04.7763819Z [00:02:58.116]➜  go tool buildid -w $WORK/b896/_pkg_.a # internal
2025-08-20T21:20:04.7777593Z [00:02:58.117]➜  cp $WORK/b896/_pkg_.a /root/.cache/go-build/13/13b034924d9cf96c0080d44db8c44563048cb9c2659c9796e0d296b1d207b675-d # internal
2025-08-20T21:20:04.7789868Z [00:02:58.117]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/googlevertexaiservicetype
2025-08-20T21:20:04.7792041Z [00:02:58.117]➜  mkdir -p $WORK/b900/
2025-08-20T21:20:04.7792776Z [00:02:58.117]➜  cat >/tmp/go-build3619502580/b900/importcfg << 'EOF' # internal
2025-08-20T21:20:04.7793447Z [00:02:58.117]➜  # import config
2025-08-20T21:20:04.7794079Z [00:02:58.117]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.7794684Z [00:02:58.117]➜  EOF
2025-08-20T21:20:04.7799890Z [00:02:58.117]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b900/_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/b900=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/googlevertexaiservicetype -lang=go1.21 -complete -installsuffix shared -buildid V-znKqQk6t2aRmOPEVjB/V-znKqQk6t2aRmOPEVjB -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/types/enums/googlevertexaiservicetype/googlevertexaiservicetype.go
2025-08-20T21:20:04.7845810Z [00:02:58.124]➜  go tool buildid -w $WORK/b898/_pkg_.a # internal
2025-08-20T21:20:04.7852678Z [00:02:58.124]➜  cp $WORK/b898/_pkg_.a /root/.cache/go-build/d6/d6b4e901b22e99960a6e4244467869c37a6393e865edc0dd19027c318bc5834a-d # internal
2025-08-20T21:20:04.7856802Z [00:02:58.125]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/huggingfaceservicetype
2025-08-20T21:20:04.7857634Z [00:02:58.125]➜  mkdir -p $WORK/b902/
2025-08-20T21:20:04.7864509Z [00:02:58.125]➜  cat >/tmp/go-build3619502580/b902/importcfg << 'EOF' # internal
2025-08-20T21:20:04.7865190Z [00:02:58.125]➜  # import config
2025-08-20T21:20:04.7865873Z [00:02:58.125]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.7866535Z [00:02:58.125]➜  EOF
2025-08-20T21:20:04.7871833Z [00:02:58.125]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b902/_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/b902=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/huggingfaceservicetype -lang=go1.21 -complete -installsuffix shared -buildid VVqw6K_nerZ6NxfCBs0a/VVqw6K_nerZ6NxfCBs0a -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/types/enums/huggingfaceservicetype/huggingfaceservicetype.go
2025-08-20T21:20:04.7904272Z [00:02:58.130]➜  go tool buildid -w $WORK/b900/_pkg_.a # internal
2025-08-20T21:20:04.7910520Z [00:02:58.130]➜  cp $WORK/b900/_pkg_.a /root/.cache/go-build/ca/caa46b44f769e2da07a7feb2bca27378e0c439ec25b5bdc56ecc0c8c22f74d6b-d # internal
2025-08-20T21:20:04.7918492Z [00:02:58.130]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jinaaiservicetype
2025-08-20T21:20:04.7919278Z [00:02:58.131]➜  mkdir -p $WORK/b904/
2025-08-20T21:20:04.7919928Z [00:02:58.131]➜  cat >/tmp/go-build3619502580/b904/importcfg << 'EOF' # internal
2025-08-20T21:20:04.7920544Z [00:02:58.131]➜  # import config
2025-08-20T21:20:04.7921147Z [00:02:58.131]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.7921903Z [00:02:58.131]➜  EOF
2025-08-20T21:20:04.7926705Z [00:02:58.131]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b904/_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/b904=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jinaaiservicetype -lang=go1.21 -complete -installsuffix shared -buildid d3M9oS7mcqjVEXoT-j0d/d3M9oS7mcqjVEXoT-j0d -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/types/enums/jinaaiservicetype/jinaaiservicetype.go
2025-08-20T21:20:04.7986507Z [00:02:58.138]➜  go tool buildid -w $WORK/b902/_pkg_.a # internal
2025-08-20T21:20:04.8108204Z [00:02:58.150]➜  cp $WORK/b902/_pkg_.a /root/.cache/go-build/84/8491853358b482cb0666ec96143e47780d0254671071b73d89a5f1e35b8d6f5d-d # internal
2025-08-20T21:20:04.8113087Z [00:02:58.150]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/mistralservicetype
2025-08-20T21:20:04.8113872Z [00:02:58.150]➜  mkdir -p $WORK/b906/
2025-08-20T21:20:04.8117637Z [00:02:58.151]➜  cat >/tmp/go-build3619502580/b906/importcfg << 'EOF' # internal
2025-08-20T21:20:04.8119520Z [00:02:58.151]➜  # import config
2025-08-20T21:20:04.8120160Z [00:02:58.151]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.8120750Z [00:02:58.151]➜  EOF
2025-08-20T21:20:04.8125957Z [00:02:58.151]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b906/_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/b906=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/mistralservicetype -lang=go1.21 -complete -installsuffix shared -buildid RyE3TtD17qIE2RTU8L_F/RyE3TtD17qIE2RTU8L_F -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/types/enums/mistralservicetype/mistralservicetype.go
2025-08-20T21:20:04.8132212Z [00:02:58.152]➜  go tool buildid -w $WORK/b904/_pkg_.a # internal
2025-08-20T21:20:04.8135456Z [00:02:58.153]➜  cp $WORK/b904/_pkg_.a /root/.cache/go-build/a6/a698ca563f4f5314b04bfc70d753fb1ba6b3f0023a321f7298dc992474b4818a-d # internal
2025-08-20T21:20:04.8140037Z [00:02:58.153]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/openaiservicetype
2025-08-20T21:20:04.8140890Z [00:02:58.153]➜  mkdir -p $WORK/b908/
2025-08-20T21:20:04.8143881Z [00:02:58.154]➜  cat >/tmp/go-build3619502580/b908/importcfg << 'EOF' # internal
2025-08-20T21:20:04.8147141Z [00:02:58.154]➜  # import config
2025-08-20T21:20:04.8147764Z [00:02:58.154]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.8148329Z [00:02:58.154]➜  EOF
2025-08-20T21:20:04.8153720Z [00:02:58.154]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b908/_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/b908=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/openaiservicetype -lang=go1.21 -complete -installsuffix shared -buildid 1UG8xanPlviTovwlFcrB/1UG8xanPlviTovwlFcrB -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/types/enums/openaiservicetype/openaiservicetype.go
2025-08-20T21:20:04.8263701Z [00:02:58.165]➜  go tool buildid -w $WORK/b906/_pkg_.a # internal
2025-08-20T21:20:04.8271821Z [00:02:58.166]➜  cp $WORK/b906/_pkg_.a /root/.cache/go-build/11/117cfc9d04757af98a3f5d695d010cefb0d16410b89478dfa59e4e1b47e80984-d # internal
2025-08-20T21:20:04.8276539Z [00:02:58.167]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/voyageaiservicetype
2025-08-20T21:20:04.8284777Z [00:02:58.168]➜  mkdir -p $WORK/b910/
2025-08-20T21:20:04.8294946Z [00:02:58.169]➜  cat >/tmp/go-build3619502580/b910/importcfg << 'EOF' # internal
2025-08-20T21:20:04.8300171Z [00:02:58.169]➜  # import config
2025-08-20T21:20:04.8300871Z [00:02:58.169]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.8301691Z [00:02:58.169]➜  EOF
2025-08-20T21:20:04.8306933Z [00:02:58.169]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b910/_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/b910=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/voyageaiservicetype -lang=go1.21 -complete -installsuffix shared -buildid PkcgEnfqisHbhsPx7JQq/PkcgEnfqisHbhsPx7JQq -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/types/enums/voyageaiservicetype/voyageaiservicetype.go
2025-08-20T21:20:04.8328863Z [00:02:58.172]➜  go tool buildid -w $WORK/b908/_pkg_.a # internal
2025-08-20T21:20:04.8337290Z [00:02:58.173]➜  cp $WORK/b908/_pkg_.a /root/.cache/go-build/fb/fbece6e5224cfb8ac41119de19cc1c8832070ef1b00227f34103215c4fa08040-d # internal
2025-08-20T21:20:04.8341955Z [00:02:58.173]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/watsonxservicetype
2025-08-20T21:20:04.8342995Z [00:02:58.173]➜  mkdir -p $WORK/b912/
2025-08-20T21:20:04.8346108Z [00:02:58.174]➜  cat >/tmp/go-build3619502580/b912/importcfg << 'EOF' # internal
2025-08-20T21:20:04.8351897Z [00:02:58.174]➜  # import config
2025-08-20T21:20:04.8352522Z [00:02:58.174]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.8353255Z [00:02:58.174]➜  EOF
2025-08-20T21:20:04.8358122Z [00:02:58.174]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b912/_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/b912=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/watsonxservicetype -lang=go1.21 -complete -installsuffix shared -buildid sG8AwBs5wT0pgUWB89w0/sG8AwBs5wT0pgUWB89w0 -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/types/enums/watsonxservicetype/watsonxservicetype.go
2025-08-20T21:20:04.8461062Z [00:02:58.185]➜  go tool buildid -w $WORK/b912/_pkg_.a # internal
2025-08-20T21:20:04.8475211Z [00:02:58.187]➜  cp $WORK/b912/_pkg_.a /root/.cache/go-build/da/da22a83b738d13e6bd250ccb0aa9b6b2fbf6492fabdb51d0bb330b992c9614a7-d # internal
2025-08-20T21:20:04.8476813Z [00:02:58.187]➜  github.com/elastic/go-elasticsearch/v8/typedapi/logstash/deletepipeline
2025-08-20T21:20:04.8477763Z [00:02:58.187]➜  mkdir -p $WORK/b937/
2025-08-20T21:20:04.8478644Z [00:02:58.187]➜  cat >/tmp/go-build3619502580/b937/importcfg << 'EOF' # internal
2025-08-20T21:20:04.8479458Z [00:02:58.187]➜  # import config
2025-08-20T21:20:04.8480269Z [00:02:58.187]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:04.8481354Z [00:02:58.187]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:04.8482481Z [00:02:58.187]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:04.8484025Z [00:02:58.187]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:04.8485360Z [00:02:58.187]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:04.8486188Z [00:02:58.187]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:04.8502284Z [00:02:58.187]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:04.8505307Z [00:02:58.187]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:04.8506200Z [00:02:58.187]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.8506804Z [00:02:58.187]➜  EOF
2025-08-20T21:20:04.8512755Z [00:02:58.187]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b937/_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/b937=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/logstash/deletepipeline -lang=go1.21 -complete -installsuffix shared -buildid QZIhbbVy-aNxmiWfLfb5/QZIhbbVy-aNxmiWfLfb5 -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/deletepipeline/delete_pipeline.go
2025-08-20T21:20:04.8535071Z [00:02:58.193]➜  go tool buildid -w $WORK/b910/_pkg_.a # internal
2025-08-20T21:20:04.8536346Z [00:02:58.193]➜  cp $WORK/b910/_pkg_.a /root/.cache/go-build/c7/c7ee006309427de3f793a34995c8f9b5a4cbc38dc70a1cc7a01d6a7d14c79956-d # internal
2025-08-20T21:20:04.8537598Z [00:02:58.193]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/include
2025-08-20T21:20:04.8538294Z [00:02:58.193]➜  mkdir -p $WORK/b980/
2025-08-20T21:20:04.8559180Z [00:02:58.195]➜  cat >/tmp/go-build3619502580/b980/importcfg << 'EOF' # internal
2025-08-20T21:20:04.8560267Z [00:02:58.195]➜  # import config
2025-08-20T21:20:04.8561424Z [00:02:58.195]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.8562047Z [00:02:58.195]➜  EOF
2025-08-20T21:20:04.8566620Z [00:02:58.195]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b980/_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/b980=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/include -lang=go1.21 -complete -installsuffix shared -buildid XZeq9BIzNsUlIf1PsN2v/XZeq9BIzNsUlIf1PsN2v -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/types/enums/include/include.go
2025-08-20T21:20:04.8762181Z [00:02:58.215]➜  go tool buildid -w $WORK/b980/_pkg_.a # internal
2025-08-20T21:20:04.8763721Z [00:02:58.215]➜  cp $WORK/b980/_pkg_.a /root/.cache/go-build/16/1676ca503d0657a1f81ee115808b58e4116a99f01c9ef1936fe80e387b0361f1-d # internal
2025-08-20T21:20:04.8765562Z [00:02:58.215]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/threadtype
2025-08-20T21:20:04.8766607Z [00:02:58.216]➜  mkdir -p $WORK/b1021/
2025-08-20T21:20:04.8767807Z [00:02:58.216]➜  cat >/tmp/go-build3619502580/b1021/importcfg << 'EOF' # internal
2025-08-20T21:20:04.8768502Z [00:02:58.216]➜  # import config
2025-08-20T21:20:04.8769168Z [00:02:58.216]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.8769762Z [00:02:58.216]➜  EOF
2025-08-20T21:20:04.8774913Z [00:02:58.216]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1021/_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/b1021=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/threadtype -lang=go1.21 -complete -installsuffix shared -buildid 3x0YGSOlo4BvCh7xPsEP/3x0YGSOlo4BvCh7xPsEP -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/types/enums/threadtype/threadtype.go
2025-08-20T21:20:04.9026385Z [00:02:58.242]➜  go tool buildid -w $WORK/b1021/_pkg_.a # internal
2025-08-20T21:20:04.9033453Z [00:02:58.242]➜  cp $WORK/b1021/_pkg_.a /root/.cache/go-build/af/af7f2b64ac00a6e364b830bec8e5c42c7285849781258e7852b47f3c795ea802-d # internal
2025-08-20T21:20:04.9034918Z [00:02:58.243]➜  github.com/elastic/go-elasticsearch/v8/typedapi/profiling/flamegraph
2025-08-20T21:20:04.9035748Z [00:02:58.243]➜  mkdir -p $WORK/b1026/
2025-08-20T21:20:04.9042310Z [00:02:58.243]➜  cat >/tmp/go-build3619502580/b1026/importcfg << 'EOF' # internal
2025-08-20T21:20:04.9042971Z [00:02:58.243]➜  # import config
2025-08-20T21:20:04.9043600Z [00:02:58.243]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:04.9044371Z [00:02:58.243]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:04.9045154Z [00:02:58.243]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:04.9046329Z [00:02:58.243]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:04.9047387Z [00:02:58.243]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:04.9048109Z [00:02:58.243]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:04.9048838Z [00:02:58.243]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:04.9049594Z [00:02:58.243]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.9050163Z [00:02:58.243]➜  EOF
2025-08-20T21:20:04.9054784Z [00:02:58.243]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1026/_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/b1026=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/profiling/flamegraph -lang=go1.21 -complete -installsuffix shared -buildid 6vus5pAL63P5b1eADfFT/6vus5pAL63P5b1eADfFT -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/flamegraph/flamegraph.go
2025-08-20T21:20:04.9321942Z [00:02:58.271]➜  go tool buildid -w $WORK/b937/_pkg_.a # internal
2025-08-20T21:20:04.9337598Z [00:02:58.273]➜  cp $WORK/b937/_pkg_.a /root/.cache/go-build/f0/f07ff779d893b550db48fb7917b2e11b3747a868416ef266ac733197159a9782-d # internal
2025-08-20T21:20:04.9343816Z [00:02:58.273]➜  github.com/elastic/go-elasticsearch/v8/typedapi/profiling/stacktraces
2025-08-20T21:20:04.9344683Z [00:02:58.273]➜  mkdir -p $WORK/b1027/
2025-08-20T21:20:04.9354933Z [00:02:58.275]➜  cat >/tmp/go-build3619502580/b1027/importcfg << 'EOF' # internal
2025-08-20T21:20:04.9359843Z [00:02:58.275]➜  # import config
2025-08-20T21:20:04.9360605Z [00:02:58.275]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:04.9369894Z [00:02:58.275]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:04.9370797Z [00:02:58.275]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:04.9372294Z [00:02:58.275]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:04.9373468Z [00:02:58.275]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:04.9374298Z [00:02:58.275]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:04.9375179Z [00:02:58.275]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:04.9376052Z [00:02:58.275]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.9376703Z [00:02:58.275]➜  EOF
2025-08-20T21:20:04.9393011Z [00:02:58.275]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1027/_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/b1027=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/profiling/stacktraces -lang=go1.21 -complete -installsuffix shared -buildid _TYSisrmw2E0xOK7jQPy/_TYSisrmw2E0xOK7jQPy -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/stacktraces/stacktraces.go
2025-08-20T21:20:04.9703121Z [00:02:58.309]➜  go tool buildid -w $WORK/b1026/_pkg_.a # internal
2025-08-20T21:20:04.9725426Z [00:02:58.312]➜  cp $WORK/b1026/_pkg_.a /root/.cache/go-build/5c/5c8b068aebc2babff9f7ac1d4dc7b792dadc9ea4470eaad0a8603ff67166cc5c-d # internal
2025-08-20T21:20:04.9730120Z [00:02:58.312]➜  github.com/elastic/go-elasticsearch/v8/typedapi/profiling/status
2025-08-20T21:20:04.9730910Z [00:02:58.312]➜  mkdir -p $WORK/b1028/
2025-08-20T21:20:04.9734005Z [00:02:58.312]➜  cat >/tmp/go-build3619502580/b1028/importcfg << 'EOF' # internal
2025-08-20T21:20:04.9734738Z [00:02:58.312]➜  # import config
2025-08-20T21:20:04.9736705Z [00:02:58.312]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:04.9738351Z [00:02:58.312]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:04.9739801Z [00:02:58.312]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:04.9741624Z [00:02:58.312]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:04.9743496Z [00:02:58.312]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:04.9744668Z [00:02:58.312]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:04.9746053Z [00:02:58.312]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:04.9747485Z [00:02:58.312]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.9748410Z [00:02:58.312]➜  EOF
2025-08-20T21:20:04.9754043Z [00:02:58.313]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1028/_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/b1028=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/profiling/status -lang=go1.21 -complete -installsuffix shared -buildid 5HGaVirHk4W5lYWN1hQ1/5HGaVirHk4W5lYWN1hQ1 -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/status/status.go
2025-08-20T21:20:04.9815157Z [00:02:58.321]➜  go tool buildid -w $WORK/b1027/_pkg_.a # internal
2025-08-20T21:20:04.9836526Z [00:02:58.322]➜  cp $WORK/b1027/_pkg_.a /root/.cache/go-build/0b/0ba2d354218a1901c33ea859ad0ef5369f585ca0cceedf6f63d572cd60ae993a-d # internal
2025-08-20T21:20:04.9838101Z [00:02:58.322]➜  github.com/elastic/go-elasticsearch/v8/typedapi/profiling/topnfunctions
2025-08-20T21:20:04.9838932Z [00:02:58.322]➜  mkdir -p $WORK/b1029/
2025-08-20T21:20:04.9848612Z [00:02:58.324]➜  cat >/tmp/go-build3619502580/b1029/importcfg << 'EOF' # internal
2025-08-20T21:20:04.9857515Z [00:02:58.324]➜  # import config
2025-08-20T21:20:04.9858223Z [00:02:58.324]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:04.9859062Z [00:02:58.324]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:04.9859848Z [00:02:58.324]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:04.9860952Z [00:02:58.324]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:04.9862670Z [00:02:58.324]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:04.9863506Z [00:02:58.324]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:04.9864380Z [00:02:58.324]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:04.9865400Z [00:02:58.324]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:04.9866061Z [00:02:58.324]➜  EOF
2025-08-20T21:20:04.9871097Z [00:02:58.324]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1029/_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/b1029=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/profiling/topnfunctions -lang=go1.21 -complete -installsuffix shared -buildid 1VXtAlVZDxZVe0xzS0PK/1VXtAlVZDxZVe0xzS0PK -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/profiling/topnfunctions/topn_functions.go
2025-08-20T21:20:05.0145789Z [00:02:58.354]➜  go tool buildid -w $WORK/b1028/_pkg_.a # internal
2025-08-20T21:20:05.0155730Z [00:02:58.354]➜  cp $WORK/b1028/_pkg_.a /root/.cache/go-build/34/34f8ac627d37d16b58875e6551bedbee70cd5cbd71cb6b8c2a969958844484ac-d # internal
2025-08-20T21:20:05.0158408Z [00:02:58.354]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/statslevel
2025-08-20T21:20:05.0160374Z [00:02:58.354]➜  mkdir -p $WORK/b1050/
2025-08-20T21:20:05.0162055Z [00:02:58.355]➜  cat >/tmp/go-build3619502580/b1050/importcfg << 'EOF' # internal
2025-08-20T21:20:05.0164988Z [00:02:58.355]➜  # import config
2025-08-20T21:20:05.0165673Z [00:02:58.355]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:05.0166318Z [00:02:58.355]➜  EOF
2025-08-20T21:20:05.0171132Z [00:02:58.355]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1050/_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/b1050=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/statslevel -lang=go1.21 -complete -installsuffix shared -buildid _HTGuUKyURTakdHVnLS5/_HTGuUKyURTakdHVnLS5 -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/types/enums/statslevel/statslevel.go
2025-08-20T21:20:05.0393905Z [00:02:58.379]➜  go tool buildid -w $WORK/b1029/_pkg_.a # internal
2025-08-20T21:20:05.0407627Z [00:02:58.380]➜  cp $WORK/b1029/_pkg_.a /root/.cache/go-build/30/30c24c6eba0b75f1f0bde14e876ef8dcd9b8e77127835b835e4c886b761cef49-d # internal
2025-08-20T21:20:05.0411370Z [00:02:58.380]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/granttype
2025-08-20T21:20:05.0414563Z [00:02:58.380]➜  mkdir -p $WORK/b1062/
2025-08-20T21:20:05.0415253Z [00:02:58.381]➜  go tool buildid -w $WORK/b1050/_pkg_.a # internal
2025-08-20T21:20:05.0421797Z [00:02:58.381]➜  cp $WORK/b1050/_pkg_.a /root/.cache/go-build/ca/ca2cd234781dd8e0441d79844830b01334e948454c19ac8bd1b3a82d18a84ea0-d # internal
2025-08-20T21:20:05.0426624Z [00:02:58.382]➜  cat >/tmp/go-build3619502580/b1062/importcfg << 'EOF' # internal
2025-08-20T21:20:05.0429103Z [00:02:58.382]➜  # import config
2025-08-20T21:20:05.0431908Z [00:02:58.382]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:05.0433226Z [00:02:58.382]➜  EOF
2025-08-20T21:20:05.0438602Z [00:02:58.382]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1062/_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/b1062=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/granttype -lang=go1.21 -complete -installsuffix shared -buildid YV7-8OKl8JPNGVQPv-vt/YV7-8OKl8JPNGVQPv-vt -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/types/enums/granttype/granttype.go
2025-08-20T21:20:05.0443618Z [00:02:58.383]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/accesstokengranttype
2025-08-20T21:20:05.0446776Z [00:02:58.383]➜  mkdir -p $WORK/b1097/
2025-08-20T21:20:05.0447597Z [00:02:58.383]➜  cat >/tmp/go-build3619502580/b1097/importcfg << 'EOF' # internal
2025-08-20T21:20:05.0448281Z [00:02:58.383]➜  # import config
2025-08-20T21:20:05.0448967Z [00:02:58.383]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:05.0449577Z [00:02:58.383]➜  EOF
2025-08-20T21:20:05.0455148Z [00:02:58.383]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1097/_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/b1097=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/accesstokengranttype -lang=go1.21 -complete -installsuffix shared -buildid fs2rR8zTbGY0W1sP8Djl/fs2rR8zTbGY0W1sP8Djl -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/types/enums/accesstokengranttype/accesstokengranttype.go
2025-08-20T21:20:05.0561429Z [00:02:58.395]➜  go tool buildid -w $WORK/b1062/_pkg_.a # internal
2025-08-20T21:20:05.0568256Z [00:02:58.396]➜  cp $WORK/b1062/_pkg_.a /root/.cache/go-build/77/77597f5c7536b9d3598319c2c12c6618d99b61922d1659f642db1ddcce18e79d-d # internal
2025-08-20T21:20:05.0572364Z [00:02:58.396]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeygranttype
2025-08-20T21:20:05.0573253Z [00:02:58.396]➜  mkdir -p $WORK/b1102/
2025-08-20T21:20:05.0576612Z [00:02:58.397]➜  cat >/tmp/go-build3619502580/b1102/importcfg << 'EOF' # internal
2025-08-20T21:20:05.0579538Z [00:02:58.397]➜  # import config
2025-08-20T21:20:05.0580232Z [00:02:58.397]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:05.0580859Z [00:02:58.397]➜  EOF
2025-08-20T21:20:05.0585972Z [00:02:58.397]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1102/_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/b1102=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeygranttype -lang=go1.21 -complete -installsuffix shared -buildid 3m8AqY3QvdPIWUAzaQ6X/3m8AqY3QvdPIWUAzaQ6X -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/types/enums/apikeygranttype/apikeygranttype.go
2025-08-20T21:20:05.0681508Z [00:02:58.407]➜  go tool buildid -w $WORK/b1097/_pkg_.a # internal
2025-08-20T21:20:05.0706309Z [00:02:58.410]➜  cp $WORK/b1097/_pkg_.a /root/.cache/go-build/90/9053a5f262480157d6a3a382c253c305d0f496eb1bd6fc6e305b135a39451758-d # internal
2025-08-20T21:20:05.0710275Z [00:02:58.410]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/samlcompletelogout
2025-08-20T21:20:05.0711538Z [00:02:58.410]➜  mkdir -p $WORK/b1118/
2025-08-20T21:20:05.0712357Z [00:02:58.410]➜  cat >/tmp/go-build3619502580/b1118/importcfg << 'EOF' # internal
2025-08-20T21:20:05.0713059Z [00:02:58.410]➜  # import config
2025-08-20T21:20:05.0713727Z [00:02:58.410]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:05.0714582Z [00:02:58.410]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:05.0715475Z [00:02:58.410]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:05.0716354Z [00:02:58.410]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:05.0717166Z [00:02:58.410]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:05.0718391Z [00:02:58.410]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:05.0719658Z [00:02:58.410]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:05.0720553Z [00:02:58.410]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:05.0721846Z [00:02:58.410]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:05.0722852Z [00:02:58.410]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:05.0723780Z [00:02:58.410]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:05.0724457Z [00:02:58.410]➜  EOF
2025-08-20T21:20:05.0730600Z [00:02:58.410]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1118/_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/b1118=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/samlcompletelogout -lang=go1.21 -complete -installsuffix shared -buildid nrMg5qDyK4zVei1UXGTH/nrMg5qDyK4zVei1UXGTH -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/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:20:05.0747990Z [00:02:58.414]➜  go tool buildid -w $WORK/b1102/_pkg_.a # internal
2025-08-20T21:20:05.0764431Z [00:02:58.414]➜  cp $WORK/b1102/_pkg_.a /root/.cache/go-build/6e/6ed78fb1a7bfe0c8937c1f8f670b1c50a3e297e5d94f5091442a88092d222ecd-d # internal
2025-08-20T21:20:05.0765793Z [00:02:58.414]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/type_
2025-08-20T21:20:05.0768825Z [00:02:58.415]➜  mkdir -p $WORK/b1131/
2025-08-20T21:20:05.0769596Z [00:02:58.415]➜  cat >/tmp/go-build3619502580/b1131/importcfg << 'EOF' # internal
2025-08-20T21:20:05.0770269Z [00:02:58.415]➜  # import config
2025-08-20T21:20:05.0770942Z [00:02:58.415]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:05.0771747Z [00:02:58.415]➜  EOF
2025-08-20T21:20:05.0776313Z [00:02:58.415]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1131/_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/b1131=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/type_ -lang=go1.21 -complete -installsuffix shared -buildid AvlD23S8AshbUEnQ-9sS/AvlD23S8AshbUEnQ-9sS -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/types/enums/type_/type_.go
2025-08-20T21:20:05.0884136Z [00:02:58.428]➜  go tool buildid -w $WORK/b1131/_pkg_.a # internal
2025-08-20T21:20:05.0893383Z [00:02:58.428]➜  cp $WORK/b1131/_pkg_.a /root/.cache/go-build/02/024269b10519fd749c4b457d08237cbfb9e9a1cb12dc3b57c7047ea70fde1652-d # internal
2025-08-20T21:20:05.0894999Z [00:02:58.429]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotsort
2025-08-20T21:20:05.0896455Z [00:02:58.429]➜  mkdir -p $WORK/b1149/
2025-08-20T21:20:05.0902000Z [00:02:58.429]➜  cat >/tmp/go-build3619502580/b1149/importcfg << 'EOF' # internal
2025-08-20T21:20:05.0902748Z [00:02:58.429]➜  # import config
2025-08-20T21:20:05.0912530Z [00:02:58.429]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:05.0913262Z [00:02:58.429]➜  EOF
2025-08-20T21:20:05.0918083Z [00:02:58.430]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1149/_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/b1149=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotsort -lang=go1.21 -complete -installsuffix shared -buildid M8rHtJ6erqjgtEwV3r-2/M8rHtJ6erqjgtEwV3r-2 -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/types/enums/snapshotsort/snapshotsort.go
2025-08-20T21:20:05.1058704Z [00:02:58.445]➜  go tool buildid -w $WORK/b1149/_pkg_.a # internal
2025-08-20T21:20:05.1062663Z [00:02:58.445]➜  cp $WORK/b1149/_pkg_.a /root/.cache/go-build/cb/cb01142b4def3ef7995b5bf0f743dbed4ad4ae0fc0d37425bbba88da12a49020-d # internal
2025-08-20T21:20:05.1064086Z [00:02:58.445]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sqlformat
2025-08-20T21:20:05.1064881Z [00:02:58.445]➜  mkdir -p $WORK/b1161/
2025-08-20T21:20:05.1065628Z [00:02:58.445]➜  cat >/tmp/go-build3619502580/b1161/importcfg << 'EOF' # internal
2025-08-20T21:20:05.1066368Z [00:02:58.445]➜  # import config
2025-08-20T21:20:05.1067048Z [00:02:58.445]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:05.1067656Z [00:02:58.445]➜  EOF
2025-08-20T21:20:05.1072536Z [00:02:58.445]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1161/_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/b1161=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sqlformat -lang=go1.21 -complete -installsuffix shared -buildid N-TWMtQ8vhLy4SDGw3p2/N-TWMtQ8vhLy4SDGw3p2 -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/types/enums/sqlformat/sqlformat.go
2025-08-20T21:20:05.1225031Z [00:02:58.462]➜  go tool buildid -w $WORK/b1161/_pkg_.a # internal
2025-08-20T21:20:05.1232611Z [00:02:58.462]➜  cp $WORK/b1161/_pkg_.a /root/.cache/go-build/69/691b36992bc5da55dc6a0786c76a31c09a22fa6798a2426252d9b2faa9e21a0b-d # internal
2025-08-20T21:20:05.1233945Z [00:02:58.463]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/groupby
2025-08-20T21:20:05.1234635Z [00:02:58.463]➜  mkdir -p $WORK/b1174/
2025-08-20T21:20:05.1264389Z [00:02:58.466]➜  cat >/tmp/go-build3619502580/b1174/importcfg << 'EOF' # internal
2025-08-20T21:20:05.1267370Z [00:02:58.466]➜  # import config
2025-08-20T21:20:05.1268005Z [00:02:58.466]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:05.1268573Z [00:02:58.466]➜  EOF
2025-08-20T21:20:05.1273063Z [00:02:58.466]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1174/_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/b1174=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/groupby -lang=go1.21 -complete -installsuffix shared -buildid JuX80UlgTStBsoIt128B/JuX80UlgTStBsoIt128B -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/types/enums/groupby/groupby.go
2025-08-20T21:20:05.1685991Z [00:02:58.508]➜  go tool buildid -w $WORK/b1174/_pkg_.a # internal
2025-08-20T21:20:05.1695326Z [00:02:58.509]➜  cp $WORK/b1174/_pkg_.a /root/.cache/go-build/16/16aa679fac033a116816db81a135b1b1e05e7850bb18b642adc9953cd308e0d5-d # internal
2025-08-20T21:20:05.1698884Z [00:02:58.509]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ecscompatibilitytype
2025-08-20T21:20:05.1699703Z [00:02:58.509]➜  mkdir -p $WORK/b1176/
2025-08-20T21:20:05.1706096Z [00:02:58.510]➜  cat >/tmp/go-build3619502580/b1176/importcfg << 'EOF' # internal
2025-08-20T21:20:05.1708884Z [00:02:58.510]➜  # import config
2025-08-20T21:20:05.1709517Z [00:02:58.510]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:05.1710083Z [00:02:58.510]➜  EOF
2025-08-20T21:20:05.1715334Z [00:02:58.510]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1176/_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/b1176=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ecscompatibilitytype -lang=go1.21 -complete -installsuffix shared -buildid c7npujEUJxdHt-qlkxty/c7npujEUJxdHt-qlkxty -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/ecscompatibilitytype/ecscompatibilitytype.go
2025-08-20T21:20:05.1925059Z [00:02:58.532]➜  go tool buildid -w $WORK/b1118/_pkg_.a # internal
2025-08-20T21:20:05.1942029Z [00:02:58.533]➜  cp $WORK/b1118/_pkg_.a /root/.cache/go-build/da/da0c3026e79af355eab2e4a9b8ff919eff4e11be879b95ac84b7df1d92d07ea6-d # internal
2025-08-20T21:20:05.1946480Z [00:02:58.534]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/formattype
2025-08-20T21:20:05.1947290Z [00:02:58.534]➜  mkdir -p $WORK/b1177/
2025-08-20T21:20:05.1969142Z [00:02:58.534]➜  cat >/tmp/go-build3619502580/b1177/importcfg << 'EOF' # internal
2025-08-20T21:20:05.1969792Z [00:02:58.534]➜  # import config
2025-08-20T21:20:05.1970431Z [00:02:58.534]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:05.1971033Z [00:02:58.534]➜  EOF
2025-08-20T21:20:05.1980239Z [00:02:58.537]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1177/_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/b1177=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/formattype -lang=go1.21 -complete -installsuffix shared -buildid nG-IaahF13TQPNE0i4Zq/nG-IaahF13TQPNE0i4Zq -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/types/enums/formattype/formattype.go
2025-08-20T21:20:05.2034513Z [00:02:58.543]➜  go tool buildid -w $WORK/b1176/_pkg_.a # internal
2025-08-20T21:20:05.2046199Z [00:02:58.544]➜  cp $WORK/b1176/_pkg_.a /root/.cache/go-build/4b/4b835f42261096818a87b76d46fb6fcf19288f30143718df8c96c7bffed573a6-d # internal
2025-08-20T21:20:05.2063516Z [00:02:58.544]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/getnodestats
2025-08-20T21:20:05.2064285Z [00:02:58.544]➜  mkdir -p $WORK/b1182/
2025-08-20T21:20:05.2064967Z [00:02:58.544]➜  cat >/tmp/go-build3619502580/b1182/importcfg << 'EOF' # internal
2025-08-20T21:20:05.2065827Z [00:02:58.544]➜  # import config
2025-08-20T21:20:05.2083041Z [00:02:58.544]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:05.2083848Z [00:02:58.544]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:05.2084599Z [00:02:58.544]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:05.2085769Z [00:02:58.544]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:05.2086825Z [00:02:58.544]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:05.2087716Z [00:02:58.544]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:05.2088513Z [00:02:58.544]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:05.2089260Z [00:02:58.544]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:05.2089825Z [00:02:58.544]➜  EOF
2025-08-20T21:20:05.2099230Z [00:02:58.544]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1182/_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/b1182=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/getnodestats -lang=go1.21 -complete -installsuffix shared -buildid 2EKeJluc9y1H9ble0jRz/2EKeJluc9y1H9ble0jRz -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/getnodestats/get_node_stats.go
2025-08-20T21:20:05.2370012Z [00:02:58.576]➜  go tool buildid -w $WORK/b1177/_pkg_.a # internal
2025-08-20T21:20:05.2373785Z [00:02:58.576]➜  cp $WORK/b1177/_pkg_.a /root/.cache/go-build/30/30b574e02def0c01e6094205dde39eec4975e561c7141eaadf6f759c413d24bd-d # internal
2025-08-20T21:20:05.2375122Z [00:02:58.576]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionexecutionmode
2025-08-20T21:20:05.2375915Z [00:02:58.576]➜  mkdir -p $WORK/b1198/
2025-08-20T21:20:05.2376568Z [00:02:58.576]➜  cat >/tmp/go-build3619502580/b1198/importcfg << 'EOF' # internal
2025-08-20T21:20:05.2377162Z [00:02:58.576]➜  # import config
2025-08-20T21:20:05.2377746Z [00:02:58.576]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:05.2378290Z [00:02:58.576]➜  EOF
2025-08-20T21:20:05.2383266Z [00:02:58.576]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1198/_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/b1198=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionexecutionmode -lang=go1.21 -complete -installsuffix shared -buildid Xw8qGR6cbYiEnPZqlJGr/Xw8qGR6cbYiEnPZqlJGr -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/types/enums/actionexecutionmode/actionexecutionmode.go
2025-08-20T21:20:05.2645876Z [00:02:58.604]➜  go tool buildid -w $WORK/b1198/_pkg_.a # internal
2025-08-20T21:20:05.2653335Z [00:02:58.605]➜  cp $WORK/b1198/_pkg_.a /root/.cache/go-build/fb/fb3138d39eec0a63179b5bb392da1a4a744984eae1a17d17d8c564851f901068-d # internal
2025-08-20T21:20:05.2658607Z [00:02:58.605]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/xpackcategory
2025-08-20T21:20:05.2659502Z [00:02:58.605]➜  mkdir -p $WORK/b1208/
2025-08-20T21:20:05.2660307Z [00:02:58.605]➜  cat >/tmp/go-build3619502580/b1208/importcfg << 'EOF' # internal
2025-08-20T21:20:05.2661859Z [00:02:58.605]➜  # import config
2025-08-20T21:20:05.2664557Z [00:02:58.605]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:05.2665249Z [00:02:58.605]➜  EOF
2025-08-20T21:20:05.2670130Z [00:02:58.605]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1208/_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/b1208=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/xpackcategory -lang=go1.21 -complete -installsuffix shared -buildid ICz-yNfFEUBt-pFyiqYw/ICz-yNfFEUBt-pFyiqYw -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/types/enums/xpackcategory/xpackcategory.go
2025-08-20T21:20:05.2772178Z [00:02:58.615]➜  go tool buildid -w $WORK/b1182/_pkg_.a # internal
2025-08-20T21:20:05.2775976Z [00:02:58.617]➜  cp $WORK/b1182/_pkg_.a /root/.cache/go-build/7c/7cda70d51a01bdb5d5978a1b286e59dfc9d8f5d0c8c735ac3c4198c5afed05f0-d # internal
2025-08-20T21:20:05.2781632Z [00:02:58.617]➜  cloud.google.com/go/compute/metadata
2025-08-20T21:20:05.2783506Z [00:02:58.617]➜  mkdir -p $WORK/b1212/
2025-08-20T21:20:05.2791523Z [00:02:58.618]➜  cat >/tmp/go-build3619502580/b1212/importcfg << 'EOF' # internal
2025-08-20T21:20:05.2793221Z [00:02:58.618]➜  # import config
2025-08-20T21:20:05.2794402Z [00:02:58.618]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:05.2795280Z [00:02:58.618]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:05.2796199Z [00:02:58.618]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:05.2797102Z [00:02:58.618]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:05.2797926Z [00:02:58.618]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:05.2798737Z [00:02:58.618]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:05.2799754Z [00:02:58.618]➜  packagefile log/slog=/tmp/go-build3619502580/b393/_pkg_.a
2025-08-20T21:20:05.2800675Z [00:02:58.618]➜  packagefile math/rand=/tmp/go-build3619502580/b108/_pkg_.a
2025-08-20T21:20:05.2803065Z [00:02:58.618]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:05.2803968Z [00:02:58.618]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:05.2804827Z [00:02:58.618]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:05.2805666Z [00:02:58.618]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:05.2806538Z [00:02:58.618]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:05.2807420Z [00:02:58.618]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:05.2808287Z [00:02:58.618]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:20:05.2809128Z [00:02:58.618]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:05.2809775Z [00:02:58.618]➜  EOF
2025-08-20T21:20:05.2816352Z [00:02:58.619]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1212/_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/b1212=>" -p cloud.google.com/go/compute/metadata -lang=go1.21 -complete -installsuffix shared -buildid KXihweUYuQj1jVfei6Qa/KXihweUYuQj1jVfei6Qa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1212/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:20:05.2832329Z [00:02:58.622]➜  go tool buildid -w $WORK/b1208/_pkg_.a # internal
2025-08-20T21:20:05.2840915Z [00:02:58.623]➜  cp $WORK/b1208/_pkg_.a /root/.cache/go-build/f0/f0863e1d60dc67dcf29a8bc4cb6f22c05a713d277cc4d33ee72551001608af3a-d # internal
2025-08-20T21:20:05.2847156Z [00:02:58.623]➜  hash/fnv
2025-08-20T21:20:05.2848121Z [00:02:58.623]➜  mkdir -p $WORK/b1221/
2025-08-20T21:20:05.2849637Z [00:02:58.623]➜  cat >/tmp/go-build3619502580/b1221/importcfg << 'EOF' # internal
2025-08-20T21:20:05.2850546Z [00:02:58.623]➜  # import config
2025-08-20T21:20:05.2851637Z [00:02:58.623]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:05.2852481Z [00:02:58.623]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:20:05.2853379Z [00:02:58.623]➜  packagefile internal/byteorder=/tmp/go-build3619502580/b013/_pkg_.a
2025-08-20T21:20:05.2854343Z [00:02:58.623]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:20:05.2854964Z [00:02:58.623]➜  EOF
2025-08-20T21:20:05.2857735Z [00:02:58.623]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1221/_pkg_.a -trimpath "/root/.go/src/hash/fnv=>hash/fnv;$WORK/b1221=>" -p hash/fnv -lang=go1.25 -std -complete -installsuffix shared -buildid zy2uOp7FW9V54tRXLALv/zy2uOp7FW9V54tRXLALv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1221/importcfg -pack /root/.go/src/hash/fnv/fnv.go
2025-08-20T21:20:05.3459754Z [00:02:58.685]➜  go tool buildid -w $WORK/b1221/_pkg_.a # internal
2025-08-20T21:20:05.3478884Z [00:02:58.687]➜  cp $WORK/b1221/_pkg_.a /root/.cache/go-build/3c/3c2d5c8a458697f9131049f8b7f876c158f15c8274abdd0f3863e3e7fdc82b1e-d # internal
2025-08-20T21:20:05.3489183Z [00:02:58.688]➜  google.golang.org/protobuf/internal/detrand
2025-08-20T21:20:05.3494708Z [00:02:58.689]➜  mkdir -p $WORK/b1220/
2025-08-20T21:20:05.3504157Z [00:02:58.690]➜  cat >/tmp/go-build3619502580/b1220/importcfg << 'EOF' # internal
2025-08-20T21:20:05.3505119Z [00:02:58.690]➜  # import config
2025-08-20T21:20:05.3506467Z [00:02:58.690]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:20:05.3507917Z [00:02:58.690]➜  packagefile hash/fnv=/tmp/go-build3619502580/b1221/_pkg_.a
2025-08-20T21:20:05.3509173Z [00:02:58.690]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:05.3511013Z [00:02:58.690]➜  EOF
2025-08-20T21:20:05.3527521Z [00:02:58.692]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1220/_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/b1220=>" -p google.golang.org/protobuf/internal/detrand -lang=go1.22 -complete -installsuffix shared -buildid RGhzJ8WQSFNdDzs64WNR/RGhzJ8WQSFNdDzs64WNR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1220/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/detrand/rand.go
2025-08-20T21:20:05.3774355Z [00:02:58.717]➜  go tool buildid -w $WORK/b1220/_pkg_.a # internal
2025-08-20T21:20:05.3802964Z [00:02:58.719]➜  cp $WORK/b1220/_pkg_.a /root/.cache/go-build/d6/d67ad223d9e6511bf41dd3d1992bf39f1a71d77dace8d59c1dfbff814ed83601-d # internal
2025-08-20T21:20:05.3804348Z [00:02:58.719]➜  google.golang.org/protobuf/internal/errors
2025-08-20T21:20:05.3805024Z [00:02:58.719]➜  mkdir -p $WORK/b1219/
2025-08-20T21:20:05.3805784Z [00:02:58.719]➜  cat >/tmp/go-build3619502580/b1219/importcfg << 'EOF' # internal
2025-08-20T21:20:05.3806478Z [00:02:58.719]➜  # import config
2025-08-20T21:20:05.3807154Z [00:02:58.719]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:05.3807971Z [00:02:58.719]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:05.3809091Z [00:02:58.719]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3619502580/b1220/_pkg_.a
2025-08-20T21:20:05.3809975Z [00:02:58.719]➜  EOF
2025-08-20T21:20:05.3814339Z [00:02:58.719]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1219/_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/b1219=>" -p google.golang.org/protobuf/internal/errors -lang=go1.22 -complete -installsuffix shared -buildid OgIEdUtI2aGnTn6I9wf3/OgIEdUtI2aGnTn6I9wf3 -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/errors/errors.go
2025-08-20T21:20:05.4363126Z [00:02:58.775]➜  go tool buildid -w $WORK/b1219/_pkg_.a # internal
2025-08-20T21:20:05.4369735Z [00:02:58.776]➜  cp $WORK/b1219/_pkg_.a /root/.cache/go-build/9c/9c5763a9026c6e5ff54f3f73353acc1ff67769dca83d17534b881e06413a07ce-d # internal
2025-08-20T21:20:05.4373454Z [00:02:58.776]➜  google.golang.org/protobuf/encoding/protowire
2025-08-20T21:20:05.4374097Z [00:02:58.777]➜  mkdir -p $WORK/b1218/
2025-08-20T21:20:05.4380907Z [00:02:58.777]➜  cat >/tmp/go-build3619502580/b1218/importcfg << 'EOF' # internal
2025-08-20T21:20:05.4382260Z [00:02:58.777]➜  # import config
2025-08-20T21:20:05.4383837Z [00:02:58.777]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3619502580/b1219/_pkg_.a
2025-08-20T21:20:05.4391949Z [00:02:58.777]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:05.4392888Z [00:02:58.777]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:05.4393725Z [00:02:58.777]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:20:05.4394357Z [00:02:58.777]➜  EOF
2025-08-20T21:20:05.4398341Z [00:02:58.777]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1218/_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/b1218=>" -p google.golang.org/protobuf/encoding/protowire -lang=go1.22 -complete -installsuffix shared -buildid 4IIKjf9qjw9UpF5rmwDL/4IIKjf9qjw9UpF5rmwDL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1218/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/encoding/protowire/wire.go
2025-08-20T21:20:05.4825623Z [00:02:58.822]➜  go tool buildid -w $WORK/b1212/_pkg_.a # internal
2025-08-20T21:20:05.4853873Z [00:02:58.824]➜  cp $WORK/b1212/_pkg_.a /root/.cache/go-build/cb/cbaff44f95a59079baffef218d6de03e0b76e85a068e3a88e3e330e81209be88-d # internal
2025-08-20T21:20:05.4858611Z [00:02:58.825]➜  google.golang.org/protobuf/internal/pragma
2025-08-20T21:20:05.4859287Z [00:02:58.825]➜  mkdir -p $WORK/b1222/
2025-08-20T21:20:05.4860010Z [00:02:58.825]➜  cat >/tmp/go-build3619502580/b1222/importcfg << 'EOF' # internal
2025-08-20T21:20:05.4860646Z [00:02:58.825]➜  # import config
2025-08-20T21:20:05.4862108Z [00:02:58.825]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:05.4862749Z [00:02:58.825]➜  EOF
2025-08-20T21:20:05.4866922Z [00:02:58.825]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1222/_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/b1222=>" -p google.golang.org/protobuf/internal/pragma -lang=go1.22 -complete -installsuffix shared -buildid kyAih_fA3gXE78jIJrWc/kyAih_fA3gXE78jIJrWc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1222/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/pragma/pragma.go
2025-08-20T21:20:05.4872096Z [00:02:58.825]➜  go tool buildid -w $WORK/b1218/_pkg_.a # internal
2025-08-20T21:20:05.4875336Z [00:02:58.826]➜  cp $WORK/b1218/_pkg_.a /root/.cache/go-build/6d/6d8fbd058d7adcd99aad0278c8072f9306f0268d32ebe7a1896ba14e967036ec-d # internal
2025-08-20T21:20:05.4876644Z [00:02:58.826]➜  google.golang.org/protobuf/internal/editiondefaults
2025-08-20T21:20:05.4877296Z [00:02:58.826]➜  mkdir -p $WORK/b1227/
2025-08-20T21:20:05.4878013Z [00:02:58.827]➜  cat >/tmp/go-build3619502580/b1227/importcfg << 'EOF' # internal
2025-08-20T21:20:05.4878671Z [00:02:58.827]➜  # import config
2025-08-20T21:20:05.4879300Z [00:02:58.827]➜  packagefile embed=/tmp/go-build3619502580/b052/_pkg_.a
2025-08-20T21:20:05.4879881Z [00:02:58.827]➜  EOF
2025-08-20T21:20:05.4881100Z [00:02:58.827]➜  cat >/tmp/go-build3619502580/b1227/embedcfg << 'EOF' # internal
2025-08-20T21:20:05.4882748Z [00:02:58.827]➜  {
2025-08-20T21:20:05.4883485Z [00:02:58.827]➜  	"Patterns": {
2025-08-20T21:20:05.4887345Z [00:02:58.827]➜  		"editions_defaults.binpb": [
2025-08-20T21:20:05.4887975Z [00:02:58.827]➜  			"editions_defaults.binpb"
2025-08-20T21:20:05.4888721Z [00:02:58.827]➜  		]
2025-08-20T21:20:05.4889127Z [00:02:58.827]➜  	},
2025-08-20T21:20:05.4889543Z [00:02:58.827]➜  	"Files": {
2025-08-20T21:20:05.4890786Z [00:02:58.827]➜  		"editions_defaults.binpb": "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/editiondefaults/editions_defaults.binpb"
2025-08-20T21:20:05.4892051Z [00:02:58.827]➜  	}
2025-08-20T21:20:05.4892449Z [00:02:58.827]➜  }EOF
2025-08-20T21:20:05.4897300Z [00:02:58.827]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1227/_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/b1227=>" -p google.golang.org/protobuf/internal/editiondefaults -lang=go1.22 -complete -installsuffix shared -buildid mMG1HxE4DrMPlXpCdEw9/mMG1HxE4DrMPlXpCdEw9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1227/importcfg -embedcfg $WORK/b1227/embedcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/editiondefaults/defaults.go
2025-08-20T21:20:05.4948815Z [00:02:58.834]➜  go tool buildid -w $WORK/b1222/_pkg_.a # internal
2025-08-20T21:20:05.4952439Z [00:02:58.834]➜  cp $WORK/b1222/_pkg_.a /root/.cache/go-build/5e/5e6253de1ecd96697c531c6fd68a5450ad594e61e86a35283575a123b1344094-d # internal
2025-08-20T21:20:05.4953665Z [00:02:58.834]➜  go tool buildid -w $WORK/b1227/_pkg_.a # internal
2025-08-20T21:20:05.4959034Z [00:02:58.835]➜  google.golang.org/protobuf/reflect/protoreflect
2025-08-20T21:20:05.4959960Z [00:02:58.835]➜  mkdir -p $WORK/b1217/
2025-08-20T21:20:05.4960720Z [00:02:58.835]➜  cat >/tmp/go-build3619502580/b1217/importcfg << 'EOF' # internal
2025-08-20T21:20:05.4961627Z [00:02:58.835]➜  # import config
2025-08-20T21:20:05.4962298Z [00:02:58.835]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:05.4963117Z [00:02:58.835]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:05.4964237Z [00:02:58.835]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3619502580/b1218/_pkg_.a
2025-08-20T21:20:05.4965682Z [00:02:58.835]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3619502580/b1222/_pkg_.a
2025-08-20T21:20:05.4966776Z [00:02:58.835]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:05.4967619Z [00:02:58.835]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:05.4968472Z [00:02:58.835]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:05.4969303Z [00:02:58.835]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:05.4969899Z [00:02:58.835]➜  EOF
2025-08-20T21:20:05.4979050Z [00:02:58.835]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1217/_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/b1217=>" -p google.golang.org/protobuf/reflect/protoreflect -lang=go1.22 -complete -installsuffix shared -buildid kdCxA_Wa0rqvsv394rIb/kdCxA_Wa0rqvsv394rIb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1217/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:20:05.4992358Z [00:02:58.838]➜  cp $WORK/b1227/_pkg_.a /root/.cache/go-build/d0/d0e412bfc31585e9d475d4dc881d3c1f49b70ab03043b9ebcb76d78db178bd6d-d # internal
2025-08-20T21:20:05.4993415Z [00:02:58.838]➜  go/token
2025-08-20T21:20:05.4993883Z [00:02:58.838]➜  mkdir -p $WORK/b1232/
2025-08-20T21:20:05.4994613Z [00:02:58.838]➜  cat >/tmp/go-build3619502580/b1232/importcfg << 'EOF' # internal
2025-08-20T21:20:05.4995273Z [00:02:58.838]➜  # import config
2025-08-20T21:20:05.4995881Z [00:02:58.838]➜  packagefile cmp=/tmp/go-build3619502580/b051/_pkg_.a
2025-08-20T21:20:05.4996660Z [00:02:58.838]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:05.4997446Z [00:02:58.838]➜  packagefile iter=/tmp/go-build3619502580/b039/_pkg_.a
2025-08-20T21:20:05.4998414Z [00:02:58.838]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:20:05.4999386Z [00:02:58.838]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:05.5000192Z [00:02:58.838]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:05.5001002Z [00:02:58.838]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:05.5002282Z [00:02:58.838]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:20:05.5003331Z [00:02:58.838]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:05.5004099Z [00:02:58.838]➜  EOF
2025-08-20T21:20:05.5007425Z [00:02:58.838]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1232/_pkg_.a -trimpath "/root/.go/src/go/token=>go/token;$WORK/b1232=>" -p go/token -lang=go1.25 -std -complete -installsuffix shared -buildid 2u1yjsjstP-pRq7IK0Sl/2u1yjsjstP-pRq7IK0Sl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1232/importcfg -pack /root/.go/src/go/token/position.go /root/.go/src/go/token/serialize.go /root/.go/src/go/token/token.go /root/.go/src/go/token/tree.go
2025-08-20T21:20:05.5959215Z [00:02:58.935]➜  go tool buildid -w $WORK/b1232/_pkg_.a # internal
2025-08-20T21:20:05.5987585Z [00:02:58.938]➜  cp $WORK/b1232/_pkg_.a /root/.cache/go-build/90/903a089b0dc856050f6f271e295b84bd90a00af75f2c32f38adaedb2974bc7d4-d # internal
2025-08-20T21:20:05.5988947Z [00:02:58.938]➜  google.golang.org/protobuf/internal/version
2025-08-20T21:20:05.5990537Z [00:02:58.938]➜  mkdir -p $WORK/b1245/
2025-08-20T21:20:05.5992789Z [00:02:58.938]➜  cat >/tmp/go-build3619502580/b1245/importcfg << 'EOF' # internal
2025-08-20T21:20:05.5994617Z [00:02:58.938]➜  # import config
2025-08-20T21:20:05.5995829Z [00:02:58.938]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:05.5996662Z [00:02:58.938]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:05.5997289Z [00:02:58.938]➜  EOF
2025-08-20T21:20:05.6001533Z [00:02:58.938]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1245/_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/b1245=>" -p google.golang.org/protobuf/internal/version -lang=go1.22 -complete -installsuffix shared -buildid KpA0Ftv-miOEXakzc8T0/KpA0Ftv-miOEXakzc8T0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1245/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/version/version.go
2025-08-20T21:20:05.6085145Z [00:02:58.948]➜  go tool buildid -w $WORK/b1245/_pkg_.a # internal
2025-08-20T21:20:05.6091877Z [00:02:58.948]➜  cp $WORK/b1245/_pkg_.a /root/.cache/go-build/43/43e1b7b2698f6b4a28c2a63a10d42107471c5ca095cc836d0cd3c53740eb35be-d # internal
2025-08-20T21:20:05.6094224Z [00:02:58.949]➜  golang.org/x/net/internal/timeseries
2025-08-20T21:20:05.6098583Z [00:02:58.949]➜  mkdir -p $WORK/b1251/
2025-08-20T21:20:05.6100083Z [00:02:58.949]➜  cat >/tmp/go-build3619502580/b1251/importcfg << 'EOF' # internal
2025-08-20T21:20:05.6102119Z [00:02:58.949]➜  # import config
2025-08-20T21:20:05.6102815Z [00:02:58.949]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:05.6103631Z [00:02:58.949]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:20:05.6104423Z [00:02:58.949]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:05.6105086Z [00:02:58.949]➜  EOF
2025-08-20T21:20:05.6108781Z [00:02:58.949]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1251/_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/b1251=>" -p golang.org/x/net/internal/timeseries -lang=go1.23 -complete -installsuffix shared -buildid ZcOwhTW16uNHS_2tElDM/ZcOwhTW16uNHS_2tElDM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1251/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/timeseries/timeseries.go
2025-08-20T21:20:05.6745134Z [00:02:59.014]➜  go tool buildid -w $WORK/b1251/_pkg_.a # internal
2025-08-20T21:20:05.6752924Z [00:02:59.014]➜  cp $WORK/b1251/_pkg_.a /root/.cache/go-build/16/16d813546e828487fd4a042394e731470920ab67fdb7f650494a61500d7ae2d8-d # internal
2025-08-20T21:20:05.6792096Z [00:02:59.018]➜  html/template
2025-08-20T21:20:05.6794486Z [00:02:59.018]➜  mkdir -p $WORK/b1252/
2025-08-20T21:20:05.6804094Z [00:02:59.020]➜  cat >/tmp/go-build3619502580/b1252/importcfg << 'EOF' # internal
2025-08-20T21:20:05.6805447Z [00:02:59.020]➜  # import config
2025-08-20T21:20:05.6806815Z [00:02:59.020]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:05.6807998Z [00:02:59.020]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:05.6810296Z [00:02:59.020]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:05.6811165Z [00:02:59.020]➜  packagefile html=/tmp/go-build3619502580/b192/_pkg_.a
2025-08-20T21:20:05.6812328Z [00:02:59.020]➜  packagefile internal/godebug=/tmp/go-build3619502580/b045/_pkg_.a
2025-08-20T21:20:05.6813258Z [00:02:59.020]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:05.6814112Z [00:02:59.020]➜  packagefile io/fs=/tmp/go-build3619502580/b053/_pkg_.a
2025-08-20T21:20:05.6814952Z [00:02:59.020]➜  packagefile maps=/tmp/go-build3619502580/b158/_pkg_.a
2025-08-20T21:20:05.6815801Z [00:02:59.020]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:05.6816615Z [00:02:59.020]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:20:05.6817493Z [00:02:59.020]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:20:05.6818399Z [00:02:59.020]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:05.6819257Z [00:02:59.020]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:05.6820118Z [00:02:59.020]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:05.6820963Z [00:02:59.020]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:05.6822021Z [00:02:59.020]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:05.6823162Z [00:02:59.020]➜  packagefile text/template=/tmp/go-build3619502580/b232/_pkg_.a
2025-08-20T21:20:05.6824164Z [00:02:59.020]➜  packagefile text/template/parse=/tmp/go-build3619502580/b233/_pkg_.a
2025-08-20T21:20:05.6825423Z [00:02:59.020]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:20:05.6826331Z [00:02:59.020]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:05.6827029Z [00:02:59.020]➜  EOF
2025-08-20T21:20:05.6859350Z [00:02:59.023]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1252/_pkg_.a -trimpath "/root/.go/src/html/template=>html/template;$WORK/b1252=>" -p html/template -lang=go1.25 -std -complete -installsuffix shared -buildid QzBOc82hvH6967WCqxpK/QzBOc82hvH6967WCqxpK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1252/importcfg -pack /root/.go/src/html/template/attr.go /root/.go/src/html/template/attr_string.go /root/.go/src/html/template/content.go /root/.go/src/html/template/context.go /root/.go/src/html/template/css.go /root/.go/src/html/template/delim_string.go /root/.go/src/html/template/doc.go /root/.go/src/html/template/element_string.go /root/.go/src/html/template/error.go /root/.go/src/html/template/escape.go /root/.go/src/html/template/html.go /root/.go/src/html/template/js.go /root/.go/src/html/template/jsctx_string.go /root/.go/src/html/template/state_string.go /root/.go/src/html/template/template.go /root/.go/src/html/template/transition.go /root/.go/src/html/template/url.go /root/.go/src/html/template/urlpart_string.go
2025-08-20T21:20:05.8400169Z [00:02:59.179]➜  go tool buildid -w $WORK/b1217/_pkg_.a # internal
2025-08-20T21:20:05.8463936Z [00:02:59.186]➜  cp $WORK/b1217/_pkg_.a /root/.cache/go-build/83/8340d599ee5a6ab7abce3a75392d671f1cf5ad826949ada1b2d3a70439018f35-d # internal
2025-08-20T21:20:05.8515367Z [00:02:59.191]➜  google.golang.org/protobuf/internal/descfmt
2025-08-20T21:20:05.8535228Z [00:02:59.193]➜  mkdir -p $WORK/b1225/
2025-08-20T21:20:05.8537625Z [00:02:59.193]➜  cat >/tmp/go-build3619502580/b1225/importcfg << 'EOF' # internal
2025-08-20T21:20:05.8538379Z [00:02:59.193]➜  # import config
2025-08-20T21:20:05.8539014Z [00:02:59.193]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:05.8540091Z [00:02:59.193]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3619502580/b1220/_pkg_.a
2025-08-20T21:20:05.8541557Z [00:02:59.193]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3619502580/b1222/_pkg_.a
2025-08-20T21:20:05.8542904Z [00:02:59.193]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:05.8543909Z [00:02:59.193]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:05.8544644Z [00:02:59.193]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:05.8545404Z [00:02:59.193]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:05.8546187Z [00:02:59.193]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:05.8546750Z [00:02:59.193]➜  EOF
2025-08-20T21:20:05.8550522Z [00:02:59.193]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1225/_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/b1225=>" -p google.golang.org/protobuf/internal/descfmt -lang=go1.22 -complete -installsuffix shared -buildid YtNs8678TLFc5B70lc-F/YtNs8678TLFc5B70lc-F -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/descfmt/stringer.go
2025-08-20T21:20:05.9749026Z [00:02:59.314]➜  go tool buildid -w $WORK/b1225/_pkg_.a # internal
2025-08-20T21:20:05.9763759Z [00:02:59.316]➜  cp $WORK/b1225/_pkg_.a /root/.cache/go-build/99/99c19c5c1cc1280a410e9e6f73a65afbcbb5a2b7400447c103be39e6cc111e21-d # internal
2025-08-20T21:20:05.9766371Z [00:02:59.316]➜  google.golang.org/protobuf/internal/descopts
2025-08-20T21:20:05.9767275Z [00:02:59.316]➜  mkdir -p $WORK/b1226/
2025-08-20T21:20:05.9777360Z [00:02:59.317]➜  cat >/tmp/go-build3619502580/b1226/importcfg << 'EOF' # internal
2025-08-20T21:20:05.9779339Z [00:02:59.317]➜  # import config
2025-08-20T21:20:05.9780476Z [00:02:59.317]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:05.9781389Z [00:02:59.317]➜  EOF
2025-08-20T21:20:05.9785297Z [00:02:59.317]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1226/_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/b1226=>" -p google.golang.org/protobuf/internal/descopts -lang=go1.22 -complete -installsuffix shared -buildid isdmIfNhwY-C6mKh2V_S/isdmIfNhwY-C6mKh2V_S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1226/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/descopts/options.go
2025-08-20T21:20:06.0016434Z [00:02:59.341]➜  go tool buildid -w $WORK/b1226/_pkg_.a # internal
2025-08-20T21:20:06.0023898Z [00:02:59.341]➜  cp $WORK/b1226/_pkg_.a /root/.cache/go-build/8c/8c15d6850015925eec669fece1c77b3482cffd9b196c28e9012aefc823262392-d # internal
2025-08-20T21:20:06.0025221Z [00:02:59.342]➜  google.golang.org/protobuf/internal/strs
2025-08-20T21:20:06.0027176Z [00:02:59.342]➜  mkdir -p $WORK/b1231/
2025-08-20T21:20:06.0029991Z [00:02:59.342]➜  cat >/tmp/go-build3619502580/b1231/importcfg << 'EOF' # internal
2025-08-20T21:20:06.0032580Z [00:02:59.342]➜  # import config
2025-08-20T21:20:06.0033321Z [00:02:59.342]➜  packagefile go/token=/tmp/go-build3619502580/b1232/_pkg_.a
2025-08-20T21:20:06.0034466Z [00:02:59.342]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3619502580/b1230/_pkg_.a
2025-08-20T21:20:06.0035923Z [00:02:59.342]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:06.0037546Z [00:02:59.342]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:06.0038533Z [00:02:59.342]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:20:06.0039490Z [00:02:59.342]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:06.0040191Z [00:02:59.342]➜  EOF
2025-08-20T21:20:06.0044827Z [00:02:59.342]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1231/_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/b1231=>" -p google.golang.org/protobuf/internal/strs -lang=go1.22 -complete -installsuffix shared -buildid praonBDDqvL7YwxKTLoA/praonBDDqvL7YwxKTLoA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1231/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:20:06.0638125Z [00:02:59.403]➜  go tool buildid -w $WORK/b1231/_pkg_.a # internal
2025-08-20T21:20:06.0648038Z [00:02:59.404]➜  cp $WORK/b1231/_pkg_.a /root/.cache/go-build/21/21eae1f784d643e06ee7bcdac1197ce00f0ea60d23e26fb05bb1f13551dccf70-d # internal
2025-08-20T21:20:06.0651928Z [00:02:59.404]➜  google.golang.org/protobuf/internal/encoding/text
2025-08-20T21:20:06.0652705Z [00:02:59.404]➜  mkdir -p $WORK/b1229/
2025-08-20T21:20:06.0656624Z [00:02:59.405]➜  cat >/tmp/go-build3619502580/b1229/importcfg << 'EOF' # internal
2025-08-20T21:20:06.0660869Z [00:02:59.405]➜  # import config
2025-08-20T21:20:06.0661658Z [00:02:59.405]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:06.0662398Z [00:02:59.405]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:06.0663426Z [00:02:59.405]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3619502580/b1220/_pkg_.a
2025-08-20T21:20:06.0664673Z [00:02:59.405]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3619502580/b1219/_pkg_.a
2025-08-20T21:20:06.0666092Z [00:02:59.405]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3619502580/b1230/_pkg_.a
2025-08-20T21:20:06.0667286Z [00:02:59.405]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3619502580/b1231/_pkg_.a
2025-08-20T21:20:06.0668339Z [00:02:59.405]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:06.0669048Z [00:02:59.405]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:06.0669784Z [00:02:59.405]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:20:06.0670540Z [00:02:59.405]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:06.0671426Z [00:02:59.405]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:06.0672165Z [00:02:59.405]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:20:06.0672961Z [00:02:59.405]➜  packagefile unicode/utf16=/tmp/go-build3619502580/b070/_pkg_.a
2025-08-20T21:20:06.0673801Z [00:02:59.405]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:06.0674375Z [00:02:59.405]➜  EOF
2025-08-20T21:20:06.0681627Z [00:02:59.405]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1229/_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/b1229=>" -p google.golang.org/protobuf/internal/encoding/text -lang=go1.22 -complete -installsuffix shared -buildid mJEcVEYRStnhSs4P0S3U/mJEcVEYRStnhSs4P0S3U -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/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:20:06.1017805Z [00:02:59.441]➜  go tool buildid -w $WORK/b1252/_pkg_.a # internal
2025-08-20T21:20:06.1081787Z [00:02:59.447]➜  cp $WORK/b1252/_pkg_.a /root/.cache/go-build/f3/f39fb7538d934efd2ad85bf32bd5441be51c8261b7de4a43c3bab1af5d31b6c8-d # internal
2025-08-20T21:20:06.1096812Z [00:02:59.449]➜  google.golang.org/protobuf/internal/encoding/messageset
2025-08-20T21:20:06.1100075Z [00:02:59.449]➜  mkdir -p $WORK/b1233/
2025-08-20T21:20:06.1101870Z [00:02:59.449]➜  cat >/tmp/go-build3619502580/b1233/importcfg << 'EOF' # internal
2025-08-20T21:20:06.1102519Z [00:02:59.449]➜  # import config
2025-08-20T21:20:06.1103395Z [00:02:59.449]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3619502580/b1218/_pkg_.a
2025-08-20T21:20:06.1104655Z [00:02:59.449]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3619502580/b1219/_pkg_.a
2025-08-20T21:20:06.1105908Z [00:02:59.449]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:06.1106930Z [00:02:59.449]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:06.1107487Z [00:02:59.449]➜  EOF
2025-08-20T21:20:06.1111671Z [00:02:59.449]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1233/_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/b1233=>" -p google.golang.org/protobuf/internal/encoding/messageset -lang=go1.22 -complete -installsuffix shared -buildid 4dJZmMh_6ayxkfghmB2A/4dJZmMh_6ayxkfghmB2A -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/encoding/messageset/messageset.go
2025-08-20T21:20:06.1595100Z [00:02:59.498]➜  go tool buildid -w $WORK/b1233/_pkg_.a # internal
2025-08-20T21:20:06.1600105Z [00:02:59.498]➜  cp $WORK/b1233/_pkg_.a /root/.cache/go-build/cc/cc6a7d5adabf02b7f775c2ecde84350c02c8e7fae384f699b62737ad21de1e07-d # internal
2025-08-20T21:20:06.1601747Z [00:02:59.498]➜  google.golang.org/protobuf/internal/genid
2025-08-20T21:20:06.1602540Z [00:02:59.499]➜  mkdir -p $WORK/b1234/
2025-08-20T21:20:06.1603235Z [00:02:59.499]➜  cat >/tmp/go-build3619502580/b1234/importcfg << 'EOF' # internal
2025-08-20T21:20:06.1603854Z [00:02:59.499]➜  # import config
2025-08-20T21:20:06.1604678Z [00:02:59.499]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:06.1605555Z [00:02:59.499]➜  EOF
2025-08-20T21:20:06.1618681Z [00:02:59.499]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1234/_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/b1234=>" -p google.golang.org/protobuf/internal/genid -lang=go1.22 -complete -installsuffix shared -buildid S1RfoXuq4hCqf04S55VR/S1RfoXuq4hCqf04S55VR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1234/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:20:06.1910767Z [00:02:59.530]➜  go tool buildid -w $WORK/b1234/_pkg_.a # internal
2025-08-20T21:20:06.1926912Z [00:02:59.531]➜  cp $WORK/b1234/_pkg_.a /root/.cache/go-build/70/70417901cf3f01a98bedaed0e66a013e987754d888dd08fab0087c3391ec7372-d # internal
2025-08-20T21:20:06.1928203Z [00:02:59.532]➜  google.golang.org/protobuf/internal/order
2025-08-20T21:20:06.1929058Z [00:02:59.532]➜  mkdir -p $WORK/b1236/
2025-08-20T21:20:06.1935275Z [00:02:59.532]➜  cat >/tmp/go-build3619502580/b1236/importcfg << 'EOF' # internal
2025-08-20T21:20:06.1936050Z [00:02:59.532]➜  # import config
2025-08-20T21:20:06.1937083Z [00:02:59.532]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:06.1938229Z [00:02:59.532]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:06.1939409Z [00:02:59.532]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:06.1940368Z [00:02:59.532]➜  EOF
2025-08-20T21:20:06.1945179Z [00:02:59.533]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1236/_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/b1236=>" -p google.golang.org/protobuf/internal/order -lang=go1.22 -complete -installsuffix shared -buildid VRjYXposd2q8cSrCixNs/VRjYXposd2q8cSrCixNs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1236/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:20:06.2443560Z [00:02:59.583]➜  go tool buildid -w $WORK/b1236/_pkg_.a # internal
2025-08-20T21:20:06.2445948Z [00:02:59.584]➜  cp $WORK/b1236/_pkg_.a /root/.cache/go-build/d9/d9a5bd836f01eda8e79fd80f749d837c37f3eed2f23a287a659461c3b2d73a13-d # internal
2025-08-20T21:20:06.2448336Z [00:02:59.584]➜  google.golang.org/protobuf/reflect/protoregistry
2025-08-20T21:20:06.2472204Z [00:02:59.584]➜  mkdir -p $WORK/b1237/
2025-08-20T21:20:06.2473331Z [00:02:59.585]➜  cat >/tmp/go-build3619502580/b1237/importcfg << 'EOF' # internal
2025-08-20T21:20:06.2474985Z [00:02:59.585]➜  # import config
2025-08-20T21:20:06.2475605Z [00:02:59.585]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:06.2476822Z [00:02:59.585]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3619502580/b1233/_pkg_.a
2025-08-20T21:20:06.2478339Z [00:02:59.585]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3619502580/b1219/_pkg_.a
2025-08-20T21:20:06.2479702Z [00:02:59.585]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3619502580/b1230/_pkg_.a
2025-08-20T21:20:06.2481094Z [00:02:59.585]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:06.2482395Z [00:02:59.585]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:06.2483197Z [00:02:59.585]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:06.2483981Z [00:02:59.585]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:06.2484544Z [00:02:59.585]➜  EOF
2025-08-20T21:20:06.2488739Z [00:02:59.585]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1237/_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/b1237=>" -p google.golang.org/protobuf/reflect/protoregistry -lang=go1.22 -complete -installsuffix shared -buildid sKIvXWOgEzIrdzov6t2S/sKIvXWOgEzIrdzov6t2S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1237/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protoregistry/registry.go
2025-08-20T21:20:06.2641845Z [00:02:59.603]➜  go tool buildid -w $WORK/b1229/_pkg_.a # internal
2025-08-20T21:20:06.2666274Z [00:02:59.606]➜  cp $WORK/b1229/_pkg_.a /root/.cache/go-build/71/71bb235d97791e38a0e073d5cc442dfe3c487727cfc3324f3f9e29b0b82216c9-d # internal
2025-08-20T21:20:06.2667708Z [00:02:59.606]➜  google.golang.org/protobuf/internal/encoding/defval
2025-08-20T21:20:06.2668424Z [00:02:59.606]➜  mkdir -p $WORK/b1228/
2025-08-20T21:20:06.2681889Z [00:02:59.606]➜  cat >/tmp/go-build3619502580/b1228/importcfg << 'EOF' # internal
2025-08-20T21:20:06.2682593Z [00:02:59.606]➜  # import config
2025-08-20T21:20:06.2683238Z [00:02:59.606]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:06.2684414Z [00:02:59.606]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build3619502580/b1229/_pkg_.a
2025-08-20T21:20:06.2685857Z [00:02:59.607]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3619502580/b1219/_pkg_.a
2025-08-20T21:20:06.2687218Z [00:02:59.607]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:06.2688265Z [00:02:59.607]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:06.2689065Z [00:02:59.607]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:06.2689677Z [00:02:59.607]➜  EOF
2025-08-20T21:20:06.2694100Z [00:02:59.607]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1228/_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/b1228=>" -p google.golang.org/protobuf/internal/encoding/defval -lang=go1.22 -complete -installsuffix shared -buildid eKpyRpkMH7wj0mM049Mo/eKpyRpkMH7wj0mM049Mo -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/defval/default.go
2025-08-20T21:20:06.2994773Z [00:02:59.639]➜  go tool buildid -w $WORK/b1228/_pkg_.a # internal
2025-08-20T21:20:06.3006397Z [00:02:59.640]➜  cp $WORK/b1228/_pkg_.a /root/.cache/go-build/54/54f7469c72f1759870b36b1ba71a11295b0aaac02154e46b43cf1c4341d18d7e-d # internal
2025-08-20T21:20:06.3012174Z [00:02:59.640]➜  google.golang.org/protobuf/runtime/protoiface
2025-08-20T21:20:06.3013324Z [00:02:59.640]➜  mkdir -p $WORK/b1238/
2025-08-20T21:20:06.3014620Z [00:02:59.640]➜  cat >/tmp/go-build3619502580/b1238/importcfg << 'EOF' # internal
2025-08-20T21:20:06.3015516Z [00:02:59.640]➜  # import config
2025-08-20T21:20:06.3017290Z [00:02:59.640]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3619502580/b1222/_pkg_.a
2025-08-20T21:20:06.3018658Z [00:02:59.640]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:06.3019550Z [00:02:59.641]➜  EOF
2025-08-20T21:20:06.3024292Z [00:02:59.641]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1238/_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/b1238=>" -p google.golang.org/protobuf/runtime/protoiface -lang=go1.22 -complete -installsuffix shared -buildid VLpJdGusLWmm9tIb_BY_/VLpJdGusLWmm9tIb_BY_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1238/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:20:06.3181179Z [00:02:59.656]➜  go tool buildid -w $WORK/b1238/_pkg_.a # internal
2025-08-20T21:20:06.3182969Z [00:02:59.657]➜  cp $WORK/b1238/_pkg_.a /root/.cache/go-build/79/79a10223c096f443262bc1061181e890da39732fbe806aa886ab2943eab12822-d # internal
2025-08-20T21:20:06.3186888Z [00:02:59.658]➜  google.golang.org/protobuf/internal/protolazy
2025-08-20T21:20:06.3206236Z [00:02:59.660]➜  mkdir -p $WORK/b1244/
2025-08-20T21:20:06.3216092Z [00:02:59.660]➜  cat >/tmp/go-build3619502580/b1244/importcfg << 'EOF' # internal
2025-08-20T21:20:06.3216762Z [00:02:59.660]➜  # import config
2025-08-20T21:20:06.3217380Z [00:02:59.660]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:06.3218129Z [00:02:59.660]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:06.3219061Z [00:02:59.660]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3619502580/b1218/_pkg_.a
2025-08-20T21:20:06.3220191Z [00:02:59.660]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3619502580/b1238/_pkg_.a
2025-08-20T21:20:06.3221073Z [00:02:59.660]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:06.3221946Z [00:02:59.660]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:06.3222688Z [00:02:59.660]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:06.3223213Z [00:02:59.660]➜  EOF
2025-08-20T21:20:06.3227593Z [00:02:59.661]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1244/_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/b1244=>" -p google.golang.org/protobuf/internal/protolazy -lang=go1.22 -complete -installsuffix shared -buildid 7XOPSeDUQZy-8u6QDmZC/7XOPSeDUQZy-8u6QDmZC -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/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:20:06.3636499Z [00:02:59.703]➜  go tool buildid -w $WORK/b1237/_pkg_.a # internal
2025-08-20T21:20:06.3663050Z [00:02:59.705]➜  cp $WORK/b1237/_pkg_.a /root/.cache/go-build/9a/9a0c80b6b1eca80eed26fe61556f889692ad3d0802daa353cc4ead73bc48f860-d # internal
2025-08-20T21:20:06.3667531Z [00:02:59.706]➜  google.golang.org/protobuf/proto
2025-08-20T21:20:06.3669840Z [00:02:59.706]➜  mkdir -p $WORK/b1235/
2025-08-20T21:20:06.3685356Z [00:02:59.707]➜  cat >/tmp/go-build3619502580/b1235/importcfg << 'EOF' # internal
2025-08-20T21:20:06.3689029Z [00:02:59.707]➜  # import config
2025-08-20T21:20:06.3689712Z [00:02:59.707]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:06.3690557Z [00:02:59.707]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:06.3692464Z [00:02:59.708]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3619502580/b1218/_pkg_.a
2025-08-20T21:20:06.3694522Z [00:02:59.708]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3619502580/b1233/_pkg_.a
2025-08-20T21:20:06.3699543Z [00:02:59.708]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3619502580/b1219/_pkg_.a
2025-08-20T21:20:06.3702499Z [00:02:59.708]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3619502580/b1230/_pkg_.a
2025-08-20T21:20:06.3704309Z [00:02:59.708]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3619502580/b1234/_pkg_.a
2025-08-20T21:20:06.3706105Z [00:02:59.708]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build3619502580/b1236/_pkg_.a
2025-08-20T21:20:06.3708441Z [00:02:59.708]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3619502580/b1222/_pkg_.a
2025-08-20T21:20:06.3709756Z [00:02:59.708]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3619502580/b1231/_pkg_.a
2025-08-20T21:20:06.3711099Z [00:02:59.708]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:06.3712817Z [00:02:59.708]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3619502580/b1237/_pkg_.a
2025-08-20T21:20:06.3714336Z [00:02:59.708]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3619502580/b1238/_pkg_.a
2025-08-20T21:20:06.3715395Z [00:02:59.708]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:06.3716212Z [00:02:59.708]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:06.3717073Z [00:02:59.708]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:06.3717731Z [00:02:59.708]➜  EOF
2025-08-20T21:20:06.3747288Z [00:02:59.708]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1235/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto=>google.golang.org/protobuf@v1.36.6/proto;$WORK/b1235=>" -p google.golang.org/protobuf/proto -lang=go1.22 -complete -installsuffix shared -buildid -CPjiNiaHE_oAApVJLkE/-CPjiNiaHE_oAApVJLkE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1235/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:20:06.3758013Z [00:02:59.708]➜  go tool buildid -w $WORK/b1244/_pkg_.a # internal
2025-08-20T21:20:06.3759302Z [00:02:59.710]➜  cp $WORK/b1244/_pkg_.a /root/.cache/go-build/6d/6dd3e17206583f614f2b410e3716f209a1d507ef2b45543e2d21f53dfc1f410e-d # internal
2025-08-20T21:20:06.3760538Z [00:02:59.710]➜  golang.org/x/net/trace
2025-08-20T21:20:06.3761050Z [00:02:59.712]➜  mkdir -p $WORK/b1250/
2025-08-20T21:20:06.3762104Z [00:02:59.712]➜  cat >/tmp/go-build3619502580/b1250/importcfg << 'EOF' # internal
2025-08-20T21:20:06.3763283Z [00:02:59.712]➜  # import config
2025-08-20T21:20:06.3764199Z [00:02:59.712]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:06.3765432Z [00:02:59.712]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:06.3766931Z [00:02:59.712]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:06.3768833Z [00:02:59.712]➜  packagefile golang.org/x/net/internal/timeseries=/tmp/go-build3619502580/b1251/_pkg_.a
2025-08-20T21:20:06.3770490Z [00:02:59.712]➜  packagefile html/template=/tmp/go-build3619502580/b1252/_pkg_.a
2025-08-20T21:20:06.3772117Z [00:02:59.712]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:06.3773054Z [00:02:59.712]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:20:06.3773856Z [00:02:59.712]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:06.3774627Z [00:02:59.712]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:06.3775407Z [00:02:59.712]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:06.3776248Z [00:02:59.712]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:06.3777076Z [00:02:59.712]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:20:06.3777889Z [00:02:59.712]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:06.3778822Z [00:02:59.712]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:06.3779669Z [00:02:59.712]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:06.3780482Z [00:02:59.712]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:06.3781490Z [00:02:59.712]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:06.3782392Z [00:02:59.712]➜  packagefile text/tabwriter=/tmp/go-build3619502580/b195/_pkg_.a
2025-08-20T21:20:06.3783246Z [00:02:59.713]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:06.3783817Z [00:02:59.713]➜  EOF
2025-08-20T21:20:06.3787815Z [00:02:59.713]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1250/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/trace=>golang.org/x/net@v0.39.0/trace;$WORK/b1250=>" -p golang.org/x/net/trace -lang=go1.23 -complete -installsuffix shared -buildid MLMMJI4OXD8ulhMymf6k/MLMMJI4OXD8ulhMymf6k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1250/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:20:06.5639800Z [00:02:59.903]➜  go tool buildid -w $WORK/b1250/_pkg_.a # internal
2025-08-20T21:20:06.5673813Z [00:02:59.906]➜  cp $WORK/b1250/_pkg_.a /root/.cache/go-build/df/df85fd9c40eb29195391940b90f79c62bd34685729b0364a577f33a1c9a6e834-d # internal
2025-08-20T21:20:06.5679756Z [00:02:59.906]➜  google.golang.org/grpc/backoff
2025-08-20T21:20:06.5680347Z [00:02:59.906]➜  mkdir -p $WORK/b1253/
2025-08-20T21:20:06.5680977Z [00:02:59.907]➜  cat >/tmp/go-build3619502580/b1253/importcfg << 'EOF' # internal
2025-08-20T21:20:06.5681835Z [00:02:59.907]➜  # import config
2025-08-20T21:20:06.5682458Z [00:02:59.907]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:06.5683021Z [00:02:59.907]➜  EOF
2025-08-20T21:20:06.5686621Z [00:02:59.907]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1253/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/backoff=>google.golang.org/grpc@v1.72.0/backoff;$WORK/b1253=>" -p google.golang.org/grpc/backoff -lang=go1.23 -complete -installsuffix shared -buildid jTdqD0UIKT2FXGQrPBfr/jTdqD0UIKT2FXGQrPBfr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1253/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/backoff/backoff.go
2025-08-20T21:20:06.5766428Z [00:02:59.916]➜  go tool buildid -w $WORK/b1253/_pkg_.a # internal
2025-08-20T21:20:06.5773267Z [00:02:59.916]➜  cp $WORK/b1253/_pkg_.a /root/.cache/go-build/fa/fa0dab02a6e68d962a194f8055846e8220e318595dcd2d315a01cc29f0f46ddc-d # internal
2025-08-20T21:20:06.5774888Z [00:02:59.917]➜  google.golang.org/grpc/grpclog/internal
2025-08-20T21:20:06.5775516Z [00:02:59.917]➜  mkdir -p $WORK/b1259/
2025-08-20T21:20:06.5780239Z [00:02:59.917]➜  cat >/tmp/go-build3619502580/b1259/importcfg << 'EOF' # internal
2025-08-20T21:20:06.5781024Z [00:02:59.917]➜  # import config
2025-08-20T21:20:06.5781966Z [00:02:59.917]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:06.5782819Z [00:02:59.917]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:06.5783559Z [00:02:59.917]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:06.5784205Z [00:02:59.917]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:20:06.5784992Z [00:02:59.917]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:06.5785574Z [00:02:59.917]➜  EOF
2025-08-20T21:20:06.5790548Z [00:02:59.917]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1259/_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/b1259=>" -p google.golang.org/grpc/grpclog/internal -lang=go1.23 -complete -installsuffix shared -buildid W4X55pHVaBlzF-g0SP84/W4X55pHVaBlzF-g0SP84 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1259/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:20:06.5936788Z [00:02:59.933]➜  go tool buildid -w $WORK/b1235/_pkg_.a # internal
2025-08-20T21:20:06.5966684Z [00:02:59.936]➜  cp $WORK/b1235/_pkg_.a /root/.cache/go-build/35/357b5f81b13a5e8d9577579ef17121f8336579ee1c107110421a97527b63bfdf-d # internal
2025-08-20T21:20:06.5969866Z [00:02:59.936]➜  google.golang.org/protobuf/internal/filedesc
2025-08-20T21:20:06.5970831Z [00:02:59.936]➜  mkdir -p $WORK/b1224/
2025-08-20T21:20:06.5975839Z [00:02:59.937]➜  cat >/tmp/go-build3619502580/b1224/importcfg << 'EOF' # internal
2025-08-20T21:20:06.5979257Z [00:02:59.937]➜  # import config
2025-08-20T21:20:06.5979971Z [00:02:59.937]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:06.5980821Z [00:02:59.937]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:06.5982074Z [00:02:59.937]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3619502580/b1218/_pkg_.a
2025-08-20T21:20:06.5983463Z [00:02:59.937]➜  packagefile google.golang.org/protobuf/internal/descfmt=/tmp/go-build3619502580/b1225/_pkg_.a
2025-08-20T21:20:06.5984837Z [00:02:59.937]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build3619502580/b1226/_pkg_.a
2025-08-20T21:20:06.5986280Z [00:02:59.937]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/tmp/go-build3619502580/b1227/_pkg_.a
2025-08-20T21:20:06.5987768Z [00:02:59.937]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build3619502580/b1228/_pkg_.a
2025-08-20T21:20:06.5989257Z [00:02:59.937]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3619502580/b1233/_pkg_.a
2025-08-20T21:20:06.5990727Z [00:02:59.937]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3619502580/b1219/_pkg_.a
2025-08-20T21:20:06.5992373Z [00:02:59.937]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3619502580/b1234/_pkg_.a
2025-08-20T21:20:06.5993728Z [00:02:59.937]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3619502580/b1222/_pkg_.a
2025-08-20T21:20:06.5995211Z [00:02:59.937]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3619502580/b1231/_pkg_.a
2025-08-20T21:20:06.5996453Z [00:02:59.937]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:06.5997738Z [00:02:59.937]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:06.5999150Z [00:02:59.937]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3619502580/b1237/_pkg_.a
2025-08-20T21:20:06.6000238Z [00:02:59.937]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:06.6001331Z [00:02:59.937]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:06.6002183Z [00:02:59.937]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:06.6003003Z [00:02:59.937]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:06.6003834Z [00:02:59.937]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:06.6004666Z [00:02:59.937]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:06.6005336Z [00:02:59.937]➜  EOF
2025-08-20T21:20:06.6013668Z [00:02:59.937]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1224/_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/b1224=>" -p google.golang.org/protobuf/internal/filedesc -lang=go1.22 -complete -installsuffix shared -buildid AcCk70sdFyFJn1ufYj4I/AcCk70sdFyFJn1ufYj4I -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/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:20:06.6297575Z [00:02:59.968]➜  go tool buildid -w $WORK/b1259/_pkg_.a # internal
2025-08-20T21:20:06.6300936Z [00:02:59.969]➜  cp $WORK/b1259/_pkg_.a /root/.cache/go-build/a4/a436e0840d6ea1a71339754118b234caf15bedd399c8d975f66009d1e1e91095-d # internal
2025-08-20T21:20:06.6316430Z [00:02:59.971]➜  google.golang.org/protobuf/encoding/prototext
2025-08-20T21:20:06.6319159Z [00:02:59.971]➜  mkdir -p $WORK/b1241/
2025-08-20T21:20:06.6324544Z [00:02:59.972]➜  cat >/tmp/go-build3619502580/b1241/importcfg << 'EOF' # internal
2025-08-20T21:20:06.6325285Z [00:02:59.972]➜  # import config
2025-08-20T21:20:06.6350114Z [00:02:59.972]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:06.6351468Z [00:02:59.972]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3619502580/b1218/_pkg_.a
2025-08-20T21:20:06.6352966Z [00:02:59.972]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3619502580/b1233/_pkg_.a
2025-08-20T21:20:06.6354449Z [00:02:59.972]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build3619502580/b1229/_pkg_.a
2025-08-20T21:20:06.6355852Z [00:02:59.972]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3619502580/b1219/_pkg_.a
2025-08-20T21:20:06.6357185Z [00:02:59.972]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3619502580/b1230/_pkg_.a
2025-08-20T21:20:06.6358709Z [00:02:59.972]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3619502580/b1234/_pkg_.a
2025-08-20T21:20:06.6360005Z [00:02:59.972]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build3619502580/b1236/_pkg_.a
2025-08-20T21:20:06.6361727Z [00:02:59.972]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3619502580/b1222/_pkg_.a
2025-08-20T21:20:06.6363049Z [00:02:59.972]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build3619502580/b1242/_pkg_.a
2025-08-20T21:20:06.6364323Z [00:02:59.972]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3619502580/b1231/_pkg_.a
2025-08-20T21:20:06.6365509Z [00:02:59.972]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:06.6366791Z [00:02:59.972]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:06.6368340Z [00:02:59.972]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3619502580/b1237/_pkg_.a
2025-08-20T21:20:06.6369508Z [00:02:59.972]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:06.6370380Z [00:02:59.972]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:06.6371037Z [00:02:59.972]➜  EOF
2025-08-20T21:20:06.6381953Z [00:02:59.973]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1241/_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/b1241=>" -p google.golang.org/protobuf/encoding/prototext -lang=go1.22 -complete -installsuffix shared -buildid cra9PnxIGI2-39w3QaLH/cra9PnxIGI2-39w3QaLH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1241/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:20:06.8353786Z [00:03:00.174]➜  go tool buildid -w $WORK/b1241/_pkg_.a # internal
2025-08-20T21:20:06.8382999Z [00:03:00.177]➜  cp $WORK/b1241/_pkg_.a /root/.cache/go-build/65/65b561a04657ae8612894966cc9f74e58fb9c1e9e64497e7080e52f2266867ac-d # internal
2025-08-20T21:20:06.8388220Z [00:03:00.178]➜  google.golang.org/grpc/grpclog
2025-08-20T21:20:06.8388834Z [00:03:00.178]➜  mkdir -p $WORK/b1258/
2025-08-20T21:20:06.8399725Z [00:03:00.178]➜  cat >/tmp/go-build3619502580/b1258/importcfg << 'EOF' # internal
2025-08-20T21:20:06.8400450Z [00:03:00.178]➜  # import config
2025-08-20T21:20:06.8401109Z [00:03:00.178]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:06.8402412Z [00:03:00.178]➜  packagefile google.golang.org/grpc/grpclog/internal=/tmp/go-build3619502580/b1259/_pkg_.a
2025-08-20T21:20:06.8403451Z [00:03:00.178]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:06.8404275Z [00:03:00.178]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:06.8405077Z [00:03:00.178]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:06.8405915Z [00:03:00.178]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:06.8406546Z [00:03:00.178]➜  EOF
2025-08-20T21:20:06.8448886Z [00:03:00.179]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1258/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/grpclog=>google.golang.org/grpc@v1.72.0/grpclog;$WORK/b1258=>" -p google.golang.org/grpc/grpclog -lang=go1.23 -complete -installsuffix shared -buildid 5JCjDwjwLMha8cjLy5p6/5JCjDwjwLMha8cjLy5p6 -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/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:20:06.9032074Z [00:03:00.242]➜  go tool buildid -w $WORK/b1258/_pkg_.a # internal
2025-08-20T21:20:06.9056046Z [00:03:00.244]➜  cp $WORK/b1258/_pkg_.a /root/.cache/go-build/cb/cb2cf5dc88ca2eacccb36f78dfe3bcb0bae0929077cb7ffacd9e47bfba53173d-d # internal
2025-08-20T21:20:06.9057584Z [00:03:00.244]➜  google.golang.org/grpc/connectivity
2025-08-20T21:20:06.9058158Z [00:03:00.244]➜  mkdir -p $WORK/b1257/
2025-08-20T21:20:06.9072632Z [00:03:00.245]➜  cat >/tmp/go-build3619502580/b1257/importcfg << 'EOF' # internal
2025-08-20T21:20:06.9073612Z [00:03:00.245]➜  # import config
2025-08-20T21:20:06.9074734Z [00:03:00.245]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:06.9075499Z [00:03:00.245]➜  EOF
2025-08-20T21:20:06.9079139Z [00:03:00.247]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1257/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/connectivity=>google.golang.org/grpc@v1.72.0/connectivity;$WORK/b1257=>" -p google.golang.org/grpc/connectivity -lang=go1.23 -complete -installsuffix shared -buildid 9UoOyKL_MdPq9Dlxk3ne/9UoOyKL_MdPq9Dlxk3ne -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1257/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/connectivity/connectivity.go
2025-08-20T21:20:06.9191051Z [00:03:00.258]➜  go tool buildid -w $WORK/b1257/_pkg_.a # internal
2025-08-20T21:20:06.9202422Z [00:03:00.259]➜  cp $WORK/b1257/_pkg_.a /root/.cache/go-build/fe/fe0aa8a8a4f592bf40d2b0b26018dcc494366d639c0b9c72a32bf0fbde2caced-d # internal
2025-08-20T21:20:06.9209589Z [00:03:00.260]➜  google.golang.org/grpc/attributes
2025-08-20T21:20:06.9214345Z [00:03:00.261]➜  mkdir -p $WORK/b1261/
2025-08-20T21:20:06.9222253Z [00:03:00.261]➜  cat >/tmp/go-build3619502580/b1261/importcfg << 'EOF' # internal
2025-08-20T21:20:06.9223225Z [00:03:00.261]➜  # import config
2025-08-20T21:20:06.9224298Z [00:03:00.261]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:06.9225493Z [00:03:00.261]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:06.9226398Z [00:03:00.261]➜  EOF
2025-08-20T21:20:06.9238527Z [00:03:00.263]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1261/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/attributes=>google.golang.org/grpc@v1.72.0/attributes;$WORK/b1261=>" -p google.golang.org/grpc/attributes -lang=go1.23 -complete -installsuffix shared -buildid Xku2GhZJsQ5NLQ7hrAK1/Xku2GhZJsQ5NLQ7hrAK1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1261/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/attributes/attributes.go
2025-08-20T21:20:06.9442956Z [00:03:00.283]➜  go tool buildid -w $WORK/b1261/_pkg_.a # internal
2025-08-20T21:20:06.9449185Z [00:03:00.284]➜  cp $WORK/b1261/_pkg_.a /root/.cache/go-build/f0/f072277e5d471fa4d9538fc5ac36a4c7e6b563f0a7ceb49176d789c46df2b243-d # internal
2025-08-20T21:20:06.9456292Z [00:03:00.285]➜  google.golang.org/grpc/internal/credentials
2025-08-20T21:20:06.9456984Z [00:03:00.285]➜  mkdir -p $WORK/b1262/
2025-08-20T21:20:06.9457718Z [00:03:00.285]➜  cat >/tmp/go-build3619502580/b1262/importcfg << 'EOF' # internal
2025-08-20T21:20:06.9458399Z [00:03:00.285]➜  # import config
2025-08-20T21:20:06.9459064Z [00:03:00.285]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:06.9459954Z [00:03:00.285]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:20:06.9460844Z [00:03:00.285]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:20:06.9462058Z [00:03:00.285]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:06.9463042Z [00:03:00.285]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:06.9463818Z [00:03:00.285]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:06.9464806Z [00:03:00.285]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:20:06.9465441Z [00:03:00.285]➜  EOF
2025-08-20T21:20:06.9471528Z [00:03:00.285]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1262/_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/b1262=>" -p google.golang.org/grpc/internal/credentials -lang=go1.23 -complete -installsuffix shared -buildid PB6Ls0XZYqyGw3OXNPIT/PB6Ls0XZYqyGw3OXNPIT -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/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:20:06.9864728Z [00:03:00.326]➜  go tool buildid -w $WORK/b1262/_pkg_.a # internal
2025-08-20T21:20:06.9881890Z [00:03:00.327]➜  cp $WORK/b1262/_pkg_.a /root/.cache/go-build/07/07151a15d35104b46b8f7e8571e63d3142cbf4c18742084ba52019b17ef91060-d # internal
2025-08-20T21:20:06.9916863Z [00:03:00.331]➜  google.golang.org/grpc/internal/envconfig
2025-08-20T21:20:06.9920048Z [00:03:00.331]➜  mkdir -p $WORK/b1263/
2025-08-20T21:20:06.9920790Z [00:03:00.331]➜  cat >/tmp/go-build3619502580/b1263/importcfg << 'EOF' # internal
2025-08-20T21:20:06.9921744Z [00:03:00.331]➜  # import config
2025-08-20T21:20:06.9922367Z [00:03:00.331]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:06.9923172Z [00:03:00.331]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:06.9923976Z [00:03:00.331]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:06.9924559Z [00:03:00.331]➜  EOF
2025-08-20T21:20:06.9929537Z [00:03:00.331]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1263/_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/b1263=>" -p google.golang.org/grpc/internal/envconfig -lang=go1.23 -complete -installsuffix shared -buildid O7YmJBeyEhjW985XeIYE/O7YmJBeyEhjW985XeIYE -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/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:20:07.0076917Z [00:03:00.347]➜  go tool buildid -w $WORK/b1263/_pkg_.a # internal
2025-08-20T21:20:07.0088207Z [00:03:00.348]➜  cp $WORK/b1263/_pkg_.a /root/.cache/go-build/4b/4b20a5d83767aa2804fede91b6f14fad4a2a59ba43682a0570e605fcc78e995c-d # internal
2025-08-20T21:20:07.0089860Z [00:03:00.348]➜  google.golang.org/grpc/credentials
2025-08-20T21:20:07.0090440Z [00:03:00.348]➜  mkdir -p $WORK/b1260/
2025-08-20T21:20:07.0095704Z [00:03:00.349]➜  cat >/tmp/go-build3619502580/b1260/importcfg << 'EOF' # internal
2025-08-20T21:20:07.0096507Z [00:03:00.349]➜  # import config
2025-08-20T21:20:07.0097236Z [00:03:00.349]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:07.0098124Z [00:03:00.349]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:20:07.0099036Z [00:03:00.349]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:20:07.0099924Z [00:03:00.349]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:07.0100745Z [00:03:00.349]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:07.0102026Z [00:03:00.349]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build3619502580/b1261/_pkg_.a
2025-08-20T21:20:07.0103260Z [00:03:00.349]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:07.0104560Z [00:03:00.349]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build3619502580/b1262/_pkg_.a
2025-08-20T21:20:07.0106032Z [00:03:00.349]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3619502580/b1263/_pkg_.a
2025-08-20T21:20:07.0107779Z [00:03:00.349]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:07.0109021Z [00:03:00.349]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:07.0110167Z [00:03:00.349]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:07.0111525Z [00:03:00.349]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:07.0112585Z [00:03:00.349]➜  EOF
2025-08-20T21:20:07.0117115Z [00:03:00.349]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1260/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials=>google.golang.org/grpc@v1.72.0/credentials;$WORK/b1260=>" -p google.golang.org/grpc/credentials -lang=go1.23 -complete -installsuffix shared -buildid LQaAtPDkxBPlbVhPAiyu/LQaAtPDkxBPlbVhPAiyu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1260/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:20:07.0896177Z [00:03:00.429]➜  go tool buildid -w $WORK/b1260/_pkg_.a # internal
2025-08-20T21:20:07.0923181Z [00:03:00.430]➜  cp $WORK/b1260/_pkg_.a /root/.cache/go-build/3a/3a1a5f04627811214249b813e142cee7ab1fc5ad2c0e599de8b1dfcd1ec1437a-d # internal
2025-08-20T21:20:07.0936968Z [00:03:00.433]➜  google.golang.org/grpc/internal
2025-08-20T21:20:07.0939482Z [00:03:00.433]➜  mkdir -p $WORK/b1264/
2025-08-20T21:20:07.0943259Z [00:03:00.433]➜  cat >/tmp/go-build3619502580/b1264/importcfg << 'EOF' # internal
2025-08-20T21:20:07.0976505Z [00:03:00.433]➜  # import config
2025-08-20T21:20:07.0977202Z [00:03:00.433]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:07.0978131Z [00:03:00.433]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3619502580/b220/_pkg_.a
2025-08-20T21:20:07.0979243Z [00:03:00.433]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3619502580/b1257/_pkg_.a
2025-08-20T21:20:07.0980633Z [00:03:00.433]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3619502580/b1265/_pkg_.a
2025-08-20T21:20:07.0981821Z [00:03:00.433]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:07.0982616Z [00:03:00.433]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:20:07.0983416Z [00:03:00.434]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:07.0986905Z [00:03:00.434]➜  EOF
2025-08-20T21:20:07.0991486Z [00:03:00.434]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1264/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal=>google.golang.org/grpc@v1.72.0/internal;$WORK/b1264=>" -p google.golang.org/grpc/internal -lang=go1.23 -complete -installsuffix shared -buildid 6xJEvvXMoml4Fk-joulO/6xJEvvXMoml4Fk-joulO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1264/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:20:07.1249148Z [00:03:00.464]➜  go tool buildid -w $WORK/b1224/_pkg_.a # internal
2025-08-20T21:20:07.1390862Z [00:03:00.478]➜  cp $WORK/b1224/_pkg_.a /root/.cache/go-build/1a/1a242148912e438a46d9f6e64e50a4f239c76f96a53c4ba75e42f9278b4578e5-d # internal
2025-08-20T21:20:07.1457991Z [00:03:00.485]➜  google.golang.org/protobuf/internal/encoding/tag
2025-08-20T21:20:07.1458743Z [00:03:00.485]➜  mkdir -p $WORK/b1243/
2025-08-20T21:20:07.1468065Z [00:03:00.486]➜  cat >/tmp/go-build3619502580/b1243/importcfg << 'EOF' # internal
2025-08-20T21:20:07.1468723Z [00:03:00.486]➜  # import config
2025-08-20T21:20:07.1469648Z [00:03:00.486]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build3619502580/b1228/_pkg_.a
2025-08-20T21:20:07.1470952Z [00:03:00.486]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build3619502580/b1224/_pkg_.a
2025-08-20T21:20:07.1472549Z [00:03:00.486]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3619502580/b1231/_pkg_.a
2025-08-20T21:20:07.1473801Z [00:03:00.486]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:07.1474946Z [00:03:00.486]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:07.1475710Z [00:03:00.486]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:07.1476452Z [00:03:00.486]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:07.1477008Z [00:03:00.486]➜  EOF
2025-08-20T21:20:07.1481015Z [00:03:00.486]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1243/_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/b1243=>" -p google.golang.org/protobuf/internal/encoding/tag -lang=go1.22 -complete -installsuffix shared -buildid 48hp7qiNZBPVaV2CZVKS/48hp7qiNZBPVaV2CZVKS -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/encoding/tag/tag.go
2025-08-20T21:20:07.1484650Z [00:03:00.487]➜  go tool buildid -w $WORK/b1264/_pkg_.a # internal
2025-08-20T21:20:07.1504453Z [00:03:00.489]➜  cp $WORK/b1264/_pkg_.a /root/.cache/go-build/37/376c8071d122c220df4b5117754b60c5bb8b8ba9d66b826809fa40347bc90a3a-d # internal
2025-08-20T21:20:07.1505950Z [00:03:00.490]➜  google.golang.org/grpc/internal/channelz
2025-08-20T21:20:07.1506674Z [00:03:00.490]➜  mkdir -p $WORK/b1256/
2025-08-20T21:20:07.1508609Z [00:03:00.490]➜  cat >/tmp/go-build3619502580/b1256/importcfg << 'EOF' # internal
2025-08-20T21:20:07.1509290Z [00:03:00.490]➜  # import config
2025-08-20T21:20:07.1509900Z [00:03:00.490]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:07.1510779Z [00:03:00.490]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3619502580/b220/_pkg_.a
2025-08-20T21:20:07.1512239Z [00:03:00.490]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3619502580/b1257/_pkg_.a
2025-08-20T21:20:07.1513457Z [00:03:00.490]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3619502580/b1260/_pkg_.a
2025-08-20T21:20:07.1514574Z [00:03:00.490]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:07.1515705Z [00:03:00.490]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3619502580/b1264/_pkg_.a
2025-08-20T21:20:07.1516632Z [00:03:00.490]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:07.1517377Z [00:03:00.490]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:07.1518116Z [00:03:00.490]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:07.1518898Z [00:03:00.490]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:07.1519710Z [00:03:00.490]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:20:07.1520504Z [00:03:00.490]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:07.1521075Z [00:03:00.490]➜  EOF
2025-08-20T21:20:07.1533593Z [00:03:00.490]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1256/_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/b1256=>" -p google.golang.org/grpc/internal/channelz -lang=go1.23 -complete -installsuffix shared -buildid wkbLxULRBj6vC6cEUvWl/wkbLxULRBj6vC6cEUvWl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1256/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:20:07.2434433Z [00:03:00.582]➜  go tool buildid -w $WORK/b1243/_pkg_.a # internal
2025-08-20T21:20:07.2443106Z [00:03:00.583]➜  cp $WORK/b1243/_pkg_.a /root/.cache/go-build/94/9443741b2b6317caf07181ea974f6964c8e8bf6e800becd925835faadd103456-d # internal
2025-08-20T21:20:07.2458260Z [00:03:00.585]➜  google.golang.org/protobuf/internal/impl
2025-08-20T21:20:07.2461434Z [00:03:00.585]➜  mkdir -p $WORK/b1240/
2025-08-20T21:20:07.2469019Z [00:03:00.586]➜  cat >/tmp/go-build3619502580/b1240/importcfg << 'EOF' # internal
2025-08-20T21:20:07.2508756Z [00:03:00.586]➜  # import config
2025-08-20T21:20:07.2509435Z [00:03:00.586]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:07.2510515Z [00:03:00.586]➜  packagefile compress/gzip=/tmp/go-build3619502580/b074/_pkg_.a
2025-08-20T21:20:07.2511558Z [00:03:00.586]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:20:07.2512440Z [00:03:00.586]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:07.2513235Z [00:03:00.586]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:07.2514251Z [00:03:00.586]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build3619502580/b1241/_pkg_.a
2025-08-20T21:20:07.2515538Z [00:03:00.586]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3619502580/b1218/_pkg_.a
2025-08-20T21:20:07.2516835Z [00:03:00.586]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build3619502580/b1226/_pkg_.a
2025-08-20T21:20:07.2518118Z [00:03:00.586]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3619502580/b1220/_pkg_.a
2025-08-20T21:20:07.2519637Z [00:03:00.586]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3619502580/b1233/_pkg_.a
2025-08-20T21:20:07.2521070Z [00:03:00.586]➜  packagefile google.golang.org/protobuf/internal/encoding/tag=/tmp/go-build3619502580/b1243/_pkg_.a
2025-08-20T21:20:07.2525547Z [00:03:00.586]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3619502580/b1219/_pkg_.a
2025-08-20T21:20:07.2526843Z [00:03:00.586]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build3619502580/b1224/_pkg_.a
2025-08-20T21:20:07.2528113Z [00:03:00.586]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3619502580/b1230/_pkg_.a
2025-08-20T21:20:07.2529313Z [00:03:00.586]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3619502580/b1234/_pkg_.a
2025-08-20T21:20:07.2530513Z [00:03:00.586]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build3619502580/b1236/_pkg_.a
2025-08-20T21:20:07.2531876Z [00:03:00.586]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3619502580/b1222/_pkg_.a
2025-08-20T21:20:07.2533210Z [00:03:00.586]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build3619502580/b1244/_pkg_.a
2025-08-20T21:20:07.2534515Z [00:03:00.586]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3619502580/b1231/_pkg_.a
2025-08-20T21:20:07.2535867Z [00:03:00.586]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:07.2537084Z [00:03:00.586]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:07.2538380Z [00:03:00.586]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3619502580/b1237/_pkg_.a
2025-08-20T21:20:07.2539657Z [00:03:00.586]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3619502580/b1238/_pkg_.a
2025-08-20T21:20:07.2540642Z [00:03:00.586]➜  packagefile hash/crc32=/tmp/go-build3619502580/b078/_pkg_.a
2025-08-20T21:20:07.2541520Z [00:03:00.586]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:07.2542372Z [00:03:00.586]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:07.2543130Z [00:03:00.586]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:20:07.2543878Z [00:03:00.586]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:07.2544596Z [00:03:00.586]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:07.2545316Z [00:03:00.586]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:07.2546034Z [00:03:00.586]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:07.2546775Z [00:03:00.586]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:07.2547491Z [00:03:00.586]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:07.2548245Z [00:03:00.592]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:07.2549157Z [00:03:00.592]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:07.2549853Z [00:03:00.592]➜  EOF
2025-08-20T21:20:07.2576382Z [00:03:00.592]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1240/_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/b1240=>" -p google.golang.org/protobuf/internal/impl -lang=go1.22 -complete -installsuffix shared -buildid wYDTtxDWP8FNDfDUidq-/wYDTtxDWP8FNDfDUidq- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1240/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:20:07.3454063Z [00:03:00.683]➜  go tool buildid -w $WORK/b1256/_pkg_.a # internal
2025-08-20T21:20:07.3480057Z [00:03:00.686]➜  cp $WORK/b1256/_pkg_.a /root/.cache/go-build/fc/fc800426b87621dc5d15a45061aeed945938b3eb8e43ad851914ace75b78cecf-d # internal
2025-08-20T21:20:07.3488993Z [00:03:00.686]➜  google.golang.org/grpc/channelz
2025-08-20T21:20:07.3489569Z [00:03:00.687]➜  mkdir -p $WORK/b1255/
2025-08-20T21:20:07.3490257Z [00:03:00.687]➜  cat >/tmp/go-build3619502580/b1255/importcfg << 'EOF' # internal
2025-08-20T21:20:07.3490888Z [00:03:00.687]➜  # import config
2025-08-20T21:20:07.3491892Z [00:03:00.687]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build3619502580/b1256/_pkg_.a
2025-08-20T21:20:07.3492693Z [00:03:00.687]➜  EOF
2025-08-20T21:20:07.3496143Z [00:03:00.687]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1255/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/channelz=>google.golang.org/grpc@v1.72.0/channelz;$WORK/b1255=>" -p google.golang.org/grpc/channelz -lang=go1.23 -complete -installsuffix shared -buildid GKLY8pXygCG3RDQQrpOn/GKLY8pXygCG3RDQQrpOn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1255/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/channelz/channelz.go
2025-08-20T21:20:07.3574646Z [00:03:00.697]➜  go tool buildid -w $WORK/b1255/_pkg_.a # internal
2025-08-20T21:20:07.3579950Z [00:03:00.697]➜  cp $WORK/b1255/_pkg_.a /root/.cache/go-build/cd/cd5c266ffebedb4c2ddd7e62c52083486804f1aaf937b31bee86f55b755a969e-d # internal
2025-08-20T21:20:07.3581483Z [00:03:00.697]➜  google.golang.org/grpc/metadata
2025-08-20T21:20:07.3582176Z [00:03:00.697]➜  mkdir -p $WORK/b1268/
2025-08-20T21:20:07.3586083Z [00:03:00.698]➜  cat >/tmp/go-build3619502580/b1268/importcfg << 'EOF' # internal
2025-08-20T21:20:07.3586970Z [00:03:00.698]➜  # import config
2025-08-20T21:20:07.3587847Z [00:03:00.698]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:07.3590190Z [00:03:00.698]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:07.3591117Z [00:03:00.698]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3619502580/b1264/_pkg_.a
2025-08-20T21:20:07.3592391Z [00:03:00.698]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:07.3592967Z [00:03:00.698]➜  EOF
2025-08-20T21:20:07.3596362Z [00:03:00.698]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1268/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/metadata=>google.golang.org/grpc@v1.72.0/metadata;$WORK/b1268=>" -p google.golang.org/grpc/metadata -lang=go1.23 -complete -installsuffix shared -buildid iCcOXDeRUcuF-oJQTlVv/iCcOXDeRUcuF-oJQTlVv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1268/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/metadata/metadata.go
2025-08-20T21:20:07.3959034Z [00:03:00.735]➜  go tool buildid -w $WORK/b1268/_pkg_.a # internal
2025-08-20T21:20:07.3969208Z [00:03:00.736]➜  cp $WORK/b1268/_pkg_.a /root/.cache/go-build/10/105c53614e5504092fbc4654ee8eeb3065e7a32e5d49033605c1d5508fc1071e-d # internal
2025-08-20T21:20:07.3976064Z [00:03:00.737]➜  google.golang.org/grpc/stats
2025-08-20T21:20:07.3978482Z [00:03:00.737]➜  mkdir -p $WORK/b1267/
2025-08-20T21:20:07.4007384Z [00:03:00.740]➜  cat >/tmp/go-build3619502580/b1267/importcfg << 'EOF' # internal
2025-08-20T21:20:07.4011385Z [00:03:00.740]➜  # import config
2025-08-20T21:20:07.4012046Z [00:03:00.740]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:07.4013051Z [00:03:00.740]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:20:07.4013953Z [00:03:00.740]➜  packagefile maps=/tmp/go-build3619502580/b158/_pkg_.a
2025-08-20T21:20:07.4014702Z [00:03:00.740]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:07.4015439Z [00:03:00.740]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:07.4015978Z [00:03:00.740]➜  EOF
2025-08-20T21:20:07.4020338Z [00:03:00.740]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1267/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/stats=>google.golang.org/grpc@v1.72.0/stats;$WORK/b1267=>" -p google.golang.org/grpc/stats -lang=go1.23 -complete -installsuffix shared -buildid mJnIdVloMimo_msmvvBJ/mJnIdVloMimo_msmvvBJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1267/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:20:07.4478874Z [00:03:00.787]➜  go tool buildid -w $WORK/b1267/_pkg_.a # internal
2025-08-20T21:20:07.4492363Z [00:03:00.788]➜  cp $WORK/b1267/_pkg_.a /root/.cache/go-build/15/15e8ca791932d4eea797936d3822a1872ad2cd2b3f2d074ea1d77f111dc78df7-d # internal
2025-08-20T21:20:07.4502964Z [00:03:00.788]➜  google.golang.org/grpc/experimental/stats
2025-08-20T21:20:07.4504577Z [00:03:00.788]➜  mkdir -p $WORK/b1266/
2025-08-20T21:20:07.4505299Z [00:03:00.789]➜  cat >/tmp/go-build3619502580/b1266/importcfg << 'EOF' # internal
2025-08-20T21:20:07.4505993Z [00:03:00.789]➜  # import config
2025-08-20T21:20:07.4506810Z [00:03:00.789]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:07.4507895Z [00:03:00.789]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3619502580/b1264/_pkg_.a
2025-08-20T21:20:07.4508972Z [00:03:00.789]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3619502580/b1267/_pkg_.a
2025-08-20T21:20:07.4509854Z [00:03:00.789]➜  packagefile maps=/tmp/go-build3619502580/b158/_pkg_.a
2025-08-20T21:20:07.4510401Z [00:03:00.789]➜  EOF
2025-08-20T21:20:07.4517232Z [00:03:00.791]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1266/_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/b1266=>" -p google.golang.org/grpc/experimental/stats -lang=go1.23 -complete -installsuffix shared -buildid jYayhl2KqCj_yRalOjE4/jYayhl2KqCj_yRalOjE4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1266/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:20:07.4904133Z [00:03:00.830]➜  go tool buildid -w $WORK/b1266/_pkg_.a # internal
2025-08-20T21:20:07.4916168Z [00:03:00.831]➜  cp $WORK/b1266/_pkg_.a /root/.cache/go-build/dd/dd58c7e8e209ce88a312faa9b164f5f8214b6430a32cdca55c2f91c179a364ea-d # internal
2025-08-20T21:20:07.4918312Z [00:03:00.831]➜  google.golang.org/grpc/resolver
2025-08-20T21:20:07.4920556Z [00:03:00.831]➜  mkdir -p $WORK/b1269/
2025-08-20T21:20:07.4926921Z [00:03:00.832]➜  cat >/tmp/go-build3619502580/b1269/importcfg << 'EOF' # internal
2025-08-20T21:20:07.4927889Z [00:03:00.832]➜  # import config
2025-08-20T21:20:07.4928905Z [00:03:00.832]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:07.4929976Z [00:03:00.832]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:20:07.4931069Z [00:03:00.832]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:07.4932332Z [00:03:00.832]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:07.4933633Z [00:03:00.832]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build3619502580/b1261/_pkg_.a
2025-08-20T21:20:07.4934885Z [00:03:00.832]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3619502580/b1260/_pkg_.a
2025-08-20T21:20:07.4936142Z [00:03:00.832]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3619502580/b1266/_pkg_.a
2025-08-20T21:20:07.4937361Z [00:03:00.832]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3619502580/b1264/_pkg_.a
2025-08-20T21:20:07.4938532Z [00:03:00.832]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3619502580/b1265/_pkg_.a
2025-08-20T21:20:07.4939515Z [00:03:00.832]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:07.4940288Z [00:03:00.832]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:07.4941561Z [00:03:00.832]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:07.4942465Z [00:03:00.832]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:07.4943090Z [00:03:00.832]➜  EOF
2025-08-20T21:20:07.4946992Z [00:03:00.832]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1269/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/resolver=>google.golang.org/grpc@v1.72.0/resolver;$WORK/b1269=>" -p google.golang.org/grpc/resolver -lang=go1.23 -complete -installsuffix shared -buildid lEzkrd-xEwsMVkgOiXCK/lEzkrd-xEwsMVkgOiXCK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1269/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:20:07.5593589Z [00:03:00.898]➜  go tool buildid -w $WORK/b1269/_pkg_.a # internal
2025-08-20T21:20:07.5614525Z [00:03:00.901]➜  cp $WORK/b1269/_pkg_.a /root/.cache/go-build/21/21fa17211ec62ddbe2e1cb243ac3f8d97a2521d4b151f1dca78b926179499957-d # internal
2025-08-20T21:20:07.5622985Z [00:03:00.901]➜  google.golang.org/grpc/balancer
2025-08-20T21:20:07.5631989Z [00:03:00.902]➜  mkdir -p $WORK/b1254/
2025-08-20T21:20:07.5635230Z [00:03:00.903]➜  cat >/tmp/go-build3619502580/b1254/importcfg << 'EOF' # internal
2025-08-20T21:20:07.5636261Z [00:03:00.903]➜  # import config
2025-08-20T21:20:07.5637089Z [00:03:00.903]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:07.5638364Z [00:03:00.903]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:07.5643247Z [00:03:00.903]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:07.5644268Z [00:03:00.903]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build3619502580/b1255/_pkg_.a
2025-08-20T21:20:07.5645461Z [00:03:00.903]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3619502580/b1257/_pkg_.a
2025-08-20T21:20:07.5646668Z [00:03:00.903]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3619502580/b1260/_pkg_.a
2025-08-20T21:20:07.5648142Z [00:03:00.903]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3619502580/b1266/_pkg_.a
2025-08-20T21:20:07.5649337Z [00:03:00.903]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:07.5650613Z [00:03:00.903]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3619502580/b1264/_pkg_.a
2025-08-20T21:20:07.5651904Z [00:03:00.903]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:20:07.5652988Z [00:03:00.903]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:07.5653981Z [00:03:00.903]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3619502580/b1265/_pkg_.a
2025-08-20T21:20:07.5654910Z [00:03:00.903]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:07.5655713Z [00:03:00.903]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:07.5656333Z [00:03:00.903]➜  EOF
2025-08-20T21:20:07.5678187Z [00:03:00.907]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1254/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer=>google.golang.org/grpc@v1.72.0/balancer;$WORK/b1254=>" -p google.golang.org/grpc/balancer -lang=go1.23 -complete -installsuffix shared -buildid 8EZxTTGOIhW1dLbZaLLG/8EZxTTGOIhW1dLbZaLLG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1254/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:20:07.6024841Z [00:03:00.942]➜  go tool buildid -w $WORK/b1254/_pkg_.a # internal
2025-08-20T21:20:07.6040755Z [00:03:00.943]➜  cp $WORK/b1254/_pkg_.a /root/.cache/go-build/a7/a7d2445942bd07f5577e2f2a9aabacbf2e700d6c3dced979c71568c637445c17-d # internal
2025-08-20T21:20:07.6046663Z [00:03:00.943]➜  google.golang.org/grpc/balancer/base
2025-08-20T21:20:07.6047363Z [00:03:00.944]➜  mkdir -p $WORK/b1270/
2025-08-20T21:20:07.6050887Z [00:03:00.944]➜  cat >/tmp/go-build3619502580/b1270/importcfg << 'EOF' # internal
2025-08-20T21:20:07.6052312Z [00:03:00.944]➜  # import config
2025-08-20T21:20:07.6054510Z [00:03:00.944]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:07.6055491Z [00:03:00.944]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:07.6058438Z [00:03:00.944]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3619502580/b1254/_pkg_.a
2025-08-20T21:20:07.6059654Z [00:03:00.944]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3619502580/b1257/_pkg_.a
2025-08-20T21:20:07.6060853Z [00:03:00.944]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:07.6062190Z [00:03:00.944]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:07.6062992Z [00:03:00.944]➜  EOF
2025-08-20T21:20:07.6067262Z [00:03:00.945]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1270/_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/b1270=>" -p google.golang.org/grpc/balancer/base -lang=go1.23 -complete -installsuffix shared -buildid CbfNhgKchVOLBytPLUtk/CbfNhgKchVOLBytPLUtk -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/base/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/base/base.go
2025-08-20T21:20:07.6829506Z [00:03:01.022]➜  go tool buildid -w $WORK/b1270/_pkg_.a # internal
2025-08-20T21:20:07.6857003Z [00:03:01.025]➜  cp $WORK/b1270/_pkg_.a /root/.cache/go-build/a7/a7a347f40856ff0c9af3150e63becddd853a6ff190a07c9ebb46f9a42b0cecd7-d # internal
2025-08-20T21:20:07.6872025Z [00:03:01.025]➜  google.golang.org/grpc/balancer/pickfirst/internal
2025-08-20T21:20:07.6872974Z [00:03:01.025]➜  mkdir -p $WORK/b1272/
2025-08-20T21:20:07.6873726Z [00:03:01.026]➜  cat >/tmp/go-build3619502580/b1272/importcfg << 'EOF' # internal
2025-08-20T21:20:07.6874402Z [00:03:01.026]➜  # import config
2025-08-20T21:20:07.6875119Z [00:03:01.026]➜  packagefile math/rand/v2=/tmp/go-build3619502580/b103/_pkg_.a
2025-08-20T21:20:07.6876208Z [00:03:01.026]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:07.6876794Z [00:03:01.026]➜  EOF
2025-08-20T21:20:07.6880815Z [00:03:01.026]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1272/_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/b1272=>" -p google.golang.org/grpc/balancer/pickfirst/internal -lang=go1.23 -complete -installsuffix shared -buildid _0rBEJuoWiWKlXeVUr6G/_0rBEJuoWiWKlXeVUr6G -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/internal/internal.go
2025-08-20T21:20:07.6985097Z [00:03:01.038]➜  go tool buildid -w $WORK/b1272/_pkg_.a # internal
2025-08-20T21:20:07.6992529Z [00:03:01.038]➜  cp $WORK/b1272/_pkg_.a /root/.cache/go-build/fa/fa3bbcb2462016a86f4961549591ef0c31fecd78b057c1fe4f2b73f256037ed0-d # internal
2025-08-20T21:20:07.6996042Z [00:03:01.039]➜  google.golang.org/grpc/internal/grpclog
2025-08-20T21:20:07.6999514Z [00:03:01.039]➜  mkdir -p $WORK/b1274/
2025-08-20T21:20:07.7001948Z [00:03:01.039]➜  cat >/tmp/go-build3619502580/b1274/importcfg << 'EOF' # internal
2025-08-20T21:20:07.7003238Z [00:03:01.039]➜  # import config
2025-08-20T21:20:07.7004196Z [00:03:01.039]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:07.7006542Z [00:03:01.039]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:07.7007475Z [00:03:01.039]➜  EOF
2025-08-20T21:20:07.7012054Z [00:03:01.040]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1274/_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/b1274=>" -p google.golang.org/grpc/internal/grpclog -lang=go1.23 -complete -installsuffix shared -buildid KiJlRH11WEuvUcIfgQZG/KiJlRH11WEuvUcIfgQZG -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/grpclog/prefix_logger.go
2025-08-20T21:20:07.7146906Z [00:03:01.054]➜  go tool buildid -w $WORK/b1274/_pkg_.a # internal
2025-08-20T21:20:07.7148615Z [00:03:01.054]➜  cp $WORK/b1274/_pkg_.a /root/.cache/go-build/b3/b398b739efec00456d39619f9dbae6779fec2c99cfc14df8ae0a0c7c421f62c1-d # internal
2025-08-20T21:20:07.7150247Z [00:03:01.054]➜  google.golang.org/protobuf/internal/encoding/json
2025-08-20T21:20:07.7151564Z [00:03:01.054]➜  mkdir -p $WORK/b1277/
2025-08-20T21:20:07.7152671Z [00:03:01.054]➜  cat >/tmp/go-build3619502580/b1277/importcfg << 'EOF' # internal
2025-08-20T21:20:07.7153786Z [00:03:01.054]➜  # import config
2025-08-20T21:20:07.7154743Z [00:03:01.054]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:07.7157011Z [00:03:01.054]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:07.7158156Z [00:03:01.054]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3619502580/b1220/_pkg_.a
2025-08-20T21:20:07.7159548Z [00:03:01.054]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3619502580/b1219/_pkg_.a
2025-08-20T21:20:07.7160910Z [00:03:01.054]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3619502580/b1231/_pkg_.a
2025-08-20T21:20:07.7162193Z [00:03:01.054]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:07.7163019Z [00:03:01.054]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:07.7163879Z [00:03:01.054]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:20:07.7164757Z [00:03:01.054]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:07.7165786Z [00:03:01.054]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:07.7166638Z [00:03:01.054]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:07.7167693Z [00:03:01.054]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:20:07.7168607Z [00:03:01.054]➜  packagefile unicode/utf16=/tmp/go-build3619502580/b070/_pkg_.a
2025-08-20T21:20:07.7169546Z [00:03:01.054]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:07.7170207Z [00:03:01.054]➜  EOF
2025-08-20T21:20:07.7177198Z [00:03:01.054]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1277/_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/b1277=>" -p google.golang.org/protobuf/internal/encoding/json -lang=go1.22 -complete -installsuffix shared -buildid e-eZAkeQEX1VQnnGDUPU/e-eZAkeQEX1VQnnGDUPU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1277/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:20:07.8235499Z [00:03:01.163]➜  go tool buildid -w $WORK/b1277/_pkg_.a # internal
2025-08-20T21:20:07.8258427Z [00:03:01.165]➜  cp $WORK/b1277/_pkg_.a /root/.cache/go-build/f7/f78d983960366be97c852cc9e79af8c9fa6d8a6da105fdd093510582900296d5-d # internal
2025-08-20T21:20:07.8262646Z [00:03:01.165]➜  google.golang.org/protobuf/encoding/protojson
2025-08-20T21:20:07.8266038Z [00:03:01.166]➜  mkdir -p $WORK/b1276/
2025-08-20T21:20:07.8272543Z [00:03:01.166]➜  cat >/tmp/go-build3619502580/b1276/importcfg << 'EOF' # internal
2025-08-20T21:20:07.8293669Z [00:03:01.166]➜  # import config
2025-08-20T21:20:07.8294403Z [00:03:01.166]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:07.8295410Z [00:03:01.166]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:20:07.8296337Z [00:03:01.166]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:07.8297761Z [00:03:01.166]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3619502580/b1218/_pkg_.a
2025-08-20T21:20:07.8299263Z [00:03:01.166]➜  packagefile google.golang.org/protobuf/internal/encoding/json=/tmp/go-build3619502580/b1277/_pkg_.a
2025-08-20T21:20:07.8300842Z [00:03:01.166]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3619502580/b1233/_pkg_.a
2025-08-20T21:20:07.8302514Z [00:03:01.166]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3619502580/b1219/_pkg_.a
2025-08-20T21:20:07.8303894Z [00:03:01.166]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build3619502580/b1224/_pkg_.a
2025-08-20T21:20:07.8305273Z [00:03:01.166]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3619502580/b1230/_pkg_.a
2025-08-20T21:20:07.8306632Z [00:03:01.166]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3619502580/b1234/_pkg_.a
2025-08-20T21:20:07.8307959Z [00:03:01.166]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build3619502580/b1236/_pkg_.a
2025-08-20T21:20:07.8309325Z [00:03:01.166]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3619502580/b1222/_pkg_.a
2025-08-20T21:20:07.8310672Z [00:03:01.167]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build3619502580/b1242/_pkg_.a
2025-08-20T21:20:07.8312422Z [00:03:01.167]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3619502580/b1231/_pkg_.a
2025-08-20T21:20:07.8313725Z [00:03:01.167]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:07.8315303Z [00:03:01.167]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:07.8316785Z [00:03:01.167]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3619502580/b1237/_pkg_.a
2025-08-20T21:20:07.8318065Z [00:03:01.167]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:07.8318905Z [00:03:01.167]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:07.8319740Z [00:03:01.167]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:07.8320563Z [00:03:01.167]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:07.8321172Z [00:03:01.167]➜  EOF
2025-08-20T21:20:07.8328108Z [00:03:01.167]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1276/_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/b1276=>" -p google.golang.org/protobuf/encoding/protojson -lang=go1.22 -complete -installsuffix shared -buildid Qv9fU26tnR8CwwvTWXK4/Qv9fU26tnR8CwwvTWXK4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1276/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:20:08.1526989Z [00:03:01.492]➜  go tool buildid -w $WORK/b1276/_pkg_.a # internal
2025-08-20T21:20:08.1568524Z [00:03:01.496]➜  cp $WORK/b1276/_pkg_.a /root/.cache/go-build/61/6113f78a4105be7b556021117287feb8870536c28eba826afe3a75625964474a-d # internal
2025-08-20T21:20:08.1570262Z [00:03:01.496]➜  google.golang.org/grpc/balancer/endpointsharding
2025-08-20T21:20:08.1572666Z [00:03:01.496]➜  mkdir -p $WORK/b1280/
2025-08-20T21:20:08.1575632Z [00:03:01.497]➜  cat >/tmp/go-build3619502580/b1280/importcfg << 'EOF' # internal
2025-08-20T21:20:08.1576302Z [00:03:01.497]➜  # import config
2025-08-20T21:20:08.1576921Z [00:03:01.497]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:08.1577864Z [00:03:01.497]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3619502580/b1254/_pkg_.a
2025-08-20T21:20:08.1578960Z [00:03:01.497]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3619502580/b1270/_pkg_.a
2025-08-20T21:20:08.1580081Z [00:03:01.497]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3619502580/b1257/_pkg_.a
2025-08-20T21:20:08.1581170Z [00:03:01.497]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:08.1582270Z [00:03:01.497]➜  packagefile math/rand/v2=/tmp/go-build3619502580/b103/_pkg_.a
2025-08-20T21:20:08.1583055Z [00:03:01.497]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:08.1583835Z [00:03:01.497]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:08.1584403Z [00:03:01.497]➜  EOF
2025-08-20T21:20:08.1588306Z [00:03:01.497]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1280/_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/b1280=>" -p google.golang.org/grpc/balancer/endpointsharding -lang=go1.23 -complete -installsuffix shared -buildid CKH7qKpbrrxYV_KM1KGg/CKH7qKpbrrxYV_KM1KGg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1280/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/endpointsharding/endpointsharding.go
2025-08-20T21:20:08.2319604Z [00:03:01.571]➜  go tool buildid -w $WORK/b1280/_pkg_.a # internal
2025-08-20T21:20:08.2338593Z [00:03:01.573]➜  cp $WORK/b1280/_pkg_.a /root/.cache/go-build/a2/a2c3347462da31f5e81d4ad621fd1b61ffcaba5aa2895fb620b7a137d8593ad4-d # internal
2025-08-20T21:20:08.2370371Z [00:03:01.573]➜  google.golang.org/grpc/codes
2025-08-20T21:20:08.2371016Z [00:03:01.573]➜  mkdir -p $WORK/b1281/
2025-08-20T21:20:08.2371857Z [00:03:01.574]➜  cat >/tmp/go-build3619502580/b1281/importcfg << 'EOF' # internal
2025-08-20T21:20:08.2372770Z [00:03:01.574]➜  # import config
2025-08-20T21:20:08.2373444Z [00:03:01.574]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:08.2374401Z [00:03:01.574]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3619502580/b1264/_pkg_.a
2025-08-20T21:20:08.2375328Z [00:03:01.574]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:08.2375903Z [00:03:01.574]➜  EOF
2025-08-20T21:20:08.2379676Z [00:03:01.574]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1281/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/codes=>google.golang.org/grpc@v1.72.0/codes;$WORK/b1281=>" -p google.golang.org/grpc/codes -lang=go1.23 -complete -installsuffix shared -buildid TkkmelJR5Q7GUUyf_N2n/TkkmelJR5Q7GUUyf_N2n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1281/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:20:08.2518891Z [00:03:01.591]➜  go tool buildid -w $WORK/b1281/_pkg_.a # internal
2025-08-20T21:20:08.2527230Z [00:03:01.592]➜  cp $WORK/b1281/_pkg_.a /root/.cache/go-build/30/30b9610f5131d22eec57c3402fb2e51f612af4d7baf5f736493bf00958f125a2-d # internal
2025-08-20T21:20:08.2535532Z [00:03:01.593]➜  google.golang.org/grpc/credentials/insecure
2025-08-20T21:20:08.2562368Z [00:03:01.593]➜  mkdir -p $WORK/b1282/
2025-08-20T21:20:08.2563172Z [00:03:01.593]➜  cat >/tmp/go-build3619502580/b1282/importcfg << 'EOF' # internal
2025-08-20T21:20:08.2563826Z [00:03:01.593]➜  # import config
2025-08-20T21:20:08.2564436Z [00:03:01.593]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:08.2565654Z [00:03:01.593]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3619502580/b1260/_pkg_.a
2025-08-20T21:20:08.2566735Z [00:03:01.593]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:08.2567280Z [00:03:01.593]➜  EOF
2025-08-20T21:20:08.2571016Z [00:03:01.593]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1282/_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/b1282=>" -p google.golang.org/grpc/credentials/insecure -lang=go1.23 -complete -installsuffix shared -buildid dRqdiTnTlFXxoKSz8P3n/dRqdiTnTlFXxoKSz8P3n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1282/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/insecure/insecure.go
2025-08-20T21:20:08.2755986Z [00:03:01.615]➜  go tool buildid -w $WORK/b1282/_pkg_.a # internal
2025-08-20T21:20:08.2766322Z [00:03:01.616]➜  cp $WORK/b1282/_pkg_.a /root/.cache/go-build/33/33d2f9c26c89cf83dd19c4cf6c282abd97d790d9260a0426c681fd4610d6bbad-d # internal
2025-08-20T21:20:08.2771593Z [00:03:01.616]➜  google.golang.org/grpc/internal/grpcutil
2025-08-20T21:20:08.2772269Z [00:03:01.616]➜  mkdir -p $WORK/b1284/
2025-08-20T21:20:08.2777752Z [00:03:01.617]➜  cat >/tmp/go-build3619502580/b1284/importcfg << 'EOF' # internal
2025-08-20T21:20:08.2784327Z [00:03:01.617]➜  # import config
2025-08-20T21:20:08.2785068Z [00:03:01.617]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:08.2785946Z [00:03:01.617]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:08.2786995Z [00:03:01.617]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:20:08.2788015Z [00:03:01.617]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:08.2788862Z [00:03:01.617]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:08.2789734Z [00:03:01.617]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:08.2790597Z [00:03:01.617]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:08.2791619Z [00:03:01.617]➜  EOF
2025-08-20T21:20:08.2798331Z [00:03:01.617]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1284/_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/b1284=>" -p google.golang.org/grpc/internal/grpcutil -lang=go1.23 -complete -installsuffix shared -buildid FakFFT12raZJwoeJJaoz/FakFFT12raZJwoeJJaoz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1284/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:20:08.3033342Z [00:03:01.642]➜  go tool buildid -w $WORK/b1284/_pkg_.a # internal
2025-08-20T21:20:08.3046466Z [00:03:01.644]➜  cp $WORK/b1284/_pkg_.a /root/.cache/go-build/41/411189d5b343dfde09cfca2d9c9e3bb62ade53b8b5cbf245a88f5e47b3a5d58c-d # internal
2025-08-20T21:20:08.3060781Z [00:03:01.644]➜  google.golang.org/grpc/mem
2025-08-20T21:20:08.3061538Z [00:03:01.644]➜  mkdir -p $WORK/b1285/
2025-08-20T21:20:08.3062332Z [00:03:01.644]➜  cat >/tmp/go-build3619502580/b1285/importcfg << 'EOF' # internal
2025-08-20T21:20:08.3063059Z [00:03:01.644]➜  # import config
2025-08-20T21:20:08.3063728Z [00:03:01.644]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:08.3064779Z [00:03:01.644]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3619502580/b1264/_pkg_.a
2025-08-20T21:20:08.3065788Z [00:03:01.644]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:08.3066828Z [00:03:01.644]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:08.3067895Z [00:03:01.644]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:08.3068813Z [00:03:01.644]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:08.3069516Z [00:03:01.644]➜  EOF
2025-08-20T21:20:08.3073982Z [00:03:01.644]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1285/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/mem=>google.golang.org/grpc@v1.72.0/mem;$WORK/b1285=>" -p google.golang.org/grpc/mem -lang=go1.23 -complete -installsuffix shared -buildid q7svdtFNuGvBYPLPb0CV/q7svdtFNuGvBYPLPb0CV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1285/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:20:08.3786994Z [00:03:01.718]➜  go tool buildid -w $WORK/b1285/_pkg_.a # internal
2025-08-20T21:20:08.3806932Z [00:03:01.720]➜  cp $WORK/b1285/_pkg_.a /root/.cache/go-build/75/75493ae37e07b83cfa53687fde2ad43f108940fde3fc431717c59aaa971cdba8-d # internal
2025-08-20T21:20:08.3816543Z [00:03:01.721]➜  google.golang.org/grpc/encoding
2025-08-20T21:20:08.3819282Z [00:03:01.721]➜  mkdir -p $WORK/b1283/
2025-08-20T21:20:08.3823924Z [00:03:01.722]➜  cat >/tmp/go-build3619502580/b1283/importcfg << 'EOF' # internal
2025-08-20T21:20:08.3825345Z [00:03:01.722]➜  # import config
2025-08-20T21:20:08.3826961Z [00:03:01.722]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3619502580/b1284/_pkg_.a
2025-08-20T21:20:08.3828670Z [00:03:01.722]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build3619502580/b1285/_pkg_.a
2025-08-20T21:20:08.3829967Z [00:03:01.722]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:08.3832047Z [00:03:01.722]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:08.3832760Z [00:03:01.722]➜  EOF
2025-08-20T21:20:08.3848454Z [00:03:01.724]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1283/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/encoding=>google.golang.org/grpc@v1.72.0/encoding;$WORK/b1283=>" -p google.golang.org/grpc/encoding -lang=go1.23 -complete -installsuffix shared -buildid qFqWv6tU6omUEKhmT4zX/qFqWv6tU6omUEKhmT4zX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1283/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:20:08.4134929Z [00:03:01.753]➜  go tool buildid -w $WORK/b1283/_pkg_.a # internal
2025-08-20T21:20:08.4143965Z [00:03:01.753]➜  cp $WORK/b1283/_pkg_.a /root/.cache/go-build/1f/1f9a62f22b92a0e65994438065df36189697fe1995f30aceed21d370166a4b26-d # internal
2025-08-20T21:20:08.4148320Z [00:03:01.754]➜  google.golang.org/grpc/internal/backoff
2025-08-20T21:20:08.4148921Z [00:03:01.754]➜  mkdir -p $WORK/b1287/
2025-08-20T21:20:08.4153211Z [00:03:01.754]➜  cat >/tmp/go-build3619502580/b1287/importcfg << 'EOF' # internal
2025-08-20T21:20:08.4157200Z [00:03:01.754]➜  # import config
2025-08-20T21:20:08.4157909Z [00:03:01.754]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:08.4158753Z [00:03:01.754]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:08.4159721Z [00:03:01.754]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build3619502580/b1253/_pkg_.a
2025-08-20T21:20:08.4160691Z [00:03:01.754]➜  packagefile math/rand/v2=/tmp/go-build3619502580/b103/_pkg_.a
2025-08-20T21:20:08.4161702Z [00:03:01.754]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:08.4162284Z [00:03:01.755]➜  EOF
2025-08-20T21:20:08.4166219Z [00:03:01.755]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1287/_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/b1287=>" -p google.golang.org/grpc/internal/backoff -lang=go1.23 -complete -installsuffix shared -buildid x8r1nxh0HwN5m5okW0D-/x8r1nxh0HwN5m5okW0D- -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/backoff/backoff.go
2025-08-20T21:20:08.4315468Z [00:03:01.771]➜  go tool buildid -w $WORK/b1287/_pkg_.a # internal
2025-08-20T21:20:08.4323617Z [00:03:01.771]➜  cp $WORK/b1287/_pkg_.a /root/.cache/go-build/cc/cc65d73c351828aa446831f2382db11e30e491f13229dadccf60af628ceebec8-d # internal
2025-08-20T21:20:08.4328215Z [00:03:01.772]➜  google.golang.org/grpc/internal/balancer/gracefulswitch
2025-08-20T21:20:08.4328955Z [00:03:01.772]➜  mkdir -p $WORK/b1288/
2025-08-20T21:20:08.4333709Z [00:03:01.772]➜  cat >/tmp/go-build3619502580/b1288/importcfg << 'EOF' # internal
2025-08-20T21:20:08.4339556Z [00:03:01.772]➜  # import config
2025-08-20T21:20:08.4340304Z [00:03:01.772]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:08.4341359Z [00:03:01.772]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:08.4342254Z [00:03:01.772]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:08.4343308Z [00:03:01.772]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3619502580/b1254/_pkg_.a
2025-08-20T21:20:08.4344564Z [00:03:01.773]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3619502580/b1270/_pkg_.a
2025-08-20T21:20:08.4345821Z [00:03:01.773]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3619502580/b1257/_pkg_.a
2025-08-20T21:20:08.4347053Z [00:03:01.773]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:08.4348317Z [00:03:01.773]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3619502580/b1265/_pkg_.a
2025-08-20T21:20:08.4349355Z [00:03:01.773]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:08.4349977Z [00:03:01.773]➜  EOF
2025-08-20T21:20:08.4355303Z [00:03:01.773]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1288/_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/b1288=>" -p google.golang.org/grpc/internal/balancer/gracefulswitch -lang=go1.23 -complete -installsuffix shared -buildid tJhxUNo1mABHQzM8z1K0/tJhxUNo1mABHQzM8z1K0 -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/balancer/gracefulswitch/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/balancer/gracefulswitch/gracefulswitch.go
2025-08-20T21:20:08.4867307Z [00:03:01.826]➜  go tool buildid -w $WORK/b1288/_pkg_.a # internal
2025-08-20T21:20:08.4882765Z [00:03:01.827]➜  cp $WORK/b1288/_pkg_.a /root/.cache/go-build/8c/8c74dbc479135b23652ec92649901acfd178952709f76f9304a9721d867472ea-d # internal
2025-08-20T21:20:08.4889588Z [00:03:01.828]➜  google.golang.org/grpc/internal/balancerload
2025-08-20T21:20:08.4890495Z [00:03:01.828]➜  mkdir -p $WORK/b1289/
2025-08-20T21:20:08.4894041Z [00:03:01.829]➜  cat >/tmp/go-build3619502580/b1289/importcfg << 'EOF' # internal
2025-08-20T21:20:08.4901890Z [00:03:01.829]➜  # import config
2025-08-20T21:20:08.4902724Z [00:03:01.829]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:20:08.4903480Z [00:03:01.829]➜  EOF
2025-08-20T21:20:08.4907387Z [00:03:01.829]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1289/_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/b1289=>" -p google.golang.org/grpc/internal/balancerload -lang=go1.23 -complete -installsuffix shared -buildid OC_3FMklU9S5aVWlaLXK/OC_3FMklU9S5aVWlaLXK -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/balancerload/load.go
2025-08-20T21:20:08.4992708Z [00:03:01.839]➜  go tool buildid -w $WORK/b1289/_pkg_.a # internal
2025-08-20T21:20:08.5006790Z [00:03:01.840]➜  cp $WORK/b1289/_pkg_.a /root/.cache/go-build/8e/8e0d28472a7cbf3ecf99cfa802e7a35cf6984b499dda00a871a565407a9a7518-d # internal
2025-08-20T21:20:08.5007984Z [00:03:01.840]➜  google.golang.org/grpc/internal/buffer
2025-08-20T21:20:08.5008568Z [00:03:01.840]➜  mkdir -p $WORK/b1298/
2025-08-20T21:20:08.5009257Z [00:03:01.840]➜  cat >/tmp/go-build3619502580/b1298/importcfg << 'EOF' # internal
2025-08-20T21:20:08.5009893Z [00:03:01.840]➜  # import config
2025-08-20T21:20:08.5010512Z [00:03:01.840]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:08.5011459Z [00:03:01.840]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:08.5012047Z [00:03:01.840]➜  EOF
2025-08-20T21:20:08.5015963Z [00:03:01.840]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1298/_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/b1298=>" -p google.golang.org/grpc/internal/buffer -lang=go1.23 -complete -installsuffix shared -buildid M7ZjKPCuKIkBLw6eYrHL/M7ZjKPCuKIkBLw6eYrHL -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/buffer/unbounded.go
2025-08-20T21:20:08.5151184Z [00:03:01.854]➜  go tool buildid -w $WORK/b1298/_pkg_.a # internal
2025-08-20T21:20:08.5159466Z [00:03:01.855]➜  cp $WORK/b1298/_pkg_.a /root/.cache/go-build/e2/e24289c1f6cc447b3b1f67a210f054ff325421387787ac7fa5e2d7dc88e167f5-d # internal
2025-08-20T21:20:08.5162121Z [00:03:01.855]➜  google.golang.org/grpc/internal/grpcsync
2025-08-20T21:20:08.5164215Z [00:03:01.856]➜  mkdir -p $WORK/b1297/
2025-08-20T21:20:08.5169356Z [00:03:01.856]➜  cat >/tmp/go-build3619502580/b1297/importcfg << 'EOF' # internal
2025-08-20T21:20:08.5171519Z [00:03:01.856]➜  # import config
2025-08-20T21:20:08.5172212Z [00:03:01.856]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:08.5173483Z [00:03:01.856]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build3619502580/b1298/_pkg_.a
2025-08-20T21:20:08.5174466Z [00:03:01.856]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:08.5175254Z [00:03:01.856]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:08.5176013Z [00:03:01.856]➜  EOF
2025-08-20T21:20:08.5181009Z [00:03:01.856]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1297/_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/b1297=>" -p google.golang.org/grpc/internal/grpcsync -lang=go1.23 -complete -installsuffix shared -buildid tkuQEsWAjIZLxP674Mnk/tkuQEsWAjIZLxP674Mnk -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/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:20:08.5473034Z [00:03:01.886]➜  go tool buildid -w $WORK/b1297/_pkg_.a # internal
2025-08-20T21:20:08.5484218Z [00:03:01.888]➜  cp $WORK/b1297/_pkg_.a /root/.cache/go-build/37/372d6f753ad9267071036c3608dbab9a5a48ded39d4e6ae167881b30a71dd1f2-d # internal
2025-08-20T21:20:08.5492882Z [00:03:01.888]➜  google.golang.org/grpc/internal/idle
2025-08-20T21:20:08.5493661Z [00:03:01.888]➜  mkdir -p $WORK/b1299/
2025-08-20T21:20:08.5494389Z [00:03:01.888]➜  cat >/tmp/go-build3619502580/b1299/importcfg << 'EOF' # internal
2025-08-20T21:20:08.5495059Z [00:03:01.888]➜  # import config
2025-08-20T21:20:08.5495678Z [00:03:01.888]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:08.5496453Z [00:03:01.888]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:08.5497300Z [00:03:01.888]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:08.5498174Z [00:03:01.889]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:08.5499220Z [00:03:01.889]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:08.5499843Z [00:03:01.889]➜  EOF
2025-08-20T21:20:08.5503629Z [00:03:01.889]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1299/_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/b1299=>" -p google.golang.org/grpc/internal/idle -lang=go1.23 -complete -installsuffix shared -buildid zHnHOZHvsHFGfdhcVo7c/zHnHOZHvsHFGfdhcVo7c -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/idle/idle.go
2025-08-20T21:20:08.5732387Z [00:03:01.912]➜  go tool buildid -w $WORK/b1299/_pkg_.a # internal
2025-08-20T21:20:08.5741805Z [00:03:01.913]➜  cp $WORK/b1299/_pkg_.a /root/.cache/go-build/f0/f07cb58b609ee446240d8a6364549f9858c936f90612705bb00106b0f8229ac7-d # internal
2025-08-20T21:20:08.5744399Z [00:03:01.914]➜  google.golang.org/grpc/internal/metadata
2025-08-20T21:20:08.5745092Z [00:03:01.914]➜  mkdir -p $WORK/b1300/
2025-08-20T21:20:08.5751476Z [00:03:01.914]➜  cat >/tmp/go-build3619502580/b1300/importcfg << 'EOF' # internal
2025-08-20T21:20:08.5752736Z [00:03:01.914]➜  # import config
2025-08-20T21:20:08.5755042Z [00:03:01.914]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:08.5756304Z [00:03:01.914]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:20:08.5765102Z [00:03:01.914]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:08.5766191Z [00:03:01.914]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:08.5766855Z [00:03:01.914]➜  EOF
2025-08-20T21:20:08.5770553Z [00:03:01.914]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1300/_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/b1300=>" -p google.golang.org/grpc/internal/metadata -lang=go1.23 -complete -installsuffix shared -buildid UCP2NwZBjjvQbKsMoc8o/UCP2NwZBjjvQbKsMoc8o -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/metadata/metadata.go
2025-08-20T21:20:08.5957510Z [00:03:01.935]➜  go tool buildid -w $WORK/b1300/_pkg_.a # internal
2025-08-20T21:20:08.5975900Z [00:03:01.937]➜  cp $WORK/b1300/_pkg_.a /root/.cache/go-build/c6/c66b325468b70838394333accd01f520f7faf31f607248fb490d6fc5666be019-d # internal
2025-08-20T21:20:08.5983670Z [00:03:01.937]➜  google.golang.org/grpc/internal/serviceconfig
2025-08-20T21:20:08.5984367Z [00:03:01.937]➜  mkdir -p $WORK/b1302/
2025-08-20T21:20:08.5985119Z [00:03:01.937]➜  cat >/tmp/go-build3619502580/b1302/importcfg << 'EOF' # internal
2025-08-20T21:20:08.5985835Z [00:03:01.937]➜  # import config
2025-08-20T21:20:08.5986763Z [00:03:01.937]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:08.5987706Z [00:03:01.937]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:08.5988725Z [00:03:01.937]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3619502580/b1254/_pkg_.a
2025-08-20T21:20:08.5989929Z [00:03:01.937]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:08.5991150Z [00:03:01.937]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:08.5992547Z [00:03:01.937]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3619502580/b1265/_pkg_.a
2025-08-20T21:20:08.5993618Z [00:03:01.937]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:08.5994481Z [00:03:01.937]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:08.5995338Z [00:03:01.937]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:08.5996161Z [00:03:01.937]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:08.5996793Z [00:03:01.937]➜  EOF
2025-08-20T21:20:08.6001918Z [00:03:01.937]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1302/_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/b1302=>" -p google.golang.org/grpc/internal/serviceconfig -lang=go1.23 -complete -installsuffix shared -buildid RG3Asi8oNtA_Ba8N301k/RG3Asi8oNtA_Ba8N301k -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/serviceconfig/duration.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/serviceconfig/serviceconfig.go
2025-08-20T21:20:08.6423050Z [00:03:01.980]➜  go tool buildid -w $WORK/b1302/_pkg_.a # internal
2025-08-20T21:20:08.6425381Z [00:03:01.981]➜  cp $WORK/b1302/_pkg_.a /root/.cache/go-build/b9/b9df6987e8351a1c55fa9847980959ac153b76652c6b0d2423aa750fad054eca-d # internal
2025-08-20T21:20:08.6430591Z [00:03:01.982]➜  google.golang.org/grpc/internal/resolver
2025-08-20T21:20:08.6434637Z [00:03:01.982]➜  mkdir -p $WORK/b1301/
2025-08-20T21:20:08.6435449Z [00:03:01.982]➜  cat >/tmp/go-build3619502580/b1301/importcfg << 'EOF' # internal
2025-08-20T21:20:08.6436155Z [00:03:01.982]➜  # import config
2025-08-20T21:20:08.6436872Z [00:03:01.982]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:08.6438065Z [00:03:01.982]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3619502580/b1302/_pkg_.a
2025-08-20T21:20:08.6439398Z [00:03:01.982]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:20:08.6440623Z [00:03:01.982]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:08.6441784Z [00:03:01.982]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:08.6442483Z [00:03:01.982]➜  EOF
2025-08-20T21:20:08.6446417Z [00:03:01.983]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1301/_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/b1301=>" -p google.golang.org/grpc/internal/resolver -lang=go1.23 -complete -installsuffix shared -buildid zJQFvqA-K9lLiAxARiZr/zJQFvqA-K9lLiAxARiZr -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/resolver/config_selector.go
2025-08-20T21:20:08.6678288Z [00:03:02.007]➜  go tool buildid -w $WORK/b1301/_pkg_.a # internal
2025-08-20T21:20:08.6688810Z [00:03:02.008]➜  cp $WORK/b1301/_pkg_.a /root/.cache/go-build/22/22b58ff78eeee021b1df6a5e2aa7ade2b80a5f70b16165b59df5834c1bb5f2f1-d # internal
2025-08-20T21:20:08.6695916Z [00:03:02.008]➜  google.golang.org/grpc/internal/proxyattributes
2025-08-20T21:20:08.6709465Z [00:03:02.008]➜  mkdir -p $WORK/b1304/
2025-08-20T21:20:08.6710545Z [00:03:02.009]➜  cat >/tmp/go-build3619502580/b1304/importcfg << 'EOF' # internal
2025-08-20T21:20:08.6711486Z [00:03:02.009]➜  # import config
2025-08-20T21:20:08.6712351Z [00:03:02.009]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:08.6713439Z [00:03:02.009]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:08.6714111Z [00:03:02.009]➜  EOF
2025-08-20T21:20:08.6718301Z [00:03:02.009]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1304/_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/b1304=>" -p google.golang.org/grpc/internal/proxyattributes -lang=go1.23 -complete -installsuffix shared -buildid 6-edAC2AjXbha1qS_z25/6-edAC2AjXbha1qS_z25 -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/proxyattributes/proxyattributes.go
2025-08-20T21:20:08.6824305Z [00:03:02.022]➜  go tool buildid -w $WORK/b1304/_pkg_.a # internal
2025-08-20T21:20:08.6832503Z [00:03:02.022]➜  cp $WORK/b1304/_pkg_.a /root/.cache/go-build/94/943cf9c729b1990a3204bf2300fc0321e84de0d8d55db71d94a34ce2036557b4-d # internal
2025-08-20T21:20:08.6834500Z [00:03:02.023]➜  google.golang.org/grpc/internal/resolver/delegatingresolver
2025-08-20T21:20:08.6836610Z [00:03:02.023]➜  mkdir -p $WORK/b1303/
2025-08-20T21:20:08.6837960Z [00:03:02.023]➜  cat >/tmp/go-build3619502580/b1303/importcfg << 'EOF' # internal
2025-08-20T21:20:08.6839566Z [00:03:02.023]➜  # import config
2025-08-20T21:20:08.6840264Z [00:03:02.023]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:08.6841460Z [00:03:02.023]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:08.6842830Z [00:03:02.023]➜  packagefile google.golang.org/grpc/internal/proxyattributes=/tmp/go-build3619502580/b1304/_pkg_.a
2025-08-20T21:20:08.6844185Z [00:03:02.023]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:08.6845490Z [00:03:02.023]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3619502580/b1265/_pkg_.a
2025-08-20T21:20:08.6846612Z [00:03:02.023]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:08.6847494Z [00:03:02.023]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:08.6848383Z [00:03:02.023]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:08.6849037Z [00:03:02.023]➜  EOF
2025-08-20T21:20:08.6853885Z [00:03:02.023]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1303/_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/b1303=>" -p google.golang.org/grpc/internal/resolver/delegatingresolver -lang=go1.23 -complete -installsuffix shared -buildid 5Kdv_z85ekYtItR8vwjH/5Kdv_z85ekYtItR8vwjH -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/resolver/delegatingresolver/delegatingresolver.go
2025-08-20T21:20:08.7335743Z [00:03:02.073]➜  go tool buildid -w $WORK/b1303/_pkg_.a # internal
2025-08-20T21:20:08.7348787Z [00:03:02.074]➜  cp $WORK/b1303/_pkg_.a /root/.cache/go-build/95/95ca24f34a219e78bc226273a6c8ebc50119d252b9c3ed115a0a1f6063c03c9b-d # internal
2025-08-20T21:20:08.7372739Z [00:03:02.074]➜  google.golang.org/grpc/internal/resolver/passthrough
2025-08-20T21:20:08.7373488Z [00:03:02.074]➜  mkdir -p $WORK/b1305/
2025-08-20T21:20:08.7374300Z [00:03:02.075]➜  cat >/tmp/go-build3619502580/b1305/importcfg << 'EOF' # internal
2025-08-20T21:20:08.7375011Z [00:03:02.075]➜  # import config
2025-08-20T21:20:08.7375670Z [00:03:02.075]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:08.7376733Z [00:03:02.075]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:08.7377553Z [00:03:02.075]➜  EOF
2025-08-20T21:20:08.7382279Z [00:03:02.075]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1305/_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/b1305=>" -p google.golang.org/grpc/internal/resolver/passthrough -lang=go1.23 -complete -installsuffix shared -buildid B4TADABUzcD56tF9pp5x/B4TADABUzcD56tF9pp5x -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/passthrough/passthrough.go
2025-08-20T21:20:08.7562481Z [00:03:02.095]➜  go tool buildid -w $WORK/b1305/_pkg_.a # internal
2025-08-20T21:20:08.7569479Z [00:03:02.096]➜  cp $WORK/b1305/_pkg_.a /root/.cache/go-build/d7/d77a56a41c3f83592cc151a525f281cb088179264be17a20b9a6700c76bf50c0-d # internal
2025-08-20T21:20:08.7571133Z [00:03:02.096]➜  google.golang.org/grpc/internal/transport/networktype
2025-08-20T21:20:08.7575624Z [00:03:02.096]➜  mkdir -p $WORK/b1307/
2025-08-20T21:20:08.7576675Z [00:03:02.097]➜  cat >/tmp/go-build3619502580/b1307/importcfg << 'EOF' # internal
2025-08-20T21:20:08.7577417Z [00:03:02.097]➜  # import config
2025-08-20T21:20:08.7578287Z [00:03:02.097]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:08.7579086Z [00:03:02.097]➜  EOF
2025-08-20T21:20:08.7583594Z [00:03:02.097]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1307/_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/b1307=>" -p google.golang.org/grpc/internal/transport/networktype -lang=go1.23 -complete -installsuffix shared -buildid QiuEdApy6DsQGahWq1L_/QiuEdApy6DsQGahWq1L_ -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/transport/networktype/networktype.go
2025-08-20T21:20:08.8412516Z [00:03:02.180]➜  go tool buildid -w $WORK/b1307/_pkg_.a # internal
2025-08-20T21:20:08.8417874Z [00:03:02.181]➜  cp $WORK/b1307/_pkg_.a /root/.cache/go-build/11/110b64542d270ff1b7ce81e24298b6ef92366d4f1e3dfb99735ef54705dfc704-d # internal
2025-08-20T21:20:08.8430580Z [00:03:02.181]➜  google.golang.org/grpc/internal/resolver/unix
2025-08-20T21:20:08.8431493Z [00:03:02.181]➜  mkdir -p $WORK/b1306/
2025-08-20T21:20:08.8432321Z [00:03:02.181]➜  cat >/tmp/go-build3619502580/b1306/importcfg << 'EOF' # internal
2025-08-20T21:20:08.8433046Z [00:03:02.181]➜  # import config
2025-08-20T21:20:08.8433729Z [00:03:02.181]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:08.8434947Z [00:03:02.181]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build3619502580/b1307/_pkg_.a
2025-08-20T21:20:08.8436307Z [00:03:02.181]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:08.8437103Z [00:03:02.181]➜  EOF
2025-08-20T21:20:08.8441159Z [00:03:02.182]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1306/_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/b1306=>" -p google.golang.org/grpc/internal/resolver/unix -lang=go1.23 -complete -installsuffix shared -buildid 81xRvQ12_-d698Q70mMc/81xRvQ12_-d698Q70mMc -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/resolver/unix/unix.go
2025-08-20T21:20:08.8675651Z [00:03:02.207]➜  go tool buildid -w $WORK/b1306/_pkg_.a # internal
2025-08-20T21:20:08.8693220Z [00:03:02.207]➜  cp $WORK/b1306/_pkg_.a /root/.cache/go-build/a8/a8faa3a94ba37259503a943409c65bf087f5c58da66bb1376b08c86010ca8ea5-d # internal
2025-08-20T21:20:08.8696223Z [00:03:02.208]➜  google.golang.org/grpc/internal/stats
2025-08-20T21:20:08.8699022Z [00:03:02.208]➜  mkdir -p $WORK/b1308/
2025-08-20T21:20:08.8699949Z [00:03:02.208]➜  cat >/tmp/go-build3619502580/b1308/importcfg << 'EOF' # internal
2025-08-20T21:20:08.8700734Z [00:03:02.208]➜  # import config
2025-08-20T21:20:08.8701562Z [00:03:02.208]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:08.8702359Z [00:03:02.208]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:08.8703427Z [00:03:02.208]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3619502580/b1266/_pkg_.a
2025-08-20T21:20:08.8704683Z [00:03:02.208]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3619502580/b1267/_pkg_.a
2025-08-20T21:20:08.8705482Z [00:03:02.208]➜  EOF
2025-08-20T21:20:08.8709909Z [00:03:02.208]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1308/_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/b1308=>" -p google.golang.org/grpc/internal/stats -lang=go1.23 -complete -installsuffix shared -buildid is9zRNCR7o0Omf7lkuNJ/is9zRNCR7o0Omf7lkuNJ -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/stats/labels.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/stats/metrics_recorder_list.go
2025-08-20T21:20:08.9278619Z [00:03:02.267]➜  go tool buildid -w $WORK/b1308/_pkg_.a # internal
2025-08-20T21:20:08.9285105Z [00:03:02.267]➜  cp $WORK/b1308/_pkg_.a /root/.cache/go-build/82/82d7680f6f1d03ab1d05929a962f40ce6c1154c54792107ce3295789c9e4c90b-d # internal
2025-08-20T21:20:08.9286346Z [00:03:02.267]➜  google.golang.org/grpc/internal/syscall
2025-08-20T21:20:08.9286948Z [00:03:02.267]➜  mkdir -p $WORK/b1310/
2025-08-20T21:20:08.9287674Z [00:03:02.267]➜  cat >/tmp/go-build3619502580/b1310/importcfg << 'EOF' # internal
2025-08-20T21:20:08.9288350Z [00:03:02.267]➜  # import config
2025-08-20T21:20:08.9289004Z [00:03:02.267]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:08.9289929Z [00:03:02.267]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3619502580/b220/_pkg_.a
2025-08-20T21:20:08.9291077Z [00:03:02.267]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:08.9292197Z [00:03:02.267]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:08.9293000Z [00:03:02.267]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:20:08.9293825Z [00:03:02.267]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:08.9294452Z [00:03:02.267]➜  EOF
2025-08-20T21:20:08.9298275Z [00:03:02.267]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1310/_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/b1310=>" -p google.golang.org/grpc/internal/syscall -lang=go1.23 -complete -installsuffix shared -buildid eNGb5g8eeomk5UEmuUsP/eNGb5g8eeomk5UEmuUsP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1310/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/syscall/syscall_linux.go
2025-08-20T21:20:09.0307629Z [00:03:02.370]➜  go tool buildid -w $WORK/b1310/_pkg_.a # internal
2025-08-20T21:20:09.0315793Z [00:03:02.371]➜  cp $WORK/b1310/_pkg_.a /root/.cache/go-build/46/46fb3e82a7f71068e6b089976c99f70137f39bc53f95ae84a3d5e9b0844183a9-d # internal
2025-08-20T21:20:09.0318045Z [00:03:02.371]➜  google.golang.org/grpc/keepalive
2025-08-20T21:20:09.0321969Z [00:03:02.371]➜  mkdir -p $WORK/b1311/
2025-08-20T21:20:09.0342676Z [00:03:02.371]➜  cat >/tmp/go-build3619502580/b1311/importcfg << 'EOF' # internal
2025-08-20T21:20:09.0343712Z [00:03:02.371]➜  # import config
2025-08-20T21:20:09.0346504Z [00:03:02.371]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:09.0347152Z [00:03:02.371]➜  EOF
2025-08-20T21:20:09.0351062Z [00:03:02.371]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1311/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/keepalive=>google.golang.org/grpc@v1.72.0/keepalive;$WORK/b1311=>" -p google.golang.org/grpc/keepalive -lang=go1.23 -complete -installsuffix shared -buildid ana5ICnsJjqj04OKbWkl/ana5ICnsJjqj04OKbWkl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1311/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/keepalive/keepalive.go
2025-08-20T21:20:09.0574770Z [00:03:02.397]➜  go tool buildid -w $WORK/b1311/_pkg_.a # internal
2025-08-20T21:20:09.0581083Z [00:03:02.397]➜  cp $WORK/b1311/_pkg_.a /root/.cache/go-build/f8/f851e8f5d94ed44ca146dfe1734b9f5f37afc88f28cadc679e9556127c03750e-d # internal
2025-08-20T21:20:09.0585878Z [00:03:02.397]➜  google.golang.org/grpc/peer
2025-08-20T21:20:09.0586503Z [00:03:02.397]➜  mkdir -p $WORK/b1312/
2025-08-20T21:20:09.0588760Z [00:03:02.398]➜  cat >/tmp/go-build3619502580/b1312/importcfg << 'EOF' # internal
2025-08-20T21:20:09.0592255Z [00:03:02.398]➜  # import config
2025-08-20T21:20:09.0592962Z [00:03:02.398]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:09.0593864Z [00:03:02.398]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:09.0595137Z [00:03:02.398]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3619502580/b1260/_pkg_.a
2025-08-20T21:20:09.0596208Z [00:03:02.398]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:09.0597052Z [00:03:02.398]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:09.0597712Z [00:03:02.398]➜  EOF
2025-08-20T21:20:09.0602009Z [00:03:02.398]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1312/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/peer=>google.golang.org/grpc@v1.72.0/peer;$WORK/b1312=>" -p google.golang.org/grpc/peer -lang=go1.23 -complete -installsuffix shared -buildid 5cGfEW5plQosIOICEDaN/5cGfEW5plQosIOICEDaN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1312/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/peer/peer.go
2025-08-20T21:20:09.0948157Z [00:03:02.434]➜  go tool buildid -w $WORK/b1312/_pkg_.a # internal
2025-08-20T21:20:09.0958690Z [00:03:02.435]➜  cp $WORK/b1312/_pkg_.a /root/.cache/go-build/c1/c11244a69e28a8cdd4cc57b47f037fa380d54454ade3f65d27b813c57c0f7a6c-d # internal
2025-08-20T21:20:09.0963152Z [00:03:02.435]➜  google.golang.org/grpc/tap
2025-08-20T21:20:09.0963763Z [00:03:02.435]➜  mkdir -p $WORK/b1313/
2025-08-20T21:20:09.0964547Z [00:03:02.435]➜  cat >/tmp/go-build3619502580/b1313/importcfg << 'EOF' # internal
2025-08-20T21:20:09.0965270Z [00:03:02.435]➜  # import config
2025-08-20T21:20:09.0965953Z [00:03:02.435]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:09.0967009Z [00:03:02.435]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:20:09.0967805Z [00:03:02.435]➜  EOF
2025-08-20T21:20:09.0971354Z [00:03:02.436]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1313/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/tap=>google.golang.org/grpc@v1.72.0/tap;$WORK/b1313=>" -p google.golang.org/grpc/tap -lang=go1.23 -complete -installsuffix shared -buildid peTnRXqKOyTo_wbQ11Np/peTnRXqKOyTo_wbQ11Np -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1313/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/tap/tap.go
2025-08-20T21:20:09.1173545Z [00:03:02.456]➜  go tool buildid -w $WORK/b1313/_pkg_.a # internal
2025-08-20T21:20:09.1181326Z [00:03:02.457]➜  cp $WORK/b1313/_pkg_.a /root/.cache/go-build/c8/c88ed713642a1d0b6d0bdd99d033750c5c9fb4da7ee43ecca133f5b2862cf87d-d # internal
2025-08-20T21:20:09.1196415Z [00:03:02.459]➜  google.golang.org/grpc/balancer/grpclb/state
2025-08-20T21:20:09.1203365Z [00:03:02.459]➜  mkdir -p $WORK/b1316/
2025-08-20T21:20:09.1204165Z [00:03:02.459]➜  cat >/tmp/go-build3619502580/b1316/importcfg << 'EOF' # internal
2025-08-20T21:20:09.1204866Z [00:03:02.459]➜  # import config
2025-08-20T21:20:09.1206261Z [00:03:02.459]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:09.1207027Z [00:03:02.459]➜  EOF
2025-08-20T21:20:09.1211110Z [00:03:02.459]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1316/_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/b1316=>" -p google.golang.org/grpc/balancer/grpclb/state -lang=go1.23 -complete -installsuffix shared -buildid 6t19h0m_2Uciq9ni4R63/6t19h0m_2Uciq9ni4R63 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1316/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/grpclb/state/state.go
2025-08-20T21:20:09.1321359Z [00:03:02.471]➜  go tool buildid -w $WORK/b1316/_pkg_.a # internal
2025-08-20T21:20:09.1327237Z [00:03:02.472]➜  cp $WORK/b1316/_pkg_.a /root/.cache/go-build/69/69b69c524e0831ca8d22d74df39ba19211d63df3402cbcab3c105a776c8c13fb-d # internal
2025-08-20T21:20:09.1328729Z [00:03:02.472]➜  google.golang.org/grpc/internal/resolver/dns/internal
2025-08-20T21:20:09.1329383Z [00:03:02.472]➜  mkdir -p $WORK/b1317/
2025-08-20T21:20:09.1350002Z [00:03:02.474]➜  cat >/tmp/go-build3619502580/b1317/importcfg << 'EOF' # internal
2025-08-20T21:20:09.1350789Z [00:03:02.474]➜  # import config
2025-08-20T21:20:09.1351565Z [00:03:02.474]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:09.1352438Z [00:03:02.474]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:09.1353272Z [00:03:02.474]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:09.1354077Z [00:03:02.474]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:09.1354694Z [00:03:02.474]➜  EOF
2025-08-20T21:20:09.1359104Z [00:03:02.474]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1317/_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/b1317=>" -p google.golang.org/grpc/internal/resolver/dns/internal -lang=go1.23 -complete -installsuffix shared -buildid xrEpXTU0onk0h2TYf2AQ/xrEpXTU0onk0h2TYf2AQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1317/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/resolver/dns/internal/internal.go
2025-08-20T21:20:09.1460073Z [00:03:02.485]➜  go tool buildid -w $WORK/b1317/_pkg_.a # internal
2025-08-20T21:20:09.1482960Z [00:03:02.486]➜  cp $WORK/b1317/_pkg_.a /root/.cache/go-build/bf/bffc5cf01cf30c84724f6dc28a7384d8ee6b1483fe4ac7dc126cbe24156ddab1-d # internal
2025-08-20T21:20:09.1485538Z [00:03:02.486]➜  google.golang.org/grpc/internal/resolver/dns
2025-08-20T21:20:09.1486152Z [00:03:02.486]➜  mkdir -p $WORK/b1315/
2025-08-20T21:20:09.1516246Z [00:03:02.491]➜  cat >/tmp/go-build3619502580/b1315/importcfg << 'EOF' # internal
2025-08-20T21:20:09.1517874Z [00:03:02.491]➜  # import config
2025-08-20T21:20:09.1518543Z [00:03:02.491]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:09.1519399Z [00:03:02.491]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:09.1520226Z [00:03:02.491]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:09.1521607Z [00:03:02.491]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build3619502580/b1316/_pkg_.a
2025-08-20T21:20:09.1522801Z [00:03:02.491]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:09.1523995Z [00:03:02.491]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3619502580/b1287/_pkg_.a
2025-08-20T21:20:09.1525271Z [00:03:02.491]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3619502580/b1263/_pkg_.a
2025-08-20T21:20:09.1526683Z [00:03:02.491]➜  packagefile google.golang.org/grpc/internal/resolver/dns/internal=/tmp/go-build3619502580/b1317/_pkg_.a
2025-08-20T21:20:09.1527976Z [00:03:02.491]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:09.1529140Z [00:03:02.491]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3619502580/b1265/_pkg_.a
2025-08-20T21:20:09.1530483Z [00:03:02.491]➜  packagefile math/rand/v2=/tmp/go-build3619502580/b103/_pkg_.a
2025-08-20T21:20:09.1531681Z [00:03:02.491]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:09.1532535Z [00:03:02.491]➜  packagefile net/netip=/tmp/go-build3619502580/b163/_pkg_.a
2025-08-20T21:20:09.1533329Z [00:03:02.491]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:09.1534084Z [00:03:02.491]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:09.1534846Z [00:03:02.491]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:09.1535591Z [00:03:02.491]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:09.1536319Z [00:03:02.491]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:09.1536874Z [00:03:02.491]➜  EOF
2025-08-20T21:20:09.1540696Z [00:03:02.491]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1315/_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/b1315=>" -p google.golang.org/grpc/internal/resolver/dns -lang=go1.23 -complete -installsuffix shared -buildid XPVTJn4FjBpPL2beSFNw/XPVTJn4FjBpPL2beSFNw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1315/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/resolver/dns/dns_resolver.go
2025-08-20T21:20:09.2643455Z [00:03:02.600]➜  go tool buildid -w $WORK/b1315/_pkg_.a # internal
2025-08-20T21:20:09.2646409Z [00:03:02.601]➜  cp $WORK/b1315/_pkg_.a /root/.cache/go-build/3b/3b5c23c4348dccbdae2696272fe7ecfc2d6d05ca4b3e865980af358a60a05829-d # internal
2025-08-20T21:20:09.2647554Z [00:03:02.601]➜  google.golang.org/grpc/resolver/dns
2025-08-20T21:20:09.2648123Z [00:03:02.601]➜  mkdir -p $WORK/b1314/
2025-08-20T21:20:09.2648840Z [00:03:02.602]➜  cat >/tmp/go-build3619502580/b1314/importcfg << 'EOF' # internal
2025-08-20T21:20:09.2649474Z [00:03:02.602]➜  # import config
2025-08-20T21:20:09.2650457Z [00:03:02.602]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/tmp/go-build3619502580/b1315/_pkg_.a
2025-08-20T21:20:09.2652182Z [00:03:02.602]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:09.2653155Z [00:03:02.602]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:09.2653965Z [00:03:02.602]➜  EOF
2025-08-20T21:20:09.2657488Z [00:03:02.602]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1314/_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/b1314=>" -p google.golang.org/grpc/resolver/dns -lang=go1.23 -complete -installsuffix shared -buildid J-fp_j8yaxG8i9wXKL02/J-fp_j8yaxG8i9wXKL02 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1314/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/resolver/dns/dns_resolver.go
2025-08-20T21:20:09.2935559Z [00:03:02.633]➜  go tool buildid -w $WORK/b1314/_pkg_.a # internal
2025-08-20T21:20:09.2963040Z [00:03:02.633]➜  cp $WORK/b1314/_pkg_.a /root/.cache/go-build/83/83f9d4a8169d350c48828d6b6d46a1bf666de679be268ae4c0419aa805256e47-d # internal
2025-08-20T21:20:09.2964383Z [00:03:02.634]➜  google.golang.org/api/internal/third_party/uritemplates
2025-08-20T21:20:09.2965093Z [00:03:02.634]➜  mkdir -p $WORK/b1324/
2025-08-20T21:20:09.2965840Z [00:03:02.634]➜  cat >/tmp/go-build3619502580/b1324/importcfg << 'EOF' # internal
2025-08-20T21:20:09.2966510Z [00:03:02.634]➜  # import config
2025-08-20T21:20:09.2967144Z [00:03:02.634]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:09.2968113Z [00:03:02.634]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:09.2969207Z [00:03:02.634]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:09.3045611Z [00:03:02.634]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:09.3046502Z [00:03:02.634]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:09.3047289Z [00:03:02.634]➜  EOF
2025-08-20T21:20:09.3083602Z [00:03:02.635]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1324/_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/b1324=>" -p google.golang.org/api/internal/third_party/uritemplates -lang=go1.23 -complete -installsuffix shared -buildid -OuXQBjXbITOjMLHo1M2/-OuXQBjXbITOjMLHo1M2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1324/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:20:09.3779704Z [00:03:02.706]➜  go tool buildid -w $WORK/b1324/_pkg_.a # internal
2025-08-20T21:20:09.3782918Z [00:03:02.706]➜  cp $WORK/b1324/_pkg_.a /root/.cache/go-build/a3/a33a2b8f86bcaca560613170fe55178c256893cce2702c25be295ffb0895fcef-d # internal
2025-08-20T21:20:09.3784548Z [00:03:02.706]➜  google.golang.org/api/googleapi
2025-08-20T21:20:09.3785433Z [00:03:02.706]➜  mkdir -p $WORK/b1323/
2025-08-20T21:20:09.3787662Z [00:03:02.706]➜  cat >/tmp/go-build3619502580/b1323/importcfg << 'EOF' # internal
2025-08-20T21:20:09.3788333Z [00:03:02.706]➜  # import config
2025-08-20T21:20:09.3788986Z [00:03:02.706]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:09.3789830Z [00:03:02.706]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:09.3790661Z [00:03:02.706]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:09.3798512Z [00:03:02.706]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:09.3799778Z [00:03:02.706]➜  packagefile google.golang.org/api/internal/third_party/uritemplates=/tmp/go-build3619502580/b1324/_pkg_.a
2025-08-20T21:20:09.3800862Z [00:03:02.706]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:09.3801860Z [00:03:02.706]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:09.3802952Z [00:03:02.706]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:09.3803751Z [00:03:02.706]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:09.3804541Z [00:03:02.706]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:09.3807860Z [00:03:02.706]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:09.3808437Z [00:03:02.706]➜  EOF
2025-08-20T21:20:09.3812465Z [00:03:02.706]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1323/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.230.0/googleapi=>google.golang.org/api@v0.230.0/googleapi;$WORK/b1323=>" -p google.golang.org/api/googleapi -lang=go1.23 -complete -installsuffix shared -buildid OOqQKnCP4s4AR_opaIFO/OOqQKnCP4s4AR_opaIFO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1323/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:20:09.5193424Z [00:03:02.858]➜  go tool buildid -w $WORK/b1323/_pkg_.a # internal
2025-08-20T21:20:09.5222693Z [00:03:02.861]➜  cp $WORK/b1323/_pkg_.a /root/.cache/go-build/e2/e21a5051d708222e9345eea6fed208b1966153d7b086bf9ddd282738c3d0873a-d # internal
2025-08-20T21:20:09.5224725Z [00:03:02.862]➜  github.com/googleapis/gax-go/v2/callctx
2025-08-20T21:20:09.5225948Z [00:03:02.862]➜  mkdir -p $WORK/b1326/
2025-08-20T21:20:09.5239595Z [00:03:02.863]➜  cat >/tmp/go-build3619502580/b1326/importcfg << 'EOF' # internal
2025-08-20T21:20:09.5240667Z [00:03:02.863]➜  # import config
2025-08-20T21:20:09.5243222Z [00:03:02.863]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:09.5244080Z [00:03:02.863]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:09.5244668Z [00:03:02.863]➜  EOF
2025-08-20T21:20:09.5248728Z [00:03:02.863]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1326/_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/b1326=>" -p github.com/googleapis/gax-go/v2/callctx -lang=go1.21 -complete -installsuffix shared -buildid Q2u-pK9AupZ9Eo7m1YWL/Q2u-pK9AupZ9Eo7m1YWL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1326/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/callctx/callctx.go
2025-08-20T21:20:09.5400387Z [00:03:02.879]➜  go tool buildid -w $WORK/b1326/_pkg_.a # internal
2025-08-20T21:20:09.5406141Z [00:03:02.880]➜  cp $WORK/b1326/_pkg_.a /root/.cache/go-build/94/947cc238f3616bb58c64c586d7f83cbfefe0c38931572be1061d2cfddcc9b6b0-d # internal
2025-08-20T21:20:09.5424980Z [00:03:02.880]➜  cloud.google.com/go/internal/optional
2025-08-20T21:20:09.5425634Z [00:03:02.880]➜  mkdir -p $WORK/b1329/
2025-08-20T21:20:09.5426393Z [00:03:02.881]➜  cat >/tmp/go-build3619502580/b1329/importcfg << 'EOF' # internal
2025-08-20T21:20:09.5427120Z [00:03:02.881]➜  # import config
2025-08-20T21:20:09.5427794Z [00:03:02.881]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:09.5428604Z [00:03:02.881]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:09.5429419Z [00:03:02.881]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:09.5430054Z [00:03:02.881]➜  EOF
2025-08-20T21:20:09.5433758Z [00:03:02.881]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1329/_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/b1329=>" -p cloud.google.com/go/internal/optional -lang=go1.23 -complete -installsuffix shared -buildid Ir0TDLEChif07LvPA-hV/Ir0TDLEChif07LvPA-hV -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/optional/optional.go
2025-08-20T21:20:09.5557189Z [00:03:02.895]➜  go tool buildid -w $WORK/b1329/_pkg_.a # internal
2025-08-20T21:20:09.5564449Z [00:03:02.896]➜  cp $WORK/b1329/_pkg_.a /root/.cache/go-build/9d/9d187cd4ce63058a5631ca1161c914b6be4e60f66e672c6bc35bf1555fea7cb1-d # internal
2025-08-20T21:20:09.5566300Z [00:03:02.896]➜  cloud.google.com/go/internal/version
2025-08-20T21:20:09.5568692Z [00:03:02.896]➜  mkdir -p $WORK/b1331/
2025-08-20T21:20:09.5575389Z [00:03:02.897]➜  cat >/tmp/go-build3619502580/b1331/importcfg << 'EOF' # internal
2025-08-20T21:20:09.5576364Z [00:03:02.897]➜  # import config
2025-08-20T21:20:09.5577367Z [00:03:02.897]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:20:09.5578625Z [00:03:02.897]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:09.5582501Z [00:03:02.897]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:20:09.5583445Z [00:03:02.897]➜  EOF
2025-08-20T21:20:09.5587503Z [00:03:02.897]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1331/_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/b1331=>" -p cloud.google.com/go/internal/version -lang=go1.23 -complete -installsuffix shared -buildid LrqtwLtq0MYafFVdTDRJ/LrqtwLtq0MYafFVdTDRJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1331/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.120.1/internal/version/version.go
2025-08-20T21:20:09.5735338Z [00:03:02.913]➜  go tool buildid -w $WORK/b1331/_pkg_.a # internal
2025-08-20T21:20:09.5743559Z [00:03:02.913]➜  cp $WORK/b1331/_pkg_.a /root/.cache/go-build/a9/a9993256732f40f9a18f8581b609366d15f4c413bfda4aa49796b4dc12d8ff81-d # internal
2025-08-20T21:20:09.5746882Z [00:03:02.914]➜  go.opentelemetry.io/otel/metric/noop
2025-08-20T21:20:09.5753890Z [00:03:02.914]➜  mkdir -p $WORK/b1335/
2025-08-20T21:20:09.5755212Z [00:03:02.914]➜  cat >/tmp/go-build3619502580/b1335/importcfg << 'EOF' # internal
2025-08-20T21:20:09.5757420Z [00:03:02.914]➜  # import config
2025-08-20T21:20:09.5760305Z [00:03:02.914]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:09.5761766Z [00:03:02.914]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3619502580/b410/_pkg_.a
2025-08-20T21:20:09.5762921Z [00:03:02.914]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build3619502580/b411/_pkg_.a
2025-08-20T21:20:09.5763778Z [00:03:02.914]➜  EOF
2025-08-20T21:20:09.5766918Z [00:03:02.914]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1335/_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/b1335=>" -p go.opentelemetry.io/otel/metric/noop -lang=go1.22 -complete -installsuffix shared -buildid F_fXIIzYnPgzHHdZGq2c/F_fXIIzYnPgzHHdZGq2c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1335/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.35.0/noop/noop.go
2025-08-20T21:20:09.6082965Z [00:03:02.947]➜  go tool buildid -w $WORK/b1240/_pkg_.a # internal
2025-08-20T21:20:09.6387010Z [00:03:02.978]➜  cp $WORK/b1240/_pkg_.a /root/.cache/go-build/a5/a508c74df3bcc9fbecba999d2c109aae89ee9a1e4ae66dec51ae0f635e5cbcbf-d # internal
2025-08-20T21:20:09.6398370Z [00:03:02.978]➜  google.golang.org/protobuf/internal/filetype
2025-08-20T21:20:09.6400147Z [00:03:02.978]➜  mkdir -p $WORK/b1239/
2025-08-20T21:20:09.6401014Z [00:03:02.978]➜  cat >/tmp/go-build3619502580/b1239/importcfg << 'EOF' # internal
2025-08-20T21:20:09.6401908Z [00:03:02.978]➜  # import config
2025-08-20T21:20:09.6402881Z [00:03:02.978]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build3619502580/b1226/_pkg_.a
2025-08-20T21:20:09.6404296Z [00:03:02.978]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build3619502580/b1224/_pkg_.a
2025-08-20T21:20:09.6405688Z [00:03:02.978]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build3619502580/b1240/_pkg_.a
2025-08-20T21:20:09.6407077Z [00:03:02.978]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:09.6408800Z [00:03:02.978]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3619502580/b1237/_pkg_.a
2025-08-20T21:20:09.6412643Z [00:03:02.978]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:09.6413227Z [00:03:02.978]➜  EOF
2025-08-20T21:20:09.6424372Z [00:03:02.978]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1239/_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/b1239=>" -p google.golang.org/protobuf/internal/filetype -lang=go1.22 -complete -installsuffix shared -buildid UAR4D2cj6QKJ2cWzWQs1/UAR4D2cj6QKJ2cWzWQs1 -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/filetype/build.go
2025-08-20T21:20:09.6428074Z [00:03:02.980]➜  go tool buildid -w $WORK/b1335/_pkg_.a # internal
2025-08-20T21:20:09.6446462Z [00:03:02.982]➜  cp $WORK/b1335/_pkg_.a /root/.cache/go-build/d5/d5195e8fb96dd843a777f613b8e6b26f304b9aacb7784074176cd0333f826567-d # internal
2025-08-20T21:20:09.6447633Z [00:03:02.982]➜  go.opentelemetry.io/otel/sdk/instrumentation
2025-08-20T21:20:09.6448173Z [00:03:02.983]➜  mkdir -p $WORK/b1336/
2025-08-20T21:20:09.6448892Z [00:03:02.983]➜  cat >/tmp/go-build3619502580/b1336/importcfg << 'EOF' # internal
2025-08-20T21:20:09.6449564Z [00:03:02.983]➜  # import config
2025-08-20T21:20:09.6450441Z [00:03:02.983]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3619502580/b401/_pkg_.a
2025-08-20T21:20:09.6451424Z [00:03:02.983]➜  EOF
2025-08-20T21:20:09.6456806Z [00:03:02.983]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1336/_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/b1336=>" -p go.opentelemetry.io/otel/sdk/instrumentation -lang=go1.22 -complete -installsuffix shared -buildid PxYpU6ftbbHxcTzCgtPK/PxYpU6ftbbHxcTzCgtPK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1336/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:20:09.6718748Z [00:03:03.011]➜  go tool buildid -w $WORK/b1336/_pkg_.a # internal
2025-08-20T21:20:09.6728170Z [00:03:03.012]➜  cp $WORK/b1336/_pkg_.a /root/.cache/go-build/8f/8f83460c90fe81d780e8366dd9778f9c5056b5ba72ca69b231bb36855b90b6bb-d # internal
2025-08-20T21:20:09.6736200Z [00:03:03.012]➜  go.opentelemetry.io/otel/sdk/metric/exemplar
2025-08-20T21:20:09.6757383Z [00:03:03.013]➜  mkdir -p $WORK/b1337/
2025-08-20T21:20:09.6758092Z [00:03:03.013]➜  cat >/tmp/go-build3619502580/b1337/importcfg << 'EOF' # internal
2025-08-20T21:20:09.6758714Z [00:03:03.013]➜  # import config
2025-08-20T21:20:09.6759324Z [00:03:03.013]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:09.6760330Z [00:03:03.013]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3619502580/b401/_pkg_.a
2025-08-20T21:20:09.6761560Z [00:03:03.013]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3619502580/b406/_pkg_.a
2025-08-20T21:20:09.6762451Z [00:03:03.013]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:09.6763212Z [00:03:03.013]➜  packagefile math/rand=/tmp/go-build3619502580/b108/_pkg_.a
2025-08-20T21:20:09.6763969Z [00:03:03.013]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:20:09.6764699Z [00:03:03.013]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:09.6765398Z [00:03:03.013]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:09.6765915Z [00:03:03.013]➜  EOF
2025-08-20T21:20:09.6785106Z [00:03:03.017]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1337/_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/b1337=>" -p go.opentelemetry.io/otel/sdk/metric/exemplar -lang=go1.22 -complete -installsuffix shared -buildid HF6WeksqRMPuKiv7pYaF/HF6WeksqRMPuKiv7pYaF -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/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:20:09.7149027Z [00:03:03.054]➜  go tool buildid -w $WORK/b1239/_pkg_.a # internal
2025-08-20T21:20:09.7177628Z [00:03:03.057]➜  cp $WORK/b1239/_pkg_.a /root/.cache/go-build/39/39607456414d8fb60a9e6216799cf81c2523600282bc319509af4036e20dace5-d # internal
2025-08-20T21:20:09.7188120Z [00:03:03.057]➜  google.golang.org/protobuf/runtime/protoimpl
2025-08-20T21:20:09.7188817Z [00:03:03.057]➜  mkdir -p $WORK/b1223/
2025-08-20T21:20:09.7189551Z [00:03:03.057]➜  cat >/tmp/go-build3619502580/b1223/importcfg << 'EOF' # internal
2025-08-20T21:20:09.7190237Z [00:03:03.057]➜  # import config
2025-08-20T21:20:09.7191188Z [00:03:03.057]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build3619502580/b1224/_pkg_.a
2025-08-20T21:20:09.7192849Z [00:03:03.057]➜  packagefile google.golang.org/protobuf/internal/filetype=/tmp/go-build3619502580/b1239/_pkg_.a
2025-08-20T21:20:09.7194209Z [00:03:03.057]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build3619502580/b1240/_pkg_.a
2025-08-20T21:20:09.7195803Z [00:03:03.057]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build3619502580/b1244/_pkg_.a
2025-08-20T21:20:09.7197443Z [00:03:03.057]➜  packagefile google.golang.org/protobuf/internal/version=/tmp/go-build3619502580/b1245/_pkg_.a
2025-08-20T21:20:09.7198357Z [00:03:03.057]➜  EOF
2025-08-20T21:20:09.7225339Z [00:03:03.057]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1223/_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/b1223=>" -p google.golang.org/protobuf/runtime/protoimpl -lang=go1.22 -complete -installsuffix shared -buildid dbaDTJCZNQx72KW1fAQn/dbaDTJCZNQx72KW1fAQn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1223/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:20:09.7459577Z [00:03:03.085]➜  go tool buildid -w $WORK/b1223/_pkg_.a # internal
2025-08-20T21:20:09.7470897Z [00:03:03.086]➜  cp $WORK/b1223/_pkg_.a /root/.cache/go-build/d3/d36c7d7be1f9776d1fa6d2dd6521788bdadb69e06cd5529deee3b5f8c5ecbdb0-d # internal
2025-08-20T21:20:09.7475332Z [00:03:03.086]➜  google.golang.org/genproto/googleapis/api
2025-08-20T21:20:09.7476096Z [00:03:03.086]➜  mkdir -p $WORK/b1216/
2025-08-20T21:20:09.7476859Z [00:03:03.087]➜  cat >/tmp/go-build3619502580/b1216/importcfg << 'EOF' # internal
2025-08-20T21:20:09.7477552Z [00:03:03.087]➜  # import config
2025-08-20T21:20:09.7478567Z [00:03:03.087]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:09.7479957Z [00:03:03.087]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:09.7481056Z [00:03:03.087]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:09.7482175Z [00:03:03.087]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:09.7482792Z [00:03:03.087]➜  EOF
2025-08-20T21:20:09.7487631Z [00:03:03.087]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1216/_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/b1216=>" -p google.golang.org/genproto/googleapis/api -lang=go1.23 -complete -installsuffix shared -buildid UZnOoC6X3_wdZIvUa7Pu/UZnOoC6X3_wdZIvUa7Pu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1216/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f/launch_stage.pb.go
2025-08-20T21:20:09.7857875Z [00:03:03.125]➜  go tool buildid -w $WORK/b1216/_pkg_.a # internal
2025-08-20T21:20:09.7870590Z [00:03:03.126]➜  cp $WORK/b1216/_pkg_.a /root/.cache/go-build/9a/9a19160d2d53f5657b8df26812d6d03b3f5ccd22ef199a64950a711a4c3cc945-d # internal
2025-08-20T21:20:09.7879799Z [00:03:03.126]➜  google.golang.org/protobuf/types/descriptorpb
2025-08-20T21:20:09.7880427Z [00:03:03.126]➜  mkdir -p $WORK/b1246/
2025-08-20T21:20:09.7881093Z [00:03:03.126]➜  cat >/tmp/go-build3619502580/b1246/importcfg << 'EOF' # internal
2025-08-20T21:20:09.7881880Z [00:03:03.126]➜  # import config
2025-08-20T21:20:09.7882755Z [00:03:03.126]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:09.7884096Z [00:03:03.126]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:09.7885114Z [00:03:03.126]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:09.7885874Z [00:03:03.126]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:09.7886416Z [00:03:03.126]➜  EOF
2025-08-20T21:20:09.7895206Z [00:03:03.127]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1246/_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/b1246=>" -p google.golang.org/protobuf/types/descriptorpb -lang=go1.22 -complete -installsuffix shared -buildid 388F7FrLjcFhYvF1Xz28/388F7FrLjcFhYvF1Xz28 -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/descriptorpb/descriptor.pb.go
2025-08-20T21:20:09.7898788Z [00:03:03.128]➜  go tool buildid -w $WORK/b1337/_pkg_.a # internal
2025-08-20T21:20:09.7908790Z [00:03:03.130]➜  cp $WORK/b1337/_pkg_.a /root/.cache/go-build/b1/b1618198fbd59c75d2d7369a2feadcfb3f2f8cc867b14f1fc1fe66bdba2f2278-d # internal
2025-08-20T21:20:09.7942438Z [00:03:03.133]➜  google.golang.org/protobuf/types/known/durationpb
2025-08-20T21:20:09.7943128Z [00:03:03.133]➜  mkdir -p $WORK/b1247/
2025-08-20T21:20:09.7943769Z [00:03:03.133]➜  cat >/tmp/go-build3619502580/b1247/importcfg << 'EOF' # internal
2025-08-20T21:20:09.7952108Z [00:03:03.133]➜  # import config
2025-08-20T21:20:09.7953209Z [00:03:03.133]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:09.7954620Z [00:03:03.133]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:09.7955678Z [00:03:03.133]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:09.7956480Z [00:03:03.133]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:09.7957288Z [00:03:03.133]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:09.7958094Z [00:03:03.133]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:09.7958665Z [00:03:03.133]➜  EOF
2025-08-20T21:20:09.7962858Z [00:03:03.133]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1247/_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/b1247=>" -p google.golang.org/protobuf/types/known/durationpb -lang=go1.22 -complete -installsuffix shared -buildid VZnrKtMs-3l0NH1wTJe6/VZnrKtMs-3l0NH1wTJe6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1247/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/durationpb/duration.pb.go
2025-08-20T21:20:09.8456237Z [00:03:03.185]➜  go tool buildid -w $WORK/b1247/_pkg_.a # internal
2025-08-20T21:20:09.8471693Z [00:03:03.186]➜  cp $WORK/b1247/_pkg_.a /root/.cache/go-build/d3/d3120eb8834a9462c94797b0f90f90828317998f027f07f65f61bd208b52e1b2-d # internal
2025-08-20T21:20:09.8473040Z [00:03:03.186]➜  google.golang.org/genproto/googleapis/type/expr
2025-08-20T21:20:09.8476584Z [00:03:03.186]➜  mkdir -p $WORK/b1248/
2025-08-20T21:20:09.8477940Z [00:03:03.187]➜  cat >/tmp/go-build3619502580/b1248/importcfg << 'EOF' # internal
2025-08-20T21:20:09.8478590Z [00:03:03.187]➜  # import config
2025-08-20T21:20:09.8479546Z [00:03:03.187]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:09.8481014Z [00:03:03.187]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:09.8482378Z [00:03:03.187]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:09.8483209Z [00:03:03.187]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:09.8483839Z [00:03:03.187]➜  EOF
2025-08-20T21:20:09.8488479Z [00:03:03.187]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1248/_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/b1248=>" -p google.golang.org/genproto/googleapis/type/expr -lang=go1.23 -complete -installsuffix shared -buildid DkvKhWdSVPeZQSKt_UHL/DkvKhWdSVPeZQSKt_UHL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1248/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250422160041-2d3770c4ea7f/googleapis/type/expr/expr.pb.go
2025-08-20T21:20:09.9107140Z [00:03:03.250]➜  go tool buildid -w $WORK/b1248/_pkg_.a # internal
2025-08-20T21:20:09.9119981Z [00:03:03.251]➜  cp $WORK/b1248/_pkg_.a /root/.cache/go-build/1c/1c8d5b5b0430e1189ec948ec41083a0d2725327164cb6b1fa0202b1a97a1f3ba-d # internal
2025-08-20T21:20:09.9126978Z [00:03:03.252]➜  google.golang.org/protobuf/protoadapt
2025-08-20T21:20:09.9154579Z [00:03:03.255]➜  mkdir -p $WORK/b1278/
2025-08-20T21:20:09.9159802Z [00:03:03.255]➜  cat >/tmp/go-build3619502580/b1278/importcfg << 'EOF' # internal
2025-08-20T21:20:09.9169340Z [00:03:03.255]➜  # import config
2025-08-20T21:20:09.9170206Z [00:03:03.255]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:09.9171719Z [00:03:03.255]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3619502580/b1238/_pkg_.a
2025-08-20T21:20:09.9172927Z [00:03:03.255]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:09.9173684Z [00:03:03.255]➜  EOF
2025-08-20T21:20:09.9177443Z [00:03:03.255]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1278/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/protoadapt=>google.golang.org/protobuf@v1.36.6/protoadapt;$WORK/b1278=>" -p google.golang.org/protobuf/protoadapt -lang=go1.22 -complete -installsuffix shared -buildid g6-ktFMdKRA2UTW-ZQbE/g6-ktFMdKRA2UTW-ZQbE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1278/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/protoadapt/convert.go
2025-08-20T21:20:09.9646649Z [00:03:03.304]➜  go tool buildid -w $WORK/b1278/_pkg_.a # internal
2025-08-20T21:20:09.9656019Z [00:03:03.304]➜  cp $WORK/b1278/_pkg_.a /root/.cache/go-build/c0/c04552c47cfc070821dbc66b3e8c989c27c59a26f9b8e913979e683a4595bcd5-d # internal
2025-08-20T21:20:09.9657232Z [00:03:03.304]➜  google.golang.org/grpc/internal/pretty
2025-08-20T21:20:09.9657870Z [00:03:03.304]➜  mkdir -p $WORK/b1275/
2025-08-20T21:20:09.9658644Z [00:03:03.304]➜  cat >/tmp/go-build3619502580/b1275/importcfg << 'EOF' # internal
2025-08-20T21:20:09.9659626Z [00:03:03.304]➜  # import config
2025-08-20T21:20:09.9660282Z [00:03:03.304]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:09.9661134Z [00:03:03.304]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:09.9662368Z [00:03:03.304]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:09.9663465Z [00:03:03.304]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3619502580/b1276/_pkg_.a
2025-08-20T21:20:09.9664818Z [00:03:03.304]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build3619502580/b1278/_pkg_.a
2025-08-20T21:20:09.9665663Z [00:03:03.304]➜  EOF
2025-08-20T21:20:09.9669205Z [00:03:03.304]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1275/_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/b1275=>" -p google.golang.org/grpc/internal/pretty -lang=go1.23 -complete -installsuffix shared -buildid 9bsVCwAe4KUpCIT8YZam/9bsVCwAe4KUpCIT8YZam -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1275/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/pretty/pretty.go
2025-08-20T21:20:10.0148760Z [00:03:03.354]➜  go tool buildid -w $WORK/b1275/_pkg_.a # internal
2025-08-20T21:20:10.0171131Z [00:03:03.355]➜  cp $WORK/b1275/_pkg_.a /root/.cache/go-build/66/66f0e9568ac1f5445f961e6062ecb40c80fc0d05c62883fb641cf90256060560-d # internal
2025-08-20T21:20:10.0172521Z [00:03:03.355]➜  google.golang.org/grpc/balancer/pickfirst/pickfirstleaf
2025-08-20T21:20:10.0173121Z [00:03:03.355]➜  mkdir -p $WORK/b1273/
2025-08-20T21:20:10.0173745Z [00:03:03.356]➜  cat >/tmp/go-build3619502580/b1273/importcfg << 'EOF' # internal
2025-08-20T21:20:10.0174315Z [00:03:03.356]➜  # import config
2025-08-20T21:20:10.0174892Z [00:03:03.356]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:10.0175794Z [00:03:03.356]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:10.0176599Z [00:03:03.356]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:10.0177418Z [00:03:03.356]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3619502580/b1254/_pkg_.a
2025-08-20T21:20:10.0178533Z [00:03:03.356]➜  packagefile google.golang.org/grpc/balancer/pickfirst/internal=/tmp/go-build3619502580/b1272/_pkg_.a
2025-08-20T21:20:10.0179628Z [00:03:03.356]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3619502580/b1257/_pkg_.a
2025-08-20T21:20:10.0180668Z [00:03:03.356]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3619502580/b1266/_pkg_.a
2025-08-20T21:20:10.0181824Z [00:03:03.356]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:10.0182841Z [00:03:03.356]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3619502580/b1263/_pkg_.a
2025-08-20T21:20:10.0183923Z [00:03:03.356]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:20:10.0184998Z [00:03:03.356]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3619502580/b1275/_pkg_.a
2025-08-20T21:20:10.0185995Z [00:03:03.356]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:10.0187004Z [00:03:03.356]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3619502580/b1265/_pkg_.a
2025-08-20T21:20:10.0187837Z [00:03:03.356]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:10.0188513Z [00:03:03.356]➜  packagefile net/netip=/tmp/go-build3619502580/b163/_pkg_.a
2025-08-20T21:20:10.0189198Z [00:03:03.356]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:10.0189845Z [00:03:03.356]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:10.0190342Z [00:03:03.356]➜  EOF
2025-08-20T21:20:10.0199734Z [00:03:03.356]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1273/_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/b1273=>" -p google.golang.org/grpc/balancer/pickfirst/pickfirstleaf -lang=go1.23 -complete -installsuffix shared -buildid uhURYoSbfYpf1Cnl5_XR/uhURYoSbfYpf1Cnl5_XR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1273/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/pickfirst/pickfirstleaf/pickfirstleaf.go
2025-08-20T21:20:10.1557401Z [00:03:03.495]➜  go tool buildid -w $WORK/b1273/_pkg_.a # internal
2025-08-20T21:20:10.1582971Z [00:03:03.497]➜  cp $WORK/b1273/_pkg_.a /root/.cache/go-build/db/db75c024011b769d433b869887ddd0f4aac8fc5203cb3caf073322b6477c07f3-d # internal
2025-08-20T21:20:10.1604750Z [00:03:03.500]➜  google.golang.org/grpc/balancer/pickfirst
2025-08-20T21:20:10.1619271Z [00:03:03.500]➜  mkdir -p $WORK/b1271/
2025-08-20T21:20:10.1620252Z [00:03:03.500]➜  cat >/tmp/go-build3619502580/b1271/importcfg << 'EOF' # internal
2025-08-20T21:20:10.1620962Z [00:03:03.500]➜  # import config
2025-08-20T21:20:10.1621836Z [00:03:03.500]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:10.1622661Z [00:03:03.500]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:10.1623436Z [00:03:03.500]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:10.1624373Z [00:03:03.500]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3619502580/b1254/_pkg_.a
2025-08-20T21:20:10.1625616Z [00:03:03.500]➜  packagefile google.golang.org/grpc/balancer/pickfirst/internal=/tmp/go-build3619502580/b1272/_pkg_.a
2025-08-20T21:20:10.1627097Z [00:03:03.500]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build3619502580/b1273/_pkg_.a
2025-08-20T21:20:10.1629381Z [00:03:03.500]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3619502580/b1257/_pkg_.a
2025-08-20T21:20:10.1630604Z [00:03:03.500]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:10.1632486Z [00:03:03.500]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3619502580/b1263/_pkg_.a
2025-08-20T21:20:10.1633839Z [00:03:03.500]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:20:10.1635145Z [00:03:03.500]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3619502580/b1275/_pkg_.a
2025-08-20T21:20:10.1636382Z [00:03:03.500]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:10.1637599Z [00:03:03.500]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3619502580/b1265/_pkg_.a
2025-08-20T21:20:10.1638663Z [00:03:03.500]➜  packagefile math/rand/v2=/tmp/go-build3619502580/b103/_pkg_.a
2025-08-20T21:20:10.1639322Z [00:03:03.500]➜  EOF
2025-08-20T21:20:10.1643587Z [00:03:03.500]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1271/_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/b1271=>" -p google.golang.org/grpc/balancer/pickfirst -lang=go1.23 -complete -installsuffix shared -buildid ERxvJtvLlSrSsjRVpcfk/ERxvJtvLlSrSsjRVpcfk -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/pickfirst.go
2025-08-20T21:20:10.1946848Z [00:03:03.531]➜  go tool buildid -w $WORK/b1271/_pkg_.a # internal
2025-08-20T21:20:10.1951539Z [00:03:03.533]➜  cp $WORK/b1271/_pkg_.a /root/.cache/go-build/e8/e887de5447377ccdc94b173e940ede688d305acd509a1f24c2eee2c9e9073472-d # internal
2025-08-20T21:20:10.1952847Z [00:03:03.533]➜  google.golang.org/grpc/balancer/roundrobin
2025-08-20T21:20:10.1953493Z [00:03:03.533]➜  mkdir -p $WORK/b1279/
2025-08-20T21:20:10.1954164Z [00:03:03.534]➜  cat >/tmp/go-build3619502580/b1279/importcfg << 'EOF' # internal
2025-08-20T21:20:10.1954876Z [00:03:03.534]➜  # import config
2025-08-20T21:20:10.1955855Z [00:03:03.534]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:10.1956875Z [00:03:03.534]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3619502580/b1254/_pkg_.a
2025-08-20T21:20:10.1958229Z [00:03:03.534]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build3619502580/b1280/_pkg_.a
2025-08-20T21:20:10.1959982Z [00:03:03.534]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build3619502580/b1273/_pkg_.a
2025-08-20T21:20:10.1961543Z [00:03:03.534]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:10.1963425Z [00:03:03.534]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:20:10.1964423Z [00:03:03.534]➜  EOF
2025-08-20T21:20:10.1968401Z [00:03:03.534]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1279/_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/b1279=>" -p google.golang.org/grpc/balancer/roundrobin -lang=go1.23 -complete -installsuffix shared -buildid VPgg2sQ7eQko1Rtev3rB/VPgg2sQ7eQko1Rtev3rB -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/roundrobin/roundrobin.go
2025-08-20T21:20:10.2015339Z [00:03:03.541]➜  go tool buildid -w $WORK/b1246/_pkg_.a # internal
2025-08-20T21:20:10.2094655Z [00:03:03.549]➜  cp $WORK/b1246/_pkg_.a /root/.cache/go-build/49/491adb4c723c992874cc74f5f1e772ac32f9b8b21bcca506674eebbd2339f2d9-d # internal
2025-08-20T21:20:10.2128094Z [00:03:03.552]➜  google.golang.org/genproto/googleapis/api/annotations
2025-08-20T21:20:10.2129389Z [00:03:03.552]➜  mkdir -p $WORK/b1215/
2025-08-20T21:20:10.2138228Z [00:03:03.553]➜  cat >/tmp/go-build3619502580/b1215/importcfg << 'EOF' # internal
2025-08-20T21:20:10.2140280Z [00:03:03.553]➜  # import config
2025-08-20T21:20:10.2144445Z [00:03:03.553]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build3619502580/b1216/_pkg_.a
2025-08-20T21:20:10.2145910Z [00:03:03.553]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:10.2147348Z [00:03:03.553]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:10.2148769Z [00:03:03.553]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3619502580/b1246/_pkg_.a
2025-08-20T21:20:10.2150216Z [00:03:03.553]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:10.2151556Z [00:03:03.553]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:10.2152396Z [00:03:03.553]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:10.2153037Z [00:03:03.553]➜  EOF
2025-08-20T21:20:10.2165216Z [00:03:03.553]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1215/_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/b1215=>" -p google.golang.org/genproto/googleapis/api/annotations -lang=go1.23 -complete -installsuffix shared -buildid R6VqzyfcClXrPxDJXuHG/R6VqzyfcClXrPxDJXuHG -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/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:20:10.2178547Z [00:03:03.557]➜  go tool buildid -w $WORK/b1279/_pkg_.a # internal
2025-08-20T21:20:10.2189498Z [00:03:03.558]➜  cp $WORK/b1279/_pkg_.a /root/.cache/go-build/7f/7fb3671b7eec7a1ec42679ae1bcab17461d16f1a9f3df11f2c20e232180ebf8c-d # internal
2025-08-20T21:20:10.2219747Z [00:03:03.558]➜  google.golang.org/grpc/encoding/proto
2025-08-20T21:20:10.2220396Z [00:03:03.559]➜  mkdir -p $WORK/b1286/
2025-08-20T21:20:10.2221152Z [00:03:03.559]➜  cat >/tmp/go-build3619502580/b1286/importcfg << 'EOF' # internal
2025-08-20T21:20:10.2222070Z [00:03:03.559]➜  # import config
2025-08-20T21:20:10.2222732Z [00:03:03.559]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:10.2223909Z [00:03:03.559]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build3619502580/b1283/_pkg_.a
2025-08-20T21:20:10.2225027Z [00:03:03.559]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build3619502580/b1285/_pkg_.a
2025-08-20T21:20:10.2226147Z [00:03:03.559]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:10.2227390Z [00:03:03.559]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build3619502580/b1278/_pkg_.a
2025-08-20T21:20:10.2228215Z [00:03:03.559]➜  EOF
2025-08-20T21:20:10.2232170Z [00:03:03.559]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1286/_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/b1286=>" -p google.golang.org/grpc/encoding/proto -lang=go1.23 -complete -installsuffix shared -buildid O5ZSbMBj51SxpOY_lRCx/O5ZSbMBj51SxpOY_lRCx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1286/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/encoding/proto/proto.go
2025-08-20T21:20:10.2482755Z [00:03:03.587]➜  go tool buildid -w $WORK/b1286/_pkg_.a # internal
2025-08-20T21:20:10.2490805Z [00:03:03.588]➜  cp $WORK/b1286/_pkg_.a /root/.cache/go-build/d4/d4198a29fa6bedab06464eca1248573f3be7da4b3bc15feb133e781dd7138b4e-d # internal
2025-08-20T21:20:10.2500259Z [00:03:03.589]➜  google.golang.org/protobuf/types/known/timestamppb
2025-08-20T21:20:10.2502112Z [00:03:03.589]➜  mkdir -p $WORK/b1292/
2025-08-20T21:20:10.2504391Z [00:03:03.589]➜  cat >/tmp/go-build3619502580/b1292/importcfg << 'EOF' # internal
2025-08-20T21:20:10.2505121Z [00:03:03.589]➜  # import config
2025-08-20T21:20:10.2507175Z [00:03:03.589]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:10.2508641Z [00:03:03.589]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:10.2510898Z [00:03:03.589]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:10.2512375Z [00:03:03.589]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:10.2514800Z [00:03:03.589]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:10.2515582Z [00:03:03.589]➜  EOF
2025-08-20T21:20:10.2520478Z [00:03:03.589]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1292/_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/b1292=>" -p google.golang.org/protobuf/types/known/timestamppb -lang=go1.22 -complete -installsuffix shared -buildid 6U3NERF6dR3OY6qdvsAM/6U3NERF6dR3OY6qdvsAM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1292/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/timestamppb/timestamp.pb.go
2025-08-20T21:20:10.2935004Z [00:03:03.632]➜  go tool buildid -w $WORK/b1292/_pkg_.a # internal
2025-08-20T21:20:10.2948249Z [00:03:03.634]➜  cp $WORK/b1292/_pkg_.a /root/.cache/go-build/42/423a6f4e43454bd774cb140c48c6de66fc963784e826d91d9b3b1b4e70330408-d # internal
2025-08-20T21:20:10.2982804Z [00:03:03.634]➜  google.golang.org/grpc/binarylog/grpc_binarylog_v1
2025-08-20T21:20:10.2983515Z [00:03:03.634]➜  mkdir -p $WORK/b1291/
2025-08-20T21:20:10.2984498Z [00:03:03.635]➜  cat >/tmp/go-build3619502580/b1291/importcfg << 'EOF' # internal
2025-08-20T21:20:10.2985186Z [00:03:03.635]➜  # import config
2025-08-20T21:20:10.2986166Z [00:03:03.635]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:10.2987575Z [00:03:03.635]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:10.2988962Z [00:03:03.635]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:10.2990566Z [00:03:03.635]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3619502580/b1292/_pkg_.a
2025-08-20T21:20:10.2992107Z [00:03:03.635]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:10.2992946Z [00:03:03.635]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:10.2993555Z [00:03:03.635]➜  EOF
2025-08-20T21:20:10.2997582Z [00:03:03.635]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1291/_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/b1291=>" -p google.golang.org/grpc/binarylog/grpc_binarylog_v1 -lang=go1.23 -complete -installsuffix shared -buildid jkwRCZQUO8TghF77BAIi/jkwRCZQUO8TghF77BAIi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1291/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/binarylog/grpc_binarylog_v1/binarylog.pb.go
2025-08-20T21:20:10.4039290Z [00:03:03.743]➜  go tool buildid -w $WORK/b1291/_pkg_.a # internal
2025-08-20T21:20:10.4065143Z [00:03:03.746]➜  cp $WORK/b1291/_pkg_.a /root/.cache/go-build/30/308041716cef4bc3b8eb49e374ce534fefd1e39729cd51cb7ad31d4bbe02b2d5-d # internal
2025-08-20T21:20:10.4070564Z [00:03:03.746]➜  google.golang.org/protobuf/types/known/anypb
2025-08-20T21:20:10.4073257Z [00:03:03.746]➜  mkdir -p $WORK/b1295/
2025-08-20T21:20:10.4078574Z [00:03:03.747]➜  cat >/tmp/go-build3619502580/b1295/importcfg << 'EOF' # internal
2025-08-20T21:20:10.4079975Z [00:03:03.747]➜  # import config
2025-08-20T21:20:10.4080845Z [00:03:03.747]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:10.4082462Z [00:03:03.747]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:10.4083909Z [00:03:03.747]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3619502580/b1237/_pkg_.a
2025-08-20T21:20:10.4085308Z [00:03:03.747]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:10.4086460Z [00:03:03.747]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:10.4087311Z [00:03:03.747]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:10.4088138Z [00:03:03.747]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:10.4088744Z [00:03:03.747]➜  EOF
2025-08-20T21:20:10.4092696Z [00:03:03.747]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1295/_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/b1295=>" -p google.golang.org/protobuf/types/known/anypb -lang=go1.22 -complete -installsuffix shared -buildid UHckf3DSiIOm70jj8maq/UHckf3DSiIOm70jj8maq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1295/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/anypb/any.pb.go
2025-08-20T21:20:10.4322366Z [00:03:03.771]➜  go tool buildid -w $WORK/b1215/_pkg_.a # internal
2025-08-20T21:20:10.4380016Z [00:03:03.776]➜  cp $WORK/b1215/_pkg_.a /root/.cache/go-build/cf/cfb89092a6ba65482f278d4782ca8e82c729dd88206fd61318dcba9352fed577-d # internal
2025-08-20T21:20:10.4381909Z [00:03:03.776]➜  google.golang.org/protobuf/types/known/fieldmaskpb
2025-08-20T21:20:10.4382627Z [00:03:03.776]➜  mkdir -p $WORK/b1318/
2025-08-20T21:20:10.4383558Z [00:03:03.777]➜  cat >/tmp/go-build3619502580/b1318/importcfg << 'EOF' # internal
2025-08-20T21:20:10.4384255Z [00:03:03.777]➜  # import config
2025-08-20T21:20:10.4385110Z [00:03:03.777]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:10.4386451Z [00:03:03.777]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:10.4387842Z [00:03:03.777]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:10.4388940Z [00:03:03.777]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:10.4389930Z [00:03:03.777]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:10.4390795Z [00:03:03.777]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:10.4391832Z [00:03:03.777]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:10.4392445Z [00:03:03.777]➜  EOF
2025-08-20T21:20:10.4396604Z [00:03:03.777]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1318/_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/b1318=>" -p google.golang.org/protobuf/types/known/fieldmaskpb -lang=go1.22 -complete -installsuffix shared -buildid UltDXzy7JVK1qTrpr9DG/UltDXzy7JVK1qTrpr9DG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1318/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/fieldmaskpb/field_mask.pb.go
2025-08-20T21:20:10.4636299Z [00:03:03.803]➜  go tool buildid -w $WORK/b1295/_pkg_.a # internal
2025-08-20T21:20:10.4657386Z [00:03:03.805]➜  cp $WORK/b1295/_pkg_.a /root/.cache/go-build/da/da7a03b41e88d5b31fb28965a91a34735edaea9ea475b1215aecaa2dce8e08a4-d # internal
2025-08-20T21:20:10.4671554Z [00:03:03.806]➜  google.golang.org/genproto/googleapis/rpc/status
2025-08-20T21:20:10.4677158Z [00:03:03.806]➜  mkdir -p $WORK/b1294/
2025-08-20T21:20:10.4677934Z [00:03:03.806]➜  cat >/tmp/go-build3619502580/b1294/importcfg << 'EOF' # internal
2025-08-20T21:20:10.4678637Z [00:03:03.806]➜  # import config
2025-08-20T21:20:10.4679625Z [00:03:03.806]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:10.4681011Z [00:03:03.806]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:10.4682895Z [00:03:03.806]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:10.4684012Z [00:03:03.806]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:10.4684863Z [00:03:03.806]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:10.4685477Z [00:03:03.806]➜  EOF
2025-08-20T21:20:10.4690104Z [00:03:03.806]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1294/_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/b1294=>" -p google.golang.org/genproto/googleapis/rpc/status -lang=go1.23 -complete -installsuffix shared -buildid xf94QRl7iiZc-0abt5Fm/xf94QRl7iiZc-0abt5Fm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1294/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250422160041-2d3770c4ea7f/status/status.pb.go
2025-08-20T21:20:10.4897853Z [00:03:03.829]➜  go tool buildid -w $WORK/b1318/_pkg_.a # internal
2025-08-20T21:20:10.4912241Z [00:03:03.830]➜  cp $WORK/b1318/_pkg_.a /root/.cache/go-build/b3/b32ab0689c0d48530d134d734588028706734f9c73e590d55c53234c332aa4a0-d # internal
2025-08-20T21:20:10.4920127Z [00:03:03.831]➜  google.golang.org/genproto/googleapis/rpc/code
2025-08-20T21:20:10.4927529Z [00:03:03.831]➜  mkdir -p $WORK/b1322/
2025-08-20T21:20:10.4928329Z [00:03:03.831]➜  cat >/tmp/go-build3619502580/b1322/importcfg << 'EOF' # internal
2025-08-20T21:20:10.4929281Z [00:03:03.831]➜  # import config
2025-08-20T21:20:10.4930276Z [00:03:03.831]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:10.4931957Z [00:03:03.831]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:10.4936380Z [00:03:03.831]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:10.4937275Z [00:03:03.831]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:10.4937897Z [00:03:03.831]➜  EOF
2025-08-20T21:20:10.4942827Z [00:03:03.831]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1322/_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/b1322=>" -p google.golang.org/genproto/googleapis/rpc/code -lang=go1.23 -complete -installsuffix shared -buildid Kg_EnPWTUATzW2hN1Uv2/Kg_EnPWTUATzW2hN1Uv2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1322/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250422160041-2d3770c4ea7f/code/code.pb.go
2025-08-20T21:20:10.5137637Z [00:03:03.853]➜  go tool buildid -w $WORK/b1294/_pkg_.a # internal
2025-08-20T21:20:10.5166283Z [00:03:03.856]➜  cp $WORK/b1294/_pkg_.a /root/.cache/go-build/b6/b634b4412b34841411698143ebaf530e6ffeddc46ef42b59981132c8f7410ba3-d # internal
2025-08-20T21:20:10.5169923Z [00:03:03.856]➜  google.golang.org/grpc/internal/status
2025-08-20T21:20:10.5170550Z [00:03:03.856]➜  mkdir -p $WORK/b1296/
2025-08-20T21:20:10.5171661Z [00:03:03.856]➜  cat >/tmp/go-build3619502580/b1296/importcfg << 'EOF' # internal
2025-08-20T21:20:10.5172364Z [00:03:03.856]➜  # import config
2025-08-20T21:20:10.5173041Z [00:03:03.856]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:10.5173880Z [00:03:03.856]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:10.5175008Z [00:03:03.856]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3619502580/b1294/_pkg_.a
2025-08-20T21:20:10.5176269Z [00:03:03.856]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:10.5177375Z [00:03:03.856]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:10.5178551Z [00:03:03.856]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build3619502580/b1278/_pkg_.a
2025-08-20T21:20:10.5179897Z [00:03:03.856]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:10.5180662Z [00:03:03.856]➜  EOF
2025-08-20T21:20:10.5183919Z [00:03:03.856]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1296/_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/b1296=>" -p google.golang.org/grpc/internal/status -lang=go1.23 -complete -installsuffix shared -buildid Wr0IjSZlabAgsw4J6zmQ/Wr0IjSZlabAgsw4J6zmQ -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/status/status.go
2025-08-20T21:20:10.5309185Z [00:03:03.870]➜  go tool buildid -w $WORK/b1322/_pkg_.a # internal
2025-08-20T21:20:10.5321707Z [00:03:03.871]➜  cp $WORK/b1322/_pkg_.a /root/.cache/go-build/50/50f5d7233bc3b0812e9ab9549d255234c34e1987b535261c59df8fa32a9b9bf8-d # internal
2025-08-20T21:20:10.5325227Z [00:03:03.872]➜  github.com/googleapis/gax-go/v2/apierror/internal/proto
2025-08-20T21:20:10.5325859Z [00:03:03.872]➜  mkdir -p $WORK/b1321/
2025-08-20T21:20:10.5329998Z [00:03:03.872]➜  cat >/tmp/go-build3619502580/b1321/importcfg << 'EOF' # internal
2025-08-20T21:20:10.5337146Z [00:03:03.872]➜  # import config
2025-08-20T21:20:10.5338087Z [00:03:03.872]➜  packagefile google.golang.org/genproto/googleapis/rpc/code=/tmp/go-build3619502580/b1322/_pkg_.a
2025-08-20T21:20:10.5339663Z [00:03:03.872]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:10.5340961Z [00:03:03.872]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:10.5342481Z [00:03:03.872]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:10.5343532Z [00:03:03.872]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:10.5344536Z [00:03:03.872]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:10.5345264Z [00:03:03.872]➜  EOF
2025-08-20T21:20:10.5350373Z [00:03:03.872]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1321/_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/b1321=>" -p github.com/googleapis/gax-go/v2/apierror/internal/proto -lang=go1.21 -complete -installsuffix shared -buildid kbwzo2qxD-7dzAzd0kg4/kbwzo2qxD-7dzAzd0kg4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1321/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:20:10.5718620Z [00:03:03.911]➜  go tool buildid -w $WORK/b1296/_pkg_.a # internal
2025-08-20T21:20:10.5734292Z [00:03:03.912]➜  cp $WORK/b1296/_pkg_.a /root/.cache/go-build/c0/c004968894111ef19b9d43275538fb1ea5404a526a3426be1f6ed6189a59910b-d # internal
2025-08-20T21:20:10.5735512Z [00:03:03.913]➜  google.golang.org/grpc/status
2025-08-20T21:20:10.5742656Z [00:03:03.913]➜  mkdir -p $WORK/b1293/
2025-08-20T21:20:10.5745295Z [00:03:03.913]➜  cat >/tmp/go-build3619502580/b1293/importcfg << 'EOF' # internal
2025-08-20T21:20:10.5746022Z [00:03:03.913]➜  # import config
2025-08-20T21:20:10.5746900Z [00:03:03.913]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:10.5749768Z [00:03:03.913]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:10.5750558Z [00:03:03.913]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:10.5751738Z [00:03:03.913]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3619502580/b1294/_pkg_.a
2025-08-20T21:20:10.5752945Z [00:03:03.913]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:10.5754137Z [00:03:03.913]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build3619502580/b1296/_pkg_.a
2025-08-20T21:20:10.5754937Z [00:03:03.913]➜  EOF
2025-08-20T21:20:10.5758298Z [00:03:03.913]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1293/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/status=>google.golang.org/grpc@v1.72.0/status;$WORK/b1293=>" -p google.golang.org/grpc/status -lang=go1.23 -complete -installsuffix shared -buildid CJEd9ZwXLOewpxD__3r6/CJEd9ZwXLOewpxD__3r6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1293/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/status/status.go
2025-08-20T21:20:10.5924271Z [00:03:03.932]➜  go tool buildid -w $WORK/b1321/_pkg_.a # internal
2025-08-20T21:20:10.5939562Z [00:03:03.933]➜  cp $WORK/b1321/_pkg_.a /root/.cache/go-build/8c/8caca0cca255f655357ea17ecc34faa146d4152f7ac896f2cf3ee3e453b9dae6-d # internal
2025-08-20T21:20:10.5942638Z [00:03:03.933]➜  google.golang.org/genproto/googleapis/rpc/errdetails
2025-08-20T21:20:10.5943315Z [00:03:03.933]➜  mkdir -p $WORK/b1325/
2025-08-20T21:20:10.5956345Z [00:03:03.935]➜  cat >/tmp/go-build3619502580/b1325/importcfg << 'EOF' # internal
2025-08-20T21:20:10.5957632Z [00:03:03.935]➜  # import config
2025-08-20T21:20:10.5958623Z [00:03:03.935]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:10.5959990Z [00:03:03.935]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:10.5963614Z [00:03:03.935]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:10.5964733Z [00:03:03.935]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:10.5965522Z [00:03:03.935]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:10.5966088Z [00:03:03.935]➜  EOF
2025-08-20T21:20:10.5970983Z [00:03:03.935]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1325/_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/b1325=>" -p google.golang.org/genproto/googleapis/rpc/errdetails -lang=go1.23 -complete -installsuffix shared -buildid 7tHbx5KOZ0KSmPqfaTyI/7tHbx5KOZ0KSmPqfaTyI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1325/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:20:10.6179389Z [00:03:03.957]➜  go tool buildid -w $WORK/b1293/_pkg_.a # internal
2025-08-20T21:20:10.6192497Z [00:03:03.958]➜  cp $WORK/b1293/_pkg_.a /root/.cache/go-build/5c/5c3de9c5199397f83ec0738187ce63d512be14640d2e0d3a2d3023bcdc96481f-d # internal
2025-08-20T21:20:10.6195187Z [00:03:03.959]➜  google.golang.org/grpc/internal/binarylog
2025-08-20T21:20:10.6197357Z [00:03:03.959]➜  mkdir -p $WORK/b1290/
2025-08-20T21:20:10.6205682Z [00:03:03.960]➜  cat >/tmp/go-build3619502580/b1290/importcfg << 'EOF' # internal
2025-08-20T21:20:10.6206404Z [00:03:03.960]➜  # import config
2025-08-20T21:20:10.6207241Z [00:03:03.960]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:20:10.6208074Z [00:03:03.960]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:10.6208929Z [00:03:03.960]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:20:10.6209773Z [00:03:03.960]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:10.6210535Z [00:03:03.960]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:10.6222067Z [00:03:03.960]➜  packagefile google.golang.org/grpc/binarylog/grpc_binarylog_v1=/tmp/go-build3619502580/b1291/_pkg_.a
2025-08-20T21:20:10.6223409Z [00:03:03.960]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:10.6224657Z [00:03:03.960]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3619502580/b1284/_pkg_.a
2025-08-20T21:20:10.6225880Z [00:03:03.960]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:20:10.6227038Z [00:03:03.960]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:20:10.6228190Z [00:03:03.960]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:10.6229533Z [00:03:03.960]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:10.6230949Z [00:03:03.960]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3619502580/b1292/_pkg_.a
2025-08-20T21:20:10.6232128Z [00:03:03.960]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:10.6232869Z [00:03:03.960]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:10.6233621Z [00:03:03.960]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:10.6234399Z [00:03:03.960]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:10.6235202Z [00:03:03.960]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:10.6236231Z [00:03:03.960]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:10.6236955Z [00:03:03.960]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:10.6237862Z [00:03:03.960]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:10.6238637Z [00:03:03.960]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:10.6239190Z [00:03:03.960]➜  EOF
2025-08-20T21:20:10.6245569Z [00:03:03.961]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1290/_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/b1290=>" -p google.golang.org/grpc/internal/binarylog -lang=go1.23 -complete -installsuffix shared -buildid zJzEbzD3YFGAOnco4yed/zJzEbzD3YFGAOnco4yed -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1290/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:20:10.6830471Z [00:03:04.022]➜  go tool buildid -w $WORK/b1325/_pkg_.a # internal
2025-08-20T21:20:10.6853704Z [00:03:04.025]➜  cp $WORK/b1325/_pkg_.a /root/.cache/go-build/d2/d2562fd8392a40982b5068143caa011fb56bbf4bf023d7b76f6667280231defb-d # internal
2025-08-20T21:20:10.6862149Z [00:03:04.025]➜  google.golang.org/grpc/internal/transport
2025-08-20T21:20:10.6863932Z [00:03:04.026]➜  mkdir -p $WORK/b1309/
2025-08-20T21:20:10.6881568Z [00:03:04.027]➜  cat >/tmp/go-build3619502580/b1309/importcfg << 'EOF' # internal
2025-08-20T21:20:10.6882495Z [00:03:04.027]➜  # import config
2025-08-20T21:20:10.6883342Z [00:03:04.027]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:20:10.6884246Z [00:03:04.027]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:10.6885207Z [00:03:04.027]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:10.6886195Z [00:03:04.027]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:20:10.6887211Z [00:03:04.027]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:10.6888214Z [00:03:04.027]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:10.6889231Z [00:03:04.027]➜  packagefile golang.org/x/net/http2=/tmp/go-build3619502580/b353/_pkg_.a
2025-08-20T21:20:10.6890503Z [00:03:04.027]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build3619502580/b358/_pkg_.a
2025-08-20T21:20:10.6891890Z [00:03:04.027]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:10.6893170Z [00:03:04.027]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3619502580/b1260/_pkg_.a
2025-08-20T21:20:10.6894577Z [00:03:04.027]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:10.6895985Z [00:03:04.027]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3619502580/b1264/_pkg_.a
2025-08-20T21:20:10.6897520Z [00:03:04.027]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build3619502580/b1256/_pkg_.a
2025-08-20T21:20:10.6899074Z [00:03:04.027]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build3619502580/b1262/_pkg_.a
2025-08-20T21:20:10.6900599Z [00:03:04.027]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:20:10.6902138Z [00:03:04.027]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3619502580/b1297/_pkg_.a
2025-08-20T21:20:10.6903687Z [00:03:04.027]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3619502580/b1284/_pkg_.a
2025-08-20T21:20:10.6905418Z [00:03:04.027]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build3619502580/b1300/_pkg_.a
2025-08-20T21:20:10.6906849Z [00:03:04.027]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3619502580/b1275/_pkg_.a
2025-08-20T21:20:10.6908135Z [00:03:04.027]➜  packagefile google.golang.org/grpc/internal/proxyattributes=/tmp/go-build3619502580/b1304/_pkg_.a
2025-08-20T21:20:10.6909302Z [00:03:04.027]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build3619502580/b1296/_pkg_.a
2025-08-20T21:20:10.6921822Z [00:03:04.027]➜  packagefile google.golang.org/grpc/internal/syscall=/tmp/go-build3619502580/b1310/_pkg_.a
2025-08-20T21:20:10.6923217Z [00:03:04.027]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build3619502580/b1307/_pkg_.a
2025-08-20T21:20:10.6924573Z [00:03:04.027]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build3619502580/b1311/_pkg_.a
2025-08-20T21:20:10.6925829Z [00:03:04.027]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build3619502580/b1285/_pkg_.a
2025-08-20T21:20:10.6927005Z [00:03:04.027]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:20:10.6928100Z [00:03:04.027]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build3619502580/b1312/_pkg_.a
2025-08-20T21:20:10.6929219Z [00:03:04.027]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:10.6930261Z [00:03:04.027]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3619502580/b1267/_pkg_.a
2025-08-20T21:20:10.6931542Z [00:03:04.027]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:20:10.6932709Z [00:03:04.027]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build3619502580/b1313/_pkg_.a
2025-08-20T21:20:10.6933892Z [00:03:04.027]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:10.6934921Z [00:03:04.027]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:10.6935727Z [00:03:04.027]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:10.6936607Z [00:03:04.027]➜  packagefile math/rand/v2=/tmp/go-build3619502580/b103/_pkg_.a
2025-08-20T21:20:10.6937466Z [00:03:04.027]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:10.6938331Z [00:03:04.027]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:10.6939256Z [00:03:04.027]➜  packagefile net/http/httputil=/tmp/go-build3619502580/b252/_pkg_.a
2025-08-20T21:20:10.6940199Z [00:03:04.027]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:10.6941117Z [00:03:04.027]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:20:10.6942251Z [00:03:04.027]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:20:10.6943109Z [00:03:04.027]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:10.6943973Z [00:03:04.027]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:10.6945003Z [00:03:04.027]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:10.6945874Z [00:03:04.027]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:10.6946754Z [00:03:04.027]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:10.6947827Z [00:03:04.027]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:10.6948523Z [00:03:04.027]➜  EOF
2025-08-20T21:20:10.6960720Z [00:03:04.027]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1309/_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/b1309=>" -p google.golang.org/grpc/internal/transport -lang=go1.23 -complete -installsuffix shared -buildid anPmskY-ZqFSeRXkIEhk/anPmskY-ZqFSeRXkIEhk -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/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:20:10.7644837Z [00:03:04.104]➜  go tool buildid -w $WORK/b1290/_pkg_.a # internal
2025-08-20T21:20:10.7668252Z [00:03:04.106]➜  cp $WORK/b1290/_pkg_.a /root/.cache/go-build/61/616939255e3578d8224574488f582b16c9be83c073eaa313e211367a352b5dab-d # internal
2025-08-20T21:20:10.7718694Z [00:03:04.111]➜  github.com/googleapis/gax-go/v2/apierror
2025-08-20T21:20:10.7719922Z [00:03:04.111]➜  mkdir -p $WORK/b1320/
2025-08-20T21:20:10.7726851Z [00:03:04.112]➜  cat >/tmp/go-build3619502580/b1320/importcfg << 'EOF' # internal
2025-08-20T21:20:10.7727566Z [00:03:04.112]➜  # import config
2025-08-20T21:20:10.7728195Z [00:03:04.112]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:10.7729120Z [00:03:04.112]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:10.7730416Z [00:03:04.112]➜  packagefile github.com/googleapis/gax-go/v2/apierror/internal/proto=/tmp/go-build3619502580/b1321/_pkg_.a
2025-08-20T21:20:10.7732074Z [00:03:04.112]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3619502580/b1323/_pkg_.a
2025-08-20T21:20:10.7733614Z [00:03:04.112]➜  packagefile google.golang.org/genproto/googleapis/rpc/errdetails=/tmp/go-build3619502580/b1325/_pkg_.a
2025-08-20T21:20:10.7735075Z [00:03:04.112]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:10.7736373Z [00:03:04.112]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:20:10.7737835Z [00:03:04.112]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3619502580/b1276/_pkg_.a
2025-08-20T21:20:10.7739269Z [00:03:04.112]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:10.7740477Z [00:03:04.112]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:10.7741366Z [00:03:04.112]➜  EOF
2025-08-20T21:20:10.7756230Z [00:03:04.112]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1320/_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/b1320=>" -p github.com/googleapis/gax-go/v2/apierror -lang=go1.21 -complete -installsuffix shared -buildid NJymxiI0DlSogUXVIYAU/NJymxiI0DlSogUXVIYAU -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/apierror.go
2025-08-20T21:20:10.8884540Z [00:03:04.227]➜  go tool buildid -w $WORK/b1320/_pkg_.a # internal
2025-08-20T21:20:10.8903649Z [00:03:04.229]➜  cp $WORK/b1320/_pkg_.a /root/.cache/go-build/8b/8be1ca248004a516ca3588d34bec0d87475c22ffb67e6cde0e142a799f3990c0-d # internal
2025-08-20T21:20:10.8909912Z [00:03:04.230]➜  cloud.google.com/go/internal/trace
2025-08-20T21:20:10.8910575Z [00:03:04.230]➜  mkdir -p $WORK/b1330/
2025-08-20T21:20:10.8911512Z [00:03:04.230]➜  cat >/tmp/go-build3619502580/b1330/importcfg << 'EOF' # internal
2025-08-20T21:20:10.8912234Z [00:03:04.230]➜  # import config
2025-08-20T21:20:10.8912958Z [00:03:04.230]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:10.8913853Z [00:03:04.230]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:10.8914671Z [00:03:04.230]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:10.8915628Z [00:03:04.230]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3619502580/b391/_pkg_.a
2025-08-20T21:20:10.8922452Z [00:03:04.230]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3619502580/b401/_pkg_.a
2025-08-20T21:20:10.8924336Z [00:03:04.230]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3619502580/b404/_pkg_.a
2025-08-20T21:20:10.8926115Z [00:03:04.230]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3619502580/b406/_pkg_.a
2025-08-20T21:20:10.8927944Z [00:03:04.230]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3619502580/b1323/_pkg_.a
2025-08-20T21:20:10.8929973Z [00:03:04.230]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:20:10.8930956Z [00:03:04.230]➜  EOF
2025-08-20T21:20:10.8934954Z [00:03:04.230]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1330/_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/b1330=>" -p cloud.google.com/go/internal/trace -lang=go1.23 -complete -installsuffix shared -buildid HlhxxLqrF_Ty67tEE1y1/HlhxxLqrF_Ty67tEE1y1 -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/trace/trace.go
2025-08-20T21:20:10.9578067Z [00:03:04.294]➜  go tool buildid -w $WORK/b1330/_pkg_.a # internal
2025-08-20T21:20:10.9579251Z [00:03:04.296]➜  cp $WORK/b1330/_pkg_.a /root/.cache/go-build/fa/facfb3951f3b363ed94cb99f8be5b61c214598c8780283732faded0f6d3e4a15-d # internal
2025-08-20T21:20:10.9580238Z [00:03:04.297]➜  go.opentelemetry.io/otel/sdk/internal/x
2025-08-20T21:20:10.9580736Z [00:03:04.297]➜  mkdir -p $WORK/b1343/
2025-08-20T21:20:10.9587112Z [00:03:04.298]➜  cat >/tmp/go-build3619502580/b1343/importcfg << 'EOF' # internal
2025-08-20T21:20:10.9588323Z [00:03:04.298]➜  # import config
2025-08-20T21:20:10.9589522Z [00:03:04.298]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:10.9590529Z [00:03:04.298]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:10.9593036Z [00:03:04.298]➜  EOF
2025-08-20T21:20:10.9596737Z [00:03:04.298]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1343/_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/b1343=>" -p go.opentelemetry.io/otel/sdk/internal/x -lang=go1.22 -complete -installsuffix shared -buildid G_R4kjE9KUtOKkHaCmxk/G_R4kjE9KUtOKkHaCmxk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1343/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.35.0/internal/x/x.go
2025-08-20T21:20:10.9918164Z [00:03:04.331]➜  go tool buildid -w $WORK/b1343/_pkg_.a # internal
2025-08-20T21:20:10.9926313Z [00:03:04.332]➜  cp $WORK/b1343/_pkg_.a /root/.cache/go-build/82/821ac4589a3abf1ea13cc814ae02d319624e2ab9796de33ac7b13e53ea371f79-d # internal
2025-08-20T21:20:10.9930954Z [00:03:04.332]➜  go.opentelemetry.io/otel/sdk/resource
2025-08-20T21:20:10.9933991Z [00:03:04.332]➜  mkdir -p $WORK/b1341/
2025-08-20T21:20:10.9939547Z [00:03:04.333]➜  cat >/tmp/go-build3619502580/b1341/importcfg << 'EOF' # internal
2025-08-20T21:20:10.9940936Z [00:03:04.333]➜  # import config
2025-08-20T21:20:10.9942969Z [00:03:04.333]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:20:10.9943794Z [00:03:04.333]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:10.9944583Z [00:03:04.333]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:10.9945242Z [00:03:04.333]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:10.9946158Z [00:03:04.333]➜  packagefile github.com/google/uuid=/tmp/go-build3619502580/b213/_pkg_.a
2025-08-20T21:20:10.9947167Z [00:03:04.333]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3619502580/b391/_pkg_.a
2025-08-20T21:20:10.9948100Z [00:03:04.333]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3619502580/b401/_pkg_.a
2025-08-20T21:20:10.9949053Z [00:03:04.333]➜  packagefile go.opentelemetry.io/otel/sdk=/tmp/go-build3619502580/b1342/_pkg_.a
2025-08-20T21:20:10.9950233Z [00:03:04.333]➜  packagefile go.opentelemetry.io/otel/sdk/internal/x=/tmp/go-build3619502580/b1343/_pkg_.a
2025-08-20T21:20:10.9951680Z [00:03:04.333]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build3619502580/b405/_pkg_.a
2025-08-20T21:20:10.9952811Z [00:03:04.333]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3619502580/b220/_pkg_.a
2025-08-20T21:20:10.9953678Z [00:03:04.333]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:10.9954477Z [00:03:04.333]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:10.9955414Z [00:03:04.333]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:10.9956348Z [00:03:04.333]➜  packagefile os/user=/tmp/go-build3619502580/b273/_pkg_.a
2025-08-20T21:20:10.9957213Z [00:03:04.333]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:20:10.9958017Z [00:03:04.333]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:10.9958676Z [00:03:04.333]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:20:10.9959342Z [00:03:04.333]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:10.9960006Z [00:03:04.333]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:10.9960487Z [00:03:04.333]➜  EOF
2025-08-20T21:20:10.9971995Z [00:03:04.333]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1341/_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/b1341=>" -p go.opentelemetry.io/otel/sdk/resource -lang=go1.22 -complete -installsuffix shared -buildid 51Yw2mhcwEdqmv0VBgms/51Yw2mhcwEdqmv0VBgms -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/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:20:11.2789658Z [00:03:04.618]➜  go tool buildid -w $WORK/b1341/_pkg_.a # internal
2025-08-20T21:20:11.2842743Z [00:03:04.623]➜  cp $WORK/b1341/_pkg_.a /root/.cache/go-build/d6/d6da870d327b78aa0a24e4d04503151df7b3619f63f9d5786f3d7ab457703e63-d # internal
2025-08-20T21:20:11.2846205Z [00:03:04.624]➜  go.opentelemetry.io/otel/sdk/metric/metricdata
2025-08-20T21:20:11.2892535Z [00:03:04.627]➜  mkdir -p $WORK/b1340/
2025-08-20T21:20:11.2898897Z [00:03:04.627]➜  cat >/tmp/go-build3619502580/b1340/importcfg << 'EOF' # internal
2025-08-20T21:20:11.2899617Z [00:03:04.627]➜  # import config
2025-08-20T21:20:11.2900356Z [00:03:04.627]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:11.2901734Z [00:03:04.627]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3619502580/b401/_pkg_.a
2025-08-20T21:20:11.2903095Z [00:03:04.627]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build3619502580/b1336/_pkg_.a
2025-08-20T21:20:11.2904865Z [00:03:04.627]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build3619502580/b1341/_pkg_.a
2025-08-20T21:20:11.2906353Z [00:03:04.627]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:11.2907503Z [00:03:04.627]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:11.2908400Z [00:03:04.627]➜  EOF
2025-08-20T21:20:11.2914512Z [00:03:04.628]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1340/_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/b1340=>" -p go.opentelemetry.io/otel/sdk/metric/metricdata -lang=go1.22 -complete -installsuffix shared -buildid iuagyJm0tndG-VyUnLPO/iuagyJm0tndG-VyUnLPO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1340/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:20:11.3618220Z [00:03:04.701]➜  go tool buildid -w $WORK/b1340/_pkg_.a # internal
2025-08-20T21:20:11.3640911Z [00:03:04.703]➜  cp $WORK/b1340/_pkg_.a /root/.cache/go-build/d3/d3cfee6b7ca1c4b7da2d9b1b857e8cc035d0fb088c8eddad6a1ea02b9ee9af89-d # internal
2025-08-20T21:20:11.3654441Z [00:03:04.705]➜  go.opentelemetry.io/otel/sdk/metric/internal/aggregate
2025-08-20T21:20:11.3657537Z [00:03:04.705]➜  mkdir -p $WORK/b1339/
2025-08-20T21:20:11.3682351Z [00:03:04.707]➜  cat >/tmp/go-build3619502580/b1339/importcfg << 'EOF' # internal
2025-08-20T21:20:11.3683123Z [00:03:04.707]➜  # import config
2025-08-20T21:20:11.3683814Z [00:03:04.707]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:11.3684685Z [00:03:04.707]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:11.3685681Z [00:03:04.707]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3619502580/b391/_pkg_.a
2025-08-20T21:20:11.3686830Z [00:03:04.707]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3619502580/b401/_pkg_.a
2025-08-20T21:20:11.3688159Z [00:03:04.707]➜  packagefile go.opentelemetry.io/otel/sdk/metric/exemplar=/tmp/go-build3619502580/b1337/_pkg_.a
2025-08-20T21:20:11.3689546Z [00:03:04.707]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build3619502580/b1340/_pkg_.a
2025-08-20T21:20:11.3690625Z [00:03:04.707]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:11.3691621Z [00:03:04.707]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:20:11.3692435Z [00:03:04.707]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:11.3693215Z [00:03:04.707]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:11.3694001Z [00:03:04.707]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:11.3694805Z [00:03:04.707]➜  EOF
2025-08-20T21:20:11.3719399Z [00:03:04.708]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1339/_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/b1339=>" -p go.opentelemetry.io/otel/sdk/metric/internal/aggregate -lang=go1.22 -complete -installsuffix shared -buildid SCLPZw_4wLgCpqPCbqqQ/SCLPZw_4wLgCpqPCbqqQ -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/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:20:11.5398922Z [00:03:04.879]➜  go tool buildid -w $WORK/b1339/_pkg_.a # internal
2025-08-20T21:20:11.5446919Z [00:03:04.884]➜  cp $WORK/b1339/_pkg_.a /root/.cache/go-build/b6/b694d158bc08e3580a5c3390ffdc44617a94543f6d463e8f8de33802d010b73c-d # internal
2025-08-20T21:20:11.5453701Z [00:03:04.884]➜  go.opentelemetry.io/otel/sdk/metric/internal/x
2025-08-20T21:20:11.5454356Z [00:03:04.884]➜  mkdir -p $WORK/b1344/
2025-08-20T21:20:11.5455397Z [00:03:04.884]➜  cat >/tmp/go-build3619502580/b1344/importcfg << 'EOF' # internal
2025-08-20T21:20:11.5456242Z [00:03:04.884]➜  # import config
2025-08-20T21:20:11.5456905Z [00:03:04.884]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:11.5457714Z [00:03:04.884]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:11.5458516Z [00:03:04.884]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:11.5459115Z [00:03:04.884]➜  EOF
2025-08-20T21:20:11.5463157Z [00:03:04.884]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1344/_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/b1344=>" -p go.opentelemetry.io/otel/sdk/metric/internal/x -lang=go1.22 -complete -installsuffix shared -buildid eSHK2ldQXJ9Hf-F4sy4H/eSHK2ldQXJ9Hf-F4sy4H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1344/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/internal/x/x.go
2025-08-20T21:20:11.5976331Z [00:03:04.937]➜  go tool buildid -w $WORK/b1309/_pkg_.a # internal
2025-08-20T21:20:11.6158485Z [00:03:04.955]➜  go tool buildid -w $WORK/b1344/_pkg_.a # internal
2025-08-20T21:20:11.6165985Z [00:03:04.956]➜  cp $WORK/b1344/_pkg_.a /root/.cache/go-build/a6/a6ff36cbf490126e4fc9f5712f2f630410074aa31fd741818febc542cd865d9e-d # internal
2025-08-20T21:20:11.6172168Z [00:03:04.956]➜  go.opentelemetry.io/otel/sdk/metric
2025-08-20T21:20:11.6175446Z [00:03:04.956]➜  mkdir -p $WORK/b1334/
2025-08-20T21:20:11.6178602Z [00:03:04.957]➜  cat >/tmp/go-build3619502580/b1334/importcfg << 'EOF' # internal
2025-08-20T21:20:11.6205476Z [00:03:04.957]➜  # import config
2025-08-20T21:20:11.6206246Z [00:03:04.957]➜  packagefile container/list=/tmp/go-build3619502580/b080/_pkg_.a
2025-08-20T21:20:11.6207043Z [00:03:04.957]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:11.6207806Z [00:03:04.957]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:11.6208780Z [00:03:04.957]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:11.6209600Z [00:03:04.957]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3619502580/b391/_pkg_.a
2025-08-20T21:20:11.6210693Z [00:03:04.957]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3619502580/b401/_pkg_.a
2025-08-20T21:20:11.6212139Z [00:03:04.957]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build3619502580/b396/_pkg_.a
2025-08-20T21:20:11.6213310Z [00:03:04.957]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3619502580/b410/_pkg_.a
2025-08-20T21:20:11.6214582Z [00:03:04.957]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build3619502580/b411/_pkg_.a
2025-08-20T21:20:11.6215876Z [00:03:04.957]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build3619502580/b1335/_pkg_.a
2025-08-20T21:20:11.6230044Z [00:03:04.957]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build3619502580/b1336/_pkg_.a
2025-08-20T21:20:11.6231609Z [00:03:04.957]➜  packagefile go.opentelemetry.io/otel/sdk/metric/exemplar=/tmp/go-build3619502580/b1337/_pkg_.a
2025-08-20T21:20:11.6232960Z [00:03:04.957]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal=/tmp/go-build3619502580/b1338/_pkg_.a
2025-08-20T21:20:11.6234312Z [00:03:04.957]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/aggregate=/tmp/go-build3619502580/b1339/_pkg_.a
2025-08-20T21:20:11.6235703Z [00:03:04.957]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/x=/tmp/go-build3619502580/b1344/_pkg_.a
2025-08-20T21:20:11.6237014Z [00:03:04.957]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build3619502580/b1340/_pkg_.a
2025-08-20T21:20:11.6238136Z [00:03:04.957]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build3619502580/b1341/_pkg_.a
2025-08-20T21:20:11.6239052Z [00:03:04.957]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:11.6239966Z [00:03:04.957]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:11.6240825Z [00:03:04.957]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:20:11.6241820Z [00:03:04.957]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:20:11.6242579Z [00:03:04.957]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:11.6243303Z [00:03:04.957]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:11.6244068Z [00:03:04.957]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:11.6244854Z [00:03:04.957]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:11.6245607Z [00:03:04.957]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:11.6246187Z [00:03:04.957]➜  EOF
2025-08-20T21:20:11.6258243Z [00:03:04.960]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1334/_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/b1334=>" -p go.opentelemetry.io/otel/sdk/metric -lang=go1.22 -complete -installsuffix shared -buildid LSCqnuZ0mOtyPdckOCoC/LSCqnuZ0mOtyPdckOCoC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1334/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:20:11.6334364Z [00:03:04.972]➜  cp $WORK/b1309/_pkg_.a /root/.cache/go-build/18/18f3160647bd0929a95658b6a2f7351556fc6ab1ca75d4fe343f27a680168111-d # internal
2025-08-20T21:20:11.6341972Z [00:03:04.973]➜  google.golang.org/grpc
2025-08-20T21:20:11.6345042Z [00:03:04.973]➜  mkdir -p $WORK/b1249/
2025-08-20T21:20:11.6404534Z [00:03:04.979]➜  cat >/tmp/go-build3619502580/b1249/importcfg << 'EOF' # internal
2025-08-20T21:20:11.6414007Z [00:03:04.979]➜  # import config
2025-08-20T21:20:11.6414752Z [00:03:04.979]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:11.6415718Z [00:03:04.979]➜  packagefile compress/gzip=/tmp/go-build3619502580/b074/_pkg_.a
2025-08-20T21:20:11.6416608Z [00:03:04.979]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:11.6417520Z [00:03:04.979]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:20:11.6418480Z [00:03:04.979]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:11.6419366Z [00:03:04.979]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:11.6420211Z [00:03:04.979]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:11.6421607Z [00:03:04.979]➜  packagefile golang.org/x/net/trace=/tmp/go-build3619502580/b1250/_pkg_.a
2025-08-20T21:20:11.6423038Z [00:03:04.979]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build3619502580/b1253/_pkg_.a
2025-08-20T21:20:11.6425044Z [00:03:04.979]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3619502580/b1254/_pkg_.a
2025-08-20T21:20:11.6428066Z [00:03:04.979]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3619502580/b1270/_pkg_.a
2025-08-20T21:20:11.6429455Z [00:03:04.979]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build3619502580/b1271/_pkg_.a
2025-08-20T21:20:11.6430838Z [00:03:04.979]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build3619502580/b1279/_pkg_.a
2025-08-20T21:20:11.6432308Z [00:03:04.979]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build3619502580/b1255/_pkg_.a
2025-08-20T21:20:11.6433445Z [00:03:04.979]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:11.6434621Z [00:03:04.979]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3619502580/b1257/_pkg_.a
2025-08-20T21:20:11.6435822Z [00:03:04.979]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3619502580/b1260/_pkg_.a
2025-08-20T21:20:11.6437100Z [00:03:04.979]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3619502580/b1282/_pkg_.a
2025-08-20T21:20:11.6438357Z [00:03:04.979]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build3619502580/b1283/_pkg_.a
2025-08-20T21:20:11.6439555Z [00:03:04.979]➜  packagefile google.golang.org/grpc/encoding/proto=/tmp/go-build3619502580/b1286/_pkg_.a
2025-08-20T21:20:11.6440818Z [00:03:04.979]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3619502580/b1266/_pkg_.a
2025-08-20T21:20:11.6442221Z [00:03:04.979]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:11.6443359Z [00:03:04.979]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3619502580/b1264/_pkg_.a
2025-08-20T21:20:11.6444540Z [00:03:04.979]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3619502580/b1287/_pkg_.a
2025-08-20T21:20:11.6445964Z [00:03:04.979]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build3619502580/b1288/_pkg_.a
2025-08-20T21:20:11.6447454Z [00:03:04.979]➜  packagefile google.golang.org/grpc/internal/balancerload=/tmp/go-build3619502580/b1289/_pkg_.a
2025-08-20T21:20:11.6448953Z [00:03:04.979]➜  packagefile google.golang.org/grpc/internal/binarylog=/tmp/go-build3619502580/b1290/_pkg_.a
2025-08-20T21:20:11.6450226Z [00:03:04.979]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build3619502580/b1256/_pkg_.a
2025-08-20T21:20:11.6457276Z [00:03:04.979]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3619502580/b1297/_pkg_.a
2025-08-20T21:20:11.6458664Z [00:03:04.979]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3619502580/b1284/_pkg_.a
2025-08-20T21:20:11.6459931Z [00:03:04.979]➜  packagefile google.golang.org/grpc/internal/idle=/tmp/go-build3619502580/b1299/_pkg_.a
2025-08-20T21:20:11.6461397Z [00:03:04.979]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build3619502580/b1300/_pkg_.a
2025-08-20T21:20:11.6462713Z [00:03:04.979]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3619502580/b1275/_pkg_.a
2025-08-20T21:20:11.6464037Z [00:03:04.979]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3619502580/b1301/_pkg_.a
2025-08-20T21:20:11.6465511Z [00:03:04.979]➜  packagefile google.golang.org/grpc/internal/resolver/delegatingresolver=/tmp/go-build3619502580/b1303/_pkg_.a
2025-08-20T21:20:11.6467075Z [00:03:04.979]➜  packagefile google.golang.org/grpc/internal/resolver/passthrough=/tmp/go-build3619502580/b1305/_pkg_.a
2025-08-20T21:20:11.6468467Z [00:03:04.979]➜  packagefile google.golang.org/grpc/internal/resolver/unix=/tmp/go-build3619502580/b1306/_pkg_.a
2025-08-20T21:20:11.6469803Z [00:03:04.979]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3619502580/b1302/_pkg_.a
2025-08-20T21:20:11.6473972Z [00:03:04.979]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build3619502580/b1308/_pkg_.a
2025-08-20T21:20:11.6475368Z [00:03:04.979]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build3619502580/b1296/_pkg_.a
2025-08-20T21:20:11.6476803Z [00:03:04.979]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build3619502580/b1309/_pkg_.a
2025-08-20T21:20:11.6478065Z [00:03:04.979]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build3619502580/b1311/_pkg_.a
2025-08-20T21:20:11.6479211Z [00:03:04.979]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build3619502580/b1285/_pkg_.a
2025-08-20T21:20:11.6480291Z [00:03:04.979]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:20:11.6483256Z [00:03:04.979]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build3619502580/b1312/_pkg_.a
2025-08-20T21:20:11.6484326Z [00:03:04.979]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:11.6485466Z [00:03:04.979]➜  packagefile google.golang.org/grpc/resolver/dns=/tmp/go-build3619502580/b1314/_pkg_.a
2025-08-20T21:20:11.6486721Z [00:03:04.979]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3619502580/b1265/_pkg_.a
2025-08-20T21:20:11.6487965Z [00:03:04.979]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3619502580/b1267/_pkg_.a
2025-08-20T21:20:11.6489091Z [00:03:04.979]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:20:11.6490084Z [00:03:04.979]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build3619502580/b1313/_pkg_.a
2025-08-20T21:20:11.6490959Z [00:03:04.979]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:11.6491981Z [00:03:04.979]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:11.6492773Z [00:03:04.979]➜  packagefile math/rand/v2=/tmp/go-build3619502580/b103/_pkg_.a
2025-08-20T21:20:11.6493507Z [00:03:04.979]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:11.6494245Z [00:03:04.979]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:11.6495097Z [00:03:04.979]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:11.6496162Z [00:03:04.979]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:11.6497003Z [00:03:04.979]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:20:11.6497864Z [00:03:04.979]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:20:11.6498774Z [00:03:04.979]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:11.6499487Z [00:03:04.979]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:11.6500283Z [00:03:04.979]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:11.6501073Z [00:03:04.979]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:11.6502115Z [00:03:04.979]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:11.6502731Z [00:03:04.979]➜  EOF
2025-08-20T21:20:11.6518490Z [00:03:04.980]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1249/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0=>google.golang.org/grpc@v1.72.0;$WORK/b1249=>" -p google.golang.org/grpc -lang=go1.23 -complete -installsuffix shared -buildid b4haih9Zos_sYG8_QDb4/b4haih9Zos_sYG8_QDb4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1249/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:20:13.2407484Z [00:03:06.580]➜  go tool buildid -w $WORK/b1249/_pkg_.a # internal
2025-08-20T21:20:13.2589834Z [00:03:06.598]➜  cp $WORK/b1249/_pkg_.a /root/.cache/go-build/85/8543c22d0f42803772e9c252e57f9c0e54ca87c5af7219e14d04737e622c2962-d # internal
2025-08-20T21:20:13.2596074Z [00:03:06.599]➜  cloud.google.com/go/iam/apiv1/iampb
2025-08-20T21:20:13.2598437Z [00:03:06.599]➜  mkdir -p $WORK/b1214/
2025-08-20T21:20:13.2606790Z [00:03:06.600]➜  cat >/tmp/go-build3619502580/b1214/importcfg << 'EOF' # internal
2025-08-20T21:20:13.2612737Z [00:03:06.600]➜  # import config
2025-08-20T21:20:13.2613389Z [00:03:06.600]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:13.2614590Z [00:03:06.600]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build3619502580/b1215/_pkg_.a
2025-08-20T21:20:13.2616115Z [00:03:06.600]➜  packagefile google.golang.org/genproto/googleapis/type/expr=/tmp/go-build3619502580/b1248/_pkg_.a
2025-08-20T21:20:13.2617268Z [00:03:06.600]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:13.2618291Z [00:03:06.600]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:13.2619302Z [00:03:06.600]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:20:13.2620548Z [00:03:06.600]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:13.2621994Z [00:03:06.600]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:13.2623548Z [00:03:06.600]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build3619502580/b1318/_pkg_.a
2025-08-20T21:20:13.2624637Z [00:03:06.600]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:13.2625394Z [00:03:06.600]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:13.2626048Z [00:03:06.600]➜  EOF
2025-08-20T21:20:13.2631182Z [00:03:06.600]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1214/_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/b1214=>" -p cloud.google.com/go/iam/apiv1/iampb -lang=go1.23 -complete -installsuffix shared -buildid YhlPdKkugcB3M62vR6up/YhlPdKkugcB3M62vR6up -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1214/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:20:13.4067036Z [00:03:06.746]➜  go tool buildid -w $WORK/b1334/_pkg_.a # internal
2025-08-20T21:20:13.4656419Z [00:03:06.805]➜  cp $WORK/b1334/_pkg_.a /root/.cache/go-build/e8/e80c20b431bc232789860d94905dfd819abdd2402bddb7d5abcd9c4c8a824b71-d # internal
2025-08-20T21:20:13.4688065Z [00:03:06.808]➜  github.com/googleapis/gax-go/v2
2025-08-20T21:20:13.4704383Z [00:03:06.809]➜  mkdir -p $WORK/b1319/
2025-08-20T21:20:13.4721112Z [00:03:06.811]➜  cat >/tmp/go-build3619502580/b1319/importcfg << 'EOF' # internal
2025-08-20T21:20:13.4722357Z [00:03:06.811]➜  # import config
2025-08-20T21:20:13.4724385Z [00:03:06.811]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:13.4726358Z [00:03:06.811]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:13.4727334Z [00:03:06.811]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:13.4728474Z [00:03:06.811]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:13.4729331Z [00:03:06.811]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:13.4730433Z [00:03:06.811]➜  packagefile github.com/googleapis/gax-go/v2/apierror=/tmp/go-build3619502580/b1320/_pkg_.a
2025-08-20T21:20:13.4731983Z [00:03:06.811]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build3619502580/b1326/_pkg_.a
2025-08-20T21:20:13.4733323Z [00:03:06.811]➜  packagefile github.com/googleapis/gax-go/v2/internal=/tmp/go-build3619502580/b1327/_pkg_.a
2025-08-20T21:20:13.4738357Z [00:03:06.811]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3619502580/b1323/_pkg_.a
2025-08-20T21:20:13.4739561Z [00:03:06.811]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:13.4740705Z [00:03:06.811]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:13.4742277Z [00:03:06.811]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:20:13.4743515Z [00:03:06.811]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:20:13.4744782Z [00:03:06.811]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3619502580/b1276/_pkg_.a
2025-08-20T21:20:13.4746055Z [00:03:06.811]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:13.4747576Z [00:03:06.811]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:13.4748732Z [00:03:06.811]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:13.4749595Z [00:03:06.811]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:20:13.4750482Z [00:03:06.811]➜  packagefile math/rand=/tmp/go-build3619502580/b108/_pkg_.a
2025-08-20T21:20:13.4751570Z [00:03:06.811]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:13.4752677Z [00:03:06.811]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:20:13.4753544Z [00:03:06.811]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:13.4754384Z [00:03:06.811]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:13.4755444Z [00:03:06.811]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:20:13.4756075Z [00:03:06.811]➜  EOF
2025-08-20T21:20:13.4762436Z [00:03:06.813]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1319/_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/b1319=>" -p github.com/googleapis/gax-go/v2 -lang=go1.21 -complete -installsuffix shared -buildid rsXw4PdG86mkPTx7dKq9/rsXw4PdG86mkPTx7dKq9 -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/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:20:13.5659416Z [00:03:06.905]➜  go tool buildid -w $WORK/b1214/_pkg_.a # internal
2025-08-20T21:20:13.5773018Z [00:03:06.916]➜  cp $WORK/b1214/_pkg_.a /root/.cache/go-build/09/09786bfbbfc713b6e32b213fc1dfa27b504c36a50ca78cdcfc86002c527c404f-d # internal
2025-08-20T21:20:13.5836624Z [00:03:06.923]➜  cloud.google.com/go/auth/internal
2025-08-20T21:20:13.5839265Z [00:03:06.923]➜  mkdir -p $WORK/b1347/
2025-08-20T21:20:13.5843318Z [00:03:06.923]➜  cat >/tmp/go-build3619502580/b1347/importcfg << 'EOF' # internal
2025-08-20T21:20:13.5844051Z [00:03:06.923]➜  # import config
2025-08-20T21:20:13.5844989Z [00:03:06.923]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3619502580/b1212/_pkg_.a
2025-08-20T21:20:13.5846206Z [00:03:06.923]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:13.5846977Z [00:03:06.923]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:20:13.5847742Z [00:03:06.923]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:20:13.5848550Z [00:03:06.923]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:13.5849365Z [00:03:06.923]➜  packagefile encoding/pem=/tmp/go-build3619502580/b157/_pkg_.a
2025-08-20T21:20:13.5850139Z [00:03:06.923]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:13.5850856Z [00:03:06.923]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:13.5851742Z [00:03:06.923]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:13.5852468Z [00:03:06.923]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:13.5853190Z [00:03:06.923]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:13.5853902Z [00:03:06.923]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:13.5854587Z [00:03:06.923]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:13.5855132Z [00:03:06.923]➜  EOF
2025-08-20T21:20:13.5858377Z [00:03:06.923]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1347/_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/b1347=>" -p cloud.google.com/go/auth/internal -lang=go1.23 -complete -installsuffix shared -buildid yZEgSH77wsyn2ETx84lh/yZEgSH77wsyn2ETx84lh -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/internal.go
2025-08-20T21:20:13.7117869Z [00:03:07.051]➜  go tool buildid -w $WORK/b1347/_pkg_.a # internal
2025-08-20T21:20:13.7130554Z [00:03:07.052]➜  cp $WORK/b1347/_pkg_.a /root/.cache/go-build/8d/8d66846a974b57079b3499b62cca216b284feee4e5756ccf718de3b5ff5ddaef-d # internal
2025-08-20T21:20:13.7164762Z [00:03:07.052]➜  cloud.google.com/go/auth/internal/jwt
2025-08-20T21:20:13.7165439Z [00:03:07.052]➜  mkdir -p $WORK/b1348/
2025-08-20T21:20:13.7166154Z [00:03:07.053]➜  cat >/tmp/go-build3619502580/b1348/importcfg << 'EOF' # internal
2025-08-20T21:20:13.7167060Z [00:03:07.053]➜  # import config
2025-08-20T21:20:13.7167698Z [00:03:07.053]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:13.7168489Z [00:03:07.053]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:20:13.7169258Z [00:03:07.053]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:20:13.7170062Z [00:03:07.053]➜  packagefile crypto/rsa=/tmp/go-build3619502580/b147/_pkg_.a
2025-08-20T21:20:13.7170960Z [00:03:07.053]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:20:13.7172248Z [00:03:07.053]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:20:13.7173235Z [00:03:07.053]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:13.7174112Z [00:03:07.053]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:13.7174850Z [00:03:07.053]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:13.7175592Z [00:03:07.053]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:13.7176307Z [00:03:07.053]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:13.7176848Z [00:03:07.053]➜  EOF
2025-08-20T21:20:13.7180379Z [00:03:07.053]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1348/_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/b1348=>" -p cloud.google.com/go/auth/internal/jwt -lang=go1.23 -complete -installsuffix shared -buildid Y9mwSMhU33TsMiBVqAI5/Y9mwSMhU33TsMiBVqAI5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1348/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/internal/jwt/jwt.go
2025-08-20T21:20:13.7727721Z [00:03:07.112]➜  go tool buildid -w $WORK/b1319/_pkg_.a # internal
2025-08-20T21:20:13.7784302Z [00:03:07.118]➜  cp $WORK/b1319/_pkg_.a /root/.cache/go-build/6f/6f8f131a8ca7bd84e4eb6223e45494750dd097b85c8d013c4bbc5301ed968210-d # internal
2025-08-20T21:20:13.7786221Z [00:03:07.118]➜  cloud.google.com/go/iam
2025-08-20T21:20:13.7788404Z [00:03:07.118]➜  mkdir -p $WORK/b1213/
2025-08-20T21:20:13.7791813Z [00:03:07.118]➜  cat >/tmp/go-build3619502580/b1213/importcfg << 'EOF' # internal
2025-08-20T21:20:13.7792552Z [00:03:07.118]➜  # import config
2025-08-20T21:20:13.7793451Z [00:03:07.118]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build3619502580/b1214/_pkg_.a
2025-08-20T21:20:13.7794490Z [00:03:07.118]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:13.7795340Z [00:03:07.118]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:13.7796402Z [00:03:07.118]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3619502580/b1319/_pkg_.a
2025-08-20T21:20:13.7797537Z [00:03:07.118]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:13.7798645Z [00:03:07.118]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:13.7799843Z [00:03:07.118]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:20:13.7800854Z [00:03:07.118]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:13.7801696Z [00:03:07.118]➜  EOF
2025-08-20T21:20:13.7808291Z [00:03:07.120]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1213/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/iam@v1.5.2=>cloud.google.com/go/iam@v1.5.2;$WORK/b1213=>" -p cloud.google.com/go/iam -lang=go1.23 -complete -installsuffix shared -buildid S6MRwQk4IfhagC6QnKqw/S6MRwQk4IfhagC6QnKqw -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/iam.go
2025-08-20T21:20:13.7966853Z [00:03:07.136]➜  go tool buildid -w $WORK/b1348/_pkg_.a # internal
2025-08-20T21:20:13.7985699Z [00:03:07.138]➜  cp $WORK/b1348/_pkg_.a /root/.cache/go-build/12/128a4e88088bdb39c35273c2ad8e4bf53a1995868c2e8d18510599551a6dba04-d # internal
2025-08-20T21:20:13.7993839Z [00:03:07.138]➜  cloud.google.com/go/internal
2025-08-20T21:20:13.7994350Z [00:03:07.138]➜  mkdir -p $WORK/b1328/
2025-08-20T21:20:13.7994990Z [00:03:07.138]➜  cat >/tmp/go-build3619502580/b1328/importcfg << 'EOF' # internal
2025-08-20T21:20:13.7995572Z [00:03:07.138]➜  # import config
2025-08-20T21:20:13.7996142Z [00:03:07.138]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:13.7996843Z [00:03:07.138]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:13.7997684Z [00:03:07.138]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3619502580/b1319/_pkg_.a
2025-08-20T21:20:13.7998823Z [00:03:07.138]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3619502580/b1323/_pkg_.a
2025-08-20T21:20:13.7999818Z [00:03:07.138]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:20:13.8000607Z [00:03:07.138]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:13.8001121Z [00:03:07.138]➜  EOF
2025-08-20T21:20:13.8018440Z [00:03:07.141]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1328/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.120.1/internal=>cloud.google.com/go@v0.120.1/internal;$WORK/b1328=>" -p cloud.google.com/go/internal -lang=go1.23 -complete -installsuffix shared -buildid 4zajyY5OhGo2xHlSb8O_/4zajyY5OhGo2xHlSb8O_ -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/annotate.go /root/go/pkg/mod/cloud.google.com/go@v0.120.1/internal/retry.go
2025-08-20T21:20:13.8966189Z [00:03:07.236]➜  go tool buildid -w $WORK/b1328/_pkg_.a # internal
2025-08-20T21:20:13.8977735Z [00:03:07.237]➜  cp $WORK/b1328/_pkg_.a /root/.cache/go-build/09/09f9f4bfc3b3a9ecdbb4bd322c67663526971187af0b2d22cd3504de5a16d166-d # internal
2025-08-20T21:20:13.8979977Z [00:03:07.237]➜  github.com/googleapis/gax-go/v2/internallog/internal
2025-08-20T21:20:13.8982152Z [00:03:07.237]➜  mkdir -p $WORK/b1350/
2025-08-20T21:20:13.8983641Z [00:03:07.238]➜  cat >/tmp/go-build3619502580/b1350/importcfg << 'EOF' # internal
2025-08-20T21:20:13.8985020Z [00:03:07.238]➜  # import config
2025-08-20T21:20:13.8985906Z [00:03:07.238]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:13.8987869Z [00:03:07.238]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:13.8989361Z [00:03:07.238]➜  packagefile log/slog=/tmp/go-build3619502580/b393/_pkg_.a
2025-08-20T21:20:13.8990398Z [00:03:07.238]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:13.8991978Z [00:03:07.238]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:13.8993132Z [00:03:07.238]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:13.8994063Z [00:03:07.238]➜  EOF
2025-08-20T21:20:13.8998631Z [00:03:07.238]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1350/_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/b1350=>" -p github.com/googleapis/gax-go/v2/internallog/internal -lang=go1.21 -complete -installsuffix shared -buildid ZZkShRoRJHHPHxhTckO_/ZZkShRoRJHHPHxhTckO_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1350/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/internallog/internal/internal.go
2025-08-20T21:20:13.9607361Z [00:03:07.300]➜  go tool buildid -w $WORK/b1350/_pkg_.a # internal
2025-08-20T21:20:13.9615601Z [00:03:07.301]➜  cp $WORK/b1350/_pkg_.a /root/.cache/go-build/ce/ce916a5f54e290636667f4ca6272da933da76ffdc8a056532fa4f4a53dcd43fd-d # internal
2025-08-20T21:20:13.9623412Z [00:03:07.301]➜  github.com/googleapis/gax-go/v2/internallog
2025-08-20T21:20:13.9626177Z [00:03:07.301]➜  mkdir -p $WORK/b1349/
2025-08-20T21:20:13.9626943Z [00:03:07.301]➜  cat >/tmp/go-build3619502580/b1349/importcfg << 'EOF' # internal
2025-08-20T21:20:13.9627904Z [00:03:07.301]➜  # import config
2025-08-20T21:20:13.9628561Z [00:03:07.301]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:13.9629483Z [00:03:07.301]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:13.9630357Z [00:03:07.301]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:13.9631703Z [00:03:07.301]➜  packagefile github.com/googleapis/gax-go/v2/internallog/internal=/tmp/go-build3619502580/b1350/_pkg_.a
2025-08-20T21:20:13.9632917Z [00:03:07.301]➜  packagefile log/slog=/tmp/go-build3619502580/b393/_pkg_.a
2025-08-20T21:20:13.9633859Z [00:03:07.301]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:13.9634881Z [00:03:07.301]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:13.9635725Z [00:03:07.301]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:13.9636509Z [00:03:07.302]➜  EOF
2025-08-20T21:20:13.9640467Z [00:03:07.302]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1349/_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/b1349=>" -p github.com/googleapis/gax-go/v2/internallog -lang=go1.21 -complete -installsuffix shared -buildid YkI4NW3t3euOcAheBQFO/YkI4NW3t3euOcAheBQFO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1349/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/internallog/internallog.go
2025-08-20T21:20:13.9646147Z [00:03:07.304]➜  go tool buildid -w $WORK/b1213/_pkg_.a # internal
2025-08-20T21:20:13.9703578Z [00:03:07.307]➜  cp $WORK/b1213/_pkg_.a /root/.cache/go-build/16/1690de71119b9029158d2191440247c3b0f746b0af02c5a4dd6b40df7fba6861-d # internal
2025-08-20T21:20:13.9710196Z [00:03:07.307]➜  golang.org/x/oauth2/internal
2025-08-20T21:20:13.9710890Z [00:03:07.307]➜  mkdir -p $WORK/b1352/
2025-08-20T21:20:13.9711913Z [00:03:07.308]➜  cat >/tmp/go-build3619502580/b1352/importcfg << 'EOF' # internal
2025-08-20T21:20:13.9712600Z [00:03:07.308]➜  # import config
2025-08-20T21:20:13.9713313Z [00:03:07.308]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:13.9714182Z [00:03:07.308]➜  packagefile crypto/rsa=/tmp/go-build3619502580/b147/_pkg_.a
2025-08-20T21:20:13.9715077Z [00:03:07.308]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:20:13.9715998Z [00:03:07.308]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:13.9716916Z [00:03:07.308]➜  packagefile encoding/pem=/tmp/go-build3619502580/b157/_pkg_.a
2025-08-20T21:20:13.9717780Z [00:03:07.308]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:13.9718606Z [00:03:07.308]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:13.9719374Z [00:03:07.308]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:13.9720161Z [00:03:07.308]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:20:13.9720946Z [00:03:07.308]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:13.9721877Z [00:03:07.308]➜  packagefile mime=/tmp/go-build3619502580/b179/_pkg_.a
2025-08-20T21:20:13.9722699Z [00:03:07.308]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:13.9723549Z [00:03:07.308]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:13.9724379Z [00:03:07.308]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:13.9725191Z [00:03:07.308]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:13.9725977Z [00:03:07.308]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:13.9726810Z [00:03:07.308]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:13.9727761Z [00:03:07.308]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:13.9728286Z [00:03:07.308]➜  EOF
2025-08-20T21:20:13.9733024Z [00:03:07.308]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1352/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/internal=>golang.org/x/oauth2@v0.29.0/internal;$WORK/b1352=>" -p golang.org/x/oauth2/internal -lang=go1.23 -complete -installsuffix shared -buildid Sk2WibTcJUuAwx0Dl3KL/Sk2WibTcJUuAwx0Dl3KL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1352/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:20:14.0748468Z [00:03:07.414]➜  go tool buildid -w $WORK/b1349/_pkg_.a # internal
2025-08-20T21:20:14.0751138Z [00:03:07.414]➜  go tool buildid -w $WORK/b1352/_pkg_.a # internal
2025-08-20T21:20:14.0760439Z [00:03:07.415]➜  cp $WORK/b1352/_pkg_.a /root/.cache/go-build/c7/c79223ebf02ad41185cfbb790a02d5029d1db441a99e3dfd5892b5bc8f3d991e-d # internal
2025-08-20T21:20:14.0763037Z [00:03:07.416]➜  golang.org/x/oauth2
2025-08-20T21:20:14.0764625Z [00:03:07.416]➜  mkdir -p $WORK/b1351/
2025-08-20T21:20:14.0788423Z [00:03:07.418]➜  cat >/tmp/go-build3619502580/b1351/importcfg << 'EOF' # internal
2025-08-20T21:20:14.0789373Z [00:03:07.418]➜  # import config
2025-08-20T21:20:14.0790235Z [00:03:07.418]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:14.0792094Z [00:03:07.418]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:14.0793215Z [00:03:07.418]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:20:14.0794345Z [00:03:07.418]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:20:14.0795681Z [00:03:07.418]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:20:14.0796877Z [00:03:07.418]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:14.0799167Z [00:03:07.418]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:14.0800050Z [00:03:07.418]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:14.0801067Z [00:03:07.418]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build3619502580/b1352/_pkg_.a
2025-08-20T21:20:14.0802264Z [00:03:07.418]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:14.0803113Z [00:03:07.418]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:20:14.0803963Z [00:03:07.418]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:14.0804836Z [00:03:07.418]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:14.0805720Z [00:03:07.418]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:14.0806660Z [00:03:07.418]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:14.0807535Z [00:03:07.418]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:14.0808375Z [00:03:07.418]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:14.0808981Z [00:03:07.418]➜  EOF
2025-08-20T21:20:14.0814732Z [00:03:07.418]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1351/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.29.0=>golang.org/x/oauth2@v0.29.0;$WORK/b1351=>" -p golang.org/x/oauth2 -lang=go1.23 -complete -installsuffix shared -buildid 82uJYu_c9EP-lTj9iDkj/82uJYu_c9EP-lTj9iDkj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1351/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:20:14.0819678Z [00:03:07.418]➜  cp $WORK/b1349/_pkg_.a /root/.cache/go-build/cc/cc297c490b8bd7b55d2b2d4222a10a08b3bc26c9979a3a24cdfcdc077e58d95e-d # internal
2025-08-20T21:20:14.0820829Z [00:03:07.418]➜  cloud.google.com/go/auth
2025-08-20T21:20:14.0821568Z [00:03:07.418]➜  mkdir -p $WORK/b1346/
2025-08-20T21:20:14.0822523Z [00:03:07.418]➜  cat >/tmp/go-build3619502580/b1346/importcfg << 'EOF' # internal
2025-08-20T21:20:14.0823226Z [00:03:07.418]➜  # import config
2025-08-20T21:20:14.0823908Z [00:03:07.418]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:14.0824949Z [00:03:07.418]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3619502580/b1347/_pkg_.a
2025-08-20T21:20:14.0826186Z [00:03:07.418]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build3619502580/b1348/_pkg_.a
2025-08-20T21:20:14.0827280Z [00:03:07.418]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:14.0828358Z [00:03:07.418]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:14.0829299Z [00:03:07.418]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:14.0830111Z [00:03:07.418]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:14.0831478Z [00:03:07.418]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3619502580/b1349/_pkg_.a
2025-08-20T21:20:14.0832564Z [00:03:07.418]➜  packagefile log/slog=/tmp/go-build3619502580/b393/_pkg_.a
2025-08-20T21:20:14.0833330Z [00:03:07.418]➜  packagefile mime=/tmp/go-build3619502580/b179/_pkg_.a
2025-08-20T21:20:14.0834173Z [00:03:07.418]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:14.0835045Z [00:03:07.418]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:14.0835889Z [00:03:07.418]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:14.0836728Z [00:03:07.418]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:14.0837718Z [00:03:07.418]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:14.0838521Z [00:03:07.418]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:14.0839118Z [00:03:07.418]➜  EOF
2025-08-20T21:20:14.0853026Z [00:03:07.418]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1346/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1=>cloud.google.com/go/auth@v0.16.1;$WORK/b1346=>" -p cloud.google.com/go/auth -lang=go1.23 -complete -installsuffix shared -buildid bjZdVZIsQuN-hDCniZRd/bjZdVZIsQuN-hDCniZRd -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/auth.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/threelegged.go
2025-08-20T21:20:14.2867852Z [00:03:07.626]➜  go tool buildid -w $WORK/b1351/_pkg_.a # internal
2025-08-20T21:20:14.2885517Z [00:03:07.628]➜  cp $WORK/b1351/_pkg_.a /root/.cache/go-build/d8/d8d670ff38093b873c6bf0fce0efd01bf28f6493980f9b0115b5f07b989dfc95-d # internal
2025-08-20T21:20:14.2888607Z [00:03:07.628]➜  go tool buildid -w $WORK/b1346/_pkg_.a # internal
2025-08-20T21:20:14.2905697Z [00:03:07.630]➜  cp $WORK/b1346/_pkg_.a /root/.cache/go-build/14/147e7add0c7c4aa15ef763120f4cb2c4bb16a4158aadc8ce5ce6846b3e7db726-d # internal
2025-08-20T21:20:14.2912957Z [00:03:07.630]➜  golang.org/x/oauth2/google/internal/impersonate
2025-08-20T21:20:14.2913542Z [00:03:07.630]➜  mkdir -p $WORK/b1356/
2025-08-20T21:20:14.2914087Z [00:03:07.630]➜  golang.org/x/oauth2/authhandler
2025-08-20T21:20:14.2914575Z [00:03:07.630]➜  mkdir -p $WORK/b1354/
2025-08-20T21:20:14.2915193Z [00:03:07.630]➜  cat >/tmp/go-build3619502580/b1356/importcfg << 'EOF' # internal
2025-08-20T21:20:14.2915773Z [00:03:07.630]➜  # import config
2025-08-20T21:20:14.2916325Z [00:03:07.630]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:14.2917237Z [00:03:07.630]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:14.2918091Z [00:03:07.630]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:14.2919148Z [00:03:07.630]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:14.2920017Z [00:03:07.630]➜  packagefile golang.org/x/oauth2=/tmp/go-build3619502580/b1351/_pkg_.a
2025-08-20T21:20:14.2920865Z [00:03:07.630]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:14.2921802Z [00:03:07.630]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:20:14.2922623Z [00:03:07.630]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:14.2923405Z [00:03:07.630]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:14.2923947Z [00:03:07.630]➜  EOF
2025-08-20T21:20:14.2928205Z [00:03:07.630]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1356/_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/b1356=>" -p golang.org/x/oauth2/google/internal/impersonate -lang=go1.23 -complete -installsuffix shared -buildid BatMRNjS3ixpYwce_SK1/BatMRNjS3ixpYwce_SK1 -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/impersonate/impersonate.go
2025-08-20T21:20:14.2932549Z [00:03:07.631]➜  cat >/tmp/go-build3619502580/b1354/importcfg << 'EOF' # internal
2025-08-20T21:20:14.2933259Z [00:03:07.631]➜  # import config
2025-08-20T21:20:14.2933954Z [00:03:07.631]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:14.2934845Z [00:03:07.631]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:14.2935789Z [00:03:07.631]➜  packagefile golang.org/x/oauth2=/tmp/go-build3619502580/b1351/_pkg_.a
2025-08-20T21:20:14.2936534Z [00:03:07.631]➜  EOF
2025-08-20T21:20:14.2940139Z [00:03:07.632]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1354/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/authhandler=>golang.org/x/oauth2@v0.29.0/authhandler;$WORK/b1354=>" -p golang.org/x/oauth2/authhandler -lang=go1.23 -complete -installsuffix shared -buildid 53JOOk_EAEevM59iMmt_/53JOOk_EAEevM59iMmt_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1354/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/authhandler/authhandler.go
2025-08-20T21:20:14.3406041Z [00:03:07.680]➜  go tool buildid -w $WORK/b1354/_pkg_.a # internal
2025-08-20T21:20:14.3413025Z [00:03:07.681]➜  go tool buildid -w $WORK/b1356/_pkg_.a # internal
2025-08-20T21:20:14.3423668Z [00:03:07.682]➜  cp $WORK/b1354/_pkg_.a /root/.cache/go-build/c6/c6557a7a51646bfca2ed44fcbb4bc3f91a55ecaec01a007eceee8b148d41f619-d # internal
2025-08-20T21:20:14.3430738Z [00:03:07.682]➜  golang.org/x/oauth2/google/internal/stsexchange
2025-08-20T21:20:14.3432970Z [00:03:07.682]➜  mkdir -p $WORK/b1357/
2025-08-20T21:20:14.3443445Z [00:03:07.683]➜  cp $WORK/b1356/_pkg_.a /root/.cache/go-build/84/84eeee75019def106262d648a5ff655991485bec0439d051ee657c7e1e40eb83-d # internal
2025-08-20T21:20:14.3450844Z [00:03:07.684]➜  golang.org/x/oauth2/jws
2025-08-20T21:20:14.3459337Z [00:03:07.685]➜  cat >/tmp/go-build3619502580/b1357/importcfg << 'EOF' # internal
2025-08-20T21:20:14.3460920Z [00:03:07.685]➜  # import config
2025-08-20T21:20:14.3463541Z [00:03:07.685]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:14.3464512Z [00:03:07.685]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:20:14.3465510Z [00:03:07.685]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:14.3466433Z [00:03:07.685]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:14.3467363Z [00:03:07.685]➜  packagefile golang.org/x/oauth2=/tmp/go-build3619502580/b1351/_pkg_.a
2025-08-20T21:20:14.3468291Z [00:03:07.685]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:14.3469129Z [00:03:07.685]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:20:14.3470254Z [00:03:07.685]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:14.3471118Z [00:03:07.685]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:14.3472212Z [00:03:07.685]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:14.3473097Z [00:03:07.685]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:14.3473769Z [00:03:07.685]➜  EOF
2025-08-20T21:20:14.3474236Z [00:03:07.685]➜  mkdir -p $WORK/b1359/
2025-08-20T21:20:14.3487501Z [00:03:07.688]➜  cat >/tmp/go-build3619502580/b1359/importcfg << 'EOF' # internal
2025-08-20T21:20:14.3502912Z [00:03:07.688]➜  # import config
2025-08-20T21:20:14.3503606Z [00:03:07.688]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:14.3504470Z [00:03:07.688]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:20:14.3505333Z [00:03:07.688]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:20:14.3506523Z [00:03:07.688]➜  packagefile crypto/rsa=/tmp/go-build3619502580/b147/_pkg_.a
2025-08-20T21:20:14.3507477Z [00:03:07.688]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:20:14.3508422Z [00:03:07.688]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:20:14.3509353Z [00:03:07.688]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:14.3510210Z [00:03:07.688]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:14.3511014Z [00:03:07.688]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:14.3512615Z [00:03:07.688]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:14.3513481Z [00:03:07.688]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:14.3514134Z [00:03:07.688]➜  EOF
2025-08-20T21:20:14.3529003Z [00:03:07.691]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1357/_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/b1357=>" -p golang.org/x/oauth2/google/internal/stsexchange -lang=go1.23 -complete -installsuffix shared -buildid cMJi0DamWuocCw78QeKH/cMJi0DamWuocCw78QeKH -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/stsexchange/clientauth.go /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/google/internal/stsexchange/sts_exchange.go
2025-08-20T21:20:14.3536641Z [00:03:07.692]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1359/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/jws=>golang.org/x/oauth2@v0.29.0/jws;$WORK/b1359=>" -p golang.org/x/oauth2/jws -lang=go1.23 -complete -installsuffix shared -buildid yoA_FEq80zfg5MGdvz8O/yoA_FEq80zfg5MGdvz8O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1359/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/jws/jws.go
2025-08-20T21:20:14.4057523Z [00:03:07.743]➜  go tool buildid -w $WORK/b1359/_pkg_.a # internal
2025-08-20T21:20:14.4062300Z [00:03:07.745]➜  cp $WORK/b1359/_pkg_.a /root/.cache/go-build/78/78878241a2eb0a4847dcbefb604d53a2f8a2e50a08cdab9656addc1a6788357f-d # internal
2025-08-20T21:20:14.4064090Z [00:03:07.745]➜  golang.org/x/oauth2/jwt
2025-08-20T21:20:14.4064896Z [00:03:07.745]➜  mkdir -p $WORK/b1360/
2025-08-20T21:20:14.4065642Z [00:03:07.746]➜  cat >/tmp/go-build3619502580/b1360/importcfg << 'EOF' # internal
2025-08-20T21:20:14.4066335Z [00:03:07.746]➜  # import config
2025-08-20T21:20:14.4066996Z [00:03:07.746]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:14.4067883Z [00:03:07.746]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:14.4068745Z [00:03:07.746]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:14.4069651Z [00:03:07.746]➜  packagefile golang.org/x/oauth2=/tmp/go-build3619502580/b1351/_pkg_.a
2025-08-20T21:20:14.4070743Z [00:03:07.746]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build3619502580/b1352/_pkg_.a
2025-08-20T21:20:14.4072122Z [00:03:07.746]➜  packagefile golang.org/x/oauth2/jws=/tmp/go-build3619502580/b1359/_pkg_.a
2025-08-20T21:20:14.4080405Z [00:03:07.746]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:14.4081472Z [00:03:07.746]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:20:14.4082347Z [00:03:07.746]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:14.4083187Z [00:03:07.746]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:14.4084011Z [00:03:07.746]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:14.4084804Z [00:03:07.746]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:14.4085383Z [00:03:07.746]➜  EOF
2025-08-20T21:20:14.4089063Z [00:03:07.747]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1360/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/jwt=>golang.org/x/oauth2@v0.29.0/jwt;$WORK/b1360=>" -p golang.org/x/oauth2/jwt -lang=go1.23 -complete -installsuffix shared -buildid HuXCx5a6yxbZulrautci/HuXCx5a6yxbZulrautci -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1360/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/jwt/jwt.go
2025-08-20T21:20:14.4132320Z [00:03:07.751]➜  go tool buildid -w $WORK/b1357/_pkg_.a # internal
2025-08-20T21:20:14.4133754Z [00:03:07.752]➜  cp $WORK/b1357/_pkg_.a /root/.cache/go-build/bb/bb1f07f9671e3ad9cc5588a0ede6844919cd11fe3eee32ad0820dcd8a03bfa7c-d # internal
2025-08-20T21:20:14.4139553Z [00:03:07.753]➜  golang.org/x/oauth2/google/externalaccount
2025-08-20T21:20:14.4151743Z [00:03:07.754]➜  mkdir -p $WORK/b1355/
2025-08-20T21:20:14.4152702Z [00:03:07.754]➜  cat >/tmp/go-build3619502580/b1355/importcfg << 'EOF' # internal
2025-08-20T21:20:14.4154482Z [00:03:07.754]➜  # import config
2025-08-20T21:20:14.4155138Z [00:03:07.754]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:14.4156030Z [00:03:07.754]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:14.4156908Z [00:03:07.754]➜  packagefile crypto/hmac=/tmp/go-build3619502580/b135/_pkg_.a
2025-08-20T21:20:14.4157821Z [00:03:07.754]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:20:14.4158761Z [00:03:07.754]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:20:14.4159711Z [00:03:07.754]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:14.4160638Z [00:03:07.754]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:14.4161658Z [00:03:07.754]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:14.4162639Z [00:03:07.754]➜  packagefile golang.org/x/oauth2=/tmp/go-build3619502580/b1351/_pkg_.a
2025-08-20T21:20:14.4163930Z [00:03:07.754]➜  packagefile golang.org/x/oauth2/google/internal/impersonate=/tmp/go-build3619502580/b1356/_pkg_.a
2025-08-20T21:20:14.4165451Z [00:03:07.754]➜  packagefile golang.org/x/oauth2/google/internal/stsexchange=/tmp/go-build3619502580/b1357/_pkg_.a
2025-08-20T21:20:14.4166806Z [00:03:07.754]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:14.4167673Z [00:03:07.754]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:20:14.4168753Z [00:03:07.754]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:14.4169606Z [00:03:07.754]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:14.4170436Z [00:03:07.754]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:14.4171433Z [00:03:07.754]➜  packagefile os/exec=/tmp/go-build3619502580/b270/_pkg_.a
2025-08-20T21:20:14.4172213Z [00:03:07.754]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:20:14.4172974Z [00:03:07.754]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:14.4187073Z [00:03:07.754]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:20:14.4188061Z [00:03:07.754]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:14.4188930Z [00:03:07.754]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:14.4189798Z [00:03:07.754]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:14.4190660Z [00:03:07.754]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:14.4191684Z [00:03:07.754]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:20:14.4192349Z [00:03:07.754]➜  EOF
2025-08-20T21:20:14.4200838Z [00:03:07.754]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1355/_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/b1355=>" -p golang.org/x/oauth2/google/externalaccount -lang=go1.23 -complete -installsuffix shared -buildid R348rbEHtqQmsydfU-jJ/R348rbEHtqQmsydfU-jJ -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/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:20:14.4923198Z [00:03:07.831]➜  go tool buildid -w $WORK/b1360/_pkg_.a # internal
2025-08-20T21:20:14.4940654Z [00:03:07.833]➜  cp $WORK/b1360/_pkg_.a /root/.cache/go-build/e0/e0f431be34ac25d55c5f8f7077863963b11a509d55fe5fcf69eb74547c45fd87-d # internal
2025-08-20T21:20:14.4976684Z [00:03:07.837]➜  golang.org/x/oauth2/google/internal/externalaccountauthorizeduser
2025-08-20T21:20:14.4981724Z [00:03:07.837]➜  mkdir -p $WORK/b1358/
2025-08-20T21:20:14.4991335Z [00:03:07.838]➜  cat >/tmp/go-build3619502580/b1358/importcfg << 'EOF' # internal
2025-08-20T21:20:14.5000821Z [00:03:07.838]➜  # import config
2025-08-20T21:20:14.5001677Z [00:03:07.838]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:14.5002566Z [00:03:07.838]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:14.5003564Z [00:03:07.838]➜  packagefile golang.org/x/oauth2=/tmp/go-build3619502580/b1351/_pkg_.a
2025-08-20T21:20:14.5004870Z [00:03:07.838]➜  packagefile golang.org/x/oauth2/google/internal/stsexchange=/tmp/go-build3619502580/b1357/_pkg_.a
2025-08-20T21:20:14.5006037Z [00:03:07.838]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:14.5006683Z [00:03:07.838]➜  EOF
2025-08-20T21:20:14.5016836Z [00:03:07.840]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1358/_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/b1358=>" -p golang.org/x/oauth2/google/internal/externalaccountauthorizeduser -lang=go1.23 -complete -installsuffix shared -buildid IIp2vaCZGdj-92ZKCV4B/IIp2vaCZGdj-92ZKCV4B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1358/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/google/internal/externalaccountauthorizeduser/externalaccountauthorizeduser.go
2025-08-20T21:20:14.5807016Z [00:03:07.920]➜  go tool buildid -w $WORK/b1358/_pkg_.a # internal
2025-08-20T21:20:14.5819268Z [00:03:07.921]➜  cp $WORK/b1358/_pkg_.a /root/.cache/go-build/1c/1c8d8780c25b04cd34299f238c300245db83f14ec8bfc383a3eb555eec6137e3-d # internal
2025-08-20T21:20:14.5823919Z [00:03:07.921]➜  cloud.google.com/go/auth/credentials/internal/impersonate
2025-08-20T21:20:14.5824652Z [00:03:07.921]➜  mkdir -p $WORK/b1364/
2025-08-20T21:20:14.5825442Z [00:03:07.921]➜  cat >/tmp/go-build3619502580/b1364/importcfg << 'EOF' # internal
2025-08-20T21:20:14.5826170Z [00:03:07.921]➜  # import config
2025-08-20T21:20:14.5826846Z [00:03:07.921]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:14.5827837Z [00:03:07.922]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3619502580/b1346/_pkg_.a
2025-08-20T21:20:14.5829030Z [00:03:07.922]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3619502580/b1347/_pkg_.a
2025-08-20T21:20:14.5830051Z [00:03:07.922]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:14.5830942Z [00:03:07.922]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:14.5832054Z [00:03:07.922]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:14.5832897Z [00:03:07.922]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:14.5833985Z [00:03:07.922]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3619502580/b1349/_pkg_.a
2025-08-20T21:20:14.5835267Z [00:03:07.922]➜  packagefile log/slog=/tmp/go-build3619502580/b393/_pkg_.a
2025-08-20T21:20:14.5836300Z [00:03:07.922]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:14.5837162Z [00:03:07.922]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:14.5837999Z [00:03:07.922]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:14.5838625Z [00:03:07.922]➜  EOF
2025-08-20T21:20:14.5845157Z [00:03:07.922]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1364/_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/b1364=>" -p cloud.google.com/go/auth/credentials/internal/impersonate -lang=go1.23 -complete -installsuffix shared -buildid j39vifnpntTFJvjBvvhy/j39vifnpntTFJvjBvvhy -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/impersonate/idtoken.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/credentials/internal/impersonate/impersonate.go
2025-08-20T21:20:14.6911545Z [00:03:08.030]➜  go tool buildid -w $WORK/b1364/_pkg_.a # internal
2025-08-20T21:20:14.6915031Z [00:03:08.030]➜  go tool buildid -w $WORK/b1355/_pkg_.a # internal
2025-08-20T21:20:14.6927173Z [00:03:08.032]➜  cp $WORK/b1364/_pkg_.a /root/.cache/go-build/d1/d15d250cc46c44c2155c00e0311012b94fd569089a2e3d34f9dd7368321cdf7f-d # internal
2025-08-20T21:20:14.6928521Z [00:03:08.032]➜  cloud.google.com/go/auth/credentials/internal/stsexchange
2025-08-20T21:20:14.6929228Z [00:03:08.032]➜  mkdir -p $WORK/b1365/
2025-08-20T21:20:14.6943169Z [00:03:08.033]➜  cat >/tmp/go-build3619502580/b1365/importcfg << 'EOF' # internal
2025-08-20T21:20:14.6946570Z [00:03:08.033]➜  # import config
2025-08-20T21:20:14.6947283Z [00:03:08.033]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3619502580/b1346/_pkg_.a
2025-08-20T21:20:14.6948266Z [00:03:08.033]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3619502580/b1347/_pkg_.a
2025-08-20T21:20:14.6949359Z [00:03:08.033]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:14.6950060Z [00:03:08.033]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:20:14.6950982Z [00:03:08.033]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:14.6951926Z [00:03:08.033]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:14.6953002Z [00:03:08.033]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3619502580/b1349/_pkg_.a
2025-08-20T21:20:14.6954104Z [00:03:08.033]➜  packagefile log/slog=/tmp/go-build3619502580/b393/_pkg_.a
2025-08-20T21:20:14.6954981Z [00:03:08.033]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:14.6955834Z [00:03:08.033]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:14.6956712Z [00:03:08.033]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:14.6957592Z [00:03:08.033]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:14.6958249Z [00:03:08.033]➜  EOF
2025-08-20T21:20:14.6962726Z [00:03:08.033]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1365/_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/b1365=>" -p cloud.google.com/go/auth/credentials/internal/stsexchange -lang=go1.23 -complete -installsuffix shared -buildid c668rXwxVwm397xEmPdF/c668rXwxVwm397xEmPdF -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/credentials/internal/stsexchange/sts_exchange.go
2025-08-20T21:20:14.7025367Z [00:03:08.042]➜  cp $WORK/b1355/_pkg_.a /root/.cache/go-build/36/368d717afc394fc0eb99b6e0de86f6db30b43809e4be3fb3e92485e180b9866c-d # internal
2025-08-20T21:20:14.7030643Z [00:03:08.042]➜  golang.org/x/oauth2/google
2025-08-20T21:20:14.7032602Z [00:03:08.042]➜  mkdir -p $WORK/b1353/
2025-08-20T21:20:14.7047291Z [00:03:08.044]➜  cat >/tmp/go-build3619502580/b1353/importcfg << 'EOF' # internal
2025-08-20T21:20:14.7048229Z [00:03:08.044]➜  # import config
2025-08-20T21:20:14.7049151Z [00:03:08.044]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:20:14.7062902Z [00:03:08.044]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3619502580/b1212/_pkg_.a
2025-08-20T21:20:14.7063970Z [00:03:08.044]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:14.7064716Z [00:03:08.044]➜  packagefile crypto/rsa=/tmp/go-build3619502580/b147/_pkg_.a
2025-08-20T21:20:14.7065587Z [00:03:08.044]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:14.7066430Z [00:03:08.044]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:14.7067203Z [00:03:08.044]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:14.7068130Z [00:03:08.044]➜  packagefile golang.org/x/oauth2=/tmp/go-build3619502580/b1351/_pkg_.a
2025-08-20T21:20:14.7069208Z [00:03:08.044]➜  packagefile golang.org/x/oauth2/authhandler=/tmp/go-build3619502580/b1354/_pkg_.a
2025-08-20T21:20:14.7070468Z [00:03:08.044]➜  packagefile golang.org/x/oauth2/google/externalaccount=/tmp/go-build3619502580/b1355/_pkg_.a
2025-08-20T21:20:14.7072237Z [00:03:08.044]➜  packagefile golang.org/x/oauth2/google/internal/externalaccountauthorizeduser=/tmp/go-build3619502580/b1358/_pkg_.a
2025-08-20T21:20:14.7073793Z [00:03:08.044]➜  packagefile golang.org/x/oauth2/google/internal/impersonate=/tmp/go-build3619502580/b1356/_pkg_.a
2025-08-20T21:20:14.7075050Z [00:03:08.044]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build3619502580/b1352/_pkg_.a
2025-08-20T21:20:14.7076150Z [00:03:08.044]➜  packagefile golang.org/x/oauth2/jws=/tmp/go-build3619502580/b1359/_pkg_.a
2025-08-20T21:20:14.7077254Z [00:03:08.044]➜  packagefile golang.org/x/oauth2/jwt=/tmp/go-build3619502580/b1360/_pkg_.a
2025-08-20T21:20:14.7078426Z [00:03:08.044]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:14.7079218Z [00:03:08.044]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:20:14.7080007Z [00:03:08.044]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:14.7081013Z [00:03:08.044]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:14.7082067Z [00:03:08.044]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:14.7082919Z [00:03:08.044]➜  packagefile os/user=/tmp/go-build3619502580/b273/_pkg_.a
2025-08-20T21:20:14.7083827Z [00:03:08.044]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:20:14.7084745Z [00:03:08.044]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:20:14.7085599Z [00:03:08.044]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:14.7086482Z [00:03:08.044]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:14.7087336Z [00:03:08.044]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:14.7087979Z [00:03:08.044]➜  EOF
2025-08-20T21:20:14.7104157Z [00:03:08.044]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1353/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/google=>golang.org/x/oauth2@v0.29.0/google;$WORK/b1353=>" -p golang.org/x/oauth2/google -lang=go1.23 -complete -installsuffix shared -buildid ljYnrrvOyU8nyZgDu2oy/ljYnrrvOyU8nyZgDu2oy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1353/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:20:14.7713285Z [00:03:08.110]➜  go tool buildid -w $WORK/b1365/_pkg_.a # internal
2025-08-20T21:20:14.7759900Z [00:03:08.115]➜  cp $WORK/b1365/_pkg_.a /root/.cache/go-build/f6/f6a34890ff1da26386db2c323415263759ef9dcf929905cf202b6c55b060ffe1-d # internal
2025-08-20T21:20:14.7766745Z [00:03:08.116]➜  cloud.google.com/go/auth/internal/credsfile
2025-08-20T21:20:14.7767377Z [00:03:08.116]➜  mkdir -p $WORK/b1366/
2025-08-20T21:20:14.7777306Z [00:03:08.117]➜  cat >/tmp/go-build3619502580/b1366/importcfg << 'EOF' # internal
2025-08-20T21:20:14.7778023Z [00:03:08.117]➜  # import config
2025-08-20T21:20:14.7778760Z [00:03:08.117]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:14.7779672Z [00:03:08.117]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:14.7780504Z [00:03:08.117]➜  packagefile os/user=/tmp/go-build3619502580/b273/_pkg_.a
2025-08-20T21:20:14.7781466Z [00:03:08.117]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:20:14.7782264Z [00:03:08.117]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:20:14.7782854Z [00:03:08.117]➜  EOF
2025-08-20T21:20:14.7787153Z [00:03:08.117]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1366/_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/b1366=>" -p cloud.google.com/go/auth/internal/credsfile -lang=go1.23 -complete -installsuffix shared -buildid qAU5-S07cv-PcHXfOqx2/qAU5-S07cv-PcHXfOqx2 -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/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:20:14.8165155Z [00:03:08.156]➜  go tool buildid -w $WORK/b1366/_pkg_.a # internal
2025-08-20T21:20:14.8175747Z [00:03:08.157]➜  cp $WORK/b1366/_pkg_.a /root/.cache/go-build/25/254844f61c294e17c430fce513fc9dab3495ff84ca0758115873b233cf256dd2-d # internal
2025-08-20T21:20:14.8177280Z [00:03:08.157]➜  github.com/googleapis/enterprise-certificate-proxy/client/util
2025-08-20T21:20:14.8178238Z [00:03:08.157]➜  mkdir -p $WORK/b1369/
2025-08-20T21:20:14.8187840Z [00:03:08.157]➜  cat >/tmp/go-build3619502580/b1369/importcfg << 'EOF' # internal
2025-08-20T21:20:14.8192003Z [00:03:08.157]➜  # import config
2025-08-20T21:20:14.8192751Z [00:03:08.157]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:14.8193678Z [00:03:08.157]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:14.8194529Z [00:03:08.158]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:14.8195361Z [00:03:08.158]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:14.8196181Z [00:03:08.158]➜  packagefile os/user=/tmp/go-build3619502580/b273/_pkg_.a
2025-08-20T21:20:14.8197131Z [00:03:08.158]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:20:14.8198091Z [00:03:08.158]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:20:14.8198975Z [00:03:08.158]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:14.8199633Z [00:03:08.158]➜  EOF
2025-08-20T21:20:14.8204492Z [00:03:08.158]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1369/_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/b1369=>" -p github.com/googleapis/enterprise-certificate-proxy/client/util -lang=go1.23 -complete -installsuffix shared -buildid w9k8sB6bUAMNz5-I5l5V/w9k8sB6bUAMNz5-I5l5V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1369/importcfg -pack /root/go/pkg/mod/github.com/googleapis/enterprise-certificate-proxy@v0.3.6/client/util/util.go
2025-08-20T21:20:14.8807765Z [00:03:08.218]➜  go tool buildid -w $WORK/b1369/_pkg_.a # internal
2025-08-20T21:20:14.8842768Z [00:03:08.219]➜  cp $WORK/b1369/_pkg_.a /root/.cache/go-build/25/25c2462fa76ddf1ae31fe9f939efe5fff9acaa79141ba2a212b701c1e8e33f1d-d # internal
2025-08-20T21:20:14.8843952Z [00:03:08.220]➜  net/rpc
2025-08-20T21:20:14.8844435Z [00:03:08.220]➜  mkdir -p $WORK/b1370/
2025-08-20T21:20:14.8845207Z [00:03:08.222]➜  cat >/tmp/go-build3619502580/b1370/importcfg << 'EOF' # internal
2025-08-20T21:20:14.8845911Z [00:03:08.222]➜  # import config
2025-08-20T21:20:14.8846606Z [00:03:08.222]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:20:14.8847503Z [00:03:08.222]➜  packagefile encoding/gob=/tmp/go-build3619502580/b200/_pkg_.a
2025-08-20T21:20:14.8848408Z [00:03:08.222]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:14.8849256Z [00:03:08.222]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:14.8850108Z [00:03:08.222]➜  packagefile go/token=/tmp/go-build3619502580/b1232/_pkg_.a
2025-08-20T21:20:14.8851066Z [00:03:08.222]➜  packagefile html/template=/tmp/go-build3619502580/b1252/_pkg_.a
2025-08-20T21:20:14.8863633Z [00:03:08.222]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:14.8864547Z [00:03:08.222]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:20:14.8865322Z [00:03:08.223]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:14.8866096Z [00:03:08.223]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:14.8866891Z [00:03:08.223]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:14.8867669Z [00:03:08.223]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:20:14.8868651Z [00:03:08.223]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:14.8869672Z [00:03:08.223]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:14.8870239Z [00:03:08.223]➜  EOF
2025-08-20T21:20:14.8873403Z [00:03:08.223]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1370/_pkg_.a -trimpath "/root/.go/src/net/rpc=>net/rpc;$WORK/b1370=>" -p net/rpc -lang=go1.25 -std -complete -installsuffix shared -buildid g-Sq_sF4MuO5q959Hs5G/g-Sq_sF4MuO5q959Hs5G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1370/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:20:14.9598643Z [00:03:08.299]➜  go tool buildid -w $WORK/b1353/_pkg_.a # internal
2025-08-20T21:20:14.9620884Z [00:03:08.301]➜  cp $WORK/b1353/_pkg_.a /root/.cache/go-build/ab/ab4a6cf61107af4b83bd755b06e6e05ba6aa1cc46306b54d0411ce9e5c60d5f5-d # internal
2025-08-20T21:20:14.9641537Z [00:03:08.303]➜  cloud.google.com/go/auth/credentials/internal/externalaccountuser
2025-08-20T21:20:14.9645009Z [00:03:08.304]➜  mkdir -p $WORK/b1371/
2025-08-20T21:20:14.9662911Z [00:03:08.305]➜  cat >/tmp/go-build3619502580/b1371/importcfg << 'EOF' # internal
2025-08-20T21:20:14.9668462Z [00:03:08.306]➜  # import config
2025-08-20T21:20:14.9669395Z [00:03:08.306]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3619502580/b1346/_pkg_.a
2025-08-20T21:20:14.9670776Z [00:03:08.306]➜  packagefile cloud.google.com/go/auth/credentials/internal/stsexchange=/tmp/go-build3619502580/b1365/_pkg_.a
2025-08-20T21:20:14.9672384Z [00:03:08.306]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3619502580/b1347/_pkg_.a
2025-08-20T21:20:14.9673431Z [00:03:08.306]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:14.9674276Z [00:03:08.306]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:14.9675385Z [00:03:08.306]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3619502580/b1349/_pkg_.a
2025-08-20T21:20:14.9676476Z [00:03:08.306]➜  packagefile log/slog=/tmp/go-build3619502580/b393/_pkg_.a
2025-08-20T21:20:14.9677335Z [00:03:08.306]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:14.9678339Z [00:03:08.306]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:14.9678945Z [00:03:08.306]➜  EOF
2025-08-20T21:20:14.9684265Z [00:03:08.306]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1371/_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/b1371=>" -p cloud.google.com/go/auth/credentials/internal/externalaccountuser -lang=go1.23 -complete -installsuffix shared -buildid ME1XQ9BEJ5mIyXJ9PbNW/ME1XQ9BEJ5mIyXJ9PbNW -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/externalaccountuser/externalaccountuser.go
2025-08-20T21:20:15.0307832Z [00:03:08.370]➜  go tool buildid -w $WORK/b1371/_pkg_.a # internal
2025-08-20T21:20:15.0316312Z [00:03:08.371]➜  cp $WORK/b1371/_pkg_.a /root/.cache/go-build/16/1677c5f843a8a5c695b598172672b8605f9ba003afa31cd4e972236cc542f1b4-d # internal
2025-08-20T21:20:15.0334851Z [00:03:08.371]➜  cloud.google.com/go/auth/credentials/internal/gdch
2025-08-20T21:20:15.0335581Z [00:03:08.371]➜  mkdir -p $WORK/b1372/
2025-08-20T21:20:15.0336343Z [00:03:08.371]➜  cat >/tmp/go-build3619502580/b1372/importcfg << 'EOF' # internal
2025-08-20T21:20:15.0337071Z [00:03:08.371]➜  # import config
2025-08-20T21:20:15.0337914Z [00:03:08.371]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3619502580/b1346/_pkg_.a
2025-08-20T21:20:15.0339093Z [00:03:08.371]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3619502580/b1347/_pkg_.a
2025-08-20T21:20:15.0340428Z [00:03:08.371]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build3619502580/b1366/_pkg_.a
2025-08-20T21:20:15.0341957Z [00:03:08.371]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build3619502580/b1348/_pkg_.a
2025-08-20T21:20:15.0343076Z [00:03:08.371]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:15.0343965Z [00:03:08.371]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:20:15.0345119Z [00:03:08.371]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:20:15.0346087Z [00:03:08.371]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:20:15.0347030Z [00:03:08.371]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:15.0348169Z [00:03:08.371]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:15.0348991Z [00:03:08.371]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:15.0350114Z [00:03:08.371]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3619502580/b1349/_pkg_.a
2025-08-20T21:20:15.0351380Z [00:03:08.371]➜  packagefile log/slog=/tmp/go-build3619502580/b393/_pkg_.a
2025-08-20T21:20:15.0352283Z [00:03:08.371]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:15.0353185Z [00:03:08.371]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:15.0354158Z [00:03:08.371]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:15.0355001Z [00:03:08.371]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:15.0355841Z [00:03:08.371]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:15.0356488Z [00:03:08.371]➜  EOF
2025-08-20T21:20:15.0360678Z [00:03:08.371]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1372/_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/b1372=>" -p cloud.google.com/go/auth/credentials/internal/gdch -lang=go1.23 -complete -installsuffix shared -buildid TyKflkTBv2F0uyXdu9I8/TyKflkTBv2F0uyXdu9I8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1372/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/credentials/internal/gdch/gdch.go
2025-08-20T21:20:15.1417117Z [00:03:08.481]➜  go tool buildid -w $WORK/b1372/_pkg_.a # internal
2025-08-20T21:20:15.1420243Z [00:03:08.481]➜  cp $WORK/b1372/_pkg_.a /root/.cache/go-build/3c/3cc3443b33d7f20104dc581e3da89c084303d43128d4a91550358af316cb89fc-d # internal
2025-08-20T21:20:15.1423476Z [00:03:08.482]➜  cloud.google.com/go/auth/oauth2adapt
2025-08-20T21:20:15.1424102Z [00:03:08.482]➜  mkdir -p $WORK/b1373/
2025-08-20T21:20:15.1431889Z [00:03:08.482]➜  cat >/tmp/go-build3619502580/b1373/importcfg << 'EOF' # internal
2025-08-20T21:20:15.1436145Z [00:03:08.483]➜  # import config
2025-08-20T21:20:15.1436975Z [00:03:08.483]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3619502580/b1346/_pkg_.a
2025-08-20T21:20:15.1439676Z [00:03:08.483]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:15.1440654Z [00:03:08.483]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:15.1441773Z [00:03:08.483]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:15.1442731Z [00:03:08.483]➜  packagefile golang.org/x/oauth2=/tmp/go-build3619502580/b1351/_pkg_.a
2025-08-20T21:20:15.1443796Z [00:03:08.483]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3619502580/b1353/_pkg_.a
2025-08-20T21:20:15.1444535Z [00:03:08.483]➜  EOF
2025-08-20T21:20:15.1448209Z [00:03:08.483]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1373/_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/b1373=>" -p cloud.google.com/go/auth/oauth2adapt -lang=go1.23 -complete -installsuffix shared -buildid eYv3uHJ_UdoO4KrJLmUY/eYv3uHJ_UdoO4KrJLmUY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1373/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth/oauth2adapt@v0.2.8/oauth2adapt.go
2025-08-20T21:20:15.1873480Z [00:03:08.526]➜  go tool buildid -w $WORK/b1373/_pkg_.a # internal
2025-08-20T21:20:15.1884520Z [00:03:08.528]➜  cp $WORK/b1373/_pkg_.a /root/.cache/go-build/94/946c064347aa3b3748ecd27de88a656d72b9f3b48c203be4f0e1e0e497dce896-d # internal
2025-08-20T21:20:15.1886838Z [00:03:08.528]➜  github.com/google/s2a-go/fallback
2025-08-20T21:20:15.1887687Z [00:03:08.528]➜  mkdir -p $WORK/b1375/
2025-08-20T21:20:15.1894992Z [00:03:08.529]➜  cat >/tmp/go-build3619502580/b1375/importcfg << 'EOF' # internal
2025-08-20T21:20:15.1897137Z [00:03:08.529]➜  # import config
2025-08-20T21:20:15.1897929Z [00:03:08.529]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:15.1898758Z [00:03:08.529]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:20:15.1899615Z [00:03:08.529]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:15.1900638Z [00:03:08.529]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3619502580/b1260/_pkg_.a
2025-08-20T21:20:15.1901936Z [00:03:08.529]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:15.1902904Z [00:03:08.529]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:15.1903513Z [00:03:08.529]➜  EOF
2025-08-20T21:20:15.1907261Z [00:03:08.529]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1375/_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/b1375=>" -p github.com/google/s2a-go/fallback -lang=go1.20 -complete -installsuffix shared -buildid 8qHx9RaWW3qKo3P9GQJ4/8qHx9RaWW3qKo3P9GQJ4 -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/fallback/s2a_fallback.go
2025-08-20T21:20:15.2284414Z [00:03:08.568]➜  go tool buildid -w $WORK/b1370/_pkg_.a # internal
2025-08-20T21:20:15.2457503Z [00:03:08.585]➜  cp $WORK/b1370/_pkg_.a /root/.cache/go-build/12/127e630479136f7619218385cef0fde538c07a109ad6a37ed178f8590258510f-d # internal
2025-08-20T21:20:15.2473425Z [00:03:08.587]➜  github.com/googleapis/enterprise-certificate-proxy/client
2025-08-20T21:20:15.2474179Z [00:03:08.587]➜  mkdir -p $WORK/b1368/
2025-08-20T21:20:15.2481525Z [00:03:08.587]➜  cat >/tmp/go-build3619502580/b1368/importcfg << 'EOF' # internal
2025-08-20T21:20:15.2494236Z [00:03:08.587]➜  # import config
2025-08-20T21:20:15.2495063Z [00:03:08.587]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:20:15.2495961Z [00:03:08.587]➜  packagefile crypto/ecdsa=/tmp/go-build3619502580/b117/_pkg_.a
2025-08-20T21:20:15.2496895Z [00:03:08.587]➜  packagefile crypto/rsa=/tmp/go-build3619502580/b147/_pkg_.a
2025-08-20T21:20:15.2497799Z [00:03:08.587]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:20:15.2498696Z [00:03:08.587]➜  packagefile encoding/gob=/tmp/go-build3619502580/b200/_pkg_.a
2025-08-20T21:20:15.2499573Z [00:03:08.587]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:15.2500389Z [00:03:08.587]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:15.2501900Z [00:03:08.587]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client/util=/tmp/go-build3619502580/b1369/_pkg_.a
2025-08-20T21:20:15.2503157Z [00:03:08.587]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:15.2503999Z [00:03:08.587]➜  packagefile net/rpc=/tmp/go-build3619502580/b1370/_pkg_.a
2025-08-20T21:20:15.2504828Z [00:03:08.587]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:15.2505649Z [00:03:08.587]➜  packagefile os/exec=/tmp/go-build3619502580/b270/_pkg_.a
2025-08-20T21:20:15.2506261Z [00:03:08.587]➜  EOF
2025-08-20T21:20:15.2514352Z [00:03:08.590]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1368/_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/b1368=>" -p github.com/googleapis/enterprise-certificate-proxy/client -lang=go1.23 -complete -installsuffix shared -buildid Sqf9m5mDgL_0pvXyK9IO/Sqf9m5mDgL_0pvXyK9IO -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/client.go
2025-08-20T21:20:15.2590234Z [00:03:08.598]➜  go tool buildid -w $WORK/b1375/_pkg_.a # internal
2025-08-20T21:20:15.2606642Z [00:03:08.600]➜  cp $WORK/b1375/_pkg_.a /root/.cache/go-build/17/1726ba5d176c42c9476990705b83ca0a6443f547d286dcb615cbcd53169d0901-d # internal
2025-08-20T21:20:15.2614220Z [00:03:08.601]➜  github.com/google/s2a-go/internal/proto/common_go_proto
2025-08-20T21:20:15.2625165Z [00:03:08.602]➜  mkdir -p $WORK/b1378/
2025-08-20T21:20:15.2625979Z [00:03:08.602]➜  cat >/tmp/go-build3619502580/b1378/importcfg << 'EOF' # internal
2025-08-20T21:20:15.2626704Z [00:03:08.602]➜  # import config
2025-08-20T21:20:15.2627675Z [00:03:08.602]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:15.2629128Z [00:03:08.602]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:15.2630228Z [00:03:08.602]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:15.2631404Z [00:03:08.602]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:15.2632111Z [00:03:08.602]➜  EOF
2025-08-20T21:20:15.2636313Z [00:03:08.602]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1378/_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/b1378=>" -p github.com/google/s2a-go/internal/proto/common_go_proto -lang=go1.20 -complete -installsuffix shared -buildid fbefASs98oz2-EpUaj4k/fbefASs98oz2-EpUaj4k -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/common_go_proto/common.pb.go
2025-08-20T21:20:15.3182886Z [00:03:08.655]➜  go tool buildid -w $WORK/b1368/_pkg_.a # internal
2025-08-20T21:20:15.3184222Z [00:03:08.657]➜  cp $WORK/b1368/_pkg_.a /root/.cache/go-build/fe/fe65011c67e4e12cad10071d28027de489448d27e527c979c7e2c99ffecf9654-d # internal
2025-08-20T21:20:15.3185615Z [00:03:08.657]➜  cloud.google.com/go/auth/internal/transport/cert
2025-08-20T21:20:15.3186343Z [00:03:08.657]➜  mkdir -p $WORK/b1367/
2025-08-20T21:20:15.3193436Z [00:03:08.658]➜  cat >/tmp/go-build3619502580/b1367/importcfg << 'EOF' # internal
2025-08-20T21:20:15.3194143Z [00:03:08.658]➜  # import config
2025-08-20T21:20:15.3195193Z [00:03:08.658]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:20:15.3196063Z [00:03:08.659]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:20:15.3197070Z [00:03:08.659]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:15.3197908Z [00:03:08.659]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:15.3198906Z [00:03:08.659]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:15.3200242Z [00:03:08.659]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client=/tmp/go-build3619502580/b1368/_pkg_.a
2025-08-20T21:20:15.3201993Z [00:03:08.659]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client/util=/tmp/go-build3619502580/b1369/_pkg_.a
2025-08-20T21:20:15.3203136Z [00:03:08.659]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:15.3203861Z [00:03:08.659]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:15.3204637Z [00:03:08.659]➜  packagefile os/exec=/tmp/go-build3619502580/b270/_pkg_.a
2025-08-20T21:20:15.3205420Z [00:03:08.659]➜  packagefile os/user=/tmp/go-build3619502580/b273/_pkg_.a
2025-08-20T21:20:15.3206273Z [00:03:08.659]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:20:15.3207122Z [00:03:08.659]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:15.3207945Z [00:03:08.659]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:15.3208555Z [00:03:08.659]➜  EOF
2025-08-20T21:20:15.3216794Z [00:03:08.660]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1367/_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/b1367=>" -p cloud.google.com/go/auth/internal/transport/cert -lang=go1.23 -complete -installsuffix shared -buildid s_h-R8rh2d4aPTVCTdww/s_h-R8rh2d4aPTVCTdww -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1367/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:20:15.3628912Z [00:03:08.702]➜  go tool buildid -w $WORK/b1378/_pkg_.a # internal
2025-08-20T21:20:15.3671730Z [00:03:08.706]➜  cp $WORK/b1378/_pkg_.a /root/.cache/go-build/67/67b82a44bf4cc5b8f2c84c9bdaf6bf3b966cc7b7262102f290afd5e93b855e8a-d # internal
2025-08-20T21:20:15.3678773Z [00:03:08.707]➜  github.com/google/s2a-go/internal/proto/s2a_context_go_proto
2025-08-20T21:20:15.3679585Z [00:03:08.707]➜  mkdir -p $WORK/b1379/
2025-08-20T21:20:15.3690826Z [00:03:08.708]➜  cat >/tmp/go-build3619502580/b1379/importcfg << 'EOF' # internal
2025-08-20T21:20:15.3692549Z [00:03:08.708]➜  # import config
2025-08-20T21:20:15.3694190Z [00:03:08.708]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3619502580/b1378/_pkg_.a
2025-08-20T21:20:15.3695735Z [00:03:08.708]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:15.3697213Z [00:03:08.708]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:15.3698532Z [00:03:08.708]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:15.3699389Z [00:03:08.708]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:15.3700030Z [00:03:08.708]➜  EOF
2025-08-20T21:20:15.3704776Z [00:03:08.709]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1379/_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/b1379=>" -p github.com/google/s2a-go/internal/proto/s2a_context_go_proto -lang=go1.20 -complete -installsuffix shared -buildid 9nOtu3wJJn4hRfpux8NE/9nOtu3wJJn4hRfpux8NE -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_context_go_proto/s2a_context.pb.go
2025-08-20T21:20:15.4023344Z [00:03:08.741]➜  go tool buildid -w $WORK/b1367/_pkg_.a # internal
2025-08-20T21:20:15.4029422Z [00:03:08.742]➜  cp $WORK/b1367/_pkg_.a /root/.cache/go-build/88/88d749db1438b7789d46ec92363587402699eae0df4bbd1cc8d1ada55c781880-d # internal
2025-08-20T21:20:15.4036134Z [00:03:08.743]➜  cloud.google.com/go/auth/credentials/internal/externalaccount
2025-08-20T21:20:15.4037071Z [00:03:08.743]➜  mkdir -p $WORK/b1363/
2025-08-20T21:20:15.4047008Z [00:03:08.744]➜  cat >/tmp/go-build3619502580/b1363/importcfg << 'EOF' # internal
2025-08-20T21:20:15.4047876Z [00:03:08.744]➜  # import config
2025-08-20T21:20:15.4048694Z [00:03:08.744]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:15.4049780Z [00:03:08.744]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3619502580/b1346/_pkg_.a
2025-08-20T21:20:15.4051433Z [00:03:08.744]➜  packagefile cloud.google.com/go/auth/credentials/internal/impersonate=/tmp/go-build3619502580/b1364/_pkg_.a
2025-08-20T21:20:15.4053213Z [00:03:08.744]➜  packagefile cloud.google.com/go/auth/credentials/internal/stsexchange=/tmp/go-build3619502580/b1365/_pkg_.a
2025-08-20T21:20:15.4054756Z [00:03:08.744]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3619502580/b1347/_pkg_.a
2025-08-20T21:20:15.4056215Z [00:03:08.744]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build3619502580/b1366/_pkg_.a
2025-08-20T21:20:15.4057987Z [00:03:08.744]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build3619502580/b1367/_pkg_.a
2025-08-20T21:20:15.4059222Z [00:03:08.744]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:15.4067797Z [00:03:08.744]➜  packagefile crypto/hmac=/tmp/go-build3619502580/b135/_pkg_.a
2025-08-20T21:20:15.4068741Z [00:03:08.744]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:20:15.4069645Z [00:03:08.744]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:20:15.4070576Z [00:03:08.744]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:20:15.4071696Z [00:03:08.744]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:20:15.4072636Z [00:03:08.744]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:20:15.4073545Z [00:03:08.744]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:15.4074647Z [00:03:08.744]➜  packagefile encoding/pem=/tmp/go-build3619502580/b157/_pkg_.a
2025-08-20T21:20:15.4075524Z [00:03:08.744]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:15.4076347Z [00:03:08.744]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:15.4077431Z [00:03:08.744]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3619502580/b1349/_pkg_.a
2025-08-20T21:20:15.4078486Z [00:03:08.744]➜  packagefile io/fs=/tmp/go-build3619502580/b053/_pkg_.a
2025-08-20T21:20:15.4079325Z [00:03:08.744]➜  packagefile log/slog=/tmp/go-build3619502580/b393/_pkg_.a
2025-08-20T21:20:15.4080163Z [00:03:08.744]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:15.4080973Z [00:03:08.744]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:15.4085446Z [00:03:08.744]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:15.4086320Z [00:03:08.744]➜  packagefile os/exec=/tmp/go-build3619502580/b270/_pkg_.a
2025-08-20T21:20:15.4087359Z [00:03:08.744]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:20:15.4088248Z [00:03:08.744]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:15.4089082Z [00:03:08.744]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:20:15.4089930Z [00:03:08.744]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:15.4090696Z [00:03:08.744]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:15.4091689Z [00:03:08.744]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:15.4092575Z [00:03:08.744]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:15.4093394Z [00:03:08.744]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:20:15.4094019Z [00:03:08.744]➜  EOF
2025-08-20T21:20:15.4104084Z [00:03:08.744]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1363/_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/b1363=>" -p cloud.google.com/go/auth/credentials/internal/externalaccount -lang=go1.23 -complete -installsuffix shared -buildid lTVsH6g_Kx1W5UVUOapR/lTVsH6g_Kx1W5UVUOapR -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/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:20:15.4334342Z [00:03:08.772]➜  go tool buildid -w $WORK/b1379/_pkg_.a # internal
2025-08-20T21:20:15.4351863Z [00:03:08.774]➜  cp $WORK/b1379/_pkg_.a /root/.cache/go-build/0c/0c255b22193bf710fa3e69e08324adbd977ca6ca4a4380391cf8275aab231b9f-d # internal
2025-08-20T21:20:15.4353774Z [00:03:08.775]➜  github.com/google/s2a-go/internal/proto/s2a_go_proto
2025-08-20T21:20:15.4354496Z [00:03:08.775]➜  mkdir -p $WORK/b1380/
2025-08-20T21:20:15.4360856Z [00:03:08.775]➜  cat >/tmp/go-build3619502580/b1380/importcfg << 'EOF' # internal
2025-08-20T21:20:15.4361775Z [00:03:08.775]➜  # import config
2025-08-20T21:20:15.4362449Z [00:03:08.775]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:15.4363707Z [00:03:08.775]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3619502580/b1378/_pkg_.a
2025-08-20T21:20:15.4365002Z [00:03:08.775]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:15.4366089Z [00:03:08.775]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:15.4367191Z [00:03:08.775]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:20:15.4368476Z [00:03:08.775]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:15.4369900Z [00:03:08.775]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:15.4371079Z [00:03:08.775]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:15.4395847Z [00:03:08.775]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:15.4396527Z [00:03:08.775]➜  EOF
2025-08-20T21:20:15.4401547Z [00:03:08.775]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1380/_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/b1380=>" -p github.com/google/s2a-go/internal/proto/s2a_go_proto -lang=go1.20 -complete -installsuffix shared -buildid RCy4UmRGZguQpvXsVqdk/RCy4UmRGZguQpvXsVqdk -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/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:20:15.6094276Z [00:03:08.948]➜  go tool buildid -w $WORK/b1380/_pkg_.a # internal
2025-08-20T21:20:15.6152824Z [00:03:08.954]➜  cp $WORK/b1380/_pkg_.a /root/.cache/go-build/e3/e3272497b6302bd5cd8d6b8bb018483aeb0dc885f36a2b5836cd35b71b0c7061-d # internal
2025-08-20T21:20:15.6157570Z [00:03:08.954]➜  github.com/google/s2a-go/internal/authinfo
2025-08-20T21:20:15.6158258Z [00:03:08.954]➜  mkdir -p $WORK/b1377/
2025-08-20T21:20:15.6158971Z [00:03:08.955]➜  cat >/tmp/go-build3619502580/b1377/importcfg << 'EOF' # internal
2025-08-20T21:20:15.6159628Z [00:03:08.955]➜  # import config
2025-08-20T21:20:15.6160270Z [00:03:08.955]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:15.6161615Z [00:03:08.955]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3619502580/b1378/_pkg_.a
2025-08-20T21:20:15.6163167Z [00:03:08.955]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_context_go_proto=/tmp/go-build3619502580/b1379/_pkg_.a
2025-08-20T21:20:15.6164788Z [00:03:08.955]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build3619502580/b1380/_pkg_.a
2025-08-20T21:20:15.6166099Z [00:03:08.955]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3619502580/b1260/_pkg_.a
2025-08-20T21:20:15.6166890Z [00:03:08.955]➜  EOF
2025-08-20T21:20:15.6171569Z [00:03:08.955]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1377/_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/b1377=>" -p github.com/google/s2a-go/internal/authinfo -lang=go1.20 -complete -installsuffix shared -buildid JszgqDwAiKgSG2tuK2Ih/JszgqDwAiKgSG2tuK2Ih -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/authinfo/authinfo.go
2025-08-20T21:20:15.6532448Z [00:03:08.992]➜  go tool buildid -w $WORK/b1377/_pkg_.a # internal
2025-08-20T21:20:15.6562385Z [00:03:08.995]➜  cp $WORK/b1377/_pkg_.a /root/.cache/go-build/55/55f6e16e6ca019444e3b63b00f7cd8a0151649a4509cd2876a1c2a075b472ba3-d # internal
2025-08-20T21:20:15.6567828Z [00:03:08.996]➜  github.com/google/s2a-go/internal/handshaker/service
2025-08-20T21:20:15.6568584Z [00:03:08.996]➜  mkdir -p $WORK/b1382/
2025-08-20T21:20:15.6577812Z [00:03:08.997]➜  cat >/tmp/go-build3619502580/b1382/importcfg << 'EOF' # internal
2025-08-20T21:20:15.6585084Z [00:03:08.997]➜  # import config
2025-08-20T21:20:15.6585785Z [00:03:08.997]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:15.6586703Z [00:03:08.997]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:15.6587839Z [00:03:08.997]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3619502580/b1260/_pkg_.a
2025-08-20T21:20:15.6589126Z [00:03:08.997]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3619502580/b1282/_pkg_.a
2025-08-20T21:20:15.6590183Z [00:03:08.997]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:15.6590766Z [00:03:08.997]➜  EOF
2025-08-20T21:20:15.6595128Z [00:03:08.997]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1382/_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/b1382=>" -p github.com/google/s2a-go/internal/handshaker/service -lang=go1.20 -complete -installsuffix shared -buildid 6DNVrn1FXSawOO-bkIzV/6DNVrn1FXSawOO-bkIzV -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/handshaker/service/service.go
2025-08-20T21:20:15.7354848Z [00:03:09.074]➜  go tool buildid -w $WORK/b1382/_pkg_.a # internal
2025-08-20T21:20:15.7365625Z [00:03:09.076]➜  go tool buildid -w $WORK/b1363/_pkg_.a # internal
2025-08-20T21:20:15.7387210Z [00:03:09.078]➜  cp $WORK/b1382/_pkg_.a /root/.cache/go-build/53/53da3c0f9942533765f2018b40f4e04119af4daf5d8146737e40f901df5e95bc-d # internal
2025-08-20T21:20:15.7392300Z [00:03:09.078]➜  golang.org/x/crypto/chacha20
2025-08-20T21:20:15.7392910Z [00:03:09.078]➜  mkdir -p $WORK/b1386/
2025-08-20T21:20:15.7396793Z [00:03:09.079]➜  cat >/tmp/go-build3619502580/b1386/importcfg << 'EOF' # internal
2025-08-20T21:20:15.7404309Z [00:03:09.079]➜  # import config
2025-08-20T21:20:15.7405069Z [00:03:09.079]➜  packagefile crypto/cipher=/tmp/go-build3619502580/b084/_pkg_.a
2025-08-20T21:20:15.7406043Z [00:03:09.079]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:20:15.7406926Z [00:03:09.079]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:15.7408020Z [00:03:09.079]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build3619502580/b1387/_pkg_.a
2025-08-20T21:20:15.7409081Z [00:03:09.079]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:20:15.7409950Z [00:03:09.079]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:20:15.7410536Z [00:03:09.079]➜  EOF
2025-08-20T21:20:15.7415750Z [00:03:09.079]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1386/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20=>golang.org/x/crypto@v0.37.0/chacha20;$WORK/b1386=>" -p golang.org/x/crypto/chacha20 -lang=go1.23 -complete -installsuffix shared -buildid p21AzWUw4yOGaCM-Im-i/p21AzWUw4yOGaCM-Im-i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1386/importcfg -pack /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/chacha_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20/xor.go
2025-08-20T21:20:15.7443653Z [00:03:09.083]➜  cp $WORK/b1363/_pkg_.a /root/.cache/go-build/0f/0f701fc13fcd3f67c5fa311e9b6382d38614a3868a18c18a1cc24a3e5a6068aa-d # internal
2025-08-20T21:20:15.7448151Z [00:03:09.084]➜  cloud.google.com/go/auth/credentials
2025-08-20T21:20:15.7448786Z [00:03:09.084]➜  mkdir -p $WORK/b1362/
2025-08-20T21:20:15.7453768Z [00:03:09.084]➜  cat >/tmp/go-build3619502580/b1362/importcfg << 'EOF' # internal
2025-08-20T21:20:15.7457398Z [00:03:09.084]➜  # import config
2025-08-20T21:20:15.7458226Z [00:03:09.084]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3619502580/b1346/_pkg_.a
2025-08-20T21:20:15.7459839Z [00:03:09.084]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccount=/tmp/go-build3619502580/b1363/_pkg_.a
2025-08-20T21:20:15.7461790Z [00:03:09.084]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccountuser=/tmp/go-build3619502580/b1371/_pkg_.a
2025-08-20T21:20:15.7463444Z [00:03:09.084]➜  packagefile cloud.google.com/go/auth/credentials/internal/gdch=/tmp/go-build3619502580/b1372/_pkg_.a
2025-08-20T21:20:15.7464972Z [00:03:09.084]➜  packagefile cloud.google.com/go/auth/credentials/internal/impersonate=/tmp/go-build3619502580/b1364/_pkg_.a
2025-08-20T21:20:15.7466358Z [00:03:09.084]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3619502580/b1347/_pkg_.a
2025-08-20T21:20:15.7467627Z [00:03:09.084]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build3619502580/b1366/_pkg_.a
2025-08-20T21:20:15.7468916Z [00:03:09.084]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build3619502580/b1348/_pkg_.a
2025-08-20T21:20:15.7470183Z [00:03:09.084]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3619502580/b1212/_pkg_.a
2025-08-20T21:20:15.7471617Z [00:03:09.084]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:15.7472495Z [00:03:09.084]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:20:15.7473396Z [00:03:09.084]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:15.7474295Z [00:03:09.084]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:15.7475120Z [00:03:09.084]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:15.7476204Z [00:03:09.084]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3619502580/b1349/_pkg_.a
2025-08-20T21:20:15.7477303Z [00:03:09.084]➜  packagefile log/slog=/tmp/go-build3619502580/b393/_pkg_.a
2025-08-20T21:20:15.7478152Z [00:03:09.084]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:15.7478973Z [00:03:09.084]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:15.7479806Z [00:03:09.084]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:15.7480617Z [00:03:09.084]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:15.7481926Z [00:03:09.084]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:15.7482567Z [00:03:09.084]➜  EOF
2025-08-20T21:20:15.7488557Z [00:03:09.084]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1362/_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/b1362=>" -p cloud.google.com/go/auth/credentials -lang=go1.23 -complete -installsuffix shared -buildid 2SGuoI0BqDEXm3kAYCe3/2SGuoI0BqDEXm3kAYCe3 -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/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:20:15.8497994Z [00:03:09.189]➜  go tool buildid -w $WORK/b1386/_pkg_.a # internal
2025-08-20T21:20:15.8515705Z [00:03:09.191]➜  cp $WORK/b1386/_pkg_.a /root/.cache/go-build/3f/3f6c486b0846f8316906e151fa559de8e7a9a25065fef854a88a9c6b404888f3-d # internal
2025-08-20T21:20:15.8530357Z [00:03:09.191]➜  golang.org/x/crypto/internal/poly1305
2025-08-20T21:20:15.8531042Z [00:03:09.191]➜  mkdir -p $WORK/b1388/
2025-08-20T21:20:15.8531832Z [00:03:09.191]➜  echo -n > $WORK/b1388/go_asm.h # internal
2025-08-20T21:20:15.8532776Z [00:03:09.191]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/internal/poly1305
2025-08-20T21:20:15.8536053Z [00:03:09.191]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/internal/poly1305 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/internal/poly1305=>golang.org/x/crypto@v0.37.0/internal/poly1305;$WORK/b1388=>" -I $WORK/b1388/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1388/symabis ./sum_amd64.s
2025-08-20T21:20:15.8607322Z [00:03:09.200]➜  cat >/tmp/go-build3619502580/b1388/importcfg << 'EOF' # internal
2025-08-20T21:20:15.8629650Z [00:03:09.200]➜  # import config
2025-08-20T21:20:15.8630444Z [00:03:09.200]➜  packagefile crypto/subtle=/tmp/go-build3619502580/b105/_pkg_.a
2025-08-20T21:20:15.8631682Z [00:03:09.200]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:20:15.8632660Z [00:03:09.200]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:20:15.8633361Z [00:03:09.200]➜  EOF
2025-08-20T21:20:15.8633856Z [00:03:09.200]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:20:15.8639196Z [00:03:09.200]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1388/_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/b1388=>" -p golang.org/x/crypto/internal/poly1305 -lang=go1.23 -installsuffix shared -buildid 5e_qpCDRkV6RKnamek6u/5e_qpCDRkV6RKnamek6u -goversion go1.25.0 -symabis $WORK/b1388/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1388/importcfg -pack -asmhdr $WORK/b1388/go_asm.h /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_asm.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/internal/poly1305/sum_generic.go
2025-08-20T21:20:15.9288347Z [00:03:09.268]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/internal/poly1305
2025-08-20T21:20:15.9292111Z [00:03:09.268]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/internal/poly1305 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/internal/poly1305=>golang.org/x/crypto@v0.37.0/internal/poly1305;$WORK/b1388=>" -I $WORK/b1388/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1388/sum_amd64.o ./sum_amd64.s
2025-08-20T21:20:15.9426823Z [00:03:09.282]➜  go tool pack r $WORK/b1388/_pkg_.a $WORK/b1388/sum_amd64.o # internal
2025-08-20T21:20:15.9444760Z [00:03:09.282]➜  go tool buildid -w $WORK/b1388/_pkg_.a # internal
2025-08-20T21:20:15.9450270Z [00:03:09.283]➜  cp $WORK/b1388/_pkg_.a /root/.cache/go-build/59/5946fbf2b9ae69642f4c365f9c4d1cd1dc294d50868672377e00cf320edc453a-d # internal
2025-08-20T21:20:15.9451845Z [00:03:09.283]➜  golang.org/x/sys/cpu
2025-08-20T21:20:15.9454098Z [00:03:09.283]➜  mkdir -p $WORK/b1389/
2025-08-20T21:20:15.9454749Z [00:03:09.284]➜  echo -n > $WORK/b1389/go_asm.h # internal
2025-08-20T21:20:15.9455510Z [00:03:09.284]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu
2025-08-20T21:20:15.9457892Z [00:03:09.285]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/cpu -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu=>golang.org/x/sys@v0.32.0/cpu;$WORK/b1389=>" -I $WORK/b1389/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1389/symabis ./cpu_gc_x86.s
2025-08-20T21:20:15.9526600Z [00:03:09.292]➜  cat >/tmp/go-build3619502580/b1389/importcfg << 'EOF' # internal
2025-08-20T21:20:15.9528892Z [00:03:09.292]➜  # import config
2025-08-20T21:20:15.9529557Z [00:03:09.292]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:15.9530391Z [00:03:09.292]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:20:15.9531461Z [00:03:09.292]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:15.9532327Z [00:03:09.292]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:15.9532944Z [00:03:09.292]➜  EOF
2025-08-20T21:20:15.9533424Z [00:03:09.292]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:20:15.9541008Z [00:03:09.292]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1389/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu=>golang.org/x/sys@v0.32.0/cpu;$WORK/b1389=>" -p golang.org/x/sys/cpu -lang=go1.23 -installsuffix shared -buildid oGDzTYkuNaqvBxIohQH5/oGDzTYkuNaqvBxIohQH5 -goversion go1.25.0 -symabis $WORK/b1389/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1389/importcfg -pack -asmhdr $WORK/b1389/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu/byteorder.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu/cpu.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu/cpu_gc_x86.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu/cpu_linux_noinit.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu/cpu_other_x86.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu/cpu_x86.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu/hwcap_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu/parse.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu/runtime_auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu/runtime_auxv_go121.go
2025-08-20T21:20:15.9719859Z [00:03:09.311]➜  go tool buildid -w $WORK/b1362/_pkg_.a # internal
2025-08-20T21:20:15.9746716Z [00:03:09.314]➜  cp $WORK/b1362/_pkg_.a /root/.cache/go-build/2a/2a3b71a75efd16264ea6f59996980fcb0b0325db1a8f8267d313ebcd510b7a02-d # internal
2025-08-20T21:20:15.9753359Z [00:03:09.314]➜  golang.org/x/crypto/cryptobyte
2025-08-20T21:20:15.9754035Z [00:03:09.314]➜  mkdir -p $WORK/b1390/
2025-08-20T21:20:15.9794812Z [00:03:09.319]➜  cat >/tmp/go-build3619502580/b1390/importcfg << 'EOF' # internal
2025-08-20T21:20:15.9801876Z [00:03:09.319]➜  # import config
2025-08-20T21:20:15.9802644Z [00:03:09.319]➜  packagefile encoding/asn1=/tmp/go-build3619502580/b128/_pkg_.a
2025-08-20T21:20:15.9803555Z [00:03:09.319]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:15.9804394Z [00:03:09.319]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:15.9805437Z [00:03:09.319]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3619502580/b1391/_pkg_.a
2025-08-20T21:20:15.9806484Z [00:03:09.319]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:20:15.9807359Z [00:03:09.319]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:15.9808229Z [00:03:09.319]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:15.9809052Z [00:03:09.319]➜  EOF
2025-08-20T21:20:15.9817733Z [00:03:09.321]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1390/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/cryptobyte=>golang.org/x/crypto@v0.37.0/cryptobyte;$WORK/b1390=>" -p golang.org/x/crypto/cryptobyte -lang=go1.23 -complete -installsuffix shared -buildid cS3fkQEEV3qUn4dYWer2/cS3fkQEEV3qUn4dYWer2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1390/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:20:16.0514776Z [00:03:09.390]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu
2025-08-20T21:20:16.0519492Z [00:03:09.391]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/cpu -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu=>golang.org/x/sys@v0.32.0/cpu;$WORK/b1389=>" -I $WORK/b1389/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1389/cpu_gc_x86.o ./cpu_gc_x86.s
2025-08-20T21:20:16.0597931Z [00:03:09.399]➜  go tool pack r $WORK/b1389/_pkg_.a $WORK/b1389/cpu_gc_x86.o # internal
2025-08-20T21:20:16.0600625Z [00:03:09.399]➜  go tool buildid -w $WORK/b1389/_pkg_.a # internal
2025-08-20T21:20:16.0646275Z [00:03:09.404]➜  cp $WORK/b1389/_pkg_.a /root/.cache/go-build/8c/8cd1ed2bbe0d46dfb993388c283631b0b70840c7e7d02a8c5d9d02c6573c0258-d # internal
2025-08-20T21:20:16.0656047Z [00:03:09.404]➜  golang.org/x/crypto/chacha20poly1305
2025-08-20T21:20:16.0656705Z [00:03:09.404]➜  mkdir -p $WORK/b1385/
2025-08-20T21:20:16.0657364Z [00:03:09.405]➜  echo -n > $WORK/b1385/go_asm.h # internal
2025-08-20T21:20:16.0658216Z [00:03:09.405]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20poly1305
2025-08-20T21:20:16.0661731Z [00:03:09.405]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/chacha20poly1305 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20poly1305=>golang.org/x/crypto@v0.37.0/chacha20poly1305;$WORK/b1385=>" -I $WORK/b1385/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1385/symabis ./chacha20poly1305_amd64.s
2025-08-20T21:20:16.0976268Z [00:03:09.437]➜  cat >/tmp/go-build3619502580/b1385/importcfg << 'EOF' # internal
2025-08-20T21:20:16.0988850Z [00:03:09.437]➜  # import config
2025-08-20T21:20:16.0989635Z [00:03:09.437]➜  packagefile crypto/cipher=/tmp/go-build3619502580/b084/_pkg_.a
2025-08-20T21:20:16.0990687Z [00:03:09.437]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:20:16.0991745Z [00:03:09.437]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:16.0992729Z [00:03:09.437]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build3619502580/b1386/_pkg_.a
2025-08-20T21:20:16.0993939Z [00:03:09.437]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build3619502580/b1387/_pkg_.a
2025-08-20T21:20:16.0995169Z [00:03:09.437]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build3619502580/b1388/_pkg_.a
2025-08-20T21:20:16.0996288Z [00:03:09.437]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3619502580/b1389/_pkg_.a
2025-08-20T21:20:16.0996990Z [00:03:09.437]➜  EOF
2025-08-20T21:20:16.0997453Z [00:03:09.437]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:20:16.1004154Z [00:03:09.437]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1385/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20poly1305=>golang.org/x/crypto@v0.37.0/chacha20poly1305;$WORK/b1385=>" -p golang.org/x/crypto/chacha20poly1305 -lang=go1.23 -installsuffix shared -buildid yPUPDxTy1V1nw3TQS-3Q/yPUPDxTy1V1nw3TQS-3Q -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/chacha20poly1305/chacha20poly1305.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20poly1305/chacha20poly1305_amd64.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/xchacha20poly1305.go
2025-08-20T21:20:16.1728369Z [00:03:09.512]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20poly1305
2025-08-20T21:20:16.1738026Z [00:03:09.513]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/chacha20poly1305 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20poly1305=>golang.org/x/crypto@v0.37.0/chacha20poly1305;$WORK/b1385=>" -I $WORK/b1385/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1385/chacha20poly1305_amd64.o ./chacha20poly1305_amd64.s
2025-08-20T21:20:16.2339089Z [00:03:09.573]➜  go tool pack r $WORK/b1385/_pkg_.a $WORK/b1385/chacha20poly1305_amd64.o # internal
2025-08-20T21:20:16.2342607Z [00:03:09.573]➜  go tool buildid -w $WORK/b1385/_pkg_.a # internal
2025-08-20T21:20:16.2365605Z [00:03:09.576]➜  cp $WORK/b1385/_pkg_.a /root/.cache/go-build/6d/6d80cf55b4444f23d9a6df5a960e237d92d0d7794c85a769bf37686c10b7c274-d # internal
2025-08-20T21:20:16.2371452Z [00:03:09.576]➜  github.com/google/s2a-go/internal/record/internal/aeadcrypter
2025-08-20T21:20:16.2372261Z [00:03:09.576]➜  mkdir -p $WORK/b1384/
2025-08-20T21:20:16.2375459Z [00:03:09.577]➜  cat >/tmp/go-build3619502580/b1384/importcfg << 'EOF' # internal
2025-08-20T21:20:16.2382230Z [00:03:09.577]➜  # import config
2025-08-20T21:20:16.2384901Z [00:03:09.577]➜  packagefile crypto/aes=/tmp/go-build3619502580/b110/_pkg_.a
2025-08-20T21:20:16.2385849Z [00:03:09.577]➜  packagefile crypto/cipher=/tmp/go-build3619502580/b084/_pkg_.a
2025-08-20T21:20:16.2386738Z [00:03:09.577]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:16.2387818Z [00:03:09.577]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build3619502580/b1385/_pkg_.a
2025-08-20T21:20:16.2388681Z [00:03:09.577]➜  EOF
2025-08-20T21:20:16.2389392Z [00:03:09.577]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:20:16.2396747Z [00:03:09.577]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1384/_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/b1384=>" -p github.com/google/s2a-go/internal/record/internal/aeadcrypter -lang=go1.20 -complete -installsuffix shared -buildid JeVle311-boaQYJXo2lu/JeVle311-boaQYJXo2lu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1384/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:20:16.2810792Z [00:03:09.620]➜  go tool buildid -w $WORK/b1384/_pkg_.a # internal
2025-08-20T21:20:16.2832583Z [00:03:09.622]➜  cp $WORK/b1384/_pkg_.a /root/.cache/go-build/b2/b268b4993a4a5a564d15284ffc8bb501855176083a878fdf5751047fdeeef64e-d # internal
2025-08-20T21:20:16.2833876Z [00:03:09.622]➜  golang.org/x/crypto/hkdf
2025-08-20T21:20:16.2834462Z [00:03:09.622]➜  mkdir -p $WORK/b1392/
2025-08-20T21:20:16.2843338Z [00:03:09.623]➜  cat >/tmp/go-build3619502580/b1392/importcfg << 'EOF' # internal
2025-08-20T21:20:16.2844046Z [00:03:09.623]➜  # import config
2025-08-20T21:20:16.2844726Z [00:03:09.623]➜  packagefile crypto/hmac=/tmp/go-build3619502580/b135/_pkg_.a
2025-08-20T21:20:16.2845561Z [00:03:09.623]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:16.2846346Z [00:03:09.623]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:20:16.2847071Z [00:03:09.623]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:16.2847610Z [00:03:09.623]➜  EOF
2025-08-20T21:20:16.2850696Z [00:03:09.623]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1392/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/hkdf=>golang.org/x/crypto@v0.37.0/hkdf;$WORK/b1392=>" -p golang.org/x/crypto/hkdf -lang=go1.23 -complete -installsuffix shared -buildid 6XQ5_sSuDBYlTaUKxwZZ/6XQ5_sSuDBYlTaUKxwZZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1392/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/hkdf/hkdf.go
2025-08-20T21:20:16.2976332Z [00:03:09.637]➜  go tool buildid -w $WORK/b1390/_pkg_.a # internal
2025-08-20T21:20:16.3033622Z [00:03:09.642]➜  cp $WORK/b1390/_pkg_.a /root/.cache/go-build/b9/b9ac23b2192bbbee97b8c3c4e99dfa6249ec44cc21a579e58bfaea3621f87085-d # internal
2025-08-20T21:20:16.3039276Z [00:03:09.643]➜  github.com/google/s2a-go/internal/proto/v2/common_go_proto
2025-08-20T21:20:16.3040076Z [00:03:09.643]➜  mkdir -p $WORK/b1394/
2025-08-20T21:20:16.3073203Z [00:03:09.646]➜  cat >/tmp/go-build3619502580/b1394/importcfg << 'EOF' # internal
2025-08-20T21:20:16.3074539Z [00:03:09.646]➜  # import config
2025-08-20T21:20:16.3077083Z [00:03:09.646]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:16.3078742Z [00:03:09.646]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:16.3082126Z [00:03:09.646]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:16.3082977Z [00:03:09.646]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:16.3083568Z [00:03:09.646]➜  EOF
2025-08-20T21:20:16.3088279Z [00:03:09.647]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1394/_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/b1394=>" -p github.com/google/s2a-go/internal/proto/v2/common_go_proto -lang=go1.20 -complete -installsuffix shared -buildid h8kSpfw9geDJsZE1jbR2/h8kSpfw9geDJsZE1jbR2 -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/common_go_proto/common.pb.go
2025-08-20T21:20:16.3125621Z [00:03:09.652]➜  go tool buildid -w $WORK/b1392/_pkg_.a # internal
2025-08-20T21:20:16.3142045Z [00:03:09.652]➜  cp $WORK/b1392/_pkg_.a /root/.cache/go-build/36/36f2cb4607feb0e3a1dfdbedcb939468ef5cca128a7c9f85956090d6c2a1a4e6-d # internal
2025-08-20T21:20:16.3143454Z [00:03:09.652]➜  github.com/google/s2a-go/internal/record/internal/halfconn
2025-08-20T21:20:16.3144178Z [00:03:09.652]➜  mkdir -p $WORK/b1383/
2025-08-20T21:20:16.3144959Z [00:03:09.652]➜  cat >/tmp/go-build3619502580/b1383/importcfg << 'EOF' # internal
2025-08-20T21:20:16.3145640Z [00:03:09.652]➜  # import config
2025-08-20T21:20:16.3146342Z [00:03:09.652]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:20:16.3147273Z [00:03:09.652]➜  packagefile crypto/sha512=/tmp/go-build3619502580/b126/_pkg_.a
2025-08-20T21:20:16.3148197Z [00:03:09.652]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:16.3149009Z [00:03:09.652]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:16.3150173Z [00:03:09.652]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3619502580/b1378/_pkg_.a
2025-08-20T21:20:16.3154662Z [00:03:09.652]➜  packagefile github.com/google/s2a-go/internal/record/internal/aeadcrypter=/tmp/go-build3619502580/b1384/_pkg_.a
2025-08-20T21:20:16.3156162Z [00:03:09.652]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build3619502580/b1390/_pkg_.a
2025-08-20T21:20:16.3157382Z [00:03:09.652]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build3619502580/b1392/_pkg_.a
2025-08-20T21:20:16.3158379Z [00:03:09.652]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:20:16.3159229Z [00:03:09.652]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:16.3159877Z [00:03:09.652]➜  EOF
2025-08-20T21:20:16.3166838Z [00:03:09.652]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1383/_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/b1383=>" -p github.com/google/s2a-go/internal/record/internal/halfconn -lang=go1.20 -complete -installsuffix shared -buildid sUxqjeQ9RqJQ3tIyRMNo/sUxqjeQ9RqJQ3tIyRMNo -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/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:20:16.3964369Z [00:03:09.735]➜  go tool buildid -w $WORK/b1383/_pkg_.a # internal
2025-08-20T21:20:16.3984247Z [00:03:09.737]➜  cp $WORK/b1383/_pkg_.a /root/.cache/go-build/af/af1edf0ebb0b8e59cd5199cdf84bd1b1286b8237759b454ab1393cfd839fba50-d # internal
2025-08-20T21:20:16.4003215Z [00:03:09.739]➜  github.com/google/s2a-go/retry
2025-08-20T21:20:16.4017973Z [00:03:09.740]➜  mkdir -p $WORK/b1402/
2025-08-20T21:20:16.4018816Z [00:03:09.740]➜  cat >/tmp/go-build3619502580/b1402/importcfg << 'EOF' # internal
2025-08-20T21:20:16.4019554Z [00:03:09.740]➜  # import config
2025-08-20T21:20:16.4020265Z [00:03:09.740]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:16.4021584Z [00:03:09.740]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:16.4022660Z [00:03:09.740]➜  packagefile math/rand=/tmp/go-build3619502580/b108/_pkg_.a
2025-08-20T21:20:16.4023561Z [00:03:09.740]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:16.4024205Z [00:03:09.740]➜  EOF
2025-08-20T21:20:16.4040409Z [00:03:09.743]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1402/_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/b1402=>" -p github.com/google/s2a-go/retry -lang=go1.20 -complete -installsuffix shared -buildid MSAgE29uhdpmi-MtGyHo/MSAgE29uhdpmi-MtGyHo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1402/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/retry/retry.go
2025-08-20T21:20:16.4196880Z [00:03:09.759]➜  go tool buildid -w $WORK/b1394/_pkg_.a # internal
2025-08-20T21:20:16.4224937Z [00:03:09.762]➜  cp $WORK/b1394/_pkg_.a /root/.cache/go-build/56/568c4e265cd129e005cab911be7d052da1f03f20ca7f88af4078253fd1cd7a4d-d # internal
2025-08-20T21:20:16.4250712Z [00:03:09.762]➜  github.com/google/s2a-go/internal/tokenmanager
2025-08-20T21:20:16.4251596Z [00:03:09.762]➜  mkdir -p $WORK/b1393/
2025-08-20T21:20:16.4252374Z [00:03:09.762]➜  cat >/tmp/go-build3619502580/b1393/importcfg << 'EOF' # internal
2025-08-20T21:20:16.4253117Z [00:03:09.762]➜  # import config
2025-08-20T21:20:16.4253849Z [00:03:09.762]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:16.4255101Z [00:03:09.762]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3619502580/b1378/_pkg_.a
2025-08-20T21:20:16.4256728Z [00:03:09.762]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build3619502580/b1394/_pkg_.a
2025-08-20T21:20:16.4257970Z [00:03:09.762]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:16.4258622Z [00:03:09.762]➜  EOF
2025-08-20T21:20:16.4262970Z [00:03:09.762]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1393/_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/b1393=>" -p github.com/google/s2a-go/internal/tokenmanager -lang=go1.20 -complete -installsuffix shared -buildid LETjnQhf63WUnB4sRQLL/LETjnQhf63WUnB4sRQLL -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/tokenmanager/tokenmanager.go
2025-08-20T21:20:16.4392969Z [00:03:09.779]➜  go tool buildid -w $WORK/b1402/_pkg_.a # internal
2025-08-20T21:20:16.4400888Z [00:03:09.779]➜  cp $WORK/b1402/_pkg_.a /root/.cache/go-build/a4/a4b132abed368234f214097f4be0459f9c941fa4c4c216e07705bc05ed623392-d # internal
2025-08-20T21:20:16.4403062Z [00:03:09.780]➜  github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto
2025-08-20T21:20:16.4404024Z [00:03:09.780]➜  mkdir -p $WORK/b1396/
2025-08-20T21:20:16.4407703Z [00:03:09.780]➜  cat >/tmp/go-build3619502580/b1396/importcfg << 'EOF' # internal
2025-08-20T21:20:16.4408693Z [00:03:09.780]➜  # import config
2025-08-20T21:20:16.4410727Z [00:03:09.780]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build3619502580/b1394/_pkg_.a
2025-08-20T21:20:16.4412424Z [00:03:09.780]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:16.4413892Z [00:03:09.780]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:16.4415017Z [00:03:09.780]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:16.4415855Z [00:03:09.780]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:16.4416483Z [00:03:09.780]➜  EOF
2025-08-20T21:20:16.4429263Z [00:03:09.782]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1396/_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/b1396=>" -p github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto -lang=go1.20 -complete -installsuffix shared -buildid S5wceWlbf6hS5C7J8ZfF/S5wceWlbf6hS5C7J8ZfF -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/proto/v2/s2a_context_go_proto/s2a_context.pb.go
2025-08-20T21:20:16.4509631Z [00:03:09.790]➜  go tool buildid -w $WORK/b1393/_pkg_.a # internal
2025-08-20T21:20:16.4521172Z [00:03:09.791]➜  cp $WORK/b1393/_pkg_.a /root/.cache/go-build/c1/c1eea43b6a26164d2da3dc1686ba231a28e76f2f437ed5156ae48d24eca23e3f-d # internal
2025-08-20T21:20:16.4527481Z [00:03:09.792]➜  github.com/google/s2a-go/internal/record
2025-08-20T21:20:16.4528108Z [00:03:09.792]➜  mkdir -p $WORK/b1381/
2025-08-20T21:20:16.4532964Z [00:03:09.792]➜  cat >/tmp/go-build3619502580/b1381/importcfg << 'EOF' # internal
2025-08-20T21:20:16.4534284Z [00:03:09.792]➜  # import config
2025-08-20T21:20:16.4535262Z [00:03:09.792]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:16.4536676Z [00:03:09.792]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:20:16.4537839Z [00:03:09.792]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:16.4538862Z [00:03:09.792]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:16.4540591Z [00:03:09.792]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build3619502580/b1382/_pkg_.a
2025-08-20T21:20:16.4542704Z [00:03:09.792]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3619502580/b1378/_pkg_.a
2025-08-20T21:20:16.4544419Z [00:03:09.793]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build3619502580/b1380/_pkg_.a
2025-08-20T21:20:16.4547232Z [00:03:09.793]➜  packagefile github.com/google/s2a-go/internal/record/internal/halfconn=/tmp/go-build3619502580/b1383/_pkg_.a
2025-08-20T21:20:16.4548700Z [00:03:09.793]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build3619502580/b1393/_pkg_.a
2025-08-20T21:20:16.4549933Z [00:03:09.793]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:16.4551044Z [00:03:09.793]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:16.4552460Z [00:03:09.793]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:16.4553270Z [00:03:09.793]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:16.4554071Z [00:03:09.793]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:16.4555049Z [00:03:09.793]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:16.4555670Z [00:03:09.793]➜  EOF
2025-08-20T21:20:16.4560084Z [00:03:09.793]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1381/_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/b1381=>" -p github.com/google/s2a-go/internal/record -lang=go1.20 -complete -installsuffix shared -buildid GjGcOEvBOH9BZcMFC3DT/GjGcOEvBOH9BZcMFC3DT -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/record/record.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/ticketsender.go
2025-08-20T21:20:16.4987461Z [00:03:09.838]➜  go tool buildid -w $WORK/b1396/_pkg_.a # internal
2025-08-20T21:20:16.5000110Z [00:03:09.839]➜  cp $WORK/b1396/_pkg_.a /root/.cache/go-build/cc/cca0bad71cce4b0382a995500c3a9f9bef4cbe8fcce6996a532a67cc723eb21d-d # internal
2025-08-20T21:20:16.5004970Z [00:03:09.839]➜  github.com/google/s2a-go/internal/proto/v2/s2a_go_proto
2025-08-20T21:20:16.5005701Z [00:03:09.839]➜  mkdir -p $WORK/b1395/
2025-08-20T21:20:16.5013997Z [00:03:09.840]➜  cat >/tmp/go-build3619502580/b1395/importcfg << 'EOF' # internal
2025-08-20T21:20:16.5022586Z [00:03:09.840]➜  # import config
2025-08-20T21:20:16.5023309Z [00:03:09.840]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:16.5024614Z [00:03:09.840]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build3619502580/b1394/_pkg_.a
2025-08-20T21:20:16.5026504Z [00:03:09.840]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto=/tmp/go-build3619502580/b1396/_pkg_.a
2025-08-20T21:20:16.5028129Z [00:03:09.840]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:16.5029301Z [00:03:09.840]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:16.5030517Z [00:03:09.840]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:20:16.5032363Z [00:03:09.840]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:16.5035091Z [00:03:09.840]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:16.5036271Z [00:03:09.840]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:16.5037169Z [00:03:09.840]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:16.5037821Z [00:03:09.840]➜  EOF
2025-08-20T21:20:16.5044057Z [00:03:09.841]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1395/_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/b1395=>" -p github.com/google/s2a-go/internal/proto/v2/s2a_go_proto -lang=go1.20 -complete -installsuffix shared -buildid 8xH9Tc0vOtfn16RGLSIl/8xH9Tc0vOtfn16RGLSIl -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/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:20:16.6684175Z [00:03:10.006]➜  go tool buildid -w $WORK/b1381/_pkg_.a # internal
2025-08-20T21:20:16.6703290Z [00:03:10.009]➜  cp $WORK/b1381/_pkg_.a /root/.cache/go-build/b9/b985518e89d39a34de99530ffad9233a00d4eb949c96d77802eaad774688fa97-d # internal
2025-08-20T21:20:16.6708367Z [00:03:10.010]➜  github.com/google/s2a-go/internal/handshaker
2025-08-20T21:20:16.6709099Z [00:03:10.010]➜  mkdir -p $WORK/b1376/
2025-08-20T21:20:16.6716551Z [00:03:10.011]➜  cat >/tmp/go-build3619502580/b1376/importcfg << 'EOF' # internal
2025-08-20T21:20:16.6717652Z [00:03:10.011]➜  # import config
2025-08-20T21:20:16.6718523Z [00:03:10.011]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:16.6720784Z [00:03:10.011]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:16.6721740Z [00:03:10.011]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:16.6722755Z [00:03:10.011]➜  packagefile github.com/google/s2a-go/internal/authinfo=/tmp/go-build3619502580/b1377/_pkg_.a
2025-08-20T21:20:16.6724057Z [00:03:10.011]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3619502580/b1378/_pkg_.a
2025-08-20T21:20:16.6725365Z [00:03:10.011]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build3619502580/b1380/_pkg_.a
2025-08-20T21:20:16.6726602Z [00:03:10.011]➜  packagefile github.com/google/s2a-go/internal/record=/tmp/go-build3619502580/b1381/_pkg_.a
2025-08-20T21:20:16.6727807Z [00:03:10.011]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build3619502580/b1393/_pkg_.a
2025-08-20T21:20:16.6728871Z [00:03:10.011]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:16.6729859Z [00:03:10.011]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:16.6730921Z [00:03:10.011]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3619502580/b1260/_pkg_.a
2025-08-20T21:20:16.6732166Z [00:03:10.011]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:16.6733029Z [00:03:10.011]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:16.6733733Z [00:03:10.011]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:16.6734438Z [00:03:10.011]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:16.6735151Z [00:03:10.011]➜  EOF
2025-08-20T21:20:16.6738901Z [00:03:10.011]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1376/_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/b1376=>" -p github.com/google/s2a-go/internal/handshaker -lang=go1.20 -complete -installsuffix shared -buildid np0nNs-M0sakWNBYjE1V/np0nNs-M0sakWNBYjE1V -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/handshaker/handshaker.go
2025-08-20T21:20:16.8330883Z [00:03:10.172]➜  go tool buildid -w $WORK/b1376/_pkg_.a # internal
2025-08-20T21:20:16.8360716Z [00:03:10.175]➜  cp $WORK/b1376/_pkg_.a /root/.cache/go-build/df/df51baa56be39ca2a4f83dc23c6862e93b1c12332312800d522fa193a206dcae-d # internal
2025-08-20T21:20:16.8364288Z [00:03:10.176]➜  google.golang.org/api/internal/cert
2025-08-20T21:20:16.8365529Z [00:03:10.176]➜  mkdir -p $WORK/b1403/
2025-08-20T21:20:16.8374406Z [00:03:10.177]➜  cat >/tmp/go-build3619502580/b1403/importcfg << 'EOF' # internal
2025-08-20T21:20:16.8375175Z [00:03:10.177]➜  # import config
2025-08-20T21:20:16.8375910Z [00:03:10.177]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:20:16.8376865Z [00:03:10.177]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:20:16.8377788Z [00:03:10.177]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:16.8378567Z [00:03:10.177]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:16.8379302Z [00:03:10.177]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:16.8380377Z [00:03:10.177]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client=/tmp/go-build3619502580/b1368/_pkg_.a
2025-08-20T21:20:16.8382948Z [00:03:10.177]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:16.8383723Z [00:03:10.177]➜  packagefile os/exec=/tmp/go-build3619502580/b270/_pkg_.a
2025-08-20T21:20:16.8384727Z [00:03:10.177]➜  packagefile os/user=/tmp/go-build3619502580/b273/_pkg_.a
2025-08-20T21:20:16.8385506Z [00:03:10.177]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:20:16.8386270Z [00:03:10.177]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:16.8387128Z [00:03:10.177]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:16.8387658Z [00:03:10.177]➜  EOF
2025-08-20T21:20:16.8397265Z [00:03:10.178]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1403/_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/b1403=>" -p google.golang.org/api/internal/cert -lang=go1.23 -complete -installsuffix shared -buildid G_a0qyqkVxieNN-03iYP/G_a0qyqkVxieNN-03iYP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1403/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:20:16.8836049Z [00:03:10.223]➜  go tool buildid -w $WORK/b1403/_pkg_.a # internal
2025-08-20T21:20:16.8853275Z [00:03:10.224]➜  cp $WORK/b1403/_pkg_.a /root/.cache/go-build/32/325d23c53baccb7e7746722a11cfbe5ba9544624e9bbe8299427230fab1f2481-d # internal
2025-08-20T21:20:16.8866384Z [00:03:10.226]➜  go tool buildid -w $WORK/b1395/_pkg_.a # internal
2025-08-20T21:20:16.8875003Z [00:03:10.227]➜  google.golang.org/api/internal/impersonate
2025-08-20T21:20:16.8875623Z [00:03:10.227]➜  mkdir -p $WORK/b1404/
2025-08-20T21:20:16.8883254Z [00:03:10.228]➜  cat >/tmp/go-build3619502580/b1404/importcfg << 'EOF' # internal
2025-08-20T21:20:16.8884218Z [00:03:10.228]➜  # import config
2025-08-20T21:20:16.8885101Z [00:03:10.228]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:16.8887095Z [00:03:10.228]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:16.8888032Z [00:03:10.228]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:16.8888821Z [00:03:10.228]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:16.8889629Z [00:03:10.228]➜  packagefile golang.org/x/oauth2=/tmp/go-build3619502580/b1351/_pkg_.a
2025-08-20T21:20:16.8890434Z [00:03:10.228]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:16.8891159Z [00:03:10.228]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:16.8892059Z [00:03:10.228]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:16.8892586Z [00:03:10.228]➜  EOF
2025-08-20T21:20:16.8896208Z [00:03:10.228]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1404/_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/b1404=>" -p google.golang.org/api/internal/impersonate -lang=go1.23 -complete -installsuffix shared -buildid bMbb983szqi7Mq0ULADY/bMbb983szqi7Mq0ULADY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1404/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.230.0/internal/impersonate/impersonate.go
2025-08-20T21:20:16.8986894Z [00:03:10.238]➜  cp $WORK/b1395/_pkg_.a /root/.cache/go-build/20/204b88b74d90523ba2a12b5cb9171a67771d0382a2b9c1d5b949e68d8f54b15c-d # internal
2025-08-20T21:20:16.8995941Z [00:03:10.238]➜  github.com/google/s2a-go/stream
2025-08-20T21:20:16.8996531Z [00:03:10.238]➜  mkdir -p $WORK/b1400/
2025-08-20T21:20:16.8997209Z [00:03:10.238]➜  cat >/tmp/go-build3619502580/b1400/importcfg << 'EOF' # internal
2025-08-20T21:20:16.8997839Z [00:03:10.238]➜  # import config
2025-08-20T21:20:16.8998415Z [00:03:10.238]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:16.8999453Z [00:03:10.238]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build3619502580/b1395/_pkg_.a
2025-08-20T21:20:16.9000472Z [00:03:10.238]➜  EOF
2025-08-20T21:20:16.9004074Z [00:03:10.238]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1400/_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/b1400=>" -p github.com/google/s2a-go/stream -lang=go1.20 -complete -installsuffix shared -buildid Mk-QXGFoM1fStHbJa1g4/Mk-QXGFoM1fStHbJa1g4 -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/stream/s2a_stream.go
2025-08-20T21:20:16.9570313Z [00:03:10.296]➜  go tool buildid -w $WORK/b1404/_pkg_.a # internal
2025-08-20T21:20:16.9581788Z [00:03:10.297]➜  cp $WORK/b1404/_pkg_.a /root/.cache/go-build/de/de3fc18ba5fc8001153b09260af09a63e43345bfda09b5adc7ac93c96acd9aea-d # internal
2025-08-20T21:20:16.9585130Z [00:03:10.298]➜  google.golang.org/genproto/googleapis/type/date
2025-08-20T21:20:16.9587974Z [00:03:10.298]➜  mkdir -p $WORK/b1407/
2025-08-20T21:20:16.9591519Z [00:03:10.298]➜  cat >/tmp/go-build3619502580/b1407/importcfg << 'EOF' # internal
2025-08-20T21:20:16.9593951Z [00:03:10.298]➜  # import config
2025-08-20T21:20:16.9613347Z [00:03:10.298]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:16.9616033Z [00:03:10.298]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:16.9617035Z [00:03:10.298]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:16.9617774Z [00:03:10.298]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:16.9618320Z [00:03:10.298]➜  EOF
2025-08-20T21:20:16.9622927Z [00:03:10.299]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1407/_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/b1407=>" -p google.golang.org/genproto/googleapis/type/date -lang=go1.23 -complete -installsuffix shared -buildid csJVB1UNCUG8LJZxDh64/csJVB1UNCUG8LJZxDh64 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1407/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250422160041-2d3770c4ea7f/googleapis/type/date/date.pb.go
2025-08-20T21:20:16.9776046Z [00:03:10.317]➜  go tool buildid -w $WORK/b1400/_pkg_.a # internal
2025-08-20T21:20:16.9788464Z [00:03:10.318]➜  cp $WORK/b1400/_pkg_.a /root/.cache/go-build/c1/c17d64a7d2a7284b9496a62d4e29768c70f92f5a72de40ef15663576a81f725d-d # internal
2025-08-20T21:20:16.9796514Z [00:03:10.319]➜  github.com/google/s2a-go/internal/v2/certverifier
2025-08-20T21:20:16.9798969Z [00:03:10.319]➜  mkdir -p $WORK/b1399/
2025-08-20T21:20:16.9804564Z [00:03:10.320]➜  cat >/tmp/go-build3619502580/b1399/importcfg << 'EOF' # internal
2025-08-20T21:20:16.9806748Z [00:03:10.320]➜  # import config
2025-08-20T21:20:16.9809275Z [00:03:10.320]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:20:16.9812160Z [00:03:10.320]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:16.9814836Z [00:03:10.320]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build3619502580/b1395/_pkg_.a
2025-08-20T21:20:16.9818697Z [00:03:10.320]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build3619502580/b1400/_pkg_.a
2025-08-20T21:20:16.9819735Z [00:03:10.320]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:16.9820743Z [00:03:10.320]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:16.9821609Z [00:03:10.320]➜  EOF
2025-08-20T21:20:16.9829466Z [00:03:10.322]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1399/_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/b1399=>" -p github.com/google/s2a-go/internal/v2/certverifier -lang=go1.20 -complete -installsuffix shared -buildid 47GQHgozBzNy0rAqlTjh/47GQHgozBzNy0rAqlTjh -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/certverifier/certverifier.go
2025-08-20T21:20:17.0352805Z [00:03:10.374]➜  go tool buildid -w $WORK/b1407/_pkg_.a # internal
2025-08-20T21:20:17.0378119Z [00:03:10.376]➜  cp $WORK/b1407/_pkg_.a /root/.cache/go-build/ae/ae69626130780026d6252c6498f66915b50fd8ace6248ba2f08e38cf2eec144f-d # internal
2025-08-20T21:20:17.0386529Z [00:03:10.378]➜  github.com/google/s2a-go/internal/v2/remotesigner
2025-08-20T21:20:17.0389341Z [00:03:10.378]➜  mkdir -p $WORK/b1401/
2025-08-20T21:20:17.0393923Z [00:03:10.379]➜  cat >/tmp/go-build3619502580/b1401/importcfg << 'EOF' # internal
2025-08-20T21:20:17.0394791Z [00:03:10.379]➜  # import config
2025-08-20T21:20:17.0395599Z [00:03:10.379]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:20:17.0398033Z [00:03:10.379]➜  packagefile crypto/rsa=/tmp/go-build3619502580/b147/_pkg_.a
2025-08-20T21:20:17.0398887Z [00:03:10.379]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:20:17.0399631Z [00:03:10.379]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:17.0400676Z [00:03:10.379]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build3619502580/b1395/_pkg_.a
2025-08-20T21:20:17.0402107Z [00:03:10.379]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build3619502580/b1400/_pkg_.a
2025-08-20T21:20:17.0403150Z [00:03:10.379]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:17.0404153Z [00:03:10.379]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:17.0404991Z [00:03:10.379]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:17.0405512Z [00:03:10.379]➜  EOF
2025-08-20T21:20:17.0409365Z [00:03:10.379]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1401/_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/b1401=>" -p github.com/google/s2a-go/internal/v2/remotesigner -lang=go1.20 -complete -installsuffix shared -buildid -z7qAgzB8zX4ES1Y92x-/-z7qAgzB8zX4ES1Y92x- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1401/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/v2/remotesigner/remotesigner.go
2025-08-20T21:20:17.0777534Z [00:03:10.417]➜  go tool buildid -w $WORK/b1399/_pkg_.a # internal
2025-08-20T21:20:17.0793593Z [00:03:10.419]➜  cp $WORK/b1399/_pkg_.a /root/.cache/go-build/3f/3f7bcabbcc081b2d0a296e0eeb3dbb607c3eb77fc3f91725de523db35e4d054b-d # internal
2025-08-20T21:20:17.0795042Z [00:03:10.419]➜  google.golang.org/protobuf/types/known/emptypb
2025-08-20T21:20:17.0795708Z [00:03:10.419]➜  mkdir -p $WORK/b1408/
2025-08-20T21:20:17.0801564Z [00:03:10.419]➜  cat >/tmp/go-build3619502580/b1408/importcfg << 'EOF' # internal
2025-08-20T21:20:17.0802603Z [00:03:10.419]➜  # import config
2025-08-20T21:20:17.0803604Z [00:03:10.419]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:17.0805033Z [00:03:10.419]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:17.0806070Z [00:03:10.419]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:17.0806824Z [00:03:10.419]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:17.0807393Z [00:03:10.419]➜  EOF
2025-08-20T21:20:17.0811124Z [00:03:10.419]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1408/_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/b1408=>" -p google.golang.org/protobuf/types/known/emptypb -lang=go1.22 -complete -installsuffix shared -buildid vN_r6-yAya0yeYomdZBg/vN_r6-yAya0yeYomdZBg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1408/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/emptypb/empty.pb.go
2025-08-20T21:20:17.1453452Z [00:03:10.484]➜  go tool buildid -w $WORK/b1408/_pkg_.a # internal
2025-08-20T21:20:17.1465838Z [00:03:10.486]➜  cp $WORK/b1408/_pkg_.a /root/.cache/go-build/24/240e00f2199c4a986d0fd64d29934ccf3b734cf6edd179168005d278c071e28c-d # internal
2025-08-20T21:20:17.1479290Z [00:03:10.487]➜  cloud.google.com/go/storage/internal/apiv2/storagepb
2025-08-20T21:20:17.1481127Z [00:03:10.487]➜  mkdir -p $WORK/b1406/
2025-08-20T21:20:17.1494782Z [00:03:10.489]➜  cat >/tmp/go-build3619502580/b1406/importcfg << 'EOF' # internal
2025-08-20T21:20:17.1495733Z [00:03:10.489]➜  # import config
2025-08-20T21:20:17.1496609Z [00:03:10.489]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build3619502580/b1214/_pkg_.a
2025-08-20T21:20:17.1497636Z [00:03:10.489]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:17.1499095Z [00:03:10.489]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build3619502580/b1215/_pkg_.a
2025-08-20T21:20:17.1500587Z [00:03:10.489]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3619502580/b1294/_pkg_.a
2025-08-20T21:20:17.1502211Z [00:03:10.489]➜  packagefile google.golang.org/genproto/googleapis/type/date=/tmp/go-build3619502580/b1407/_pkg_.a
2025-08-20T21:20:17.1512799Z [00:03:10.489]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:17.1513907Z [00:03:10.489]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:17.1515046Z [00:03:10.489]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:20:17.1516453Z [00:03:10.489]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:17.1517853Z [00:03:10.489]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:17.1519420Z [00:03:10.489]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:17.1520841Z [00:03:10.489]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3619502580/b1408/_pkg_.a
2025-08-20T21:20:17.1522400Z [00:03:10.489]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build3619502580/b1318/_pkg_.a
2025-08-20T21:20:17.1523876Z [00:03:10.489]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3619502580/b1292/_pkg_.a
2025-08-20T21:20:17.1525028Z [00:03:10.489]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:17.1525837Z [00:03:10.489]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:17.1526431Z [00:03:10.489]➜  EOF
2025-08-20T21:20:17.1546379Z [00:03:10.489]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1406/_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/b1406=>" -p cloud.google.com/go/storage/internal/apiv2/storagepb -lang=go1.23 -complete -installsuffix shared -buildid rGtDqiAknewQv9CE6B7t/rGtDqiAknewQv9CE6B7t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1406/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/internal/apiv2/storagepb/storage.pb.go
2025-08-20T21:20:17.1550254Z [00:03:10.492]➜  go tool buildid -w $WORK/b1401/_pkg_.a # internal
2025-08-20T21:20:17.1560331Z [00:03:10.495]➜  cp $WORK/b1401/_pkg_.a /root/.cache/go-build/90/9007334d9e359b5ba4a0456344163effa28043f97c18ae316e43d1904838d5dd-d # internal
2025-08-20T21:20:17.1565733Z [00:03:10.496]➜  github.com/google/s2a-go/internal/v2/tlsconfigstore
2025-08-20T21:20:17.1566433Z [00:03:10.496]➜  mkdir -p $WORK/b1398/
2025-08-20T21:20:17.1573986Z [00:03:10.497]➜  cat >/tmp/go-build3619502580/b1398/importcfg << 'EOF' # internal
2025-08-20T21:20:17.1574927Z [00:03:10.497]➜  # import config
2025-08-20T21:20:17.1575730Z [00:03:10.497]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:20:17.1576669Z [00:03:10.497]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:20:17.1577823Z [00:03:10.497]➜  packagefile encoding/pem=/tmp/go-build3619502580/b157/_pkg_.a
2025-08-20T21:20:17.1578725Z [00:03:10.497]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:17.1579544Z [00:03:10.497]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:17.1580759Z [00:03:10.497]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build3619502580/b1394/_pkg_.a
2025-08-20T21:20:17.1582549Z [00:03:10.497]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build3619502580/b1395/_pkg_.a
2025-08-20T21:20:17.1584191Z [00:03:10.497]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build3619502580/b1393/_pkg_.a
2025-08-20T21:20:17.1585681Z [00:03:10.497]➜  packagefile github.com/google/s2a-go/internal/v2/certverifier=/tmp/go-build3619502580/b1399/_pkg_.a
2025-08-20T21:20:17.1587157Z [00:03:10.497]➜  packagefile github.com/google/s2a-go/internal/v2/remotesigner=/tmp/go-build3619502580/b1401/_pkg_.a
2025-08-20T21:20:17.1588522Z [00:03:10.497]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build3619502580/b1400/_pkg_.a
2025-08-20T21:20:17.1589723Z [00:03:10.497]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:17.1590916Z [00:03:10.497]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:17.1591939Z [00:03:10.497]➜  EOF
2025-08-20T21:20:17.1598964Z [00:03:10.499]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1398/_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/b1398=>" -p github.com/google/s2a-go/internal/v2/tlsconfigstore -lang=go1.20 -complete -installsuffix shared -buildid DyjU0UuAz__WO_9M4Ttz/DyjU0UuAz__WO_9M4Ttz -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/internal/v2/tlsconfigstore/tlsconfigstore.go
2025-08-20T21:20:17.3188678Z [00:03:10.658]➜  go tool buildid -w $WORK/b1398/_pkg_.a # internal
2025-08-20T21:20:17.3212765Z [00:03:10.660]➜  cp $WORK/b1398/_pkg_.a /root/.cache/go-build/43/43b13d27bb1546f659aa79156fc79442cefeaae9523155dbbb24d55e6a42719d-d # internal
2025-08-20T21:20:17.3236655Z [00:03:10.663]➜  github.com/google/s2a-go/internal/v2
2025-08-20T21:20:17.3237289Z [00:03:10.663]➜  mkdir -p $WORK/b1397/
2025-08-20T21:20:17.3253225Z [00:03:10.664]➜  cat >/tmp/go-build3619502580/b1397/importcfg << 'EOF' # internal
2025-08-20T21:20:17.3254003Z [00:03:10.664]➜  # import config
2025-08-20T21:20:17.3254718Z [00:03:10.664]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:17.3255683Z [00:03:10.664]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:20:17.3256591Z [00:03:10.664]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:17.3257641Z [00:03:10.664]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build3619502580/b1375/_pkg_.a
2025-08-20T21:20:17.3259077Z [00:03:10.664]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build3619502580/b1382/_pkg_.a
2025-08-20T21:20:17.3260668Z [00:03:10.664]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build3619502580/b1394/_pkg_.a
2025-08-20T21:20:17.3262477Z [00:03:10.664]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build3619502580/b1395/_pkg_.a
2025-08-20T21:20:17.3263994Z [00:03:10.665]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build3619502580/b1393/_pkg_.a
2025-08-20T21:20:17.3265511Z [00:03:10.665]➜  packagefile github.com/google/s2a-go/internal/v2/tlsconfigstore=/tmp/go-build3619502580/b1398/_pkg_.a
2025-08-20T21:20:17.3267093Z [00:03:10.665]➜  packagefile github.com/google/s2a-go/retry=/tmp/go-build3619502580/b1402/_pkg_.a
2025-08-20T21:20:17.3268300Z [00:03:10.665]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build3619502580/b1400/_pkg_.a
2025-08-20T21:20:17.3269648Z [00:03:10.665]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:17.3270834Z [00:03:10.665]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3619502580/b1260/_pkg_.a
2025-08-20T21:20:17.3272279Z [00:03:10.665]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:17.3273502Z [00:03:10.665]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:17.3274534Z [00:03:10.665]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:17.3275355Z [00:03:10.665]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:17.3276417Z [00:03:10.665]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:17.3277070Z [00:03:10.665]➜  EOF
2025-08-20T21:20:17.3280733Z [00:03:10.665]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1397/_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/b1397=>" -p github.com/google/s2a-go/internal/v2 -lang=go1.20 -complete -installsuffix shared -buildid kXUZtaGgWz-oyirFhjUR/kXUZtaGgWz-oyirFhjUR -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/s2av2.go
2025-08-20T21:20:17.5436865Z [00:03:10.883]➜  go tool buildid -w $WORK/b1397/_pkg_.a # internal
2025-08-20T21:20:17.5462742Z [00:03:10.885]➜  cp $WORK/b1397/_pkg_.a /root/.cache/go-build/a3/a3fd282c45b197d160068c7d660a02cce341a23f0d4a3f2e1696e234effe92d9-d # internal
2025-08-20T21:20:17.5526231Z [00:03:10.892]➜  github.com/google/s2a-go
2025-08-20T21:20:17.5526894Z [00:03:10.892]➜  mkdir -p $WORK/b1374/
2025-08-20T21:20:17.5534314Z [00:03:10.893]➜  cat >/tmp/go-build3619502580/b1374/importcfg << 'EOF' # internal
2025-08-20T21:20:17.5535097Z [00:03:10.893]➜  # import config
2025-08-20T21:20:17.5535801Z [00:03:10.893]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:17.5536726Z [00:03:10.893]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:20:17.5537599Z [00:03:10.893]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:17.5538411Z [00:03:10.893]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:17.5539444Z [00:03:10.893]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build3619502580/b1375/_pkg_.a
2025-08-20T21:20:17.5540758Z [00:03:10.893]➜  packagefile github.com/google/s2a-go/internal/handshaker=/tmp/go-build3619502580/b1376/_pkg_.a
2025-08-20T21:20:17.5565073Z [00:03:10.893]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build3619502580/b1382/_pkg_.a
2025-08-20T21:20:17.5566549Z [00:03:10.893]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3619502580/b1378/_pkg_.a
2025-08-20T21:20:17.5568057Z [00:03:10.893]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build3619502580/b1394/_pkg_.a
2025-08-20T21:20:17.5569489Z [00:03:10.893]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build3619502580/b1395/_pkg_.a
2025-08-20T21:20:17.5570845Z [00:03:10.893]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build3619502580/b1393/_pkg_.a
2025-08-20T21:20:17.5572292Z [00:03:10.893]➜  packagefile github.com/google/s2a-go/internal/v2=/tmp/go-build3619502580/b1397/_pkg_.a
2025-08-20T21:20:17.5573402Z [00:03:10.893]➜  packagefile github.com/google/s2a-go/retry=/tmp/go-build3619502580/b1402/_pkg_.a
2025-08-20T21:20:17.5574501Z [00:03:10.893]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build3619502580/b1400/_pkg_.a
2025-08-20T21:20:17.5575885Z [00:03:10.893]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3619502580/b1260/_pkg_.a
2025-08-20T21:20:17.5577026Z [00:03:10.893]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:17.5577996Z [00:03:10.893]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build3619502580/b1312/_pkg_.a
2025-08-20T21:20:17.5579144Z [00:03:10.893]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:17.5579990Z [00:03:10.893]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:17.5580677Z [00:03:10.893]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:17.5581561Z [00:03:10.893]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:17.5582088Z [00:03:10.893]➜  EOF
2025-08-20T21:20:17.5585810Z [00:03:10.893]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1374/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9=>github.com/google/s2a-go@v0.1.9;$WORK/b1374=>" -p github.com/google/s2a-go -lang=go1.20 -complete -installsuffix shared -buildid LrrY2bgVCVmihV14UZuO/LrrY2bgVCVmihV14UZuO -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/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:20:17.8158453Z [00:03:11.155]➜  go tool buildid -w $WORK/b1374/_pkg_.a # internal
2025-08-20T21:20:17.8219318Z [00:03:11.161]➜  cp $WORK/b1374/_pkg_.a /root/.cache/go-build/58/587717814bc524244987f7c3403224cd9f61c1b9e2b1609b3457ea24a0cf27f5-d # internal
2025-08-20T21:20:17.8222277Z [00:03:11.161]➜  google.golang.org/api/internal
2025-08-20T21:20:17.8225176Z [00:03:11.162]➜  mkdir -p $WORK/b1361/
2025-08-20T21:20:17.8232862Z [00:03:11.162]➜  cat >/tmp/go-build3619502580/b1361/importcfg << 'EOF' # internal
2025-08-20T21:20:17.8234150Z [00:03:11.162]➜  # import config
2025-08-20T21:20:17.8236919Z [00:03:11.162]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3619502580/b1346/_pkg_.a
2025-08-20T21:20:17.8238455Z [00:03:11.162]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build3619502580/b1362/_pkg_.a
2025-08-20T21:20:17.8245663Z [00:03:11.162]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build3619502580/b1373/_pkg_.a
2025-08-20T21:20:17.8247029Z [00:03:11.162]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3619502580/b1212/_pkg_.a
2025-08-20T21:20:17.8248145Z [00:03:11.162]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:17.8249052Z [00:03:11.162]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:20:17.8250032Z [00:03:11.162]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:17.8250935Z [00:03:11.162]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:17.8252012Z [00:03:11.162]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:17.8253049Z [00:03:11.162]➜  packagefile github.com/google/s2a-go=/tmp/go-build3619502580/b1374/_pkg_.a
2025-08-20T21:20:17.8254220Z [00:03:11.162]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build3619502580/b1375/_pkg_.a
2025-08-20T21:20:17.8255411Z [00:03:11.162]➜  packagefile golang.org/x/oauth2=/tmp/go-build3619502580/b1351/_pkg_.a
2025-08-20T21:20:17.8256502Z [00:03:11.162]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3619502580/b1353/_pkg_.a
2025-08-20T21:20:17.8257723Z [00:03:11.162]➜  packagefile google.golang.org/api/internal/cert=/tmp/go-build3619502580/b1403/_pkg_.a
2025-08-20T21:20:17.8259048Z [00:03:11.162]➜  packagefile google.golang.org/api/internal/impersonate=/tmp/go-build3619502580/b1404/_pkg_.a
2025-08-20T21:20:17.8293565Z [00:03:11.162]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:17.8294828Z [00:03:11.162]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3619502580/b1260/_pkg_.a
2025-08-20T21:20:17.8296103Z [00:03:11.162]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:20:17.8296993Z [00:03:11.162]➜  packagefile log/slog=/tmp/go-build3619502580/b393/_pkg_.a
2025-08-20T21:20:17.8297824Z [00:03:11.162]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:17.8299096Z [00:03:11.162]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:17.8299986Z [00:03:11.162]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:17.8300808Z [00:03:11.162]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:17.8301882Z [00:03:11.162]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:17.8302775Z [00:03:11.162]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:17.8303607Z [00:03:11.162]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:17.8304440Z [00:03:11.162]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:17.8305273Z [00:03:11.162]➜  EOF
2025-08-20T21:20:17.8311399Z [00:03:11.163]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1361/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.230.0/internal=>google.golang.org/api@v0.230.0/internal;$WORK/b1361=>" -p google.golang.org/api/internal -lang=go1.23 -complete -installsuffix shared -buildid yBQrdXV5c6QInC1G9GpF/yBQrdXV5c6QInC1G9GpF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1361/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:20:18.2857992Z [00:03:11.625]➜  go tool buildid -w $WORK/b1361/_pkg_.a # internal
2025-08-20T21:20:18.2971387Z [00:03:11.635]➜  cp $WORK/b1361/_pkg_.a /root/.cache/go-build/6c/6c2c18f71aa3e33f4d1b00136cf0127e5648fd1cf9f5e1f034f084e2acaae3dc-d # internal
2025-08-20T21:20:18.2977771Z [00:03:11.636]➜  google.golang.org/api/option
2025-08-20T21:20:18.2978387Z [00:03:11.636]➜  mkdir -p $WORK/b1345/
2025-08-20T21:20:18.2979186Z [00:03:11.636]➜  cat >/tmp/go-build3619502580/b1345/importcfg << 'EOF' # internal
2025-08-20T21:20:18.2981543Z [00:03:11.636]➜  # import config
2025-08-20T21:20:18.2984359Z [00:03:11.636]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3619502580/b1346/_pkg_.a
2025-08-20T21:20:18.2987505Z [00:03:11.636]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:20:18.2988534Z [00:03:11.636]➜  packagefile golang.org/x/oauth2=/tmp/go-build3619502580/b1351/_pkg_.a
2025-08-20T21:20:18.2989614Z [00:03:11.636]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3619502580/b1353/_pkg_.a
2025-08-20T21:20:18.2990816Z [00:03:11.636]➜  packagefile google.golang.org/api/internal=/tmp/go-build3619502580/b1361/_pkg_.a
2025-08-20T21:20:18.2995939Z [00:03:11.636]➜  packagefile google.golang.org/api/internal/impersonate=/tmp/go-build3619502580/b1404/_pkg_.a
2025-08-20T21:20:18.2997214Z [00:03:11.636]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:18.2998229Z [00:03:11.636]➜  packagefile log/slog=/tmp/go-build3619502580/b393/_pkg_.a
2025-08-20T21:20:18.2999125Z [00:03:11.636]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:18.2999766Z [00:03:11.637]➜  EOF
2025-08-20T21:20:18.3003458Z [00:03:11.637]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1345/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.230.0/option=>google.golang.org/api@v0.230.0/option;$WORK/b1345=>" -p google.golang.org/api/option -lang=go1.23 -complete -installsuffix shared -buildid 54CgBTsIQ1aHg_U7TORH/54CgBTsIQ1aHg_U7TORH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1345/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.230.0/option/option.go
2025-08-20T21:20:18.4813133Z [00:03:11.818]➜  go tool buildid -w $WORK/b1406/_pkg_.a # internal
2025-08-20T21:20:18.5097163Z [00:03:11.849]➜  go tool buildid -w $WORK/b1345/_pkg_.a # internal
2025-08-20T21:20:18.5128276Z [00:03:11.852]➜  cp $WORK/b1345/_pkg_.a /root/.cache/go-build/c1/c14addb34540dad187b07d5a1c374f557f0066ccf1c4be629cef9a14fe30737e-d # internal
2025-08-20T21:20:18.5130247Z [00:03:11.852]➜  cloud.google.com/go/storage/experimental
2025-08-20T21:20:18.5134173Z [00:03:11.853]➜  mkdir -p $WORK/b1332/
2025-08-20T21:20:18.5138582Z [00:03:11.853]➜  cat >/tmp/go-build3619502580/b1332/importcfg << 'EOF' # internal
2025-08-20T21:20:18.5139165Z [00:03:11.853]➜  # import config
2025-08-20T21:20:18.5139958Z [00:03:11.853]➜  packagefile cloud.google.com/go/storage/internal=/tmp/go-build3619502580/b1333/_pkg_.a
2025-08-20T21:20:18.5141017Z [00:03:11.853]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build3619502580/b1334/_pkg_.a
2025-08-20T21:20:18.5142395Z [00:03:11.853]➜  packagefile google.golang.org/api/option=/tmp/go-build3619502580/b1345/_pkg_.a
2025-08-20T21:20:18.5143441Z [00:03:11.853]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:18.5144144Z [00:03:11.853]➜  EOF
2025-08-20T21:20:18.5168953Z [00:03:11.856]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1332/_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/b1332=>" -p cloud.google.com/go/storage/experimental -lang=go1.23 -complete -installsuffix shared -buildid zSyi4zV45pkYHR_NSVQL/zSyi4zV45pkYHR_NSVQL -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/experimental/experimental.go
2025-08-20T21:20:18.5293865Z [00:03:11.868]➜  cp $WORK/b1406/_pkg_.a /root/.cache/go-build/07/07f675631c9430ffca6770e7a8ba18e5f28e4554e54133a7d537fb6356cb7c99-d # internal
2025-08-20T21:20:18.5300897Z [00:03:11.869]➜  github.com/googleapis/gax-go/v2/internallog/grpclog
2025-08-20T21:20:18.5301970Z [00:03:11.869]➜  mkdir -p $WORK/b1409/
2025-08-20T21:20:18.5302726Z [00:03:11.869]➜  cat >/tmp/go-build3619502580/b1409/importcfg << 'EOF' # internal
2025-08-20T21:20:18.5303405Z [00:03:11.869]➜  # import config
2025-08-20T21:20:18.5304054Z [00:03:11.869]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:18.5304901Z [00:03:11.869]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:18.5305917Z [00:03:11.869]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:20:18.5307153Z [00:03:11.869]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3619502580/b1276/_pkg_.a
2025-08-20T21:20:18.5308375Z [00:03:11.869]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:18.5309337Z [00:03:11.869]➜  packagefile log/slog=/tmp/go-build3619502580/b393/_pkg_.a
2025-08-20T21:20:18.5310141Z [00:03:11.869]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:18.5310755Z [00:03:11.869]➜  EOF
2025-08-20T21:20:18.5339078Z [00:03:11.873]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1409/_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/b1409=>" -p github.com/googleapis/gax-go/v2/internallog/grpclog -lang=go1.21 -complete -installsuffix shared -buildid RnmxUQMvPshIwxpKjRDZ/RnmxUQMvPshIwxpKjRDZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1409/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/internallog/grpclog/grpclog.go
2025-08-20T21:20:18.5917804Z [00:03:11.931]➜  go tool buildid -w $WORK/b1409/_pkg_.a # internal
2025-08-20T21:20:18.5927233Z [00:03:11.932]➜  cp $WORK/b1409/_pkg_.a /root/.cache/go-build/e4/e405e3ed5db86ae76e88798fda6130b50927ce7df575d1c1a7f1e50e7296271d-d # internal
2025-08-20T21:20:18.5928453Z [00:03:11.932]➜  google.golang.org/api/iterator
2025-08-20T21:20:18.5930459Z [00:03:11.932]➜  mkdir -p $WORK/b1411/
2025-08-20T21:20:18.5933840Z [00:03:11.933]➜  cat >/tmp/go-build3619502580/b1411/importcfg << 'EOF' # internal
2025-08-20T21:20:18.5935739Z [00:03:11.933]➜  # import config
2025-08-20T21:20:18.5936961Z [00:03:11.933]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:18.5938371Z [00:03:11.933]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:18.5939746Z [00:03:11.933]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:18.5946219Z [00:03:11.933]➜  EOF
2025-08-20T21:20:18.5950803Z [00:03:11.933]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1411/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.230.0/iterator=>google.golang.org/api@v0.230.0/iterator;$WORK/b1411=>" -p google.golang.org/api/iterator -lang=go1.23 -complete -installsuffix shared -buildid MeWWSLM2HENgH_uRCbCk/MeWWSLM2HENgH_uRCbCk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1411/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.230.0/iterator/iterator.go
2025-08-20T21:20:18.6598625Z [00:03:11.999]➜  go tool buildid -w $WORK/b1411/_pkg_.a # internal
2025-08-20T21:20:18.6609100Z [00:03:12.000]➜  cp $WORK/b1411/_pkg_.a /root/.cache/go-build/e6/e6141d1622c7b304c4758d007cb82132305b94f6a3b498f44e84256e712b4a3b-d # internal
2025-08-20T21:20:18.6627185Z [00:03:12.000]➜  github.com/googleapis/gax-go/v2/iterator
2025-08-20T21:20:18.6627762Z [00:03:12.000]➜  mkdir -p $WORK/b1410/
2025-08-20T21:20:18.6628435Z [00:03:12.001]➜  cat >/tmp/go-build3619502580/b1410/importcfg << 'EOF' # internal
2025-08-20T21:20:18.6629052Z [00:03:12.001]➜  # import config
2025-08-20T21:20:18.6629777Z [00:03:12.001]➜  packagefile google.golang.org/api/iterator=/tmp/go-build3619502580/b1411/_pkg_.a
2025-08-20T21:20:18.6630670Z [00:03:12.001]➜  packagefile iter=/tmp/go-build3619502580/b039/_pkg_.a
2025-08-20T21:20:18.6631450Z [00:03:12.001]➜  EOF
2025-08-20T21:20:18.6635153Z [00:03:12.001]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1410/_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/b1410=>" -p github.com/googleapis/gax-go/v2/iterator -lang=go1.21 -complete -installsuffix shared -buildid kc01ARMaDRIYVzSpPJ2k/kc01ARMaDRIYVzSpPJ2k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1410/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/iterator/iterator.go
2025-08-20T21:20:18.6664512Z [00:03:12.006]➜  go tool buildid -w $WORK/b1332/_pkg_.a # internal
2025-08-20T21:20:18.6699258Z [00:03:12.009]➜  go tool buildid -w $WORK/b1410/_pkg_.a # internal
2025-08-20T21:20:18.6705579Z [00:03:12.010]➜  cp $WORK/b1410/_pkg_.a /root/.cache/go-build/96/9622fbdd7bcbe00eae124e18678e4b26cbf04bafb770db9dc7ddf43c7d70f9ab-d # internal
2025-08-20T21:20:18.6707241Z [00:03:12.010]➜  google.golang.org/api/option/internaloption
2025-08-20T21:20:18.6708168Z [00:03:12.010]➜  mkdir -p $WORK/b1412/
2025-08-20T21:20:18.6713447Z [00:03:12.011]➜  cat >/tmp/go-build3619502580/b1412/importcfg << 'EOF' # internal
2025-08-20T21:20:18.6714402Z [00:03:12.011]➜  # import config
2025-08-20T21:20:18.6715480Z [00:03:12.011]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3619502580/b1346/_pkg_.a
2025-08-20T21:20:18.6716816Z [00:03:12.011]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:18.6732985Z [00:03:12.011]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3619502580/b1349/_pkg_.a
2025-08-20T21:20:18.6734870Z [00:03:12.011]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3619502580/b1353/_pkg_.a
2025-08-20T21:20:18.6736388Z [00:03:12.011]➜  packagefile google.golang.org/api/internal=/tmp/go-build3619502580/b1361/_pkg_.a
2025-08-20T21:20:18.6738380Z [00:03:12.011]➜  packagefile google.golang.org/api/option=/tmp/go-build3619502580/b1345/_pkg_.a
2025-08-20T21:20:18.6739893Z [00:03:12.011]➜  packagefile log/slog=/tmp/go-build3619502580/b393/_pkg_.a
2025-08-20T21:20:18.6742690Z [00:03:12.011]➜  EOF
2025-08-20T21:20:18.6746871Z [00:03:12.011]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1412/_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/b1412=>" -p google.golang.org/api/option/internaloption -lang=go1.23 -complete -installsuffix shared -buildid PYMXDza3JvAGI6JUVUwN/PYMXDza3JvAGI6JUVUwN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1412/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.230.0/option/internaloption/internaloption.go
2025-08-20T21:20:18.6766895Z [00:03:12.016]➜  cp $WORK/b1332/_pkg_.a /root/.cache/go-build/a9/a95391b4fd631346d0c8634a5eb2259ad80c82a3e38ac72bc921dd5408203d15-d # internal
2025-08-20T21:20:18.6771087Z [00:03:12.016]➜  cloud.google.com/go/auth/internal/compute
2025-08-20T21:20:18.6771878Z [00:03:12.016]➜  mkdir -p $WORK/b1415/
2025-08-20T21:20:18.6780750Z [00:03:12.017]➜  cat >/tmp/go-build3619502580/b1415/importcfg << 'EOF' # internal
2025-08-20T21:20:18.6784743Z [00:03:12.017]➜  # import config
2025-08-20T21:20:18.6785419Z [00:03:12.017]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:20:18.6786203Z [00:03:12.017]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:18.6787217Z [00:03:12.017]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:20:18.6788074Z [00:03:12.017]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:18.6788853Z [00:03:12.017]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:18.6789415Z [00:03:12.017]➜  EOF
2025-08-20T21:20:18.6794011Z [00:03:12.017]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1415/_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/b1415=>" -p cloud.google.com/go/auth/internal/compute -lang=go1.23 -complete -installsuffix shared -buildid O2HBkH5rCdzgFP5WfhDT/O2HBkH5rCdzgFP5WfhDT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1415/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:20:18.7197344Z [00:03:12.059]➜  go tool buildid -w $WORK/b1415/_pkg_.a # internal
2025-08-20T21:20:18.7203970Z [00:03:12.060]➜  cp $WORK/b1415/_pkg_.a /root/.cache/go-build/d7/d7ca09a2c0c31a63a07f79945099e9d7f60fbab8e2dcf675a22c13734824dbfd-d # internal
2025-08-20T21:20:18.7206280Z [00:03:12.060]➜  cloud.google.com/go/auth/internal/transport
2025-08-20T21:20:18.7208200Z [00:03:12.060]➜  mkdir -p $WORK/b1416/
2025-08-20T21:20:18.7241477Z [00:03:12.063]➜  cat >/tmp/go-build3619502580/b1416/importcfg << 'EOF' # internal
2025-08-20T21:20:18.7243372Z [00:03:12.063]➜  # import config
2025-08-20T21:20:18.7244264Z [00:03:12.063]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build3619502580/b1362/_pkg_.a
2025-08-20T21:20:18.7245648Z [00:03:12.063]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3619502580/b1347/_pkg_.a
2025-08-20T21:20:18.7246962Z [00:03:12.063]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build3619502580/b1367/_pkg_.a
2025-08-20T21:20:18.7248424Z [00:03:12.063]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3619502580/b1212/_pkg_.a
2025-08-20T21:20:18.7249493Z [00:03:12.063]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:18.7250367Z [00:03:12.063]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:20:18.7251397Z [00:03:12.063]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:20:18.7252283Z [00:03:12.063]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:18.7253111Z [00:03:12.063]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:18.7253897Z [00:03:12.063]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:18.7254835Z [00:03:12.063]➜  packagefile github.com/google/s2a-go=/tmp/go-build3619502580/b1374/_pkg_.a
2025-08-20T21:20:18.7255902Z [00:03:12.063]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build3619502580/b1375/_pkg_.a
2025-08-20T21:20:18.7256975Z [00:03:12.063]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3619502580/b1260/_pkg_.a
2025-08-20T21:20:18.7257861Z [00:03:12.063]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:20:18.7258589Z [00:03:12.063]➜  packagefile log/slog=/tmp/go-build3619502580/b393/_pkg_.a
2025-08-20T21:20:18.7259332Z [00:03:12.063]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:18.7260048Z [00:03:12.063]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:18.7260810Z [00:03:12.063]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:18.7261730Z [00:03:12.063]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:18.7262704Z [00:03:12.063]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:18.7263459Z [00:03:12.063]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:18.7264198Z [00:03:12.063]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:18.7264924Z [00:03:12.063]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:18.7265452Z [00:03:12.063]➜  EOF
2025-08-20T21:20:18.7270037Z [00:03:12.063]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1416/_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/b1416=>" -p cloud.google.com/go/auth/internal/transport -lang=go1.23 -complete -installsuffix shared -buildid H9rl_odU4tI8kKOG3eAq/H9rl_odU4tI8kKOG3eAq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1416/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:20:18.7982056Z [00:03:12.137]➜  go tool buildid -w $WORK/b1412/_pkg_.a # internal
2025-08-20T21:20:18.8048832Z [00:03:12.144]➜  cp $WORK/b1412/_pkg_.a /root/.cache/go-build/3a/3a6dab5e30a37a05a379a4a4fa731c465be6f06ffdf2aa7c5adc63df3e11839a-d # internal
2025-08-20T21:20:18.8057587Z [00:03:12.145]➜  go.opentelemetry.io/otel/semconv/v1.17.0
2025-08-20T21:20:18.8074431Z [00:03:12.147]➜  mkdir -p $WORK/b1419/
2025-08-20T21:20:18.8080316Z [00:03:12.147]➜  cat >/tmp/go-build3619502580/b1419/importcfg << 'EOF' # internal
2025-08-20T21:20:18.8082230Z [00:03:12.147]➜  # import config
2025-08-20T21:20:18.8083801Z [00:03:12.147]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3619502580/b401/_pkg_.a
2025-08-20T21:20:18.8084598Z [00:03:12.147]➜  EOF
2025-08-20T21:20:18.8108386Z [00:03:12.148]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1419/_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/b1419=>" -p go.opentelemetry.io/otel/semconv/v1.17.0 -lang=go1.22 -complete -installsuffix shared -buildid FDwJgtF08lhxTHsQ1n0q/FDwJgtF08lhxTHsQ1n0q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1419/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:20:18.9256317Z [00:03:12.265]➜  go tool buildid -w $WORK/b1416/_pkg_.a # internal
2025-08-20T21:20:18.9280336Z [00:03:12.267]➜  cp $WORK/b1416/_pkg_.a /root/.cache/go-build/e2/e2ab9cf3fd31405b4fb5c1736afb4761116fac8c369be8b50f138b18dbd96cad-d # internal
2025-08-20T21:20:18.9293445Z [00:03:12.269]➜  google.golang.org/grpc/credentials/alts/internal
2025-08-20T21:20:18.9295338Z [00:03:12.269]➜  mkdir -p $WORK/b1422/
2025-08-20T21:20:18.9304318Z [00:03:12.270]➜  cat >/tmp/go-build3619502580/b1422/importcfg << 'EOF' # internal
2025-08-20T21:20:18.9306555Z [00:03:12.270]➜  # import config
2025-08-20T21:20:18.9307497Z [00:03:12.270]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:18.9308477Z [00:03:12.270]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3619502580/b1260/_pkg_.a
2025-08-20T21:20:18.9309404Z [00:03:12.270]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:18.9309912Z [00:03:12.270]➜  EOF
2025-08-20T21:20:18.9314416Z [00:03:12.270]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1422/_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/b1422=>" -p google.golang.org/grpc/credentials/alts/internal -lang=go1.23 -complete -installsuffix shared -buildid 11VfnVdpOp0gvnDZRCI2/11VfnVdpOp0gvnDZRCI2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1422/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/alts/internal/common.go
2025-08-20T21:20:18.9817133Z [00:03:12.321]➜  go tool buildid -w $WORK/b1422/_pkg_.a # internal
2025-08-20T21:20:18.9825416Z [00:03:12.322]➜  cp $WORK/b1422/_pkg_.a /root/.cache/go-build/af/af1092bb0c1c48565525508acbfe9e99b50d1a4889ef616c120350cefbc8ad58-d # internal
2025-08-20T21:20:18.9826652Z [00:03:12.322]➜  golang.org/x/sync/semaphore
2025-08-20T21:20:18.9827291Z [00:03:12.322]➜  mkdir -p $WORK/b1424/
2025-08-20T21:20:18.9829272Z [00:03:12.322]➜  cat >/tmp/go-build3619502580/b1424/importcfg << 'EOF' # internal
2025-08-20T21:20:18.9831957Z [00:03:12.322]➜  # import config
2025-08-20T21:20:18.9832718Z [00:03:12.322]➜  packagefile container/list=/tmp/go-build3619502580/b080/_pkg_.a
2025-08-20T21:20:18.9833605Z [00:03:12.322]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:18.9834425Z [00:03:12.322]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:18.9835044Z [00:03:12.322]➜  EOF
2025-08-20T21:20:18.9838296Z [00:03:12.322]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1424/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.13.0/semaphore=>golang.org/x/sync@v0.13.0/semaphore;$WORK/b1424=>" -p golang.org/x/sync/semaphore -lang=go1.23 -complete -installsuffix shared -buildid wh5_t0-6rvlxa-bgU-II/wh5_t0-6rvlxa-bgU-II -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1424/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.13.0/semaphore/semaphore.go
2025-08-20T21:20:19.0307017Z [00:03:12.370]➜  go tool buildid -w $WORK/b1424/_pkg_.a # internal
2025-08-20T21:20:19.0314994Z [00:03:12.371]➜  cp $WORK/b1424/_pkg_.a /root/.cache/go-build/44/449848113819db8ed981421b706fe336ef913b0309b5825bec932924caf054f0-d # internal
2025-08-20T21:20:19.0318158Z [00:03:12.371]➜  google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp
2025-08-20T21:20:19.0320112Z [00:03:12.371]➜  mkdir -p $WORK/b1426/
2025-08-20T21:20:19.0326069Z [00:03:12.372]➜  cat >/tmp/go-build3619502580/b1426/importcfg << 'EOF' # internal
2025-08-20T21:20:19.0328380Z [00:03:12.372]➜  # import config
2025-08-20T21:20:19.0329051Z [00:03:12.372]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:19.0330046Z [00:03:12.372]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:19.0331170Z [00:03:12.372]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:19.0332530Z [00:03:12.372]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:20:19.0333914Z [00:03:12.372]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:19.0335425Z [00:03:12.372]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:19.0336547Z [00:03:12.372]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:19.0337411Z [00:03:12.372]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:19.0338060Z [00:03:12.372]➜  EOF
2025-08-20T21:20:19.0345917Z [00:03:12.372]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1426/_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/b1426=>" -p google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp -lang=go1.23 -complete -installsuffix shared -buildid gKcov7VdiMDsMwElf7DV/gKcov7VdiMDsMwElf7DV -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/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:20:19.1676621Z [00:03:12.507]➜  go tool buildid -w $WORK/b1419/_pkg_.a # internal
2025-08-20T21:20:19.1732469Z [00:03:12.512]➜  cp $WORK/b1419/_pkg_.a /root/.cache/go-build/16/162fd88d71f25dd8f2986c56205e366b293b97b48349bf8b71aa6811ade48c1d-d # internal
2025-08-20T21:20:19.1745963Z [00:03:12.514]➜  go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal
2025-08-20T21:20:19.1748472Z [00:03:12.514]➜  mkdir -p $WORK/b1418/
2025-08-20T21:20:19.1753174Z [00:03:12.515]➜  cat >/tmp/go-build3619502580/b1418/importcfg << 'EOF' # internal
2025-08-20T21:20:19.1755406Z [00:03:12.515]➜  # import config
2025-08-20T21:20:19.1756268Z [00:03:12.515]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3619502580/b401/_pkg_.a
2025-08-20T21:20:19.1757470Z [00:03:12.515]➜  packagefile go.opentelemetry.io/otel/semconv/v1.17.0=/tmp/go-build3619502580/b1419/_pkg_.a
2025-08-20T21:20:19.1758496Z [00:03:12.515]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:19.1759096Z [00:03:12.515]➜  EOF
2025-08-20T21:20:19.1764311Z [00:03:12.515]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1418/_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/b1418=>" -p go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal -lang=go1.22 -complete -installsuffix shared -buildid NYSFLVhpyQAmT8kJFkHX/NYSFLVhpyQAmT8kJFkHX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1418/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:20:19.2025370Z [00:03:12.542]➜  go tool buildid -w $WORK/b1418/_pkg_.a # internal
2025-08-20T21:20:19.2046803Z [00:03:12.544]➜  cp $WORK/b1418/_pkg_.a /root/.cache/go-build/ab/abb7d54ebe1b0e14902e3e93ebf2ddae267e4f4d88969de8361072e426c0451d-d # internal
2025-08-20T21:20:19.2048643Z [00:03:12.544]➜  go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
2025-08-20T21:20:19.2049450Z [00:03:12.544]➜  mkdir -p $WORK/b1417/
2025-08-20T21:20:19.2050160Z [00:03:12.544]➜  cat >/tmp/go-build3619502580/b1417/importcfg << 'EOF' # internal
2025-08-20T21:20:19.2050819Z [00:03:12.544]➜  # import config
2025-08-20T21:20:19.2051632Z [00:03:12.544]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:19.2052447Z [00:03:12.544]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:19.2053758Z [00:03:12.544]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal=/tmp/go-build3619502580/b1418/_pkg_.a
2025-08-20T21:20:19.2055228Z [00:03:12.544]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3619502580/b391/_pkg_.a
2025-08-20T21:20:19.2056353Z [00:03:12.544]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3619502580/b401/_pkg_.a
2025-08-20T21:20:19.2057528Z [00:03:12.544]➜  packagefile go.opentelemetry.io/otel/baggage=/tmp/go-build3619502580/b413/_pkg_.a
2025-08-20T21:20:19.2058587Z [00:03:12.544]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3619502580/b404/_pkg_.a
2025-08-20T21:20:19.2059605Z [00:03:12.544]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3619502580/b410/_pkg_.a
2025-08-20T21:20:19.2060750Z [00:03:12.544]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build3619502580/b1335/_pkg_.a
2025-08-20T21:20:19.2062293Z [00:03:12.544]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build3619502580/b412/_pkg_.a
2025-08-20T21:20:19.2063551Z [00:03:12.544]➜  packagefile go.opentelemetry.io/otel/semconv/v1.17.0=/tmp/go-build3619502580/b1419/_pkg_.a
2025-08-20T21:20:19.2064699Z [00:03:12.544]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3619502580/b406/_pkg_.a
2025-08-20T21:20:19.2065784Z [00:03:12.544]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:19.2066855Z [00:03:12.544]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:19.2067875Z [00:03:12.544]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:20:19.2068955Z [00:03:12.544]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build3619502580/b1312/_pkg_.a
2025-08-20T21:20:19.2070029Z [00:03:12.544]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3619502580/b1267/_pkg_.a
2025-08-20T21:20:19.2071112Z [00:03:12.544]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:20:19.2092824Z [00:03:12.544]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:19.2093804Z [00:03:12.544]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:19.2094562Z [00:03:12.544]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:19.2095355Z [00:03:12.544]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:19.2096353Z [00:03:12.544]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:19.2097184Z [00:03:12.544]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:19.2097760Z [00:03:12.544]➜  EOF
2025-08-20T21:20:19.2108548Z [00:03:12.544]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1417/_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/b1417=>" -p go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc -lang=go1.22 -complete -installsuffix shared -buildid EZRpjTjbLltbL0-fSm0W/EZRpjTjbLltbL0-fSm0W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1417/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:20:19.5314650Z [00:03:12.870]➜  go tool buildid -w $WORK/b1426/_pkg_.a # internal
2025-08-20T21:20:19.5525775Z [00:03:12.892]➜  cp $WORK/b1426/_pkg_.a /root/.cache/go-build/37/376c6165afedde7be4dea9775d6976cac22140344d4ef1f5cd1aaa5d19f7a3dd-d # internal
2025-08-20T21:20:19.5529708Z [00:03:12.892]➜  google.golang.org/grpc/credentials/alts/internal/authinfo
2025-08-20T21:20:19.5530428Z [00:03:12.892]➜  mkdir -p $WORK/b1425/
2025-08-20T21:20:19.5531166Z [00:03:12.892]➜  cat >/tmp/go-build3619502580/b1425/importcfg << 'EOF' # internal
2025-08-20T21:20:19.5532007Z [00:03:12.892]➜  # import config
2025-08-20T21:20:19.5532870Z [00:03:12.892]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3619502580/b1260/_pkg_.a
2025-08-20T21:20:19.5534514Z [00:03:12.892]➜  packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/tmp/go-build3619502580/b1426/_pkg_.a
2025-08-20T21:20:19.5535556Z [00:03:12.892]➜  EOF
2025-08-20T21:20:19.5539989Z [00:03:12.892]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1425/_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/b1425=>" -p google.golang.org/grpc/credentials/alts/internal/authinfo -lang=go1.23 -complete -installsuffix shared -buildid _mOQaPmc-rlXtCRMTQok/_mOQaPmc-rlXtCRMTQok -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/authinfo/authinfo.go
2025-08-20T21:20:19.6297324Z [00:03:12.969]➜  go tool buildid -w $WORK/b1425/_pkg_.a # internal
2025-08-20T21:20:19.6344277Z [00:03:12.973]➜  cp $WORK/b1425/_pkg_.a /root/.cache/go-build/fc/fcdaba42ab6a795476b1da40c910e546e9232f507a45b403233a55ca91dc7c68-d # internal
2025-08-20T21:20:19.6358920Z [00:03:12.974]➜  google.golang.org/grpc/credentials/alts/internal/conn
2025-08-20T21:20:19.6363761Z [00:03:12.975]➜  mkdir -p $WORK/b1427/
2025-08-20T21:20:19.6364380Z [00:03:12.975]➜  go tool buildid -w $WORK/b1417/_pkg_.a # internal
2025-08-20T21:20:19.6370536Z [00:03:12.976]➜  cat >/tmp/go-build3619502580/b1427/importcfg << 'EOF' # internal
2025-08-20T21:20:19.6376914Z [00:03:12.976]➜  # import config
2025-08-20T21:20:19.6377536Z [00:03:12.976]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:19.6378291Z [00:03:12.976]➜  packagefile crypto/aes=/tmp/go-build3619502580/b110/_pkg_.a
2025-08-20T21:20:19.6379098Z [00:03:12.976]➜  packagefile crypto/cipher=/tmp/go-build3619502580/b084/_pkg_.a
2025-08-20T21:20:19.6379924Z [00:03:12.976]➜  packagefile crypto/hmac=/tmp/go-build3619502580/b135/_pkg_.a
2025-08-20T21:20:19.6383805Z [00:03:12.976]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:20:19.6384683Z [00:03:12.976]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:20:19.6385730Z [00:03:12.976]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:19.6386451Z [00:03:12.976]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:19.6387464Z [00:03:12.976]➜  packagefile google.golang.org/grpc/credentials/alts/internal=/tmp/go-build3619502580/b1422/_pkg_.a
2025-08-20T21:20:19.6388567Z [00:03:12.976]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:19.6389277Z [00:03:12.976]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:19.6390002Z [00:03:12.976]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:19.6390567Z [00:03:12.976]➜  EOF
2025-08-20T21:20:19.6398490Z [00:03:12.976]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1427/_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/b1427=>" -p google.golang.org/grpc/credentials/alts/internal/conn -lang=go1.23 -complete -installsuffix shared -buildid JSvmM7crtuuZ9HEjcgx8/JSvmM7crtuuZ9HEjcgx8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1427/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:20:19.6574715Z [00:03:12.996]➜  cp $WORK/b1417/_pkg_.a /root/.cache/go-build/63/632ff65712a297ce80a8649123cf4bf8b30de2f7ff54c05aff1eec44e934ed5c-d # internal
2025-08-20T21:20:19.6576319Z [00:03:12.997]➜  google.golang.org/grpc/credentials/alts/internal/handshaker/service
2025-08-20T21:20:19.6577038Z [00:03:12.997]➜  mkdir -p $WORK/b1428/
2025-08-20T21:20:19.6580369Z [00:03:12.997]➜  cat >/tmp/go-build3619502580/b1428/importcfg << 'EOF' # internal
2025-08-20T21:20:19.6584016Z [00:03:12.997]➜  # import config
2025-08-20T21:20:19.6584796Z [00:03:12.997]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:19.6585895Z [00:03:12.997]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3619502580/b1282/_pkg_.a
2025-08-20T21:20:19.6586863Z [00:03:12.997]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:19.6587392Z [00:03:12.997]➜  EOF
2025-08-20T21:20:19.6591991Z [00:03:12.998]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1428/_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/b1428=>" -p google.golang.org/grpc/credentials/alts/internal/handshaker/service -lang=go1.23 -complete -installsuffix shared -buildid vzcMGYftgcIq9l2qcKAl/vzcMGYftgcIq9l2qcKAl -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/alts/internal/handshaker/service/service.go
2025-08-20T21:20:19.7688035Z [00:03:13.108]➜  go tool buildid -w $WORK/b1427/_pkg_.a # internal
2025-08-20T21:20:19.7700229Z [00:03:13.109]➜  cp $WORK/b1427/_pkg_.a /root/.cache/go-build/d1/d1a51a0bccebadd6ab0e5bda80317ceffed4164437f6fa04a0a5f70a86383beb-d # internal
2025-08-20T21:20:19.7705555Z [00:03:13.110]➜  google.golang.org/grpc/credentials/alts/internal/handshaker
2025-08-20T21:20:19.7706283Z [00:03:13.110]➜  mkdir -p $WORK/b1423/
2025-08-20T21:20:19.7708167Z [00:03:13.110]➜  cat >/tmp/go-build3619502580/b1423/importcfg << 'EOF' # internal
2025-08-20T21:20:19.7709474Z [00:03:13.110]➜  # import config
2025-08-20T21:20:19.7710611Z [00:03:13.110]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:19.7713202Z [00:03:13.110]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:19.7714027Z [00:03:13.110]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:19.7715225Z [00:03:13.110]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build3619502580/b1424/_pkg_.a
2025-08-20T21:20:19.7716314Z [00:03:13.110]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:19.7717388Z [00:03:13.110]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:19.7718499Z [00:03:13.110]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3619502580/b1260/_pkg_.a
2025-08-20T21:20:19.7719788Z [00:03:13.110]➜  packagefile google.golang.org/grpc/credentials/alts/internal=/tmp/go-build3619502580/b1422/_pkg_.a
2025-08-20T21:20:19.7721491Z [00:03:13.110]➜  packagefile google.golang.org/grpc/credentials/alts/internal/authinfo=/tmp/go-build3619502580/b1425/_pkg_.a
2025-08-20T21:20:19.7723133Z [00:03:13.110]➜  packagefile google.golang.org/grpc/credentials/alts/internal/conn=/tmp/go-build3619502580/b1427/_pkg_.a
2025-08-20T21:20:19.7724720Z [00:03:13.110]➜  packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/tmp/go-build3619502580/b1426/_pkg_.a
2025-08-20T21:20:19.7726258Z [00:03:13.110]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3619502580/b1263/_pkg_.a
2025-08-20T21:20:19.7727345Z [00:03:13.110]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:19.7728169Z [00:03:13.110]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:19.7728980Z [00:03:13.110]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:19.7729627Z [00:03:13.110]➜  EOF
2025-08-20T21:20:19.7734702Z [00:03:13.112]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1423/_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/b1423=>" -p google.golang.org/grpc/credentials/alts/internal/handshaker -lang=go1.23 -complete -installsuffix shared -buildid C29E3xBQnnrzpJjRJyeR/C29E3xBQnnrzpJjRJyeR -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/handshaker/handshaker.go
2025-08-20T21:20:19.8195676Z [00:03:13.159]➜  go tool buildid -w $WORK/b1428/_pkg_.a # internal
2025-08-20T21:20:19.8221149Z [00:03:13.161]➜  cp $WORK/b1428/_pkg_.a /root/.cache/go-build/a6/a6325eada49d6ff612678ed82ffd377ee7ab14e2e5732d9a0169ee252c6d5cca-d # internal
2025-08-20T21:20:19.8245514Z [00:03:13.164]➜  google.golang.org/grpc/internal/googlecloud
2025-08-20T21:20:19.8252089Z [00:03:13.164]➜  mkdir -p $WORK/b1429/
2025-08-20T21:20:19.8253556Z [00:03:13.165]➜  cat >/tmp/go-build3619502580/b1429/importcfg << 'EOF' # internal
2025-08-20T21:20:19.8254255Z [00:03:13.165]➜  # import config
2025-08-20T21:20:19.8255112Z [00:03:13.165]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:19.8256341Z [00:03:13.165]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:20:19.8257330Z [00:03:13.165]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:19.8258126Z [00:03:13.165]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:20:19.8258931Z [00:03:13.165]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:19.8259708Z [00:03:13.165]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:19.8260280Z [00:03:13.165]➜  EOF
2025-08-20T21:20:19.8264788Z [00:03:13.165]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1429/_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/b1429=>" -p google.golang.org/grpc/internal/googlecloud -lang=go1.23 -complete -installsuffix shared -buildid nSUv4dLF9gy236vK3u-e/nSUv4dLF9gy236vK3u-e -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/googlecloud/googlecloud.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/googlecloud/manufacturer_linux.go
2025-08-20T21:20:19.8676917Z [00:03:13.207]➜  go tool buildid -w $WORK/b1429/_pkg_.a # internal
2025-08-20T21:20:19.8686443Z [00:03:13.208]➜  cp $WORK/b1429/_pkg_.a /root/.cache/go-build/e9/e96294120ca3059a55b97f552d563b549009ae6c1a2fd5c19db2d9d548a485e6-d # internal
2025-08-20T21:20:19.8687784Z [00:03:13.208]➜  google.golang.org/grpc/credentials/oauth
2025-08-20T21:20:19.8689164Z [00:03:13.208]➜  mkdir -p $WORK/b1430/
2025-08-20T21:20:19.8697677Z [00:03:13.209]➜  cat >/tmp/go-build3619502580/b1430/importcfg << 'EOF' # internal
2025-08-20T21:20:19.8699649Z [00:03:13.209]➜  # import config
2025-08-20T21:20:19.8700361Z [00:03:13.209]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:19.8701134Z [00:03:13.209]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:19.8702160Z [00:03:13.209]➜  packagefile golang.org/x/oauth2=/tmp/go-build3619502580/b1351/_pkg_.a
2025-08-20T21:20:19.8703208Z [00:03:13.209]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3619502580/b1353/_pkg_.a
2025-08-20T21:20:19.8704266Z [00:03:13.209]➜  packagefile golang.org/x/oauth2/jwt=/tmp/go-build3619502580/b1360/_pkg_.a
2025-08-20T21:20:19.8705421Z [00:03:13.209]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3619502580/b1260/_pkg_.a
2025-08-20T21:20:19.8706461Z [00:03:13.209]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:19.8707255Z [00:03:13.209]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:19.8708025Z [00:03:13.209]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:19.8708653Z [00:03:13.209]➜  EOF
2025-08-20T21:20:19.8712900Z [00:03:13.209]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1430/_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/b1430=>" -p google.golang.org/grpc/credentials/oauth -lang=go1.23 -complete -installsuffix shared -buildid I0cMdMfBU-Xx6tvwe_G7/I0cMdMfBU-Xx6tvwe_G7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1430/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/oauth/oauth.go
2025-08-20T21:20:19.9857733Z [00:03:13.325]➜  go tool buildid -w $WORK/b1430/_pkg_.a # internal
2025-08-20T21:20:19.9872809Z [00:03:13.326]➜  cp $WORK/b1430/_pkg_.a /root/.cache/go-build/0e/0eabe5830be5713f62f115a0e95c7dce2af44bad5bc3ef721db175907b351b97-d # internal
2025-08-20T21:20:19.9878595Z [00:03:13.327]➜  google.golang.org/grpc/internal/xds
2025-08-20T21:20:19.9882931Z [00:03:13.327]➜  mkdir -p $WORK/b1431/
2025-08-20T21:20:19.9925840Z [00:03:13.332]➜  cat >/tmp/go-build3619502580/b1431/importcfg << 'EOF' # internal
2025-08-20T21:20:19.9932696Z [00:03:13.332]➜  # import config
2025-08-20T21:20:19.9933572Z [00:03:13.332]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build3619502580/b1261/_pkg_.a
2025-08-20T21:20:19.9934719Z [00:03:13.332]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:19.9935481Z [00:03:13.332]➜  EOF
2025-08-20T21:20:19.9938702Z [00:03:13.332]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1431/_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/b1431=>" -p google.golang.org/grpc/internal/xds -lang=go1.23 -complete -installsuffix shared -buildid _OjB2adUnOxa63G7F9vx/_OjB2adUnOxa63G7F9vx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1431/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/xds/xds.go
2025-08-20T21:20:20.0358082Z [00:03:13.375]➜  go tool buildid -w $WORK/b1431/_pkg_.a # internal
2025-08-20T21:20:20.0362047Z [00:03:13.375]➜  cp $WORK/b1431/_pkg_.a /root/.cache/go-build/0c/0ca99e8c7691d075258b00348a206c2822a322080d60359953724633988bb7be-d # internal
2025-08-20T21:20:20.0385240Z [00:03:13.378]➜  golang.org/x/time/rate
2025-08-20T21:20:20.0389741Z [00:03:13.378]➜  mkdir -p $WORK/b1432/
2025-08-20T21:20:20.0390663Z [00:03:13.378]➜  cat >/tmp/go-build3619502580/b1432/importcfg << 'EOF' # internal
2025-08-20T21:20:20.0392676Z [00:03:13.378]➜  # import config
2025-08-20T21:20:20.0393336Z [00:03:13.378]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:20.0394197Z [00:03:13.378]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:20.0394949Z [00:03:13.378]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:20.0395688Z [00:03:13.378]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:20.0396413Z [00:03:13.378]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:20.0397100Z [00:03:13.378]➜  EOF
2025-08-20T21:20:20.0415477Z [00:03:13.380]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1432/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/time@v0.11.0/rate=>golang.org/x/time@v0.11.0/rate;$WORK/b1432=>" -p golang.org/x/time/rate -lang=go1.23 -complete -installsuffix shared -buildid ldAMwhlsxuEJceI2noHr/ldAMwhlsxuEJceI2noHr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1432/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:20:20.0423800Z [00:03:13.382]➜  go tool buildid -w $WORK/b1423/_pkg_.a # internal
2025-08-20T21:20:20.0453371Z [00:03:13.384]➜  cp $WORK/b1423/_pkg_.a /root/.cache/go-build/b3/b345974fa3ebf6ee35dfb84f2925ec976c6467b4a1ff2911cb81ce040511a182-d # internal
2025-08-20T21:20:20.0514173Z [00:03:13.391]➜  google.golang.org/grpc/credentials/alts
2025-08-20T21:20:20.0519057Z [00:03:13.391]➜  mkdir -p $WORK/b1421/
2025-08-20T21:20:20.0526816Z [00:03:13.392]➜  cat >/tmp/go-build3619502580/b1421/importcfg << 'EOF' # internal
2025-08-20T21:20:20.0530858Z [00:03:13.392]➜  # import config
2025-08-20T21:20:20.0531698Z [00:03:13.392]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:20.0532509Z [00:03:13.392]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:20.0533277Z [00:03:13.392]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:20.0534155Z [00:03:13.392]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:20.0535227Z [00:03:13.392]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3619502580/b1260/_pkg_.a
2025-08-20T21:20:20.0536392Z [00:03:13.392]➜  packagefile google.golang.org/grpc/credentials/alts/internal=/tmp/go-build3619502580/b1422/_pkg_.a
2025-08-20T21:20:20.0537725Z [00:03:13.392]➜  packagefile google.golang.org/grpc/credentials/alts/internal/handshaker=/tmp/go-build3619502580/b1423/_pkg_.a
2025-08-20T21:20:20.0539247Z [00:03:13.392]➜  packagefile google.golang.org/grpc/credentials/alts/internal/handshaker/service=/tmp/go-build3619502580/b1428/_pkg_.a
2025-08-20T21:20:20.0540713Z [00:03:13.392]➜  packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/tmp/go-build3619502580/b1426/_pkg_.a
2025-08-20T21:20:20.0542234Z [00:03:13.392]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:20.0543350Z [00:03:13.392]➜  packagefile google.golang.org/grpc/internal/googlecloud=/tmp/go-build3619502580/b1429/_pkg_.a
2025-08-20T21:20:20.0544412Z [00:03:13.392]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build3619502580/b1312/_pkg_.a
2025-08-20T21:20:20.0545390Z [00:03:13.392]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:20:20.0546217Z [00:03:13.392]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:20.0546918Z [00:03:13.392]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:20.0547631Z [00:03:13.392]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:20.0548450Z [00:03:13.392]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:20.0548965Z [00:03:13.392]➜  EOF
2025-08-20T21:20:20.0562708Z [00:03:13.394]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1421/_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/b1421=>" -p google.golang.org/grpc/credentials/alts -lang=go1.23 -complete -installsuffix shared -buildid 1KVJXKyNyi9APs-1EYMp/1KVJXKyNyi9APs-1EYMp -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/alts.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/alts/utils.go
2025-08-20T21:20:20.1226953Z [00:03:13.462]➜  go tool buildid -w $WORK/b1432/_pkg_.a # internal
2025-08-20T21:20:20.1257247Z [00:03:13.465]➜  cp $WORK/b1432/_pkg_.a /root/.cache/go-build/60/604de434af4b929f02a0717e420f46f2560f1fbb3f3ef920580fc43a10f444b0-d # internal
2025-08-20T21:20:20.1267872Z [00:03:13.466]➜  google.golang.org/grpc/balancer/grpclb/grpc_lb_v1
2025-08-20T21:20:20.1284603Z [00:03:13.468]➜  mkdir -p $WORK/b1434/
2025-08-20T21:20:20.1289325Z [00:03:13.468]➜  cat >/tmp/go-build3619502580/b1434/importcfg << 'EOF' # internal
2025-08-20T21:20:20.1290046Z [00:03:13.468]➜  # import config
2025-08-20T21:20:20.1290697Z [00:03:13.468]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:20.1291779Z [00:03:13.468]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:20.1293478Z [00:03:13.468]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:20.1295817Z [00:03:13.468]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:20:20.1297012Z [00:03:13.468]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:20.1298394Z [00:03:13.468]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:20.1299613Z [00:03:13.468]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:20.1300844Z [00:03:13.468]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3619502580/b1292/_pkg_.a
2025-08-20T21:20:20.1302036Z [00:03:13.468]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:20.1302766Z [00:03:13.468]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:20.1303295Z [00:03:13.468]➜  EOF
2025-08-20T21:20:20.1314097Z [00:03:13.470]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1434/_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/b1434=>" -p google.golang.org/grpc/balancer/grpclb/grpc_lb_v1 -lang=go1.23 -complete -installsuffix shared -buildid 6NEyi4YWWAcgTnETk8zZ/6NEyi4YWWAcgTnETk8zZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1434/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:20:20.2136136Z [00:03:13.553]➜  go tool buildid -w $WORK/b1421/_pkg_.a # internal
2025-08-20T21:20:20.2167411Z [00:03:13.556]➜  cp $WORK/b1421/_pkg_.a /root/.cache/go-build/3f/3ff1d547c8a58f0d9454c2f50c638c338f000d1dc773370526654655fde7c21b-d # internal
2025-08-20T21:20:20.2176484Z [00:03:13.557]➜  google.golang.org/grpc/credentials/google
2025-08-20T21:20:20.2179421Z [00:03:13.557]➜  mkdir -p $WORK/b1420/
2025-08-20T21:20:20.2190098Z [00:03:13.558]➜  cat >/tmp/go-build3619502580/b1420/importcfg << 'EOF' # internal
2025-08-20T21:20:20.2191463Z [00:03:13.558]➜  # import config
2025-08-20T21:20:20.2194083Z [00:03:13.558]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:20.2198075Z [00:03:13.558]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:20.2202313Z [00:03:13.558]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3619502580/b1260/_pkg_.a
2025-08-20T21:20:20.2203726Z [00:03:13.558]➜  packagefile google.golang.org/grpc/credentials/alts=/tmp/go-build3619502580/b1421/_pkg_.a
2025-08-20T21:20:20.2204940Z [00:03:13.558]➜  packagefile google.golang.org/grpc/credentials/oauth=/tmp/go-build3619502580/b1430/_pkg_.a
2025-08-20T21:20:20.2206060Z [00:03:13.558]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:20.2207132Z [00:03:13.558]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3619502580/b1264/_pkg_.a
2025-08-20T21:20:20.2208272Z [00:03:13.558]➜  packagefile google.golang.org/grpc/internal/xds=/tmp/go-build3619502580/b1431/_pkg_.a
2025-08-20T21:20:20.2209366Z [00:03:13.558]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:20.2210184Z [00:03:13.558]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:20.2210986Z [00:03:13.558]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:20.2211778Z [00:03:13.558]➜  EOF
2025-08-20T21:20:20.2215971Z [00:03:13.559]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1420/_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/b1420=>" -p google.golang.org/grpc/credentials/google -lang=go1.23 -complete -installsuffix shared -buildid RQQ1aIR-_7-dBCU8WHT-/RQQ1aIR-_7-dBCU8WHT- -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/google/google.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/google/xds.go
2025-08-20T21:20:20.2803920Z [00:03:13.618]➜  go tool buildid -w $WORK/b1420/_pkg_.a # internal
2025-08-20T21:20:20.2811353Z [00:03:13.620]➜  cp $WORK/b1420/_pkg_.a /root/.cache/go-build/be/bee8bba3210e8a0f4c9ef2bf5abd702a80ed97952138eb866d9319ca789fae1d-d # internal
2025-08-20T21:20:20.2818037Z [00:03:13.620]➜  cloud.google.com/go/auth/grpctransport
2025-08-20T21:20:20.2818643Z [00:03:13.620]➜  mkdir -p $WORK/b1414/
2025-08-20T21:20:20.2859066Z [00:03:13.625]➜  cat >/tmp/go-build3619502580/b1414/importcfg << 'EOF' # internal
2025-08-20T21:20:20.2867371Z [00:03:13.625]➜  # import config
2025-08-20T21:20:20.2868189Z [00:03:13.625]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3619502580/b1346/_pkg_.a
2025-08-20T21:20:20.2869361Z [00:03:13.625]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build3619502580/b1362/_pkg_.a
2025-08-20T21:20:20.2870540Z [00:03:13.625]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3619502580/b1347/_pkg_.a
2025-08-20T21:20:20.2872107Z [00:03:13.625]➜  packagefile cloud.google.com/go/auth/internal/compute=/tmp/go-build3619502580/b1415/_pkg_.a
2025-08-20T21:20:20.2873437Z [00:03:13.625]➜  packagefile cloud.google.com/go/auth/internal/transport=/tmp/go-build3619502580/b1416/_pkg_.a
2025-08-20T21:20:20.2874496Z [00:03:13.625]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:20.2875351Z [00:03:13.625]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:20:20.2876218Z [00:03:13.625]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:20.2876994Z [00:03:13.625]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:20.2878037Z [00:03:13.625]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3619502580/b1349/_pkg_.a
2025-08-20T21:20:20.2879510Z [00:03:13.625]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc=/tmp/go-build3619502580/b1417/_pkg_.a
2025-08-20T21:20:20.2880740Z [00:03:13.625]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:20.2882018Z [00:03:13.625]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3619502580/b1260/_pkg_.a
2025-08-20T21:20:20.2883452Z [00:03:13.625]➜  packagefile google.golang.org/grpc/credentials/google=/tmp/go-build3619502580/b1420/_pkg_.a
2025-08-20T21:20:20.2884730Z [00:03:13.625]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3619502580/b1282/_pkg_.a
2025-08-20T21:20:20.2886279Z [00:03:13.625]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3619502580/b1267/_pkg_.a
2025-08-20T21:20:20.2887233Z [00:03:13.625]➜  packagefile log/slog=/tmp/go-build3619502580/b393/_pkg_.a
2025-08-20T21:20:20.2888019Z [00:03:13.625]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:20.2888797Z [00:03:13.625]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:20.2889578Z [00:03:13.625]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:20.2890335Z [00:03:13.625]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:20.2891403Z [00:03:13.625]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:20.2892242Z [00:03:13.625]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:20.2893041Z [00:03:13.625]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:20.2893849Z [00:03:13.625]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:20:20.2894440Z [00:03:13.625]➜  EOF
2025-08-20T21:20:20.2899829Z [00:03:13.625]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1414/_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/b1414=>" -p cloud.google.com/go/auth/grpctransport -lang=go1.23 -complete -installsuffix shared -buildid r433iI9bJNmSxsXoA--y/r433iI9bJNmSxsXoA--y -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/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:20:20.3152429Z [00:03:13.654]➜  go tool buildid -w $WORK/b1434/_pkg_.a # internal
2025-08-20T21:20:20.3197880Z [00:03:13.659]➜  cp $WORK/b1434/_pkg_.a /root/.cache/go-build/ac/aca8b1dda52bd25400221d48dda6005b8815b2cc92e3fee9dc5e3972a222ce4a-d # internal
2025-08-20T21:20:20.3199692Z [00:03:13.659]➜  google.golang.org/grpc/resolver/manual
2025-08-20T21:20:20.3200443Z [00:03:13.659]➜  mkdir -p $WORK/b1435/
2025-08-20T21:20:20.3207330Z [00:03:13.660]➜  cat >/tmp/go-build3619502580/b1435/importcfg << 'EOF' # internal
2025-08-20T21:20:20.3208647Z [00:03:13.660]➜  # import config
2025-08-20T21:20:20.3210844Z [00:03:13.660]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:20.3212193Z [00:03:13.660]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:20.3214714Z [00:03:13.660]➜  EOF
2025-08-20T21:20:20.3218301Z [00:03:13.660]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1435/_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/b1435=>" -p google.golang.org/grpc/resolver/manual -lang=go1.23 -complete -installsuffix shared -buildid XGZWhQpdK5SEkc-erOUr/XGZWhQpdK5SEkc-erOUr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1435/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/resolver/manual/manual.go
2025-08-20T21:20:20.3434156Z [00:03:13.682]➜  go tool buildid -w $WORK/b1435/_pkg_.a # internal
2025-08-20T21:20:20.3443972Z [00:03:13.683]➜  cp $WORK/b1435/_pkg_.a /root/.cache/go-build/44/4402b86fa1180c89332c5e3520833d9323d6d1fd85930e5b367f10028ab670c8-d # internal
2025-08-20T21:20:20.3449974Z [00:03:13.684]➜  google.golang.org/grpc/balancer/grpclb
2025-08-20T21:20:20.3452439Z [00:03:13.684]➜  mkdir -p $WORK/b1433/
2025-08-20T21:20:20.3454481Z [00:03:13.684]➜  cat >/tmp/go-build3619502580/b1433/importcfg << 'EOF' # internal
2025-08-20T21:20:20.3455380Z [00:03:13.684]➜  # import config
2025-08-20T21:20:20.3455983Z [00:03:13.684]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:20.3456762Z [00:03:13.684]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:20.3457665Z [00:03:13.684]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:20.3458364Z [00:03:13.684]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:20.3459171Z [00:03:13.684]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:20.3460192Z [00:03:13.684]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3619502580/b1254/_pkg_.a
2025-08-20T21:20:20.3461436Z [00:03:13.684]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3619502580/b1270/_pkg_.a
2025-08-20T21:20:20.3462754Z [00:03:13.684]➜  packagefile google.golang.org/grpc/balancer/grpclb/grpc_lb_v1=/tmp/go-build3619502580/b1434/_pkg_.a
2025-08-20T21:20:20.3464040Z [00:03:13.684]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build3619502580/b1316/_pkg_.a
2025-08-20T21:20:20.3465236Z [00:03:13.684]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build3619502580/b1271/_pkg_.a
2025-08-20T21:20:20.3466415Z [00:03:13.684]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build3619502580/b1279/_pkg_.a
2025-08-20T21:20:20.3467610Z [00:03:13.684]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:20.3468705Z [00:03:13.684]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3619502580/b1257/_pkg_.a
2025-08-20T21:20:20.3469906Z [00:03:13.684]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3619502580/b1260/_pkg_.a
2025-08-20T21:20:20.3471141Z [00:03:13.684]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3619502580/b1282/_pkg_.a
2025-08-20T21:20:20.3481741Z [00:03:13.684]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:20.3482961Z [00:03:13.684]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3619502580/b1264/_pkg_.a
2025-08-20T21:20:20.3484152Z [00:03:13.684]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3619502580/b1287/_pkg_.a
2025-08-20T21:20:20.3485409Z [00:03:13.685]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:20:20.3486745Z [00:03:13.685]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build3619502580/b1300/_pkg_.a
2025-08-20T21:20:20.3487976Z [00:03:13.685]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3619502580/b1275/_pkg_.a
2025-08-20T21:20:20.3489262Z [00:03:13.685]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/tmp/go-build3619502580/b1315/_pkg_.a
2025-08-20T21:20:20.3490532Z [00:03:13.685]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build3619502580/b1311/_pkg_.a
2025-08-20T21:20:20.3491883Z [00:03:13.685]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:20:20.3492900Z [00:03:13.685]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:20.3493912Z [00:03:13.685]➜  packagefile google.golang.org/grpc/resolver/manual=/tmp/go-build3619502580/b1435/_pkg_.a
2025-08-20T21:20:20.3495003Z [00:03:13.685]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3619502580/b1265/_pkg_.a
2025-08-20T21:20:20.3495996Z [00:03:13.685]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:20:20.3496954Z [00:03:13.685]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:20.3497994Z [00:03:13.685]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:20.3499237Z [00:03:13.685]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3619502580/b1292/_pkg_.a
2025-08-20T21:20:20.3500386Z [00:03:13.685]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:20.3501147Z [00:03:13.685]➜  packagefile math/rand/v2=/tmp/go-build3619502580/b103/_pkg_.a
2025-08-20T21:20:20.3506571Z [00:03:13.685]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:20.3507330Z [00:03:13.685]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:20.3508122Z [00:03:13.685]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:20.3508902Z [00:03:13.685]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:20.3509455Z [00:03:13.685]➜  EOF
2025-08-20T21:20:20.3515659Z [00:03:13.685]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1433/_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/b1433=>" -p google.golang.org/grpc/balancer/grpclb -lang=go1.23 -complete -installsuffix shared -buildid RE9jTcYYhCbifKSqbdk6/RE9jTcYYhCbifKSqbdk6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1433/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:20:20.6439055Z [00:03:13.983]➜  go tool buildid -w $WORK/b1433/_pkg_.a # internal
2025-08-20T21:20:20.6529387Z [00:03:13.992]➜  cp $WORK/b1433/_pkg_.a /root/.cache/go-build/db/dbc59fe9c2c2fdb91ae9f4c65b31a55600fb1653ca41c7f755f2fa4e59817fdd-d # internal
2025-08-20T21:20:20.6557689Z [00:03:13.995]➜  google.golang.org/genproto/googleapis/api/distribution
2025-08-20T21:20:20.6560721Z [00:03:13.995]➜  mkdir -p $WORK/b1439/
2025-08-20T21:20:20.6571814Z [00:03:13.996]➜  cat >/tmp/go-build3619502580/b1439/importcfg << 'EOF' # internal
2025-08-20T21:20:20.6572511Z [00:03:13.996]➜  # import config
2025-08-20T21:20:20.6573459Z [00:03:13.996]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:20.6574878Z [00:03:13.996]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:20.6576236Z [00:03:13.996]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:20.6577623Z [00:03:13.996]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3619502580/b1292/_pkg_.a
2025-08-20T21:20:20.6578771Z [00:03:13.996]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:20.6579635Z [00:03:13.996]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:20.6580244Z [00:03:13.996]➜  EOF
2025-08-20T21:20:20.6585454Z [00:03:13.996]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1439/_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/b1439=>" -p google.golang.org/genproto/googleapis/api/distribution -lang=go1.23 -complete -installsuffix shared -buildid -Q3BpqE4ouyagvO065CR/-Q3BpqE4ouyagvO065CR -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/distribution/distribution.pb.go
2025-08-20T21:20:20.7248470Z [00:03:14.064]➜  go tool buildid -w $WORK/b1414/_pkg_.a # internal
2025-08-20T21:20:20.7334900Z [00:03:14.073]➜  cp $WORK/b1414/_pkg_.a /root/.cache/go-build/21/213c5c2aa5a5500987721c0335121101451cd0901fbf0b3f563e6e575074cbe7-d # internal
2025-08-20T21:20:20.7347057Z [00:03:14.074]➜  google.golang.org/api/transport/grpc
2025-08-20T21:20:20.7358120Z [00:03:14.075]➜  mkdir -p $WORK/b1413/
2025-08-20T21:20:20.7367119Z [00:03:14.075]➜  cat >/tmp/go-build3619502580/b1413/importcfg << 'EOF' # internal
2025-08-20T21:20:20.7367822Z [00:03:14.075]➜  # import config
2025-08-20T21:20:20.7368621Z [00:03:14.075]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3619502580/b1346/_pkg_.a
2025-08-20T21:20:20.7369947Z [00:03:14.075]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build3619502580/b1362/_pkg_.a
2025-08-20T21:20:20.7371863Z [00:03:14.075]➜  packagefile cloud.google.com/go/auth/grpctransport=/tmp/go-build3619502580/b1414/_pkg_.a
2025-08-20T21:20:20.7383395Z [00:03:14.075]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build3619502580/b1373/_pkg_.a
2025-08-20T21:20:20.7385372Z [00:03:14.075]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3619502580/b1212/_pkg_.a
2025-08-20T21:20:20.7386361Z [00:03:14.075]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:20.7387396Z [00:03:14.075]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:20.7388183Z [00:03:14.075]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:20.7389478Z [00:03:14.075]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc=/tmp/go-build3619502580/b1417/_pkg_.a
2025-08-20T21:20:20.7390829Z [00:03:14.075]➜  packagefile golang.org/x/oauth2=/tmp/go-build3619502580/b1351/_pkg_.a
2025-08-20T21:20:20.7395175Z [00:03:14.075]➜  packagefile golang.org/x/time/rate=/tmp/go-build3619502580/b1432/_pkg_.a
2025-08-20T21:20:20.7396214Z [00:03:14.075]➜  packagefile google.golang.org/api/internal=/tmp/go-build3619502580/b1361/_pkg_.a
2025-08-20T21:20:20.7397438Z [00:03:14.075]➜  packagefile google.golang.org/api/option=/tmp/go-build3619502580/b1345/_pkg_.a
2025-08-20T21:20:20.7398503Z [00:03:14.075]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:20.7399636Z [00:03:14.075]➜  packagefile google.golang.org/grpc/balancer/grpclb=/tmp/go-build3619502580/b1433/_pkg_.a
2025-08-20T21:20:20.7401026Z [00:03:14.075]➜  packagefile google.golang.org/grpc/credentials/google=/tmp/go-build3619502580/b1420/_pkg_.a
2025-08-20T21:20:20.7402481Z [00:03:14.075]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3619502580/b1282/_pkg_.a
2025-08-20T21:20:20.7403761Z [00:03:14.075]➜  packagefile google.golang.org/grpc/credentials/oauth=/tmp/go-build3619502580/b1430/_pkg_.a
2025-08-20T21:20:20.7404980Z [00:03:14.075]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3619502580/b1267/_pkg_.a
2025-08-20T21:20:20.7405907Z [00:03:14.075]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:20:20.7406700Z [00:03:14.075]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:20.7407440Z [00:03:14.075]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:20.7408239Z [00:03:14.075]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:20.7409066Z [00:03:14.075]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:20.7409981Z [00:03:14.075]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:20.7410836Z [00:03:14.075]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:20:20.7411810Z [00:03:14.075]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:20.7412403Z [00:03:14.075]➜  EOF
2025-08-20T21:20:20.7417222Z [00:03:14.075]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1413/_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/b1413=>" -p google.golang.org/api/transport/grpc -lang=go1.23 -complete -installsuffix shared -buildid bu2EvfhWx0ZdvlZ1gvbh/bu2EvfhWx0ZdvlZ1gvbh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1413/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:20:20.8423634Z [00:03:14.181]➜  go tool buildid -w $WORK/b1439/_pkg_.a # internal
2025-08-20T21:20:20.8471101Z [00:03:14.186]➜  cp $WORK/b1439/_pkg_.a /root/.cache/go-build/63/63b569ddd94d24ca7680ecb8dbb42cdb24aa495f2b470de24bbd74363899acd5-d # internal
2025-08-20T21:20:20.8477340Z [00:03:14.186]➜  google.golang.org/genproto/googleapis/api/label
2025-08-20T21:20:20.8479192Z [00:03:14.186]➜  mkdir -p $WORK/b1440/
2025-08-20T21:20:20.8479970Z [00:03:14.187]➜  cat >/tmp/go-build3619502580/b1440/importcfg << 'EOF' # internal
2025-08-20T21:20:20.8480675Z [00:03:14.187]➜  # import config
2025-08-20T21:20:20.8481856Z [00:03:14.187]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:20.8483310Z [00:03:14.187]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:20.8484599Z [00:03:14.187]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:20.8485512Z [00:03:14.187]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:20.8486153Z [00:03:14.187]➜  EOF
2025-08-20T21:20:20.8490962Z [00:03:14.187]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1440/_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/b1440=>" -p google.golang.org/genproto/googleapis/api/label -lang=go1.23 -complete -installsuffix shared -buildid y2oK5Lzq-nXTFRmoz81T/y2oK5Lzq-nXTFRmoz81T -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/label/label.pb.go
2025-08-20T21:20:20.9893786Z [00:03:14.328]➜  go tool buildid -w $WORK/b1440/_pkg_.a # internal
2025-08-20T21:20:20.9910621Z [00:03:14.330]➜  cp $WORK/b1440/_pkg_.a /root/.cache/go-build/83/835bbb4eac825ecbac0b304124d653c0e3a9e821b1d0fa49303dce977f50684d-d # internal
2025-08-20T21:20:20.9913604Z [00:03:14.330]➜  google.golang.org/genproto/googleapis/api/metric
2025-08-20T21:20:20.9916354Z [00:03:14.331]➜  mkdir -p $WORK/b1441/
2025-08-20T21:20:20.9930365Z [00:03:14.332]➜  cat >/tmp/go-build3619502580/b1441/importcfg << 'EOF' # internal
2025-08-20T21:20:20.9952176Z [00:03:14.332]➜  # import config
2025-08-20T21:20:20.9953027Z [00:03:14.332]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build3619502580/b1216/_pkg_.a
2025-08-20T21:20:20.9954281Z [00:03:14.332]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build3619502580/b1440/_pkg_.a
2025-08-20T21:20:20.9955587Z [00:03:14.332]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:20.9956905Z [00:03:14.332]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:20.9958254Z [00:03:14.332]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:20.9959282Z [00:03:14.332]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:20.9960240Z [00:03:14.332]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:20.9960810Z [00:03:14.332]➜  EOF
2025-08-20T21:20:20.9965703Z [00:03:14.333]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1441/_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/b1441=>" -p google.golang.org/genproto/googleapis/api/metric -lang=go1.23 -complete -installsuffix shared -buildid oYlO5FDNreYvr0-vJ4lT/oYlO5FDNreYvr0-vJ4lT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1441/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f/metric/metric.pb.go
2025-08-20T21:20:21.1347003Z [00:03:14.474]➜  go tool buildid -w $WORK/b1413/_pkg_.a # internal
2025-08-20T21:20:21.1487930Z [00:03:14.488]➜  cp $WORK/b1413/_pkg_.a /root/.cache/go-build/db/dbf8ebd9fa9a8a2eed690cf53bf60b00e1294657095ec0450c6d6a5bfcbd840b-d # internal
2025-08-20T21:20:21.1533375Z [00:03:14.492]➜  cloud.google.com/go/storage/internal/apiv2
2025-08-20T21:20:21.1534017Z [00:03:14.493]➜  mkdir -p $WORK/b1405/
2025-08-20T21:20:21.1542854Z [00:03:14.493]➜  cat >/tmp/go-build3619502580/b1405/importcfg << 'EOF' # internal
2025-08-20T21:20:21.1549628Z [00:03:14.493]➜  # import config
2025-08-20T21:20:21.1550453Z [00:03:14.493]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build3619502580/b1214/_pkg_.a
2025-08-20T21:20:21.1551804Z [00:03:14.493]➜  packagefile cloud.google.com/go/storage/internal=/tmp/go-build3619502580/b1333/_pkg_.a
2025-08-20T21:20:21.1553297Z [00:03:14.493]➜  packagefile cloud.google.com/go/storage/internal/apiv2/storagepb=/tmp/go-build3619502580/b1406/_pkg_.a
2025-08-20T21:20:21.1554553Z [00:03:14.493]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:21.1555362Z [00:03:14.493]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:21.1556308Z [00:03:14.493]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3619502580/b1319/_pkg_.a
2025-08-20T21:20:21.1557763Z [00:03:14.493]➜  packagefile github.com/googleapis/gax-go/v2/internallog/grpclog=/tmp/go-build3619502580/b1409/_pkg_.a
2025-08-20T21:20:21.1559290Z [00:03:14.493]➜  packagefile github.com/googleapis/gax-go/v2/iterator=/tmp/go-build3619502580/b1410/_pkg_.a
2025-08-20T21:20:21.1562311Z [00:03:14.493]➜  packagefile google.golang.org/api/iterator=/tmp/go-build3619502580/b1411/_pkg_.a
2025-08-20T21:20:21.1563415Z [00:03:14.493]➜  packagefile google.golang.org/api/option=/tmp/go-build3619502580/b1345/_pkg_.a
2025-08-20T21:20:21.1564629Z [00:03:14.493]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3619502580/b1412/_pkg_.a
2025-08-20T21:20:21.1565863Z [00:03:14.493]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build3619502580/b1413/_pkg_.a
2025-08-20T21:20:21.1566911Z [00:03:14.493]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:21.1567929Z [00:03:14.493]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:21.1568993Z [00:03:14.493]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:21.1569910Z [00:03:14.493]➜  packagefile iter=/tmp/go-build3619502580/b039/_pkg_.a
2025-08-20T21:20:21.1570667Z [00:03:14.493]➜  packagefile log/slog=/tmp/go-build3619502580/b393/_pkg_.a
2025-08-20T21:20:21.1582537Z [00:03:14.493]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:21.1583351Z [00:03:14.493]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:21.1584145Z [00:03:14.493]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:21.1584935Z [00:03:14.493]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:21.1585697Z [00:03:14.493]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:21.1586260Z [00:03:14.493]➜  EOF
2025-08-20T21:20:21.1593234Z [00:03:14.494]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1405/_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/b1405=>" -p cloud.google.com/go/storage/internal/apiv2 -lang=go1.23 -complete -installsuffix shared -buildid 68ECBVvoXQzuiLl1f2mP/68ECBVvoXQzuiLl1f2mP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1405/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:20:21.1808124Z [00:03:14.520]➜  go tool buildid -w $WORK/b1441/_pkg_.a # internal
2025-08-20T21:20:21.1847632Z [00:03:14.524]➜  cp $WORK/b1441/_pkg_.a /root/.cache/go-build/f2/f2f352cea9d3674c2692cf48bbd8d3f5f46bed3bf1f6e0f44c88b53bc3dd2a85-d # internal
2025-08-20T21:20:21.1854146Z [00:03:14.525]➜  google.golang.org/protobuf/types/known/structpb
2025-08-20T21:20:21.1857465Z [00:03:14.525]➜  mkdir -p $WORK/b1443/
2025-08-20T21:20:21.1869336Z [00:03:14.526]➜  cat >/tmp/go-build3619502580/b1443/importcfg << 'EOF' # internal
2025-08-20T21:20:21.1870324Z [00:03:14.526]➜  # import config
2025-08-20T21:20:21.1871173Z [00:03:14.526]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:20:21.1872737Z [00:03:14.526]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:21.1876318Z [00:03:14.526]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3619502580/b1276/_pkg_.a
2025-08-20T21:20:21.1877748Z [00:03:14.526]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:21.1879115Z [00:03:14.526]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:21.1880161Z [00:03:14.526]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:21.1880961Z [00:03:14.526]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:21.1881938Z [00:03:14.526]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:21.1882770Z [00:03:14.526]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:21.1883408Z [00:03:14.526]➜  EOF
2025-08-20T21:20:21.1899333Z [00:03:14.529]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1443/_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/b1443=>" -p google.golang.org/protobuf/types/known/structpb -lang=go1.22 -complete -installsuffix shared -buildid 6YFqDx_ujM_bV8Cx8_27/6YFqDx_ujM_bV8Cx8_27 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1443/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/structpb/struct.pb.go
2025-08-20T21:20:21.3807119Z [00:03:14.720]➜  go tool buildid -w $WORK/b1443/_pkg_.a # internal
2025-08-20T21:20:21.3830684Z [00:03:14.722]➜  cp $WORK/b1443/_pkg_.a /root/.cache/go-build/46/4624b498fa3d878774f3eee0e407d30c15417eb0e50c6965a0141bb613432382-d # internal
2025-08-20T21:20:21.3832738Z [00:03:14.722]➜  google.golang.org/genproto/googleapis/api/monitoredres
2025-08-20T21:20:21.3833422Z [00:03:14.722]➜  mkdir -p $WORK/b1442/
2025-08-20T21:20:21.3834141Z [00:03:14.722]➜  cat >/tmp/go-build3619502580/b1442/importcfg << 'EOF' # internal
2025-08-20T21:20:21.3835007Z [00:03:14.722]➜  # import config
2025-08-20T21:20:21.3835920Z [00:03:14.722]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build3619502580/b1216/_pkg_.a
2025-08-20T21:20:21.3837259Z [00:03:14.722]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build3619502580/b1440/_pkg_.a
2025-08-20T21:20:21.3838752Z [00:03:14.722]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:21.3840091Z [00:03:14.722]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:21.3841590Z [00:03:14.722]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3619502580/b1443/_pkg_.a
2025-08-20T21:20:21.3842670Z [00:03:14.722]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:21.3843569Z [00:03:14.722]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:21.3844219Z [00:03:14.722]➜  EOF
2025-08-20T21:20:21.3849314Z [00:03:14.722]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1442/_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/b1442=>" -p google.golang.org/genproto/googleapis/api/monitoredres -lang=go1.23 -complete -installsuffix shared -buildid d0RGeka79Yl_tRgKEE8v/d0RGeka79Yl_tRgKEE8v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1442/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:20:21.4768588Z [00:03:14.816]➜  go tool buildid -w $WORK/b1442/_pkg_.a # internal
2025-08-20T21:20:21.4792417Z [00:03:14.818]➜  cp $WORK/b1442/_pkg_.a /root/.cache/go-build/15/159c9a6e16250fa5e8852cd1e29de4914067cd473b12626c0e4268be90677522-d # internal
2025-08-20T21:20:21.4799286Z [00:03:14.819]➜  google.golang.org/genproto/googleapis/type/calendarperiod
2025-08-20T21:20:21.4800300Z [00:03:14.819]➜  mkdir -p $WORK/b1444/
2025-08-20T21:20:21.4810741Z [00:03:14.820]➜  cat >/tmp/go-build3619502580/b1444/importcfg << 'EOF' # internal
2025-08-20T21:20:21.4834147Z [00:03:14.820]➜  # import config
2025-08-20T21:20:21.4835053Z [00:03:14.820]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:21.4846989Z [00:03:14.820]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:21.4848149Z [00:03:14.820]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:21.4848896Z [00:03:14.820]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:21.4849385Z [00:03:14.820]➜  EOF
2025-08-20T21:20:21.4855277Z [00:03:14.821]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1444/_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/b1444=>" -p google.golang.org/genproto/googleapis/type/calendarperiod -lang=go1.23 -complete -installsuffix shared -buildid LqlSNhRiSEc_RCQe1L8C/LqlSNhRiSEc_RCQe1L8C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1444/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:20:21.5638302Z [00:03:14.903]➜  go tool buildid -w $WORK/b1444/_pkg_.a # internal
2025-08-20T21:20:21.5657415Z [00:03:14.905]➜  cp $WORK/b1444/_pkg_.a /root/.cache/go-build/05/05dbcf09601148daf291bebb7ff9cdba1817852c37e7a6148ead7e0681f6b436-d # internal
2025-08-20T21:20:21.5659972Z [00:03:14.905]➜  google.golang.org/genproto/googleapis/type/timeofday
2025-08-20T21:20:21.5660683Z [00:03:14.905]➜  mkdir -p $WORK/b1445/
2025-08-20T21:20:21.5668284Z [00:03:14.906]➜  cat >/tmp/go-build3619502580/b1445/importcfg << 'EOF' # internal
2025-08-20T21:20:21.5669273Z [00:03:14.906]➜  # import config
2025-08-20T21:20:21.5670260Z [00:03:14.906]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:21.5671843Z [00:03:14.906]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:21.5673413Z [00:03:14.906]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:21.5676603Z [00:03:14.906]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:21.5677237Z [00:03:14.906]➜  EOF
2025-08-20T21:20:21.5682224Z [00:03:14.906]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1445/_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/b1445=>" -p google.golang.org/genproto/googleapis/type/timeofday -lang=go1.23 -complete -installsuffix shared -buildid dEnGuIMVcd42i1zcDoQf/dEnGuIMVcd42i1zcDoQf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1445/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250422160041-2d3770c4ea7f/googleapis/type/timeofday/timeofday.pb.go
2025-08-20T21:20:21.6362751Z [00:03:14.975]➜  go tool buildid -w $WORK/b1445/_pkg_.a # internal
2025-08-20T21:20:21.6366340Z [00:03:14.975]➜  cp $WORK/b1445/_pkg_.a /root/.cache/go-build/23/232bf7b44cbaeaf05098150f369f304efe75b2d0fb2c293e962394ef02ca516f-d # internal
2025-08-20T21:20:21.6396673Z [00:03:14.979]➜  google.golang.org/protobuf/types/known/wrapperspb
2025-08-20T21:20:21.6399562Z [00:03:14.979]➜  mkdir -p $WORK/b1446/
2025-08-20T21:20:21.6404039Z [00:03:14.979]➜  cat >/tmp/go-build3619502580/b1446/importcfg << 'EOF' # internal
2025-08-20T21:20:21.6406782Z [00:03:14.979]➜  # import config
2025-08-20T21:20:21.6407969Z [00:03:14.979]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:21.6409472Z [00:03:14.979]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:21.6410535Z [00:03:14.980]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:21.6411496Z [00:03:14.980]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:21.6412095Z [00:03:14.980]➜  EOF
2025-08-20T21:20:21.6416131Z [00:03:14.980]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1446/_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/b1446=>" -p google.golang.org/protobuf/types/known/wrapperspb -lang=go1.22 -complete -installsuffix shared -buildid fInBeJJZVtylS7d-qRWe/fInBeJJZVtylS7d-qRWe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1446/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/wrapperspb/wrappers.pb.go
2025-08-20T21:20:21.7678316Z [00:03:15.107]➜  go tool buildid -w $WORK/b1446/_pkg_.a # internal
2025-08-20T21:20:21.7697040Z [00:03:15.109]➜  cp $WORK/b1446/_pkg_.a /root/.cache/go-build/1f/1f5cd9191ab573c7f336bb29847a758b0891d9b815d1a94f534995bbf4ebfdeb-d # internal
2025-08-20T21:20:21.7862062Z [00:03:15.125]➜  cloud.google.com/go/monitoring/apiv3/v2/monitoringpb
2025-08-20T21:20:21.7862878Z [00:03:15.125]➜  mkdir -p $WORK/b1438/
2025-08-20T21:20:21.7873928Z [00:03:15.126]➜  cat >/tmp/go-build3619502580/b1438/importcfg << 'EOF' # internal
2025-08-20T21:20:21.7893436Z [00:03:15.126]➜  # import config
2025-08-20T21:20:21.7894177Z [00:03:15.126]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:21.7895340Z [00:03:15.126]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build3619502580/b1216/_pkg_.a
2025-08-20T21:20:21.7896842Z [00:03:15.126]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build3619502580/b1215/_pkg_.a
2025-08-20T21:20:21.7898446Z [00:03:15.126]➜  packagefile google.golang.org/genproto/googleapis/api/distribution=/tmp/go-build3619502580/b1439/_pkg_.a
2025-08-20T21:20:21.7900155Z [00:03:15.126]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build3619502580/b1440/_pkg_.a
2025-08-20T21:20:21.7901979Z [00:03:15.126]➜  packagefile google.golang.org/genproto/googleapis/api/metric=/tmp/go-build3619502580/b1441/_pkg_.a
2025-08-20T21:20:21.7903476Z [00:03:15.126]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build3619502580/b1442/_pkg_.a
2025-08-20T21:20:21.7904955Z [00:03:15.126]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3619502580/b1294/_pkg_.a
2025-08-20T21:20:21.7906457Z [00:03:15.126]➜  packagefile google.golang.org/genproto/googleapis/type/calendarperiod=/tmp/go-build3619502580/b1444/_pkg_.a
2025-08-20T21:20:21.7907957Z [00:03:15.126]➜  packagefile google.golang.org/genproto/googleapis/type/timeofday=/tmp/go-build3619502580/b1445/_pkg_.a
2025-08-20T21:20:21.7909279Z [00:03:15.126]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:21.7910410Z [00:03:15.126]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:21.7911880Z [00:03:15.126]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:20:21.7913201Z [00:03:15.126]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:21.7914584Z [00:03:15.126]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:21.7916025Z [00:03:15.126]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:21.7917428Z [00:03:15.127]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3619502580/b1408/_pkg_.a
2025-08-20T21:20:21.7919003Z [00:03:15.127]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build3619502580/b1318/_pkg_.a
2025-08-20T21:20:21.7920596Z [00:03:15.127]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3619502580/b1292/_pkg_.a
2025-08-20T21:20:21.7922265Z [00:03:15.127]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3619502580/b1446/_pkg_.a
2025-08-20T21:20:21.7923411Z [00:03:15.127]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:21.7924242Z [00:03:15.127]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:21.7924825Z [00:03:15.127]➜  EOF
2025-08-20T21:20:21.7972060Z [00:03:15.127]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1438/_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/b1438=>" -p cloud.google.com/go/monitoring/apiv3/v2/monitoringpb -lang=go1.23 -complete -installsuffix shared -buildid OX2jfCVX41j8DcIGATvs/OX2jfCVX41j8DcIGATvs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1438/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:20:22.0086724Z [00:03:15.348]➜  go tool buildid -w $WORK/b1405/_pkg_.a # internal
2025-08-20T21:20:22.0157803Z [00:03:15.355]➜  cp $WORK/b1405/_pkg_.a /root/.cache/go-build/f1/f1fe6d0413571e1afeb81cc210e84da1e82a67e13f25c832e3f79caf9b85cd11-d # internal
2025-08-20T21:20:22.0162529Z [00:03:15.355]➜  go.opentelemetry.io/otel/semconv/v1.24.0
2025-08-20T21:20:22.0165156Z [00:03:15.355]➜  mkdir -p $WORK/b1449/
2025-08-20T21:20:22.0228522Z [00:03:15.362]➜  cat >/tmp/go-build3619502580/b1449/importcfg << 'EOF' # internal
2025-08-20T21:20:22.0237960Z [00:03:15.362]➜  # import config
2025-08-20T21:20:22.0238849Z [00:03:15.362]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3619502580/b401/_pkg_.a
2025-08-20T21:20:22.0239634Z [00:03:15.362]➜  EOF
2025-08-20T21:20:22.0247261Z [00:03:15.362]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1449/_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/b1449=>" -p go.opentelemetry.io/otel/semconv/v1.24.0 -lang=go1.22 -complete -installsuffix shared -buildid 6LzkvCDKiu1qnyovkAaq/6LzkvCDKiu1qnyovkAaq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1449/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:20:22.5063076Z [00:03:15.845]➜  go tool buildid -w $WORK/b1449/_pkg_.a # internal
2025-08-20T21:20:22.5164023Z [00:03:15.855]➜  cp $WORK/b1449/_pkg_.a /root/.cache/go-build/75/75a2f00e24e4d3ef68a228824871084934116575ddf9e41a5c32c76b47fea91d-d # internal
2025-08-20T21:20:22.5188479Z [00:03:15.855]➜  github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping
2025-08-20T21:20:22.5189391Z [00:03:15.855]➜  mkdir -p $WORK/b1448/
2025-08-20T21:20:22.5190093Z [00:03:15.856]➜  cat >/tmp/go-build3619502580/b1448/importcfg << 'EOF' # internal
2025-08-20T21:20:22.5190750Z [00:03:15.856]➜  # import config
2025-08-20T21:20:22.5191812Z [00:03:15.856]➜  packagefile go.opentelemetry.io/otel/semconv/v1.24.0=/tmp/go-build3619502580/b1449/_pkg_.a
2025-08-20T21:20:22.5193172Z [00:03:15.856]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build3619502580/b1442/_pkg_.a
2025-08-20T21:20:22.5194297Z [00:03:15.856]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:22.5194909Z [00:03:15.856]➜  EOF
2025-08-20T21:20:22.5200160Z [00:03:15.856]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1448/_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/b1448=>" -p github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping -lang=go1.22 -complete -installsuffix shared -buildid 9GpspXl7dbJ8pwCSgrdW/9GpspXl7dbJ8pwCSgrdW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1448/importcfg -pack /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/internal/resourcemapping@v0.51.0/resourcemapping.go
2025-08-20T21:20:22.6225734Z [00:03:15.962]➜  go tool buildid -w $WORK/b1448/_pkg_.a # internal
2025-08-20T21:20:22.6228544Z [00:03:15.962]➜  cp $WORK/b1448/_pkg_.a /root/.cache/go-build/4e/4e2d0612f64ca72f9c80ed9ff572fea65edc1a083c7ba0bc6801a4b5941f1bb5-d # internal
2025-08-20T21:20:22.6229668Z [00:03:15.962]➜  google.golang.org/grpc/encoding/gzip
2025-08-20T21:20:22.6230259Z [00:03:15.962]➜  mkdir -p $WORK/b1450/
2025-08-20T21:20:22.6230999Z [00:03:15.962]➜  cat >/tmp/go-build3619502580/b1450/importcfg << 'EOF' # internal
2025-08-20T21:20:22.6231863Z [00:03:15.962]➜  # import config
2025-08-20T21:20:22.6232561Z [00:03:15.962]➜  packagefile compress/gzip=/tmp/go-build3619502580/b074/_pkg_.a
2025-08-20T21:20:22.6233451Z [00:03:15.962]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:20:22.6234275Z [00:03:15.962]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:22.6235224Z [00:03:15.962]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build3619502580/b1283/_pkg_.a
2025-08-20T21:20:22.6236180Z [00:03:15.962]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:22.6236931Z [00:03:15.962]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:22.6237491Z [00:03:15.962]➜  EOF
2025-08-20T21:20:22.6241499Z [00:03:15.962]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1450/_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/b1450=>" -p google.golang.org/grpc/encoding/gzip -lang=go1.23 -complete -installsuffix shared -buildid 94wKRrSkxuuS-aIQxt9e/94wKRrSkxuuS-aIQxt9e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1450/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/encoding/gzip/gzip.go
2025-08-20T21:20:22.7047841Z [00:03:16.044]➜  go tool buildid -w $WORK/b1450/_pkg_.a # internal
2025-08-20T21:20:22.7093735Z [00:03:16.045]➜  cp $WORK/b1450/_pkg_.a /root/.cache/go-build/94/944c1460a15867e3212a62849a5fe848def67b04ef913235c34e918e15cee044-d # internal
2025-08-20T21:20:22.7095392Z [00:03:16.045]➜  github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp
2025-08-20T21:20:22.7096237Z [00:03:16.045]➜  mkdir -p $WORK/b1452/
2025-08-20T21:20:22.7096942Z [00:03:16.046]➜  cat >/tmp/go-build3619502580/b1452/importcfg << 'EOF' # internal
2025-08-20T21:20:22.7097593Z [00:03:16.046]➜  # import config
2025-08-20T21:20:22.7098708Z [00:03:16.046]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3619502580/b1212/_pkg_.a
2025-08-20T21:20:22.7100257Z [00:03:16.046]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:22.7101542Z [00:03:16.046]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:22.7102536Z [00:03:16.046]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:22.7103519Z [00:03:16.046]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:22.7104574Z [00:03:16.046]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:22.7105680Z [00:03:16.046]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:22.7106426Z [00:03:16.046]➜  EOF
2025-08-20T21:20:22.7115523Z [00:03:16.046]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1452/_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/b1452=>" -p github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp -lang=go1.22 -complete -installsuffix shared -buildid rBpxX8Xngc402xZN8fm7/rBpxX8Xngc402xZN8fm7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1452/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:20:22.8793672Z [00:03:16.218]➜  go tool buildid -w $WORK/b1452/_pkg_.a # internal
2025-08-20T21:20:22.8804797Z [00:03:16.220]➜  cp $WORK/b1452/_pkg_.a /root/.cache/go-build/71/71e63a5351689861a68206e506a00a46dd0fdb4ae26c34bff423db8c12adc558-d # internal
2025-08-20T21:20:22.8847834Z [00:03:16.224]➜  go.opentelemetry.io/contrib/detectors/gcp
2025-08-20T21:20:22.8850748Z [00:03:16.224]➜  mkdir -p $WORK/b1451/
2025-08-20T21:20:22.8863760Z [00:03:16.224]➜  cat >/tmp/go-build3619502580/b1451/importcfg << 'EOF' # internal
2025-08-20T21:20:22.8864420Z [00:03:16.224]➜  # import config
2025-08-20T21:20:22.8865265Z [00:03:16.224]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3619502580/b1212/_pkg_.a
2025-08-20T21:20:22.8866253Z [00:03:16.224]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:22.8866967Z [00:03:16.224]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:22.8867590Z [00:03:16.224]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:22.8868864Z [00:03:16.224]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp=/tmp/go-build3619502580/b1452/_pkg_.a
2025-08-20T21:20:22.8870241Z [00:03:16.224]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3619502580/b401/_pkg_.a
2025-08-20T21:20:22.8885687Z [00:03:16.224]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build3619502580/b1341/_pkg_.a
2025-08-20T21:20:22.8886998Z [00:03:16.224]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build3619502580/b405/_pkg_.a
2025-08-20T21:20:22.8888010Z [00:03:16.224]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:22.8888785Z [00:03:16.224]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:22.8889575Z [00:03:16.224]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:22.8890157Z [00:03:16.224]➜  EOF
2025-08-20T21:20:22.8897119Z [00:03:16.225]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1451/_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/b1451=>" -p go.opentelemetry.io/contrib/detectors/gcp -lang=go1.22 -complete -installsuffix shared -buildid xtlZCWEucxdpqYx5kx6k/xtlZCWEucxdpqYx5kx6k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1451/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:20:23.2498212Z [00:03:16.589]➜  go tool buildid -w $WORK/b1451/_pkg_.a # internal
2025-08-20T21:20:23.2519005Z [00:03:16.591]➜  cp $WORK/b1451/_pkg_.a /root/.cache/go-build/11/116c37d4fc0e5d83fa8f10339f63c2b6e99a4a983120e7bfecf103fbbbfc7f76-d # internal
2025-08-20T21:20:23.2548904Z [00:03:16.594]➜  google.golang.org/api/internal/gensupport
2025-08-20T21:20:23.2574660Z [00:03:16.597]➜  mkdir -p $WORK/b1454/
2025-08-20T21:20:23.2582547Z [00:03:16.597]➜  cat >/tmp/go-build3619502580/b1454/importcfg << 'EOF' # internal
2025-08-20T21:20:23.2583485Z [00:03:16.597]➜  # import config
2025-08-20T21:20:23.2584111Z [00:03:16.597]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:23.2584916Z [00:03:16.597]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:23.2585749Z [00:03:16.597]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:23.2586569Z [00:03:16.597]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:23.2587320Z [00:03:16.597]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:23.2588173Z [00:03:16.597]➜  packagefile github.com/google/uuid=/tmp/go-build3619502580/b213/_pkg_.a
2025-08-20T21:20:23.2589278Z [00:03:16.597]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3619502580/b1319/_pkg_.a
2025-08-20T21:20:23.2590452Z [00:03:16.597]➜  packagefile github.com/googleapis/gax-go/v2/apierror=/tmp/go-build3619502580/b1320/_pkg_.a
2025-08-20T21:20:23.2591869Z [00:03:16.597]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build3619502580/b1326/_pkg_.a
2025-08-20T21:20:23.2593023Z [00:03:16.597]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3619502580/b1323/_pkg_.a
2025-08-20T21:20:23.2594156Z [00:03:16.597]➜  packagefile google.golang.org/api/internal=/tmp/go-build3619502580/b1361/_pkg_.a
2025-08-20T21:20:23.2595033Z [00:03:16.597]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:23.2595771Z [00:03:16.597]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:23.2596517Z [00:03:16.597]➜  packagefile mime=/tmp/go-build3619502580/b179/_pkg_.a
2025-08-20T21:20:23.2597611Z [00:03:16.597]➜  packagefile mime/multipart=/tmp/go-build3619502580/b180/_pkg_.a
2025-08-20T21:20:23.2598581Z [00:03:16.597]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:23.2599363Z [00:03:16.597]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:23.2600191Z [00:03:16.597]➜  packagefile net/textproto=/tmp/go-build3619502580/b176/_pkg_.a
2025-08-20T21:20:23.2601046Z [00:03:16.597]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:23.2602025Z [00:03:16.597]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:23.2602808Z [00:03:16.597]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:20:23.2603583Z [00:03:16.597]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:23.2604355Z [00:03:16.597]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:23.2605103Z [00:03:16.597]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:23.2605874Z [00:03:16.597]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:20:23.2606463Z [00:03:16.597]➜  EOF
2025-08-20T21:20:23.2628175Z [00:03:16.597]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1454/_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/b1454=>" -p google.golang.org/api/internal/gensupport -lang=go1.23 -complete -installsuffix shared -buildid xu7tQr8Pu5JI8I1OCnG7/xu7tQr8Pu5JI8I1OCnG7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1454/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:20:23.6248157Z [00:03:16.964]➜  go tool buildid -w $WORK/b1454/_pkg_.a # internal
2025-08-20T21:20:23.6387659Z [00:03:16.978]➜  cp $WORK/b1454/_pkg_.a /root/.cache/go-build/ab/ab945f627aba413656b980053b7fd2037325575c573302b5a3e417a7b7d3398c-d # internal
2025-08-20T21:20:23.6405327Z [00:03:16.978]➜  github.com/felixge/httpsnoop
2025-08-20T21:20:23.6414861Z [00:03:16.978]➜  mkdir -p $WORK/b1458/
2025-08-20T21:20:23.6415666Z [00:03:16.979]➜  cat >/tmp/go-build3619502580/b1458/importcfg << 'EOF' # internal
2025-08-20T21:20:23.6416398Z [00:03:16.979]➜  # import config
2025-08-20T21:20:23.6431491Z [00:03:16.979]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:20:23.6432447Z [00:03:16.979]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:23.6433247Z [00:03:16.979]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:23.6434128Z [00:03:16.979]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:23.6435004Z [00:03:16.979]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:23.6435638Z [00:03:16.979]➜  EOF
2025-08-20T21:20:23.6440523Z [00:03:16.979]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1458/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/felixge/httpsnoop@v1.0.4=>github.com/felixge/httpsnoop@v1.0.4;$WORK/b1458=>" -p github.com/felixge/httpsnoop -lang=go1.13 -complete -installsuffix shared -buildid wOXvzmgxVkjBI9bfsHVl/wOXvzmgxVkjBI9bfsHVl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1458/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:20:24.1976933Z [00:03:17.537]➜  go tool buildid -w $WORK/b1458/_pkg_.a # internal
2025-08-20T21:20:24.2189232Z [00:03:17.558]➜  cp $WORK/b1458/_pkg_.a /root/.cache/go-build/b7/b7b8ace5925f46c8461befdd95ee7c2ad6b9bed9dea0fb13564c6d8e72ed780d-d # internal
2025-08-20T21:20:24.2192116Z [00:03:17.558]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request
2025-08-20T21:20:24.2193005Z [00:03:17.558]➜  mkdir -p $WORK/b1459/
2025-08-20T21:20:24.2197106Z [00:03:17.559]➜  cat >/tmp/go-build3619502580/b1459/importcfg << 'EOF' # internal
2025-08-20T21:20:24.2197829Z [00:03:17.559]➜  # import config
2025-08-20T21:20:24.2198653Z [00:03:17.559]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:24.2199705Z [00:03:17.559]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:24.2200694Z [00:03:17.559]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:24.2201638Z [00:03:17.559]➜  EOF
2025-08-20T21:20:24.2208536Z [00:03:17.559]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1459/_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/b1459=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request -lang=go1.22 -complete -installsuffix shared -buildid KCQ2a5FXQcJOs_6c2eDZ/KCQ2a5FXQcJOs_6c2eDZ -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/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:20:24.3404202Z [00:03:17.679]➜  go tool buildid -w $WORK/b1459/_pkg_.a # internal
2025-08-20T21:20:24.3417509Z [00:03:17.681]➜  cp $WORK/b1459/_pkg_.a /root/.cache/go-build/f0/f0933590664d3a947c0efa2ff0bb57d41d21706ea199ac57d9afb94559373b16-d # internal
2025-08-20T21:20:24.3423192Z [00:03:17.681]➜  go.opentelemetry.io/otel/semconv/v1.20.0
2025-08-20T21:20:24.3425679Z [00:03:17.682]➜  mkdir -p $WORK/b1462/
2025-08-20T21:20:24.3428739Z [00:03:17.682]➜  cat >/tmp/go-build3619502580/b1462/importcfg << 'EOF' # internal
2025-08-20T21:20:24.3431972Z [00:03:17.682]➜  # import config
2025-08-20T21:20:24.3432831Z [00:03:17.682]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3619502580/b401/_pkg_.a
2025-08-20T21:20:24.3433644Z [00:03:17.682]➜  EOF
2025-08-20T21:20:24.3440760Z [00:03:17.682]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1462/_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/b1462=>" -p go.opentelemetry.io/otel/semconv/v1.20.0 -lang=go1.22 -complete -installsuffix shared -buildid tHbAigO6OPOJg-QGPMQy/tHbAigO6OPOJg-QGPMQy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1462/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:20:24.6628452Z [00:03:18.002]➜  go tool buildid -w $WORK/b1462/_pkg_.a # internal
2025-08-20T21:20:24.6702798Z [00:03:18.009]➜  cp $WORK/b1462/_pkg_.a /root/.cache/go-build/f7/f7fb6f40e83fc8b5bef2f79df7b4fd828407a23d671bd4af5b4baa9d6d2cb5e1-d # internal
2025-08-20T21:20:24.6709075Z [00:03:18.010]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil
2025-08-20T21:20:24.6712201Z [00:03:18.010]➜  mkdir -p $WORK/b1461/
2025-08-20T21:20:24.6717985Z [00:03:18.011]➜  cat >/tmp/go-build3619502580/b1461/importcfg << 'EOF' # internal
2025-08-20T21:20:24.6724426Z [00:03:18.011]➜  # import config
2025-08-20T21:20:24.6725049Z [00:03:18.011]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:24.6726021Z [00:03:18.011]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3619502580/b401/_pkg_.a
2025-08-20T21:20:24.6727165Z [00:03:18.011]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3619502580/b404/_pkg_.a
2025-08-20T21:20:24.6728381Z [00:03:18.011]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build3619502580/b1462/_pkg_.a
2025-08-20T21:20:24.6729474Z [00:03:18.011]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:24.6730300Z [00:03:18.011]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:24.6731112Z [00:03:18.011]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:24.6732101Z [00:03:18.011]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:24.6732697Z [00:03:18.011]➜  EOF
2025-08-20T21:20:24.6739379Z [00:03:18.011]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1461/_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/b1461=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil -lang=go1.22 -complete -installsuffix shared -buildid J5I7dnOB9rpNGwzasIjJ/J5I7dnOB9rpNGwzasIjJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1461/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:20:24.6768652Z [00:03:18.016]➜  go tool buildid -w $WORK/b1438/_pkg_.a # internal
2025-08-20T21:20:24.7568991Z [00:03:18.096]➜  go tool buildid -w $WORK/b1461/_pkg_.a # internal
2025-08-20T21:20:24.7589838Z [00:03:18.098]➜  cp $WORK/b1461/_pkg_.a /root/.cache/go-build/ff/ffbc60f2a57f63dae5bf3834f816ac0ec0756ed57b269f034ef66ac23b834793-d # internal
2025-08-20T21:20:24.7599342Z [00:03:18.099]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv
2025-08-20T21:20:24.7606234Z [00:03:18.100]➜  mkdir -p $WORK/b1460/
2025-08-20T21:20:24.7618407Z [00:03:18.101]➜  cat >/tmp/go-build3619502580/b1460/importcfg << 'EOF' # internal
2025-08-20T21:20:24.7619374Z [00:03:18.101]➜  # import config
2025-08-20T21:20:24.7620076Z [00:03:18.101]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:24.7620875Z [00:03:18.101]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:24.7621804Z [00:03:18.101]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:24.7623155Z [00:03:18.101]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil=/tmp/go-build3619502580/b1461/_pkg_.a
2025-08-20T21:20:24.7624543Z [00:03:18.101]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3619502580/b391/_pkg_.a
2025-08-20T21:20:24.7625576Z [00:03:18.101]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3619502580/b401/_pkg_.a
2025-08-20T21:20:24.7626642Z [00:03:18.101]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3619502580/b404/_pkg_.a
2025-08-20T21:20:24.7630593Z [00:03:18.101]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3619502580/b410/_pkg_.a
2025-08-20T21:20:24.7632081Z [00:03:18.102]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build3619502580/b1335/_pkg_.a
2025-08-20T21:20:24.7633275Z [00:03:18.102]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build3619502580/b1462/_pkg_.a
2025-08-20T21:20:24.7634453Z [00:03:18.102]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build3619502580/b405/_pkg_.a
2025-08-20T21:20:24.7635404Z [00:03:18.102]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:24.7636119Z [00:03:18.102]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:24.7636878Z [00:03:18.102]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:24.7637648Z [00:03:18.102]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:24.7638401Z [00:03:18.102]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:24.7639171Z [00:03:18.102]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:20:24.7639964Z [00:03:18.102]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:24.7640752Z [00:03:18.102]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:24.7641821Z [00:03:18.102]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:24.7642415Z [00:03:18.102]➜  EOF
2025-08-20T21:20:24.7656484Z [00:03:18.104]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1460/_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/b1460=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv -lang=go1.22 -complete -installsuffix shared -buildid iNNr3-npJPBp_gWCfHs6/iNNr3-npJPBp_gWCfHs6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1460/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:20:24.7678361Z [00:03:18.107]➜  cp $WORK/b1438/_pkg_.a /root/.cache/go-build/15/15b693dd043b74faed407c7dc8e4b0f9dcad97930f8e07048e22f2223d233694-d # internal
2025-08-20T21:20:24.7727881Z [00:03:18.112]➜  cloud.google.com/go/monitoring/apiv3/v2
2025-08-20T21:20:24.7730403Z [00:03:18.112]➜  mkdir -p $WORK/b1437/
2025-08-20T21:20:24.7735888Z [00:03:18.113]➜  cat >/tmp/go-build3619502580/b1437/importcfg << 'EOF' # internal
2025-08-20T21:20:24.7773521Z [00:03:18.113]➜  # import config
2025-08-20T21:20:24.7774710Z [00:03:18.113]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2/monitoringpb=/tmp/go-build3619502580/b1438/_pkg_.a
2025-08-20T21:20:24.7776175Z [00:03:18.113]➜  packagefile cloud.google.com/go/monitoring/internal=/tmp/go-build3619502580/b1447/_pkg_.a
2025-08-20T21:20:24.7777294Z [00:03:18.113]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:24.7778138Z [00:03:18.113]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:24.7779105Z [00:03:18.113]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3619502580/b1319/_pkg_.a
2025-08-20T21:20:24.7780422Z [00:03:18.113]➜  packagefile github.com/googleapis/gax-go/v2/internallog/grpclog=/tmp/go-build3619502580/b1409/_pkg_.a
2025-08-20T21:20:24.7781926Z [00:03:18.113]➜  packagefile github.com/googleapis/gax-go/v2/iterator=/tmp/go-build3619502580/b1410/_pkg_.a
2025-08-20T21:20:24.7783157Z [00:03:18.113]➜  packagefile google.golang.org/api/iterator=/tmp/go-build3619502580/b1411/_pkg_.a
2025-08-20T21:20:24.7784315Z [00:03:18.113]➜  packagefile google.golang.org/api/option=/tmp/go-build3619502580/b1345/_pkg_.a
2025-08-20T21:20:24.7785724Z [00:03:18.113]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3619502580/b1412/_pkg_.a
2025-08-20T21:20:24.7787030Z [00:03:18.113]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build3619502580/b1413/_pkg_.a
2025-08-20T21:20:24.7788416Z [00:03:18.113]➜  packagefile google.golang.org/genproto/googleapis/api/metric=/tmp/go-build3619502580/b1441/_pkg_.a
2025-08-20T21:20:24.7789913Z [00:03:18.113]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build3619502580/b1442/_pkg_.a
2025-08-20T21:20:24.7791346Z [00:03:18.113]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:24.7792480Z [00:03:18.113]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:24.7793617Z [00:03:18.113]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:24.7794612Z [00:03:18.113]➜  packagefile iter=/tmp/go-build3619502580/b039/_pkg_.a
2025-08-20T21:20:24.7795440Z [00:03:18.113]➜  packagefile log/slog=/tmp/go-build3619502580/b393/_pkg_.a
2025-08-20T21:20:24.7796301Z [00:03:18.113]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:24.7797143Z [00:03:18.113]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:24.7797959Z [00:03:18.113]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:24.7798552Z [00:03:18.113]➜  EOF
2025-08-20T21:20:24.7809522Z [00:03:18.113]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1437/_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/b1437=>" -p cloud.google.com/go/monitoring/apiv3/v2 -lang=go1.23 -complete -installsuffix shared -buildid gefZJzjHSoFmJX_e2Mnl/gefZJzjHSoFmJX_e2Mnl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1437/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:20:25.0517939Z [00:03:18.391]➜  go tool buildid -w $WORK/b1460/_pkg_.a # internal
2025-08-20T21:20:25.0643775Z [00:03:18.404]➜  cp $WORK/b1460/_pkg_.a /root/.cache/go-build/5b/5be3e7a07ed2d0d22bcbc885b8306671f9090ba503c66dc4441f0ca312bd4981-d # internal
2025-08-20T21:20:25.0655418Z [00:03:18.405]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
2025-08-20T21:20:25.0659508Z [00:03:18.405]➜  mkdir -p $WORK/b1457/
2025-08-20T21:20:25.0660330Z [00:03:18.405]➜  cat >/tmp/go-build3619502580/b1457/importcfg << 'EOF' # internal
2025-08-20T21:20:25.0661089Z [00:03:18.405]➜  # import config
2025-08-20T21:20:25.0661994Z [00:03:18.405]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:25.0667229Z [00:03:18.405]➜  packagefile github.com/felixge/httpsnoop=/tmp/go-build3619502580/b1458/_pkg_.a
2025-08-20T21:20:25.0668947Z [00:03:18.406]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request=/tmp/go-build3619502580/b1459/_pkg_.a
2025-08-20T21:20:25.0671370Z [00:03:18.406]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv=/tmp/go-build3619502580/b1460/_pkg_.a
2025-08-20T21:20:25.0672951Z [00:03:18.406]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3619502580/b391/_pkg_.a
2025-08-20T21:20:25.0674188Z [00:03:18.406]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3619502580/b401/_pkg_.a
2025-08-20T21:20:25.0675423Z [00:03:18.406]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3619502580/b404/_pkg_.a
2025-08-20T21:20:25.0676636Z [00:03:18.406]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3619502580/b410/_pkg_.a
2025-08-20T21:20:25.0677886Z [00:03:18.406]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build3619502580/b412/_pkg_.a
2025-08-20T21:20:25.0679131Z [00:03:18.406]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3619502580/b406/_pkg_.a
2025-08-20T21:20:25.0680144Z [00:03:18.406]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:25.0681026Z [00:03:18.406]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:25.0682581Z [00:03:18.406]➜  packagefile net/http/httptrace=/tmp/go-build3619502580/b182/_pkg_.a
2025-08-20T21:20:25.0683354Z [00:03:18.406]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:25.0684071Z [00:03:18.406]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:25.0684757Z [00:03:18.406]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:25.0685462Z [00:03:18.406]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:25.0686157Z [00:03:18.406]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:25.0686663Z [00:03:18.406]➜  EOF
2025-08-20T21:20:25.0696751Z [00:03:18.406]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1457/_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/b1457=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp -lang=go1.22 -complete -installsuffix shared -buildid 7-htoRDizf4xDWG5sgXf/7-htoRDizf4xDWG5sgXf -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/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:20:25.4340358Z [00:03:18.773]➜  go tool buildid -w $WORK/b1457/_pkg_.a # internal
2025-08-20T21:20:25.4365057Z [00:03:18.776]➜  cp $WORK/b1457/_pkg_.a /root/.cache/go-build/06/065ffd7c33d4d37784e3c960ecfcea88d0ce508a410970df1a4e13eaae869f10-d # internal
2025-08-20T21:20:25.4425575Z [00:03:18.782]➜  cloud.google.com/go/auth/httptransport
2025-08-20T21:20:25.4453538Z [00:03:18.783]➜  mkdir -p $WORK/b1456/
2025-08-20T21:20:25.4454334Z [00:03:18.783]➜  cat >/tmp/go-build3619502580/b1456/importcfg << 'EOF' # internal
2025-08-20T21:20:25.4455055Z [00:03:18.783]➜  # import config
2025-08-20T21:20:25.4455891Z [00:03:18.783]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3619502580/b1346/_pkg_.a
2025-08-20T21:20:25.4457145Z [00:03:18.783]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build3619502580/b1362/_pkg_.a
2025-08-20T21:20:25.4458646Z [00:03:18.783]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3619502580/b1347/_pkg_.a
2025-08-20T21:20:25.4460018Z [00:03:18.783]➜  packagefile cloud.google.com/go/auth/internal/transport=/tmp/go-build3619502580/b1416/_pkg_.a
2025-08-20T21:20:25.4461661Z [00:03:18.783]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build3619502580/b1367/_pkg_.a
2025-08-20T21:20:25.4462848Z [00:03:18.783]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:25.4463729Z [00:03:18.783]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:20:25.4464619Z [00:03:18.783]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:25.4465450Z [00:03:18.783]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:25.4466573Z [00:03:18.783]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3619502580/b1349/_pkg_.a
2025-08-20T21:20:25.4468155Z [00:03:18.783]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build3619502580/b1457/_pkg_.a
2025-08-20T21:20:25.4469534Z [00:03:18.783]➜  packagefile golang.org/x/net/http2=/tmp/go-build3619502580/b353/_pkg_.a
2025-08-20T21:20:25.4470523Z [00:03:18.783]➜  packagefile log/slog=/tmp/go-build3619502580/b393/_pkg_.a
2025-08-20T21:20:25.4471577Z [00:03:18.783]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:25.4472421Z [00:03:18.783]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:25.4473240Z [00:03:18.783]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:25.4474029Z [00:03:18.783]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:25.4474651Z [00:03:18.783]➜  EOF
2025-08-20T21:20:25.4479147Z [00:03:18.783]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1456/_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/b1456=>" -p cloud.google.com/go/auth/httptransport -lang=go1.23 -complete -installsuffix shared -buildid 8p2Ox1ugjBi6rcHUmj40/8p2Ox1ugjBi6rcHUmj40 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1456/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:20:25.6577306Z [00:03:18.997]➜  go tool buildid -w $WORK/b1456/_pkg_.a # internal
2025-08-20T21:20:25.6593873Z [00:03:18.999]➜  cp $WORK/b1456/_pkg_.a /root/.cache/go-build/5b/5b3f9825afbaf8fa220170ab571cde2326ce134934d79443c0dd66c2ed58b3e4-d # internal
2025-08-20T21:20:25.6605552Z [00:03:19.000]➜  google.golang.org/api/googleapi/transport
2025-08-20T21:20:25.6607713Z [00:03:19.000]➜  mkdir -p $WORK/b1463/
2025-08-20T21:20:25.6617582Z [00:03:19.001]➜  cat >/tmp/go-build3619502580/b1463/importcfg << 'EOF' # internal
2025-08-20T21:20:25.6619781Z [00:03:19.001]➜  # import config
2025-08-20T21:20:25.6620730Z [00:03:19.001]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:25.6621783Z [00:03:19.001]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:25.6622395Z [00:03:19.001]➜  EOF
2025-08-20T21:20:25.6626255Z [00:03:19.001]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1463/_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/b1463=>" -p google.golang.org/api/googleapi/transport -lang=go1.23 -complete -installsuffix shared -buildid UEsBzs_6ytqBdMuUORV4/UEsBzs_6ytqBdMuUORV4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1463/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.230.0/googleapi/transport/apikey.go
2025-08-20T21:20:25.7017220Z [00:03:19.041]➜  go tool buildid -w $WORK/b1463/_pkg_.a # internal
2025-08-20T21:20:25.7029011Z [00:03:19.042]➜  cp $WORK/b1463/_pkg_.a /root/.cache/go-build/e7/e7f7d4f71ebaefb6722e6079d186726fe453fa9790f795eecb0705f073bf1834-d # internal
2025-08-20T21:20:25.7032317Z [00:03:19.042]➜  google.golang.org/api/transport/http
2025-08-20T21:20:25.7038559Z [00:03:19.042]➜  mkdir -p $WORK/b1455/
2025-08-20T21:20:25.7040805Z [00:03:19.043]➜  cat >/tmp/go-build3619502580/b1455/importcfg << 'EOF' # internal
2025-08-20T21:20:25.7042465Z [00:03:19.043]➜  # import config
2025-08-20T21:20:25.7043224Z [00:03:19.043]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3619502580/b1346/_pkg_.a
2025-08-20T21:20:25.7044337Z [00:03:19.043]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build3619502580/b1362/_pkg_.a
2025-08-20T21:20:25.7045516Z [00:03:19.043]➜  packagefile cloud.google.com/go/auth/httptransport=/tmp/go-build3619502580/b1456/_pkg_.a
2025-08-20T21:20:25.7046692Z [00:03:19.043]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build3619502580/b1373/_pkg_.a
2025-08-20T21:20:25.7047685Z [00:03:19.043]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:25.7048525Z [00:03:19.043]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:20:25.7049346Z [00:03:19.043]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:25.7050547Z [00:03:19.043]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build3619502580/b1457/_pkg_.a
2025-08-20T21:20:25.7051950Z [00:03:19.043]➜  packagefile golang.org/x/net/http2=/tmp/go-build3619502580/b353/_pkg_.a
2025-08-20T21:20:25.7052991Z [00:03:19.043]➜  packagefile golang.org/x/oauth2=/tmp/go-build3619502580/b1351/_pkg_.a
2025-08-20T21:20:25.7054092Z [00:03:19.043]➜  packagefile google.golang.org/api/googleapi/transport=/tmp/go-build3619502580/b1463/_pkg_.a
2025-08-20T21:20:25.7055249Z [00:03:19.043]➜  packagefile google.golang.org/api/internal=/tmp/go-build3619502580/b1361/_pkg_.a
2025-08-20T21:20:25.7056358Z [00:03:19.043]➜  packagefile google.golang.org/api/internal/cert=/tmp/go-build3619502580/b1403/_pkg_.a
2025-08-20T21:20:25.7057476Z [00:03:19.043]➜  packagefile google.golang.org/api/option=/tmp/go-build3619502580/b1345/_pkg_.a
2025-08-20T21:20:25.7058562Z [00:03:19.043]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:25.7059332Z [00:03:19.043]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:25.7060237Z [00:03:19.043]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:25.7060804Z [00:03:19.043]➜  EOF
2025-08-20T21:20:25.7075454Z [00:03:19.044]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1455/_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/b1455=>" -p google.golang.org/api/transport/http -lang=go1.23 -complete -installsuffix shared -buildid HwqPM6HePV4NtWrWEWlP/HwqPM6HePV4NtWrWEWlP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1455/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.230.0/transport/http/dial.go
2025-08-20T21:20:25.9481787Z [00:03:19.287]➜  go tool buildid -w $WORK/b1437/_pkg_.a # internal
2025-08-20T21:20:25.9746989Z [00:03:19.314]➜  go tool buildid -w $WORK/b1455/_pkg_.a # internal
2025-08-20T21:20:25.9774174Z [00:03:19.314]➜  cp $WORK/b1455/_pkg_.a /root/.cache/go-build/9a/9a8180633fee9fec4c9f4fdd69a44bafcb1f070c92c8b1539a454dc27cd8fae4-d # internal
2025-08-20T21:20:25.9775408Z [00:03:19.314]➜  google.golang.org/api/iamcredentials/v1
2025-08-20T21:20:25.9776019Z [00:03:19.314]➜  mkdir -p $WORK/b1453/
2025-08-20T21:20:25.9809212Z [00:03:19.320]➜  cat >/tmp/go-build3619502580/b1453/importcfg << 'EOF' # internal
2025-08-20T21:20:25.9816972Z [00:03:19.320]➜  # import config
2025-08-20T21:20:25.9817639Z [00:03:19.320]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:25.9818461Z [00:03:19.320]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:25.9819312Z [00:03:19.320]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:25.9820175Z [00:03:19.320]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:25.9821169Z [00:03:19.320]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:25.9822461Z [00:03:19.320]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3619502580/b1349/_pkg_.a
2025-08-20T21:20:25.9823665Z [00:03:19.320]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3619502580/b1323/_pkg_.a
2025-08-20T21:20:25.9824776Z [00:03:19.320]➜  packagefile google.golang.org/api/internal=/tmp/go-build3619502580/b1361/_pkg_.a
2025-08-20T21:20:25.9826014Z [00:03:19.320]➜  packagefile google.golang.org/api/internal/gensupport=/tmp/go-build3619502580/b1454/_pkg_.a
2025-08-20T21:20:25.9827260Z [00:03:19.320]➜  packagefile google.golang.org/api/option=/tmp/go-build3619502580/b1345/_pkg_.a
2025-08-20T21:20:25.9828585Z [00:03:19.320]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3619502580/b1412/_pkg_.a
2025-08-20T21:20:25.9829895Z [00:03:19.320]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build3619502580/b1455/_pkg_.a
2025-08-20T21:20:25.9830938Z [00:03:19.320]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:25.9832840Z [00:03:19.320]➜  packagefile log/slog=/tmp/go-build3619502580/b393/_pkg_.a
2025-08-20T21:20:25.9833708Z [00:03:19.320]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:25.9834575Z [00:03:19.320]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:25.9835376Z [00:03:19.320]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:25.9836179Z [00:03:19.320]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:25.9836778Z [00:03:19.320]➜  EOF
2025-08-20T21:20:25.9840618Z [00:03:19.320]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1453/_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/b1453=>" -p google.golang.org/api/iamcredentials/v1 -lang=go1.23 -complete -installsuffix shared -buildid Yx5Rn98ka94XuPLEd1jI/Yx5Rn98ka94XuPLEd1jI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1453/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.230.0/iamcredentials/v1/iamcredentials-gen.go
2025-08-20T21:20:25.9894199Z [00:03:19.329]➜  cp $WORK/b1437/_pkg_.a /root/.cache/go-build/cb/cb4b62b7ed1c059fb66ce7bfd4ab2cbadbcfcf5b4f74ea93215cb5935296b427-d # internal
2025-08-20T21:20:25.9911340Z [00:03:19.330]➜  github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric
2025-08-20T21:20:25.9916305Z [00:03:19.331]➜  mkdir -p $WORK/b1436/
2025-08-20T21:20:25.9936718Z [00:03:19.333]➜  cat >/tmp/go-build3619502580/b1436/importcfg << 'EOF' # internal
2025-08-20T21:20:25.9947480Z [00:03:19.333]➜  # import config
2025-08-20T21:20:25.9948125Z [00:03:19.333]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:25.9949153Z [00:03:19.333]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2=/tmp/go-build3619502580/b1437/_pkg_.a
2025-08-20T21:20:25.9950666Z [00:03:19.333]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2/monitoringpb=/tmp/go-build3619502580/b1438/_pkg_.a
2025-08-20T21:20:25.9951966Z [00:03:19.333]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:25.9952796Z [00:03:19.333]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:20:25.9953611Z [00:03:19.333]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:25.9954388Z [00:03:19.333]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:25.9955843Z [00:03:19.333]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping=/tmp/go-build3619502580/b1448/_pkg_.a
2025-08-20T21:20:25.9957410Z [00:03:19.333]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3619502580/b1319/_pkg_.a
2025-08-20T21:20:25.9958502Z [00:03:19.333]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3619502580/b391/_pkg_.a
2025-08-20T21:20:25.9959781Z [00:03:19.333]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3619502580/b401/_pkg_.a
2025-08-20T21:20:25.9973639Z [00:03:19.333]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build3619502580/b1336/_pkg_.a
2025-08-20T21:20:25.9974904Z [00:03:19.333]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build3619502580/b1334/_pkg_.a
2025-08-20T21:20:25.9976148Z [00:03:19.333]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build3619502580/b1340/_pkg_.a
2025-08-20T21:20:25.9977401Z [00:03:19.333]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build3619502580/b1341/_pkg_.a
2025-08-20T21:20:25.9978629Z [00:03:19.333]➜  packagefile go.opentelemetry.io/otel/semconv/v1.24.0=/tmp/go-build3619502580/b1449/_pkg_.a
2025-08-20T21:20:25.9979817Z [00:03:19.333]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3619502580/b406/_pkg_.a
2025-08-20T21:20:25.9980946Z [00:03:19.333]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3619502580/b1353/_pkg_.a
2025-08-20T21:20:25.9982369Z [00:03:19.333]➜  packagefile google.golang.org/api/option=/tmp/go-build3619502580/b1345/_pkg_.a
2025-08-20T21:20:25.9983688Z [00:03:19.333]➜  packagefile google.golang.org/genproto/googleapis/api/distribution=/tmp/go-build3619502580/b1439/_pkg_.a
2025-08-20T21:20:25.9985147Z [00:03:19.333]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build3619502580/b1440/_pkg_.a
2025-08-20T21:20:25.9986713Z [00:03:19.333]➜  packagefile google.golang.org/genproto/googleapis/api/metric=/tmp/go-build3619502580/b1441/_pkg_.a
2025-08-20T21:20:25.9988178Z [00:03:19.333]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build3619502580/b1442/_pkg_.a
2025-08-20T21:20:25.9989422Z [00:03:19.333]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:25.9990542Z [00:03:19.333]➜  packagefile google.golang.org/grpc/encoding/gzip=/tmp/go-build3619502580/b1450/_pkg_.a
2025-08-20T21:20:25.9991932Z [00:03:19.333]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:20:25.9993378Z [00:03:19.333]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:25.9994761Z [00:03:19.333]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3619502580/b1292/_pkg_.a
2025-08-20T21:20:25.9995989Z [00:03:19.333]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:25.9996789Z [00:03:19.333]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:25.9997592Z [00:03:19.333]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:25.9998415Z [00:03:19.333]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:25.9999215Z [00:03:19.333]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:26.0000008Z [00:03:19.333]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:26.0001037Z [00:03:19.333]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:26.0002083Z [00:03:19.333]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:20:26.0002700Z [00:03:19.333]➜  EOF
2025-08-20T21:20:26.0012012Z [00:03:19.333]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1436/_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/b1436=>" -p github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric -lang=go1.22 -complete -installsuffix shared -buildid OnDu9q3BYXPwgMs4OcCX/OnDu9q3BYXPwgMs4OcCX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1436/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:20:26.2817729Z [00:03:19.621]➜  go tool buildid -w $WORK/b1453/_pkg_.a # internal
2025-08-20T21:20:26.2854324Z [00:03:19.624]➜  cp $WORK/b1453/_pkg_.a /root/.cache/go-build/ce/ce0c4222ca840703a97f20cbe6ea5400513804bdd0e88198a81d83c6d8c0baac-d # internal
2025-08-20T21:20:26.2859347Z [00:03:19.625]➜  google.golang.org/api/storage/v1
2025-08-20T21:20:26.2884706Z [00:03:19.628]➜  mkdir -p $WORK/b1464/
2025-08-20T21:20:26.2891663Z [00:03:19.628]➜  cat >/tmp/go-build3619502580/b1464/importcfg << 'EOF' # internal
2025-08-20T21:20:26.2897662Z [00:03:19.628]➜  # import config
2025-08-20T21:20:26.2898435Z [00:03:19.628]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:26.2899289Z [00:03:19.628]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:26.2900199Z [00:03:19.628]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:26.2901548Z [00:03:19.628]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:26.2902403Z [00:03:19.628]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:26.2903399Z [00:03:19.628]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3619502580/b1319/_pkg_.a
2025-08-20T21:20:26.2904660Z [00:03:19.628]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3619502580/b1349/_pkg_.a
2025-08-20T21:20:26.2905962Z [00:03:19.628]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3619502580/b1323/_pkg_.a
2025-08-20T21:20:26.2907171Z [00:03:19.628]➜  packagefile google.golang.org/api/internal=/tmp/go-build3619502580/b1361/_pkg_.a
2025-08-20T21:20:26.2908679Z [00:03:19.628]➜  packagefile google.golang.org/api/internal/gensupport=/tmp/go-build3619502580/b1454/_pkg_.a
2025-08-20T21:20:26.2909952Z [00:03:19.628]➜  packagefile google.golang.org/api/option=/tmp/go-build3619502580/b1345/_pkg_.a
2025-08-20T21:20:26.2911453Z [00:03:19.628]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3619502580/b1412/_pkg_.a
2025-08-20T21:20:26.2912809Z [00:03:19.628]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build3619502580/b1455/_pkg_.a
2025-08-20T21:20:26.2913863Z [00:03:19.628]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:26.2914727Z [00:03:19.628]➜  packagefile log/slog=/tmp/go-build3619502580/b393/_pkg_.a
2025-08-20T21:20:26.2915577Z [00:03:19.628]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:26.2916422Z [00:03:19.628]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:26.2917417Z [00:03:19.628]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:26.2918415Z [00:03:19.628]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:26.2919066Z [00:03:19.628]➜  EOF
2025-08-20T21:20:26.2942943Z [00:03:19.628]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1464/_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/b1464=>" -p google.golang.org/api/storage/v1 -lang=go1.23 -complete -installsuffix shared -buildid vD-dDwAh4NOIjUBKoWoU/vD-dDwAh4NOIjUBKoWoU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1464/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.230.0/storage/v1/storage-gen.go
2025-08-20T21:20:26.5688877Z [00:03:19.908]➜  go tool buildid -w $WORK/b1436/_pkg_.a # internal
2025-08-20T21:20:26.5834134Z [00:03:19.922]➜  cp $WORK/b1436/_pkg_.a /root/.cache/go-build/49/492ab5de49e461d2ff7a06ab208621ba703b6d1ff32767a8d07fe4b4664b3356-d # internal
2025-08-20T21:20:26.5847984Z [00:03:19.924]➜  google.golang.org/api/transport
2025-08-20T21:20:26.5850721Z [00:03:19.924]➜  mkdir -p $WORK/b1465/
2025-08-20T21:20:26.5854328Z [00:03:19.925]➜  cat >/tmp/go-build3619502580/b1465/importcfg << 'EOF' # internal
2025-08-20T21:20:26.5855047Z [00:03:19.925]➜  # import config
2025-08-20T21:20:26.5855710Z [00:03:19.925]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:26.5856674Z [00:03:19.925]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3619502580/b1353/_pkg_.a
2025-08-20T21:20:26.5857789Z [00:03:19.925]➜  packagefile google.golang.org/api/internal=/tmp/go-build3619502580/b1361/_pkg_.a
2025-08-20T21:20:26.5858908Z [00:03:19.925]➜  packagefile google.golang.org/api/option=/tmp/go-build3619502580/b1345/_pkg_.a
2025-08-20T21:20:26.5860059Z [00:03:19.925]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build3619502580/b1413/_pkg_.a
2025-08-20T21:20:26.5861476Z [00:03:19.925]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build3619502580/b1455/_pkg_.a
2025-08-20T21:20:26.5862636Z [00:03:19.925]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:26.5863582Z [00:03:19.925]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:26.5864201Z [00:03:19.925]➜  EOF
2025-08-20T21:20:26.5868404Z [00:03:19.925]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1465/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.230.0/transport=>google.golang.org/api@v0.230.0/transport;$WORK/b1465=>" -p google.golang.org/api/transport -lang=go1.23 -complete -installsuffix shared -buildid eY4mh4LChbb7VN7kmM8m/eY4mh4LChbb7VN7kmM8m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1465/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:20:26.8153991Z [00:03:20.149]➜  go tool buildid -w $WORK/b1465/_pkg_.a # internal
2025-08-20T21:20:26.8259045Z [00:03:20.163]➜  cp $WORK/b1465/_pkg_.a /root/.cache/go-build/a2/a2fd01f6f7aa795b4d368803e307a9eb81376da3293405b12a7f91cabd8f46bd-d # internal
2025-08-20T21:20:26.8303869Z [00:03:20.163]➜  google.golang.org/grpc/balancer/rls/internal/adaptive
2025-08-20T21:20:26.8304569Z [00:03:20.163]➜  mkdir -p $WORK/b1467/
2025-08-20T21:20:26.8305308Z [00:03:20.163]➜  cat >/tmp/go-build3619502580/b1467/importcfg << 'EOF' # internal
2025-08-20T21:20:26.8305981Z [00:03:20.163]➜  # import config
2025-08-20T21:20:26.8306680Z [00:03:20.163]➜  packagefile math/rand/v2=/tmp/go-build3619502580/b103/_pkg_.a
2025-08-20T21:20:26.8307520Z [00:03:20.163]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:26.8308314Z [00:03:20.163]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:26.8308912Z [00:03:20.163]➜  EOF
2025-08-20T21:20:26.8314528Z [00:03:20.163]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1467/_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/b1467=>" -p google.golang.org/grpc/balancer/rls/internal/adaptive -lang=go1.23 -complete -installsuffix shared -buildid TK_QSJ8bNL9pFa-kqnYW/TK_QSJ8bNL9pFa-kqnYW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1467/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:20:26.8858648Z [00:03:20.225]➜  go tool buildid -w $WORK/b1467/_pkg_.a # internal
2025-08-20T21:20:26.8869183Z [00:03:20.226]➜  cp $WORK/b1467/_pkg_.a /root/.cache/go-build/6e/6e0ab572f3d0384fc42b9fc652f49ab9098aa7b8cd316845542032aa5e623d18-d # internal
2025-08-20T21:20:26.8873061Z [00:03:20.226]➜  google.golang.org/grpc/internal/proto/grpc_lookup_v1
2025-08-20T21:20:26.8881840Z [00:03:20.227]➜  mkdir -p $WORK/b1469/
2025-08-20T21:20:26.8882622Z [00:03:20.228]➜  cat >/tmp/go-build3619502580/b1469/importcfg << 'EOF' # internal
2025-08-20T21:20:26.8883351Z [00:03:20.228]➜  # import config
2025-08-20T21:20:26.8884030Z [00:03:20.228]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:26.8884966Z [00:03:20.228]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:26.8886245Z [00:03:20.228]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:26.8887528Z [00:03:20.228]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:20:26.8889426Z [00:03:20.228]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:26.8890896Z [00:03:20.228]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:26.8892496Z [00:03:20.228]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:26.8894038Z [00:03:20.228]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:26.8895464Z [00:03:20.228]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:26.8896395Z [00:03:20.228]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:26.8897295Z [00:03:20.228]➜  EOF
2025-08-20T21:20:26.8904365Z [00:03:20.228]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1469/_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/b1469=>" -p google.golang.org/grpc/internal/proto/grpc_lookup_v1 -lang=go1.23 -complete -installsuffix shared -buildid r6lVJCug0R532Bt3VCYk/r6lVJCug0R532Bt3VCYk -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/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:20:27.2697214Z [00:03:20.609]➜  go tool buildid -w $WORK/b1469/_pkg_.a # internal
2025-08-20T21:20:27.2738612Z [00:03:20.613]➜  cp $WORK/b1469/_pkg_.a /root/.cache/go-build/5b/5bbf922de2d6ec39c6ed9cb974ea7c27459464dd11101eed54e9ea6c4c630d07-d # internal
2025-08-20T21:20:27.2798413Z [00:03:20.619]➜  google.golang.org/grpc/balancer/rls/internal/keys
2025-08-20T21:20:27.2800438Z [00:03:20.619]➜  mkdir -p $WORK/b1468/
2025-08-20T21:20:27.2821635Z [00:03:20.621]➜  cat >/tmp/go-build3619502580/b1468/importcfg << 'EOF' # internal
2025-08-20T21:20:27.2822336Z [00:03:20.621]➜  # import config
2025-08-20T21:20:27.2822967Z [00:03:20.621]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:27.2823741Z [00:03:20.621]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:27.2825068Z [00:03:20.621]➜  packagefile google.golang.org/grpc/internal/proto/grpc_lookup_v1=/tmp/go-build3619502580/b1469/_pkg_.a
2025-08-20T21:20:27.2826458Z [00:03:20.621]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:20:27.2827394Z [00:03:20.621]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:27.2828150Z [00:03:20.621]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:27.2828752Z [00:03:20.621]➜  EOF
2025-08-20T21:20:27.2833033Z [00:03:20.621]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1468/_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/b1468=>" -p google.golang.org/grpc/balancer/rls/internal/keys -lang=go1.23 -complete -installsuffix shared -buildid K-e9twtVb-8XHZJ2M4rt/K-e9twtVb-8XHZJ2M4rt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1468/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/rls/internal/keys/builder.go
2025-08-20T21:20:27.3877156Z [00:03:20.727]➜  go tool buildid -w $WORK/b1468/_pkg_.a # internal
2025-08-20T21:20:27.3896276Z [00:03:20.729]➜  cp $WORK/b1468/_pkg_.a /root/.cache/go-build/a9/a9e529712b22b7448dea24000e2a8590d3a8988adedbd17d7234c1a9ca9d98dd-d # internal
2025-08-20T21:20:27.3900049Z [00:03:20.729]➜  google.golang.org/grpc/internal/cache
2025-08-20T21:20:27.3902673Z [00:03:20.729]➜  mkdir -p $WORK/b1471/
2025-08-20T21:20:27.3909290Z [00:03:20.730]➜  cat >/tmp/go-build3619502580/b1471/importcfg << 'EOF' # internal
2025-08-20T21:20:27.3919380Z [00:03:20.730]➜  # import config
2025-08-20T21:20:27.3920043Z [00:03:20.730]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:27.3920822Z [00:03:20.730]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:27.3921556Z [00:03:20.730]➜  EOF
2025-08-20T21:20:27.3925207Z [00:03:20.731]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1471/_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/b1471=>" -p google.golang.org/grpc/internal/cache -lang=go1.23 -complete -installsuffix shared -buildid 2yidqNKYFLiWFZh46GYK/2yidqNKYFLiWFZh46GYK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1471/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/cache/timeoutCache.go
2025-08-20T21:20:27.4285844Z [00:03:20.768]➜  go tool buildid -w $WORK/b1471/_pkg_.a # internal
2025-08-20T21:20:27.4296181Z [00:03:20.769]➜  cp $WORK/b1471/_pkg_.a /root/.cache/go-build/9e/9eb7b5a24612518d9d905bbed3db144396795a320f228faad0575b9ca1ce882c-d # internal
2025-08-20T21:20:27.4301749Z [00:03:20.769]➜  google.golang.org/grpc/internal/balancergroup
2025-08-20T21:20:27.4302316Z [00:03:20.769]➜  mkdir -p $WORK/b1470/
2025-08-20T21:20:27.4311535Z [00:03:20.770]➜  cat >/tmp/go-build3619502580/b1470/importcfg << 'EOF' # internal
2025-08-20T21:20:27.4313277Z [00:03:20.770]➜  # import config
2025-08-20T21:20:27.4313982Z [00:03:20.770]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:27.4314826Z [00:03:20.770]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:27.4315725Z [00:03:20.770]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3619502580/b1254/_pkg_.a
2025-08-20T21:20:27.4316809Z [00:03:20.770]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3619502580/b1257/_pkg_.a
2025-08-20T21:20:27.4317985Z [00:03:20.770]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build3619502580/b1288/_pkg_.a
2025-08-20T21:20:27.4319117Z [00:03:20.770]➜  packagefile google.golang.org/grpc/internal/cache=/tmp/go-build3619502580/b1471/_pkg_.a
2025-08-20T21:20:27.4320258Z [00:03:20.770]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:20:27.4321416Z [00:03:20.770]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:27.4322797Z [00:03:20.770]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3619502580/b1265/_pkg_.a
2025-08-20T21:20:27.4323929Z [00:03:20.770]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:27.4324697Z [00:03:20.770]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:27.4325263Z [00:03:20.770]➜  EOF
2025-08-20T21:20:27.4329965Z [00:03:20.770]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1470/_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/b1470=>" -p google.golang.org/grpc/internal/balancergroup -lang=go1.23 -complete -installsuffix shared -buildid gVmf9yguNtiMxFKUAKES/gVmf9yguNtiMxFKUAKES -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1470/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:20:27.5214227Z [00:03:20.860]➜  go tool buildid -w $WORK/b1470/_pkg_.a # internal
2025-08-20T21:20:27.5233191Z [00:03:20.862]➜  cp $WORK/b1470/_pkg_.a /root/.cache/go-build/4b/4bbf0d98ab8e9f95105d6d7fdc59ca97cf3f9fc407498e5604a00dd5f381a6fc-d # internal
2025-08-20T21:20:27.5279434Z [00:03:20.867]➜  google.golang.org/grpc/balancer/rls
2025-08-20T21:20:27.5282067Z [00:03:20.867]➜  mkdir -p $WORK/b1466/
2025-08-20T21:20:27.5291759Z [00:03:20.868]➜  cat >/tmp/go-build3619502580/b1466/importcfg << 'EOF' # internal
2025-08-20T21:20:27.5318781Z [00:03:20.868]➜  # import config
2025-08-20T21:20:27.5319450Z [00:03:20.868]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:27.5320301Z [00:03:20.868]➜  packagefile container/list=/tmp/go-build3619502580/b080/_pkg_.a
2025-08-20T21:20:27.5321137Z [00:03:20.868]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:27.5322153Z [00:03:20.870]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:27.5323004Z [00:03:20.870]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:27.5324042Z [00:03:20.870]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:27.5324904Z [00:03:20.870]➜  packagefile github.com/google/uuid=/tmp/go-build3619502580/b213/_pkg_.a
2025-08-20T21:20:27.5326011Z [00:03:20.870]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:27.5327052Z [00:03:20.870]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3619502580/b1254/_pkg_.a
2025-08-20T21:20:27.5328185Z [00:03:20.870]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3619502580/b1270/_pkg_.a
2025-08-20T21:20:27.5329482Z [00:03:20.870]➜  packagefile google.golang.org/grpc/balancer/rls/internal/adaptive=/tmp/go-build3619502580/b1467/_pkg_.a
2025-08-20T21:20:27.5330868Z [00:03:20.870]➜  packagefile google.golang.org/grpc/balancer/rls/internal/keys=/tmp/go-build3619502580/b1468/_pkg_.a
2025-08-20T21:20:27.5332739Z [00:03:20.870]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:27.5333855Z [00:03:20.870]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3619502580/b1257/_pkg_.a
2025-08-20T21:20:27.5335067Z [00:03:20.870]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3619502580/b1282/_pkg_.a
2025-08-20T21:20:27.5336329Z [00:03:20.870]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3619502580/b1266/_pkg_.a
2025-08-20T21:20:27.5337476Z [00:03:20.870]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:27.5338559Z [00:03:20.870]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3619502580/b1264/_pkg_.a
2025-08-20T21:20:27.5339716Z [00:03:20.870]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3619502580/b1287/_pkg_.a
2025-08-20T21:20:27.5340973Z [00:03:20.870]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build3619502580/b1470/_pkg_.a
2025-08-20T21:20:27.5342591Z [00:03:20.870]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build3619502580/b1298/_pkg_.a
2025-08-20T21:20:27.5343800Z [00:03:20.870]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:20:27.5345029Z [00:03:20.870]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3619502580/b1297/_pkg_.a
2025-08-20T21:20:27.5346243Z [00:03:20.870]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3619502580/b1275/_pkg_.a
2025-08-20T21:20:27.5347533Z [00:03:20.870]➜  packagefile google.golang.org/grpc/internal/proto/grpc_lookup_v1=/tmp/go-build3619502580/b1469/_pkg_.a
2025-08-20T21:20:27.5348768Z [00:03:20.870]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:20:27.5349873Z [00:03:20.870]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:27.5351010Z [00:03:20.870]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3619502580/b1265/_pkg_.a
2025-08-20T21:20:27.5352293Z [00:03:20.870]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:20:27.5353479Z [00:03:20.870]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3619502580/b1276/_pkg_.a
2025-08-20T21:20:27.5354827Z [00:03:20.870]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:27.5355882Z [00:03:20.870]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:27.5356683Z [00:03:20.870]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:27.5357465Z [00:03:20.870]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:27.5358265Z [00:03:20.870]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:27.5359065Z [00:03:20.870]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:27.5359644Z [00:03:20.870]➜  EOF
2025-08-20T21:20:27.5381485Z [00:03:20.877]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1466/_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/b1466=>" -p google.golang.org/grpc/balancer/rls -lang=go1.23 -complete -installsuffix shared -buildid z4saAbHCWQxvXszXD4MW/z4saAbHCWQxvXszXD4MW -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/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:20:27.8743185Z [00:03:21.211]➜  go tool buildid -w $WORK/b1466/_pkg_.a # internal
2025-08-20T21:20:27.8786334Z [00:03:21.218]➜  cp $WORK/b1466/_pkg_.a /root/.cache/go-build/bd/bd6587bfc7cf0690021fdbe9d7b68e9baeea4d0c9e23166bb4f1461ba260e4a1-d # internal
2025-08-20T21:20:27.8791453Z [00:03:21.218]➜  google.golang.org/grpc/experimental/opentelemetry
2025-08-20T21:20:27.8792172Z [00:03:21.218]➜  mkdir -p $WORK/b1473/
2025-08-20T21:20:27.8794186Z [00:03:21.218]➜  cat >/tmp/go-build3619502580/b1473/importcfg << 'EOF' # internal
2025-08-20T21:20:27.8796579Z [00:03:21.218]➜  # import config
2025-08-20T21:20:27.8797500Z [00:03:21.218]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build3619502580/b412/_pkg_.a
2025-08-20T21:20:27.8798693Z [00:03:21.218]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3619502580/b406/_pkg_.a
2025-08-20T21:20:27.8799458Z [00:03:21.218]➜  EOF
2025-08-20T21:20:27.8803721Z [00:03:21.219]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1473/_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/b1473=>" -p google.golang.org/grpc/experimental/opentelemetry -lang=go1.23 -complete -installsuffix shared -buildid wDIE_bCxHqMxOesXIgZ_/wDIE_bCxHqMxOesXIgZ_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1473/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/experimental/opentelemetry/trace_options.go
2025-08-20T21:20:27.9287022Z [00:03:21.268]➜  go tool buildid -w $WORK/b1473/_pkg_.a # internal
2025-08-20T21:20:27.9298696Z [00:03:21.269]➜  cp $WORK/b1473/_pkg_.a /root/.cache/go-build/ac/ac08cd0cd08c513dc5558866d416ccf40105da8b73dc748ce2367ad9bd325aca-d # internal
2025-08-20T21:20:27.9324591Z [00:03:21.272]➜  google.golang.org/grpc/stats/opentelemetry/internal
2025-08-20T21:20:27.9325281Z [00:03:21.272]➜  mkdir -p $WORK/b1474/
2025-08-20T21:20:27.9325997Z [00:03:21.272]➜  cat >/tmp/go-build3619502580/b1474/importcfg << 'EOF' # internal
2025-08-20T21:20:27.9326664Z [00:03:21.272]➜  # import config
2025-08-20T21:20:27.9327523Z [00:03:21.272]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:20:27.9328304Z [00:03:21.272]➜  EOF
2025-08-20T21:20:27.9332485Z [00:03:21.272]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1474/_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/b1474=>" -p google.golang.org/grpc/stats/opentelemetry/internal -lang=go1.23 -complete -installsuffix shared -buildid ZOPCPlE6lY_2KcNKqrkK/ZOPCPlE6lY_2KcNKqrkK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1474/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/stats/opentelemetry/internal/pluginoption.go
2025-08-20T21:20:27.9497034Z [00:03:21.289]➜  go tool buildid -w $WORK/b1474/_pkg_.a # internal
2025-08-20T21:20:27.9504048Z [00:03:21.290]➜  cp $WORK/b1474/_pkg_.a /root/.cache/go-build/96/9643bf86bf26fd9bdf1a59e08d3139ecb6135aef309c64d489e30f9d293856d9-d # internal
2025-08-20T21:20:27.9507045Z [00:03:21.290]➜  google.golang.org/grpc/stats/opentelemetry/internal/tracing
2025-08-20T21:20:27.9507996Z [00:03:21.290]➜  mkdir -p $WORK/b1475/
2025-08-20T21:20:27.9511984Z [00:03:21.290]➜  cat >/tmp/go-build3619502580/b1475/importcfg << 'EOF' # internal
2025-08-20T21:20:27.9515180Z [00:03:21.290]➜  # import config
2025-08-20T21:20:27.9515984Z [00:03:21.290]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:27.9516969Z [00:03:21.290]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:27.9518034Z [00:03:21.290]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:20:27.9518777Z [00:03:21.290]➜  EOF
2025-08-20T21:20:27.9523336Z [00:03:21.291]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1475/_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/b1475=>" -p google.golang.org/grpc/stats/opentelemetry/internal/tracing -lang=go1.23 -complete -installsuffix shared -buildid 6e75F9r-oEBcVCGGJjGf/6e75F9r-oEBcVCGGJjGf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1475/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/stats/opentelemetry/internal/tracing/carrier.go
2025-08-20T21:20:27.9848186Z [00:03:21.324]➜  go tool buildid -w $WORK/b1475/_pkg_.a # internal
2025-08-20T21:20:27.9857134Z [00:03:21.325]➜  cp $WORK/b1475/_pkg_.a /root/.cache/go-build/a1/a18a90f476a63d40fd4f7d36c92e69de63af223ffb52f8247ccc70ba832fa257-d # internal
2025-08-20T21:20:27.9864772Z [00:03:21.326]➜  google.golang.org/grpc/stats/opentelemetry
2025-08-20T21:20:27.9866380Z [00:03:21.326]➜  mkdir -p $WORK/b1472/
2025-08-20T21:20:27.9877538Z [00:03:21.327]➜  cat >/tmp/go-build3619502580/b1472/importcfg << 'EOF' # internal
2025-08-20T21:20:27.9879122Z [00:03:21.327]➜  # import config
2025-08-20T21:20:27.9880528Z [00:03:21.327]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:27.9882513Z [00:03:21.327]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3619502580/b401/_pkg_.a
2025-08-20T21:20:27.9884219Z [00:03:21.327]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3619502580/b404/_pkg_.a
2025-08-20T21:20:27.9886212Z [00:03:21.327]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3619502580/b410/_pkg_.a
2025-08-20T21:20:27.9887366Z [00:03:21.327]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build3619502580/b1335/_pkg_.a
2025-08-20T21:20:27.9888538Z [00:03:21.327]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build3619502580/b412/_pkg_.a
2025-08-20T21:20:27.9889640Z [00:03:21.327]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3619502580/b406/_pkg_.a
2025-08-20T21:20:27.9890642Z [00:03:21.327]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:27.9912945Z [00:03:21.327]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:27.9914239Z [00:03:21.327]➜  packagefile google.golang.org/grpc/experimental/opentelemetry=/tmp/go-build3619502580/b1473/_pkg_.a
2025-08-20T21:20:27.9915566Z [00:03:21.327]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3619502580/b1266/_pkg_.a
2025-08-20T21:20:27.9916758Z [00:03:21.327]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:27.9917823Z [00:03:21.327]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3619502580/b1264/_pkg_.a
2025-08-20T21:20:27.9918965Z [00:03:21.327]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build3619502580/b1308/_pkg_.a
2025-08-20T21:20:27.9920087Z [00:03:21.327]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:20:27.9931835Z [00:03:21.327]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3619502580/b1267/_pkg_.a
2025-08-20T21:20:27.9933205Z [00:03:21.327]➜  packagefile google.golang.org/grpc/stats/opentelemetry/internal=/tmp/go-build3619502580/b1474/_pkg_.a
2025-08-20T21:20:27.9934825Z [00:03:21.327]➜  packagefile google.golang.org/grpc/stats/opentelemetry/internal/tracing=/tmp/go-build3619502580/b1475/_pkg_.a
2025-08-20T21:20:27.9936074Z [00:03:21.327]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:20:27.9937092Z [00:03:21.327]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:27.9937872Z [00:03:21.327]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:27.9938628Z [00:03:21.327]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:27.9939154Z [00:03:21.327]➜  EOF
2025-08-20T21:20:27.9946600Z [00:03:21.327]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1472/_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/b1472=>" -p google.golang.org/grpc/stats/opentelemetry -lang=go1.23 -complete -installsuffix shared -buildid GjWEpK7v0mqoy1s3sB3p/GjWEpK7v0mqoy1s3sB3p -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/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:20:28.4035152Z [00:03:21.740]➜  go tool buildid -w $WORK/b1472/_pkg_.a # internal
2025-08-20T21:20:28.4100294Z [00:03:21.749]➜  cp $WORK/b1472/_pkg_.a /root/.cache/go-build/9e/9e51ed63e16a84c5d1fbcd9b13ef675e26dbcd5fbe1e7d769780e1c5120e3e82-d # internal
2025-08-20T21:20:28.4129580Z [00:03:21.752]➜  net/mail
2025-08-20T21:20:28.4130545Z [00:03:21.752]➜  mkdir -p $WORK/b1480/
2025-08-20T21:20:28.4136218Z [00:03:21.753]➜  cat >/tmp/go-build3619502580/b1480/importcfg << 'EOF' # internal
2025-08-20T21:20:28.4136878Z [00:03:21.753]➜  # import config
2025-08-20T21:20:28.4137525Z [00:03:21.753]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:20:28.4138309Z [00:03:21.753]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:28.4139082Z [00:03:21.753]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:28.4139830Z [00:03:21.753]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:28.4140574Z [00:03:21.753]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:20:28.4141512Z [00:03:21.753]➜  packagefile mime=/tmp/go-build3619502580/b179/_pkg_.a
2025-08-20T21:20:28.4142264Z [00:03:21.753]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:28.4143047Z [00:03:21.753]➜  packagefile net/textproto=/tmp/go-build3619502580/b176/_pkg_.a
2025-08-20T21:20:28.4143825Z [00:03:21.753]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:28.4144540Z [00:03:21.753]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:28.4145255Z [00:03:21.753]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:28.4146009Z [00:03:21.753]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:28.4146595Z [00:03:21.753]➜  EOF
2025-08-20T21:20:28.4166493Z [00:03:21.756]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1480/_pkg_.a -trimpath "/root/.go/src/net/mail=>net/mail;$WORK/b1480=>" -p net/mail -lang=go1.25 -std -complete -installsuffix shared -buildid lq_6kBZDdrDEN6CcmdBq/lq_6kBZDdrDEN6CcmdBq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1480/importcfg -pack /root/.go/src/net/mail/message.go
2025-08-20T21:20:28.5991680Z [00:03:21.938]➜  go tool buildid -w $WORK/b1480/_pkg_.a # internal
2025-08-20T21:20:28.6017392Z [00:03:21.941]➜  cp $WORK/b1480/_pkg_.a /root/.cache/go-build/e8/e8bfe3a3441c1a29e87c6a67cd97882dbadf291850799282519b5a350e29a7e4-d # internal
2025-08-20T21:20:28.6052378Z [00:03:21.942]➜  github.com/cncf/xds/go/udpa/annotations
2025-08-20T21:20:28.6055229Z [00:03:21.943]➜  mkdir -p $WORK/b1479/
2025-08-20T21:20:28.6062300Z [00:03:21.945]➜  cat >/tmp/go-build3619502580/b1479/importcfg << 'EOF' # internal
2025-08-20T21:20:28.6065052Z [00:03:21.945]➜  # import config
2025-08-20T21:20:28.6065738Z [00:03:21.945]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:28.6066578Z [00:03:21.945]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:28.6067389Z [00:03:21.945]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:28.6068524Z [00:03:21.945]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:28.6069893Z [00:03:21.945]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:28.6072384Z [00:03:21.945]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3619502580/b1246/_pkg_.a
2025-08-20T21:20:28.6073951Z [00:03:21.945]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:28.6074977Z [00:03:21.945]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:28.6075777Z [00:03:21.945]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:28.6076581Z [00:03:21.945]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:28.6077357Z [00:03:21.945]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:28.6078139Z [00:03:21.945]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:28.6078899Z [00:03:21.945]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:28.6079837Z [00:03:21.945]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:28.6080719Z [00:03:21.945]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:28.6081702Z [00:03:21.945]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:28.6082520Z [00:03:21.945]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:28.6083142Z [00:03:21.945]➜  EOF
2025-08-20T21:20:28.6094627Z [00:03:21.945]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1479/_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/b1479=>" -p github.com/cncf/xds/go/udpa/annotations -lang=go1.19 -complete -installsuffix shared -buildid 84CI5Bla-1v5HGWW0TC_/84CI5Bla-1v5HGWW0TC_ -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/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:20:28.6169058Z [00:03:21.956]➜  go tool buildid -w $WORK/b1464/_pkg_.a # internal
2025-08-20T21:20:28.6585279Z [00:03:21.998]➜  cp $WORK/b1464/_pkg_.a /root/.cache/go-build/4b/4b367aa4c25bc77d944ce4dc6be3c70cbae00f45cd24cbf53e2428edd659a801-d # internal
2025-08-20T21:20:28.6595228Z [00:03:21.999]➜  github.com/cncf/xds/go/xds/annotations/v3
2025-08-20T21:20:28.6598447Z [00:03:21.999]➜  mkdir -p $WORK/b1481/
2025-08-20T21:20:28.6603000Z [00:03:21.999]➜  cat >/tmp/go-build3619502580/b1481/importcfg << 'EOF' # internal
2025-08-20T21:20:28.6603710Z [00:03:21.999]➜  # import config
2025-08-20T21:20:28.6604339Z [00:03:21.999]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:28.6605123Z [00:03:21.999]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:28.6605864Z [00:03:21.999]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:28.6606931Z [00:03:21.999]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:28.6608368Z [00:03:21.999]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:28.6609726Z [00:03:21.999]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3619502580/b1246/_pkg_.a
2025-08-20T21:20:28.6611079Z [00:03:21.999]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:28.6612282Z [00:03:21.999]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:28.6613073Z [00:03:21.999]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:28.6613859Z [00:03:21.999]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:28.6614631Z [00:03:21.999]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:28.6615411Z [00:03:21.999]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:28.6616340Z [00:03:21.999]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:28.6617263Z [00:03:21.999]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:28.6618052Z [00:03:21.999]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:28.6618822Z [00:03:21.999]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:28.6619652Z [00:03:21.999]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:28.6620289Z [00:03:21.999]➜  EOF
2025-08-20T21:20:28.6633061Z [00:03:21.999]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1481/_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/b1481=>" -p github.com/cncf/xds/go/xds/annotations/v3 -lang=go1.19 -complete -installsuffix shared -buildid pQoWIczzYSIQfeMkaS08/pQoWIczzYSIQfeMkaS08 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1481/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:20:28.8608523Z [00:03:22.200]➜  go tool buildid -w $WORK/b1479/_pkg_.a # internal
2025-08-20T21:20:28.8716690Z [00:03:22.211]➜  cp $WORK/b1479/_pkg_.a /root/.cache/go-build/8c/8c96417e70fbbdc83370cf0b2b29d3d2ad886b7212c81d4c428ce20678ce4d3c-d # internal
2025-08-20T21:20:28.8718257Z [00:03:22.211]➜  github.com/envoyproxy/protoc-gen-validate/validate
2025-08-20T21:20:28.8718942Z [00:03:22.211]➜  mkdir -p $WORK/b1483/
2025-08-20T21:20:28.8722803Z [00:03:22.211]➜  cat >/tmp/go-build3619502580/b1483/importcfg << 'EOF' # internal
2025-08-20T21:20:28.8723517Z [00:03:22.211]➜  # import config
2025-08-20T21:20:28.8724522Z [00:03:22.211]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:28.8725910Z [00:03:22.211]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:28.8727445Z [00:03:22.211]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3619502580/b1246/_pkg_.a
2025-08-20T21:20:28.8728884Z [00:03:22.211]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:28.8730310Z [00:03:22.211]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3619502580/b1292/_pkg_.a
2025-08-20T21:20:28.8731605Z [00:03:22.211]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:28.8732420Z [00:03:22.211]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:28.8733012Z [00:03:22.211]➜  EOF
2025-08-20T21:20:28.8737305Z [00:03:22.212]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1483/_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/b1483=>" -p github.com/envoyproxy/protoc-gen-validate/validate -lang=go1.21 -complete -installsuffix shared -buildid pSfChXqSWcO0Rw5UAWWY/pSfChXqSWcO0Rw5UAWWY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1483/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/protoc-gen-validate@v1.2.1/validate/validate.pb.go
2025-08-20T21:20:28.9888306Z [00:03:22.328]➜  go tool buildid -w $WORK/b1481/_pkg_.a # internal
2025-08-20T21:20:28.9930847Z [00:03:22.332]➜  cp $WORK/b1481/_pkg_.a /root/.cache/go-build/f3/f3c35ee1e18584566281b1cd77e95fb39e5e1d7bfc383531d3fa8fe366d91236-d # internal
2025-08-20T21:20:28.9939809Z [00:03:22.333]➜  github.com/envoyproxy/go-control-plane/envoy/annotations
2025-08-20T21:20:28.9945961Z [00:03:22.334]➜  mkdir -p $WORK/b1484/
2025-08-20T21:20:28.9956516Z [00:03:22.335]➜  cat >/tmp/go-build3619502580/b1484/importcfg << 'EOF' # internal
2025-08-20T21:20:28.9970149Z [00:03:22.335]➜  # import config
2025-08-20T21:20:28.9970753Z [00:03:22.335]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:28.9971663Z [00:03:22.335]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:28.9972397Z [00:03:22.335]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:28.9973425Z [00:03:22.335]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:28.9974662Z [00:03:22.335]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:28.9975899Z [00:03:22.335]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3619502580/b1246/_pkg_.a
2025-08-20T21:20:28.9977179Z [00:03:22.335]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:28.9978196Z [00:03:22.335]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:28.9978910Z [00:03:22.335]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:28.9979738Z [00:03:22.335]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:28.9980565Z [00:03:22.335]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:28.9991936Z [00:03:22.335]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:28.9992789Z [00:03:22.335]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:28.9993765Z [00:03:22.335]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:28.9994577Z [00:03:22.335]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:28.9995401Z [00:03:22.335]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:28.9996250Z [00:03:22.335]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:28.9996915Z [00:03:22.335]➜  EOF
2025-08-20T21:20:29.0008074Z [00:03:22.339]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1484/_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/b1484=>" -p github.com/envoyproxy/go-control-plane/envoy/annotations -lang=go1.22 -complete -installsuffix shared -buildid _UHth9bKX18_V2rs1ot8/_UHth9bKX18_V2rs1ot8 -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/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:20:29.1694749Z [00:03:22.508]➜  go tool buildid -w $WORK/b1484/_pkg_.a # internal
2025-08-20T21:20:29.1712494Z [00:03:22.510]➜  cp $WORK/b1484/_pkg_.a /root/.cache/go-build/01/01ffe38401775eef13b0aa0f101d2b0e0eb55c93c6812844ac9db9fc1ebd5f10-d # internal
2025-08-20T21:20:29.1747379Z [00:03:22.510]➜  crypto/internal/fips140/pbkdf2
2025-08-20T21:20:29.1747989Z [00:03:22.513]➜  mkdir -p $WORK/b1491/
2025-08-20T21:20:29.1748874Z [00:03:22.513]➜  cat >/tmp/go-build3619502580/b1491/importcfg << 'EOF' # internal
2025-08-20T21:20:29.1749548Z [00:03:22.513]➜  # import config
2025-08-20T21:20:29.1750195Z [00:03:22.513]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:29.1751076Z [00:03:22.513]➜  packagefile crypto/internal/fips140=/tmp/go-build3619502580/b086/_pkg_.a
2025-08-20T21:20:29.1754919Z [00:03:22.513]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3619502580/b089/_pkg_.a
2025-08-20T21:20:29.1756033Z [00:03:22.513]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3619502580/b090/_pkg_.a
2025-08-20T21:20:29.1757166Z [00:03:22.513]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3619502580/b091/_pkg_.a
2025-08-20T21:20:29.1758136Z [00:03:22.513]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:29.1758925Z [00:03:22.513]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:20:29.1759522Z [00:03:22.513]➜  EOF
2025-08-20T21:20:29.1763369Z [00:03:22.513]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1491/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/pbkdf2=>crypto/internal/fips140/pbkdf2;$WORK/b1491=>" -p crypto/internal/fips140/pbkdf2 -lang=go1.25 -std -complete -installsuffix shared -buildid o9TE84Q5gDKkiyEmfGJo/o9TE84Q5gDKkiyEmfGJo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1491/importcfg -pack /root/.go/src/crypto/internal/fips140/pbkdf2/cast.go /root/.go/src/crypto/internal/fips140/pbkdf2/pbkdf2.go
2025-08-20T21:20:29.1916876Z [00:03:22.531]➜  go tool buildid -w $WORK/b1483/_pkg_.a # internal
2025-08-20T21:20:29.1996405Z [00:03:22.539]➜  cp $WORK/b1483/_pkg_.a /root/.cache/go-build/73/73259593de76249355ea7d88d200eb1eb7efcbcc5620ecc720689db9fffba5f0-d # internal
2025-08-20T21:20:29.1999480Z [00:03:22.539]➜  github.com/cncf/xds/go/xds/core/v3
2025-08-20T21:20:29.2000618Z [00:03:22.539]➜  mkdir -p $WORK/b1482/
2025-08-20T21:20:29.2002833Z [00:03:22.540]➜  cat >/tmp/go-build3619502580/b1482/importcfg << 'EOF' # internal
2025-08-20T21:20:29.2006033Z [00:03:22.540]➜  # import config
2025-08-20T21:20:29.2007092Z [00:03:22.540]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:29.2009035Z [00:03:22.540]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:29.2010122Z [00:03:22.540]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:29.2012448Z [00:03:22.540]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3619502580/b1481/_pkg_.a
2025-08-20T21:20:29.2013819Z [00:03:22.540]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:29.2015191Z [00:03:22.540]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:29.2016523Z [00:03:22.540]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:29.2017998Z [00:03:22.540]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:29.2019370Z [00:03:22.540]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3619502580/b1446/_pkg_.a
2025-08-20T21:20:29.2020472Z [00:03:22.540]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:29.2021541Z [00:03:22.540]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:29.2022361Z [00:03:22.540]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:29.2023161Z [00:03:22.540]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:29.2023953Z [00:03:22.540]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:29.2024736Z [00:03:22.540]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:29.2025503Z [00:03:22.540]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:29.2026282Z [00:03:22.540]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:29.2027176Z [00:03:22.540]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:29.2027990Z [00:03:22.540]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:29.2028622Z [00:03:22.540]➜  EOF
2025-08-20T21:20:29.2048209Z [00:03:22.540]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1482/_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/b1482=>" -p github.com/cncf/xds/go/xds/core/v3 -lang=go1.19 -complete -installsuffix shared -buildid c2DZ-36cm-ExKcXJPMwN/c2DZ-36cm-ExKcXJPMwN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1482/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:20:29.2252015Z [00:03:22.564]➜  go tool buildid -w $WORK/b1491/_pkg_.a # internal
2025-08-20T21:20:29.2257005Z [00:03:22.565]➜  cp $WORK/b1491/_pkg_.a /root/.cache/go-build/43/4366c3474b2d3945e0db4ca96e4f8cdc7e1df23198e14c56ff177f536972e401-d # internal
2025-08-20T21:20:29.2265809Z [00:03:22.565]➜  github.com/envoyproxy/go-control-plane/envoy/type/v3
2025-08-20T21:20:29.2266491Z [00:03:22.565]➜  mkdir -p $WORK/b1486/
2025-08-20T21:20:29.2288347Z [00:03:22.567]➜  cat >/tmp/go-build3619502580/b1486/importcfg << 'EOF' # internal
2025-08-20T21:20:29.2289122Z [00:03:22.567]➜  # import config
2025-08-20T21:20:29.2289775Z [00:03:22.567]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:29.2290591Z [00:03:22.567]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:29.2291551Z [00:03:22.567]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:29.2292593Z [00:03:22.567]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:29.2293861Z [00:03:22.567]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3619502580/b1481/_pkg_.a
2025-08-20T21:20:29.2295238Z [00:03:22.567]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:29.2296688Z [00:03:22.567]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:29.2298248Z [00:03:22.567]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:29.2299666Z [00:03:22.567]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:29.2301067Z [00:03:22.567]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:29.2302694Z [00:03:22.567]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3619502580/b1446/_pkg_.a
2025-08-20T21:20:29.2303778Z [00:03:22.567]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:29.2304619Z [00:03:22.567]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:29.2305528Z [00:03:22.567]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:29.2306387Z [00:03:22.567]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:29.2307232Z [00:03:22.567]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:29.2308026Z [00:03:22.567]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:29.2308796Z [00:03:22.567]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:29.2309590Z [00:03:22.567]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:29.2310371Z [00:03:22.567]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:29.2311394Z [00:03:22.567]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:29.2312049Z [00:03:22.567]➜  EOF
2025-08-20T21:20:29.2328098Z [00:03:22.568]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1486/_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/b1486=>" -p github.com/envoyproxy/go-control-plane/envoy/type/v3 -lang=go1.22 -complete -installsuffix shared -buildid VBePa3Pmud-KRA8VIzGb/VBePa3Pmud-KRA8VIzGb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1486/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:20:29.6583216Z [00:03:22.997]➜  go tool buildid -w $WORK/b1486/_pkg_.a # internal
2025-08-20T21:20:29.6710210Z [00:03:23.010]➜  go tool buildid -w $WORK/b1482/_pkg_.a # internal
2025-08-20T21:20:29.6715726Z [00:03:23.011]➜  cp $WORK/b1486/_pkg_.a /root/.cache/go-build/63/63ea8e4b67e799d2039eb52b2f9da9464f586566a4b5d6fe3256ff7d84ed2b03-d # internal
2025-08-20T21:20:29.6733037Z [00:03:23.012]➜  crypto/pbkdf2
2025-08-20T21:20:29.6733594Z [00:03:23.012]➜  mkdir -p $WORK/b1490/
2025-08-20T21:20:29.6735964Z [00:03:23.013]➜  cat >/tmp/go-build3619502580/b1490/importcfg << 'EOF' # internal
2025-08-20T21:20:29.6745046Z [00:03:23.013]➜  # import config
2025-08-20T21:20:29.6745869Z [00:03:23.013]➜  packagefile crypto/internal/fips140/pbkdf2=/tmp/go-build3619502580/b1491/_pkg_.a
2025-08-20T21:20:29.6746953Z [00:03:23.013]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3619502580/b124/_pkg_.a
2025-08-20T21:20:29.6748001Z [00:03:23.013]➜  packagefile crypto/internal/fips140only=/tmp/go-build3619502580/b104/_pkg_.a
2025-08-20T21:20:29.6748886Z [00:03:23.013]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:29.6749654Z [00:03:23.013]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:20:29.6750239Z [00:03:23.013]➜  EOF
2025-08-20T21:20:29.6753064Z [00:03:23.013]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1490/_pkg_.a -trimpath "/root/.go/src/crypto/pbkdf2=>crypto/pbkdf2;$WORK/b1490=>" -p crypto/pbkdf2 -lang=go1.25 -std -complete -installsuffix shared -buildid OrDCzSk6asqnxSG53W78/OrDCzSk6asqnxSG53W78 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1490/importcfg -pack /root/.go/src/crypto/pbkdf2/pbkdf2.go
2025-08-20T21:20:29.6809750Z [00:03:23.020]➜  cp $WORK/b1482/_pkg_.a /root/.cache/go-build/4c/4c81302171122cca184b5f6587ea9299867cd52e881641654cbf3cad5b491f96-d # internal
2025-08-20T21:20:29.6819098Z [00:03:23.021]➜  github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3
2025-08-20T21:20:29.6820428Z [00:03:23.021]➜  mkdir -p $WORK/b1485/
2025-08-20T21:20:29.6824728Z [00:03:23.022]➜  cat >/tmp/go-build3619502580/b1485/importcfg << 'EOF' # internal
2025-08-20T21:20:29.6826600Z [00:03:23.022]➜  # import config
2025-08-20T21:20:29.6828013Z [00:03:23.022]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:29.6829285Z [00:03:23.022]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:29.6830209Z [00:03:23.022]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:29.6831660Z [00:03:23.022]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:29.6833873Z [00:03:23.022]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build3619502580/b1482/_pkg_.a
2025-08-20T21:20:29.6835232Z [00:03:23.022]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3619502580/b1484/_pkg_.a
2025-08-20T21:20:29.6836669Z [00:03:23.022]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3619502580/b1486/_pkg_.a
2025-08-20T21:20:29.6838184Z [00:03:23.022]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:29.6839574Z [00:03:23.022]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:29.6840904Z [00:03:23.022]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:29.6842369Z [00:03:23.022]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:29.6843715Z [00:03:23.022]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3619502580/b1446/_pkg_.a
2025-08-20T21:20:29.6844741Z [00:03:23.022]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:29.6845517Z [00:03:23.022]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:29.6846311Z [00:03:23.022]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:29.6847092Z [00:03:23.022]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:29.6847993Z [00:03:23.022]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:29.6848763Z [00:03:23.022]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:29.6849487Z [00:03:23.022]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:29.6850276Z [00:03:23.022]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:29.6851118Z [00:03:23.022]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:29.6855281Z [00:03:23.022]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:29.6855884Z [00:03:23.022]➜  EOF
2025-08-20T21:20:29.6874837Z [00:03:23.022]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1485/_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/b1485=>" -p github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3 -lang=go1.22 -complete -installsuffix shared -buildid M-gvwr3neZ9ddrgGYX1R/M-gvwr3neZ9ddrgGYX1R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1485/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:20:29.6906517Z [00:03:23.029]➜  go tool buildid -w $WORK/b1490/_pkg_.a # internal
2025-08-20T21:20:29.6918067Z [00:03:23.031]➜  cp $WORK/b1490/_pkg_.a /root/.cache/go-build/5c/5c19bfe956d07f5603c36d0e7f45efef98c4e55f30752fa83b6312927bdb5110-d # internal
2025-08-20T21:20:29.6922226Z [00:03:23.031]➜  github.com/go-jose/go-jose/v4/cipher
2025-08-20T21:20:29.6922776Z [00:03:23.031]➜  mkdir -p $WORK/b1492/
2025-08-20T21:20:29.6932379Z [00:03:23.032]➜  cat >/tmp/go-build3619502580/b1492/importcfg << 'EOF' # internal
2025-08-20T21:20:29.6933091Z [00:03:23.032]➜  # import config
2025-08-20T21:20:29.6933727Z [00:03:23.032]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:29.6934539Z [00:03:23.032]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:20:29.6935368Z [00:03:23.032]➜  packagefile crypto/cipher=/tmp/go-build3619502580/b084/_pkg_.a
2025-08-20T21:20:29.6936238Z [00:03:23.032]➜  packagefile crypto/ecdsa=/tmp/go-build3619502580/b117/_pkg_.a
2025-08-20T21:20:29.6952395Z [00:03:23.032]➜  packagefile crypto/elliptic=/tmp/go-build3619502580/b118/_pkg_.a
2025-08-20T21:20:29.6953427Z [00:03:23.032]➜  packagefile crypto/hmac=/tmp/go-build3619502580/b135/_pkg_.a
2025-08-20T21:20:29.6954352Z [00:03:23.032]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:20:29.6955287Z [00:03:23.032]➜  packagefile crypto/sha512=/tmp/go-build3619502580/b126/_pkg_.a
2025-08-20T21:20:29.6956222Z [00:03:23.032]➜  packagefile crypto/subtle=/tmp/go-build3619502580/b105/_pkg_.a
2025-08-20T21:20:29.6959182Z [00:03:23.032]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:20:29.6960022Z [00:03:23.032]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:29.6960778Z [00:03:23.032]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:20:29.6961649Z [00:03:23.032]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:29.6962187Z [00:03:23.032]➜  EOF
2025-08-20T21:20:29.6966586Z [00:03:23.032]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1492/_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/b1492=>" -p github.com/go-jose/go-jose/v4/cipher -lang=go1.24 -complete -installsuffix shared -buildid CsRcovMrL9jqRocfKdqF/CsRcovMrL9jqRocfKdqF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1492/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:20:29.8142496Z [00:03:23.153]➜  go tool buildid -w $WORK/b1492/_pkg_.a # internal
2025-08-20T21:20:29.8158834Z [00:03:23.155]➜  cp $WORK/b1492/_pkg_.a /root/.cache/go-build/b0/b0fb5451b7b029804526defed3cc13dbadd790a4616971fe140b867a76468a04-d # internal
2025-08-20T21:20:29.8170949Z [00:03:23.156]➜  github.com/go-jose/go-jose/v4/json
2025-08-20T21:20:29.8176977Z [00:03:23.157]➜  mkdir -p $WORK/b1493/
2025-08-20T21:20:29.8190769Z [00:03:23.158]➜  cat >/tmp/go-build3619502580/b1493/importcfg << 'EOF' # internal
2025-08-20T21:20:29.8191614Z [00:03:23.158]➜  # import config
2025-08-20T21:20:29.8192287Z [00:03:23.158]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:29.8193344Z [00:03:23.158]➜  packagefile encoding=/tmp/go-build3619502580/b059/_pkg_.a
2025-08-20T21:20:29.8194292Z [00:03:23.158]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:20:29.8195166Z [00:03:23.158]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:29.8196006Z [00:03:23.158]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:29.8196796Z [00:03:23.158]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:29.8197588Z [00:03:23.158]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:29.8198375Z [00:03:23.158]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:29.8199180Z [00:03:23.158]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:20:29.8199945Z [00:03:23.158]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:29.8200750Z [00:03:23.158]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:29.8201951Z [00:03:23.158]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:29.8202742Z [00:03:23.159]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:29.8203444Z [00:03:23.159]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:20:29.8204183Z [00:03:23.159]➜  packagefile unicode/utf16=/tmp/go-build3619502580/b070/_pkg_.a
2025-08-20T21:20:29.8204938Z [00:03:23.159]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:29.8205470Z [00:03:23.159]➜  EOF
2025-08-20T21:20:29.8242196Z [00:03:23.163]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1493/_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/b1493=>" -p github.com/go-jose/go-jose/v4/json -lang=go1.24 -complete -installsuffix shared -buildid EGUP0UAT-wQsTRPl6L0w/EGUP0UAT-wQsTRPl6L0w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1493/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:20:29.9538842Z [00:03:23.293]➜  go tool buildid -w $WORK/b416/_pkg_.a # internal
2025-08-20T21:20:30.3746775Z [00:03:23.714]➜  go tool buildid -w $WORK/b1493/_pkg_.a # internal
2025-08-20T21:20:30.3844034Z [00:03:23.723]➜  cp $WORK/b1493/_pkg_.a /root/.cache/go-build/78/78b9b50256a8628b82703e63c357224af0d96b950afb40687618f7294d3ed7cb-d # internal
2025-08-20T21:20:30.3859972Z [00:03:23.725]➜  github.com/go-jose/go-jose/v4
2025-08-20T21:20:30.3861529Z [00:03:23.725]➜  mkdir -p $WORK/b1489/
2025-08-20T21:20:30.3868122Z [00:03:23.726]➜  cat >/tmp/go-build3619502580/b1489/importcfg << 'EOF' # internal
2025-08-20T21:20:30.3869852Z [00:03:23.726]➜  # import config
2025-08-20T21:20:30.3870512Z [00:03:23.726]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:30.3871561Z [00:03:23.726]➜  packagefile compress/flate=/tmp/go-build3619502580/b075/_pkg_.a
2025-08-20T21:20:30.3872668Z [00:03:23.726]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:20:30.3873535Z [00:03:23.726]➜  packagefile crypto/aes=/tmp/go-build3619502580/b110/_pkg_.a
2025-08-20T21:20:30.3874488Z [00:03:23.726]➜  packagefile crypto/cipher=/tmp/go-build3619502580/b084/_pkg_.a
2025-08-20T21:20:30.3875469Z [00:03:23.726]➜  packagefile crypto/ecdsa=/tmp/go-build3619502580/b117/_pkg_.a
2025-08-20T21:20:30.3876424Z [00:03:23.726]➜  packagefile crypto/ed25519=/tmp/go-build3619502580/b130/_pkg_.a
2025-08-20T21:20:30.3877295Z [00:03:23.726]➜  packagefile crypto/elliptic=/tmp/go-build3619502580/b118/_pkg_.a
2025-08-20T21:20:30.3878289Z [00:03:23.726]➜  packagefile crypto/hmac=/tmp/go-build3619502580/b135/_pkg_.a
2025-08-20T21:20:30.3879194Z [00:03:23.726]➜  packagefile crypto/pbkdf2=/tmp/go-build3619502580/b1490/_pkg_.a
2025-08-20T21:20:30.3880036Z [00:03:23.726]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:20:30.3880861Z [00:03:23.726]➜  packagefile crypto/rsa=/tmp/go-build3619502580/b147/_pkg_.a
2025-08-20T21:20:30.3881862Z [00:03:23.726]➜  packagefile crypto/sha1=/tmp/go-build3619502580/b149/_pkg_.a
2025-08-20T21:20:30.3882705Z [00:03:23.726]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:20:30.3883556Z [00:03:23.726]➜  packagefile crypto/sha512=/tmp/go-build3619502580/b126/_pkg_.a
2025-08-20T21:20:30.3884403Z [00:03:23.726]➜  packagefile crypto/subtle=/tmp/go-build3619502580/b105/_pkg_.a
2025-08-20T21:20:30.3885256Z [00:03:23.726]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:20:30.3886116Z [00:03:23.726]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:20:30.3887156Z [00:03:23.726]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:20:30.3888100Z [00:03:23.726]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:20:30.3888913Z [00:03:23.726]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:30.3889623Z [00:03:23.726]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:30.3890537Z [00:03:23.726]➜  packagefile github.com/go-jose/go-jose/v4/cipher=/tmp/go-build3619502580/b1492/_pkg_.a
2025-08-20T21:20:30.3892821Z [00:03:23.726]➜  packagefile github.com/go-jose/go-jose/v4/json=/tmp/go-build3619502580/b1493/_pkg_.a
2025-08-20T21:20:30.3893779Z [00:03:23.726]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:20:30.3894533Z [00:03:23.726]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:30.3895308Z [00:03:23.726]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:20:30.3896117Z [00:03:23.726]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:30.3896925Z [00:03:23.726]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:30.3897722Z [00:03:23.726]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:30.3898473Z [00:03:23.726]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:20:30.3899147Z [00:03:23.726]➜  EOF
2025-08-20T21:20:30.3906342Z [00:03:23.727]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1489/_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/b1489=>" -p github.com/go-jose/go-jose/v4 -lang=go1.24 -complete -installsuffix shared -buildid yBeoAa7m0l0bTrnR872V/yBeoAa7m0l0bTrnR872V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1489/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:20:30.4823272Z [00:03:23.821]➜  go tool buildid -w $WORK/b1485/_pkg_.a # internal
2025-08-20T21:20:30.5023744Z [00:03:23.841]➜  cp $WORK/b1485/_pkg_.a /root/.cache/go-build/bc/bc746f7dad340530ff5bc7e2b6021d0ab7cb1775a523905143f6e7647bf1116f-d # internal
2025-08-20T21:20:30.5042278Z [00:03:23.843]➜  github.com/envoyproxy/go-control-plane/envoy/config/core/v3
2025-08-20T21:20:30.5043043Z [00:03:23.843]➜  mkdir -p $WORK/b1478/
2025-08-20T21:20:30.5049438Z [00:03:23.844]➜  cat >/tmp/go-build3619502580/b1478/importcfg << 'EOF' # internal
2025-08-20T21:20:30.5054091Z [00:03:23.844]➜  # import config
2025-08-20T21:20:30.5058304Z [00:03:23.844]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:30.5063870Z [00:03:23.844]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:30.5072064Z [00:03:23.844]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:30.5079780Z [00:03:23.844]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:30.5084388Z [00:03:23.844]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3619502580/b1481/_pkg_.a
2025-08-20T21:20:30.5085689Z [00:03:23.844]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build3619502580/b1482/_pkg_.a
2025-08-20T21:20:30.5087140Z [00:03:23.844]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3619502580/b1484/_pkg_.a
2025-08-20T21:20:30.5088722Z [00:03:23.844]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3619502580/b1485/_pkg_.a
2025-08-20T21:20:30.5090247Z [00:03:23.844]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3619502580/b1486/_pkg_.a
2025-08-20T21:20:30.5091873Z [00:03:23.844]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:30.5093312Z [00:03:23.844]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:30.5094690Z [00:03:23.844]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:30.5103433Z [00:03:23.844]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:30.5104828Z [00:03:23.844]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:30.5106259Z [00:03:23.844]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3619502580/b1408/_pkg_.a
2025-08-20T21:20:30.5107641Z [00:03:23.844]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3619502580/b1443/_pkg_.a
2025-08-20T21:20:30.5109048Z [00:03:23.844]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3619502580/b1446/_pkg_.a
2025-08-20T21:20:30.5110345Z [00:03:23.844]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:30.5111155Z [00:03:23.844]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:30.5112146Z [00:03:23.844]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:30.5112973Z [00:03:23.844]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:30.5113782Z [00:03:23.844]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:30.5114574Z [00:03:23.844]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:30.5115369Z [00:03:23.844]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:30.5116348Z [00:03:23.844]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:30.5117118Z [00:03:23.844]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:30.5117960Z [00:03:23.844]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:30.5118598Z [00:03:23.844]➜  EOF
2025-08-20T21:20:30.5163743Z [00:03:23.844]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1478/_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/b1478=>" -p github.com/envoyproxy/go-control-plane/envoy/config/core/v3 -lang=go1.22 -complete -installsuffix shared -buildid nf3JcCMdx6SZeOwbCjSY/nf3JcCMdx6SZeOwbCjSY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1478/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:20:30.5191834Z [00:03:23.846]➜  cp $WORK/b416/_pkg_.a /root/.cache/go-build/1b/1b90fce89fd75459135b093c434659828bae49bad4d3ceef9b1cd19e872596b9-d # internal
2025-08-20T21:20:30.5193198Z [00:03:23.846]➜  github.com/spiffe/go-spiffe/v2/internal/cryptoutil
2025-08-20T21:20:30.5193968Z [00:03:23.846]➜  mkdir -p $WORK/b1496/
2025-08-20T21:20:30.5194697Z [00:03:23.846]➜  cat >/tmp/go-build3619502580/b1496/importcfg << 'EOF' # internal
2025-08-20T21:20:30.5195341Z [00:03:23.846]➜  # import config
2025-08-20T21:20:30.5196110Z [00:03:23.846]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:30.5196895Z [00:03:23.846]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:20:30.5197729Z [00:03:23.846]➜  packagefile crypto/ecdsa=/tmp/go-build3619502580/b117/_pkg_.a
2025-08-20T21:20:30.5198604Z [00:03:23.846]➜  packagefile crypto/ed25519=/tmp/go-build3619502580/b130/_pkg_.a
2025-08-20T21:20:30.5199463Z [00:03:23.846]➜  packagefile crypto/rsa=/tmp/go-build3619502580/b147/_pkg_.a
2025-08-20T21:20:30.5200260Z [00:03:23.846]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:30.5200831Z [00:03:23.846]➜  EOF
2025-08-20T21:20:30.5204954Z [00:03:23.846]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1496/_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/b1496=>" -p github.com/spiffe/go-spiffe/v2/internal/cryptoutil -lang=go1.22 -complete -installsuffix shared -buildid PjTRJBsxqLmbSJyf4yTQ/PjTRJBsxqLmbSJyf4yTQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1496/importcfg -pack /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/internal/cryptoutil/keys.go
2025-08-20T21:20:30.5262289Z [00:03:23.863]➜  go tool buildid -w $WORK/b1496/_pkg_.a # internal
2025-08-20T21:20:30.5266468Z [00:03:23.866]➜  cp $WORK/b1496/_pkg_.a /root/.cache/go-build/69/699b357a2852c7f917b727cf2e1534f75b9242d439f8fe007920e7e917ee7b69-d # internal
2025-08-20T21:20:30.5267500Z [00:03:23.866]➜  github.com/spiffe/go-spiffe/v2/internal/jwtutil
2025-08-20T21:20:30.5268032Z [00:03:23.866]➜  mkdir -p $WORK/b1495/
2025-08-20T21:20:30.5268657Z [00:03:23.866]➜  cat >/tmp/go-build3619502580/b1495/importcfg << 'EOF' # internal
2025-08-20T21:20:30.5269461Z [00:03:23.866]➜  # import config
2025-08-20T21:20:30.5270007Z [00:03:23.866]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:20:30.5270955Z [00:03:23.866]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/cryptoutil=/tmp/go-build3619502580/b1496/_pkg_.a
2025-08-20T21:20:30.5272057Z [00:03:23.866]➜  EOF
2025-08-20T21:20:30.5275664Z [00:03:23.866]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1495/_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/b1495=>" -p github.com/spiffe/go-spiffe/v2/internal/jwtutil -lang=go1.22 -complete -installsuffix shared -buildid c-vbKGq4tPiUCbaEkSGI/c-vbKGq4tPiUCbaEkSGI -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/internal/jwtutil/util.go
2025-08-20T21:20:30.5377433Z [00:03:23.877]➜  go tool buildid -w $WORK/b1495/_pkg_.a # internal
2025-08-20T21:20:30.5385155Z [00:03:23.878]➜  cp $WORK/b1495/_pkg_.a /root/.cache/go-build/84/84fc308a9cbb0c5aba9b1eb65c7f1e8b3973881377d87510d7571d4e83e1877b-d # internal
2025-08-20T21:20:30.5386883Z [00:03:23.878]➜  github.com/spiffe/go-spiffe/v2/spiffeid
2025-08-20T21:20:30.5388914Z [00:03:23.878]➜  mkdir -p $WORK/b1497/
2025-08-20T21:20:30.5394732Z [00:03:23.879]➜  cat >/tmp/go-build3619502580/b1497/importcfg << 'EOF' # internal
2025-08-20T21:20:30.5395509Z [00:03:23.879]➜  # import config
2025-08-20T21:20:30.5396214Z [00:03:23.879]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:30.5397058Z [00:03:23.879]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:30.5397904Z [00:03:23.879]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:30.5398752Z [00:03:23.879]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:30.5399414Z [00:03:23.879]➜  EOF
2025-08-20T21:20:30.5407174Z [00:03:23.879]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1497/_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/b1497=>" -p github.com/spiffe/go-spiffe/v2/spiffeid -lang=go1.22 -complete -installsuffix shared -buildid Oe_zdX6jZIPjgveDxVM0/Oe_zdX6jZIPjgveDxVM0 -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/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:20:30.6185864Z [00:03:23.958]➜  go tool buildid -w $WORK/b1497/_pkg_.a # internal
2025-08-20T21:20:30.6205353Z [00:03:23.960]➜  cp $WORK/b1497/_pkg_.a /root/.cache/go-build/53/533c9cf356bb03e6cfc3e4167f1f8fca304f6d7b87aa777087d82f1a9b4f49b8-d # internal
2025-08-20T21:20:30.6208701Z [00:03:23.960]➜  github.com/zeebo/errs
2025-08-20T21:20:30.6209257Z [00:03:23.960]➜  mkdir -p $WORK/b1498/
2025-08-20T21:20:30.6215960Z [00:03:23.961]➜  cat >/tmp/go-build3619502580/b1498/importcfg << 'EOF' # internal
2025-08-20T21:20:30.6232070Z [00:03:23.961]➜  # import config
2025-08-20T21:20:30.6232742Z [00:03:23.961]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:30.6233512Z [00:03:23.961]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:30.6234236Z [00:03:23.961]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:30.6234994Z [00:03:23.961]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:20:30.6235573Z [00:03:23.961]➜  EOF
2025-08-20T21:20:30.6239324Z [00:03:23.961]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1498/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/errs@v1.4.0=>github.com/zeebo/errs@v1.4.0;$WORK/b1498=>" -p github.com/zeebo/errs -lang=go1.12 -complete -installsuffix shared -buildid xoZnKH_dps7zCdCw6xue/xoZnKH_dps7zCdCw6xue -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1498/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:20:30.6750405Z [00:03:24.014]➜  go tool buildid -w $WORK/b1498/_pkg_.a # internal
2025-08-20T21:20:30.6765642Z [00:03:24.016]➜  cp $WORK/b1498/_pkg_.a /root/.cache/go-build/54/5451e01b7ef2878814837a8e5224a4a436f76fbc3b9088d237d55f8ed1577c3a-d # internal
2025-08-20T21:20:30.6769892Z [00:03:24.016]➜  github.com/spiffe/go-spiffe/v2/internal/pemutil
2025-08-20T21:20:30.6770543Z [00:03:24.016]➜  mkdir -p $WORK/b1500/
2025-08-20T21:20:30.6774103Z [00:03:24.017]➜  cat >/tmp/go-build3619502580/b1500/importcfg << 'EOF' # internal
2025-08-20T21:20:30.6777220Z [00:03:24.017]➜  # import config
2025-08-20T21:20:30.6777885Z [00:03:24.017]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:20:30.6778714Z [00:03:24.017]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:20:30.6779579Z [00:03:24.017]➜  packagefile encoding/pem=/tmp/go-build3619502580/b157/_pkg_.a
2025-08-20T21:20:30.6780410Z [00:03:24.017]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:30.6781177Z [00:03:24.017]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:30.6781912Z [00:03:24.017]➜  EOF
2025-08-20T21:20:30.6786048Z [00:03:24.017]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1500/_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/b1500=>" -p github.com/spiffe/go-spiffe/v2/internal/pemutil -lang=go1.22 -complete -installsuffix shared -buildid Yta3jLL-_553A0d1q9P4/Yta3jLL-_553A0d1q9P4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1500/importcfg -pack /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/internal/pemutil/pem.go
2025-08-20T21:20:30.7086086Z [00:03:24.048]➜  go tool buildid -w $WORK/b1500/_pkg_.a # internal
2025-08-20T21:20:30.7098539Z [00:03:24.049]➜  cp $WORK/b1500/_pkg_.a /root/.cache/go-build/91/9161489dce2a7c18aad9fccc870b32e3bf0924e076de03b4d3c5ef1bde863bbd-d # internal
2025-08-20T21:20:30.7100438Z [00:03:24.049]➜  github.com/spiffe/go-spiffe/v2/internal/x509util
2025-08-20T21:20:30.7101116Z [00:03:24.049]➜  mkdir -p $WORK/b1501/
2025-08-20T21:20:30.7111605Z [00:03:24.050]➜  cat >/tmp/go-build3619502580/b1501/importcfg << 'EOF' # internal
2025-08-20T21:20:30.7112267Z [00:03:24.050]➜  # import config
2025-08-20T21:20:30.7112905Z [00:03:24.050]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:20:30.7113550Z [00:03:24.050]➜  EOF
2025-08-20T21:20:30.7119345Z [00:03:24.051]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1501/_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/b1501=>" -p github.com/spiffe/go-spiffe/v2/internal/x509util -lang=go1.22 -complete -installsuffix shared -buildid u5ru37PJeLyLLS15nADH/u5ru37PJeLyLLS15nADH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1501/importcfg -pack /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/internal/x509util/util.go
2025-08-20T21:20:30.7446437Z [00:03:24.084]➜  go tool buildid -w $WORK/b1501/_pkg_.a # internal
2025-08-20T21:20:30.7468624Z [00:03:24.086]➜  cp $WORK/b1501/_pkg_.a /root/.cache/go-build/47/479fadec10fd3c82e16072550f42225b7202cc5e417f3144809081feded24dc4-d # internal
2025-08-20T21:20:30.7474645Z [00:03:24.087]➜  github.com/spiffe/go-spiffe/v2/bundle/x509bundle
2025-08-20T21:20:30.7476380Z [00:03:24.087]➜  mkdir -p $WORK/b1499/
2025-08-20T21:20:30.7487130Z [00:03:24.088]➜  cat >/tmp/go-build3619502580/b1499/importcfg << 'EOF' # internal
2025-08-20T21:20:30.7499506Z [00:03:24.089]➜  # import config
2025-08-20T21:20:30.7500846Z [00:03:24.089]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:20:30.7503279Z [00:03:24.089]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/pemutil=/tmp/go-build3619502580/b1500/_pkg_.a
2025-08-20T21:20:30.7504832Z [00:03:24.089]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/x509util=/tmp/go-build3619502580/b1501/_pkg_.a
2025-08-20T21:20:30.7506105Z [00:03:24.089]➜  packagefile github.com/spiffe/go-spiffe/v2/spiffeid=/tmp/go-build3619502580/b1497/_pkg_.a
2025-08-20T21:20:30.7507185Z [00:03:24.089]➜  packagefile github.com/zeebo/errs=/tmp/go-build3619502580/b1498/_pkg_.a
2025-08-20T21:20:30.7508043Z [00:03:24.089]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:30.7508790Z [00:03:24.089]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:30.7509547Z [00:03:24.089]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:30.7510316Z [00:03:24.089]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:30.7510882Z [00:03:24.089]➜  EOF
2025-08-20T21:20:30.7516689Z [00:03:24.089]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1499/_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/b1499=>" -p github.com/spiffe/go-spiffe/v2/bundle/x509bundle -lang=go1.22 -complete -installsuffix shared -buildid sZZIh5iMAmCAFjMXFO0B/sZZIh5iMAmCAFjMXFO0B -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/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:20:30.8362327Z [00:03:24.175]➜  go tool buildid -w $WORK/b1499/_pkg_.a # internal
2025-08-20T21:20:30.8404937Z [00:03:24.180]➜  cp $WORK/b1499/_pkg_.a /root/.cache/go-build/e1/e12f2747cb1b5f638df6516c6392a65cdc0b23b48016e6da1c436e6d53e99507-d # internal
2025-08-20T21:20:30.8408906Z [00:03:24.180]➜  cel.dev/expr
2025-08-20T21:20:30.8411044Z [00:03:24.180]➜  mkdir -p $WORK/b1514/
2025-08-20T21:20:30.8423720Z [00:03:24.181]➜  cat >/tmp/go-build3619502580/b1514/importcfg << 'EOF' # internal
2025-08-20T21:20:30.8424470Z [00:03:24.181]➜  # import config
2025-08-20T21:20:30.8425456Z [00:03:24.181]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3619502580/b1294/_pkg_.a
2025-08-20T21:20:30.8426889Z [00:03:24.181]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:30.8428245Z [00:03:24.181]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:30.8429642Z [00:03:24.181]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:30.8431058Z [00:03:24.181]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:30.8432729Z [00:03:24.181]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3619502580/b1408/_pkg_.a
2025-08-20T21:20:30.8434154Z [00:03:24.181]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3619502580/b1443/_pkg_.a
2025-08-20T21:20:30.8435578Z [00:03:24.181]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3619502580/b1292/_pkg_.a
2025-08-20T21:20:30.8436706Z [00:03:24.181]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:30.8437544Z [00:03:24.181]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:30.8438146Z [00:03:24.181]➜  EOF
2025-08-20T21:20:30.8442600Z [00:03:24.181]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1514/_pkg_.a -trimpath "/root/go/pkg/mod/cel.dev/expr@v0.23.1=>cel.dev/expr@v0.23.1;$WORK/b1514=>" -p cel.dev/expr -lang=go1.22 -complete -installsuffix shared -buildid ksUM5SnbB2G1YIRgEz3m/ksUM5SnbB2G1YIRgEz3m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1514/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:20:31.0748874Z [00:03:24.414]➜  go tool buildid -w $WORK/b1489/_pkg_.a # internal
2025-08-20T21:20:31.0930081Z [00:03:24.432]➜  cp $WORK/b1489/_pkg_.a /root/.cache/go-build/36/362ea5dbed9994fd4b1d480bf678364d211357eebeb270eeb98965a2240740d2-d # internal
2025-08-20T21:20:31.0931550Z [00:03:24.432]➜  github.com/spiffe/go-spiffe/v2/bundle/jwtbundle
2025-08-20T21:20:31.0955130Z [00:03:24.435]➜  mkdir -p $WORK/b1494/
2025-08-20T21:20:31.0959890Z [00:03:24.435]➜  cat >/tmp/go-build3619502580/b1494/importcfg << 'EOF' # internal
2025-08-20T21:20:31.0960754Z [00:03:24.435]➜  # import config
2025-08-20T21:20:31.0972775Z [00:03:24.435]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:20:31.0973737Z [00:03:24.436]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:31.0974618Z [00:03:24.436]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:31.0975591Z [00:03:24.436]➜  packagefile github.com/go-jose/go-jose/v4=/tmp/go-build3619502580/b1489/_pkg_.a
2025-08-20T21:20:31.0976852Z [00:03:24.436]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/jwtutil=/tmp/go-build3619502580/b1495/_pkg_.a
2025-08-20T21:20:31.0978190Z [00:03:24.436]➜  packagefile github.com/spiffe/go-spiffe/v2/spiffeid=/tmp/go-build3619502580/b1497/_pkg_.a
2025-08-20T21:20:31.0979295Z [00:03:24.436]➜  packagefile github.com/zeebo/errs=/tmp/go-build3619502580/b1498/_pkg_.a
2025-08-20T21:20:31.0980460Z [00:03:24.436]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:31.0981420Z [00:03:24.436]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:31.0982209Z [00:03:24.436]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:31.0982988Z [00:03:24.436]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:31.0983568Z [00:03:24.436]➜  EOF
2025-08-20T21:20:31.0989239Z [00:03:24.436]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1494/_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/b1494=>" -p github.com/spiffe/go-spiffe/v2/bundle/jwtbundle -lang=go1.22 -complete -installsuffix shared -buildid F6rKEmXWAXIjk6vVsIr-/F6rKEmXWAXIjk6vVsIr- -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/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:20:31.1894012Z [00:03:24.528]➜  go tool buildid -w $WORK/b1514/_pkg_.a # internal
2025-08-20T21:20:31.1960574Z [00:03:24.535]➜  cp $WORK/b1514/_pkg_.a /root/.cache/go-build/32/32a00786d1f54a381b1b4f5f3761bb17fa6f84c206a7a3fb323ea2a7134c8dc7-d # internal
2025-08-20T21:20:31.1963956Z [00:03:24.536]➜  google.golang.org/genproto/googleapis/api/expr/v1alpha1
2025-08-20T21:20:31.1964987Z [00:03:24.536]➜  mkdir -p $WORK/b1515/
2025-08-20T21:20:31.1968600Z [00:03:24.536]➜  cat >/tmp/go-build3619502580/b1515/importcfg << 'EOF' # internal
2025-08-20T21:20:31.1970169Z [00:03:24.536]➜  # import config
2025-08-20T21:20:31.1971648Z [00:03:24.536]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3619502580/b1294/_pkg_.a
2025-08-20T21:20:31.1984236Z [00:03:24.536]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:31.1986367Z [00:03:24.536]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:31.1989198Z [00:03:24.536]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:31.1990799Z [00:03:24.536]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:31.1992403Z [00:03:24.536]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3619502580/b1408/_pkg_.a
2025-08-20T21:20:31.1993799Z [00:03:24.536]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3619502580/b1443/_pkg_.a
2025-08-20T21:20:31.1995205Z [00:03:24.536]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3619502580/b1292/_pkg_.a
2025-08-20T21:20:31.1996319Z [00:03:24.536]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:31.1997129Z [00:03:24.536]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:31.1997729Z [00:03:24.536]➜  EOF
2025-08-20T21:20:31.2007145Z [00:03:24.538]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1515/_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/b1515=>" -p google.golang.org/genproto/googleapis/api/expr/v1alpha1 -lang=go1.23 -complete -installsuffix shared -buildid H-G7QcpwyBcg1XWOs1Ko/H-G7QcpwyBcg1XWOs1Ko -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1515/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:20:31.2073763Z [00:03:24.545]➜  go tool buildid -w $WORK/b1494/_pkg_.a # internal
2025-08-20T21:20:31.2083625Z [00:03:24.547]➜  cp $WORK/b1494/_pkg_.a /root/.cache/go-build/0c/0cd0daadd53c1c56eeac629b2e5869d3107390d76febc606ff956684ce32c805-d # internal
2025-08-20T21:20:31.2084902Z [00:03:24.547]➜  github.com/spiffe/go-spiffe/v2/bundle/spiffebundle
2025-08-20T21:20:31.2085541Z [00:03:24.547]➜  mkdir -p $WORK/b1488/
2025-08-20T21:20:31.2086258Z [00:03:24.547]➜  cat >/tmp/go-build3619502580/b1488/importcfg << 'EOF' # internal
2025-08-20T21:20:31.2086917Z [00:03:24.547]➜  # import config
2025-08-20T21:20:31.2087565Z [00:03:24.547]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:20:31.2088420Z [00:03:24.547]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:20:31.2089288Z [00:03:24.547]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:31.2090124Z [00:03:24.547]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:31.2091066Z [00:03:24.547]➜  packagefile github.com/go-jose/go-jose/v4=/tmp/go-build3619502580/b1489/_pkg_.a
2025-08-20T21:20:31.2092486Z [00:03:24.547]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/jwtbundle=/tmp/go-build3619502580/b1494/_pkg_.a
2025-08-20T21:20:31.2093806Z [00:03:24.547]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/x509bundle=/tmp/go-build3619502580/b1499/_pkg_.a
2025-08-20T21:20:31.2095129Z [00:03:24.547]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/jwtutil=/tmp/go-build3619502580/b1495/_pkg_.a
2025-08-20T21:20:31.2096479Z [00:03:24.547]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/x509util=/tmp/go-build3619502580/b1501/_pkg_.a
2025-08-20T21:20:31.2097908Z [00:03:24.547]➜  packagefile github.com/spiffe/go-spiffe/v2/spiffeid=/tmp/go-build3619502580/b1497/_pkg_.a
2025-08-20T21:20:31.2099001Z [00:03:24.547]➜  packagefile github.com/zeebo/errs=/tmp/go-build3619502580/b1498/_pkg_.a
2025-08-20T21:20:31.2099976Z [00:03:24.547]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:31.2100709Z [00:03:24.547]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:31.2102239Z [00:03:24.547]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:31.2103010Z [00:03:24.547]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:31.2103772Z [00:03:24.547]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:31.2104341Z [00:03:24.547]➜  EOF
2025-08-20T21:20:31.2110015Z [00:03:24.547]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1488/_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/b1488=>" -p github.com/spiffe/go-spiffe/v2/bundle/spiffebundle -lang=go1.22 -complete -installsuffix shared -buildid oPUJ0-LqrNLLuvJChPnC/oPUJ0-LqrNLLuvJChPnC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1488/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:20:31.4378160Z [00:03:24.777]➜  go tool buildid -w $WORK/b1488/_pkg_.a # internal
2025-08-20T21:20:31.4444828Z [00:03:24.784]➜  cp $WORK/b1488/_pkg_.a /root/.cache/go-build/b4/b4a3e6333b00ace4ccfaa9e2d2b4fa879fa2e3d194cdaa593dc33895bf54f459-d # internal
2025-08-20T21:20:31.4465250Z [00:03:24.786]➜  google.golang.org/grpc/credentials/tls/certprovider
2025-08-20T21:20:31.4470269Z [00:03:24.786]➜  mkdir -p $WORK/b1487/
2025-08-20T21:20:31.4478527Z [00:03:24.787]➜  cat >/tmp/go-build3619502580/b1487/importcfg << 'EOF' # internal
2025-08-20T21:20:31.4482949Z [00:03:24.787]➜  # import config
2025-08-20T21:20:31.4486738Z [00:03:24.788]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:31.4490819Z [00:03:24.788]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:20:31.4495924Z [00:03:24.789]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:20:31.4496802Z [00:03:24.789]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:31.4504112Z [00:03:24.789]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:31.4505283Z [00:03:24.789]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/spiffebundle=/tmp/go-build3619502580/b1488/_pkg_.a
2025-08-20T21:20:31.4506575Z [00:03:24.789]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3619502580/b1264/_pkg_.a
2025-08-20T21:20:31.4507832Z [00:03:24.789]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3619502580/b1297/_pkg_.a
2025-08-20T21:20:31.4508862Z [00:03:24.789]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:31.4509699Z [00:03:24.789]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:31.4510348Z [00:03:24.789]➜  EOF
2025-08-20T21:20:31.4516031Z [00:03:24.789]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1487/_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/b1487=>" -p google.golang.org/grpc/credentials/tls/certprovider -lang=go1.23 -complete -installsuffix shared -buildid cf5Z2rIolTBIeI1AE-VA/cf5Z2rIolTBIeI1AE-VA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1487/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:20:31.5378300Z [00:03:24.877]➜  go tool buildid -w $WORK/b1515/_pkg_.a # internal
2025-08-20T21:20:31.5587887Z [00:03:24.898]➜  cp $WORK/b1515/_pkg_.a /root/.cache/go-build/cc/cc8e0cb06c6cfe1b0f4365a4ce44c82e174de605207058e5977e964e610427df-d # internal
2025-08-20T21:20:31.5600238Z [00:03:24.898]➜  google.golang.org/grpc/internal/credentials/spiffe
2025-08-20T21:20:31.5600923Z [00:03:24.898]➜  mkdir -p $WORK/b1505/
2025-08-20T21:20:31.5601809Z [00:03:24.898]➜  cat >/tmp/go-build3619502580/b1505/importcfg << 'EOF' # internal
2025-08-20T21:20:31.5602473Z [00:03:24.898]➜  # import config
2025-08-20T21:20:31.5603161Z [00:03:24.898]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:31.5604026Z [00:03:24.898]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:31.5605177Z [00:03:24.898]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/spiffebundle=/tmp/go-build3619502580/b1488/_pkg_.a
2025-08-20T21:20:31.5606480Z [00:03:24.898]➜  packagefile github.com/spiffe/go-spiffe/v2/spiffeid=/tmp/go-build3619502580/b1497/_pkg_.a
2025-08-20T21:20:31.5607274Z [00:03:24.898]➜  EOF
2025-08-20T21:20:31.5612458Z [00:03:24.900]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1505/_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/b1505=>" -p google.golang.org/grpc/internal/credentials/spiffe -lang=go1.23 -complete -installsuffix shared -buildid 7IOKUDMrpWAY7MjdHNxZ/7IOKUDMrpWAY7MjdHNxZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1505/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/credentials/spiffe/spiffe.go
2025-08-20T21:20:31.5654692Z [00:03:24.905]➜  go tool buildid -w $WORK/b1487/_pkg_.a # internal
2025-08-20T21:20:31.5671751Z [00:03:24.906]➜  cp $WORK/b1487/_pkg_.a /root/.cache/go-build/2f/2f4cdafb18191f18a4c621f561e6b163c78067e78449c463f66658ba60efc37a-d # internal
2025-08-20T21:20:31.5675970Z [00:03:24.907]➜  github.com/cncf/xds/go/xds/type/v3
2025-08-20T21:20:31.5703983Z [00:03:24.910]➜  mkdir -p $WORK/b1513/
2025-08-20T21:20:31.5711518Z [00:03:24.910]➜  cat >/tmp/go-build3619502580/b1513/importcfg << 'EOF' # internal
2025-08-20T21:20:31.5712475Z [00:03:24.910]➜  # import config
2025-08-20T21:20:31.5713322Z [00:03:24.910]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:31.5714339Z [00:03:24.910]➜  packagefile cel.dev/expr=/tmp/go-build3619502580/b1514/_pkg_.a
2025-08-20T21:20:31.5715360Z [00:03:24.910]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:31.5716275Z [00:03:24.910]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:31.5717435Z [00:03:24.910]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3619502580/b1481/_pkg_.a
2025-08-20T21:20:31.5719687Z [00:03:24.910]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:31.5742880Z [00:03:24.910]➜  packagefile google.golang.org/genproto/googleapis/api/expr/v1alpha1=/tmp/go-build3619502580/b1515/_pkg_.a
2025-08-20T21:20:31.5744791Z [00:03:24.910]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:31.5746989Z [00:03:24.910]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:31.5748832Z [00:03:24.910]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:31.5751492Z [00:03:24.910]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3619502580/b1443/_pkg_.a
2025-08-20T21:20:31.5753529Z [00:03:24.910]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3619502580/b1446/_pkg_.a
2025-08-20T21:20:31.5755826Z [00:03:24.910]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:31.5756811Z [00:03:24.910]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:31.5757642Z [00:03:24.910]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:31.5758451Z [00:03:24.910]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:31.5759385Z [00:03:24.910]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:31.5760171Z [00:03:24.910]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:31.5760973Z [00:03:24.910]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:31.5762007Z [00:03:24.910]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:31.5762814Z [00:03:24.910]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:31.5763738Z [00:03:24.910]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:31.5764403Z [00:03:24.910]➜  EOF
2025-08-20T21:20:31.5772606Z [00:03:24.911]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1513/_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/b1513=>" -p github.com/cncf/xds/go/xds/type/v3 -lang=go1.19 -complete -installsuffix shared -buildid XeyRPaphcyigplJN_OWs/XeyRPaphcyigplJN_OWs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1513/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:20:31.6158803Z [00:03:24.955]➜  go tool buildid -w $WORK/b1505/_pkg_.a # internal
2025-08-20T21:20:31.6177958Z [00:03:24.957]➜  cp $WORK/b1505/_pkg_.a /root/.cache/go-build/db/dba52790fc23859ab11873a307840f6d617338a2929072ed50114b2df628d482-d # internal
2025-08-20T21:20:31.6183876Z [00:03:24.957]➜  google.golang.org/grpc/credentials/tls/certprovider/pemfile
2025-08-20T21:20:31.6184645Z [00:03:24.957]➜  mkdir -p $WORK/b1504/
2025-08-20T21:20:31.6192040Z [00:03:24.958]➜  cat >/tmp/go-build3619502580/b1504/importcfg << 'EOF' # internal
2025-08-20T21:20:31.6205100Z [00:03:24.959]➜  # import config
2025-08-20T21:20:31.6205811Z [00:03:24.959]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:31.6206655Z [00:03:24.959]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:31.6207495Z [00:03:24.959]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:20:31.6208438Z [00:03:24.959]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:20:31.6209316Z [00:03:24.959]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:31.6210195Z [00:03:24.959]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:31.6211019Z [00:03:24.959]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:31.6212357Z [00:03:24.959]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build3619502580/b1487/_pkg_.a
2025-08-20T21:20:31.6213651Z [00:03:24.959]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:31.6224871Z [00:03:24.959]➜  packagefile google.golang.org/grpc/internal/credentials/spiffe=/tmp/go-build3619502580/b1505/_pkg_.a
2025-08-20T21:20:31.6226297Z [00:03:24.959]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3619502580/b1276/_pkg_.a
2025-08-20T21:20:31.6227760Z [00:03:24.959]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:31.6229040Z [00:03:24.959]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:31.6229859Z [00:03:24.959]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:20:31.6230880Z [00:03:24.959]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:31.6231695Z [00:03:24.959]➜  EOF
2025-08-20T21:20:31.6236879Z [00:03:24.959]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1504/_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/b1504=>" -p google.golang.org/grpc/credentials/tls/certprovider/pemfile -lang=go1.23 -complete -installsuffix shared -buildid OJD4p7TLcepMfXquYMN0/OJD4p7TLcepMfXquYMN0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1504/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:20:31.7650412Z [00:03:25.104]➜  go tool buildid -w $WORK/b1504/_pkg_.a # internal
2025-08-20T21:20:31.7723112Z [00:03:25.111]➜  cp $WORK/b1504/_pkg_.a /root/.cache/go-build/87/874601592be5aaf1de168a25a1f3899ee7ce8d9a06cea36cc3a1aae995ad998a-d # internal
2025-08-20T21:20:31.7730146Z [00:03:25.112]➜  google.golang.org/grpc/internal/xds/bootstrap/tlscreds
2025-08-20T21:20:31.7736839Z [00:03:25.113]➜  mkdir -p $WORK/b1503/
2025-08-20T21:20:31.7753394Z [00:03:25.114]➜  cat >/tmp/go-build3619502580/b1503/importcfg << 'EOF' # internal
2025-08-20T21:20:31.7765350Z [00:03:25.114]➜  # import config
2025-08-20T21:20:31.7766043Z [00:03:25.114]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:31.7766908Z [00:03:25.114]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:20:31.7768012Z [00:03:25.114]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:31.7768896Z [00:03:25.114]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:31.7769681Z [00:03:25.114]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:31.7770681Z [00:03:25.114]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3619502580/b1260/_pkg_.a
2025-08-20T21:20:31.7772197Z [00:03:25.114]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build3619502580/b1487/_pkg_.a
2025-08-20T21:20:31.7773746Z [00:03:25.114]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider/pemfile=/tmp/go-build3619502580/b1504/_pkg_.a
2025-08-20T21:20:31.7790467Z [00:03:25.114]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:31.7791640Z [00:03:25.114]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:31.7792270Z [00:03:25.115]➜  EOF
2025-08-20T21:20:31.7796603Z [00:03:25.118]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1503/_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/b1503=>" -p google.golang.org/grpc/internal/xds/bootstrap/tlscreds -lang=go1.23 -complete -installsuffix shared -buildid apNTGQBiEZgXU8Be8rUa/apNTGQBiEZgXU8Be8rUa -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/xds/bootstrap/tlscreds/bundle.go
2025-08-20T21:20:31.8172627Z [00:03:25.156]➜  go tool buildid -w $WORK/b1513/_pkg_.a # internal
2025-08-20T21:20:31.8234583Z [00:03:25.163]➜  cp $WORK/b1513/_pkg_.a /root/.cache/go-build/b4/b4d1194738932eb55bd031994aab10afa0d0dc19f13d541bfd49244bea3bdf48-d # internal
2025-08-20T21:20:31.8252976Z [00:03:25.164]➜  github.com/cncf/xds/go/xds/type/matcher/v3
2025-08-20T21:20:31.8264891Z [00:03:25.166]➜  mkdir -p $WORK/b1512/
2025-08-20T21:20:31.8273228Z [00:03:25.166]➜  cat >/tmp/go-build3619502580/b1512/importcfg << 'EOF' # internal
2025-08-20T21:20:31.8275326Z [00:03:25.166]➜  # import config
2025-08-20T21:20:31.8276005Z [00:03:25.166]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:31.8276855Z [00:03:25.166]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:31.8277849Z [00:03:25.166]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:31.8278906Z [00:03:25.166]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3619502580/b1481/_pkg_.a
2025-08-20T21:20:31.8280089Z [00:03:25.166]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build3619502580/b1482/_pkg_.a
2025-08-20T21:20:31.8281449Z [00:03:25.166]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build3619502580/b1513/_pkg_.a
2025-08-20T21:20:31.8282775Z [00:03:25.166]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:31.8284328Z [00:03:25.166]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:31.8285693Z [00:03:25.166]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:31.8287018Z [00:03:25.166]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:31.8288038Z [00:03:25.166]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:31.8288845Z [00:03:25.166]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:31.8289644Z [00:03:25.166]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:31.8290451Z [00:03:25.166]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:31.8302119Z [00:03:25.166]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:31.8303029Z [00:03:25.166]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:31.8303821Z [00:03:25.166]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:31.8304744Z [00:03:25.166]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:31.8305539Z [00:03:25.166]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:31.8306374Z [00:03:25.166]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:31.8307008Z [00:03:25.166]➜  EOF
2025-08-20T21:20:31.8324216Z [00:03:25.167]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1512/_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/b1512=>" -p github.com/cncf/xds/go/xds/type/matcher/v3 -lang=go1.19 -complete -installsuffix shared -buildid ZK9umWNAvkEfJPD0XYrV/ZK9umWNAvkEfJPD0XYrV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1512/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:20:31.8366109Z [00:03:25.176]➜  go tool buildid -w $WORK/b1503/_pkg_.a # internal
2025-08-20T21:20:31.8375493Z [00:03:25.177]➜  cp $WORK/b1503/_pkg_.a /root/.cache/go-build/85/8518caaeef09d34091d5fce4d86aa6a1cd7c5ba0573e94e142fc772537dc47f1-d # internal
2025-08-20T21:20:31.8380502Z [00:03:25.177]➜  google.golang.org/grpc/xds/bootstrap
2025-08-20T21:20:31.8435746Z [00:03:25.183]➜  mkdir -p $WORK/b1502/
2025-08-20T21:20:31.8442120Z [00:03:25.183]➜  cat >/tmp/go-build3619502580/b1502/importcfg << 'EOF' # internal
2025-08-20T21:20:31.8442800Z [00:03:25.183]➜  # import config
2025-08-20T21:20:31.8443955Z [00:03:25.183]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:31.8444978Z [00:03:25.183]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3619502580/b1260/_pkg_.a
2025-08-20T21:20:31.8446173Z [00:03:25.183]➜  packagefile google.golang.org/grpc/credentials/google=/tmp/go-build3619502580/b1420/_pkg_.a
2025-08-20T21:20:31.8447419Z [00:03:25.183]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3619502580/b1282/_pkg_.a
2025-08-20T21:20:31.8448764Z [00:03:25.183]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap/tlscreds=/tmp/go-build3619502580/b1503/_pkg_.a
2025-08-20T21:20:31.8449662Z [00:03:25.183]➜  EOF
2025-08-20T21:20:31.8454021Z [00:03:25.183]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1502/_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/b1502=>" -p google.golang.org/grpc/xds/bootstrap -lang=go1.23 -complete -installsuffix shared -buildid RLfSsDlasYKJHYyj4Ukw/RLfSsDlasYKJHYyj4Ukw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1502/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:20:31.9027729Z [00:03:25.242]➜  go tool buildid -w $WORK/b1502/_pkg_.a # internal
2025-08-20T21:20:31.9035487Z [00:03:25.243]➜  cp $WORK/b1502/_pkg_.a /root/.cache/go-build/a2/a2bdcbcd2b4a8318724444ed20d6156ed60629d1bc1f4537e3fbe27c8d819c85-d # internal
2025-08-20T21:20:31.9039114Z [00:03:25.243]➜  github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3
2025-08-20T21:20:31.9046923Z [00:03:25.244]➜  mkdir -p $WORK/b1516/
2025-08-20T21:20:31.9049433Z [00:03:25.244]➜  cat >/tmp/go-build3619502580/b1516/importcfg << 'EOF' # internal
2025-08-20T21:20:31.9050171Z [00:03:25.244]➜  # import config
2025-08-20T21:20:31.9050844Z [00:03:25.244]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:31.9051917Z [00:03:25.244]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:31.9052740Z [00:03:25.244]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:31.9053801Z [00:03:25.244]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:31.9055178Z [00:03:25.244]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:31.9056632Z [00:03:25.244]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:31.9058049Z [00:03:25.244]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:31.9059643Z [00:03:25.244]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:31.9060728Z [00:03:25.244]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:31.9061971Z [00:03:25.244]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:31.9062782Z [00:03:25.244]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:31.9063602Z [00:03:25.244]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:31.9064491Z [00:03:25.244]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:31.9065292Z [00:03:25.244]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:31.9066099Z [00:03:25.244]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:31.9067028Z [00:03:25.244]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:31.9068006Z [00:03:25.244]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:31.9068918Z [00:03:25.244]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:31.9069587Z [00:03:25.244]➜  EOF
2025-08-20T21:20:31.9075167Z [00:03:25.244]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1516/_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/b1516=>" -p github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3 -lang=go1.22 -complete -installsuffix shared -buildid jp4EAh8PSj2pW_othOTE/jp4EAh8PSj2pW_othOTE -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/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:20:32.0883046Z [00:03:25.427]➜  go tool buildid -w $WORK/b1516/_pkg_.a # internal
2025-08-20T21:20:32.0922200Z [00:03:25.431]➜  cp $WORK/b1516/_pkg_.a /root/.cache/go-build/43/4378786d16b39f83ad0992fc15f3949e2b0ea00b783178bdb2efe1da7207a3c7-d # internal
2025-08-20T21:20:32.0925264Z [00:03:25.432]➜  github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3
2025-08-20T21:20:32.0926627Z [00:03:25.432]➜  mkdir -p $WORK/b1517/
2025-08-20T21:20:32.0936517Z [00:03:25.433]➜  cat >/tmp/go-build3619502580/b1517/importcfg << 'EOF' # internal
2025-08-20T21:20:32.0937269Z [00:03:25.433]➜  # import config
2025-08-20T21:20:32.0937966Z [00:03:25.433]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:32.0938826Z [00:03:25.433]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:32.0939576Z [00:03:25.433]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:32.0940747Z [00:03:25.433]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:32.0942409Z [00:03:25.433]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3=/tmp/go-build3619502580/b1516/_pkg_.a
2025-08-20T21:20:32.0944067Z [00:03:25.433]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:32.0945640Z [00:03:25.433]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:32.0947152Z [00:03:25.433]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:32.0948696Z [00:03:25.433]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:32.0949882Z [00:03:25.433]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:32.0950796Z [00:03:25.433]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:32.0951957Z [00:03:25.433]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:32.0953171Z [00:03:25.433]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:32.0954167Z [00:03:25.433]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:32.0955142Z [00:03:25.433]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:32.0956346Z [00:03:25.433]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:32.0957283Z [00:03:25.433]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:32.0958217Z [00:03:25.433]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:32.0959197Z [00:03:25.433]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:32.0959974Z [00:03:25.433]➜  EOF
2025-08-20T21:20:32.0966968Z [00:03:25.433]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1517/_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/b1517=>" -p github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3 -lang=go1.22 -complete -installsuffix shared -buildid j6QvhbA4nfexwvc64YBh/j6QvhbA4nfexwvc64YBh -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/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:20:32.2256967Z [00:03:25.565]➜  go tool buildid -w $WORK/b1517/_pkg_.a # internal
2025-08-20T21:20:32.2330615Z [00:03:25.572]➜  cp $WORK/b1517/_pkg_.a /root/.cache/go-build/59/597bd3b9fe186b72a968f222afd699a4fca5e18b6963585a3bd31143cdf1e4ad-d # internal
2025-08-20T21:20:32.2335854Z [00:03:25.573]➜  github.com/envoyproxy/go-control-plane/envoy/config/overload/v3
2025-08-20T21:20:32.2338953Z [00:03:25.573]➜  mkdir -p $WORK/b1523/
2025-08-20T21:20:32.2350316Z [00:03:25.574]➜  cat >/tmp/go-build3619502580/b1523/importcfg << 'EOF' # internal
2025-08-20T21:20:32.2351405Z [00:03:25.574]➜  # import config
2025-08-20T21:20:32.2352159Z [00:03:25.574]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:32.2353035Z [00:03:25.574]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:32.2353931Z [00:03:25.574]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:32.2356340Z [00:03:25.574]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:32.2357708Z [00:03:25.574]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3619502580/b1486/_pkg_.a
2025-08-20T21:20:32.2359131Z [00:03:25.574]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:32.2360509Z [00:03:25.574]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:32.2361971Z [00:03:25.574]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:32.2363291Z [00:03:25.574]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:32.2364586Z [00:03:25.574]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:32.2365572Z [00:03:25.574]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:32.2366330Z [00:03:25.574]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:32.2367097Z [00:03:25.574]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:32.2367886Z [00:03:25.574]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:32.2368667Z [00:03:25.574]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:32.2369448Z [00:03:25.574]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:32.2370245Z [00:03:25.574]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:32.2371382Z [00:03:25.574]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:32.2372167Z [00:03:25.574]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:32.2372997Z [00:03:25.574]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:32.2373774Z [00:03:25.574]➜  EOF
2025-08-20T21:20:32.2378973Z [00:03:25.575]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1523/_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/b1523=>" -p github.com/envoyproxy/go-control-plane/envoy/config/overload/v3 -lang=go1.22 -complete -installsuffix shared -buildid GnX9Rhu1RkPRUqb7fKLN/GnX9Rhu1RkPRUqb7fKLN -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/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:20:32.7823135Z [00:03:26.121]➜  go tool buildid -w $WORK/b1523/_pkg_.a # internal
2025-08-20T21:20:32.7916069Z [00:03:26.131]➜  cp $WORK/b1523/_pkg_.a /root/.cache/go-build/3f/3f52e6617c9ea77e442974aef80d52a251b8006e7a86554b13b8adca02413bf1-d # internal
2025-08-20T21:20:32.7918438Z [00:03:26.131]➜  google.golang.org/grpc/internal/admin
2025-08-20T21:20:32.7918991Z [00:03:26.131]➜  mkdir -p $WORK/b1528/
2025-08-20T21:20:32.7919674Z [00:03:26.131]➜  cat >/tmp/go-build3619502580/b1528/importcfg << 'EOF' # internal
2025-08-20T21:20:32.7920271Z [00:03:26.131]➜  # import config
2025-08-20T21:20:32.7920971Z [00:03:26.131]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:32.7921859Z [00:03:26.131]➜  EOF
2025-08-20T21:20:32.7925771Z [00:03:26.131]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1528/_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/b1528=>" -p google.golang.org/grpc/internal/admin -lang=go1.23 -complete -installsuffix shared -buildid 4j_rna5whtysCvDpo2F_/4j_rna5whtysCvDpo2F_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1528/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/admin/admin.go
2025-08-20T21:20:32.8367025Z [00:03:26.176]➜  go tool buildid -w $WORK/b1528/_pkg_.a # internal
2025-08-20T21:20:32.8375643Z [00:03:26.177]➜  cp $WORK/b1528/_pkg_.a /root/.cache/go-build/73/733acff40ff90639fe99ae02f3ad379b02db0bb9dedd355d9afcecddd76a78ba-d # internal
2025-08-20T21:20:32.8378987Z [00:03:26.177]➜  google.golang.org/grpc/xds/internal/xdsclient/load
2025-08-20T21:20:32.8380819Z [00:03:26.177]➜  mkdir -p $WORK/b1532/
2025-08-20T21:20:32.8392393Z [00:03:26.178]➜  cat >/tmp/go-build3619502580/b1532/importcfg << 'EOF' # internal
2025-08-20T21:20:32.8394220Z [00:03:26.178]➜  # import config
2025-08-20T21:20:32.8394922Z [00:03:26.178]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:32.8395791Z [00:03:26.178]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:32.8396627Z [00:03:26.178]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:32.8397230Z [00:03:26.178]➜  EOF
2025-08-20T21:20:32.8401901Z [00:03:26.178]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1532/_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/b1532=>" -p google.golang.org/grpc/xds/internal/xdsclient/load -lang=go1.23 -complete -installsuffix shared -buildid 4D_EtI5uakTC-sIwiqAQ/4D_EtI5uakTC-sIwiqAQ -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/load/reporter.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/load/store.go
2025-08-20T21:20:32.8953021Z [00:03:26.234]➜  go tool buildid -w $WORK/b1512/_pkg_.a # internal
2025-08-20T21:20:32.9139834Z [00:03:26.253]➜  cp $WORK/b1512/_pkg_.a /root/.cache/go-build/b9/b9f72776afc7642e99a61db2489e71eab6dab4c6597ffb265d70a5fbe3efff8e-d # internal
2025-08-20T21:20:32.9142575Z [00:03:26.253]➜  github.com/cncf/xds/go/udpa/type/v1
2025-08-20T21:20:32.9173734Z [00:03:26.257]➜  mkdir -p $WORK/b1537/
2025-08-20T21:20:32.9181673Z [00:03:26.257]➜  cat >/tmp/go-build3619502580/b1537/importcfg << 'EOF' # internal
2025-08-20T21:20:32.9183574Z [00:03:26.257]➜  # import config
2025-08-20T21:20:32.9184265Z [00:03:26.257]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:32.9185644Z [00:03:26.257]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:32.9186427Z [00:03:26.257]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:32.9187690Z [00:03:26.257]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:32.9189086Z [00:03:26.257]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:32.9190401Z [00:03:26.257]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:32.9191921Z [00:03:26.257]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3619502580/b1443/_pkg_.a
2025-08-20T21:20:32.9192968Z [00:03:26.257]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:32.9193749Z [00:03:26.257]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:32.9194543Z [00:03:26.257]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:32.9195325Z [00:03:26.257]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:32.9196103Z [00:03:26.257]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:32.9196870Z [00:03:26.257]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:32.9197884Z [00:03:26.257]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:32.9198683Z [00:03:26.257]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:32.9199428Z [00:03:26.257]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:32.9200238Z [00:03:26.257]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:32.9200861Z [00:03:26.257]➜  EOF
2025-08-20T21:20:32.9206072Z [00:03:26.258]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1537/_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/b1537=>" -p github.com/cncf/xds/go/udpa/type/v1 -lang=go1.19 -complete -installsuffix shared -buildid AWi2H-L7CZ-POXJENoXN/AWi2H-L7CZ-POXJENoXN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1537/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:20:33.0197842Z [00:03:26.359]➜  go tool buildid -w $WORK/b1537/_pkg_.a # internal
2025-08-20T21:20:33.0220298Z [00:03:26.361]➜  cp $WORK/b1537/_pkg_.a /root/.cache/go-build/19/197a015f2c826d10537c8eef9c5cb82501a6ac06a84db8644c1a479b2cbc1b2a-d # internal
2025-08-20T21:20:33.0224827Z [00:03:26.362]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3
2025-08-20T21:20:33.0227133Z [00:03:26.362]➜  mkdir -p $WORK/b1538/
2025-08-20T21:20:33.0237974Z [00:03:26.363]➜  cat >/tmp/go-build3619502580/b1538/importcfg << 'EOF' # internal
2025-08-20T21:20:33.0240135Z [00:03:26.363]➜  # import config
2025-08-20T21:20:33.0241335Z [00:03:26.363]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:33.0242235Z [00:03:26.363]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:33.0243260Z [00:03:26.363]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:33.0244329Z [00:03:26.363]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:33.0245870Z [00:03:26.363]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:33.0247168Z [00:03:26.363]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:33.0248533Z [00:03:26.363]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:33.0249886Z [00:03:26.363]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:33.0250940Z [00:03:26.363]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:33.0252146Z [00:03:26.363]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:33.0253003Z [00:03:26.363]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:33.0253804Z [00:03:26.363]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:33.0254586Z [00:03:26.363]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:33.0255383Z [00:03:26.363]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:33.0256176Z [00:03:26.363]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:33.0256974Z [00:03:26.363]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:33.0257758Z [00:03:26.363]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:33.0258573Z [00:03:26.363]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:33.0259184Z [00:03:26.363]➜  EOF
2025-08-20T21:20:33.0265377Z [00:03:26.363]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1538/_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/b1538=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3 -lang=go1.22 -complete -installsuffix shared -buildid NJTT1hWYeFugFeKvSKuH/NJTT1hWYeFugFeKvSKuH -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/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:20:33.1219416Z [00:03:26.461]➜  go tool buildid -w $WORK/b1538/_pkg_.a # internal
2025-08-20T21:20:33.1256252Z [00:03:26.465]➜  cp $WORK/b1538/_pkg_.a /root/.cache/go-build/be/be8858bd19ff7adaffed06c8550944ea854292338d2cebd569707ad888a09264-d # internal
2025-08-20T21:20:33.1258872Z [00:03:26.465]➜  github.com/envoyproxy/go-control-plane/envoy/type/http/v3
2025-08-20T21:20:33.1259626Z [00:03:26.465]➜  mkdir -p $WORK/b1540/
2025-08-20T21:20:33.1267879Z [00:03:26.466]➜  cat >/tmp/go-build3619502580/b1540/importcfg << 'EOF' # internal
2025-08-20T21:20:33.1269547Z [00:03:26.466]➜  # import config
2025-08-20T21:20:33.1270232Z [00:03:26.466]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:33.1283057Z [00:03:26.466]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:33.1283901Z [00:03:26.466]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:33.1284981Z [00:03:26.466]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:33.1286349Z [00:03:26.466]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:33.1287770Z [00:03:26.466]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:33.1289364Z [00:03:26.466]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:33.1290695Z [00:03:26.466]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:33.1292717Z [00:03:26.466]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:33.1293822Z [00:03:26.466]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:33.1294661Z [00:03:26.467]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:33.1295481Z [00:03:26.467]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:33.1296305Z [00:03:26.467]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:33.1297100Z [00:03:26.467]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:33.1298068Z [00:03:26.467]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:33.1299091Z [00:03:26.467]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:33.1299920Z [00:03:26.467]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:33.1300685Z [00:03:26.467]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:33.1301652Z [00:03:26.467]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:33.1302298Z [00:03:26.467]➜  EOF
2025-08-20T21:20:33.1308910Z [00:03:26.467]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1540/_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/b1540=>" -p github.com/envoyproxy/go-control-plane/envoy/type/http/v3 -lang=go1.22 -complete -installsuffix shared -buildid YS4Qkh3EJ6HQN-bA-CWX/YS4Qkh3EJ6HQN-bA-CWX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1540/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:20:33.1335980Z [00:03:26.473]➜  go tool buildid -w $WORK/b1532/_pkg_.a # internal
2025-08-20T21:20:33.1409793Z [00:03:26.480]➜  cp $WORK/b1532/_pkg_.a /root/.cache/go-build/a7/a7c10f15fdbba4ea69072643cb5f5fd05fa1b7863cca9215379a2e9b44049211-d # internal
2025-08-20T21:20:33.1416032Z [00:03:26.481]➜  google.golang.org/grpc/internal/xds/matcher
2025-08-20T21:20:33.1417529Z [00:03:26.481]➜  mkdir -p $WORK/b1541/
2025-08-20T21:20:33.1425334Z [00:03:26.482]➜  cat >/tmp/go-build3619502580/b1541/importcfg << 'EOF' # internal
2025-08-20T21:20:33.1427219Z [00:03:26.482]➜  # import config
2025-08-20T21:20:33.1427911Z [00:03:26.482]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:33.1428726Z [00:03:26.482]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:33.1429928Z [00:03:26.482]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3619502580/b1485/_pkg_.a
2025-08-20T21:20:33.1431723Z [00:03:26.482]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3619502580/b1284/_pkg_.a
2025-08-20T21:20:33.1433583Z [00:03:26.482]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:20:33.1434572Z [00:03:26.482]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:33.1435401Z [00:03:26.482]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:33.1436212Z [00:03:26.482]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:33.1436828Z [00:03:26.482]➜  EOF
2025-08-20T21:20:33.1441732Z [00:03:26.483]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1541/_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/b1541=>" -p google.golang.org/grpc/internal/xds/matcher -lang=go1.23 -complete -installsuffix shared -buildid eGkcEcLf-fe4ddecsntI/eGkcEcLf-fe4ddecsntI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1541/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:20:33.2753915Z [00:03:26.615]➜  go tool buildid -w $WORK/b1541/_pkg_.a # internal
2025-08-20T21:20:33.2776950Z [00:03:26.617]➜  cp $WORK/b1541/_pkg_.a /root/.cache/go-build/5d/5dbdfb30f91a48ed5f1aa31ab50121aacb3e7ca135e541da5e71db8a8305cebc-d # internal
2025-08-20T21:20:33.2806912Z [00:03:26.620]➜  google.golang.org/grpc/xds/internal
2025-08-20T21:20:33.2808698Z [00:03:26.620]➜  mkdir -p $WORK/b1542/
2025-08-20T21:20:33.2817043Z [00:03:26.621]➜  cat >/tmp/go-build3619502580/b1542/importcfg << 'EOF' # internal
2025-08-20T21:20:33.2818985Z [00:03:26.621]➜  # import config
2025-08-20T21:20:33.2819738Z [00:03:26.621]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:33.2820612Z [00:03:26.621]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:33.2821856Z [00:03:26.621]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:33.2822681Z [00:03:26.621]➜  EOF
2025-08-20T21:20:33.2830374Z [00:03:26.622]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1542/_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/b1542=>" -p google.golang.org/grpc/xds/internal -lang=go1.23 -complete -installsuffix shared -buildid _niXOnVLdvTz-QZWYJ5E/_niXOnVLdvTz-QZWYJ5E -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/internal.go
2025-08-20T21:20:33.3408028Z [00:03:26.680]➜  go tool buildid -w $WORK/b1542/_pkg_.a # internal
2025-08-20T21:20:33.3422660Z [00:03:26.681]➜  cp $WORK/b1542/_pkg_.a /root/.cache/go-build/13/13646591fd24210702e212fbfb070b10f79650652cd0fdfa56c5611ff7160832-d # internal
2025-08-20T21:20:33.3427629Z [00:03:26.682]➜  go tool buildid -w $WORK/b1540/_pkg_.a # internal
2025-08-20T21:20:33.3456884Z [00:03:26.685]➜  google.golang.org/grpc/xds/internal/clusterspecifier
2025-08-20T21:20:33.3460507Z [00:03:26.685]➜  mkdir -p $WORK/b1543/
2025-08-20T21:20:33.3478836Z [00:03:26.687]➜  cat >/tmp/go-build3619502580/b1543/importcfg << 'EOF' # internal
2025-08-20T21:20:33.3479555Z [00:03:26.687]➜  # import config
2025-08-20T21:20:33.3480399Z [00:03:26.687]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:33.3481164Z [00:03:26.687]➜  EOF
2025-08-20T21:20:33.3489189Z [00:03:26.688]➜  cp $WORK/b1540/_pkg_.a /root/.cache/go-build/2c/2c04fc5d786a7bc5a23f2557a74420e874235a5236fad86b392399d47bcd04a3-d # internal
2025-08-20T21:20:33.3504346Z [00:03:26.689]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1543/_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/b1543=>" -p google.golang.org/grpc/xds/internal/clusterspecifier -lang=go1.23 -complete -installsuffix shared -buildid tE1HUjdFHeXtpNR8dSmj/tE1HUjdFHeXtpNR8dSmj -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/clusterspecifier/cluster_specifier.go
2025-08-20T21:20:33.3514575Z [00:03:26.691]➜  google.golang.org/grpc/xds/internal/httpfilter
2025-08-20T21:20:33.3516575Z [00:03:26.691]➜  mkdir -p $WORK/b1544/
2025-08-20T21:20:33.3529816Z [00:03:26.692]➜  cat >/tmp/go-build3619502580/b1544/importcfg << 'EOF' # internal
2025-08-20T21:20:33.3531967Z [00:03:26.692]➜  # import config
2025-08-20T21:20:33.3532806Z [00:03:26.692]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3619502580/b1301/_pkg_.a
2025-08-20T21:20:33.3533880Z [00:03:26.692]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:33.3534564Z [00:03:26.692]➜  EOF
2025-08-20T21:20:33.3543810Z [00:03:26.693]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1544/_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/b1544=>" -p google.golang.org/grpc/xds/internal/httpfilter -lang=go1.23 -complete -installsuffix shared -buildid oUjY1P1QD_4LZ9ohnDh8/oUjY1P1QD_4LZ9ohnDh8 -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/httpfilter/httpfilter.go
2025-08-20T21:20:33.3887523Z [00:03:26.728]➜  go tool buildid -w $WORK/b1544/_pkg_.a # internal
2025-08-20T21:20:33.3905850Z [00:03:26.730]➜  cp $WORK/b1544/_pkg_.a /root/.cache/go-build/67/67a62827679da646a90ed41d9e152ab15b9a8856439407b9104792dff0930a0a-d # internal
2025-08-20T21:20:33.3911180Z [00:03:26.730]➜  google.golang.org/grpc/balancer/leastrequest
2025-08-20T21:20:33.3913202Z [00:03:26.730]➜  mkdir -p $WORK/b1551/
2025-08-20T21:20:33.3921325Z [00:03:26.731]➜  cat >/tmp/go-build3619502580/b1551/importcfg << 'EOF' # internal
2025-08-20T21:20:33.3922052Z [00:03:26.731]➜  # import config
2025-08-20T21:20:33.3922776Z [00:03:26.731]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:33.3923640Z [00:03:26.731]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:33.3924674Z [00:03:26.732]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3619502580/b1254/_pkg_.a
2025-08-20T21:20:33.3925959Z [00:03:26.732]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build3619502580/b1280/_pkg_.a
2025-08-20T21:20:33.3927381Z [00:03:26.732]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build3619502580/b1273/_pkg_.a
2025-08-20T21:20:33.3928674Z [00:03:26.732]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3619502580/b1257/_pkg_.a
2025-08-20T21:20:33.3929767Z [00:03:26.732]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:33.3930892Z [00:03:26.732]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:20:33.3932150Z [00:03:26.732]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:33.3933285Z [00:03:26.732]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3619502580/b1265/_pkg_.a
2025-08-20T21:20:33.3934280Z [00:03:26.732]➜  packagefile math/rand/v2=/tmp/go-build3619502580/b103/_pkg_.a
2025-08-20T21:20:33.3952851Z [00:03:26.732]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:33.3953653Z [00:03:26.732]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:33.3954421Z [00:03:26.732]➜  EOF
2025-08-20T21:20:33.3958232Z [00:03:26.732]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1551/_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/b1551=>" -p google.golang.org/grpc/balancer/leastrequest -lang=go1.23 -complete -installsuffix shared -buildid HlanDBi2Zs9UF746HHr6/HlanDBi2Zs9UF746HHr6 -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/leastrequest/leastrequest.go
2025-08-20T21:20:33.3995461Z [00:03:26.738]➜  go tool buildid -w $WORK/b1543/_pkg_.a # internal
2025-08-20T21:20:33.4000731Z [00:03:26.739]➜  cp $WORK/b1543/_pkg_.a /root/.cache/go-build/3d/3da3ffbbda97058cc4e7e8f5977c51dc84df393e892355f466ea7649a95033af-d # internal
2025-08-20T21:20:33.4002585Z [00:03:26.740]➜  container/heap
2025-08-20T21:20:33.4004177Z [00:03:26.740]➜  mkdir -p $WORK/b1555/
2025-08-20T21:20:33.4009919Z [00:03:26.740]➜  cat >/tmp/go-build3619502580/b1555/importcfg << 'EOF' # internal
2025-08-20T21:20:33.4010578Z [00:03:26.740]➜  # import config
2025-08-20T21:20:33.4011179Z [00:03:26.740]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:33.4011908Z [00:03:26.740]➜  EOF
2025-08-20T21:20:33.4047601Z [00:03:26.744]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1555/_pkg_.a -trimpath "/root/.go/src/container/heap=>container/heap;$WORK/b1555=>" -p container/heap -lang=go1.25 -std -complete -installsuffix shared -buildid ho5EPkMTbYPgrHo_7q-E/ho5EPkMTbYPgrHo_7q-E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1555/importcfg -pack /root/.go/src/container/heap/heap.go
2025-08-20T21:20:33.4339678Z [00:03:26.772]➜  go tool buildid -w $WORK/b1555/_pkg_.a # internal
2025-08-20T21:20:33.4342050Z [00:03:26.772]➜  cp $WORK/b1555/_pkg_.a /root/.cache/go-build/e7/e73d2d6b7302bafc886571ac4b1ebffd5db451286e5dd4c82c93e5111ce11e3a-d # internal
2025-08-20T21:20:33.4344166Z [00:03:26.773]➜  google.golang.org/grpc/internal/wrr
2025-08-20T21:20:33.4345064Z [00:03:26.773]➜  mkdir -p $WORK/b1554/
2025-08-20T21:20:33.4345793Z [00:03:26.773]➜  cat >/tmp/go-build3619502580/b1554/importcfg << 'EOF' # internal
2025-08-20T21:20:33.4346460Z [00:03:26.773]➜  # import config
2025-08-20T21:20:33.4347084Z [00:03:26.773]➜  packagefile container/heap=/tmp/go-build3619502580/b1555/_pkg_.a
2025-08-20T21:20:33.4347822Z [00:03:26.773]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:33.4348636Z [00:03:26.773]➜  packagefile math/rand/v2=/tmp/go-build3619502580/b103/_pkg_.a
2025-08-20T21:20:33.4349422Z [00:03:26.773]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:33.4350193Z [00:03:26.773]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:33.4350795Z [00:03:26.773]➜  EOF
2025-08-20T21:20:33.4355407Z [00:03:26.774]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1554/_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/b1554=>" -p google.golang.org/grpc/internal/wrr -lang=go1.23 -complete -installsuffix shared -buildid 48xxci7tehBl0KdQHSGc/48xxci7tehBl0KdQHSGc -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/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:20:33.4828352Z [00:03:26.822]➜  go tool buildid -w $WORK/b1554/_pkg_.a # internal
2025-08-20T21:20:33.4839451Z [00:03:26.823]➜  cp $WORK/b1554/_pkg_.a /root/.cache/go-build/91/913208b804d15787deb95cc752ba8528ebcbfac0969d265eb379dba6e7a61b67-d # internal
2025-08-20T21:20:33.4842848Z [00:03:26.823]➜  google.golang.org/grpc/balancer/weightedtarget/weightedaggregator
2025-08-20T21:20:33.4844154Z [00:03:26.824]➜  mkdir -p $WORK/b1553/
2025-08-20T21:20:33.4852381Z [00:03:26.824]➜  cat >/tmp/go-build3619502580/b1553/importcfg << 'EOF' # internal
2025-08-20T21:20:33.4853714Z [00:03:26.824]➜  # import config
2025-08-20T21:20:33.4854396Z [00:03:26.824]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:33.4855408Z [00:03:26.824]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:33.4856376Z [00:03:26.824]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3619502580/b1254/_pkg_.a
2025-08-20T21:20:33.4857544Z [00:03:26.824]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3619502580/b1270/_pkg_.a
2025-08-20T21:20:33.4858542Z [00:03:26.824]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3619502580/b1257/_pkg_.a
2025-08-20T21:20:33.4859750Z [00:03:26.824]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:20:33.4861003Z [00:03:26.824]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build3619502580/b1554/_pkg_.a
2025-08-20T21:20:33.4862206Z [00:03:26.824]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:33.4862792Z [00:03:26.824]➜  EOF
2025-08-20T21:20:33.4867488Z [00:03:26.825]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1553/_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/b1553=>" -p google.golang.org/grpc/balancer/weightedtarget/weightedaggregator -lang=go1.23 -complete -installsuffix shared -buildid 5A8C38AMKFvCgT7XNVWn/5A8C38AMKFvCgT7XNVWn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1553/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/weightedtarget/weightedaggregator/aggregator.go
2025-08-20T21:20:33.5348780Z [00:03:26.874]➜  go tool buildid -w $WORK/b1551/_pkg_.a # internal
2025-08-20T21:20:33.5379197Z [00:03:26.877]➜  cp $WORK/b1551/_pkg_.a /root/.cache/go-build/cb/cb89140a98949f7ad4a7ef011c5190ebc7be53afab2b2d9b5000d01417783112-d # internal
2025-08-20T21:20:33.5387011Z [00:03:26.878]➜  google.golang.org/grpc/internal/hierarchy
2025-08-20T21:20:33.5392012Z [00:03:26.878]➜  mkdir -p $WORK/b1556/
2025-08-20T21:20:33.5447353Z [00:03:26.884]➜  cat >/tmp/go-build3619502580/b1556/importcfg << 'EOF' # internal
2025-08-20T21:20:33.5448145Z [00:03:26.884]➜  # import config
2025-08-20T21:20:33.5449032Z [00:03:26.884]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:33.5449834Z [00:03:26.884]➜  EOF
2025-08-20T21:20:33.5453994Z [00:03:26.884]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1556/_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/b1556=>" -p google.golang.org/grpc/internal/hierarchy -lang=go1.23 -complete -installsuffix shared -buildid W6hOhZ-UiOxX2GwXDbAQ/W6hOhZ-UiOxX2GwXDbAQ -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/hierarchy/hierarchy.go
2025-08-20T21:20:33.5499998Z [00:03:26.889]➜  go tool buildid -w $WORK/b1553/_pkg_.a # internal
2025-08-20T21:20:33.5513342Z [00:03:26.890]➜  cp $WORK/b1553/_pkg_.a /root/.cache/go-build/ad/ada24963abee3de518f427ac7240c3f2db0b1942da94f7a26f0a6e148c19e8b9-d # internal
2025-08-20T21:20:33.5518298Z [00:03:26.891]➜  google.golang.org/grpc/internal/balancer/nop
2025-08-20T21:20:33.5526046Z [00:03:26.891]➜  mkdir -p $WORK/b1558/
2025-08-20T21:20:33.5526893Z [00:03:26.891]➜  cat >/tmp/go-build3619502580/b1558/importcfg << 'EOF' # internal
2025-08-20T21:20:33.5527606Z [00:03:26.891]➜  # import config
2025-08-20T21:20:33.5528465Z [00:03:26.891]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3619502580/b1254/_pkg_.a
2025-08-20T21:20:33.5529716Z [00:03:26.891]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3619502580/b1270/_pkg_.a
2025-08-20T21:20:33.5530993Z [00:03:26.891]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3619502580/b1257/_pkg_.a
2025-08-20T21:20:33.5532235Z [00:03:26.891]➜  EOF
2025-08-20T21:20:33.5536217Z [00:03:26.891]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1558/_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/b1558=>" -p google.golang.org/grpc/internal/balancer/nop -lang=go1.23 -complete -installsuffix shared -buildid oRyqcHOGorbqHLDXXyZl/oRyqcHOGorbqHLDXXyZl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1558/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/balancer/nop/nop.go
2025-08-20T21:20:33.5660452Z [00:03:26.905]➜  go tool buildid -w $WORK/b1558/_pkg_.a # internal
2025-08-20T21:20:33.5669288Z [00:03:26.906]➜  cp $WORK/b1558/_pkg_.a /root/.cache/go-build/c1/c12a6a4d9b9dbf6c981a06511476e562478d4a44f3b3b5cce4d00aa8863502f2-d # internal
2025-08-20T21:20:33.5673440Z [00:03:26.906]➜  google.golang.org/grpc/internal/credentials/xds
2025-08-20T21:20:33.5674149Z [00:03:26.906]➜  mkdir -p $WORK/b1559/
2025-08-20T21:20:33.5680633Z [00:03:26.907]➜  cat >/tmp/go-build3619502580/b1559/importcfg << 'EOF' # internal
2025-08-20T21:20:33.5681581Z [00:03:26.907]➜  # import config
2025-08-20T21:20:33.5682313Z [00:03:26.907]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:33.5683265Z [00:03:26.907]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:20:33.5684207Z [00:03:26.907]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:20:33.5685116Z [00:03:26.907]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:33.5685984Z [00:03:26.907]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:33.5687057Z [00:03:26.907]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build3619502580/b1261/_pkg_.a
2025-08-20T21:20:33.5688658Z [00:03:26.907]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build3619502580/b1487/_pkg_.a
2025-08-20T21:20:33.5690244Z [00:03:26.907]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3619502580/b1264/_pkg_.a
2025-08-20T21:20:33.5691758Z [00:03:26.907]➜  packagefile google.golang.org/grpc/internal/xds/matcher=/tmp/go-build3619502580/b1541/_pkg_.a
2025-08-20T21:20:33.5693063Z [00:03:26.907]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:33.5694078Z [00:03:26.907]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:33.5694725Z [00:03:26.907]➜  EOF
2025-08-20T21:20:33.5698918Z [00:03:26.907]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1559/_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/b1559=>" -p google.golang.org/grpc/internal/credentials/xds -lang=go1.23 -complete -installsuffix shared -buildid REVON4RJcSxEjJzy0T1k/REVON4RJcSxEjJzy0T1k -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/credentials/xds/handshake_info.go
2025-08-20T21:20:33.5905993Z [00:03:26.930]➜  go tool buildid -w $WORK/b1556/_pkg_.a # internal
2025-08-20T21:20:33.5916930Z [00:03:26.931]➜  cp $WORK/b1556/_pkg_.a /root/.cache/go-build/6f/6fce846046b02a18ec4fae42bf6c97243835bc3740953a91c09276279319de84-d # internal
2025-08-20T21:20:33.5923203Z [00:03:26.931]➜  google.golang.org/grpc/balancer/weightedtarget
2025-08-20T21:20:33.5923830Z [00:03:26.931]➜  mkdir -p $WORK/b1552/
2025-08-20T21:20:33.5933185Z [00:03:26.932]➜  cat >/tmp/go-build3619502580/b1552/importcfg << 'EOF' # internal
2025-08-20T21:20:33.5933842Z [00:03:26.932]➜  # import config
2025-08-20T21:20:33.5934480Z [00:03:26.932]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:33.5935269Z [00:03:26.932]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:33.5936182Z [00:03:26.932]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3619502580/b1254/_pkg_.a
2025-08-20T21:20:33.5937724Z [00:03:26.932]➜  packagefile google.golang.org/grpc/balancer/weightedtarget/weightedaggregator=/tmp/go-build3619502580/b1553/_pkg_.a
2025-08-20T21:20:33.5938991Z [00:03:26.932]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:33.5940282Z [00:03:26.932]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build3619502580/b1470/_pkg_.a
2025-08-20T21:20:33.5941647Z [00:03:26.932]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:20:33.5942839Z [00:03:26.932]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build3619502580/b1556/_pkg_.a
2025-08-20T21:20:33.5943967Z [00:03:26.932]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3619502580/b1275/_pkg_.a
2025-08-20T21:20:33.5945194Z [00:03:26.932]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3619502580/b1302/_pkg_.a
2025-08-20T21:20:33.5946363Z [00:03:26.932]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build3619502580/b1554/_pkg_.a
2025-08-20T21:20:33.5947433Z [00:03:26.932]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:33.5948511Z [00:03:26.932]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3619502580/b1265/_pkg_.a
2025-08-20T21:20:33.5949414Z [00:03:26.932]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:33.5949952Z [00:03:26.932]➜  EOF
2025-08-20T21:20:33.5988516Z [00:03:26.938]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1552/_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/b1552=>" -p google.golang.org/grpc/balancer/weightedtarget -lang=go1.23 -complete -installsuffix shared -buildid GIpliSldFpKyY6iT_hz8/GIpliSldFpKyY6iT_hz8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1552/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:20:33.6136037Z [00:03:26.953]➜  go tool buildid -w $WORK/b1559/_pkg_.a # internal
2025-08-20T21:20:33.6148155Z [00:03:26.954]➜  cp $WORK/b1559/_pkg_.a /root/.cache/go-build/cf/cf031f0a6cc8907c7e1ec4dd5663e3547616f6a08f98329070df24b7672fb0e2-d # internal
2025-08-20T21:20:33.6152377Z [00:03:26.954]➜  google.golang.org/grpc/internal/balancer/weight
2025-08-20T21:20:33.6153006Z [00:03:26.954]➜  mkdir -p $WORK/b1561/
2025-08-20T21:20:33.6163276Z [00:03:26.955]➜  cat >/tmp/go-build3619502580/b1561/importcfg << 'EOF' # internal
2025-08-20T21:20:33.6163983Z [00:03:26.955]➜  # import config
2025-08-20T21:20:33.6164642Z [00:03:26.955]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:33.6165713Z [00:03:26.955]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:33.6166957Z [00:03:26.955]➜  EOF
2025-08-20T21:20:33.6173474Z [00:03:26.956]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1561/_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/b1561=>" -p google.golang.org/grpc/internal/balancer/weight -lang=go1.23 -complete -installsuffix shared -buildid ZaNctEENmkLZKRaircFP/ZaNctEENmkLZKRaircFP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1561/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/balancer/weight/weight.go
2025-08-20T21:20:33.6295234Z [00:03:26.969]➜  go tool buildid -w $WORK/b1561/_pkg_.a # internal
2025-08-20T21:20:33.6305066Z [00:03:26.970]➜  cp $WORK/b1561/_pkg_.a /root/.cache/go-build/9e/9ea9800a10530a59ea551b57b6650e67141bf3bab38447e33f83b76f82c29f1e-d # internal
2025-08-20T21:20:33.6307862Z [00:03:26.970]➜  google.golang.org/grpc/resolver/ringhash
2025-08-20T21:20:33.6308585Z [00:03:26.970]➜  mkdir -p $WORK/b1562/
2025-08-20T21:20:33.6316889Z [00:03:26.971]➜  cat >/tmp/go-build3619502580/b1562/importcfg << 'EOF' # internal
2025-08-20T21:20:33.6317716Z [00:03:26.971]➜  # import config
2025-08-20T21:20:33.6321681Z [00:03:26.971]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:33.6324720Z [00:03:26.971]➜  EOF
2025-08-20T21:20:33.6334020Z [00:03:26.972]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1562/_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/b1562=>" -p google.golang.org/grpc/resolver/ringhash -lang=go1.23 -complete -installsuffix shared -buildid rk8JqLozBuCAl090JRwF/rk8JqLozBuCAl090JRwF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1562/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/resolver/ringhash/attr.go
2025-08-20T21:20:33.6471914Z [00:03:26.985]➜  go tool buildid -w $WORK/b1562/_pkg_.a # internal
2025-08-20T21:20:33.6477469Z [00:03:26.987]➜  cp $WORK/b1562/_pkg_.a /root/.cache/go-build/62/624b7314f57a9b777e5d62675ed7a842b0dc1d73e0adf8479be9148a4c5673b2-d # internal
2025-08-20T21:20:33.6482418Z [00:03:26.987]➜  github.com/cncf/xds/go/xds/data/orca/v3
2025-08-20T21:20:33.6483016Z [00:03:26.987]➜  mkdir -p $WORK/b1564/
2025-08-20T21:20:33.6546084Z [00:03:26.994]➜  cat >/tmp/go-build3619502580/b1564/importcfg << 'EOF' # internal
2025-08-20T21:20:33.6550073Z [00:03:26.994]➜  # import config
2025-08-20T21:20:33.6550776Z [00:03:26.994]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:33.6552025Z [00:03:26.994]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:33.6552895Z [00:03:26.994]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:33.6554309Z [00:03:26.994]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:33.6556042Z [00:03:26.994]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:33.6557569Z [00:03:26.994]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:33.6559021Z [00:03:26.994]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:33.6560135Z [00:03:26.994]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:33.6561018Z [00:03:26.994]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:33.6562119Z [00:03:26.994]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:33.6562991Z [00:03:26.994]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:33.6563828Z [00:03:26.994]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:33.6564689Z [00:03:26.994]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:33.6565559Z [00:03:26.994]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:33.6566425Z [00:03:26.994]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:33.6567257Z [00:03:26.994]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:33.6568116Z [00:03:26.994]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:33.6568795Z [00:03:26.994]➜  EOF
2025-08-20T21:20:33.6574239Z [00:03:26.994]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1564/_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/b1564=>" -p github.com/cncf/xds/go/xds/data/orca/v3 -lang=go1.19 -complete -installsuffix shared -buildid D0aNjB53Y9SYvdORhDjr/D0aNjB53Y9SYvdORhDjr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1564/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:20:33.6847672Z [00:03:27.024]➜  go tool buildid -w $WORK/b1552/_pkg_.a # internal
2025-08-20T21:20:33.6861785Z [00:03:27.025]➜  cp $WORK/b1552/_pkg_.a /root/.cache/go-build/cb/cb52fb4d503dac41dc5498fd719b7a06c204cf4fd82050a45c0f36f7bfd7bad1-d # internal
2025-08-20T21:20:33.6863230Z [00:03:27.025]➜  google.golang.org/grpc/xds/internal/balancer/loadstore
2025-08-20T21:20:33.6865569Z [00:03:27.025]➜  mkdir -p $WORK/b1565/
2025-08-20T21:20:33.6867792Z [00:03:27.026]➜  cat >/tmp/go-build3619502580/b1565/importcfg << 'EOF' # internal
2025-08-20T21:20:33.6868481Z [00:03:27.026]➜  # import config
2025-08-20T21:20:33.6869413Z [00:03:27.026]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/load=/tmp/go-build3619502580/b1532/_pkg_.a
2025-08-20T21:20:33.6870422Z [00:03:27.026]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:33.6870974Z [00:03:27.026]➜  EOF
2025-08-20T21:20:33.6875545Z [00:03:27.026]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1565/_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/b1565=>" -p google.golang.org/grpc/xds/internal/balancer/loadstore -lang=go1.23 -complete -installsuffix shared -buildid nm3566QjCj7KdKgujNIH/nm3566QjCj7KdKgujNIH -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/loadstore/load_store_wrapper.go
2025-08-20T21:20:33.7920346Z [00:03:27.131]➜  go tool buildid -w $WORK/b1564/_pkg_.a # internal
2025-08-20T21:20:33.7935547Z [00:03:27.133]➜  cp $WORK/b1564/_pkg_.a /root/.cache/go-build/8a/8a49ebb2b28866adaee007d6d049024c39500d793c1181a7aa39eed915c4a3de-d # internal
2025-08-20T21:20:33.7967982Z [00:03:27.136]➜  google.golang.org/grpc/xds/internal/balancer/outlierdetection
2025-08-20T21:20:33.7975250Z [00:03:27.136]➜  mkdir -p $WORK/b1566/
2025-08-20T21:20:33.7975931Z [00:03:27.136]➜  cat >/tmp/go-build3619502580/b1566/importcfg << 'EOF' # internal
2025-08-20T21:20:33.7976527Z [00:03:27.136]➜  # import config
2025-08-20T21:20:33.7977147Z [00:03:27.136]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:33.7978013Z [00:03:27.136]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:33.7978977Z [00:03:27.136]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3619502580/b1254/_pkg_.a
2025-08-20T21:20:33.7980282Z [00:03:27.136]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build3619502580/b1273/_pkg_.a
2025-08-20T21:20:33.7981720Z [00:03:27.136]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3619502580/b1257/_pkg_.a
2025-08-20T21:20:33.7982768Z [00:03:27.137]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:33.7984006Z [00:03:27.137]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build3619502580/b1288/_pkg_.a
2025-08-20T21:20:33.7985245Z [00:03:27.137]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build3619502580/b1298/_pkg_.a
2025-08-20T21:20:33.7986391Z [00:03:27.137]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build3619502580/b1256/_pkg_.a
2025-08-20T21:20:33.7987533Z [00:03:27.137]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:20:33.7988676Z [00:03:27.137]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3619502580/b1297/_pkg_.a
2025-08-20T21:20:33.7989871Z [00:03:27.137]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3619502580/b1302/_pkg_.a
2025-08-20T21:20:33.7991022Z [00:03:27.137]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:33.8002875Z [00:03:27.137]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3619502580/b1265/_pkg_.a
2025-08-20T21:20:33.8003798Z [00:03:27.137]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:33.8004888Z [00:03:27.137]➜  packagefile math/rand/v2=/tmp/go-build3619502580/b103/_pkg_.a
2025-08-20T21:20:33.8005982Z [00:03:27.137]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:33.8006832Z [00:03:27.137]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:33.8007620Z [00:03:27.137]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:33.8008411Z [00:03:27.137]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:33.8008974Z [00:03:27.137]➜  EOF
2025-08-20T21:20:33.8016390Z [00:03:27.137]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1566/_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/b1566=>" -p google.golang.org/grpc/xds/internal/balancer/outlierdetection -lang=go1.23 -complete -installsuffix shared -buildid 8BzW5wq3isLxhh-CyzaZ/8BzW5wq3isLxhh-CyzaZ -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/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:20:33.8687409Z [00:03:27.208]➜  go tool buildid -w $WORK/b1565/_pkg_.a # internal
2025-08-20T21:20:33.8730226Z [00:03:27.212]➜  cp $WORK/b1565/_pkg_.a /root/.cache/go-build/5d/5dd1cedf8d270f17e0f1e3a7279c4e0c5218e9488e6dfe41bf651bda79a26641-d # internal
2025-08-20T21:20:33.8744751Z [00:03:27.213]➜  google.golang.org/grpc/xds/internal/balancer/priority
2025-08-20T21:20:33.8747392Z [00:03:27.214]➜  mkdir -p $WORK/b1567/
2025-08-20T21:20:33.8753964Z [00:03:27.215]➜  cat >/tmp/go-build3619502580/b1567/importcfg << 'EOF' # internal
2025-08-20T21:20:33.8757358Z [00:03:27.215]➜  # import config
2025-08-20T21:20:33.8758531Z [00:03:27.215]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:33.8759502Z [00:03:27.215]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:33.8760393Z [00:03:27.215]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:33.8761627Z [00:03:27.215]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3619502580/b1254/_pkg_.a
2025-08-20T21:20:33.8762939Z [00:03:27.215]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3619502580/b1270/_pkg_.a
2025-08-20T21:20:33.8764274Z [00:03:27.215]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3619502580/b1257/_pkg_.a
2025-08-20T21:20:33.8765540Z [00:03:27.215]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:33.8766879Z [00:03:27.215]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build3619502580/b1470/_pkg_.a
2025-08-20T21:20:33.8768292Z [00:03:27.215]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build3619502580/b1298/_pkg_.a
2025-08-20T21:20:33.8769659Z [00:03:27.215]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:20:33.8771044Z [00:03:27.215]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3619502580/b1297/_pkg_.a
2025-08-20T21:20:33.8772509Z [00:03:27.215]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build3619502580/b1556/_pkg_.a
2025-08-20T21:20:33.8773739Z [00:03:27.215]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3619502580/b1275/_pkg_.a
2025-08-20T21:20:33.8775216Z [00:03:27.215]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3619502580/b1302/_pkg_.a
2025-08-20T21:20:33.8776442Z [00:03:27.215]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:33.8777741Z [00:03:27.215]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3619502580/b1265/_pkg_.a
2025-08-20T21:20:33.8778696Z [00:03:27.215]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:33.8779501Z [00:03:27.215]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:33.8780296Z [00:03:27.215]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:33.8780870Z [00:03:27.215]➜  EOF
2025-08-20T21:20:33.8789568Z [00:03:27.215]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1567/_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/b1567=>" -p google.golang.org/grpc/xds/internal/balancer/priority -lang=go1.23 -complete -installsuffix shared -buildid M-6TeI2HjvcR6InykziV/M-6TeI2HjvcR6InykziV -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/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:20:33.9426525Z [00:03:27.282]➜  go tool buildid -w $WORK/b1567/_pkg_.a # internal
2025-08-20T21:20:33.9451144Z [00:03:27.284]➜  cp $WORK/b1567/_pkg_.a /root/.cache/go-build/ae/aede033943f16476ee7551eaa337517cfbc42c03f05178908d34182e646ed2d1-d # internal
2025-08-20T21:20:33.9460079Z [00:03:27.285]➜  google.golang.org/grpc/xds/internal/balancer/wrrlocality
2025-08-20T21:20:33.9465414Z [00:03:27.286]➜  mkdir -p $WORK/b1568/
2025-08-20T21:20:33.9473738Z [00:03:27.287]➜  cat >/tmp/go-build3619502580/b1568/importcfg << 'EOF' # internal
2025-08-20T21:20:33.9475777Z [00:03:27.287]➜  # import config
2025-08-20T21:20:33.9477037Z [00:03:27.287]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:33.9478114Z [00:03:27.287]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:33.9479009Z [00:03:27.287]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:33.9482598Z [00:03:27.287]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3619502580/b1254/_pkg_.a
2025-08-20T21:20:33.9483975Z [00:03:27.287]➜  packagefile google.golang.org/grpc/balancer/weightedtarget=/tmp/go-build3619502580/b1552/_pkg_.a
2025-08-20T21:20:33.9485259Z [00:03:27.287]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:33.9486447Z [00:03:27.287]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:20:33.9487763Z [00:03:27.287]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3619502580/b1302/_pkg_.a
2025-08-20T21:20:33.9488979Z [00:03:27.287]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:33.9490147Z [00:03:27.287]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3619502580/b1265/_pkg_.a
2025-08-20T21:20:33.9491505Z [00:03:27.287]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build3619502580/b1542/_pkg_.a
2025-08-20T21:20:33.9492287Z [00:03:27.287]➜  EOF
2025-08-20T21:20:33.9504042Z [00:03:27.289]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1568/_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/b1568=>" -p google.golang.org/grpc/xds/internal/balancer/wrrlocality -lang=go1.23 -complete -installsuffix shared -buildid CDQMt0Hgmuk1RrHjp5WC/CDQMt0Hgmuk1RrHjp5WC -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/balancer/wrrlocality/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/wrrlocality/logging.go
2025-08-20T21:20:34.0108727Z [00:03:27.350]➜  go tool buildid -w $WORK/b1568/_pkg_.a # internal
2025-08-20T21:20:34.0120013Z [00:03:27.351]➜  cp $WORK/b1568/_pkg_.a /root/.cache/go-build/6a/6a8a57d7407c1e15d1584f0e77bab2bfa7a858d6bfd61534544653758c5c9d46-d # internal
2025-08-20T21:20:34.0127134Z [00:03:27.352]➜  google.golang.org/grpc/xds/internal/balancer/clustermanager
2025-08-20T21:20:34.0135262Z [00:03:27.353]➜  mkdir -p $WORK/b1569/
2025-08-20T21:20:34.0141688Z [00:03:27.353]➜  cat >/tmp/go-build3619502580/b1569/importcfg << 'EOF' # internal
2025-08-20T21:20:34.0142851Z [00:03:27.353]➜  # import config
2025-08-20T21:20:34.0143828Z [00:03:27.353]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:34.0147437Z [00:03:27.353]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:34.0148279Z [00:03:27.353]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:34.0149212Z [00:03:27.353]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3619502580/b1254/_pkg_.a
2025-08-20T21:20:34.0150360Z [00:03:27.353]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3619502580/b1270/_pkg_.a
2025-08-20T21:20:34.0151683Z [00:03:27.353]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:34.0152873Z [00:03:27.353]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3619502580/b1257/_pkg_.a
2025-08-20T21:20:34.0154214Z [00:03:27.353]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:34.0155497Z [00:03:27.353]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build3619502580/b1470/_pkg_.a
2025-08-20T21:20:34.0156813Z [00:03:27.353]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:20:34.0158082Z [00:03:27.353]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build3619502580/b1556/_pkg_.a
2025-08-20T21:20:34.0159330Z [00:03:27.353]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3619502580/b1275/_pkg_.a
2025-08-20T21:20:34.0160551Z [00:03:27.353]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3619502580/b1302/_pkg_.a
2025-08-20T21:20:34.0161962Z [00:03:27.353]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:34.0163147Z [00:03:27.353]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3619502580/b1265/_pkg_.a
2025-08-20T21:20:34.0164311Z [00:03:27.353]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:20:34.0165227Z [00:03:27.353]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:34.0165992Z [00:03:27.354]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:34.0166567Z [00:03:27.354]➜  EOF
2025-08-20T21:20:34.0181745Z [00:03:27.354]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1569/_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/b1569=>" -p google.golang.org/grpc/xds/internal/balancer/clustermanager -lang=go1.23 -complete -installsuffix shared -buildid WaakZZEtsgybQTZyhPxU/WaakZZEtsgybQTZyhPxU -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/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:20:34.1255001Z [00:03:27.464]➜  go tool buildid -w $WORK/b1569/_pkg_.a # internal
2025-08-20T21:20:34.1265974Z [00:03:27.466]➜  cp $WORK/b1569/_pkg_.a /root/.cache/go-build/5a/5a1ff00768699357b2d07f780a070934a92a1262977447e2f1c8717d4c2fd133-d # internal
2025-08-20T21:20:34.1276290Z [00:03:27.467]➜  google.golang.org/grpc/xds/internal/clusterspecifier/rls
2025-08-20T21:20:34.1285753Z [00:03:27.468]➜  mkdir -p $WORK/b1570/
2025-08-20T21:20:34.1292596Z [00:03:27.468]➜  cat >/tmp/go-build3619502580/b1570/importcfg << 'EOF' # internal
2025-08-20T21:20:34.1321510Z [00:03:27.468]➜  # import config
2025-08-20T21:20:34.1322484Z [00:03:27.468]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:34.1323409Z [00:03:27.468]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:34.1324391Z [00:03:27.468]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3619502580/b1254/_pkg_.a
2025-08-20T21:20:34.1325570Z [00:03:27.468]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3619502580/b1264/_pkg_.a
2025-08-20T21:20:34.1326955Z [00:03:27.468]➜  packagefile google.golang.org/grpc/internal/proto/grpc_lookup_v1=/tmp/go-build3619502580/b1469/_pkg_.a
2025-08-20T21:20:34.1328412Z [00:03:27.468]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier=/tmp/go-build3619502580/b1543/_pkg_.a
2025-08-20T21:20:34.1329815Z [00:03:27.468]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3619502580/b1276/_pkg_.a
2025-08-20T21:20:34.1335879Z [00:03:27.468]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:34.1337534Z [00:03:27.468]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:34.1339287Z [00:03:27.468]➜  EOF
2025-08-20T21:20:34.1343703Z [00:03:27.469]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1570/_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/b1570=>" -p google.golang.org/grpc/xds/internal/clusterspecifier/rls -lang=go1.23 -complete -installsuffix shared -buildid fir6wpIMLW7YOZ1x76YZ/fir6wpIMLW7YOZ1x76YZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1570/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/clusterspecifier/rls/rls.go
2025-08-20T21:20:34.1657896Z [00:03:27.505]➜  go tool buildid -w $WORK/b1566/_pkg_.a # internal
2025-08-20T21:20:34.1782184Z [00:03:27.517]➜  cp $WORK/b1566/_pkg_.a /root/.cache/go-build/67/67fbb19bc32332c286b107183a13314ed4f120b80a7097d8e57656739435c9db-d # internal
2025-08-20T21:20:34.1790313Z [00:03:27.517]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3
2025-08-20T21:20:34.1791413Z [00:03:27.517]➜  mkdir -p $WORK/b1572/
2025-08-20T21:20:34.1792193Z [00:03:27.518]➜  cat >/tmp/go-build3619502580/b1572/importcfg << 'EOF' # internal
2025-08-20T21:20:34.1792898Z [00:03:27.518]➜  # import config
2025-08-20T21:20:34.1793547Z [00:03:27.518]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:34.1794387Z [00:03:27.518]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:34.1795183Z [00:03:27.518]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:34.1796216Z [00:03:27.518]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:34.1797588Z [00:03:27.518]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3619502580/b1486/_pkg_.a
2025-08-20T21:20:34.1799120Z [00:03:27.518]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:34.1800779Z [00:03:27.518]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:34.1802361Z [00:03:27.518]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:34.1803908Z [00:03:27.518]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:34.1805324Z [00:03:27.518]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:34.1806402Z [00:03:27.518]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:34.1807214Z [00:03:27.518]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:34.1808032Z [00:03:27.518]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:34.1808995Z [00:03:27.518]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:34.1809842Z [00:03:27.518]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:34.1810628Z [00:03:27.518]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:34.1822170Z [00:03:27.518]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:34.1823042Z [00:03:27.518]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:34.1823895Z [00:03:27.518]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:34.1824676Z [00:03:27.518]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:34.1825271Z [00:03:27.518]➜  EOF
2025-08-20T21:20:34.1831656Z [00:03:27.518]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1572/_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/b1572=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3 -lang=go1.22 -complete -installsuffix shared -buildid Yzpn45UoysaM2abV-KfP/Yzpn45UoysaM2abV-KfP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1572/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:20:34.1997326Z [00:03:27.539]➜  go tool buildid -w $WORK/b1570/_pkg_.a # internal
2025-08-20T21:20:34.2009235Z [00:03:27.540]➜  cp $WORK/b1570/_pkg_.a /root/.cache/go-build/55/55fe75f69862d2e51dbdf7e497f4dff9a80c5198f59779348df0d54184120b75-d # internal
2025-08-20T21:20:34.2016484Z [00:03:27.540]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/rbac/audit_loggers/stream/v3
2025-08-20T21:20:34.2017431Z [00:03:27.541]➜  mkdir -p $WORK/b1578/
2025-08-20T21:20:34.2026498Z [00:03:27.541]➜  cat >/tmp/go-build3619502580/b1578/importcfg << 'EOF' # internal
2025-08-20T21:20:34.2027234Z [00:03:27.541]➜  # import config
2025-08-20T21:20:34.2027850Z [00:03:27.541]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:34.2035959Z [00:03:27.542]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:34.2036714Z [00:03:27.542]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:34.2037697Z [00:03:27.542]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:34.2039174Z [00:03:27.542]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:34.2040525Z [00:03:27.542]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:34.2042046Z [00:03:27.542]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:34.2043302Z [00:03:27.542]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:34.2044087Z [00:03:27.542]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:34.2044884Z [00:03:27.542]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:34.2045860Z [00:03:27.542]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:34.2046671Z [00:03:27.542]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:34.2047433Z [00:03:27.542]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:34.2048204Z [00:03:27.542]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:34.2048992Z [00:03:27.542]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:34.2049779Z [00:03:27.542]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:34.2050550Z [00:03:27.542]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:34.2051440Z [00:03:27.542]➜  EOF
2025-08-20T21:20:34.2057411Z [00:03:27.543]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1578/_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/b1578=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/rbac/audit_loggers/stream/v3 -lang=go1.22 -complete -installsuffix shared -buildid 5LaCeUk14R54gu6y3ZuL/5LaCeUk14R54gu6y3ZuL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1578/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:20:34.2890937Z [00:03:27.628]➜  go tool buildid -w $WORK/b1578/_pkg_.a # internal
2025-08-20T21:20:34.2907212Z [00:03:27.630]➜  cp $WORK/b1578/_pkg_.a /root/.cache/go-build/33/33b5f663bca8a9a8537621a2f46a65cabfc8b34ceefd583ccd8e403808216301-d # internal
2025-08-20T21:20:34.2914037Z [00:03:27.630]➜  google.golang.org/grpc/authz/audit
2025-08-20T21:20:34.2914638Z [00:03:27.630]➜  mkdir -p $WORK/b1579/
2025-08-20T21:20:34.2927233Z [00:03:27.632]➜  cat >/tmp/go-build3619502580/b1579/importcfg << 'EOF' # internal
2025-08-20T21:20:34.2944187Z [00:03:27.632]➜  # import config
2025-08-20T21:20:34.2944915Z [00:03:27.632]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:34.2945751Z [00:03:27.632]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:34.2946321Z [00:03:27.632]➜  EOF
2025-08-20T21:20:34.2949800Z [00:03:27.632]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1579/_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/b1579=>" -p google.golang.org/grpc/authz/audit -lang=go1.23 -complete -installsuffix shared -buildid 3AaFMpAvcl4i9AYKDaF_/3AaFMpAvcl4i9AYKDaF_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1579/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/authz/audit/audit_logger.go
2025-08-20T21:20:34.3246735Z [00:03:27.664]➜  go tool buildid -w $WORK/b1579/_pkg_.a # internal
2025-08-20T21:20:34.3254338Z [00:03:27.665]➜  cp $WORK/b1579/_pkg_.a /root/.cache/go-build/3d/3d3eb7ebdd57689209df4ed01843dc66f5d19fd29772c3c7298a79b7a7893eea-d # internal
2025-08-20T21:20:34.3257153Z [00:03:27.665]➜  google.golang.org/grpc/authz/audit/stdout
2025-08-20T21:20:34.3259678Z [00:03:27.665]➜  mkdir -p $WORK/b1580/
2025-08-20T21:20:34.3264172Z [00:03:27.666]➜  cat >/tmp/go-build3619502580/b1580/importcfg << 'EOF' # internal
2025-08-20T21:20:34.3264928Z [00:03:27.666]➜  # import config
2025-08-20T21:20:34.3271110Z [00:03:27.666]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:34.3273434Z [00:03:27.666]➜  packagefile google.golang.org/grpc/authz/audit=/tmp/go-build3619502580/b1579/_pkg_.a
2025-08-20T21:20:34.3274771Z [00:03:27.666]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:34.3275709Z [00:03:27.666]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:20:34.3276623Z [00:03:27.666]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:34.3277366Z [00:03:27.666]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:34.3277948Z [00:03:27.666]➜  EOF
2025-08-20T21:20:34.3283895Z [00:03:27.666]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1580/_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/b1580=>" -p google.golang.org/grpc/authz/audit/stdout -lang=go1.23 -complete -installsuffix shared -buildid 5Pml4mCf_-L3Ych-c_ny/5Pml4mCf_-L3Ych-c_ny -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1580/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/authz/audit/stdout/stdout_logger.go
2025-08-20T21:20:34.3746126Z [00:03:27.714]➜  go tool buildid -w $WORK/b1580/_pkg_.a # internal
2025-08-20T21:20:34.3758029Z [00:03:27.715]➜  cp $WORK/b1580/_pkg_.a /root/.cache/go-build/75/7553651c5e6308a054e530ba50cc1614e992607573dfb5b34e82e1d449d1aad0-d # internal
2025-08-20T21:20:34.3785189Z [00:03:27.718]➜  github.com/cespare/xxhash/v2
2025-08-20T21:20:34.3788298Z [00:03:27.718]➜  mkdir -p $WORK/b1584/
2025-08-20T21:20:34.3791570Z [00:03:27.718]➜  echo -n > $WORK/b1584/go_asm.h # internal
2025-08-20T21:20:34.3793509Z [00:03:27.719]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T21:20:34.3798320Z [00:03:27.719]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cespare/xxhash/v2 -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0=>github.com/cespare/xxhash/v2@v2.3.0;$WORK/b1584=>" -I $WORK/b1584/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1584/symabis ./xxhash_amd64.s
2025-08-20T21:20:34.3893659Z [00:03:27.726]➜  cat >/tmp/go-build3619502580/b1584/importcfg << 'EOF' # internal
2025-08-20T21:20:34.3899643Z [00:03:27.726]➜  # import config
2025-08-20T21:20:34.3900335Z [00:03:27.726]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:20:34.3901164Z [00:03:27.726]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:34.3902138Z [00:03:27.726]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:20:34.3902706Z [00:03:27.726]➜  EOF
2025-08-20T21:20:34.3903136Z [00:03:27.726]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:20:34.3907592Z [00:03:27.726]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1584/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0=>github.com/cespare/xxhash/v2@v2.3.0;$WORK/b1584=>" -p github.com/cespare/xxhash/v2 -lang=go1.11 -installsuffix shared -buildid nfG_QiOur5lItum3MeW7/nfG_QiOur5lItum3MeW7 -goversion go1.25.0 -symabis $WORK/b1584/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1584/importcfg -pack -asmhdr $WORK/b1584/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:20:34.4235459Z [00:03:27.763]➜  go tool buildid -w $WORK/b1572/_pkg_.a # internal
2025-08-20T21:20:34.4265627Z [00:03:27.766]➜  cp $WORK/b1572/_pkg_.a /root/.cache/go-build/fa/fa39bc9df873330463967c8ae72b1499631e67f07805490c7a550fe0b731054f-d # internal
2025-08-20T21:20:34.4277113Z [00:03:27.766]➜  google.golang.org/grpc/balancer/lazy
2025-08-20T21:20:34.4277749Z [00:03:27.766]➜  mkdir -p $WORK/b1586/
2025-08-20T21:20:34.4278490Z [00:03:27.766]➜  cat >/tmp/go-build3619502580/b1586/importcfg << 'EOF' # internal
2025-08-20T21:20:34.4279173Z [00:03:27.766]➜  # import config
2025-08-20T21:20:34.4279822Z [00:03:27.766]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:34.4281085Z [00:03:27.766]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3619502580/b1254/_pkg_.a
2025-08-20T21:20:34.4282503Z [00:03:27.766]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3619502580/b1257/_pkg_.a
2025-08-20T21:20:34.4283688Z [00:03:27.766]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:34.4285086Z [00:03:27.766]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:20:34.4286320Z [00:03:27.766]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:34.4287252Z [00:03:27.766]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:34.4287825Z [00:03:27.766]➜  EOF
2025-08-20T21:20:34.4291868Z [00:03:27.766]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1586/_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/b1586=>" -p google.golang.org/grpc/balancer/lazy -lang=go1.23 -complete -installsuffix shared -buildid AgXZexELOc3AtO9udnM0/AgXZexELOc3AtO9udnM0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1586/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/lazy/lazy.go
2025-08-20T21:20:34.4567684Z [00:03:27.796]➜  go tool buildid -w $WORK/b1586/_pkg_.a # internal
2025-08-20T21:20:34.4568770Z [00:03:27.796]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T21:20:34.4573052Z [00:03:27.796]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cespare/xxhash/v2 -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0=>github.com/cespare/xxhash/v2@v2.3.0;$WORK/b1584=>" -I $WORK/b1584/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1584/xxhash_amd64.o ./xxhash_amd64.s
2025-08-20T21:20:34.4587721Z [00:03:27.797]➜  cp $WORK/b1586/_pkg_.a /root/.cache/go-build/31/31022f20b3cb1df6ce2bd6fb327c9319688f9a445788519fcff154740c5b05ac-d # internal
2025-08-20T21:20:34.4593862Z [00:03:27.797]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3
2025-08-20T21:20:34.4594858Z [00:03:27.797]➜  mkdir -p $WORK/b1590/
2025-08-20T21:20:34.4595517Z [00:03:27.797]➜  cat >/tmp/go-build3619502580/b1590/importcfg << 'EOF' # internal
2025-08-20T21:20:34.4596138Z [00:03:27.797]➜  # import config
2025-08-20T21:20:34.4596705Z [00:03:27.797]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:34.4597419Z [00:03:27.797]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:34.4598141Z [00:03:27.797]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:34.4599082Z [00:03:27.797]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:34.4600307Z [00:03:27.797]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:34.4601770Z [00:03:27.797]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:34.4603031Z [00:03:27.797]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:34.4604227Z [00:03:27.797]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:34.4605473Z [00:03:27.797]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:34.4606741Z [00:03:27.797]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3619502580/b1446/_pkg_.a
2025-08-20T21:20:34.4607704Z [00:03:27.797]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:34.4608444Z [00:03:27.797]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:34.4609199Z [00:03:27.797]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:34.4609948Z [00:03:27.797]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:34.4610821Z [00:03:27.797]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:34.4611708Z [00:03:27.797]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:34.4612557Z [00:03:27.797]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:34.4613268Z [00:03:27.797]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:34.4613964Z [00:03:27.797]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:34.4614757Z [00:03:27.797]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:34.4615402Z [00:03:27.797]➜  EOF
2025-08-20T21:20:34.4618989Z [00:03:27.797]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:20:34.4626116Z [00:03:27.798]➜  /root/.go/pkg/tool/linux_amd64/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/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/b1590=>" -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 UT3A0trX0AxhkXDK0px8/UT3A0trX0AxhkXDK0px8 -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/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:20:34.4632989Z [00:03:27.801]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T21:20:34.4645565Z [00:03:27.804]➜  go tool pack r $WORK/b1584/_pkg_.a $WORK/b1584/xxhash_amd64.o # internal
2025-08-20T21:20:34.4669517Z [00:03:27.804]➜  go tool buildid -w $WORK/b1584/_pkg_.a # internal
2025-08-20T21:20:34.4670738Z [00:03:27.804]➜  cp $WORK/b1584/_pkg_.a /root/.cache/go-build/8c/8c2edfa87dd79d7c8524c3272a085cd7d24047725a0b165abb397ea07f896187-d # internal
2025-08-20T21:20:34.4673848Z [00:03:27.804]➜  google.golang.org/grpc/xds/internal/balancer/ringhash
2025-08-20T21:20:34.4674524Z [00:03:27.804]➜  mkdir -p $WORK/b1585/
2025-08-20T21:20:34.4675244Z [00:03:27.804]➜  cat >/tmp/go-build3619502580/b1585/importcfg << 'EOF' # internal
2025-08-20T21:20:34.4675913Z [00:03:27.804]➜  # import config
2025-08-20T21:20:34.4676551Z [00:03:27.804]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:34.4677392Z [00:03:27.804]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:34.4678210Z [00:03:27.804]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:34.4679065Z [00:03:27.804]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:34.4680075Z [00:03:27.804]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build3619502580/b1584/_pkg_.a
2025-08-20T21:20:34.4681165Z [00:03:27.804]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3619502580/b1254/_pkg_.a
2025-08-20T21:20:34.4682458Z [00:03:27.804]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3619502580/b1270/_pkg_.a
2025-08-20T21:20:34.4683766Z [00:03:27.804]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build3619502580/b1280/_pkg_.a
2025-08-20T21:20:34.4685088Z [00:03:27.804]➜  packagefile google.golang.org/grpc/balancer/lazy=/tmp/go-build3619502580/b1586/_pkg_.a
2025-08-20T21:20:34.4686469Z [00:03:27.804]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build3619502580/b1273/_pkg_.a
2025-08-20T21:20:34.4687856Z [00:03:27.804]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3619502580/b1257/_pkg_.a
2025-08-20T21:20:34.4689222Z [00:03:27.804]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:34.4690507Z [00:03:27.804]➜  packagefile google.golang.org/grpc/internal/balancer/weight=/tmp/go-build3619502580/b1561/_pkg_.a
2025-08-20T21:20:34.4692086Z [00:03:27.804]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3619502580/b1263/_pkg_.a
2025-08-20T21:20:34.4693578Z [00:03:27.804]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:20:34.4694874Z [00:03:27.804]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build3619502580/b1300/_pkg_.a
2025-08-20T21:20:34.4696137Z [00:03:27.804]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3619502580/b1275/_pkg_.a
2025-08-20T21:20:34.4697336Z [00:03:27.804]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:20:34.4698616Z [00:03:27.804]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:34.4699954Z [00:03:27.804]➜  packagefile google.golang.org/grpc/resolver/ringhash=/tmp/go-build3619502580/b1562/_pkg_.a
2025-08-20T21:20:34.4705729Z [00:03:27.804]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3619502580/b1265/_pkg_.a
2025-08-20T21:20:34.4706845Z [00:03:27.804]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:34.4707688Z [00:03:27.804]➜  packagefile math/rand/v2=/tmp/go-build3619502580/b103/_pkg_.a
2025-08-20T21:20:34.4708541Z [00:03:27.804]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:34.4709392Z [00:03:27.804]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:34.4710218Z [00:03:27.804]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:34.4710967Z [00:03:27.804]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:34.4711767Z [00:03:27.804]➜  EOF
2025-08-20T21:20:34.4712251Z [00:03:27.804]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:20:34.4719911Z [00:03:27.804]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1585/_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/b1585=>" -p google.golang.org/grpc/xds/internal/balancer/ringhash -lang=go1.23 -complete -installsuffix shared -buildid lU1QSN8NPh-KA0JljsfQ/lU1QSN8NPh-KA0JljsfQ -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/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:20:34.6602869Z [00:03:27.999]➜  go tool buildid -w $WORK/b1590/_pkg_.a # internal
2025-08-20T21:20:34.6618196Z [00:03:28.001]➜  go tool buildid -w $WORK/b1585/_pkg_.a # internal
2025-08-20T21:20:34.6648106Z [00:03:28.004]➜  cp $WORK/b1590/_pkg_.a /root/.cache/go-build/e1/e1f4e1a6120d81b91f83676ee95f7d9d76a683a19f2b386a6547f820d6c94f12-d # internal
2025-08-20T21:20:34.6649933Z [00:03:28.004]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/pick_first/v3
2025-08-20T21:20:34.6650864Z [00:03:28.004]➜  mkdir -p $WORK/b1593/
2025-08-20T21:20:34.6655803Z [00:03:28.005]➜  cat >/tmp/go-build3619502580/b1593/importcfg << 'EOF' # internal
2025-08-20T21:20:34.6661877Z [00:03:28.005]➜  # import config
2025-08-20T21:20:34.6662565Z [00:03:28.005]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:34.6663397Z [00:03:28.005]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:34.6664208Z [00:03:28.005]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:34.6665442Z [00:03:28.005]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:34.6666795Z [00:03:28.005]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:34.6668183Z [00:03:28.005]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:34.6669482Z [00:03:28.005]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:34.6670475Z [00:03:28.005]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:34.6671378Z [00:03:28.005]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:34.6672219Z [00:03:28.005]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:34.6673163Z [00:03:28.005]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:34.6674086Z [00:03:28.005]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:34.6674877Z [00:03:28.005]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:34.6675640Z [00:03:28.005]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:34.6676408Z [00:03:28.005]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:34.6677169Z [00:03:28.005]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:34.6677993Z [00:03:28.005]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:34.6678639Z [00:03:28.005]➜  EOF
2025-08-20T21:20:34.6691423Z [00:03:28.005]➜  /root/.go/pkg/tool/linux_amd64/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/pick_first/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/load_balancing_policies/pick_first/v3;$WORK/b1593=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/pick_first/v3 -lang=go1.22 -complete -installsuffix shared -buildid RfzIRd_piM1v0tnNbKzC/RfzIRd_piM1v0tnNbKzC -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/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:20:34.6716465Z [00:03:28.010]➜  cp $WORK/b1585/_pkg_.a /root/.cache/go-build/57/57b0144c8d88cc165900ac84259443c93a99bf68710e867aa1ae4c898e2ff784-d # internal
2025-08-20T21:20:34.6717775Z [00:03:28.010]➜  google.golang.org/grpc/balancer/weightedroundrobin/internal
2025-08-20T21:20:34.6718479Z [00:03:28.010]➜  mkdir -p $WORK/b1597/
2025-08-20T21:20:34.6719203Z [00:03:28.010]➜  cat >/tmp/go-build3619502580/b1597/importcfg << 'EOF' # internal
2025-08-20T21:20:34.6720017Z [00:03:28.010]➜  # import config
2025-08-20T21:20:34.6720648Z [00:03:28.010]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:34.6723180Z [00:03:28.010]➜  EOF
2025-08-20T21:20:34.6727644Z [00:03:28.010]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1597/_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/b1597=>" -p google.golang.org/grpc/balancer/weightedroundrobin/internal -lang=go1.23 -complete -installsuffix shared -buildid v6u4nZklZWDwE3dxR19o/v6u4nZklZWDwE3dxR19o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1597/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/weightedroundrobin/internal/internal.go
2025-08-20T21:20:34.6893604Z [00:03:28.028]➜  go tool buildid -w $WORK/b1597/_pkg_.a # internal
2025-08-20T21:20:34.6899767Z [00:03:28.029]➜  cp $WORK/b1597/_pkg_.a /root/.cache/go-build/f8/f8745c28e2775e74b107b62704682539a59f2348d0b95ca218000269d8c7e518-d # internal
2025-08-20T21:20:34.6904390Z [00:03:28.030]➜  github.com/cncf/xds/go/xds/service/orca/v3
2025-08-20T21:20:34.6907022Z [00:03:28.030]➜  mkdir -p $WORK/b1599/
2025-08-20T21:20:34.6910029Z [00:03:28.030]➜  cat >/tmp/go-build3619502580/b1599/importcfg << 'EOF' # internal
2025-08-20T21:20:34.6916382Z [00:03:28.031]➜  # import config
2025-08-20T21:20:34.6918418Z [00:03:28.031]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:34.6925431Z [00:03:28.031]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:34.6927271Z [00:03:28.031]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:34.6928123Z [00:03:28.031]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:34.6929134Z [00:03:28.031]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build3619502580/b1564/_pkg_.a
2025-08-20T21:20:34.6930425Z [00:03:28.031]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:34.6931782Z [00:03:28.031]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:34.6932872Z [00:03:28.031]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:20:34.6934108Z [00:03:28.031]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:34.6935418Z [00:03:28.031]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:34.6936698Z [00:03:28.031]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:34.6938017Z [00:03:28.031]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:34.6939054Z [00:03:28.031]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:34.6939838Z [00:03:28.031]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:34.6940623Z [00:03:28.031]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:34.6945317Z [00:03:28.031]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:34.6946224Z [00:03:28.031]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:34.6947010Z [00:03:28.031]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:34.6947796Z [00:03:28.031]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:34.6948566Z [00:03:28.031]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:34.6949307Z [00:03:28.031]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:34.6950114Z [00:03:28.031]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:34.6950741Z [00:03:28.031]➜  EOF
2025-08-20T21:20:34.6956993Z [00:03:28.031]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1599/_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/b1599=>" -p github.com/cncf/xds/go/xds/service/orca/v3 -lang=go1.19 -complete -installsuffix shared -buildid jfSiHj8XZb3pFflMn4Y3/jfSiHj8XZb3pFflMn4Y3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1599/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:20:34.7382192Z [00:03:28.077]➜  go tool buildid -w $WORK/b1478/_pkg_.a # internal
2025-08-20T21:20:34.7666260Z [00:03:28.105]➜  go tool buildid -w $WORK/b1593/_pkg_.a # internal
2025-08-20T21:20:34.7713971Z [00:03:28.110]➜  cp $WORK/b1593/_pkg_.a /root/.cache/go-build/a9/a9e69b0bae75080788bbeeea2e73b62c9e68d30ce8a0ee8bd51444de64b451d7-d # internal
2025-08-20T21:20:34.7715251Z [00:03:28.110]➜  google.golang.org/grpc/orca/internal
2025-08-20T21:20:34.7715851Z [00:03:28.110]➜  mkdir -p $WORK/b1600/
2025-08-20T21:20:34.7716581Z [00:03:28.110]➜  cat >/tmp/go-build3619502580/b1600/importcfg << 'EOF' # internal
2025-08-20T21:20:34.7717531Z [00:03:28.110]➜  # import config
2025-08-20T21:20:34.7718384Z [00:03:28.110]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:34.7730570Z [00:03:28.110]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:34.7731949Z [00:03:28.110]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build3619502580/b1564/_pkg_.a
2025-08-20T21:20:34.7733390Z [00:03:28.110]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3619502580/b1287/_pkg_.a
2025-08-20T21:20:34.7735737Z [00:03:28.110]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:20:34.7737051Z [00:03:28.110]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:34.7737842Z [00:03:28.110]➜  EOF
2025-08-20T21:20:34.7742699Z [00:03:28.110]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1600/_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/b1600=>" -p google.golang.org/grpc/orca/internal -lang=go1.23 -complete -installsuffix shared -buildid AQtShJljzQMxk9ut2rjT/AQtShJljzQMxk9ut2rjT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1600/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/orca/internal/internal.go
2025-08-20T21:20:34.8116150Z [00:03:28.151]➜  cp $WORK/b1478/_pkg_.a /root/.cache/go-build/39/3994b44f3a81f34f1543d756317db6d4192f9f758765d85119a196a86ad2d307-d # internal
2025-08-20T21:20:34.8147883Z [00:03:28.154]➜  google.golang.org/grpc/internal/xds/bootstrap
2025-08-20T21:20:34.8155307Z [00:03:28.154]➜  mkdir -p $WORK/b1477/
2025-08-20T21:20:34.8156094Z [00:03:28.154]➜  cat >/tmp/go-build3619502580/b1477/importcfg << 'EOF' # internal
2025-08-20T21:20:34.8156773Z [00:03:28.155]➜  # import config
2025-08-20T21:20:34.8157408Z [00:03:28.155]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:34.8158260Z [00:03:28.155]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:34.8159076Z [00:03:28.155]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:34.8160262Z [00:03:28.155]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3619502580/b1478/_pkg_.a
2025-08-20T21:20:34.8161734Z [00:03:28.155]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:34.8163005Z [00:03:28.155]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build3619502580/b1487/_pkg_.a
2025-08-20T21:20:34.8164310Z [00:03:28.155]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:34.8165639Z [00:03:28.155]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3619502580/b1264/_pkg_.a
2025-08-20T21:20:34.8166897Z [00:03:28.155]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3619502580/b1263/_pkg_.a
2025-08-20T21:20:34.8168318Z [00:03:28.155]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:20:34.8169556Z [00:03:28.155]➜  packagefile google.golang.org/grpc/xds/bootstrap=/tmp/go-build3619502580/b1502/_pkg_.a
2025-08-20T21:20:34.8170771Z [00:03:28.155]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:34.8172563Z [00:03:28.155]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3619502580/b1443/_pkg_.a
2025-08-20T21:20:34.8173691Z [00:03:28.155]➜  packagefile maps=/tmp/go-build3619502580/b158/_pkg_.a
2025-08-20T21:20:34.8174533Z [00:03:28.155]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:34.8175331Z [00:03:28.155]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:34.8176111Z [00:03:28.155]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:20:34.8176915Z [00:03:28.155]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:34.8177527Z [00:03:28.155]➜  EOF
2025-08-20T21:20:34.8191015Z [00:03:28.158]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1477/_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/b1477=>" -p google.golang.org/grpc/internal/xds/bootstrap -lang=go1.23 -complete -installsuffix shared -buildid WyN_Z16xrjljEeriFcT0/WyN_Z16xrjljEeriFcT0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1477/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:20:34.8272510Z [00:03:28.165]➜  go tool buildid -w $WORK/b1600/_pkg_.a # internal
2025-08-20T21:20:34.8281547Z [00:03:28.167]➜  cp $WORK/b1600/_pkg_.a /root/.cache/go-build/31/319401ef3738addf591180d2e8b2f43660754deafa7c0a15557bbe36422478c2-d # internal
2025-08-20T21:20:34.8325143Z [00:03:28.172]➜  github.com/envoyproxy/go-control-plane/envoy/config/route/v3
2025-08-20T21:20:34.8328652Z [00:03:28.172]➜  mkdir -p $WORK/b1511/
2025-08-20T21:20:34.8333576Z [00:03:28.172]➜  cat >/tmp/go-build3619502580/b1511/importcfg << 'EOF' # internal
2025-08-20T21:20:34.8335558Z [00:03:28.172]➜  # import config
2025-08-20T21:20:34.8343892Z [00:03:28.172]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:34.8344851Z [00:03:28.173]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:34.8345710Z [00:03:28.173]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:34.8346787Z [00:03:28.173]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:34.8348106Z [00:03:28.173]➜  packagefile github.com/cncf/xds/go/xds/type/matcher/v3=/tmp/go-build3619502580/b1512/_pkg_.a
2025-08-20T21:20:34.8349562Z [00:03:28.173]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3619502580/b1484/_pkg_.a
2025-08-20T21:20:34.8351113Z [00:03:28.173]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3619502580/b1478/_pkg_.a
2025-08-20T21:20:34.8352890Z [00:03:28.173]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3619502580/b1485/_pkg_.a
2025-08-20T21:20:34.8354462Z [00:03:28.173]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3=/tmp/go-build3619502580/b1516/_pkg_.a
2025-08-20T21:20:34.8356017Z [00:03:28.173]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3=/tmp/go-build3619502580/b1517/_pkg_.a
2025-08-20T21:20:34.8357617Z [00:03:28.173]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3619502580/b1486/_pkg_.a
2025-08-20T21:20:34.8358978Z [00:03:28.173]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:34.8360478Z [00:03:28.173]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:34.8369285Z [00:03:28.173]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:34.8370639Z [00:03:28.173]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:34.8372291Z [00:03:28.173]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:34.8373718Z [00:03:28.173]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3619502580/b1446/_pkg_.a
2025-08-20T21:20:34.8374815Z [00:03:28.173]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:34.8375649Z [00:03:28.173]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:34.8376474Z [00:03:28.173]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:34.8377314Z [00:03:28.173]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:34.8378131Z [00:03:28.173]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:34.8378928Z [00:03:28.173]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:34.8379720Z [00:03:28.173]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:34.8380507Z [00:03:28.173]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:34.8381417Z [00:03:28.173]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:34.8382442Z [00:03:28.173]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:34.8383241Z [00:03:28.176]➜  EOF
2025-08-20T21:20:34.8397044Z [00:03:28.176]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1511/_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/b1511=>" -p github.com/envoyproxy/go-control-plane/envoy/config/route/v3 -lang=go1.22 -complete -installsuffix shared -buildid 79Dlre557QY5WrdNISse/79Dlre557QY5WrdNISse -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1511/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:20:34.9038802Z [00:03:28.243]➜  go tool buildid -w $WORK/b1599/_pkg_.a # internal
2025-08-20T21:20:34.9125934Z [00:03:28.252]➜  cp $WORK/b1599/_pkg_.a /root/.cache/go-build/c3/c302d52c883f7a3bbe86fe2f4d964f0edfe0ca3541157fbf77b0c6e3cef4ecdf-d # internal
2025-08-20T21:20:34.9129905Z [00:03:28.252]➜  github.com/envoyproxy/go-control-plane/envoy/data/accesslog/v3
2025-08-20T21:20:34.9130523Z [00:03:28.252]➜  mkdir -p $WORK/b1518/
2025-08-20T21:20:34.9144071Z [00:03:28.253]➜  cat >/tmp/go-build3619502580/b1518/importcfg << 'EOF' # internal
2025-08-20T21:20:34.9144878Z [00:03:28.253]➜  # import config
2025-08-20T21:20:34.9145553Z [00:03:28.253]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:34.9146396Z [00:03:28.253]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:34.9147389Z [00:03:28.253]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:34.9148403Z [00:03:28.253]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:34.9149944Z [00:03:28.253]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3619502580/b1484/_pkg_.a
2025-08-20T21:20:34.9151695Z [00:03:28.253]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3619502580/b1478/_pkg_.a
2025-08-20T21:20:34.9153160Z [00:03:28.253]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:34.9154583Z [00:03:28.253]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:34.9155915Z [00:03:28.253]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:34.9157292Z [00:03:28.253]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:34.9158670Z [00:03:28.253]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:34.9160128Z [00:03:28.253]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3619502580/b1292/_pkg_.a
2025-08-20T21:20:34.9181479Z [00:03:28.253]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3619502580/b1446/_pkg_.a
2025-08-20T21:20:34.9182723Z [00:03:28.253]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:34.9183573Z [00:03:28.253]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:34.9184413Z [00:03:28.253]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:34.9185238Z [00:03:28.253]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:34.9186223Z [00:03:28.253]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:34.9187215Z [00:03:28.253]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:34.9188052Z [00:03:28.253]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:34.9188861Z [00:03:28.253]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:34.9189678Z [00:03:28.253]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:34.9190525Z [00:03:28.253]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:34.9191163Z [00:03:28.253]➜  EOF
2025-08-20T21:20:34.9196819Z [00:03:28.253]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1518/_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/b1518=>" -p github.com/envoyproxy/go-control-plane/envoy/data/accesslog/v3 -lang=go1.22 -complete -installsuffix shared -buildid tWqV7UHcEYZ2zVB7V_WW/tWqV7UHcEYZ2zVB7V_WW -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/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:20:34.9940632Z [00:03:28.333]➜  go tool buildid -w $WORK/b1477/_pkg_.a # internal
2025-08-20T21:20:34.9979403Z [00:03:28.337]➜  cp $WORK/b1477/_pkg_.a /root/.cache/go-build/2d/2d8bfdb7a0295487e890242e44c62487b35b6abf17874cc75163115abb7fa205-d # internal
2025-08-20T21:20:35.0008935Z [00:03:28.340]➜  github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3
2025-08-20T21:20:35.0022481Z [00:03:28.340]➜  mkdir -p $WORK/b1520/
2025-08-20T21:20:35.0023270Z [00:03:28.340]➜  cat >/tmp/go-build3619502580/b1520/importcfg << 'EOF' # internal
2025-08-20T21:20:35.0023936Z [00:03:28.340]➜  # import config
2025-08-20T21:20:35.0024552Z [00:03:28.340]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:35.0025493Z [00:03:28.340]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:35.0026197Z [00:03:28.340]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:35.0027171Z [00:03:28.340]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:35.0028571Z [00:03:28.340]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3619502580/b1481/_pkg_.a
2025-08-20T21:20:35.0029962Z [00:03:28.340]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3619502580/b1478/_pkg_.a
2025-08-20T21:20:35.0032066Z [00:03:28.340]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3619502580/b1486/_pkg_.a
2025-08-20T21:20:35.0034424Z [00:03:28.340]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:35.0035828Z [00:03:28.340]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:35.0037165Z [00:03:28.340]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:35.0038453Z [00:03:28.340]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:35.0039766Z [00:03:28.340]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:35.0041117Z [00:03:28.340]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3619502580/b1443/_pkg_.a
2025-08-20T21:20:35.0042634Z [00:03:28.340]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3619502580/b1446/_pkg_.a
2025-08-20T21:20:35.0043679Z [00:03:28.340]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:35.0044470Z [00:03:28.340]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:35.0045500Z [00:03:28.340]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:35.0046308Z [00:03:28.340]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:35.0047095Z [00:03:28.340]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:35.0047864Z [00:03:28.340]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:35.0048638Z [00:03:28.340]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:35.0049408Z [00:03:28.340]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:35.0050161Z [00:03:28.340]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:35.0050965Z [00:03:28.340]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:35.0051752Z [00:03:28.340]➜  EOF
2025-08-20T21:20:35.0060327Z [00:03:28.340]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1520/_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/b1520=>" -p github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3 -lang=go1.22 -complete -installsuffix shared -buildid UKisLnUiEEycEdEPPoDt/UKisLnUiEEycEdEPPoDt -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/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:20:35.5388288Z [00:03:28.878]➜  go tool buildid -w $WORK/b1520/_pkg_.a # internal
2025-08-20T21:20:35.5604774Z [00:03:28.899]➜  cp $WORK/b1520/_pkg_.a /root/.cache/go-build/1d/1d7cd899ec877e11d5aeedf2cbf00d8bc9cb06c1b2471582b79b3a012846c28e-d # internal
2025-08-20T21:20:35.5641681Z [00:03:28.903]➜  github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3
2025-08-20T21:20:35.5654633Z [00:03:28.905]➜  mkdir -p $WORK/b1519/
2025-08-20T21:20:35.5665707Z [00:03:28.906]➜  cat >/tmp/go-build3619502580/b1519/importcfg << 'EOF' # internal
2025-08-20T21:20:35.5666616Z [00:03:28.906]➜  # import config
2025-08-20T21:20:35.5668812Z [00:03:28.906]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:35.5670546Z [00:03:28.906]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:35.5671545Z [00:03:28.906]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:35.5672607Z [00:03:28.906]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:35.5673788Z [00:03:28.906]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build3619502580/b1482/_pkg_.a
2025-08-20T21:20:35.5675079Z [00:03:28.906]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3619502580/b1484/_pkg_.a
2025-08-20T21:20:35.5676668Z [00:03:28.906]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3619502580/b1478/_pkg_.a
2025-08-20T21:20:35.5678240Z [00:03:28.906]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build3619502580/b1520/_pkg_.a
2025-08-20T21:20:35.5679825Z [00:03:28.906]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3=/tmp/go-build3619502580/b1516/_pkg_.a
2025-08-20T21:20:35.5681541Z [00:03:28.906]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3619502580/b1486/_pkg_.a
2025-08-20T21:20:35.5683291Z [00:03:28.906]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:35.5684758Z [00:03:28.906]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:35.5686145Z [00:03:28.906]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:35.5687562Z [00:03:28.906]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:35.5688988Z [00:03:28.906]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:35.5690415Z [00:03:28.906]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3619502580/b1443/_pkg_.a
2025-08-20T21:20:35.5705698Z [00:03:28.906]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3619502580/b1446/_pkg_.a
2025-08-20T21:20:35.5706863Z [00:03:28.906]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:35.5707666Z [00:03:28.906]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:35.5708532Z [00:03:28.906]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:35.5709383Z [00:03:28.906]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:35.5710235Z [00:03:28.906]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:35.5711047Z [00:03:28.906]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:35.5712176Z [00:03:28.906]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:35.5712993Z [00:03:28.906]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:35.5713783Z [00:03:28.906]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:35.5714640Z [00:03:28.906]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:35.5715295Z [00:03:28.906]➜  EOF
2025-08-20T21:20:35.5726033Z [00:03:28.906]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1519/_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/b1519=>" -p github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3 -lang=go1.22 -complete -installsuffix shared -buildid DPbkvXgZDwopUvfDMhhn/DPbkvXgZDwopUvfDMhhn -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/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:20:35.6018156Z [00:03:28.941]➜  go tool buildid -w $WORK/b1518/_pkg_.a # internal
2025-08-20T21:20:35.6211187Z [00:03:28.960]➜  cp $WORK/b1518/_pkg_.a /root/.cache/go-build/f8/f860feec63e47c7fed25c1a9693a78e6567402ba8ebc9b39bb840e37b6dab0b7-d # internal
2025-08-20T21:20:35.6218897Z [00:03:28.961]➜  github.com/envoyproxy/go-control-plane/envoy/config/metrics/v3
2025-08-20T21:20:35.6219873Z [00:03:28.961]➜  mkdir -p $WORK/b1522/
2025-08-20T21:20:35.6272063Z [00:03:28.964]➜  cat >/tmp/go-build3619502580/b1522/importcfg << 'EOF' # internal
2025-08-20T21:20:35.6272820Z [00:03:28.964]➜  # import config
2025-08-20T21:20:35.6273821Z [00:03:28.964]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:35.6274673Z [00:03:28.964]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:35.6275466Z [00:03:28.964]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:35.6276605Z [00:03:28.964]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:35.6278027Z [00:03:28.964]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3619502580/b1478/_pkg_.a
2025-08-20T21:20:35.6279564Z [00:03:28.964]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3619502580/b1485/_pkg_.a
2025-08-20T21:20:35.6281023Z [00:03:28.964]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:35.6282645Z [00:03:28.964]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:35.6284089Z [00:03:28.964]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:35.6285449Z [00:03:28.964]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:35.6286844Z [00:03:28.964]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3619502580/b1446/_pkg_.a
2025-08-20T21:20:35.6287897Z [00:03:28.964]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:35.6288702Z [00:03:28.964]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:35.6289538Z [00:03:28.964]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:35.6290359Z [00:03:28.964]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:35.6291168Z [00:03:28.964]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:35.6292162Z [00:03:28.964]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:35.6293182Z [00:03:28.964]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:35.6293977Z [00:03:28.964]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:35.6294748Z [00:03:28.964]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:35.6295740Z [00:03:28.964]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:35.6296394Z [00:03:28.964]➜  EOF
2025-08-20T21:20:35.6304512Z [00:03:28.964]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1522/_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/b1522=>" -p github.com/envoyproxy/go-control-plane/envoy/config/metrics/v3 -lang=go1.22 -complete -installsuffix shared -buildid x9p5LG44o-yd5bhqrt3E/x9p5LG44o-yd5bhqrt3E -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/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:20:36.0289844Z [00:03:29.368]➜  go tool buildid -w $WORK/b1522/_pkg_.a # internal
2025-08-20T21:20:36.0342579Z [00:03:29.373]➜  cp $WORK/b1522/_pkg_.a /root/.cache/go-build/1b/1ba391f7aa9c1d48dcedba7884367523dda3b5c3ee31539eb9f573546d921ce9-d # internal
2025-08-20T21:20:36.0403589Z [00:03:29.379]➜  github.com/envoyproxy/go-control-plane/envoy/config/trace/v3
2025-08-20T21:20:36.0404742Z [00:03:29.379]➜  mkdir -p $WORK/b1524/
2025-08-20T21:20:36.0408521Z [00:03:29.380]➜  cat >/tmp/go-build3619502580/b1524/importcfg << 'EOF' # internal
2025-08-20T21:20:36.0409245Z [00:03:29.380]➜  # import config
2025-08-20T21:20:36.0410075Z [00:03:29.380]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:36.0410911Z [00:03:29.380]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:36.0411807Z [00:03:29.380]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:36.0412884Z [00:03:29.380]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:36.0414242Z [00:03:29.380]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3619502580/b1484/_pkg_.a
2025-08-20T21:20:36.0415778Z [00:03:29.380]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3619502580/b1478/_pkg_.a
2025-08-20T21:20:36.0417273Z [00:03:29.380]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:36.0418767Z [00:03:29.380]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:36.0420197Z [00:03:29.380]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:36.0421715Z [00:03:29.380]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:36.0423145Z [00:03:29.380]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:36.0424553Z [00:03:29.380]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3619502580/b1443/_pkg_.a
2025-08-20T21:20:36.0425948Z [00:03:29.380]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3619502580/b1446/_pkg_.a
2025-08-20T21:20:36.0427018Z [00:03:29.380]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:36.0427817Z [00:03:29.380]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:36.0428636Z [00:03:29.380]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:36.0429628Z [00:03:29.380]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:36.0430424Z [00:03:29.380]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:36.0431183Z [00:03:29.380]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:36.0442492Z [00:03:29.380]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:36.0443287Z [00:03:29.380]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:36.0444053Z [00:03:29.380]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:36.0444885Z [00:03:29.380]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:36.0445516Z [00:03:29.380]➜  EOF
2025-08-20T21:20:36.0464802Z [00:03:29.380]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1524/_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/b1524=>" -p github.com/envoyproxy/go-control-plane/envoy/config/trace/v3 -lang=go1.22 -complete -installsuffix shared -buildid 04U8R2_jc0ogSYTJcb9E/04U8R2_jc0ogSYTJcb9E -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/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:20:36.7259524Z [00:03:30.065]➜  go tool buildid -w $WORK/b1524/_pkg_.a # internal
2025-08-20T21:20:36.7322580Z [00:03:30.071]➜  cp $WORK/b1524/_pkg_.a /root/.cache/go-build/0e/0e0b6efe76062ae98fbd7acebae076bb2f4ef1b383df75cdd4c259f43d534684-d # internal
2025-08-20T21:20:36.7335300Z [00:03:30.073]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3
2025-08-20T21:20:36.7336228Z [00:03:30.073]➜  mkdir -p $WORK/b1525/
2025-08-20T21:20:36.7349251Z [00:03:30.074]➜  cat >/tmp/go-build3619502580/b1525/importcfg << 'EOF' # internal
2025-08-20T21:20:36.7351794Z [00:03:30.074]➜  # import config
2025-08-20T21:20:36.7352714Z [00:03:30.074]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:36.7353583Z [00:03:30.074]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:36.7354436Z [00:03:30.074]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:36.7355794Z [00:03:30.074]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:36.7357291Z [00:03:30.074]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3619502580/b1484/_pkg_.a
2025-08-20T21:20:36.7358937Z [00:03:30.074]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3619502580/b1478/_pkg_.a
2025-08-20T21:20:36.7360599Z [00:03:30.074]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3619502580/b1485/_pkg_.a
2025-08-20T21:20:36.7362503Z [00:03:30.074]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:36.7364069Z [00:03:30.074]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:36.7365532Z [00:03:30.074]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:36.7366938Z [00:03:30.074]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:36.7368407Z [00:03:30.074]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:36.7369923Z [00:03:30.074]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3619502580/b1446/_pkg_.a
2025-08-20T21:20:36.7371050Z [00:03:30.074]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:36.7374876Z [00:03:30.074]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:36.7375679Z [00:03:30.074]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:36.7376614Z [00:03:30.074]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:36.7377359Z [00:03:30.074]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:36.7378131Z [00:03:30.074]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:36.7378900Z [00:03:30.074]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:36.7379607Z [00:03:30.074]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:36.7380300Z [00:03:30.074]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:36.7381059Z [00:03:30.074]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:36.7381805Z [00:03:30.074]➜  EOF
2025-08-20T21:20:36.7394545Z [00:03:30.074]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1525/_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/b1525=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3 -lang=go1.22 -complete -installsuffix shared -buildid A1Z0X0AKz4V7fdejQa-I/A1Z0X0AKz4V7fdejQa-I -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/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:20:37.0247618Z [00:03:30.364]➜  go tool buildid -w $WORK/b1519/_pkg_.a # internal
2025-08-20T21:20:37.0786113Z [00:03:30.418]➜  cp $WORK/b1519/_pkg_.a /root/.cache/go-build/f4/f4837d4ae196aa1c5dffb24296dfe7e7ca5e8f4bc26f91e1e2c7d5d10cba7d57-d # internal
2025-08-20T21:20:37.0796484Z [00:03:30.419]➜  google.golang.org/grpc/xds/internal/xdsclient/transport
2025-08-20T21:20:37.0812184Z [00:03:30.419]➜  mkdir -p $WORK/b1533/
2025-08-20T21:20:37.0812926Z [00:03:30.419]➜  cat >/tmp/go-build3619502580/b1533/importcfg << 'EOF' # internal
2025-08-20T21:20:37.0813536Z [00:03:30.419]➜  # import config
2025-08-20T21:20:37.0814145Z [00:03:30.419]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:37.0815174Z [00:03:30.419]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3619502580/b1477/_pkg_.a
2025-08-20T21:20:37.0815975Z [00:03:30.419]➜  EOF
2025-08-20T21:20:37.0822501Z [00:03:30.421]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1533/_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/b1533=>" -p google.golang.org/grpc/xds/internal/xdsclient/transport -lang=go1.23 -complete -installsuffix shared -buildid DZ_4xx12kQmus5JsdK5R/DZ_4xx12kQmus5JsdK5R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1533/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/transport/transport_interface.go
2025-08-20T21:20:37.2377659Z [00:03:30.577]➜  go tool buildid -w $WORK/b1533/_pkg_.a # internal
2025-08-20T21:20:37.2402313Z [00:03:30.579]➜  cp $WORK/b1533/_pkg_.a /root/.cache/go-build/a4/a43d0fa96405cd54069c81f40c023fe8b224c19f5c85cb634b2138d197bd6b83-d # internal
2025-08-20T21:20:37.2429192Z [00:03:30.582]➜  github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3
2025-08-20T21:20:37.2434693Z [00:03:30.582]➜  mkdir -p $WORK/b1535/
2025-08-20T21:20:37.2440400Z [00:03:30.583]➜  cat >/tmp/go-build3619502580/b1535/importcfg << 'EOF' # internal
2025-08-20T21:20:37.2441034Z [00:03:30.583]➜  # import config
2025-08-20T21:20:37.2441818Z [00:03:30.583]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:37.2442612Z [00:03:30.583]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:37.2443398Z [00:03:30.583]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:37.2444160Z [00:03:30.583]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:37.2445148Z [00:03:30.583]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:37.2446501Z [00:03:30.583]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3619502580/b1478/_pkg_.a
2025-08-20T21:20:37.2447914Z [00:03:30.583]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:37.2449184Z [00:03:30.583]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3619502580/b1294/_pkg_.a
2025-08-20T21:20:37.2450246Z [00:03:30.583]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:37.2451643Z [00:03:30.583]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:37.2452918Z [00:03:30.583]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:20:37.2454307Z [00:03:30.583]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:37.2455627Z [00:03:30.583]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:37.2457022Z [00:03:30.583]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:37.2458358Z [00:03:30.583]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:37.2459380Z [00:03:30.583]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:37.2460109Z [00:03:30.583]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:37.2460867Z [00:03:30.583]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:37.2461788Z [00:03:30.583]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:37.2462682Z [00:03:30.583]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:37.2463453Z [00:03:30.583]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:37.2464216Z [00:03:30.583]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:37.2464979Z [00:03:30.583]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:37.2465715Z [00:03:30.583]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:37.2466505Z [00:03:30.583]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:37.2467146Z [00:03:30.583]➜  EOF
2025-08-20T21:20:37.2475264Z [00:03:30.583]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1535/_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/b1535=>" -p github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3 -lang=go1.22 -complete -installsuffix shared -buildid wIasneEjkeYfJIBOE3jQ/wIasneEjkeYfJIBOE3jQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1535/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:20:37.7888665Z [00:03:31.128]➜  go tool buildid -w $WORK/b1525/_pkg_.a # internal
2025-08-20T21:20:37.8067209Z [00:03:31.146]➜  cp $WORK/b1525/_pkg_.a /root/.cache/go-build/69/696509b884f771c5f5b11c69f13c903e8e127cdf7cf7b47d42943bff884f9d08-d # internal
2025-08-20T21:20:37.8077040Z [00:03:31.146]➜  google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry
2025-08-20T21:20:37.8077759Z [00:03:31.146]➜  mkdir -p $WORK/b1545/
2025-08-20T21:20:37.8078456Z [00:03:31.146]➜  cat >/tmp/go-build3619502580/b1545/importcfg << 'EOF' # internal
2025-08-20T21:20:37.8079118Z [00:03:31.147]➜  # import config
2025-08-20T21:20:37.8079812Z [00:03:31.147]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:37.8080612Z [00:03:31.147]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:37.8081923Z [00:03:31.147]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build3619502580/b1519/_pkg_.a
2025-08-20T21:20:37.8082810Z [00:03:31.147]➜  EOF
2025-08-20T21:20:37.8087074Z [00:03:31.147]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1545/_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/b1545=>" -p google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry -lang=go1.23 -complete -installsuffix shared -buildid m0mhN6vF8t8AztfCwFek/m0mhN6vF8t8AztfCwFek -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/xdslbregistry/xdslbregistry.go
2025-08-20T21:20:37.8648989Z [00:03:31.204]➜  go tool buildid -w $WORK/b1545/_pkg_.a # internal
2025-08-20T21:20:37.8661420Z [00:03:31.205]➜  cp $WORK/b1545/_pkg_.a /root/.cache/go-build/a1/a1827aa8a5c55b7aafee29d971c5e2897fc785250c1641be36f2c51e999870f0-d # internal
2025-08-20T21:20:37.8663989Z [00:03:31.205]➜  github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3
2025-08-20T21:20:37.8665412Z [00:03:31.206]➜  mkdir -p $WORK/b1548/
2025-08-20T21:20:37.8674658Z [00:03:31.207]➜  cat >/tmp/go-build3619502580/b1548/importcfg << 'EOF' # internal
2025-08-20T21:20:37.8678202Z [00:03:31.207]➜  # import config
2025-08-20T21:20:37.8679300Z [00:03:31.207]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:37.8680513Z [00:03:31.207]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:37.8681710Z [00:03:31.207]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:37.8683025Z [00:03:31.207]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:37.8685371Z [00:03:31.207]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:37.8686798Z [00:03:31.207]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3619502580/b1478/_pkg_.a
2025-08-20T21:20:37.8688398Z [00:03:31.207]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build3619502580/b1520/_pkg_.a
2025-08-20T21:20:37.8689657Z [00:03:31.207]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:37.8690726Z [00:03:31.207]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:37.8692188Z [00:03:31.207]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:20:37.8693480Z [00:03:31.207]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:37.8694869Z [00:03:31.207]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:37.8696141Z [00:03:31.207]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:37.8697364Z [00:03:31.207]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:37.8698320Z [00:03:31.207]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:37.8699053Z [00:03:31.207]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:37.8699837Z [00:03:31.207]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:37.8700587Z [00:03:31.207]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:37.8726586Z [00:03:31.207]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:37.8727489Z [00:03:31.207]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:37.8728266Z [00:03:31.207]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:37.8729057Z [00:03:31.207]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:37.8729826Z [00:03:31.207]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:37.8730638Z [00:03:31.207]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:37.8731379Z [00:03:31.207]➜  EOF
2025-08-20T21:20:37.8737438Z [00:03:31.207]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1548/_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/b1548=>" -p github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3 -lang=go1.22 -complete -installsuffix shared -buildid BLStHSDAq1xQv9z8Z6GD/BLStHSDAq1xQv9z8Z6GD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1548/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:20:38.1125208Z [00:03:31.451]➜  go tool buildid -w $WORK/b1548/_pkg_.a # internal
2025-08-20T21:20:38.1186800Z [00:03:31.458]➜  cp $WORK/b1548/_pkg_.a /root/.cache/go-build/e8/e83d309f9fbe71bae12f5449faa3b84f0220e258c4485df26ade6ed3898aac81-d # internal
2025-08-20T21:20:38.1195831Z [00:03:31.459]➜  google.golang.org/grpc/xds/internal/xdsclient/transport/lrs
2025-08-20T21:20:38.1201813Z [00:03:31.459]➜  mkdir -p $WORK/b1549/
2025-08-20T21:20:38.1206273Z [00:03:31.460]➜  cat >/tmp/go-build3619502580/b1549/importcfg << 'EOF' # internal
2025-08-20T21:20:38.1221720Z [00:03:31.460]➜  # import config
2025-08-20T21:20:38.1222431Z [00:03:31.460]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:38.1223276Z [00:03:31.460]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:38.1224528Z [00:03:31.460]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3619502580/b1478/_pkg_.a
2025-08-20T21:20:38.1226174Z [00:03:31.460]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build3619502580/b1520/_pkg_.a
2025-08-20T21:20:38.1227759Z [00:03:31.460]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3=/tmp/go-build3619502580/b1548/_pkg_.a
2025-08-20T21:20:38.1229125Z [00:03:31.460]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:38.1230450Z [00:03:31.460]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3619502580/b1287/_pkg_.a
2025-08-20T21:20:38.1231815Z [00:03:31.460]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:20:38.1232959Z [00:03:31.460]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3619502580/b1275/_pkg_.a
2025-08-20T21:20:38.1234111Z [00:03:31.460]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build3619502580/b1542/_pkg_.a
2025-08-20T21:20:38.1235351Z [00:03:31.460]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/load=/tmp/go-build3619502580/b1532/_pkg_.a
2025-08-20T21:20:38.1236750Z [00:03:31.460]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport=/tmp/go-build3619502580/b1533/_pkg_.a
2025-08-20T21:20:38.1238050Z [00:03:31.460]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:38.1239317Z [00:03:31.460]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:38.1240343Z [00:03:31.460]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:38.1241077Z [00:03:31.460]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:38.1242001Z [00:03:31.460]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:38.1242561Z [00:03:31.460]➜  EOF
2025-08-20T21:20:38.1246609Z [00:03:31.460]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1549/_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/b1549=>" -p google.golang.org/grpc/xds/internal/xdsclient/transport/lrs -lang=go1.23 -complete -installsuffix shared -buildid wJhfdBgFPSARHb6rgWMr/wJhfdBgFPSARHb6rgWMr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1549/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/transport/lrs/lrs_stream.go
2025-08-20T21:20:38.1468006Z [00:03:31.486]➜  go tool buildid -w $WORK/b1535/_pkg_.a # internal
2025-08-20T21:20:38.1634547Z [00:03:31.502]➜  cp $WORK/b1535/_pkg_.a /root/.cache/go-build/ec/ece1a496a293a1ee8ee59aaf5a2b9cc8562bb40f46e4fcb5d5ebe051bc5964d8-d # internal
2025-08-20T21:20:38.1696769Z [00:03:31.509]➜  google.golang.org/grpc/xds/internal/xdsclient/transport/grpctransport
2025-08-20T21:20:38.1701750Z [00:03:31.509]➜  mkdir -p $WORK/b1547/
2025-08-20T21:20:38.1702433Z [00:03:31.509]➜  cat >/tmp/go-build3619502580/b1547/importcfg << 'EOF' # internal
2025-08-20T21:20:38.1703029Z [00:03:31.509]➜  # import config
2025-08-20T21:20:38.1703654Z [00:03:31.509]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:38.1704383Z [00:03:31.509]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:38.1705699Z [00:03:31.509]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=/tmp/go-build3619502580/b1535/_pkg_.a
2025-08-20T21:20:38.1707262Z [00:03:31.509]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3=/tmp/go-build3619502580/b1548/_pkg_.a
2025-08-20T21:20:38.1708521Z [00:03:31.509]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:38.1709505Z [00:03:31.509]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build3619502580/b1311/_pkg_.a
2025-08-20T21:20:38.1710712Z [00:03:31.509]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/internal=/tmp/go-build3619502580/b1531/_pkg_.a
2025-08-20T21:20:38.1712374Z [00:03:31.509]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport=/tmp/go-build3619502580/b1533/_pkg_.a
2025-08-20T21:20:38.1713462Z [00:03:31.509]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:38.1714027Z [00:03:31.509]➜  EOF
2025-08-20T21:20:38.1718840Z [00:03:31.509]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1547/_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/b1547=>" -p google.golang.org/grpc/xds/internal/xdsclient/transport/grpctransport -lang=go1.23 -complete -installsuffix shared -buildid 8KoSQEqe3uqpPvjSUfjh/8KoSQEqe3uqpPvjSUfjh -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/grpctransport/grpctransport.go
2025-08-20T21:20:38.1968425Z [00:03:31.536]➜  go tool buildid -w $WORK/b1511/_pkg_.a # internal
2025-08-20T21:20:38.2519933Z [00:03:31.591]➜  cp $WORK/b1511/_pkg_.a /root/.cache/go-build/a2/a2f24e7486c8373965472cf35ed97ecac8bf32e6ae97d553942a2a3b82e8676f-d # internal
2025-08-20T21:20:38.2521919Z [00:03:31.591]➜  github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3
2025-08-20T21:20:38.2537730Z [00:03:31.591]➜  mkdir -p $WORK/b1510/
2025-08-20T21:20:38.2538672Z [00:03:31.592]➜  cat >/tmp/go-build3619502580/b1510/importcfg << 'EOF' # internal
2025-08-20T21:20:38.2539379Z [00:03:31.592]➜  # import config
2025-08-20T21:20:38.2539995Z [00:03:31.592]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:38.2540800Z [00:03:31.592]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:38.2541777Z [00:03:31.592]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:38.2542833Z [00:03:31.592]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:38.2544340Z [00:03:31.592]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3619502580/b1478/_pkg_.a
2025-08-20T21:20:38.2546037Z [00:03:31.592]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3619502580/b1511/_pkg_.a
2025-08-20T21:20:38.2547747Z [00:03:31.592]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/data/accesslog/v3=/tmp/go-build3619502580/b1518/_pkg_.a
2025-08-20T21:20:38.2549574Z [00:03:31.592]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3619502580/b1485/_pkg_.a
2025-08-20T21:20:38.2551122Z [00:03:31.592]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3619502580/b1486/_pkg_.a
2025-08-20T21:20:38.2553014Z [00:03:31.592]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:38.2554475Z [00:03:31.592]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:38.2555871Z [00:03:31.592]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:38.2557244Z [00:03:31.592]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:38.2558859Z [00:03:31.592]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3619502580/b1446/_pkg_.a
2025-08-20T21:20:38.2560087Z [00:03:31.592]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:38.2560970Z [00:03:31.592]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:38.2562566Z [00:03:31.592]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:38.2563458Z [00:03:31.592]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:38.2564331Z [00:03:31.592]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:38.2565196Z [00:03:31.592]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:38.2566038Z [00:03:31.592]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:38.2566861Z [00:03:31.592]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:38.2567689Z [00:03:31.592]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:38.2568605Z [00:03:31.592]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:38.2569306Z [00:03:31.592]➜  EOF
2025-08-20T21:20:38.2575215Z [00:03:31.592]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1510/_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/b1510=>" -p github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3 -lang=go1.22 -complete -installsuffix shared -buildid qkZD_WLtS-I4wDT_8jAS/qkZD_WLtS-I4wDT_8jAS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1510/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:20:38.3338072Z [00:03:31.673]➜  go tool buildid -w $WORK/b1547/_pkg_.a # internal
2025-08-20T21:20:38.3361578Z [00:03:31.675]➜  cp $WORK/b1547/_pkg_.a /root/.cache/go-build/3e/3e4549f8bfc2946d9a6780cdf8dbbe40a658cbb0e80e49d79ffb35ee700efa25-d # internal
2025-08-20T21:20:38.3386696Z [00:03:31.678]➜  github.com/envoyproxy/go-control-plane/envoy/config/common/matcher/v3
2025-08-20T21:20:38.3390638Z [00:03:31.678]➜  mkdir -p $WORK/b1527/
2025-08-20T21:20:38.3395142Z [00:03:31.678]➜  cat >/tmp/go-build3619502580/b1527/importcfg << 'EOF' # internal
2025-08-20T21:20:38.3408736Z [00:03:31.678]➜  # import config
2025-08-20T21:20:38.3409457Z [00:03:31.679]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:38.3410295Z [00:03:31.679]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:38.3411130Z [00:03:31.679]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:38.3412399Z [00:03:31.679]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:38.3413884Z [00:03:31.679]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3619502580/b1478/_pkg_.a
2025-08-20T21:20:38.3415698Z [00:03:31.679]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3619502580/b1511/_pkg_.a
2025-08-20T21:20:38.3417324Z [00:03:31.679]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3619502580/b1485/_pkg_.a
2025-08-20T21:20:38.3419018Z [00:03:31.679]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:38.3420492Z [00:03:31.679]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:38.3422120Z [00:03:31.679]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:38.3423416Z [00:03:31.679]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:38.3424474Z [00:03:31.679]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:38.3425493Z [00:03:31.679]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:38.3426537Z [00:03:31.679]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:38.3427405Z [00:03:31.679]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:38.3428267Z [00:03:31.679]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:38.3429083Z [00:03:31.679]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:38.3429934Z [00:03:31.679]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:38.3430778Z [00:03:31.679]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:38.3431973Z [00:03:31.679]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:38.3432841Z [00:03:31.679]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:38.3433500Z [00:03:31.679]➜  EOF
2025-08-20T21:20:38.3439186Z [00:03:31.679]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1527/_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/b1527=>" -p github.com/envoyproxy/go-control-plane/envoy/config/common/matcher/v3 -lang=go1.22 -complete -installsuffix shared -buildid Z1Gg4cpJqZh7c3U_lJJD/Z1Gg4cpJqZh7c3U_lJJD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1527/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:20:38.3495575Z [00:03:31.689]➜  go tool buildid -w $WORK/b1549/_pkg_.a # internal
2025-08-20T21:20:38.3537798Z [00:03:31.692]➜  cp $WORK/b1549/_pkg_.a /root/.cache/go-build/94/941ffa1a9d5bbce3b92964221e9e3574d92056914affba9f00900f3a18d70b23-d # internal
2025-08-20T21:20:38.3539346Z [00:03:31.692]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3
2025-08-20T21:20:38.3540188Z [00:03:31.692]➜  mkdir -p $WORK/b1573/
2025-08-20T21:20:38.3540929Z [00:03:31.693]➜  cat >/tmp/go-build3619502580/b1573/importcfg << 'EOF' # internal
2025-08-20T21:20:38.3541786Z [00:03:31.693]➜  # import config
2025-08-20T21:20:38.3542644Z [00:03:31.693]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:38.3543440Z [00:03:31.693]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:38.3544180Z [00:03:31.693]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:38.3545206Z [00:03:31.693]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:38.3546628Z [00:03:31.693]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3619502580/b1511/_pkg_.a
2025-08-20T21:20:38.3548331Z [00:03:31.693]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3=/tmp/go-build3619502580/b1572/_pkg_.a
2025-08-20T21:20:38.3550174Z [00:03:31.693]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3619502580/b1486/_pkg_.a
2025-08-20T21:20:38.3551848Z [00:03:31.693]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:38.3555358Z [00:03:31.695]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:38.3557260Z [00:03:31.695]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:38.3559336Z [00:03:31.695]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:38.3561770Z [00:03:31.695]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3619502580/b1443/_pkg_.a
2025-08-20T21:20:38.3564194Z [00:03:31.695]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3619502580/b1446/_pkg_.a
2025-08-20T21:20:38.3566326Z [00:03:31.695]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:38.3567864Z [00:03:31.695]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:38.3569852Z [00:03:31.695]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:38.3570716Z [00:03:31.695]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:38.3571686Z [00:03:31.695]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:38.3572478Z [00:03:31.695]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:38.3573258Z [00:03:31.695]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:38.3574051Z [00:03:31.695]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:38.3574850Z [00:03:31.695]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:38.3575692Z [00:03:31.695]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:38.3576351Z [00:03:31.695]➜  EOF
2025-08-20T21:20:38.3584144Z [00:03:31.695]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1573/_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/b1573=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3 -lang=go1.22 -complete -installsuffix shared -buildid qZBmY-Uqkn8ml52M4lcW/qZBmY-Uqkn8ml52M4lcW -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/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:20:38.5057067Z [00:03:31.845]➜  go tool buildid -w $WORK/b1573/_pkg_.a # internal
2025-08-20T21:20:38.5095646Z [00:03:31.848]➜  cp $WORK/b1573/_pkg_.a /root/.cache/go-build/03/0357bfd3ada3501faab9d311179defd36809980c4cedf77d0dcd5d36ceb8f97b-d # internal
2025-08-20T21:20:38.5097074Z [00:03:31.849]➜  google.golang.org/grpc/xds/internal/httpfilter/fault
2025-08-20T21:20:38.5098000Z [00:03:31.849]➜  mkdir -p $WORK/b1571/
2025-08-20T21:20:38.5107306Z [00:03:31.850]➜  cat >/tmp/go-build3619502580/b1571/importcfg << 'EOF' # internal
2025-08-20T21:20:38.5108074Z [00:03:31.850]➜  # import config
2025-08-20T21:20:38.5108771Z [00:03:31.850]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:38.5109614Z [00:03:31.850]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:38.5110387Z [00:03:31.850]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:38.5111920Z [00:03:31.850]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3=/tmp/go-build3619502580/b1572/_pkg_.a
2025-08-20T21:20:38.5113778Z [00:03:31.850]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3=/tmp/go-build3619502580/b1573/_pkg_.a
2025-08-20T21:20:38.5116250Z [00:03:31.850]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3619502580/b1486/_pkg_.a
2025-08-20T21:20:38.5118433Z [00:03:31.850]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:38.5119840Z [00:03:31.850]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3619502580/b1301/_pkg_.a
2025-08-20T21:20:38.5121532Z [00:03:31.850]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:20:38.5123059Z [00:03:31.850]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:20:38.5142838Z [00:03:31.850]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build3619502580/b1544/_pkg_.a
2025-08-20T21:20:38.5194482Z [00:03:31.850]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:38.5196221Z [00:03:31.850]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:38.5198080Z [00:03:31.850]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:38.5199218Z [00:03:31.850]➜  packagefile math/rand/v2=/tmp/go-build3619502580/b103/_pkg_.a
2025-08-20T21:20:38.5200800Z [00:03:31.850]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:38.5202118Z [00:03:31.850]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:38.5203228Z [00:03:31.850]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:38.5222246Z [00:03:31.850]➜  EOF
2025-08-20T21:20:38.5226582Z [00:03:31.850]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1571/_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/b1571=>" -p google.golang.org/grpc/xds/internal/httpfilter/fault -lang=go1.23 -complete -installsuffix shared -buildid l96UmsN8f7CM3Yq1PhlI/l96UmsN8f7CM3Yq1PhlI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1571/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/httpfilter/fault/fault.go
2025-08-20T21:20:38.5838299Z [00:03:31.923]➜  go tool buildid -w $WORK/b1571/_pkg_.a # internal
2025-08-20T21:20:38.5868983Z [00:03:31.926]➜  cp $WORK/b1571/_pkg_.a /root/.cache/go-build/87/870d5b8546fa5f9672d60fcabbb553771fa94c4344c4b213c6935afab56ba422-d # internal
2025-08-20T21:20:38.5882491Z [00:03:31.927]➜  github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3
2025-08-20T21:20:38.5886288Z [00:03:31.928]➜  mkdir -p $WORK/b1575/
2025-08-20T21:20:38.5905450Z [00:03:31.929]➜  cat >/tmp/go-build3619502580/b1575/importcfg << 'EOF' # internal
2025-08-20T21:20:38.5906255Z [00:03:31.930]➜  # import config
2025-08-20T21:20:38.5906975Z [00:03:31.930]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:38.5908356Z [00:03:31.930]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:38.5909313Z [00:03:31.930]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:38.5911080Z [00:03:31.930]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:38.5913406Z [00:03:31.930]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3619502580/b1484/_pkg_.a
2025-08-20T21:20:38.5915193Z [00:03:31.930]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3619502580/b1478/_pkg_.a
2025-08-20T21:20:38.5916998Z [00:03:31.930]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3619502580/b1511/_pkg_.a
2025-08-20T21:20:38.5919688Z [00:03:31.930]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3619502580/b1485/_pkg_.a
2025-08-20T21:20:38.5923035Z [00:03:31.930]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3619502580/b1486/_pkg_.a
2025-08-20T21:20:38.5924593Z [00:03:31.930]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:38.5926099Z [00:03:31.930]➜  packagefile google.golang.org/genproto/googleapis/api/expr/v1alpha1=/tmp/go-build3619502580/b1515/_pkg_.a
2025-08-20T21:20:38.5927640Z [00:03:31.930]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:38.5929086Z [00:03:31.930]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:38.5930487Z [00:03:31.930]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:38.5931794Z [00:03:31.930]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:38.5932819Z [00:03:31.930]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:38.5933837Z [00:03:31.930]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:38.5934749Z [00:03:31.930]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:38.5935566Z [00:03:31.930]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:38.5936385Z [00:03:31.930]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:38.5937198Z [00:03:31.930]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:38.5937990Z [00:03:31.930]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:38.5938866Z [00:03:31.930]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:38.5939736Z [00:03:31.930]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:38.5940387Z [00:03:31.930]➜  EOF
2025-08-20T21:20:38.5945845Z [00:03:31.930]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1575/_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/b1575=>" -p github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3 -lang=go1.22 -complete -installsuffix shared -buildid xdQrPGQbWQA5gMDNd-xV/xdQrPGQbWQA5gMDNd-xV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1575/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:20:38.7693142Z [00:03:32.108]➜  go tool buildid -w $WORK/b1510/_pkg_.a # internal
2025-08-20T21:20:38.7771938Z [00:03:32.116]➜  cp $WORK/b1510/_pkg_.a /root/.cache/go-build/5a/5a604b9f1cf3b0866bf4857574a3913ee0a51194b58a7d9aaecca4125b388729-d # internal
2025-08-20T21:20:38.7778753Z [00:03:32.117]➜  github.com/envoyproxy/go-control-plane/envoy/config/listener/v3
2025-08-20T21:20:38.7780921Z [00:03:32.117]➜  mkdir -p $WORK/b1521/
2025-08-20T21:20:38.7786409Z [00:03:32.118]➜  cat >/tmp/go-build3619502580/b1521/importcfg << 'EOF' # internal
2025-08-20T21:20:38.7789445Z [00:03:32.118]➜  # import config
2025-08-20T21:20:38.7790057Z [00:03:32.118]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:38.7790949Z [00:03:32.118]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:38.7791911Z [00:03:32.118]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:38.7792907Z [00:03:32.118]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:38.7794182Z [00:03:32.118]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3619502580/b1481/_pkg_.a
2025-08-20T21:20:38.7795408Z [00:03:32.118]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build3619502580/b1482/_pkg_.a
2025-08-20T21:20:38.7796723Z [00:03:32.118]➜  packagefile github.com/cncf/xds/go/xds/type/matcher/v3=/tmp/go-build3619502580/b1512/_pkg_.a
2025-08-20T21:20:38.7798214Z [00:03:32.118]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3619502580/b1484/_pkg_.a
2025-08-20T21:20:38.7799769Z [00:03:32.118]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build3619502580/b1510/_pkg_.a
2025-08-20T21:20:38.7801554Z [00:03:32.118]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3619502580/b1478/_pkg_.a
2025-08-20T21:20:38.7806199Z [00:03:32.120]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3619502580/b1486/_pkg_.a
2025-08-20T21:20:38.7807624Z [00:03:32.120]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:38.7808913Z [00:03:32.120]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:38.7810273Z [00:03:32.120]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:38.7811768Z [00:03:32.120]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:38.7813034Z [00:03:32.120]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:38.7814313Z [00:03:32.120]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3619502580/b1446/_pkg_.a
2025-08-20T21:20:38.7815268Z [00:03:32.120]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:38.7815993Z [00:03:32.120]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:38.7816767Z [00:03:32.120]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:38.7817523Z [00:03:32.120]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:38.7818254Z [00:03:32.120]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:38.7818989Z [00:03:32.120]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:38.7819719Z [00:03:32.120]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:38.7820405Z [00:03:32.120]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:38.7821096Z [00:03:32.120]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:38.7822012Z [00:03:32.120]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:38.7822600Z [00:03:32.120]➜  EOF
2025-08-20T21:20:38.7833979Z [00:03:32.120]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1521/_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/b1521=>" -p github.com/envoyproxy/go-control-plane/envoy/config/listener/v3 -lang=go1.22 -complete -installsuffix shared -buildid FGhWfaTSJERUX5Bddiqt/FGhWfaTSJERUX5Bddiqt -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/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:20:39.1102296Z [00:03:32.449]➜  go tool buildid -w $WORK/b1527/_pkg_.a # internal
2025-08-20T21:20:39.1260305Z [00:03:32.465]➜  cp $WORK/b1527/_pkg_.a /root/.cache/go-build/20/20d97b24692aadf0d93fb8e63079cd99968e3bd54f5047159f8e357e145b198c-d # internal
2025-08-20T21:20:39.1264175Z [00:03:32.466]➜  github.com/envoyproxy/go-control-plane/envoy/config/tap/v3
2025-08-20T21:20:39.1266535Z [00:03:32.466]➜  mkdir -p $WORK/b1526/
2025-08-20T21:20:39.1325969Z [00:03:32.472]➜  cat >/tmp/go-build3619502580/b1526/importcfg << 'EOF' # internal
2025-08-20T21:20:39.1330136Z [00:03:32.472]➜  # import config
2025-08-20T21:20:39.1330757Z [00:03:32.472]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:39.1331687Z [00:03:32.472]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:39.1332605Z [00:03:32.472]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:39.1333722Z [00:03:32.472]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:39.1335065Z [00:03:32.472]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3619502580/b1484/_pkg_.a
2025-08-20T21:20:39.1336603Z [00:03:32.472]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/common/matcher/v3=/tmp/go-build3619502580/b1527/_pkg_.a
2025-08-20T21:20:39.1338092Z [00:03:32.472]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3619502580/b1478/_pkg_.a
2025-08-20T21:20:39.1339532Z [00:03:32.472]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3619502580/b1511/_pkg_.a
2025-08-20T21:20:39.1340946Z [00:03:32.472]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:39.1342524Z [00:03:32.472]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:39.1343865Z [00:03:32.472]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:39.1345158Z [00:03:32.472]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:39.1346493Z [00:03:32.472]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:39.1347853Z [00:03:32.472]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3619502580/b1446/_pkg_.a
2025-08-20T21:20:39.1348890Z [00:03:32.472]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:39.1349720Z [00:03:32.472]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:39.1350555Z [00:03:32.472]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:39.1354968Z [00:03:32.472]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:39.1355931Z [00:03:32.472]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:39.1356691Z [00:03:32.472]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:39.1357469Z [00:03:32.472]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:39.1358364Z [00:03:32.472]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:39.1359092Z [00:03:32.472]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:39.1359891Z [00:03:32.472]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:39.1360545Z [00:03:32.472]➜  EOF
2025-08-20T21:20:39.1365584Z [00:03:32.474]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1526/_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/b1526=>" -p github.com/envoyproxy/go-control-plane/envoy/config/tap/v3 -lang=go1.22 -complete -installsuffix shared -buildid XXoG0Dx3lyVQgEYqcISs/XXoG0Dx3lyVQgEYqcISs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1526/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:20:39.2755500Z [00:03:32.615]➜  go tool buildid -w $WORK/b1575/_pkg_.a # internal
2025-08-20T21:20:39.2877580Z [00:03:32.627]➜  cp $WORK/b1575/_pkg_.a /root/.cache/go-build/e1/e1bcec13f4785624a90a0c66a56cc718756d264b9d088d5f5778bb089347ae5a-d # internal
2025-08-20T21:20:39.2904788Z [00:03:32.630]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3
2025-08-20T21:20:39.2908158Z [00:03:32.630]➜  mkdir -p $WORK/b1539/
2025-08-20T21:20:39.2925007Z [00:03:32.630]➜  cat >/tmp/go-build3619502580/b1539/importcfg << 'EOF' # internal
2025-08-20T21:20:39.2925868Z [00:03:32.630]➜  # import config
2025-08-20T21:20:39.2926589Z [00:03:32.630]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:39.2927359Z [00:03:32.630]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:39.2928099Z [00:03:32.630]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:39.2928993Z [00:03:32.630]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:39.2930107Z [00:03:32.630]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3619502580/b1484/_pkg_.a
2025-08-20T21:20:39.2931896Z [00:03:32.630]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build3619502580/b1510/_pkg_.a
2025-08-20T21:20:39.2933375Z [00:03:32.630]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3619502580/b1478/_pkg_.a
2025-08-20T21:20:39.2934772Z [00:03:32.630]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3619502580/b1511/_pkg_.a
2025-08-20T21:20:39.2936178Z [00:03:32.630]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/trace/v3=/tmp/go-build3619502580/b1524/_pkg_.a
2025-08-20T21:20:39.2937539Z [00:03:32.630]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/http/v3=/tmp/go-build3619502580/b1540/_pkg_.a
2025-08-20T21:20:39.2938914Z [00:03:32.630]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3=/tmp/go-build3619502580/b1517/_pkg_.a
2025-08-20T21:20:39.2940304Z [00:03:32.630]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3619502580/b1486/_pkg_.a
2025-08-20T21:20:39.2941760Z [00:03:32.630]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:39.2943047Z [00:03:32.630]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:39.2944450Z [00:03:32.630]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:39.2945637Z [00:03:32.630]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:39.2946986Z [00:03:32.630]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:39.2948264Z [00:03:32.630]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3619502580/b1446/_pkg_.a
2025-08-20T21:20:39.2949240Z [00:03:32.630]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:39.2949962Z [00:03:32.630]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:39.2950702Z [00:03:32.630]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:39.2951599Z [00:03:32.630]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:39.2952458Z [00:03:32.630]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:39.2953196Z [00:03:32.630]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:39.2953902Z [00:03:32.630]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:39.2954599Z [00:03:32.630]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:39.2955308Z [00:03:32.630]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:39.2956036Z [00:03:32.630]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:39.2956654Z [00:03:32.630]➜  EOF
2025-08-20T21:20:39.2995400Z [00:03:32.630]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1539/_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/b1539=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3 -lang=go1.22 -complete -installsuffix shared -buildid iz91hyecM7rxy7jklof5/iz91hyecM7rxy7jklof5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1539/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:20:39.7498284Z [00:03:33.089]➜  go tool buildid -w $WORK/b1526/_pkg_.a # internal
2025-08-20T21:20:39.7627673Z [00:03:33.102]➜  cp $WORK/b1526/_pkg_.a /root/.cache/go-build/4a/4a0a28ca2f43e57e84a17f7b3ecca50b540d0c642cf094225edc2bb3f8178de1-d # internal
2025-08-20T21:20:39.7633726Z [00:03:33.102]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3
2025-08-20T21:20:39.7634474Z [00:03:33.102]➜  mkdir -p $WORK/b1576/
2025-08-20T21:20:39.7640920Z [00:03:33.103]➜  cat >/tmp/go-build3619502580/b1576/importcfg << 'EOF' # internal
2025-08-20T21:20:39.7647144Z [00:03:33.103]➜  # import config
2025-08-20T21:20:39.7647751Z [00:03:33.103]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:39.7648521Z [00:03:33.103]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:39.7649296Z [00:03:33.103]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:39.7650355Z [00:03:33.103]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:39.7651789Z [00:03:33.103]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3619502580/b1481/_pkg_.a
2025-08-20T21:20:39.7653103Z [00:03:33.103]➜  packagefile github.com/cncf/xds/go/xds/type/matcher/v3=/tmp/go-build3619502580/b1512/_pkg_.a
2025-08-20T21:20:39.7654629Z [00:03:33.103]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3=/tmp/go-build3619502580/b1575/_pkg_.a
2025-08-20T21:20:39.7656421Z [00:03:33.103]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:39.7657850Z [00:03:33.103]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:39.7659449Z [00:03:33.103]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:39.7660544Z [00:03:33.103]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:39.7661597Z [00:03:33.103]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:39.7662491Z [00:03:33.103]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:39.7663349Z [00:03:33.103]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:39.7664213Z [00:03:33.103]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:39.7665034Z [00:03:33.103]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:39.7665792Z [00:03:33.103]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:39.7666514Z [00:03:33.103]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:39.7667255Z [00:03:33.103]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:39.7668034Z [00:03:33.103]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:39.7669516Z [00:03:33.103]➜  EOF
2025-08-20T21:20:39.7674710Z [00:03:33.103]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1576/_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/b1576=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3 -lang=go1.22 -complete -installsuffix shared -buildid 7C1qZIFPMGoMeWbwoeh4/7C1qZIFPMGoMeWbwoeh4 -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/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:20:39.8429217Z [00:03:33.182]➜  go tool buildid -w $WORK/b1521/_pkg_.a # internal
2025-08-20T21:20:39.8619627Z [00:03:33.201]➜  cp $WORK/b1521/_pkg_.a /root/.cache/go-build/7a/7ac456a50fbb16dca47d30aed7d83de2516bbac92962bc48895a6e44d325e8cb-d # internal
2025-08-20T21:20:39.8639300Z [00:03:33.203]➜  github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3
2025-08-20T21:20:39.8672970Z [00:03:33.204]➜  mkdir -p $WORK/b1509/
2025-08-20T21:20:39.8682641Z [00:03:33.204]➜  cat >/tmp/go-build3619502580/b1509/importcfg << 'EOF' # internal
2025-08-20T21:20:39.8683273Z [00:03:33.204]➜  # import config
2025-08-20T21:20:39.8683858Z [00:03:33.204]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:39.8684626Z [00:03:33.204]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:39.8685350Z [00:03:33.204]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:39.8687409Z [00:03:33.204]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:39.8693614Z [00:03:33.204]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3619502580/b1484/_pkg_.a
2025-08-20T21:20:39.8695097Z [00:03:33.204]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build3619502580/b1510/_pkg_.a
2025-08-20T21:20:39.8696611Z [00:03:33.204]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build3619502580/b1519/_pkg_.a
2025-08-20T21:20:39.8698005Z [00:03:33.204]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3619502580/b1478/_pkg_.a
2025-08-20T21:20:39.8699413Z [00:03:33.204]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/listener/v3=/tmp/go-build3619502580/b1521/_pkg_.a
2025-08-20T21:20:39.8701082Z [00:03:33.204]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/metrics/v3=/tmp/go-build3619502580/b1522/_pkg_.a
2025-08-20T21:20:39.8733703Z [00:03:33.204]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/overload/v3=/tmp/go-build3619502580/b1523/_pkg_.a
2025-08-20T21:20:39.8735381Z [00:03:33.204]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/trace/v3=/tmp/go-build3619502580/b1524/_pkg_.a
2025-08-20T21:20:39.8736944Z [00:03:33.204]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3=/tmp/go-build3619502580/b1525/_pkg_.a
2025-08-20T21:20:39.8738447Z [00:03:33.204]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3619502580/b1486/_pkg_.a
2025-08-20T21:20:39.8739893Z [00:03:33.204]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:39.8741343Z [00:03:33.204]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:39.8742645Z [00:03:33.204]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:39.8743857Z [00:03:33.204]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:39.8745101Z [00:03:33.204]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:39.8746349Z [00:03:33.204]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3619502580/b1443/_pkg_.a
2025-08-20T21:20:39.8747634Z [00:03:33.204]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3619502580/b1446/_pkg_.a
2025-08-20T21:20:39.8748599Z [00:03:33.204]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:39.8749462Z [00:03:33.204]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:39.8750351Z [00:03:33.204]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:39.8751146Z [00:03:33.204]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:39.8752013Z [00:03:33.204]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:39.8752738Z [00:03:33.204]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:39.8753454Z [00:03:33.204]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:39.8754146Z [00:03:33.204]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:39.8754836Z [00:03:33.204]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:39.8755562Z [00:03:33.204]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:39.8756137Z [00:03:33.204]➜  EOF
2025-08-20T21:20:39.8761159Z [00:03:33.204]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1509/_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/b1509=>" -p github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3 -lang=go1.22 -complete -installsuffix shared -buildid cRuKZDK7qoSClOSferYZ/cRuKZDK7qoSClOSferYZ -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/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:20:39.9808632Z [00:03:33.320]➜  go tool buildid -w $WORK/b1576/_pkg_.a # internal
2025-08-20T21:20:39.9834249Z [00:03:33.323]➜  cp $WORK/b1576/_pkg_.a /root/.cache/go-build/7b/7b5df203bfa7d9e119ba38465792eb93caf6017bb05f02ce666a490b90c81ee8-d # internal
2025-08-20T21:20:39.9868348Z [00:03:33.326]➜  google.golang.org/grpc/internal/xds/rbac
2025-08-20T21:20:39.9871566Z [00:03:33.326]➜  mkdir -p $WORK/b1577/
2025-08-20T21:20:39.9884035Z [00:03:33.327]➜  cat >/tmp/go-build3619502580/b1577/importcfg << 'EOF' # internal
2025-08-20T21:20:39.9884792Z [00:03:33.327]➜  # import config
2025-08-20T21:20:39.9885461Z [00:03:33.327]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:39.9886486Z [00:03:33.327]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:20:39.9887374Z [00:03:33.327]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:39.9894094Z [00:03:33.327]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:39.9894888Z [00:03:33.327]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:39.9895801Z [00:03:33.327]➜  packagefile github.com/cncf/xds/go/udpa/type/v1=/tmp/go-build3619502580/b1537/_pkg_.a
2025-08-20T21:20:39.9896901Z [00:03:33.327]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build3619502580/b1513/_pkg_.a
2025-08-20T21:20:39.9898247Z [00:03:33.327]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3619502580/b1478/_pkg_.a
2025-08-20T21:20:39.9899654Z [00:03:33.327]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3=/tmp/go-build3619502580/b1575/_pkg_.a
2025-08-20T21:20:39.9901051Z [00:03:33.327]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3619502580/b1511/_pkg_.a
2025-08-20T21:20:39.9902827Z [00:03:33.327]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/rbac/audit_loggers/stream/v3=/tmp/go-build3619502580/b1578/_pkg_.a
2025-08-20T21:20:39.9904312Z [00:03:33.327]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3619502580/b1485/_pkg_.a
2025-08-20T21:20:39.9905466Z [00:03:33.327]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:39.9906462Z [00:03:33.327]➜  packagefile google.golang.org/grpc/authz/audit=/tmp/go-build3619502580/b1579/_pkg_.a
2025-08-20T21:20:39.9907697Z [00:03:33.327]➜  packagefile google.golang.org/grpc/authz/audit/stdout=/tmp/go-build3619502580/b1580/_pkg_.a
2025-08-20T21:20:39.9908752Z [00:03:33.327]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:39.9909750Z [00:03:33.327]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3619502580/b1260/_pkg_.a
2025-08-20T21:20:39.9910775Z [00:03:33.327]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:39.9912026Z [00:03:33.327]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build3619502580/b1309/_pkg_.a
2025-08-20T21:20:39.9913197Z [00:03:33.327]➜  packagefile google.golang.org/grpc/internal/xds/matcher=/tmp/go-build3619502580/b1541/_pkg_.a
2025-08-20T21:20:39.9914244Z [00:03:33.327]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:20:39.9915228Z [00:03:33.327]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build3619502580/b1312/_pkg_.a
2025-08-20T21:20:39.9916213Z [00:03:33.327]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:20:39.9917348Z [00:03:33.327]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3619502580/b1276/_pkg_.a
2025-08-20T21:20:39.9918551Z [00:03:33.327]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:39.9919771Z [00:03:33.327]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3619502580/b1443/_pkg_.a
2025-08-20T21:20:39.9920725Z [00:03:33.327]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:39.9921651Z [00:03:33.327]➜  packagefile net/netip=/tmp/go-build3619502580/b163/_pkg_.a
2025-08-20T21:20:39.9922492Z [00:03:33.327]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:39.9923297Z [00:03:33.327]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:39.9924279Z [00:03:33.327]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:39.9924882Z [00:03:33.327]➜  EOF
2025-08-20T21:20:39.9929860Z [00:03:33.329]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1577/_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/b1577=>" -p google.golang.org/grpc/internal/xds/rbac -lang=go1.23 -complete -installsuffix shared -buildid 22sHODzQfirOLlIXKgIZ/22sHODzQfirOLlIXKgIZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1577/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:20:40.2487841Z [00:03:33.588]➜  go tool buildid -w $WORK/b1577/_pkg_.a # internal
2025-08-20T21:20:40.2524418Z [00:03:33.591]➜  cp $WORK/b1577/_pkg_.a /root/.cache/go-build/47/47c7fbfee6d6ad52e218fc2ed7d15ffc65b1d223a67d0a0830fdaf16809e61de-d # internal
2025-08-20T21:20:40.2528132Z [00:03:33.592]➜  google.golang.org/grpc/xds/internal/httpfilter/rbac
2025-08-20T21:20:40.2528790Z [00:03:33.592]➜  mkdir -p $WORK/b1574/
2025-08-20T21:20:40.2536613Z [00:03:33.593]➜  cat >/tmp/go-build3619502580/b1574/importcfg << 'EOF' # internal
2025-08-20T21:20:40.2538693Z [00:03:33.593]➜  # import config
2025-08-20T21:20:40.2539360Z [00:03:33.593]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:40.2540178Z [00:03:33.593]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:40.2540912Z [00:03:33.593]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:40.2542221Z [00:03:33.593]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3=/tmp/go-build3619502580/b1575/_pkg_.a
2025-08-20T21:20:40.2543899Z [00:03:33.593]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3=/tmp/go-build3619502580/b1576/_pkg_.a
2025-08-20T21:20:40.2545529Z [00:03:33.593]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3619502580/b1264/_pkg_.a
2025-08-20T21:20:40.2546776Z [00:03:33.593]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3619502580/b1301/_pkg_.a
2025-08-20T21:20:40.2547993Z [00:03:33.593]➜  packagefile google.golang.org/grpc/internal/xds/rbac=/tmp/go-build3619502580/b1577/_pkg_.a
2025-08-20T21:20:40.2549304Z [00:03:33.593]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build3619502580/b1544/_pkg_.a
2025-08-20T21:20:40.2550485Z [00:03:33.593]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:40.2551822Z [00:03:33.593]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:40.2552895Z [00:03:33.593]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:40.2553457Z [00:03:33.593]➜  EOF
2025-08-20T21:20:40.2557358Z [00:03:33.593]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1574/_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/b1574=>" -p google.golang.org/grpc/xds/internal/httpfilter/rbac -lang=go1.23 -complete -installsuffix shared -buildid j1v8ulzbemz-hjAE3skV/j1v8ulzbemz-hjAE3skV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1574/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/httpfilter/rbac/rbac.go
2025-08-20T21:20:40.3152920Z [00:03:33.654]➜  go tool buildid -w $WORK/b1574/_pkg_.a # internal
2025-08-20T21:20:40.3167916Z [00:03:33.656]➜  cp $WORK/b1574/_pkg_.a /root/.cache/go-build/62/62fd5dc4084eed4042072ddeec25cb86bef5d7d17f00c45de987dc9223db8cc5-d # internal
2025-08-20T21:20:40.3175450Z [00:03:33.656]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3
2025-08-20T21:20:40.3176480Z [00:03:33.656]➜  mkdir -p $WORK/b1592/
2025-08-20T21:20:40.3182790Z [00:03:33.657]➜  cat >/tmp/go-build3619502580/b1592/importcfg << 'EOF' # internal
2025-08-20T21:20:40.3207737Z [00:03:33.657]➜  # import config
2025-08-20T21:20:40.3208426Z [00:03:33.657]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:40.3209450Z [00:03:33.657]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:40.3210245Z [00:03:33.657]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:40.3211453Z [00:03:33.657]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:40.3212891Z [00:03:33.657]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3619502580/b1478/_pkg_.a
2025-08-20T21:20:40.3220056Z [00:03:33.657]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3619502580/b1486/_pkg_.a
2025-08-20T21:20:40.3221903Z [00:03:33.657]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:40.3223411Z [00:03:33.657]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:40.3224802Z [00:03:33.657]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:40.3226170Z [00:03:33.657]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:40.3227567Z [00:03:33.657]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:40.3228997Z [00:03:33.657]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3619502580/b1446/_pkg_.a
2025-08-20T21:20:40.3230084Z [00:03:33.657]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:40.3230900Z [00:03:33.657]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:40.3232097Z [00:03:33.657]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:40.3232977Z [00:03:33.657]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:40.3233843Z [00:03:33.657]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:40.3234691Z [00:03:33.657]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:40.3235545Z [00:03:33.657]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:40.3236361Z [00:03:33.657]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:40.3237153Z [00:03:33.657]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:40.3237998Z [00:03:33.657]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:40.3238652Z [00:03:33.657]➜  EOF
2025-08-20T21:20:40.3245217Z [00:03:33.657]➜  /root/.go/pkg/tool/linux_amd64/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/common/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/load_balancing_policies/common/v3;$WORK/b1592=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3 -lang=go1.22 -complete -installsuffix shared -buildid o-ylr7ztmL_s0WoEEfXG/o-ylr7ztmL_s0WoEEfXG -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/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:20:40.4878093Z [00:03:33.827]➜  go tool buildid -w $WORK/b1592/_pkg_.a # internal
2025-08-20T21:20:40.4928400Z [00:03:33.830]➜  cp $WORK/b1592/_pkg_.a /root/.cache/go-build/32/32272a21a9979eb01635801bb9e7a3e87adf992897d8942f11a20ade1319ad1b-d # internal
2025-08-20T21:20:40.4930609Z [00:03:33.831]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/least_request/v3
2025-08-20T21:20:40.4946909Z [00:03:33.831]➜  mkdir -p $WORK/b1591/
2025-08-20T21:20:40.4947646Z [00:03:33.831]➜  cat >/tmp/go-build3619502580/b1591/importcfg << 'EOF' # internal
2025-08-20T21:20:40.4948682Z [00:03:33.831]➜  # import config
2025-08-20T21:20:40.4949319Z [00:03:33.831]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:40.4950361Z [00:03:33.832]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:40.4951142Z [00:03:33.832]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:40.4952328Z [00:03:33.832]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:40.4953660Z [00:03:33.832]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3619502580/b1484/_pkg_.a
2025-08-20T21:20:40.4955264Z [00:03:33.832]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3619502580/b1478/_pkg_.a
2025-08-20T21:20:40.4957008Z [00:03:33.832]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3=/tmp/go-build3619502580/b1592/_pkg_.a
2025-08-20T21:20:40.4958614Z [00:03:33.832]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:40.4959966Z [00:03:33.832]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:40.4975157Z [00:03:33.832]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:40.4976607Z [00:03:33.832]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:40.4978014Z [00:03:33.832]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3619502580/b1446/_pkg_.a
2025-08-20T21:20:40.4979128Z [00:03:33.832]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:40.4980088Z [00:03:33.832]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:40.4980946Z [00:03:33.832]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:40.4981905Z [00:03:33.832]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:40.4982722Z [00:03:33.832]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:40.4983510Z [00:03:33.832]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:40.4984290Z [00:03:33.832]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:40.4985069Z [00:03:33.832]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:40.4985826Z [00:03:33.832]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:40.4986646Z [00:03:33.832]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:40.4987260Z [00:03:33.832]➜  EOF
2025-08-20T21:20:40.4993871Z [00:03:33.832]➜  /root/.go/pkg/tool/linux_amd64/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/least_request/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/load_balancing_policies/least_request/v3;$WORK/b1591=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/least_request/v3 -lang=go1.22 -complete -installsuffix shared -buildid 6aYYr-OMgdGFv1fnZXd6/6aYYr-OMgdGFv1fnZXd6 -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/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:20:40.6164820Z [00:03:33.954]➜  go tool buildid -w $WORK/b1591/_pkg_.a # internal
2025-08-20T21:20:40.6219630Z [00:03:33.961]➜  cp $WORK/b1591/_pkg_.a /root/.cache/go-build/69/6918172172377eb2057bf05727baf2dd62573ae7f2d1fabcfd518afe6b04a617-d # internal
2025-08-20T21:20:40.6233834Z [00:03:33.962]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/ring_hash/v3
2025-08-20T21:20:40.6237043Z [00:03:33.963]➜  mkdir -p $WORK/b1594/
2025-08-20T21:20:40.6262188Z [00:03:33.965]➜  cat >/tmp/go-build3619502580/b1594/importcfg << 'EOF' # internal
2025-08-20T21:20:40.6263031Z [00:03:33.965]➜  # import config
2025-08-20T21:20:40.6264797Z [00:03:33.965]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:40.6266437Z [00:03:33.965]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:40.6267209Z [00:03:33.965]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:40.6268206Z [00:03:33.965]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:40.6269729Z [00:03:33.965]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3619502580/b1484/_pkg_.a
2025-08-20T21:20:40.6271639Z [00:03:33.965]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3=/tmp/go-build3619502580/b1592/_pkg_.a
2025-08-20T21:20:40.6273324Z [00:03:33.965]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:40.6274695Z [00:03:33.965]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:40.6276014Z [00:03:33.965]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:40.6277300Z [00:03:33.965]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:40.6278642Z [00:03:33.965]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3619502580/b1446/_pkg_.a
2025-08-20T21:20:40.6279806Z [00:03:33.965]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:40.6280590Z [00:03:33.965]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:40.6281534Z [00:03:33.965]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:40.6282328Z [00:03:33.965]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:40.6283112Z [00:03:33.965]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:40.6283882Z [00:03:33.965]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:40.6284647Z [00:03:33.965]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:40.6285415Z [00:03:33.965]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:40.6286158Z [00:03:33.965]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:40.6286970Z [00:03:33.965]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:40.6287591Z [00:03:33.965]➜  EOF
2025-08-20T21:20:40.6297034Z [00:03:33.965]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1594/_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/b1594=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/ring_hash/v3 -lang=go1.22 -complete -installsuffix shared -buildid IlIi94yVKNGr5NihmKkz/IlIi94yVKNGr5NihmKkz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1594/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:20:40.6683984Z [00:03:34.007]➜  go tool buildid -w $WORK/b1539/_pkg_.a # internal
2025-08-20T21:20:40.6987689Z [00:03:34.038]➜  cp $WORK/b1539/_pkg_.a /root/.cache/go-build/2d/2dc25d8f42bd80cddc794adc3707a07463648e5433147f155a0d54be1277b28b-d # internal
2025-08-20T21:20:40.7052139Z [00:03:34.044]➜  google.golang.org/grpc/xds/internal/xdsclient/xdsresource
2025-08-20T21:20:40.7055370Z [00:03:34.044]➜  mkdir -p $WORK/b1536/
2025-08-20T21:20:40.7064340Z [00:03:34.045]➜  cat >/tmp/go-build3619502580/b1536/importcfg << 'EOF' # internal
2025-08-20T21:20:40.7115107Z [00:03:34.045]➜  # import config
2025-08-20T21:20:40.7115913Z [00:03:34.045]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:40.7116807Z [00:03:34.045]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:40.7117566Z [00:03:34.045]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:40.7118520Z [00:03:34.045]➜  packagefile github.com/cncf/xds/go/udpa/type/v1=/tmp/go-build3619502580/b1537/_pkg_.a
2025-08-20T21:20:40.7119927Z [00:03:34.045]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build3619502580/b1513/_pkg_.a
2025-08-20T21:20:40.7121477Z [00:03:34.045]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build3619502580/b1519/_pkg_.a
2025-08-20T21:20:40.7122992Z [00:03:34.045]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3619502580/b1478/_pkg_.a
2025-08-20T21:20:40.7124454Z [00:03:34.045]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build3619502580/b1520/_pkg_.a
2025-08-20T21:20:40.7125848Z [00:03:34.045]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/listener/v3=/tmp/go-build3619502580/b1521/_pkg_.a
2025-08-20T21:20:40.7127339Z [00:03:34.045]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3619502580/b1511/_pkg_.a
2025-08-20T21:20:40.7128925Z [00:03:34.045]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3=/tmp/go-build3619502580/b1538/_pkg_.a
2025-08-20T21:20:40.7130958Z [00:03:34.045]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3=/tmp/go-build3619502580/b1539/_pkg_.a
2025-08-20T21:20:40.7133229Z [00:03:34.045]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3=/tmp/go-build3619502580/b1525/_pkg_.a
2025-08-20T21:20:40.7135029Z [00:03:34.045]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=/tmp/go-build3619502580/b1535/_pkg_.a
2025-08-20T21:20:40.7136601Z [00:03:34.045]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3619502580/b1486/_pkg_.a
2025-08-20T21:20:40.7137904Z [00:03:34.045]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:40.7139080Z [00:03:34.045]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:40.7140382Z [00:03:34.045]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3619502580/b1263/_pkg_.a
2025-08-20T21:20:40.7147899Z [00:03:34.045]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:20:40.7149227Z [00:03:34.045]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3619502580/b1284/_pkg_.a
2025-08-20T21:20:40.7150407Z [00:03:34.045]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3619502580/b1275/_pkg_.a
2025-08-20T21:20:40.7151731Z [00:03:34.045]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3619502580/b1301/_pkg_.a
2025-08-20T21:20:40.7152988Z [00:03:34.045]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3619502580/b1302/_pkg_.a
2025-08-20T21:20:40.7154217Z [00:03:34.045]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3619502580/b1477/_pkg_.a
2025-08-20T21:20:40.7155487Z [00:03:34.045]➜  packagefile google.golang.org/grpc/internal/xds/matcher=/tmp/go-build3619502580/b1541/_pkg_.a
2025-08-20T21:20:40.7156794Z [00:03:34.045]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:20:40.7157826Z [00:03:34.045]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:20:40.7159057Z [00:03:34.045]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build3619502580/b1542/_pkg_.a
2025-08-20T21:20:40.7160341Z [00:03:34.045]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier=/tmp/go-build3619502580/b1543/_pkg_.a
2025-08-20T21:20:40.7161936Z [00:03:34.045]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build3619502580/b1544/_pkg_.a
2025-08-20T21:20:40.7163514Z [00:03:34.045]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry=/tmp/go-build3619502580/b1545/_pkg_.a
2025-08-20T21:20:40.7165452Z [00:03:34.045]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource/version=/tmp/go-build3619502580/b1546/_pkg_.a
2025-08-20T21:20:40.7166981Z [00:03:34.045]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:40.7168284Z [00:03:34.045]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:40.7169729Z [00:03:34.045]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3619502580/b1443/_pkg_.a
2025-08-20T21:20:40.7170845Z [00:03:34.045]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:40.7171897Z [00:03:34.046]➜  packagefile math/rand/v2=/tmp/go-build3619502580/b103/_pkg_.a
2025-08-20T21:20:40.7172750Z [00:03:34.046]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:40.7173581Z [00:03:34.046]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:40.7174431Z [00:03:34.046]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:40.7175278Z [00:03:34.046]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:40.7176237Z [00:03:34.046]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:40.7177061Z [00:03:34.046]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:40.7177894Z [00:03:34.046]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:40.7178726Z [00:03:34.046]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:40.7179316Z [00:03:34.046]➜  EOF
2025-08-20T21:20:40.7198199Z [00:03:34.046]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1536/_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/b1536=>" -p google.golang.org/grpc/xds/internal/xdsclient/xdsresource -lang=go1.23 -complete -installsuffix shared -buildid -3ABevxrZjMpRf2ejkCa/-3ABevxrZjMpRf2ejkCa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1536/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:20:40.7740095Z [00:03:34.113]➜  go tool buildid -w $WORK/b1594/_pkg_.a # internal
2025-08-20T21:20:40.7791474Z [00:03:34.118]➜  cp $WORK/b1594/_pkg_.a /root/.cache/go-build/ef/ef6e8b80a39518b2ebe434b1901d2541b1fd90152b9ec0a16ea18791a06b9565-d # internal
2025-08-20T21:20:40.7802129Z [00:03:34.119]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3
2025-08-20T21:20:40.7803006Z [00:03:34.119]➜  mkdir -p $WORK/b1582/
2025-08-20T21:20:40.7814691Z [00:03:34.119]➜  cat >/tmp/go-build3619502580/b1582/importcfg << 'EOF' # internal
2025-08-20T21:20:40.7815431Z [00:03:34.120]➜  # import config
2025-08-20T21:20:40.7817434Z [00:03:34.120]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:40.7822098Z [00:03:34.120]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:40.7826647Z [00:03:34.120]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:40.7829993Z [00:03:34.120]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:40.7833193Z [00:03:34.120]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3619502580/b1484/_pkg_.a
2025-08-20T21:20:40.7835189Z [00:03:34.120]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build3619502580/b1510/_pkg_.a
2025-08-20T21:20:40.7842452Z [00:03:34.120]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3=/tmp/go-build3619502580/b1539/_pkg_.a
2025-08-20T21:20:40.7844377Z [00:03:34.120]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:40.7845874Z [00:03:34.120]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:40.7847334Z [00:03:34.120]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:40.7848776Z [00:03:34.120]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:40.7850235Z [00:03:34.120]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:40.7872948Z [00:03:34.120]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3619502580/b1446/_pkg_.a
2025-08-20T21:20:40.7874225Z [00:03:34.120]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:40.7875090Z [00:03:34.120]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:40.7875972Z [00:03:34.120]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:40.7876806Z [00:03:34.120]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:40.7877643Z [00:03:34.120]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:40.7878464Z [00:03:34.120]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:40.7879348Z [00:03:34.120]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:40.7880430Z [00:03:34.120]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:40.7881417Z [00:03:34.120]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:40.7882319Z [00:03:34.120]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:40.7883173Z [00:03:34.120]➜  EOF
2025-08-20T21:20:40.7889490Z [00:03:34.120]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1582/_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/b1582=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3 -lang=go1.22 -complete -installsuffix shared -buildid D_ZO9GlgaQK6qOd9vmSo/D_ZO9GlgaQK6qOd9vmSo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1582/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:20:41.0226877Z [00:03:34.362]➜  go tool buildid -w $WORK/b1582/_pkg_.a # internal
2025-08-20T21:20:41.0343628Z [00:03:34.373]➜  cp $WORK/b1582/_pkg_.a /root/.cache/go-build/80/80c57544c2803a3f0c6d46d34e94fbdae6919e9321febf03f7bdfa423bd906c6-d # internal
2025-08-20T21:20:41.0349599Z [00:03:34.374]➜  google.golang.org/grpc/xds/internal/httpfilter/router
2025-08-20T21:20:41.0376184Z [00:03:34.377]➜  mkdir -p $WORK/b1581/
2025-08-20T21:20:41.0381387Z [00:03:34.377]➜  cat >/tmp/go-build3619502580/b1581/importcfg << 'EOF' # internal
2025-08-20T21:20:41.0382140Z [00:03:34.377]➜  # import config
2025-08-20T21:20:41.0382797Z [00:03:34.377]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:41.0384196Z [00:03:34.377]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3=/tmp/go-build3619502580/b1582/_pkg_.a
2025-08-20T21:20:41.0386001Z [00:03:34.377]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3619502580/b1301/_pkg_.a
2025-08-20T21:20:41.0387377Z [00:03:34.377]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build3619502580/b1544/_pkg_.a
2025-08-20T21:20:41.0388673Z [00:03:34.377]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:41.0389956Z [00:03:34.377]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:41.0390811Z [00:03:34.377]➜  EOF
2025-08-20T21:20:41.0395306Z [00:03:34.377]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1581/_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/b1581=>" -p google.golang.org/grpc/xds/internal/httpfilter/router -lang=go1.23 -complete -installsuffix shared -buildid 8l7IPrtruq3EUd2eiQF7/8l7IPrtruq3EUd2eiQF7 -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/httpfilter/router/router.go
2025-08-20T21:20:41.0595985Z [00:03:34.398]➜  go tool buildid -w $WORK/b1509/_pkg_.a # internal
2025-08-20T21:20:41.0939137Z [00:03:34.433]➜  cp $WORK/b1509/_pkg_.a /root/.cache/go-build/ea/ea4fb7c2808a958ba40ad7678cc42ace964fa685da525e53b93886c9cd10675a-d # internal
2025-08-20T21:20:41.0949902Z [00:03:34.434]➜  github.com/envoyproxy/go-control-plane/envoy/admin/v3
2025-08-20T21:20:41.0953696Z [00:03:34.434]➜  mkdir -p $WORK/b1508/
2025-08-20T21:20:41.0962406Z [00:03:34.435]➜  cat >/tmp/go-build3619502580/b1508/importcfg << 'EOF' # internal
2025-08-20T21:20:41.0963209Z [00:03:34.435]➜  # import config
2025-08-20T21:20:41.0963890Z [00:03:34.435]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:41.0964717Z [00:03:34.435]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:41.0965833Z [00:03:34.435]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:41.0973392Z [00:03:34.435]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:41.0974925Z [00:03:34.435]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3=/tmp/go-build3619502580/b1509/_pkg_.a
2025-08-20T21:20:41.0976683Z [00:03:34.435]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build3619502580/b1519/_pkg_.a
2025-08-20T21:20:41.0978337Z [00:03:34.435]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3619502580/b1478/_pkg_.a
2025-08-20T21:20:41.0979956Z [00:03:34.435]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/tap/v3=/tmp/go-build3619502580/b1526/_pkg_.a
2025-08-20T21:20:41.0985214Z [00:03:34.435]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3619502580/b1486/_pkg_.a
2025-08-20T21:20:41.0987117Z [00:03:34.435]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:41.0988618Z [00:03:34.435]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:41.0990067Z [00:03:34.435]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:41.0991691Z [00:03:34.435]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:41.0993151Z [00:03:34.435]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:41.0994631Z [00:03:34.435]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3619502580/b1292/_pkg_.a
2025-08-20T21:20:41.0995782Z [00:03:34.435]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:41.0996628Z [00:03:34.435]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:41.0997490Z [00:03:34.435]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:41.0998310Z [00:03:34.435]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:41.0999127Z [00:03:34.435]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:41.0999956Z [00:03:34.435]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:41.1000768Z [00:03:34.435]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:41.1001947Z [00:03:34.435]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:41.1002749Z [00:03:34.435]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:41.1003577Z [00:03:34.435]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:41.1004244Z [00:03:34.435]➜  EOF
2025-08-20T21:20:41.1022436Z [00:03:34.435]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1508/_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/b1508=>" -p github.com/envoyproxy/go-control-plane/envoy/admin/v3 -lang=go1.22 -complete -installsuffix shared -buildid Hax8fZQQ-6zVw-MNenPt/Hax8fZQQ-6zVw-MNenPt -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/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:20:41.1116285Z [00:03:34.450]➜  go tool buildid -w $WORK/b1581/_pkg_.a # internal
2025-08-20T21:20:41.1117738Z [00:03:34.451]➜  cp $WORK/b1581/_pkg_.a /root/.cache/go-build/73/73819170f30379976bf9eedf173a4aa515aaf2c1d15fb15ffc7bcf1553dd00ef-d # internal
2025-08-20T21:20:41.1122196Z [00:03:34.451]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/wrr_locality/v3
2025-08-20T21:20:41.1126237Z [00:03:34.451]➜  mkdir -p $WORK/b1595/
2025-08-20T21:20:41.1127053Z [00:03:34.451]➜  cat >/tmp/go-build3619502580/b1595/importcfg << 'EOF' # internal
2025-08-20T21:20:41.1127766Z [00:03:34.451]➜  # import config
2025-08-20T21:20:41.1128414Z [00:03:34.451]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:41.1129234Z [00:03:34.451]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:41.1130020Z [00:03:34.451]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:41.1131063Z [00:03:34.452]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:41.1132855Z [00:03:34.452]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build3619502580/b1519/_pkg_.a
2025-08-20T21:20:41.1134417Z [00:03:34.452]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:20:41.1135861Z [00:03:34.452]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:41.1137483Z [00:03:34.452]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:41.1138862Z [00:03:34.452]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:41.1140090Z [00:03:34.452]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:41.1140920Z [00:03:34.452]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:41.1143107Z [00:03:34.452]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:41.1143954Z [00:03:34.452]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:41.1144838Z [00:03:34.452]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:41.1145660Z [00:03:34.452]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:41.1146478Z [00:03:34.452]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:41.1147353Z [00:03:34.452]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:41.1148176Z [00:03:34.452]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:41.1149039Z [00:03:34.452]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:41.1149692Z [00:03:34.452]➜  EOF
2025-08-20T21:20:41.1156820Z [00:03:34.452]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1595/_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/b1595=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/wrr_locality/v3 -lang=go1.22 -complete -installsuffix shared -buildid 5AXlp90dnFBtQ64owTn8/5AXlp90dnFBtQ64owTn8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1595/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:20:41.2072590Z [00:03:34.546]➜  go tool buildid -w $WORK/b1595/_pkg_.a # internal
2025-08-20T21:20:41.2092802Z [00:03:34.548]➜  cp $WORK/b1595/_pkg_.a /root/.cache/go-build/ad/adc98e3a3ddd8605b49c81aef3d3ce63e5b5da993d5a2de82847ad5f70141af2-d # internal
2025-08-20T21:20:41.2102256Z [00:03:34.549]➜  google.golang.org/grpc/orca
2025-08-20T21:20:41.2146658Z [00:03:34.549]➜  mkdir -p $WORK/b1598/
2025-08-20T21:20:41.2147572Z [00:03:34.549]➜  cat >/tmp/go-build3619502580/b1598/importcfg << 'EOF' # internal
2025-08-20T21:20:41.2148242Z [00:03:34.549]➜  # import config
2025-08-20T21:20:41.2148911Z [00:03:34.549]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:41.2149770Z [00:03:34.549]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:41.2150862Z [00:03:34.550]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build3619502580/b1564/_pkg_.a
2025-08-20T21:20:41.2152460Z [00:03:34.550]➜  packagefile github.com/cncf/xds/go/xds/service/orca/v3=/tmp/go-build3619502580/b1599/_pkg_.a
2025-08-20T21:20:41.2153650Z [00:03:34.550]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:41.2154792Z [00:03:34.550]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3619502580/b1254/_pkg_.a
2025-08-20T21:20:41.2155944Z [00:03:34.550]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:41.2157062Z [00:03:34.550]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:41.2158194Z [00:03:34.550]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3619502580/b1264/_pkg_.a
2025-08-20T21:20:41.2159425Z [00:03:34.550]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3619502580/b1287/_pkg_.a
2025-08-20T21:20:41.2160925Z [00:03:34.550]➜  packagefile google.golang.org/grpc/internal/balancerload=/tmp/go-build3619502580/b1289/_pkg_.a
2025-08-20T21:20:41.2162377Z [00:03:34.550]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:20:41.2163755Z [00:03:34.550]➜  packagefile google.golang.org/grpc/orca/internal=/tmp/go-build3619502580/b1600/_pkg_.a
2025-08-20T21:20:41.2164908Z [00:03:34.550]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:20:41.2166074Z [00:03:34.550]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:41.2167403Z [00:03:34.550]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:20:41.2168536Z [00:03:34.550]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:41.2169388Z [00:03:34.550]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:41.2170234Z [00:03:34.550]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:41.2170836Z [00:03:34.550]➜  EOF
2025-08-20T21:20:41.2176304Z [00:03:34.550]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1598/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/orca=>google.golang.org/grpc@v1.72.0/orca;$WORK/b1598=>" -p google.golang.org/grpc/orca -lang=go1.23 -complete -installsuffix shared -buildid Rskqr22claxGlAWDXl5h/Rskqr22claxGlAWDXl5h -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/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:20:41.3767250Z [00:03:34.716]➜  go tool buildid -w $WORK/b1598/_pkg_.a # internal
2025-08-20T21:20:41.3828277Z [00:03:34.722]➜  cp $WORK/b1598/_pkg_.a /root/.cache/go-build/1f/1fac95edf7f2f5558a22e8149e3103eb477b9043b5c613c36fa22affcb54abd0-d # internal
2025-08-20T21:20:41.3845037Z [00:03:34.724]➜  google.golang.org/grpc/balancer/weightedroundrobin
2025-08-20T21:20:41.3847546Z [00:03:34.724]➜  mkdir -p $WORK/b1596/
2025-08-20T21:20:41.3852341Z [00:03:34.724]➜  cat >/tmp/go-build3619502580/b1596/importcfg << 'EOF' # internal
2025-08-20T21:20:41.3855537Z [00:03:34.724]➜  # import config
2025-08-20T21:20:41.3856585Z [00:03:34.724]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:41.3859059Z [00:03:34.724]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:41.3860525Z [00:03:34.724]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build3619502580/b1564/_pkg_.a
2025-08-20T21:20:41.3863325Z [00:03:34.724]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3619502580/b1254/_pkg_.a
2025-08-20T21:20:41.3864787Z [00:03:34.724]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build3619502580/b1280/_pkg_.a
2025-08-20T21:20:41.3868053Z [00:03:34.724]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build3619502580/b1273/_pkg_.a
2025-08-20T21:20:41.3869619Z [00:03:34.724]➜  packagefile google.golang.org/grpc/balancer/weightedroundrobin/internal=/tmp/go-build3619502580/b1597/_pkg_.a
2025-08-20T21:20:41.3871099Z [00:03:34.724]➜  packagefile google.golang.org/grpc/balancer/weightedtarget=/tmp/go-build3619502580/b1552/_pkg_.a
2025-08-20T21:20:41.3872648Z [00:03:34.724]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3619502580/b1257/_pkg_.a
2025-08-20T21:20:41.3873922Z [00:03:34.724]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3619502580/b1266/_pkg_.a
2025-08-20T21:20:41.3875147Z [00:03:34.724]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:41.3876558Z [00:03:34.724]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:20:41.3879088Z [00:03:34.724]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3619502580/b1297/_pkg_.a
2025-08-20T21:20:41.3880404Z [00:03:34.724]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3619502580/b1302/_pkg_.a
2025-08-20T21:20:41.3881942Z [00:03:34.724]➜  packagefile google.golang.org/grpc/orca=/tmp/go-build3619502580/b1598/_pkg_.a
2025-08-20T21:20:41.3883061Z [00:03:34.724]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:41.3884213Z [00:03:34.724]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3619502580/b1265/_pkg_.a
2025-08-20T21:20:41.3885196Z [00:03:34.724]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:41.3886017Z [00:03:34.724]➜  packagefile math/rand/v2=/tmp/go-build3619502580/b103/_pkg_.a
2025-08-20T21:20:41.3886931Z [00:03:34.724]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:41.3887790Z [00:03:34.724]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:41.3888624Z [00:03:34.724]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:41.3889217Z [00:03:34.724]➜  EOF
2025-08-20T21:20:41.3895676Z [00:03:34.724]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1596/_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/b1596=>" -p google.golang.org/grpc/balancer/weightedroundrobin -lang=go1.23 -complete -installsuffix shared -buildid Jb5NmVaT6PhghFExzmY4/Jb5NmVaT6PhghFExzmY4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1596/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:20:41.4423134Z [00:03:34.779]➜  go tool buildid -w $WORK/b1536/_pkg_.a # internal
2025-08-20T21:20:41.4497634Z [00:03:34.789]➜  cp $WORK/b1536/_pkg_.a /root/.cache/go-build/e4/e48835920b7b220eb5cf86af4e9be12eacbb97312254cb6cbcd42e64ed9917d2-d # internal
2025-08-20T21:20:41.4504922Z [00:03:34.790]➜  google.golang.org/grpc/xds/internal/xdsclient/transport/ads
2025-08-20T21:20:41.4508824Z [00:03:34.790]➜  mkdir -p $WORK/b1534/
2025-08-20T21:20:41.4519191Z [00:03:34.791]➜  cat >/tmp/go-build3619502580/b1534/importcfg << 'EOF' # internal
2025-08-20T21:20:41.4519983Z [00:03:34.791]➜  # import config
2025-08-20T21:20:41.4522026Z [00:03:34.791]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:41.4523720Z [00:03:34.791]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:41.4524817Z [00:03:34.791]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3619502580/b1478/_pkg_.a
2025-08-20T21:20:41.4526316Z [00:03:34.791]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=/tmp/go-build3619502580/b1535/_pkg_.a
2025-08-20T21:20:41.4527700Z [00:03:34.791]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3619502580/b1294/_pkg_.a
2025-08-20T21:20:41.4528837Z [00:03:34.791]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:41.4529861Z [00:03:34.791]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:41.4530913Z [00:03:34.791]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3619502580/b1287/_pkg_.a
2025-08-20T21:20:41.4535368Z [00:03:34.791]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build3619502580/b1298/_pkg_.a
2025-08-20T21:20:41.4536526Z [00:03:34.791]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:20:41.4537870Z [00:03:34.791]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3619502580/b1275/_pkg_.a
2025-08-20T21:20:41.4539102Z [00:03:34.791]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport=/tmp/go-build3619502580/b1533/_pkg_.a
2025-08-20T21:20:41.4540562Z [00:03:34.791]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build3619502580/b1536/_pkg_.a
2025-08-20T21:20:41.4542453Z [00:03:34.791]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:41.4543432Z [00:03:34.791]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:41.4544173Z [00:03:34.791]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:41.4544901Z [00:03:34.791]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:41.4545420Z [00:03:34.791]➜  EOF
2025-08-20T21:20:41.4549489Z [00:03:34.791]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1534/_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/b1534=>" -p google.golang.org/grpc/xds/internal/xdsclient/transport/ads -lang=go1.23 -complete -installsuffix shared -buildid 2y9LBejhMQ6O4c9acbox/2y9LBejhMQ6O4c9acbox -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/transport/ads/ads_stream.go
2025-08-20T21:20:41.5174002Z [00:03:34.856]➜  go tool buildid -w $WORK/b1596/_pkg_.a # internal
2025-08-20T21:20:41.5209195Z [00:03:34.860]➜  cp $WORK/b1596/_pkg_.a /root/.cache/go-build/96/9686d947b67df417eeef57a31ae5565d832f8900401d6b4eb3a961bac97de11a-d # internal
2025-08-20T21:20:41.5215963Z [00:03:34.860]➜  google.golang.org/grpc/xds/internal/server
2025-08-20T21:20:41.5216650Z [00:03:34.861]➜  mkdir -p $WORK/b1588/
2025-08-20T21:20:41.5223619Z [00:03:34.861]➜  cat >/tmp/go-build3619502580/b1588/importcfg << 'EOF' # internal
2025-08-20T21:20:41.5224413Z [00:03:34.861]➜  # import config
2025-08-20T21:20:41.5225096Z [00:03:34.861]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:41.5226121Z [00:03:34.861]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build3619502580/b1253/_pkg_.a
2025-08-20T21:20:41.5227264Z [00:03:34.861]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3619502580/b1257/_pkg_.a
2025-08-20T21:20:41.5228434Z [00:03:34.861]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build3619502580/b1487/_pkg_.a
2025-08-20T21:20:41.5229558Z [00:03:34.861]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:41.5230615Z [00:03:34.861]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3619502580/b1287/_pkg_.a
2025-08-20T21:20:41.5232023Z [00:03:34.861]➜  packagefile google.golang.org/grpc/internal/credentials/xds=/tmp/go-build3619502580/b1559/_pkg_.a
2025-08-20T21:20:41.5233199Z [00:03:34.861]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:20:41.5234323Z [00:03:34.861]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3619502580/b1297/_pkg_.a
2025-08-20T21:20:41.5235497Z [00:03:34.861]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build3619502580/b1309/_pkg_.a
2025-08-20T21:20:41.5236665Z [00:03:34.861]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3619502580/b1477/_pkg_.a
2025-08-20T21:20:41.5238020Z [00:03:34.861]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build3619502580/b1536/_pkg_.a
2025-08-20T21:20:41.5239037Z [00:03:34.861]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:41.5239716Z [00:03:34.861]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:41.5240448Z [00:03:34.861]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:41.5241463Z [00:03:34.861]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:41.5242007Z [00:03:34.861]➜  EOF
2025-08-20T21:20:41.5246502Z [00:03:34.861]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1588/_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/b1588=>" -p google.golang.org/grpc/xds/internal/server -lang=go1.23 -complete -installsuffix shared -buildid 0YXeYgX0lLRoINfAVtjX/0YXeYgX0lLRoINfAVtjX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1588/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:20:41.5708352Z [00:03:34.910]➜  go tool buildid -w $WORK/b1534/_pkg_.a # internal
2025-08-20T21:20:41.5752877Z [00:03:34.914]➜  cp $WORK/b1534/_pkg_.a /root/.cache/go-build/6f/6fac31d4608bfae6eaf036f76bff63b2dba83caf9db0e2070d50695f73050c02-d # internal
2025-08-20T21:20:41.5759595Z [00:03:34.915]➜  google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter
2025-08-20T21:20:41.5764391Z [00:03:34.916]➜  mkdir -p $WORK/b1589/
2025-08-20T21:20:41.5775330Z [00:03:34.916]➜  cat >/tmp/go-build3619502580/b1589/importcfg << 'EOF' # internal
2025-08-20T21:20:41.5785238Z [00:03:34.916]➜  # import config
2025-08-20T21:20:41.5785890Z [00:03:34.917]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:41.5786628Z [00:03:34.917]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:41.5787495Z [00:03:34.917]➜  packagefile github.com/cncf/xds/go/udpa/type/v1=/tmp/go-build3619502580/b1537/_pkg_.a
2025-08-20T21:20:41.5788537Z [00:03:34.917]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build3619502580/b1513/_pkg_.a
2025-08-20T21:20:41.5790336Z [00:03:34.917]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3=/tmp/go-build3619502580/b1590/_pkg_.a
2025-08-20T21:20:41.5793957Z [00:03:34.917]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/least_request/v3=/tmp/go-build3619502580/b1591/_pkg_.a
2025-08-20T21:20:41.5798429Z [00:03:34.917]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/pick_first/v3=/tmp/go-build3619502580/b1593/_pkg_.a
2025-08-20T21:20:41.5800189Z [00:03:34.917]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/ring_hash/v3=/tmp/go-build3619502580/b1594/_pkg_.a
2025-08-20T21:20:41.5804181Z [00:03:34.917]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/wrr_locality/v3=/tmp/go-build3619502580/b1595/_pkg_.a
2025-08-20T21:20:41.5805602Z [00:03:34.917]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3619502580/b1254/_pkg_.a
2025-08-20T21:20:41.5806701Z [00:03:34.917]➜  packagefile google.golang.org/grpc/balancer/leastrequest=/tmp/go-build3619502580/b1551/_pkg_.a
2025-08-20T21:20:41.5807828Z [00:03:34.917]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build3619502580/b1271/_pkg_.a
2025-08-20T21:20:41.5808950Z [00:03:34.917]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build3619502580/b1279/_pkg_.a
2025-08-20T21:20:41.5810146Z [00:03:34.917]➜  packagefile google.golang.org/grpc/balancer/weightedroundrobin=/tmp/go-build3619502580/b1596/_pkg_.a
2025-08-20T21:20:41.5836834Z [00:03:34.917]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3619502580/b1263/_pkg_.a
2025-08-20T21:20:41.5838057Z [00:03:34.917]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3619502580/b1302/_pkg_.a
2025-08-20T21:20:41.5839321Z [00:03:34.917]➜  packagefile google.golang.org/grpc/xds/internal/balancer/ringhash=/tmp/go-build3619502580/b1585/_pkg_.a
2025-08-20T21:20:41.5840784Z [00:03:34.917]➜  packagefile google.golang.org/grpc/xds/internal/balancer/wrrlocality=/tmp/go-build3619502580/b1568/_pkg_.a
2025-08-20T21:20:41.5843054Z [00:03:34.917]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry=/tmp/go-build3619502580/b1545/_pkg_.a
2025-08-20T21:20:41.5844403Z [00:03:34.917]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:20:41.5845525Z [00:03:34.917]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3619502580/b1443/_pkg_.a
2025-08-20T21:20:41.5846523Z [00:03:34.917]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:41.5847068Z [00:03:34.917]➜  EOF
2025-08-20T21:20:41.5851136Z [00:03:34.917]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1589/_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/b1589=>" -p google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter -lang=go1.23 -complete -installsuffix shared -buildid y4QR-kEEq_aknkLRWvy_/y4QR-kEEq_aknkLRWvy_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1589/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdslbregistry/converter/converter.go
2025-08-20T21:20:41.6347053Z [00:03:34.974]➜  go tool buildid -w $WORK/b1589/_pkg_.a # internal
2025-08-20T21:20:41.6375910Z [00:03:34.977]➜  cp $WORK/b1589/_pkg_.a /root/.cache/go-build/53/5330a27edfe95ef0d8f9d6bc64ac0530ecef72ac8d9683030d7461c8906d3670-d # internal
2025-08-20T21:20:41.6384451Z [00:03:34.978]➜  github.com/go-resty/resty/v2/shellescape
2025-08-20T21:20:41.6387542Z [00:03:34.978]➜  mkdir -p $WORK/b1603/
2025-08-20T21:20:41.6399807Z [00:03:34.979]➜  cat >/tmp/go-build3619502580/b1603/importcfg << 'EOF' # internal
2025-08-20T21:20:41.6404260Z [00:03:34.979]➜  # import config
2025-08-20T21:20:41.6408744Z [00:03:34.979]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:41.6409622Z [00:03:34.979]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:41.6410181Z [00:03:34.979]➜  EOF
2025-08-20T21:20:41.6413581Z [00:03:34.980]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1603/_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/b1603=>" -p github.com/go-resty/resty/v2/shellescape -lang=go1.20 -complete -installsuffix shared -buildid -9K1mhgL-J6pVasEPY2F/-9K1mhgL-J6pVasEPY2F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1603/importcfg -pack /root/go/pkg/mod/github.com/go-resty/resty/v2@v2.16.5/shellescape/shellescape.go
2025-08-20T21:20:41.6645998Z [00:03:35.004]➜  go tool buildid -w $WORK/b1603/_pkg_.a # internal
2025-08-20T21:20:41.6656784Z [00:03:35.005]➜  cp $WORK/b1603/_pkg_.a /root/.cache/go-build/44/44fee787b09f5798e5a8a3b45f2ffb4daf9a56922ea7715e0e56867af216ef7c-d # internal
2025-08-20T21:20:41.6663373Z [00:03:35.005]➜  net/http/cookiejar
2025-08-20T21:20:41.6673180Z [00:03:35.006]➜  mkdir -p $WORK/b1605/
2025-08-20T21:20:41.6679208Z [00:03:35.007]➜  cat >/tmp/go-build3619502580/b1605/importcfg << 'EOF' # internal
2025-08-20T21:20:41.6683459Z [00:03:35.007]➜  # import config
2025-08-20T21:20:41.6684081Z [00:03:35.007]➜  packagefile cmp=/tmp/go-build3619502580/b051/_pkg_.a
2025-08-20T21:20:41.6684842Z [00:03:35.007]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:41.6685576Z [00:03:35.007]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:41.6686281Z [00:03:35.007]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:41.6687005Z [00:03:35.007]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:41.6687860Z [00:03:35.007]➜  packagefile net/http/internal/ascii=/tmp/go-build3619502580/b184/_pkg_.a
2025-08-20T21:20:41.6688720Z [00:03:35.007]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:41.6689644Z [00:03:35.007]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:20:41.6690389Z [00:03:35.007]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:41.6691133Z [00:03:35.007]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:41.6692249Z [00:03:35.007]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:41.6693010Z [00:03:35.007]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:41.6693598Z [00:03:35.007]➜  EOF
2025-08-20T21:20:41.6696577Z [00:03:35.007]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1605/_pkg_.a -trimpath "/root/.go/src/net/http/cookiejar=>net/http/cookiejar;$WORK/b1605=>" -p net/http/cookiejar -lang=go1.25 -std -complete -installsuffix shared -buildid _ow5gmGiWci35zPE4QA-/_ow5gmGiWci35zPE4QA- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1605/importcfg -pack /root/.go/src/net/http/cookiejar/jar.go /root/.go/src/net/http/cookiejar/punycode.go
2025-08-20T21:20:41.7007585Z [00:03:35.040]➜  go tool buildid -w $WORK/b1588/_pkg_.a # internal
2025-08-20T21:20:41.7136099Z [00:03:35.053]➜  cp $WORK/b1588/_pkg_.a /root/.cache/go-build/ae/ae3a8944ae3973ae121db23cd907790d8fd2425e9d5e74b9dbc689ad96187e6c-d # internal
2025-08-20T21:20:41.7167238Z [00:03:35.056]➜  go/scanner
2025-08-20T21:20:41.7169834Z [00:03:35.056]➜  mkdir -p $WORK/b1611/
2025-08-20T21:20:41.7175634Z [00:03:35.057]➜  cat >/tmp/go-build3619502580/b1611/importcfg << 'EOF' # internal
2025-08-20T21:20:41.7188440Z [00:03:35.057]➜  # import config
2025-08-20T21:20:41.7189164Z [00:03:35.057]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:41.7189985Z [00:03:35.057]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:41.7190850Z [00:03:35.057]➜  packagefile go/token=/tmp/go-build3619502580/b1232/_pkg_.a
2025-08-20T21:20:41.7192380Z [00:03:35.057]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:41.7193689Z [00:03:35.057]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:20:41.7194641Z [00:03:35.057]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:41.7195500Z [00:03:35.057]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:41.7196395Z [00:03:35.057]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:20:41.7197290Z [00:03:35.057]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:41.7197974Z [00:03:35.057]➜  EOF
2025-08-20T21:20:41.7201045Z [00:03:35.057]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1611/_pkg_.a -trimpath "/root/.go/src/go/scanner=>go/scanner;$WORK/b1611=>" -p go/scanner -lang=go1.25 -std -complete -installsuffix shared -buildid gCa7Q6riZuWOqbrmIbTl/gCa7Q6riZuWOqbrmIbTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1611/importcfg -pack /root/.go/src/go/scanner/errors.go /root/.go/src/go/scanner/scanner.go
2025-08-20T21:20:41.7835725Z [00:03:35.123]➜  go tool buildid -w $WORK/b1605/_pkg_.a # internal
2025-08-20T21:20:41.7852118Z [00:03:35.124]➜  cp $WORK/b1605/_pkg_.a /root/.cache/go-build/59/59d9a857e0b7cdd397831b0719edb38e11cdd3f47a297430a4dfe95d1f505a11-d # internal
2025-08-20T21:20:41.7870828Z [00:03:35.126]➜  golang.org/x/net/publicsuffix
2025-08-20T21:20:41.7871786Z [00:03:35.126]➜  mkdir -p $WORK/b1604/
2025-08-20T21:20:41.7888660Z [00:03:35.128]➜  cat >/tmp/go-build3619502580/b1604/importcfg << 'EOF' # internal
2025-08-20T21:20:41.7890260Z [00:03:35.128]➜  # import config
2025-08-20T21:20:41.7892939Z [00:03:35.128]➜  packagefile embed=/tmp/go-build3619502580/b052/_pkg_.a
2025-08-20T21:20:41.7894062Z [00:03:35.128]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:41.7895867Z [00:03:35.128]➜  packagefile net/http/cookiejar=/tmp/go-build3619502580/b1605/_pkg_.a
2025-08-20T21:20:41.7897042Z [00:03:35.128]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:41.7897860Z [00:03:35.128]➜  EOF
2025-08-20T21:20:41.7898949Z [00:03:35.128]➜  cat >/tmp/go-build3619502580/b1604/embedcfg << 'EOF' # internal
2025-08-20T21:20:41.7901022Z [00:03:35.128]➜  {
2025-08-20T21:20:41.7901682Z [00:03:35.128]➜  	"Patterns": {
2025-08-20T21:20:41.7902187Z [00:03:35.128]➜  		"data/children": [
2025-08-20T21:20:41.7902875Z [00:03:35.128]➜  			"data/children"
2025-08-20T21:20:41.7903343Z [00:03:35.128]➜  		],
2025-08-20T21:20:41.7903758Z [00:03:35.128]➜  		"data/nodes": [
2025-08-20T21:20:41.7904232Z [00:03:35.128]➜  			"data/nodes"
2025-08-20T21:20:41.7904674Z [00:03:35.128]➜  		],
2025-08-20T21:20:41.7905107Z [00:03:35.128]➜  		"data/text": [
2025-08-20T21:20:41.7905578Z [00:03:35.128]➜  			"data/text"
2025-08-20T21:20:41.7906020Z [00:03:35.128]➜  		]
2025-08-20T21:20:41.7906418Z [00:03:35.128]➜  	},
2025-08-20T21:20:41.7906834Z [00:03:35.128]➜  	"Files": {
2025-08-20T21:20:41.7907720Z [00:03:35.128]➜  		"data/children": "/root/go/pkg/mod/golang.org/x/net@v0.39.0/publicsuffix/data/children",
2025-08-20T21:20:41.7909093Z [00:03:35.128]➜  		"data/nodes": "/root/go/pkg/mod/golang.org/x/net@v0.39.0/publicsuffix/data/nodes",
2025-08-20T21:20:41.7910291Z [00:03:35.128]➜  		"data/text": "/root/go/pkg/mod/golang.org/x/net@v0.39.0/publicsuffix/data/text"
2025-08-20T21:20:41.7911059Z [00:03:35.128]➜  	}
2025-08-20T21:20:41.7912697Z [00:03:35.128]➜  }EOF
2025-08-20T21:20:41.7916945Z [00:03:35.128]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1604/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/publicsuffix=>golang.org/x/net@v0.39.0/publicsuffix;$WORK/b1604=>" -p golang.org/x/net/publicsuffix -lang=go1.23 -complete -installsuffix shared -buildid DlOZggLf1V2VgQU8U-Cm/DlOZggLf1V2VgQU8U-Cm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1604/importcfg -embedcfg $WORK/b1604/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:20:41.8187653Z [00:03:35.158]➜  go tool buildid -w $WORK/b1604/_pkg_.a # internal
2025-08-20T21:20:41.8242165Z [00:03:35.163]➜  cp $WORK/b1604/_pkg_.a /root/.cache/go-build/9a/9aec372577c58c02fe2693e7b6c2e312c99d924143b3d3bd050fd33fa2aa031a-d # internal
2025-08-20T21:20:41.8263354Z [00:03:35.165]➜  github.com/go-resty/resty/v2
2025-08-20T21:20:41.8266327Z [00:03:35.166]➜  mkdir -p $WORK/b1602/
2025-08-20T21:20:41.8312243Z [00:03:35.169]➜  cat >/tmp/go-build3619502580/b1602/importcfg << 'EOF' # internal
2025-08-20T21:20:41.8317654Z [00:03:35.169]➜  # import config
2025-08-20T21:20:41.8318371Z [00:03:35.169]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:41.8319311Z [00:03:35.169]➜  packagefile compress/gzip=/tmp/go-build3619502580/b074/_pkg_.a
2025-08-20T21:20:41.8320214Z [00:03:35.169]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:41.8321092Z [00:03:35.169]➜  packagefile crypto/md5=/tmp/go-build3619502580/b145/_pkg_.a
2025-08-20T21:20:41.8322232Z [00:03:35.169]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:20:41.8323196Z [00:03:35.169]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:20:41.8324114Z [00:03:35.169]➜  packagefile crypto/sha512=/tmp/go-build3619502580/b126/_pkg_.a
2025-08-20T21:20:41.8324998Z [00:03:35.169]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:20:41.8325899Z [00:03:35.169]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:20:41.8326793Z [00:03:35.169]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:41.8327693Z [00:03:35.169]➜  packagefile encoding/xml=/tmp/go-build3619502580/b299/_pkg_.a
2025-08-20T21:20:41.8328551Z [00:03:35.169]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:41.8329358Z [00:03:35.169]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:41.8330420Z [00:03:35.169]➜  packagefile github.com/go-resty/resty/v2/shellescape=/tmp/go-build3619502580/b1603/_pkg_.a
2025-08-20T21:20:41.8331964Z [00:03:35.169]➜  packagefile golang.org/x/net/publicsuffix=/tmp/go-build3619502580/b1604/_pkg_.a
2025-08-20T21:20:41.8333154Z [00:03:35.169]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:20:41.8333950Z [00:03:35.169]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:41.8334897Z [00:03:35.169]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:20:41.8335692Z [00:03:35.169]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:41.8336533Z [00:03:35.169]➜  packagefile math/rand=/tmp/go-build3619502580/b108/_pkg_.a
2025-08-20T21:20:41.8337455Z [00:03:35.169]➜  packagefile mime/multipart=/tmp/go-build3619502580/b180/_pkg_.a
2025-08-20T21:20:41.8338331Z [00:03:35.169]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:41.8339173Z [00:03:35.169]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:41.8340270Z [00:03:35.169]➜  packagefile net/http/cookiejar=/tmp/go-build3619502580/b1605/_pkg_.a
2025-08-20T21:20:41.8342093Z [00:03:35.169]➜  packagefile net/http/httptrace=/tmp/go-build3619502580/b182/_pkg_.a
2025-08-20T21:20:41.8343119Z [00:03:35.169]➜  packagefile net/textproto=/tmp/go-build3619502580/b176/_pkg_.a
2025-08-20T21:20:41.8344028Z [00:03:35.169]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:41.8344897Z [00:03:35.169]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:41.8345767Z [00:03:35.169]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:20:41.8346702Z [00:03:35.169]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:41.8347557Z [00:03:35.169]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:41.8348399Z [00:03:35.169]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:20:41.8349248Z [00:03:35.169]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:41.8350111Z [00:03:35.169]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:41.8351148Z [00:03:35.169]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:41.8352255Z [00:03:35.169]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:41.8353079Z [00:03:35.169]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:41.8353736Z [00:03:35.169]➜  EOF
2025-08-20T21:20:41.8383084Z [00:03:35.169]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1602/_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/b1602=>" -p github.com/go-resty/resty/v2 -lang=go1.20 -complete -installsuffix shared -buildid sKFByGNCSO-nPmWw0azR/sKFByGNCSO-nPmWw0azR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1602/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:20:41.8591446Z [00:03:35.198]➜  go tool buildid -w $WORK/b1611/_pkg_.a # internal
2025-08-20T21:20:41.8604765Z [00:03:35.200]➜  cp $WORK/b1611/_pkg_.a /root/.cache/go-build/fb/fb19a107ad454bdb061785127bb93a4eb03ee07ad45697ff373820bcbc21dc47-d # internal
2025-08-20T21:20:41.8613238Z [00:03:35.200]➜  go/ast
2025-08-20T21:20:41.8613763Z [00:03:35.200]➜  mkdir -p $WORK/b1610/
2025-08-20T21:20:41.8617659Z [00:03:35.201]➜  cat >/tmp/go-build3619502580/b1610/importcfg << 'EOF' # internal
2025-08-20T21:20:41.8621787Z [00:03:35.201]➜  # import config
2025-08-20T21:20:41.8622478Z [00:03:35.201]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:41.8625177Z [00:03:35.201]➜  packagefile cmp=/tmp/go-build3619502580/b051/_pkg_.a
2025-08-20T21:20:41.8625991Z [00:03:35.201]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:41.8626850Z [00:03:35.201]➜  packagefile go/scanner=/tmp/go-build3619502580/b1611/_pkg_.a
2025-08-20T21:20:41.8627783Z [00:03:35.201]➜  packagefile go/token=/tmp/go-build3619502580/b1232/_pkg_.a
2025-08-20T21:20:41.8628610Z [00:03:35.201]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:41.8629411Z [00:03:35.201]➜  packagefile iter=/tmp/go-build3619502580/b039/_pkg_.a
2025-08-20T21:20:41.8630208Z [00:03:35.201]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:41.8631152Z [00:03:35.201]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:41.8633285Z [00:03:35.201]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:20:41.8634121Z [00:03:35.201]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:41.8634955Z [00:03:35.201]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:41.8635566Z [00:03:35.201]➜  EOF
2025-08-20T21:20:41.8639655Z [00:03:35.201]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1610/_pkg_.a -trimpath "/root/.go/src/go/ast=>go/ast;$WORK/b1610=>" -p go/ast -lang=go1.25 -std -complete -installsuffix shared -buildid PexCy4wQdBDw-jgPdab0/PexCy4wQdBDw-jgPdab0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1610/importcfg -pack /root/.go/src/go/ast/ast.go /root/.go/src/go/ast/commentmap.go /root/.go/src/go/ast/filter.go /root/.go/src/go/ast/import.go /root/.go/src/go/ast/print.go /root/.go/src/go/ast/resolve.go /root/.go/src/go/ast/scope.go /root/.go/src/go/ast/walk.go
2025-08-20T21:20:42.1724294Z [00:03:35.511]➜  go tool buildid -w $WORK/b420/_pkg_.a # internal
2025-08-20T21:20:42.3469771Z [00:03:35.686]➜  go tool buildid -w $WORK/b1602/_pkg_.a # internal
2025-08-20T21:20:42.3536293Z [00:03:35.693]➜  cp $WORK/b1602/_pkg_.a /root/.cache/go-build/92/92c54bca1c55286bd47135793ec423e3dac18655c10a4c116a09e050d9b4fdd8-d # internal
2025-08-20T21:20:42.3538125Z [00:03:35.693]➜  github.com/jrnd-io/jr/pkg/producers/http
2025-08-20T21:20:42.3539136Z [00:03:35.693]➜  mkdir -p $WORK/b1601/
2025-08-20T21:20:42.3553013Z [00:03:35.693]➜  cat >/tmp/go-build3619502580/b1601/importcfg << 'EOF' # internal
2025-08-20T21:20:42.3553636Z [00:03:35.693]➜  # import config
2025-08-20T21:20:42.3554221Z [00:03:35.693]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:42.3554993Z [00:03:35.693]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:20:42.3555802Z [00:03:35.693]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:42.3556767Z [00:03:35.693]➜  packagefile github.com/go-resty/resty/v2=/tmp/go-build3619502580/b1602/_pkg_.a
2025-08-20T21:20:42.3557728Z [00:03:35.693]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build3619502580/b216/_pkg_.a
2025-08-20T21:20:42.3558564Z [00:03:35.693]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:42.3559382Z [00:03:35.693]➜  packagefile net/http/cookiejar=/tmp/go-build3619502580/b1605/_pkg_.a
2025-08-20T21:20:42.3560156Z [00:03:35.693]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:42.3560839Z [00:03:35.693]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:42.3561604Z [00:03:35.693]➜  EOF
2025-08-20T21:20:42.3565155Z [00:03:35.693]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1601/_pkg_.a -trimpath "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/http=>github.com/jrnd-io/jr/pkg/producers/http;$WORK/b1601=>" -p github.com/jrnd-io/jr/pkg/producers/http -lang=go1.24 -complete -installsuffix shared -buildid 3caceQzmLbMa_2wbSxGT/3caceQzmLbMa_2wbSxGT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1601/importcfg -pack ./pkg/producers/http/config.go ./pkg/producers/http/producer.go
2025-08-20T21:20:42.3720011Z [00:03:35.711]➜  go tool buildid -w $WORK/b1610/_pkg_.a # internal
2025-08-20T21:20:42.3830277Z [00:03:35.722]➜  cp $WORK/b1610/_pkg_.a /root/.cache/go-build/da/da5c7608bdb2cdc008bd60e501aee663ca80363496f46c569cf1b40831b289e4-d # internal
2025-08-20T21:20:42.3864508Z [00:03:35.724]➜  go/constant
2025-08-20T21:20:42.3865105Z [00:03:35.724]➜  mkdir -p $WORK/b1612/
2025-08-20T21:20:42.3865804Z [00:03:35.724]➜  cat >/tmp/go-build3619502580/b1612/importcfg << 'EOF' # internal
2025-08-20T21:20:42.3866462Z [00:03:35.724]➜  # import config
2025-08-20T21:20:42.3868214Z [00:03:35.724]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:42.3872860Z [00:03:35.724]➜  packagefile go/token=/tmp/go-build3619502580/b1232/_pkg_.a
2025-08-20T21:20:42.3875140Z [00:03:35.724]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:42.3877242Z [00:03:35.724]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:20:42.3879310Z [00:03:35.724]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:20:42.3882976Z [00:03:35.724]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:42.3883766Z [00:03:35.724]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:42.3884486Z [00:03:35.724]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:42.3885245Z [00:03:35.725]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:42.3885839Z [00:03:35.725]➜  EOF
2025-08-20T21:20:42.3888861Z [00:03:35.725]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1612/_pkg_.a -trimpath "/root/.go/src/go/constant=>go/constant;$WORK/b1612=>" -p go/constant -lang=go1.25 -std -complete -installsuffix shared -buildid PYIJBppvh_AnNLaomfJF/PYIJBppvh_AnNLaomfJF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1612/importcfg -pack /root/.go/src/go/constant/kind_string.go /root/.go/src/go/constant/value.go
2025-08-20T21:20:42.4308006Z [00:03:35.770]➜  go tool buildid -w $WORK/b1601/_pkg_.a # internal
2025-08-20T21:20:42.4334227Z [00:03:35.772]➜  cp $WORK/b1601/_pkg_.a /root/.cache/go-build/01/010dc36b3e5013c3165b98f38023b79b4eda3317629ee110ea726ed24fdc1a8d-d # internal
2025-08-20T21:20:42.4335337Z [00:03:35.772]➜  go/build/constraint
2025-08-20T21:20:42.4336715Z [00:03:35.772]➜  mkdir -p $WORK/b1614/
2025-08-20T21:20:42.4337823Z [00:03:35.772]➜  cat >/tmp/go-build3619502580/b1614/importcfg << 'EOF' # internal
2025-08-20T21:20:42.4338497Z [00:03:35.772]➜  # import config
2025-08-20T21:20:42.4339665Z [00:03:35.772]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:42.4340600Z [00:03:35.772]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:42.4341728Z [00:03:35.772]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:42.4343257Z [00:03:35.773]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:20:42.4345075Z [00:03:35.773]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:42.4345704Z [00:03:35.773]➜  EOF
2025-08-20T21:20:42.4348985Z [00:03:35.773]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1614/_pkg_.a -trimpath "/root/.go/src/go/build/constraint=>go/build/constraint;$WORK/b1614=>" -p go/build/constraint -lang=go1.25 -std -complete -installsuffix shared -buildid eUCZy1eSeqqdzVk4i-rk/eUCZy1eSeqqdzVk4i-rk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1614/importcfg -pack /root/.go/src/go/build/constraint/expr.go /root/.go/src/go/build/constraint/vers.go
2025-08-20T21:20:42.4824073Z [00:03:35.822]➜  go tool buildid -w $WORK/b1508/_pkg_.a # internal
2025-08-20T21:20:42.5041454Z [00:03:35.843]➜  go tool buildid -w $WORK/b1614/_pkg_.a # internal
2025-08-20T21:20:42.5051108Z [00:03:35.844]➜  cp $WORK/b1614/_pkg_.a /root/.cache/go-build/83/83c7651baf17d3c686a7e83d6e43c0a4ebb6fb06bd6fe324f08a3d43a75a0c5c-d # internal
2025-08-20T21:20:42.5054181Z [00:03:35.845]➜  go/parser
2025-08-20T21:20:42.5054654Z [00:03:35.845]➜  mkdir -p $WORK/b1613/
2025-08-20T21:20:42.5057662Z [00:03:35.845]➜  cat >/tmp/go-build3619502580/b1613/importcfg << 'EOF' # internal
2025-08-20T21:20:42.5061630Z [00:03:35.845]➜  # import config
2025-08-20T21:20:42.5062271Z [00:03:35.845]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:42.5063021Z [00:03:35.845]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:42.5063772Z [00:03:35.845]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:42.5064522Z [00:03:35.845]➜  packagefile go/ast=/tmp/go-build3619502580/b1610/_pkg_.a
2025-08-20T21:20:42.5065381Z [00:03:35.845]➜  packagefile go/build/constraint=/tmp/go-build3619502580/b1614/_pkg_.a
2025-08-20T21:20:42.5066259Z [00:03:35.845]➜  packagefile go/scanner=/tmp/go-build3619502580/b1611/_pkg_.a
2025-08-20T21:20:42.5067207Z [00:03:35.845]➜  packagefile go/token=/tmp/go-build3619502580/b1232/_pkg_.a
2025-08-20T21:20:42.5067952Z [00:03:35.845]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:42.5068692Z [00:03:35.845]➜  packagefile io/fs=/tmp/go-build3619502580/b053/_pkg_.a
2025-08-20T21:20:42.5069410Z [00:03:35.845]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:42.5070183Z [00:03:35.845]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:20:42.5071021Z [00:03:35.845]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:42.5071743Z [00:03:35.845]➜  EOF
2025-08-20T21:20:42.5077521Z [00:03:35.845]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1613/_pkg_.a -trimpath "/root/.go/src/go/parser=>go/parser;$WORK/b1613=>" -p go/parser -lang=go1.25 -std -complete -installsuffix shared -buildid gAr9WaN61HdCp6LNJLAZ/gAr9WaN61HdCp6LNJLAZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1613/importcfg -pack /root/.go/src/go/parser/interface.go /root/.go/src/go/parser/parser.go /root/.go/src/go/parser/resolver.go
2025-08-20T21:20:42.5169721Z [00:03:35.856]➜  cp $WORK/b1508/_pkg_.a /root/.cache/go-build/0d/0da26092ff23cda92f43f3881e0c003ad007f1a5190dbd0eca03bf6f25b85e51-d # internal
2025-08-20T21:20:42.5174923Z [00:03:35.857]➜  github.com/envoyproxy/go-control-plane/envoy/service/status/v3
2025-08-20T21:20:42.5177114Z [00:03:35.857]➜  mkdir -p $WORK/b1507/
2025-08-20T21:20:42.5185905Z [00:03:35.858]➜  cat >/tmp/go-build3619502580/b1507/importcfg << 'EOF' # internal
2025-08-20T21:20:42.5190161Z [00:03:35.858]➜  # import config
2025-08-20T21:20:42.5190810Z [00:03:35.858]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:42.5191760Z [00:03:35.858]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:42.5192527Z [00:03:35.858]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:42.5193301Z [00:03:35.858]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:42.5194315Z [00:03:35.858]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:20:42.5195630Z [00:03:35.858]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/admin/v3=/tmp/go-build3619502580/b1508/_pkg_.a
2025-08-20T21:20:42.5197018Z [00:03:35.858]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3619502580/b1484/_pkg_.a
2025-08-20T21:20:42.5198520Z [00:03:35.858]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3619502580/b1478/_pkg_.a
2025-08-20T21:20:42.5200018Z [00:03:35.858]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3619502580/b1485/_pkg_.a
2025-08-20T21:20:42.5201683Z [00:03:35.858]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build3619502580/b1215/_pkg_.a
2025-08-20T21:20:42.5202944Z [00:03:35.858]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:20:42.5204135Z [00:03:35.858]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:20:42.5205209Z [00:03:35.858]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:20:42.5206568Z [00:03:35.858]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:20:42.5207884Z [00:03:35.858]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:20:42.5209172Z [00:03:35.858]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:42.5210551Z [00:03:35.858]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3619502580/b1292/_pkg_.a
2025-08-20T21:20:42.5213754Z [00:03:35.858]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:42.5215115Z [00:03:35.858]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:20:42.5216139Z [00:03:35.858]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:42.5217301Z [00:03:35.858]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:42.5218270Z [00:03:35.858]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:20:42.5219286Z [00:03:35.858]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:42.5220251Z [00:03:35.858]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:42.5221158Z [00:03:35.858]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:42.5222295Z [00:03:35.858]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:42.5223244Z [00:03:35.858]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:42.5223998Z [00:03:35.858]➜  EOF
2025-08-20T21:20:42.5229496Z [00:03:35.858]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1507/_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/b1507=>" -p github.com/envoyproxy/go-control-plane/envoy/service/status/v3 -lang=go1.22 -complete -installsuffix shared -buildid YU6-iHg-cC8dh3JOJg3M/YU6-iHg-cC8dh3JOJg3M -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/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:20:42.5247779Z [00:03:35.864]➜  go tool buildid -w $WORK/b1612/_pkg_.a # internal
2025-08-20T21:20:42.5280924Z [00:03:35.866]➜  cp $WORK/b1612/_pkg_.a /root/.cache/go-build/ac/acb19163010e4a7a3bbd6ce12e7127d01ca72043b152e386cf9680741fcc1b3a-d # internal
2025-08-20T21:20:42.5292054Z [00:03:35.867]➜  go/version
2025-08-20T21:20:42.5292563Z [00:03:35.867]➜  mkdir -p $WORK/b1615/
2025-08-20T21:20:42.5293301Z [00:03:35.867]➜  cat >/tmp/go-build3619502580/b1615/importcfg << 'EOF' # internal
2025-08-20T21:20:42.5293985Z [00:03:35.867]➜  # import config
2025-08-20T21:20:42.5294697Z [00:03:35.867]➜  packagefile internal/gover=/tmp/go-build3619502580/b1616/_pkg_.a
2025-08-20T21:20:42.5295565Z [00:03:35.867]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:42.5296178Z [00:03:35.867]➜  EOF
2025-08-20T21:20:42.5298913Z [00:03:35.867]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1615/_pkg_.a -trimpath "/root/.go/src/go/version=>go/version;$WORK/b1615=>" -p go/version -lang=go1.25 -std -complete -installsuffix shared -buildid YJFsfqeG7YsMeKVNXVsZ/YJFsfqeG7YsMeKVNXVsZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1615/importcfg -pack /root/.go/src/go/version/version.go
2025-08-20T21:20:42.5463385Z [00:03:35.883]➜  go tool buildid -w $WORK/b1615/_pkg_.a # internal
2025-08-20T21:20:42.5471583Z [00:03:35.883]➜  cp $WORK/b1615/_pkg_.a /root/.cache/go-build/01/01e37dde2ddd55c8b959e4be9748f68e6aff4f5f93282ea90192274d7050ee7a-d # internal
2025-08-20T21:20:42.5472811Z [00:03:35.883]➜  internal/buildcfg
2025-08-20T21:20:42.5473325Z [00:03:35.883]➜  mkdir -p $WORK/b1617/
2025-08-20T21:20:42.5474221Z [00:03:35.884]➜  cat >/tmp/go-build3619502580/b1617/importcfg << 'EOF' # internal
2025-08-20T21:20:42.5474898Z [00:03:35.884]➜  # import config
2025-08-20T21:20:42.5475535Z [00:03:35.884]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:42.5476449Z [00:03:35.884]➜  packagefile internal/goexperiment=/tmp/go-build3619502580/b017/_pkg_.a
2025-08-20T21:20:42.5477342Z [00:03:35.884]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:42.5478181Z [00:03:35.884]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:20:42.5479050Z [00:03:35.884]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:20:42.5480011Z [00:03:35.884]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:20:42.5480831Z [00:03:35.884]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:42.5481799Z [00:03:35.884]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:42.5482414Z [00:03:35.884]➜  EOF
2025-08-20T21:20:42.5485935Z [00:03:35.884]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1617/_pkg_.a -trimpath "/root/.go/src/internal/buildcfg=>internal/buildcfg;$WORK/b1617=>" -p internal/buildcfg -lang=go1.25 -std -complete -installsuffix shared -buildid cTQO3qCk4H4-e2MFKjLB/cTQO3qCk4H4-e2MFKjLB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1617/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:20:42.5650058Z [00:03:35.904]➜  cp $WORK/b420/_pkg_.a /root/.cache/go-build/08/0836460aa9b0767571f0963af5d45df8c5d229c15c8eb81581b3ebf87a70aec7-d # internal
2025-08-20T21:20:42.5652345Z [00:03:35.904]➜  github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/delete
2025-08-20T21:20:42.5653955Z [00:03:35.904]➜  mkdir -p $WORK/b419/
2025-08-20T21:20:42.5658619Z [00:03:35.905]➜  cat >/tmp/go-build3619502580/b419/importcfg << 'EOF' # internal
2025-08-20T21:20:42.5659611Z [00:03:35.905]➜  # import config
2025-08-20T21:20:42.5660613Z [00:03:35.905]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:42.5661672Z [00:03:35.905]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:42.5662514Z [00:03:35.905]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:42.5663285Z [00:03:35.905]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:42.5664553Z [00:03:35.905]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:42.5666170Z [00:03:35.905]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:42.5667343Z [00:03:35.905]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:42.5668212Z [00:03:35.905]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:42.5669094Z [00:03:35.905]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:42.5669967Z [00:03:35.905]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:42.5670816Z [00:03:35.905]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:42.5691940Z [00:03:35.905]➜  EOF
2025-08-20T21:20:42.5697452Z [00:03:35.905]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b419/_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/b419=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/delete -lang=go1.21 -complete -installsuffix shared -buildid qyo5W22oyCbVMOda-d1r/qyo5W22oyCbVMOda-d1r -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/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:20:42.6417236Z [00:03:35.981]➜  go tool buildid -w $WORK/b1617/_pkg_.a # internal
2025-08-20T21:20:42.6433632Z [00:03:35.983]➜  cp $WORK/b1617/_pkg_.a /root/.cache/go-build/df/df8e7f3bea151e5b5d62ecf6246e68c9fc74cb669a22637fe9948c4c5c7d08a9-d # internal
2025-08-20T21:20:42.6447837Z [00:03:35.984]➜  github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/get
2025-08-20T21:20:42.6448592Z [00:03:35.984]➜  mkdir -p $WORK/b626/
2025-08-20T21:20:42.6459765Z [00:03:35.985]➜  cat >/tmp/go-build3619502580/b626/importcfg << 'EOF' # internal
2025-08-20T21:20:42.6460475Z [00:03:35.985]➜  # import config
2025-08-20T21:20:42.6461498Z [00:03:35.985]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:42.6462445Z [00:03:35.985]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:42.6463579Z [00:03:35.985]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:42.6464601Z [00:03:35.985]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:42.6465551Z [00:03:35.985]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:42.6466913Z [00:03:35.985]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:42.6468564Z [00:03:35.985]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:42.6469896Z [00:03:35.985]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:42.6470828Z [00:03:35.985]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:42.6471969Z [00:03:35.985]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:42.6473177Z [00:03:35.985]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:42.6474217Z [00:03:35.985]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:42.6474980Z [00:03:35.985]➜  EOF
2025-08-20T21:20:42.6482583Z [00:03:35.987]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b626/_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/b626=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/get -lang=go1.21 -complete -installsuffix shared -buildid FBMLgGs8TkMNzN9oRoAC/FBMLgGs8TkMNzN9oRoAC -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/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/asyncsearch/get/response.go
2025-08-20T21:20:42.7152212Z [00:03:36.052]➜  go tool buildid -w $WORK/b419/_pkg_.a # internal
2025-08-20T21:20:42.7153665Z [00:03:36.054]➜  cp $WORK/b419/_pkg_.a /root/.cache/go-build/7f/7feb1c934bcea58a961d7b58b6b7ddbe0f621aa36b0c6042d91e0ef1a9fd4482-d # internal
2025-08-20T21:20:42.7155343Z [00:03:36.054]➜  github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/status
2025-08-20T21:20:42.7156124Z [00:03:36.054]➜  mkdir -p $WORK/b627/
2025-08-20T21:20:42.7174048Z [00:03:36.056]➜  cat >/tmp/go-build3619502580/b627/importcfg << 'EOF' # internal
2025-08-20T21:20:42.7174779Z [00:03:36.056]➜  # import config
2025-08-20T21:20:42.7175438Z [00:03:36.056]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:42.7176281Z [00:03:36.057]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:42.7177205Z [00:03:36.057]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:42.7179967Z [00:03:36.057]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:42.7180975Z [00:03:36.057]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:42.7182449Z [00:03:36.057]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:42.7184050Z [00:03:36.057]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:42.7185238Z [00:03:36.057]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:42.7186092Z [00:03:36.057]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:42.7186965Z [00:03:36.057]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:42.7187815Z [00:03:36.057]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:42.7188668Z [00:03:36.057]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:42.7189286Z [00:03:36.057]➜  EOF
2025-08-20T21:20:42.7199562Z [00:03:36.057]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b627/_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/b627=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/status -lang=go1.21 -complete -installsuffix shared -buildid LgGfmsC2lZaDAmHdlbtR/LgGfmsC2lZaDAmHdlbtR -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/status/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/asyncsearch/status/status.go
2025-08-20T21:20:42.8085204Z [00:03:36.148]➜  go tool buildid -w $WORK/b626/_pkg_.a # internal
2025-08-20T21:20:42.8103488Z [00:03:36.150]➜  cp $WORK/b626/_pkg_.a /root/.cache/go-build/2c/2c211f87057e682212550e0d5844a8c6fb738ca1bf1fc1e7af4625a576ade0c2-d # internal
2025-08-20T21:20:42.8106640Z [00:03:36.150]➜  github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/submit
2025-08-20T21:20:42.8107459Z [00:03:36.150]➜  mkdir -p $WORK/b628/
2025-08-20T21:20:42.8114428Z [00:03:36.151]➜  cat >/tmp/go-build3619502580/b628/importcfg << 'EOF' # internal
2025-08-20T21:20:42.8116449Z [00:03:36.151]➜  # import config
2025-08-20T21:20:42.8117118Z [00:03:36.151]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:42.8117962Z [00:03:36.151]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:42.8118892Z [00:03:36.151]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:42.8119775Z [00:03:36.151]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:42.8120587Z [00:03:36.151]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:42.8121940Z [00:03:36.151]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:42.8123508Z [00:03:36.151]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:42.8125503Z [00:03:36.151]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:42.8127476Z [00:03:36.151]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build3619502580/b554/_pkg_.a
2025-08-20T21:20:42.8129226Z [00:03:36.151]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3619502580/b580/_pkg_.a
2025-08-20T21:20:42.8131010Z [00:03:36.151]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode=/tmp/go-build3619502580/b599/_pkg_.a
2025-08-20T21:20:42.8132429Z [00:03:36.151]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:42.8133240Z [00:03:36.151]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:42.8134092Z [00:03:36.151]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:42.8134966Z [00:03:36.151]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:42.8135769Z [00:03:36.151]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:42.8136379Z [00:03:36.151]➜  EOF
2025-08-20T21:20:42.8153131Z [00:03:36.151]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b628/_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/b628=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/submit -lang=go1.21 -complete -installsuffix shared -buildid fUeXPCErmCDClMQcUv5H/fUeXPCErmCDClMQcUv5H -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/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:20:42.8516305Z [00:03:36.191]➜  go tool buildid -w $WORK/b1507/_pkg_.a # internal
2025-08-20T21:20:42.8623811Z [00:03:36.202]➜  cp $WORK/b1507/_pkg_.a /root/.cache/go-build/66/6604a66a2082580a1d4faf21025473a0e10657f0375bc04e1f21666125400b5d-d # internal
2025-08-20T21:20:42.8626877Z [00:03:36.202]➜  github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/deleteautoscalingpolicy
2025-08-20T21:20:42.8627806Z [00:03:36.202]➜  mkdir -p $WORK/b629/
2025-08-20T21:20:42.8632024Z [00:03:36.202]➜  cat >/tmp/go-build3619502580/b629/importcfg << 'EOF' # internal
2025-08-20T21:20:42.8632906Z [00:03:36.202]➜  # import config
2025-08-20T21:20:42.8633596Z [00:03:36.202]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:42.8634424Z [00:03:36.202]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:42.8635267Z [00:03:36.202]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:42.8635990Z [00:03:36.202]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:42.8637104Z [00:03:36.202]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:42.8638514Z [00:03:36.202]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:42.8639506Z [00:03:36.202]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:42.8640236Z [00:03:36.202]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:42.8640992Z [00:03:36.202]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:42.8641966Z [00:03:36.202]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:42.8642700Z [00:03:36.202]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:42.8643359Z [00:03:36.202]➜  EOF
2025-08-20T21:20:42.8649462Z [00:03:36.203]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b629/_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/b629=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/deleteautoscalingpolicy -lang=go1.21 -complete -installsuffix shared -buildid EzMOtGLexciWkWH6USuQ/EzMOtGLexciWkWH6USuQ -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/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:20:42.8803172Z [00:03:36.220]➜  go tool buildid -w $WORK/b627/_pkg_.a # internal
2025-08-20T21:20:42.8833161Z [00:03:36.222]➜  cp $WORK/b627/_pkg_.a /root/.cache/go-build/fa/fa8bd82f738001c996bc1a28fe6ff23991523c03f17cfc2f43b45ec5a7482946-d # internal
2025-08-20T21:20:42.8835523Z [00:03:36.222]➜  github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingcapacity
2025-08-20T21:20:42.8837309Z [00:03:36.222]➜  mkdir -p $WORK/b630/
2025-08-20T21:20:42.8838262Z [00:03:36.223]➜  cat >/tmp/go-build3619502580/b630/importcfg << 'EOF' # internal
2025-08-20T21:20:42.8839140Z [00:03:36.223]➜  # import config
2025-08-20T21:20:42.8839949Z [00:03:36.223]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:42.8840901Z [00:03:36.223]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:42.8842081Z [00:03:36.223]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:42.8842989Z [00:03:36.223]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:42.8844384Z [00:03:36.223]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:42.8846072Z [00:03:36.223]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:42.8847228Z [00:03:36.223]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:42.8848112Z [00:03:36.223]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:42.8849968Z [00:03:36.223]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:42.8850795Z [00:03:36.223]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:42.8851791Z [00:03:36.223]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:42.8852365Z [00:03:36.223]➜  EOF
2025-08-20T21:20:42.8858299Z [00:03:36.223]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b630/_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/b630=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingcapacity -lang=go1.21 -complete -installsuffix shared -buildid DXvRqQejOqsMK29GhKlW/DXvRqQejOqsMK29GhKlW -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/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:20:42.8895472Z [00:03:36.229]➜  go tool buildid -w $WORK/b1613/_pkg_.a # internal
2025-08-20T21:20:42.8947553Z [00:03:36.234]➜  cp $WORK/b1613/_pkg_.a /root/.cache/go-build/9c/9c35af840f7b44d7948ca7833c8d85202d5cbdea37efd902771d72aec4a6a619-d # internal
2025-08-20T21:20:42.8952285Z [00:03:36.234]➜  github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingpolicy
2025-08-20T21:20:42.8953128Z [00:03:36.234]➜  mkdir -p $WORK/b631/
2025-08-20T21:20:42.8973308Z [00:03:36.235]➜  cat >/tmp/go-build3619502580/b631/importcfg << 'EOF' # internal
2025-08-20T21:20:42.8975574Z [00:03:36.235]➜  # import config
2025-08-20T21:20:42.8979998Z [00:03:36.235]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:42.8982976Z [00:03:36.235]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:42.8985525Z [00:03:36.235]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:42.8987774Z [00:03:36.235]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:42.8990117Z [00:03:36.235]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:42.8992385Z [00:03:36.235]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:42.8994275Z [00:03:36.235]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:42.8995217Z [00:03:36.235]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:42.8996102Z [00:03:36.235]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:42.8996966Z [00:03:36.235]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:42.8997833Z [00:03:36.235]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:42.8999352Z [00:03:36.235]➜  EOF
2025-08-20T21:20:42.9006778Z [00:03:36.235]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b631/_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/b631=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingpolicy -lang=go1.21 -complete -installsuffix shared -buildid YZOY-Wb3YFQl3Nt_SfFI/YZOY-Wb3YFQl3Nt_SfFI -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/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:20:42.9663613Z [00:03:36.305]➜  go tool buildid -w $WORK/b629/_pkg_.a # internal
2025-08-20T21:20:42.9679462Z [00:03:36.307]➜  cp $WORK/b629/_pkg_.a /root/.cache/go-build/27/272d3b4cf56b6e525288af302fb18e18183682f8db23ebdc7b7511b6821888af-d # internal
2025-08-20T21:20:42.9682004Z [00:03:36.307]➜  github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/putautoscalingpolicy
2025-08-20T21:20:42.9683817Z [00:03:36.307]➜  mkdir -p $WORK/b632/
2025-08-20T21:20:42.9687266Z [00:03:36.308]➜  cat >/tmp/go-build3619502580/b632/importcfg << 'EOF' # internal
2025-08-20T21:20:42.9688642Z [00:03:36.308]➜  # import config
2025-08-20T21:20:42.9689730Z [00:03:36.308]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:42.9691668Z [00:03:36.308]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:42.9693184Z [00:03:36.308]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:42.9694588Z [00:03:36.308]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:42.9696040Z [00:03:36.308]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:42.9697718Z [00:03:36.308]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:42.9699710Z [00:03:36.308]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:42.9701639Z [00:03:36.308]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:42.9703870Z [00:03:36.308]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:42.9704735Z [00:03:36.308]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:42.9705796Z [00:03:36.308]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:42.9706666Z [00:03:36.308]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:42.9707298Z [00:03:36.308]➜  EOF
2025-08-20T21:20:42.9714652Z [00:03:36.308]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b632/_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/b632=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/putautoscalingpolicy -lang=go1.21 -complete -installsuffix shared -buildid 9cnwZypLZgezH3fPeTBR/9cnwZypLZgezH3fPeTBR -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/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:20:43.0021836Z [00:03:36.341]➜  go tool buildid -w $WORK/b630/_pkg_.a # internal
2025-08-20T21:20:43.0067253Z [00:03:36.346]➜  cp $WORK/b630/_pkg_.a /root/.cache/go-build/5e/5ed1f2b7f8ef278963a96bed0036e50537525d53f489cb093a72148df2b8ae01-d # internal
2025-08-20T21:20:43.0090358Z [00:03:36.346]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/aliases
2025-08-20T21:20:43.0091119Z [00:03:36.346]➜  mkdir -p $WORK/b634/
2025-08-20T21:20:43.0092069Z [00:03:36.346]➜  cat >/tmp/go-build3619502580/b634/importcfg << 'EOF' # internal
2025-08-20T21:20:43.0092760Z [00:03:36.346]➜  # import config
2025-08-20T21:20:43.0093412Z [00:03:36.346]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.0094264Z [00:03:36.346]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.0095285Z [00:03:36.346]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.0096212Z [00:03:36.346]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.0097396Z [00:03:36.346]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.0098891Z [00:03:36.346]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.0100524Z [00:03:36.346]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:43.0101963Z [00:03:36.346]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.0102758Z [00:03:36.346]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.0103569Z [00:03:36.346]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.0104374Z [00:03:36.346]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.0105184Z [00:03:36.346]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.0105773Z [00:03:36.346]➜  EOF
2025-08-20T21:20:43.0110801Z [00:03:36.347]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b634/_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/b634=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/aliases -lang=go1.21 -complete -installsuffix shared -buildid bM9O9uzGBRjLTiGDFNar/bM9O9uzGBRjLTiGDFNar -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/aliases/aliases.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/aliases/response.go
2025-08-20T21:20:43.0232401Z [00:03:36.362]➜  go tool buildid -w $WORK/b631/_pkg_.a # internal
2025-08-20T21:20:43.0258239Z [00:03:36.365]➜  cp $WORK/b631/_pkg_.a /root/.cache/go-build/88/8820b861b4f5c2c8042260d0c6ff9a31bc8ee0abdb3300df4053e4646ab4c1b1-d # internal
2025-08-20T21:20:43.0259556Z [00:03:36.365]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/allocation
2025-08-20T21:20:43.0260267Z [00:03:36.365]➜  mkdir -p $WORK/b635/
2025-08-20T21:20:43.0261124Z [00:03:36.365]➜  cat >/tmp/go-build3619502580/b635/importcfg << 'EOF' # internal
2025-08-20T21:20:43.0261932Z [00:03:36.365]➜  # import config
2025-08-20T21:20:43.0262575Z [00:03:36.365]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.0263422Z [00:03:36.365]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.0264241Z [00:03:36.365]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.0264993Z [00:03:36.365]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.0266183Z [00:03:36.365]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.0267699Z [00:03:36.365]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.0269232Z [00:03:36.365]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3619502580/b636/_pkg_.a
2025-08-20T21:20:43.0270368Z [00:03:36.365]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.0271132Z [00:03:36.365]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.0272095Z [00:03:36.365]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.0272871Z [00:03:36.365]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.0273643Z [00:03:36.365]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.0274214Z [00:03:36.365]➜  EOF
2025-08-20T21:20:43.0279619Z [00:03:36.365]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b635/_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/b635=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/allocation -lang=go1.21 -complete -installsuffix shared -buildid uV2O6RXJ88LPfh3FO_31/uV2O6RXJ88LPfh3FO_31 -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/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:20:43.0863461Z [00:03:36.425]➜  go tool buildid -w $WORK/b632/_pkg_.a # internal
2025-08-20T21:20:43.0886394Z [00:03:36.428]➜  cp $WORK/b632/_pkg_.a /root/.cache/go-build/34/34ac3d737b15942372a3c32d0fc3a2ccdc16321f91d705059be355f667229eb6-d # internal
2025-08-20T21:20:43.0889588Z [00:03:36.428]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/componenttemplates
2025-08-20T21:20:43.0891673Z [00:03:36.428]➜  mkdir -p $WORK/b637/
2025-08-20T21:20:43.0899496Z [00:03:36.429]➜  cat >/tmp/go-build3619502580/b637/importcfg << 'EOF' # internal
2025-08-20T21:20:43.0900520Z [00:03:36.429]➜  # import config
2025-08-20T21:20:43.0901445Z [00:03:36.429]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.0902421Z [00:03:36.429]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.0903346Z [00:03:36.429]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.0904152Z [00:03:36.429]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.0905412Z [00:03:36.429]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.0907003Z [00:03:36.429]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.0908197Z [00:03:36.429]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.0909316Z [00:03:36.429]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.0910201Z [00:03:36.429]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.0911058Z [00:03:36.429]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.0912347Z [00:03:36.429]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.0912966Z [00:03:36.429]➜  EOF
2025-08-20T21:20:43.0919443Z [00:03:36.429]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b637/_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/b637=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/componenttemplates -lang=go1.21 -complete -installsuffix shared -buildid BP3CJCG83ldOQ6LSxsnh/BP3CJCG83ldOQ6LSxsnh -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/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:20:43.1015287Z [00:03:36.441]➜  go tool buildid -w $WORK/b628/_pkg_.a # internal
2025-08-20T21:20:43.1096148Z [00:03:36.448]➜  cp $WORK/b628/_pkg_.a /root/.cache/go-build/72/7269725c27bf7abe1f0c7675b4b7813957ad3ab8e3fa654472403e646bc79221-d # internal
2025-08-20T21:20:43.1112707Z [00:03:36.448]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/count
2025-08-20T21:20:43.1113420Z [00:03:36.448]➜  mkdir -p $WORK/b638/
2025-08-20T21:20:43.1114150Z [00:03:36.449]➜  cat >/tmp/go-build3619502580/b638/importcfg << 'EOF' # internal
2025-08-20T21:20:43.1114828Z [00:03:36.449]➜  # import config
2025-08-20T21:20:43.1115498Z [00:03:36.449]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.1116580Z [00:03:36.449]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.1117620Z [00:03:36.449]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.1118424Z [00:03:36.449]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.1119746Z [00:03:36.449]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.1121168Z [00:03:36.449]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.1122409Z [00:03:36.449]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.1123221Z [00:03:36.449]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.1124038Z [00:03:36.449]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.1124842Z [00:03:36.449]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.1125641Z [00:03:36.449]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.1126262Z [00:03:36.449]➜  EOF
2025-08-20T21:20:43.1132465Z [00:03:36.449]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b638/_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/b638=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/count -lang=go1.21 -complete -installsuffix shared -buildid 7zNlRusGXQlVGLwZEkba/7zNlRusGXQlVGLwZEkba -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/count/count.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/count/response.go
2025-08-20T21:20:43.1214957Z [00:03:36.461]➜  go tool buildid -w $WORK/b634/_pkg_.a # internal
2025-08-20T21:20:43.1244833Z [00:03:36.463]➜  cp $WORK/b634/_pkg_.a /root/.cache/go-build/e4/e489268a8e47376a6c762324b924c2d851578ce74e0e4eae5e9d2b00d8c84f18-d # internal
2025-08-20T21:20:43.1246350Z [00:03:36.463]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/fielddata
2025-08-20T21:20:43.1247024Z [00:03:36.463]➜  mkdir -p $WORK/b639/
2025-08-20T21:20:43.1265803Z [00:03:36.463]➜  cat >/tmp/go-build3619502580/b639/importcfg << 'EOF' # internal
2025-08-20T21:20:43.1266701Z [00:03:36.463]➜  # import config
2025-08-20T21:20:43.1267363Z [00:03:36.463]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.1268256Z [00:03:36.463]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.1269136Z [00:03:36.464]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.1269941Z [00:03:36.464]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.1271135Z [00:03:36.464]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.1272865Z [00:03:36.464]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.1274500Z [00:03:36.464]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3619502580/b636/_pkg_.a
2025-08-20T21:20:43.1275714Z [00:03:36.464]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.1276556Z [00:03:36.464]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.1277377Z [00:03:36.464]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.1278193Z [00:03:36.464]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.1278996Z [00:03:36.464]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.1279590Z [00:03:36.464]➜  EOF
2025-08-20T21:20:43.1285116Z [00:03:36.464]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b639/_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/b639=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/fielddata -lang=go1.21 -complete -installsuffix shared -buildid vgDnhAhnpy9DxgasrPiO/vgDnhAhnpy9DxgasrPiO -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/fielddata/fielddata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/fielddata/response.go
2025-08-20T21:20:43.1323045Z [00:03:36.471]➜  go tool buildid -w $WORK/b635/_pkg_.a # internal
2025-08-20T21:20:43.1359200Z [00:03:36.475]➜  cp $WORK/b635/_pkg_.a /root/.cache/go-build/a6/a60d7b1c433c1628a83645ef470914c3497584f1ad7161cdaf4d9309c20a2e1f-d # internal
2025-08-20T21:20:43.1360922Z [00:03:36.475]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/health
2025-08-20T21:20:43.1363180Z [00:03:36.475]➜  mkdir -p $WORK/b640/
2025-08-20T21:20:43.1364884Z [00:03:36.475]➜  cat >/tmp/go-build3619502580/b640/importcfg << 'EOF' # internal
2025-08-20T21:20:43.1365572Z [00:03:36.475]➜  # import config
2025-08-20T21:20:43.1366231Z [00:03:36.475]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.1367104Z [00:03:36.475]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.1367918Z [00:03:36.475]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.1368701Z [00:03:36.475]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.1369888Z [00:03:36.475]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.1371611Z [00:03:36.475]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.1373206Z [00:03:36.475]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3619502580/b641/_pkg_.a
2025-08-20T21:20:43.1374381Z [00:03:36.475]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.1375372Z [00:03:36.475]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.1376193Z [00:03:36.475]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.1377127Z [00:03:36.475]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.1377923Z [00:03:36.475]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.1378508Z [00:03:36.475]➜  EOF
2025-08-20T21:20:43.1384916Z [00:03:36.475]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b640/_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/b640=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/health -lang=go1.21 -complete -installsuffix shared -buildid qewwdoLogXGkbagKOzpX/qewwdoLogXGkbagKOzpX -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/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:20:43.2150311Z [00:03:36.554]➜  go tool buildid -w $WORK/b637/_pkg_.a # internal
2025-08-20T21:20:43.2180490Z [00:03:36.557]➜  cp $WORK/b637/_pkg_.a /root/.cache/go-build/4d/4da4ec099a68349dfa723ea4be1f825a333b683fe071c24eaeb1c3a82d019421-d # internal
2025-08-20T21:20:43.2182513Z [00:03:36.557]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/help
2025-08-20T21:20:43.2183787Z [00:03:36.557]➜  mkdir -p $WORK/b642/
2025-08-20T21:20:43.2184718Z [00:03:36.557]➜  cat >/tmp/go-build3619502580/b642/importcfg << 'EOF' # internal
2025-08-20T21:20:43.2185372Z [00:03:36.557]➜  # import config
2025-08-20T21:20:43.2186008Z [00:03:36.557]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.2187062Z [00:03:36.557]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.2188207Z [00:03:36.557]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.2189121Z [00:03:36.557]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.2190395Z [00:03:36.557]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.2192242Z [00:03:36.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.2193452Z [00:03:36.557]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.2194298Z [00:03:36.557]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.2195175Z [00:03:36.557]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.2196045Z [00:03:36.557]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.2196684Z [00:03:36.557]➜  EOF
2025-08-20T21:20:43.2202037Z [00:03:36.557]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b642/_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/b642=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/help -lang=go1.21 -complete -installsuffix shared -buildid hF8YNlWFv3mKOHPRY8Df/hF8YNlWFv3mKOHPRY8Df -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/help/help.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/help/response.go
2025-08-20T21:20:43.2329024Z [00:03:36.572]➜  go tool buildid -w $WORK/b638/_pkg_.a # internal
2025-08-20T21:20:43.2350310Z [00:03:36.574]➜  cp $WORK/b638/_pkg_.a /root/.cache/go-build/2e/2e3bb011ac4885c1b4b41a957b4a61ee61cc73a25c5062de2656e262604e0576-d # internal
2025-08-20T21:20:43.2358073Z [00:03:36.575]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/indices
2025-08-20T21:20:43.2365264Z [00:03:36.576]➜  mkdir -p $WORK/b643/
2025-08-20T21:20:43.2373685Z [00:03:36.576]➜  cat >/tmp/go-build3619502580/b643/importcfg << 'EOF' # internal
2025-08-20T21:20:43.2374533Z [00:03:36.576]➜  # import config
2025-08-20T21:20:43.2375335Z [00:03:36.576]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.2376555Z [00:03:36.576]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.2377529Z [00:03:36.576]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.2378424Z [00:03:36.577]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.2379721Z [00:03:36.577]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.2381508Z [00:03:36.577]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.2383343Z [00:03:36.577]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3619502580/b636/_pkg_.a
2025-08-20T21:20:43.2385239Z [00:03:36.577]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:43.2387150Z [00:03:36.577]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus=/tmp/go-build3619502580/b501/_pkg_.a
2025-08-20T21:20:43.2389021Z [00:03:36.577]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3619502580/b641/_pkg_.a
2025-08-20T21:20:43.2390315Z [00:03:36.577]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.2391362Z [00:03:36.577]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.2392343Z [00:03:36.577]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.2395424Z [00:03:36.577]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.2397433Z [00:03:36.577]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.2398096Z [00:03:36.577]➜  EOF
2025-08-20T21:20:43.2403235Z [00:03:36.579]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b643/_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/b643=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/indices -lang=go1.21 -complete -installsuffix shared -buildid UNIbmuTwOZvJMBUZQ-0F/UNIbmuTwOZvJMBUZQ-0F -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/indices/indices.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/indices/response.go
2025-08-20T21:20:43.2416002Z [00:03:36.581]➜  go tool buildid -w $WORK/b639/_pkg_.a # internal
2025-08-20T21:20:43.2426984Z [00:03:36.582]➜  go tool buildid -w $WORK/b640/_pkg_.a # internal
2025-08-20T21:20:43.2442313Z [00:03:36.583]➜  cp $WORK/b640/_pkg_.a /root/.cache/go-build/bb/bbeaa9718be7ad73ff14c8e2619b233b34f9c7a1676a0729281ad26a1816ad6e-d # internal
2025-08-20T21:20:43.2449464Z [00:03:36.583]➜  cp $WORK/b639/_pkg_.a /root/.cache/go-build/6e/6e25756e7fa8acea071e2cb6e856b012b71b55b96de65a98f00a158d342b994d-d # internal
2025-08-20T21:20:43.2450805Z [00:03:36.583]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/master
2025-08-20T21:20:43.2451694Z [00:03:36.583]➜  mkdir -p $WORK/b644/
2025-08-20T21:20:43.2465404Z [00:03:36.586]➜  cat >/tmp/go-build3619502580/b644/importcfg << 'EOF' # internal
2025-08-20T21:20:43.2472609Z [00:03:36.586]➜  # import config
2025-08-20T21:20:43.2473298Z [00:03:36.586]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.2474173Z [00:03:36.586]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.2475054Z [00:03:36.586]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.2476052Z [00:03:36.586]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.2477294Z [00:03:36.586]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.2478861Z [00:03:36.586]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.2480161Z [00:03:36.586]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.2480965Z [00:03:36.586]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.2481971Z [00:03:36.586]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.2482787Z [00:03:36.586]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.2483628Z [00:03:36.586]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.2484227Z [00:03:36.586]➜  EOF
2025-08-20T21:20:43.2489383Z [00:03:36.586]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b644/_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/b644=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/master -lang=go1.21 -complete -installsuffix shared -buildid UBwkQW7ruM4x-CkOtK4b/UBwkQW7ruM4x-CkOtK4b -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/master/master.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/master/response.go
2025-08-20T21:20:43.2496272Z [00:03:36.586]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldatafeeds
2025-08-20T21:20:43.2497421Z [00:03:36.586]➜  mkdir -p $WORK/b645/
2025-08-20T21:20:43.2498354Z [00:03:36.586]➜  cat >/tmp/go-build3619502580/b645/importcfg << 'EOF' # internal
2025-08-20T21:20:43.2499219Z [00:03:36.586]➜  # import config
2025-08-20T21:20:43.2500241Z [00:03:36.586]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.2501635Z [00:03:36.586]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.2502743Z [00:03:36.586]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.2503969Z [00:03:36.586]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.2505368Z [00:03:36.586]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.2507435Z [00:03:36.586]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.2509458Z [00:03:36.586]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdatafeedcolumn=/tmp/go-build3619502580/b431/_pkg_.a
2025-08-20T21:20:43.2511890Z [00:03:36.586]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3619502580/b641/_pkg_.a
2025-08-20T21:20:43.2513474Z [00:03:36.586]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.2514228Z [00:03:36.586]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.2515166Z [00:03:36.586]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.2515927Z [00:03:36.586]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.2516692Z [00:03:36.586]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.2517446Z [00:03:36.586]➜  EOF
2025-08-20T21:20:43.2523035Z [00:03:36.586]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b645/_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/b645=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldatafeeds -lang=go1.21 -complete -installsuffix shared -buildid Y0-tWDtFVtT2ESsURTfX/Y0-tWDtFVtT2ESsURTfX -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/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:20:43.3164423Z [00:03:36.654]➜  go tool buildid -w $WORK/b642/_pkg_.a # internal
2025-08-20T21:20:43.3194145Z [00:03:36.655]➜  cp $WORK/b642/_pkg_.a /root/.cache/go-build/7e/7ee4421ef5e2a91d34c7f3f3479543e6f490cbb3c894fb6745e054b1ff65ae5b-d # internal
2025-08-20T21:20:43.3195685Z [00:03:36.656]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldataframeanalytics
2025-08-20T21:20:43.3196547Z [00:03:36.656]➜  mkdir -p $WORK/b646/
2025-08-20T21:20:43.3197293Z [00:03:36.656]➜  cat >/tmp/go-build3619502580/b646/importcfg << 'EOF' # internal
2025-08-20T21:20:43.3198051Z [00:03:36.656]➜  # import config
2025-08-20T21:20:43.3198972Z [00:03:36.656]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.3199977Z [00:03:36.656]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.3200920Z [00:03:36.656]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.3202023Z [00:03:36.656]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.3203307Z [00:03:36.656]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.3204937Z [00:03:36.656]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.3206587Z [00:03:36.656]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3619502580/b636/_pkg_.a
2025-08-20T21:20:43.3208401Z [00:03:36.656]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdfacolumn=/tmp/go-build3619502580/b432/_pkg_.a
2025-08-20T21:20:43.3234265Z [00:03:36.656]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3619502580/b641/_pkg_.a
2025-08-20T21:20:43.3235628Z [00:03:36.656]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.3236524Z [00:03:36.656]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.3237435Z [00:03:36.656]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.3238303Z [00:03:36.656]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.3239167Z [00:03:36.656]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.3239819Z [00:03:36.656]➜  EOF
2025-08-20T21:20:43.3245929Z [00:03:36.656]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b646/_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/b646=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldataframeanalytics -lang=go1.21 -complete -installsuffix shared -buildid 1JvCl9Hp9P9ohHXuYuUZ/1JvCl9Hp9P9ohHXuYuUZ -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/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:20:43.3541338Z [00:03:36.693]➜  go tool buildid -w $WORK/b644/_pkg_.a # internal
2025-08-20T21:20:43.3588448Z [00:03:36.695]➜  cp $WORK/b644/_pkg_.a /root/.cache/go-build/f6/f6bef6725f02cae4c775816d1bfde53ced5c4a8678d49937ae7d4c73120ceb2f-d # internal
2025-08-20T21:20:43.3599207Z [00:03:36.695]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/mljobs
2025-08-20T21:20:43.3599945Z [00:03:36.695]➜  mkdir -p $WORK/b647/
2025-08-20T21:20:43.3600543Z [00:03:36.695]➜  cat >/tmp/go-build3619502580/b647/importcfg << 'EOF' # internal
2025-08-20T21:20:43.3601401Z [00:03:36.695]➜  # import config
2025-08-20T21:20:43.3602296Z [00:03:36.695]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.3603219Z [00:03:36.695]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.3604088Z [00:03:36.695]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.3605054Z [00:03:36.695]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.3606250Z [00:03:36.695]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.3607721Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.3609286Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3619502580/b636/_pkg_.a
2025-08-20T21:20:43.3611372Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catanomalydetectorcolumn=/tmp/go-build3619502580/b430/_pkg_.a
2025-08-20T21:20:43.3616352Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3619502580/b641/_pkg_.a
2025-08-20T21:20:43.3617686Z [00:03:36.695]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.3618549Z [00:03:36.695]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.3619368Z [00:03:36.695]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.3620189Z [00:03:36.695]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.3620995Z [00:03:36.695]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.3621748Z [00:03:36.695]➜  EOF
2025-08-20T21:20:43.3626829Z [00:03:36.695]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b647/_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/b647=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/mljobs -lang=go1.21 -complete -installsuffix shared -buildid NMbOetPj0mPrCPOBUclg/NMbOetPj0mPrCPOBUclg -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/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:20:43.3631506Z [00:03:36.696]➜  go tool buildid -w $WORK/b643/_pkg_.a # internal
2025-08-20T21:20:43.3632762Z [00:03:36.698]➜  cp $WORK/b643/_pkg_.a /root/.cache/go-build/6f/6fe6a3658e87ef3609bb1540644a2b7f3d3ed865dbd7552300f7d953657e44b6-d # internal
2025-08-20T21:20:43.3634030Z [00:03:36.698]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/mltrainedmodels
2025-08-20T21:20:43.3634821Z [00:03:36.698]➜  mkdir -p $WORK/b648/
2025-08-20T21:20:43.3635593Z [00:03:36.699]➜  cat >/tmp/go-build3619502580/b648/importcfg << 'EOF' # internal
2025-08-20T21:20:43.3636306Z [00:03:36.699]➜  # import config
2025-08-20T21:20:43.3636947Z [00:03:36.699]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.3637766Z [00:03:36.699]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.3638623Z [00:03:36.699]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.3639395Z [00:03:36.699]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.3640568Z [00:03:36.699]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.3643800Z [00:03:36.699]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.3646035Z [00:03:36.699]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3619502580/b636/_pkg_.a
2025-08-20T21:20:43.3647918Z [00:03:36.699]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattrainedmodelscolumn=/tmp/go-build3619502580/b434/_pkg_.a
2025-08-20T21:20:43.3649998Z [00:03:36.699]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3619502580/b641/_pkg_.a
2025-08-20T21:20:43.3651592Z [00:03:36.699]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.3652416Z [00:03:36.699]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.3653245Z [00:03:36.699]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.3654078Z [00:03:36.699]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.3654921Z [00:03:36.699]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.3655525Z [00:03:36.699]➜  EOF
2025-08-20T21:20:43.3661375Z [00:03:36.699]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b648/_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/b648=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/mltrainedmodels -lang=go1.21 -complete -installsuffix shared -buildid xYWHY6EkldMPBSNv-iNi/xYWHY6EkldMPBSNv-iNi -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/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:20:43.3707205Z [00:03:36.708]➜  go tool buildid -w $WORK/b645/_pkg_.a # internal
2025-08-20T21:20:43.3716291Z [00:03:36.710]➜  cp $WORK/b645/_pkg_.a /root/.cache/go-build/f1/f1608358e60abeac96ae3a489cf75a27014305fa9bced30645c1cdb8c1427e9a-d # internal
2025-08-20T21:20:43.3717602Z [00:03:36.710]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodeattrs
2025-08-20T21:20:43.3718301Z [00:03:36.710]➜  mkdir -p $WORK/b649/
2025-08-20T21:20:43.3719184Z [00:03:36.710]➜  cat >/tmp/go-build3619502580/b649/importcfg << 'EOF' # internal
2025-08-20T21:20:43.3719853Z [00:03:36.711]➜  # import config
2025-08-20T21:20:43.3720498Z [00:03:36.711]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.3721492Z [00:03:36.711]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.3722347Z [00:03:36.711]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.3723119Z [00:03:36.711]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.3724303Z [00:03:36.711]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.3725793Z [00:03:36.711]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.3726850Z [00:03:36.711]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.3727620Z [00:03:36.711]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.3728437Z [00:03:36.711]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.3729223Z [00:03:36.711]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.3730031Z [00:03:36.711]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.3730618Z [00:03:36.711]➜  EOF
2025-08-20T21:20:43.3736749Z [00:03:36.711]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b649/_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/b649=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodeattrs -lang=go1.21 -complete -installsuffix shared -buildid Ve9Az91S24rBvLtO80WC/Ve9Az91S24rBvLtO80WC -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/nodeattrs/nodeattrs.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/nodeattrs/response.go
2025-08-20T21:20:43.4742877Z [00:03:36.813]➜  go tool buildid -w $WORK/b646/_pkg_.a # internal
2025-08-20T21:20:43.4752878Z [00:03:36.814]➜  go tool buildid -w $WORK/b648/_pkg_.a # internal
2025-08-20T21:20:43.4765010Z [00:03:36.815]➜  cp $WORK/b646/_pkg_.a /root/.cache/go-build/83/83d6fefd14e9f04a3a82d4479955aa5665df60dc10b975d578cbc7536fb7941d-d # internal
2025-08-20T21:20:43.4791636Z [00:03:36.816]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodes
2025-08-20T21:20:43.4792365Z [00:03:36.816]➜  mkdir -p $WORK/b650/
2025-08-20T21:20:43.4793506Z [00:03:36.816]➜  cp $WORK/b648/_pkg_.a /root/.cache/go-build/f9/f9195edcfe849cf28468ca55984c1f7470df14a546b245c5e286820b9510c121-d # internal
2025-08-20T21:20:43.4794756Z [00:03:36.817]➜  cat >/tmp/go-build3619502580/b650/importcfg << 'EOF' # internal
2025-08-20T21:20:43.4795406Z [00:03:36.817]➜  # import config
2025-08-20T21:20:43.4796256Z [00:03:36.817]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.4797127Z [00:03:36.817]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.4798033Z [00:03:36.817]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.4798798Z [00:03:36.817]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.4799997Z [00:03:36.817]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.4807502Z [00:03:36.817]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.4809111Z [00:03:36.817]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3619502580/b636/_pkg_.a
2025-08-20T21:20:43.4810745Z [00:03:36.817]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3619502580/b641/_pkg_.a
2025-08-20T21:20:43.4813548Z [00:03:36.817]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.4814376Z [00:03:36.817]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.4815190Z [00:03:36.817]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.4816000Z [00:03:36.817]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.4816791Z [00:03:36.817]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.4817389Z [00:03:36.817]➜  EOF
2025-08-20T21:20:43.4822414Z [00:03:36.817]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b650/_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/b650=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodes -lang=go1.21 -complete -installsuffix shared -buildid xuTBaEd_lX88xYAhN7br/xuTBaEd_lX88xYAhN7br -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/nodes/nodes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/nodes/response.go
2025-08-20T21:20:43.4826585Z [00:03:36.817]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/pendingtasks
2025-08-20T21:20:43.4827275Z [00:03:36.817]➜  mkdir -p $WORK/b651/
2025-08-20T21:20:43.4827911Z [00:03:36.817]➜  cat >/tmp/go-build3619502580/b651/importcfg << 'EOF' # internal
2025-08-20T21:20:43.4828527Z [00:03:36.817]➜  # import config
2025-08-20T21:20:43.4829148Z [00:03:36.817]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.4829976Z [00:03:36.817]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.4830775Z [00:03:36.817]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.4831809Z [00:03:36.817]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.4833466Z [00:03:36.817]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.4835127Z [00:03:36.817]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.4837325Z [00:03:36.817]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3619502580/b641/_pkg_.a
2025-08-20T21:20:43.4838847Z [00:03:36.817]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.4841925Z [00:03:36.817]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.4842722Z [00:03:36.817]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.4843501Z [00:03:36.817]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.4844230Z [00:03:36.817]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.4844768Z [00:03:36.817]➜  EOF
2025-08-20T21:20:43.4850492Z [00:03:36.817]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b651/_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/b651=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/pendingtasks -lang=go1.21 -complete -installsuffix shared -buildid ZpzwJEeDCdB_F2Gq040w/ZpzwJEeDCdB_F2Gq040w -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/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:20:43.4855568Z [00:03:36.823]➜  go tool buildid -w $WORK/b647/_pkg_.a # internal
2025-08-20T21:20:43.4857244Z [00:03:36.825]➜  cp $WORK/b647/_pkg_.a /root/.cache/go-build/2b/2b78619afb4c030806bff0233ed5d8b4bc2e79f8e870284500c0a3a849517daa-d # internal
2025-08-20T21:20:43.4859041Z [00:03:36.825]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/plugins
2025-08-20T21:20:43.4860122Z [00:03:36.825]➜  mkdir -p $WORK/b652/
2025-08-20T21:20:43.4864838Z [00:03:36.826]➜  cat >/tmp/go-build3619502580/b652/importcfg << 'EOF' # internal
2025-08-20T21:20:43.4866215Z [00:03:36.826]➜  # import config
2025-08-20T21:20:43.4867058Z [00:03:36.826]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.4868360Z [00:03:36.826]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.4869712Z [00:03:36.826]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.4870717Z [00:03:36.826]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.4872521Z [00:03:36.826]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.4874840Z [00:03:36.826]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.4875933Z [00:03:36.826]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.4876729Z [00:03:36.826]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.4877566Z [00:03:36.826]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.4881846Z [00:03:36.826]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.4882706Z [00:03:36.826]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.4883327Z [00:03:36.826]➜  EOF
2025-08-20T21:20:43.4888373Z [00:03:36.826]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b652/_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/b652=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/plugins -lang=go1.21 -complete -installsuffix shared -buildid v5JyA5BKfdss_BuFhID4/v5JyA5BKfdss_BuFhID4 -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/plugins/plugins.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/plugins/response.go
2025-08-20T21:20:43.4906781Z [00:03:36.830]➜  go tool buildid -w $WORK/b649/_pkg_.a # internal
2025-08-20T21:20:43.4923832Z [00:03:36.831]➜  cp $WORK/b649/_pkg_.a /root/.cache/go-build/f6/f6d6e109ed1ab2e719bc4509f7ddebb6f8b4401fd7a64e4572af6429aa2ed8b2-d # internal
2025-08-20T21:20:43.4925446Z [00:03:36.832]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/recovery
2025-08-20T21:20:43.4927692Z [00:03:36.832]➜  mkdir -p $WORK/b653/
2025-08-20T21:20:43.4935251Z [00:03:36.832]➜  cat >/tmp/go-build3619502580/b653/importcfg << 'EOF' # internal
2025-08-20T21:20:43.4937497Z [00:03:36.833]➜  # import config
2025-08-20T21:20:43.4938164Z [00:03:36.833]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.4939232Z [00:03:36.833]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.4940103Z [00:03:36.833]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.4940920Z [00:03:36.833]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.4942368Z [00:03:36.833]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.4943924Z [00:03:36.833]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.4945499Z [00:03:36.833]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3619502580/b636/_pkg_.a
2025-08-20T21:20:43.4947168Z [00:03:36.833]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3619502580/b641/_pkg_.a
2025-08-20T21:20:43.4948349Z [00:03:36.833]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.4949299Z [00:03:36.833]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.4950178Z [00:03:36.833]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.4951018Z [00:03:36.833]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.4952028Z [00:03:36.833]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.4952646Z [00:03:36.833]➜  EOF
2025-08-20T21:20:43.4957626Z [00:03:36.833]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b653/_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/b653=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/recovery -lang=go1.21 -complete -installsuffix shared -buildid Jk8Xy60vUuit_NChic4v/Jk8Xy60vUuit_NChic4v -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/recovery/recovery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/recovery/response.go
2025-08-20T21:20:43.5913701Z [00:03:36.929]➜  go tool buildid -w $WORK/b651/_pkg_.a # internal
2025-08-20T21:20:43.5914629Z [00:03:36.929]➜  go tool buildid -w $WORK/b652/_pkg_.a # internal
2025-08-20T21:20:43.5929551Z [00:03:36.932]➜  cp $WORK/b651/_pkg_.a /root/.cache/go-build/94/94b38d1b49c5e424b993936ac6c91ad2c4caec2585c6aaa964a637845443231b-d # internal
2025-08-20T21:20:43.5957299Z [00:03:36.935]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/repositories
2025-08-20T21:20:43.5963130Z [00:03:36.935]➜  cp $WORK/b652/_pkg_.a /root/.cache/go-build/7c/7cca245cbd4bf93015dedc5e27f1ee231863fb335595b26c21f0b86f954e3ac0-d # internal
2025-08-20T21:20:43.5988058Z [00:03:36.936]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/segments
2025-08-20T21:20:43.5988794Z [00:03:36.936]➜  mkdir -p $WORK/b655/
2025-08-20T21:20:43.6000697Z [00:03:36.938]➜  cat >/tmp/go-build3619502580/b655/importcfg << 'EOF' # internal
2025-08-20T21:20:43.6008150Z [00:03:36.938]➜  # import config
2025-08-20T21:20:43.6008847Z [00:03:36.938]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.6009734Z [00:03:36.938]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.6010730Z [00:03:36.938]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.6011709Z [00:03:36.938]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.6012911Z [00:03:36.938]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.6014414Z [00:03:36.939]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.6015980Z [00:03:36.939]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3619502580/b636/_pkg_.a
2025-08-20T21:20:43.6017268Z [00:03:36.939]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.6017975Z [00:03:36.939]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.6018703Z [00:03:36.940]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.6019428Z [00:03:36.940]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.6020189Z [00:03:36.940]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.6020778Z [00:03:36.940]➜  EOF
2025-08-20T21:20:43.6025975Z [00:03:36.940]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b655/_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/b655=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/segments -lang=go1.21 -complete -installsuffix shared -buildid Ip1hQ_LxOKkNHp-CicPh/Ip1hQ_LxOKkNHp-CicPh -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/segments/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/segments/segments.go
2025-08-20T21:20:43.6032072Z [00:03:36.940]➜  mkdir -p $WORK/b654/
2025-08-20T21:20:43.6032753Z [00:03:36.940]➜  cat >/tmp/go-build3619502580/b654/importcfg << 'EOF' # internal
2025-08-20T21:20:43.6033358Z [00:03:36.940]➜  # import config
2025-08-20T21:20:43.6033941Z [00:03:36.940]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.6034766Z [00:03:36.940]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.6035536Z [00:03:36.940]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.6036238Z [00:03:36.940]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.6037341Z [00:03:36.940]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.6038862Z [00:03:36.940]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.6039904Z [00:03:36.940]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.6040809Z [00:03:36.940]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.6041851Z [00:03:36.940]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.6042675Z [00:03:36.940]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.6043430Z [00:03:36.940]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.6051418Z [00:03:36.940]➜  EOF
2025-08-20T21:20:43.6065345Z [00:03:36.940]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b654/_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/b654=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/repositories -lang=go1.21 -complete -installsuffix shared -buildid yM6rgpZpfdYR3AZogiS4/yM6rgpZpfdYR3AZogiS4 -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/repositories/repositories.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/repositories/response.go
2025-08-20T21:20:43.6070348Z [00:03:36.944]➜  go tool buildid -w $WORK/b650/_pkg_.a # internal
2025-08-20T21:20:43.6071826Z [00:03:36.944]➜  cp $WORK/b650/_pkg_.a /root/.cache/go-build/45/45aa8d7ee9312d1cf77ceb36e6c107ad1694cca98461a4b421f4444eed9146f6-d # internal
2025-08-20T21:20:43.6073084Z [00:03:36.944]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/shards
2025-08-20T21:20:43.6073809Z [00:03:36.944]➜  mkdir -p $WORK/b656/
2025-08-20T21:20:43.6074689Z [00:03:36.946]➜  cat >/tmp/go-build3619502580/b656/importcfg << 'EOF' # internal
2025-08-20T21:20:43.6075423Z [00:03:36.946]➜  # import config
2025-08-20T21:20:43.6076223Z [00:03:36.946]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.6077128Z [00:03:36.946]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.6078015Z [00:03:36.946]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.6078792Z [00:03:36.946]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.6079969Z [00:03:36.946]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.6081640Z [00:03:36.946]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.6083277Z [00:03:36.946]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3619502580/b636/_pkg_.a
2025-08-20T21:20:43.6084984Z [00:03:36.946]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3619502580/b641/_pkg_.a
2025-08-20T21:20:43.6086148Z [00:03:36.946]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.6086960Z [00:03:36.946]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.6087814Z [00:03:36.946]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.6088629Z [00:03:36.946]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.6090053Z [00:03:36.946]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.6090649Z [00:03:36.946]➜  EOF
2025-08-20T21:20:43.6108043Z [00:03:36.946]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b656/_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/b656=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/shards -lang=go1.21 -complete -installsuffix shared -buildid qfXTjSFdzqJc04YmvHTg/qfXTjSFdzqJc04YmvHTg -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/shards/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/shards/shards.go
2025-08-20T21:20:43.6112983Z [00:03:36.950]➜  go tool buildid -w $WORK/b653/_pkg_.a # internal
2025-08-20T21:20:43.6125640Z [00:03:36.952]➜  cp $WORK/b653/_pkg_.a /root/.cache/go-build/be/be5be5a1cea11d106540b529714a6be389538e4a1301f204950dddfaa32f2832-d # internal
2025-08-20T21:20:43.6128852Z [00:03:36.952]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/snapshots
2025-08-20T21:20:43.6131014Z [00:03:36.952]➜  mkdir -p $WORK/b657/
2025-08-20T21:20:43.6134679Z [00:03:36.953]➜  cat >/tmp/go-build3619502580/b657/importcfg << 'EOF' # internal
2025-08-20T21:20:43.6137727Z [00:03:36.953]➜  # import config
2025-08-20T21:20:43.6139747Z [00:03:36.953]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.6142234Z [00:03:36.954]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.6144518Z [00:03:36.954]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.6146617Z [00:03:36.954]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.6149128Z [00:03:36.954]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.6153828Z [00:03:36.954]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.6155432Z [00:03:36.954]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3619502580/b641/_pkg_.a
2025-08-20T21:20:43.6156609Z [00:03:36.954]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.6157383Z [00:03:36.954]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.6158385Z [00:03:36.954]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.6159178Z [00:03:36.954]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.6159953Z [00:03:36.955]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.6160532Z [00:03:36.955]➜  EOF
2025-08-20T21:20:43.6165762Z [00:03:36.955]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b657/_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/b657=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/snapshots -lang=go1.21 -complete -installsuffix shared -buildid qmlI0A-DZJrtBdZnnonH/qmlI0A-DZJrtBdZnnonH -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/snapshots/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/snapshots/snapshots.go
2025-08-20T21:20:43.7050069Z [00:03:37.044]➜  go tool buildid -w $WORK/b654/_pkg_.a # internal
2025-08-20T21:20:43.7066942Z [00:03:37.046]➜  cp $WORK/b654/_pkg_.a /root/.cache/go-build/b2/b23a0c398e690a89560c4f9c346ffad47ffee0ecf36541064aa30923152fd50b-d # internal
2025-08-20T21:20:43.7082533Z [00:03:37.047]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/tasks
2025-08-20T21:20:43.7083301Z [00:03:37.047]➜  mkdir -p $WORK/b658/
2025-08-20T21:20:43.7112957Z [00:03:37.050]➜  cat >/tmp/go-build3619502580/b658/importcfg << 'EOF' # internal
2025-08-20T21:20:43.7113857Z [00:03:37.050]➜  # import config
2025-08-20T21:20:43.7114675Z [00:03:37.050]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.7115677Z [00:03:37.050]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.7116638Z [00:03:37.050]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.7117546Z [00:03:37.050]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.7119155Z [00:03:37.050]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.7120933Z [00:03:37.050]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.7123077Z [00:03:37.050]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3619502580/b641/_pkg_.a
2025-08-20T21:20:43.7124418Z [00:03:37.050]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.7125351Z [00:03:37.050]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.7126310Z [00:03:37.050]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.7127317Z [00:03:37.050]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.7128434Z [00:03:37.050]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.7129272Z [00:03:37.050]➜  EOF
2025-08-20T21:20:43.7134682Z [00:03:37.050]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b658/_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/b658=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/tasks -lang=go1.21 -complete -installsuffix shared -buildid BxY-8Nh4C-APNV28P4GF/BxY-8Nh4C-APNV28P4GF -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/tasks/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/tasks/tasks.go
2025-08-20T21:20:43.7245204Z [00:03:37.064]➜  go tool buildid -w $WORK/b656/_pkg_.a # internal
2025-08-20T21:20:43.7252940Z [00:03:37.065]➜  go tool buildid -w $WORK/b655/_pkg_.a # internal
2025-08-20T21:20:43.7274317Z [00:03:37.067]➜  cp $WORK/b656/_pkg_.a /root/.cache/go-build/5e/5e693c055242dd60908208df206fc04c7684e5a88926a90c00c07a5192b2374e-d # internal
2025-08-20T21:20:43.7278732Z [00:03:37.067]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/templates
2025-08-20T21:20:43.7279677Z [00:03:37.067]➜  mkdir -p $WORK/b659/
2025-08-20T21:20:43.7280650Z [00:03:37.067]➜  cat >/tmp/go-build3619502580/b659/importcfg << 'EOF' # internal
2025-08-20T21:20:43.7282184Z [00:03:37.067]➜  # import config
2025-08-20T21:20:43.7283101Z [00:03:37.067]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.7284188Z [00:03:37.067]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.7285429Z [00:03:37.067]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.7288263Z [00:03:37.067]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.7299790Z [00:03:37.067]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.7314323Z [00:03:37.067]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.7315558Z [00:03:37.067]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.7316385Z [00:03:37.067]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.7317235Z [00:03:37.067]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.7318079Z [00:03:37.067]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.7318933Z [00:03:37.067]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.7319562Z [00:03:37.067]➜  EOF
2025-08-20T21:20:43.7336982Z [00:03:37.067]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b659/_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/b659=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/templates -lang=go1.21 -complete -installsuffix shared -buildid WlXoB0qSRTRoSNhFRgvG/WlXoB0qSRTRoSNhFRgvG -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/templates/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/templates/templates.go
2025-08-20T21:20:43.7355246Z [00:03:37.067]➜  cp $WORK/b655/_pkg_.a /root/.cache/go-build/d8/d805ac6a2162cc6127ce9fdabf20595eee7d3c74f8157bff00c29ddaff1a6411-d # internal
2025-08-20T21:20:43.7356561Z [00:03:37.070]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/threadpool
2025-08-20T21:20:43.7357248Z [00:03:37.070]➜  mkdir -p $WORK/b660/
2025-08-20T21:20:43.7357924Z [00:03:37.070]➜  cat >/tmp/go-build3619502580/b660/importcfg << 'EOF' # internal
2025-08-20T21:20:43.7358552Z [00:03:37.070]➜  # import config
2025-08-20T21:20:43.7359207Z [00:03:37.070]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.7360098Z [00:03:37.070]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.7360924Z [00:03:37.070]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.7369651Z [00:03:37.070]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.7370868Z [00:03:37.070]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.7372556Z [00:03:37.070]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.7374130Z [00:03:37.070]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3619502580/b641/_pkg_.a
2025-08-20T21:20:43.7375291Z [00:03:37.070]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.7376061Z [00:03:37.070]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.7377075Z [00:03:37.070]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.7377868Z [00:03:37.070]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.7378641Z [00:03:37.070]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.7379223Z [00:03:37.070]➜  EOF
2025-08-20T21:20:43.7379730Z [00:03:37.072]➜  go tool buildid -w $WORK/b657/_pkg_.a # internal
2025-08-20T21:20:43.7385225Z [00:03:37.072]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b660/_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/b660=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/threadpool -lang=go1.21 -complete -installsuffix shared -buildid vRzrWaJdyDFuvCUoICAU/vRzrWaJdyDFuvCUoICAU -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/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:20:43.7390568Z [00:03:37.073]➜  cp $WORK/b657/_pkg_.a /root/.cache/go-build/9e/9ef2ee0ecb98f22c2b0ff2cb8250da37f320506519f026e1aa47d23a020d2ca1-d # internal
2025-08-20T21:20:43.7392004Z [00:03:37.074]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/transforms
2025-08-20T21:20:43.7392689Z [00:03:37.076]➜  mkdir -p $WORK/b661/
2025-08-20T21:20:43.7393360Z [00:03:37.076]➜  cat >/tmp/go-build3619502580/b661/importcfg << 'EOF' # internal
2025-08-20T21:20:43.7393981Z [00:03:37.076]➜  # import config
2025-08-20T21:20:43.7394600Z [00:03:37.076]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.7395424Z [00:03:37.076]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.7396232Z [00:03:37.076]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.7396990Z [00:03:37.076]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.7398296Z [00:03:37.076]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.7399781Z [00:03:37.076]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.7401682Z [00:03:37.076]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattransformcolumn=/tmp/go-build3619502580/b435/_pkg_.a
2025-08-20T21:20:43.7403443Z [00:03:37.076]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3619502580/b641/_pkg_.a
2025-08-20T21:20:43.7404632Z [00:03:37.076]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.7405414Z [00:03:37.076]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.7406224Z [00:03:37.076]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.7407044Z [00:03:37.076]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.7407867Z [00:03:37.076]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.7408464Z [00:03:37.076]➜  EOF
2025-08-20T21:20:43.7413870Z [00:03:37.076]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b661/_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/b661=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/transforms -lang=go1.21 -complete -installsuffix shared -buildid feLo0TnMLK82rEhPQgE3/feLo0TnMLK82rEhPQgE3 -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/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:20:43.8242859Z [00:03:37.163]➜  go tool buildid -w $WORK/b658/_pkg_.a # internal
2025-08-20T21:20:43.8266999Z [00:03:37.166]➜  cp $WORK/b658/_pkg_.a /root/.cache/go-build/a9/a90326d74c2fff815feac20c04e61712c6ec19b9df1a1ac94a4d8c9dfdad2738-d # internal
2025-08-20T21:20:43.8309319Z [00:03:37.170]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/deleteautofollowpattern
2025-08-20T21:20:43.8315321Z [00:03:37.170]➜  mkdir -p $WORK/b662/
2025-08-20T21:20:43.8316068Z [00:03:37.170]➜  cat >/tmp/go-build3619502580/b662/importcfg << 'EOF' # internal
2025-08-20T21:20:43.8316755Z [00:03:37.170]➜  # import config
2025-08-20T21:20:43.8317438Z [00:03:37.171]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.8318327Z [00:03:37.171]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.8319191Z [00:03:37.171]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.8324539Z [00:03:37.171]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.8325829Z [00:03:37.171]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.8327376Z [00:03:37.171]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.8328566Z [00:03:37.171]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.8329401Z [00:03:37.171]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.8330222Z [00:03:37.171]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.8331039Z [00:03:37.171]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.8347453Z [00:03:37.171]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.8348109Z [00:03:37.171]➜  EOF
2025-08-20T21:20:43.8354378Z [00:03:37.171]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b662/_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/b662=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/deleteautofollowpattern -lang=go1.21 -complete -installsuffix shared -buildid D_dd-z9J8-USl9-HO_Av/D_dd-z9J8-USl9-HO_Av -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/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:20:43.8360206Z [00:03:37.174]➜  go tool buildid -w $WORK/b661/_pkg_.a # internal
2025-08-20T21:20:43.8362802Z [00:03:37.175]➜  cp $WORK/b661/_pkg_.a /root/.cache/go-build/70/700bf3297be789001de347ab22437daf98e2d23b2f75f0467e1821f70b04a989-d # internal
2025-08-20T21:20:43.8365244Z [00:03:37.176]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/follow
2025-08-20T21:20:43.8367022Z [00:03:37.176]➜  mkdir -p $WORK/b663/
2025-08-20T21:20:43.8388052Z [00:03:37.176]➜  cat >/tmp/go-build3619502580/b663/importcfg << 'EOF' # internal
2025-08-20T21:20:43.8388799Z [00:03:37.176]➜  # import config
2025-08-20T21:20:43.8389504Z [00:03:37.176]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:43.8390409Z [00:03:37.176]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.8391584Z [00:03:37.176]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.8392539Z [00:03:37.176]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.8393410Z [00:03:37.176]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.8394674Z [00:03:37.176]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.8396444Z [00:03:37.176]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.8397817Z [00:03:37.176]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.8398709Z [00:03:37.176]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.8399616Z [00:03:37.176]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.8400526Z [00:03:37.177]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.8406935Z [00:03:37.177]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.8407626Z [00:03:37.177]➜  EOF
2025-08-20T21:20:43.8413415Z [00:03:37.180]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b663/_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/b663=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/follow -lang=go1.21 -complete -installsuffix shared -buildid 085ALjfa1LGmx8wZu5zB/085ALjfa1LGmx8wZu5zB -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/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:20:43.8483054Z [00:03:37.187]➜  go tool buildid -w $WORK/b659/_pkg_.a # internal
2025-08-20T21:20:43.8504942Z [00:03:37.190]➜  cp $WORK/b659/_pkg_.a /root/.cache/go-build/4e/4eb45e89c87d2930efb2da96aed9ba9786cdb86b39e0614a4c1e958f928b2b51-d # internal
2025-08-20T21:20:43.8522612Z [00:03:37.192]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followinfo
2025-08-20T21:20:43.8526996Z [00:03:37.192]➜  mkdir -p $WORK/b664/
2025-08-20T21:20:43.8530540Z [00:03:37.192]➜  cat >/tmp/go-build3619502580/b664/importcfg << 'EOF' # internal
2025-08-20T21:20:43.8538427Z [00:03:37.193]➜  # import config
2025-08-20T21:20:43.8539093Z [00:03:37.193]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.8540130Z [00:03:37.193]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.8542996Z [00:03:37.193]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.8545279Z [00:03:37.193]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.8547190Z [00:03:37.193]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.8548688Z [00:03:37.193]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.8549775Z [00:03:37.193]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.8550627Z [00:03:37.193]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.8551627Z [00:03:37.194]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.8552489Z [00:03:37.194]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.8553286Z [00:03:37.194]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.8553854Z [00:03:37.194]➜  EOF
2025-08-20T21:20:43.8559005Z [00:03:37.194]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b664/_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/b664=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followinfo -lang=go1.21 -complete -installsuffix shared -buildid 8RSg0VLjq_BCEVs12O9o/8RSg0VLjq_BCEVs12O9o -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/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:20:43.8703874Z [00:03:37.209]➜  go tool buildid -w $WORK/b660/_pkg_.a # internal
2025-08-20T21:20:43.8722741Z [00:03:37.211]➜  cp $WORK/b660/_pkg_.a /root/.cache/go-build/ae/ae32e12fc80f4e45004f3d183b6e5f3fa934edac05dc904ef567107aef6b70fe-d # internal
2025-08-20T21:20:43.8728050Z [00:03:37.212]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followstats
2025-08-20T21:20:43.8730932Z [00:03:37.212]➜  mkdir -p $WORK/b665/
2025-08-20T21:20:43.8738781Z [00:03:37.213]➜  cat >/tmp/go-build3619502580/b665/importcfg << 'EOF' # internal
2025-08-20T21:20:43.8750062Z [00:03:37.213]➜  # import config
2025-08-20T21:20:43.8750719Z [00:03:37.213]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.8751847Z [00:03:37.213]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.8752715Z [00:03:37.213]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.8753474Z [00:03:37.213]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.8754664Z [00:03:37.213]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.8756142Z [00:03:37.213]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.8757188Z [00:03:37.213]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.8757959Z [00:03:37.213]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.8758764Z [00:03:37.213]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.8759542Z [00:03:37.213]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.8760320Z [00:03:37.213]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.8760886Z [00:03:37.213]➜  EOF
2025-08-20T21:20:43.8766288Z [00:03:37.213]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b665/_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/b665=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followstats -lang=go1.21 -complete -installsuffix shared -buildid r1eSaKtbfSMDcqYHNDUz/r1eSaKtbfSMDcqYHNDUz -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/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:20:43.9583527Z [00:03:37.297]➜  go tool buildid -w $WORK/b664/_pkg_.a # internal
2025-08-20T21:20:43.9600804Z [00:03:37.299]➜  cp $WORK/b664/_pkg_.a /root/.cache/go-build/77/77b44158fa367484442bce0d5cc33942a2bc54ebb65279ae9c639a4463e166fb-d # internal
2025-08-20T21:20:43.9609076Z [00:03:37.300]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/forgetfollower
2025-08-20T21:20:43.9615244Z [00:03:37.301]➜  mkdir -p $WORK/b666/
2025-08-20T21:20:43.9622167Z [00:03:37.301]➜  go tool buildid -w $WORK/b662/_pkg_.a # internal
2025-08-20T21:20:43.9629039Z [00:03:37.302]➜  cat >/tmp/go-build3619502580/b666/importcfg << 'EOF' # internal
2025-08-20T21:20:43.9630533Z [00:03:37.302]➜  # import config
2025-08-20T21:20:43.9633254Z [00:03:37.302]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:43.9634589Z [00:03:37.302]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.9638546Z [00:03:37.302]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.9639425Z [00:03:37.302]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.9640222Z [00:03:37.302]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.9641560Z [00:03:37.302]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.9643146Z [00:03:37.302]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.9644373Z [00:03:37.302]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.9645141Z [00:03:37.302]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.9645934Z [00:03:37.302]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.9646713Z [00:03:37.302]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.9647468Z [00:03:37.302]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.9648059Z [00:03:37.302]➜  EOF
2025-08-20T21:20:43.9658169Z [00:03:37.302]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b666/_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/b666=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/forgetfollower -lang=go1.21 -complete -installsuffix shared -buildid OwP9_zRIl99EdeQbxNpK/OwP9_zRIl99EdeQbxNpK -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/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:20:43.9666528Z [00:03:37.305]➜  cp $WORK/b662/_pkg_.a /root/.cache/go-build/e3/e30972287c652f9e8d4a2e9df1e284b1fe0d2ea3086b1a87eb5987f967f6b0b0-d # internal
2025-08-20T21:20:43.9675077Z [00:03:37.307]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/getautofollowpattern
2025-08-20T21:20:43.9678129Z [00:03:37.307]➜  mkdir -p $WORK/b667/
2025-08-20T21:20:43.9697088Z [00:03:37.309]➜  cat >/tmp/go-build3619502580/b667/importcfg << 'EOF' # internal
2025-08-20T21:20:43.9705364Z [00:03:37.309]➜  # import config
2025-08-20T21:20:43.9706050Z [00:03:37.309]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.9707108Z [00:03:37.309]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.9707951Z [00:03:37.309]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.9708715Z [00:03:37.309]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.9710041Z [00:03:37.309]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.9711782Z [00:03:37.309]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.9712901Z [00:03:37.309]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.9713706Z [00:03:37.309]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.9714547Z [00:03:37.309]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.9715390Z [00:03:37.309]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.9716224Z [00:03:37.309]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.9716836Z [00:03:37.309]➜  EOF
2025-08-20T21:20:43.9732192Z [00:03:37.312]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b667/_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/b667=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/getautofollowpattern -lang=go1.21 -complete -installsuffix shared -buildid WYUcREK4EeHrKQ4TwZ3b/WYUcREK4EeHrKQ4TwZ3b -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/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:20:43.9761527Z [00:03:37.315]➜  go tool buildid -w $WORK/b663/_pkg_.a # internal
2025-08-20T21:20:43.9782479Z [00:03:37.317]➜  cp $WORK/b663/_pkg_.a /root/.cache/go-build/18/18405d2f44fdf4afcea38e3b1a660e02726a523d8f98e0e23e0f4c9b7d4fecab-d # internal
2025-08-20T21:20:43.9797092Z [00:03:37.317]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pauseautofollowpattern
2025-08-20T21:20:43.9797932Z [00:03:37.318]➜  mkdir -p $WORK/b668/
2025-08-20T21:20:43.9798635Z [00:03:37.318]➜  cat >/tmp/go-build3619502580/b668/importcfg << 'EOF' # internal
2025-08-20T21:20:43.9799272Z [00:03:37.318]➜  # import config
2025-08-20T21:20:43.9799891Z [00:03:37.318]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.9800722Z [00:03:37.318]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.9801666Z [00:03:37.318]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.9802420Z [00:03:37.318]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.9803610Z [00:03:37.318]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.9805068Z [00:03:37.318]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.9806370Z [00:03:37.318]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.9807334Z [00:03:37.318]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.9808430Z [00:03:37.318]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.9809363Z [00:03:37.318]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.9810283Z [00:03:37.318]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.9810996Z [00:03:37.318]➜  EOF
2025-08-20T21:20:43.9818503Z [00:03:37.318]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b668/_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/b668=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pauseautofollowpattern -lang=go1.21 -complete -installsuffix shared -buildid sFuuJlijAhw9vNx6kDSG/sFuuJlijAhw9vNx6kDSG -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/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:20:43.9888537Z [00:03:37.328]➜  go tool buildid -w $WORK/b665/_pkg_.a # internal
2025-08-20T21:20:43.9907249Z [00:03:37.330]➜  cp $WORK/b665/_pkg_.a /root/.cache/go-build/53/53bf91c5a085ebfc29fc6ff7fca78d40972c2ca2331254e7edb1829bdd44bc32-d # internal
2025-08-20T21:20:43.9916658Z [00:03:37.330]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pausefollow
2025-08-20T21:20:43.9917528Z [00:03:37.330]➜  mkdir -p $WORK/b669/
2025-08-20T21:20:43.9918233Z [00:03:37.331]➜  cat >/tmp/go-build3619502580/b669/importcfg << 'EOF' # internal
2025-08-20T21:20:43.9918859Z [00:03:37.331]➜  # import config
2025-08-20T21:20:43.9919485Z [00:03:37.331]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:43.9920324Z [00:03:37.331]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:43.9947855Z [00:03:37.331]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:43.9948769Z [00:03:37.331]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:43.9949964Z [00:03:37.331]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:43.9951575Z [00:03:37.331]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:43.9952689Z [00:03:37.331]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:43.9953620Z [00:03:37.331]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:43.9954422Z [00:03:37.331]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:43.9955196Z [00:03:37.331]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:43.9955970Z [00:03:37.331]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:43.9956544Z [00:03:37.331]➜  EOF
2025-08-20T21:20:43.9962056Z [00:03:37.331]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b669/_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/b669=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pausefollow -lang=go1.21 -complete -installsuffix shared -buildid IbiQmCKzCvm7UCH0m0CY/IbiQmCKzCvm7UCH0m0CY -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/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:20:44.0860153Z [00:03:37.425]➜  go tool buildid -w $WORK/b667/_pkg_.a # internal
2025-08-20T21:20:44.0867369Z [00:03:37.426]➜  go tool buildid -w $WORK/b666/_pkg_.a # internal
2025-08-20T21:20:44.0878609Z [00:03:37.427]➜  cp $WORK/b667/_pkg_.a /root/.cache/go-build/1a/1ad6c61938c4f082e7d3ef8cd96e1854c408f2d6e73e1324914608b669cc9d55-d # internal
2025-08-20T21:20:44.0885387Z [00:03:37.428]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/putautofollowpattern
2025-08-20T21:20:44.0888209Z [00:03:37.428]➜  mkdir -p $WORK/b670/
2025-08-20T21:20:44.0894595Z [00:03:37.429]➜  cat >/tmp/go-build3619502580/b670/importcfg << 'EOF' # internal
2025-08-20T21:20:44.0897770Z [00:03:37.429]➜  # import config
2025-08-20T21:20:44.0898531Z [00:03:37.429]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:44.0899820Z [00:03:37.429]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.0903446Z [00:03:37.429]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.0904265Z [00:03:37.429]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.0905155Z [00:03:37.429]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.0906298Z [00:03:37.429]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.0907815Z [00:03:37.429]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.0908874Z [00:03:37.429]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.0909638Z [00:03:37.429]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.0910527Z [00:03:37.429]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.0931962Z [00:03:37.429]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.0934570Z [00:03:37.429]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.0935216Z [00:03:37.429]➜  EOF
2025-08-20T21:20:44.0942043Z [00:03:37.429]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b670/_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/b670=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/putautofollowpattern -lang=go1.21 -complete -installsuffix shared -buildid 6TEBWVZEj5x3aPCA85Ul/6TEBWVZEj5x3aPCA85Ul -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/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:20:44.0948133Z [00:03:37.429]➜  go tool buildid -w $WORK/b668/_pkg_.a # internal
2025-08-20T21:20:44.0961564Z [00:03:37.430]➜  cp $WORK/b666/_pkg_.a /root/.cache/go-build/26/261aa98d77592cec8ed2a849e2af2b380d75769814432d394243ee0052d72e24-d # internal
2025-08-20T21:20:44.0963117Z [00:03:37.431]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumeautofollowpattern
2025-08-20T21:20:44.0963997Z [00:03:37.431]➜  mkdir -p $WORK/b671/
2025-08-20T21:20:44.0964755Z [00:03:37.431]➜  cat >/tmp/go-build3619502580/b671/importcfg << 'EOF' # internal
2025-08-20T21:20:44.0965438Z [00:03:37.431]➜  # import config
2025-08-20T21:20:44.0966119Z [00:03:37.431]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.0967018Z [00:03:37.431]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.0967933Z [00:03:37.431]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.0969441Z [00:03:37.431]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.0970687Z [00:03:37.431]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.0972386Z [00:03:37.431]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.0973493Z [00:03:37.431]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.0974305Z [00:03:37.431]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.0975156Z [00:03:37.431]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.0976005Z [00:03:37.431]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.0976818Z [00:03:37.431]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.0977434Z [00:03:37.431]➜  EOF
2025-08-20T21:20:44.0983668Z [00:03:37.431]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b671/_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/b671=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumeautofollowpattern -lang=go1.21 -complete -installsuffix shared -buildid nz6QkoRQET1mrVJ4zkn0/nz6QkoRQET1mrVJ4zkn0 -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/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:20:44.0989754Z [00:03:37.431]➜  cp $WORK/b668/_pkg_.a /root/.cache/go-build/5a/5a67cd54920ee8af1a5c8a4ec4c321326a8e83b367284a44f894439bfd590b98-d # internal
2025-08-20T21:20:44.0991474Z [00:03:37.431]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumefollow
2025-08-20T21:20:44.0992251Z [00:03:37.431]➜  mkdir -p $WORK/b672/
2025-08-20T21:20:44.0992964Z [00:03:37.432]➜  cat >/tmp/go-build3619502580/b672/importcfg << 'EOF' # internal
2025-08-20T21:20:44.0993638Z [00:03:37.432]➜  # import config
2025-08-20T21:20:44.0994290Z [00:03:37.432]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:44.0995157Z [00:03:37.432]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.0996053Z [00:03:37.432]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.0996928Z [00:03:37.432]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.0997752Z [00:03:37.432]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.0998982Z [00:03:37.432]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.1000701Z [00:03:37.432]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.1001992Z [00:03:37.432]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.1002811Z [00:03:37.432]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.1003656Z [00:03:37.432]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.1004498Z [00:03:37.432]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.1005325Z [00:03:37.432]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.1005940Z [00:03:37.432]➜  EOF
2025-08-20T21:20:44.1012268Z [00:03:37.432]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b672/_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/b672=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumefollow -lang=go1.21 -complete -installsuffix shared -buildid U4BpO_RwpP97rVQyPuEc/U4BpO_RwpP97rVQyPuEc -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/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:20:44.1017797Z [00:03:37.433]➜  go tool buildid -w $WORK/b669/_pkg_.a # internal
2025-08-20T21:20:44.1019084Z [00:03:37.434]➜  cp $WORK/b669/_pkg_.a /root/.cache/go-build/7b/7b7c81bd86e3f9460f5aa8fd95e7922c346ebe84b0bcf7cf9f65bf86431ed1c6-d # internal
2025-08-20T21:20:44.1020327Z [00:03:37.434]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/stats
2025-08-20T21:20:44.1020995Z [00:03:37.434]➜  mkdir -p $WORK/b673/
2025-08-20T21:20:44.1021859Z [00:03:37.435]➜  cat >/tmp/go-build3619502580/b673/importcfg << 'EOF' # internal
2025-08-20T21:20:44.1022660Z [00:03:37.435]➜  # import config
2025-08-20T21:20:44.1023298Z [00:03:37.435]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.1024156Z [00:03:37.435]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.1025097Z [00:03:37.435]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.1025863Z [00:03:37.435]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.1027047Z [00:03:37.435]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.1028509Z [00:03:37.435]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.1029587Z [00:03:37.435]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.1030376Z [00:03:37.435]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.1031484Z [00:03:37.435]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.1032383Z [00:03:37.435]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.1033189Z [00:03:37.435]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.1033790Z [00:03:37.435]➜  EOF
2025-08-20T21:20:44.1038714Z [00:03:37.435]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b673/_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/b673=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/stats -lang=go1.21 -complete -installsuffix shared -buildid owhGrC_nLjlNroUMLVl8/owhGrC_nLjlNroUMLVl8 -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/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/stats/stats.go
2025-08-20T21:20:44.2017944Z [00:03:37.541]➜  go tool buildid -w $WORK/b671/_pkg_.a # internal
2025-08-20T21:20:44.2033338Z [00:03:37.542]➜  cp $WORK/b671/_pkg_.a /root/.cache/go-build/6a/6af35b89b8667fc73b84df7f55d50e0eb12a2cfcdbe61993cf1123c597a07270-d # internal
2025-08-20T21:20:44.2039650Z [00:03:37.543]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/unfollow
2025-08-20T21:20:44.2042221Z [00:03:37.543]➜  mkdir -p $WORK/b674/
2025-08-20T21:20:44.2043001Z [00:03:37.543]➜  cat >/tmp/go-build3619502580/b674/importcfg << 'EOF' # internal
2025-08-20T21:20:44.2049944Z [00:03:37.544]➜  # import config
2025-08-20T21:20:44.2050643Z [00:03:37.544]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.2051722Z [00:03:37.544]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.2052612Z [00:03:37.544]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.2053477Z [00:03:37.544]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.2054725Z [00:03:37.544]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.2056207Z [00:03:37.544]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.2057267Z [00:03:37.544]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.2058047Z [00:03:37.544]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.2058892Z [00:03:37.544]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.2059748Z [00:03:37.544]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.2060543Z [00:03:37.544]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.2061132Z [00:03:37.544]➜  EOF
2025-08-20T21:20:44.2066316Z [00:03:37.544]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b674/_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/b674=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/unfollow -lang=go1.21 -complete -installsuffix shared -buildid hOihGr-RWn7tpQKxmnIR/hOihGr-RWn7tpQKxmnIR -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/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:20:44.2161131Z [00:03:37.555]➜  go tool buildid -w $WORK/b673/_pkg_.a # internal
2025-08-20T21:20:44.2180247Z [00:03:37.557]➜  cp $WORK/b673/_pkg_.a /root/.cache/go-build/6f/6fde3c0d791137fa01fba0385e739d12bc9003c462920d999030a6ddfcf2cd0a-d # internal
2025-08-20T21:20:44.2187466Z [00:03:37.558]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/allocationexplain
2025-08-20T21:20:44.2189393Z [00:03:37.558]➜  mkdir -p $WORK/b675/
2025-08-20T21:20:44.2198933Z [00:03:37.559]➜  cat >/tmp/go-build3619502580/b675/importcfg << 'EOF' # internal
2025-08-20T21:20:44.2199808Z [00:03:37.559]➜  # import config
2025-08-20T21:20:44.2200565Z [00:03:37.559]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:44.2203539Z [00:03:37.559]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.2204406Z [00:03:37.559]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.2205221Z [00:03:37.559]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.2205972Z [00:03:37.559]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.2207135Z [00:03:37.559]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.2208609Z [00:03:37.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.2210306Z [00:03:37.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/decision=/tmp/go-build3619502580/b458/_pkg_.a
2025-08-20T21:20:44.2212621Z [00:03:37.559]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.2213410Z [00:03:37.559]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.2214198Z [00:03:37.559]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.2214975Z [00:03:37.559]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.2215752Z [00:03:37.559]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.2216323Z [00:03:37.559]➜  EOF
2025-08-20T21:20:44.2224196Z [00:03:37.559]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b675/_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/b675=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/allocationexplain -lang=go1.21 -complete -installsuffix shared -buildid LE6YEWzlGOvQtCzOIUeI/LE6YEWzlGOvQtCzOIUeI -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/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:20:44.2242489Z [00:03:37.563]➜  go tool buildid -w $WORK/b672/_pkg_.a # internal
2025-08-20T21:20:44.2260807Z [00:03:37.565]➜  cp $WORK/b672/_pkg_.a /root/.cache/go-build/7f/7f846fc5f2640da57f03457a218dacfc322098f20488d152e1690f5058361ebf-d # internal
2025-08-20T21:20:44.2272991Z [00:03:37.565]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletecomponenttemplate
2025-08-20T21:20:44.2274142Z [00:03:37.566]➜  mkdir -p $WORK/b676/
2025-08-20T21:20:44.2274886Z [00:03:37.566]➜  cat >/tmp/go-build3619502580/b676/importcfg << 'EOF' # internal
2025-08-20T21:20:44.2275573Z [00:03:37.566]➜  # import config
2025-08-20T21:20:44.2276241Z [00:03:37.566]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.2277262Z [00:03:37.566]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.2278073Z [00:03:37.566]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.2278862Z [00:03:37.566]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.2280059Z [00:03:37.566]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.2281803Z [00:03:37.566]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.2283055Z [00:03:37.566]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.2283904Z [00:03:37.566]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.2284738Z [00:03:37.566]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.2285558Z [00:03:37.566]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.2286409Z [00:03:37.566]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.2287036Z [00:03:37.566]➜  EOF
2025-08-20T21:20:44.2293757Z [00:03:37.566]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b676/_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/b676=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletecomponenttemplate -lang=go1.21 -complete -installsuffix shared -buildid wnEw0DADLJnW013xwgEY/wnEw0DADLJnW013xwgEY -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/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:20:44.2302379Z [00:03:37.569]➜  go tool buildid -w $WORK/b670/_pkg_.a # internal
2025-08-20T21:20:44.2315981Z [00:03:37.571]➜  cp $WORK/b670/_pkg_.a /root/.cache/go-build/aa/aa1d4fa8dae1510ba3f912624b8c33425aef9c6520825908faf4944cfec2c62a-d # internal
2025-08-20T21:20:44.2319103Z [00:03:37.571]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getcomponenttemplate
2025-08-20T21:20:44.2322928Z [00:03:37.571]➜  mkdir -p $WORK/b679/
2025-08-20T21:20:44.2325593Z [00:03:37.571]➜  cat >/tmp/go-build3619502580/b679/importcfg << 'EOF' # internal
2025-08-20T21:20:44.2326263Z [00:03:37.571]➜  # import config
2025-08-20T21:20:44.2326922Z [00:03:37.571]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.2327803Z [00:03:37.571]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.2328634Z [00:03:37.571]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.2329417Z [00:03:37.571]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.2330635Z [00:03:37.571]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.2332326Z [00:03:37.571]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.2333362Z [00:03:37.571]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.2334105Z [00:03:37.571]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.2334877Z [00:03:37.571]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.2335661Z [00:03:37.571]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.2336602Z [00:03:37.571]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.2337182Z [00:03:37.571]➜  EOF
2025-08-20T21:20:44.2346796Z [00:03:37.571]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b679/_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/b679=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getcomponenttemplate -lang=go1.21 -complete -installsuffix shared -buildid coaoOwip4UjhUm6qBuhZ/coaoOwip4UjhUm6qBuhZ -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/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:20:44.3126197Z [00:03:37.652]➜  go tool buildid -w $WORK/b674/_pkg_.a # internal
2025-08-20T21:20:44.3135707Z [00:03:37.653]➜  cp $WORK/b674/_pkg_.a /root/.cache/go-build/41/41942eef854ba254b6d986a60ff9eda05f59df6018cf0fc0687233b5a43f35e6-d # internal
2025-08-20T21:20:44.3155918Z [00:03:37.655]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getsettings
2025-08-20T21:20:44.3184940Z [00:03:37.658]➜  mkdir -p $WORK/b680/
2025-08-20T21:20:44.3189005Z [00:03:37.658]➜  cat >/tmp/go-build3619502580/b680/importcfg << 'EOF' # internal
2025-08-20T21:20:44.3189694Z [00:03:37.658]➜  # import config
2025-08-20T21:20:44.3190805Z [00:03:37.658]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.3202518Z [00:03:37.658]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.3203607Z [00:03:37.658]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.3205500Z [00:03:37.658]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.3206996Z [00:03:37.658]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.3208646Z [00:03:37.658]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.3209836Z [00:03:37.658]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.3210698Z [00:03:37.658]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.3211754Z [00:03:37.658]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.3212617Z [00:03:37.658]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.3213468Z [00:03:37.658]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.3214118Z [00:03:37.658]➜  EOF
2025-08-20T21:20:44.3250471Z [00:03:37.664]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b680/_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/b680=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getsettings -lang=go1.21 -complete -installsuffix shared -buildid nHNaxXCborvzVgJWZ5zI/nHNaxXCborvzVgJWZ5zI -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/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:20:44.3350501Z [00:03:37.674]➜  go tool buildid -w $WORK/b676/_pkg_.a # internal
2025-08-20T21:20:44.3371114Z [00:03:37.676]➜  cp $WORK/b676/_pkg_.a /root/.cache/go-build/cc/ccfca19276a83025f9ce9476bf70d41107004acb7a258e476f1d6c970ad91f5c-d # internal
2025-08-20T21:20:44.3378502Z [00:03:37.677]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/health
2025-08-20T21:20:44.3379894Z [00:03:37.677]➜  mkdir -p $WORK/b681/
2025-08-20T21:20:44.3389911Z [00:03:37.678]➜  cat >/tmp/go-build3619502580/b681/importcfg << 'EOF' # internal
2025-08-20T21:20:44.3390814Z [00:03:37.678]➜  # import config
2025-08-20T21:20:44.3391968Z [00:03:37.678]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:44.3412043Z [00:03:37.678]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.3464390Z [00:03:37.678]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.3476043Z [00:03:37.678]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.3476851Z [00:03:37.678]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.3478121Z [00:03:37.678]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.3479660Z [00:03:37.678]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.3481677Z [00:03:37.678]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:44.3483567Z [00:03:37.678]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus=/tmp/go-build3619502580/b501/_pkg_.a
2025-08-20T21:20:44.3485315Z [00:03:37.678]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/level=/tmp/go-build3619502580/b682/_pkg_.a
2025-08-20T21:20:44.3486913Z [00:03:37.678]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/waitforevents=/tmp/go-build3619502580/b683/_pkg_.a
2025-08-20T21:20:44.3488159Z [00:03:37.678]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.3488958Z [00:03:37.678]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.3489833Z [00:03:37.678]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.3490689Z [00:03:37.678]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.3492084Z [00:03:37.678]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.3492723Z [00:03:37.678]➜  EOF
2025-08-20T21:20:44.3497814Z [00:03:37.681]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b681/_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/b681=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/health -lang=go1.21 -complete -installsuffix shared -buildid HSsVQ_J_33Gw0d60tRBD/HSsVQ_J_33Gw0d60tRBD -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/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:20:44.3505504Z [00:03:37.686]➜  go tool buildid -w $WORK/b675/_pkg_.a # internal
2025-08-20T21:20:44.3526299Z [00:03:37.690]➜  cp $WORK/b675/_pkg_.a /root/.cache/go-build/58/588e4433f1b29962a637a31a0ce08a6daf7529058759867734e49611b99adb39-d # internal
2025-08-20T21:20:44.3527739Z [00:03:37.690]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/info
2025-08-20T21:20:44.3528491Z [00:03:37.690]➜  mkdir -p $WORK/b684/
2025-08-20T21:20:44.3529267Z [00:03:37.690]➜  cat >/tmp/go-build3619502580/b684/importcfg << 'EOF' # internal
2025-08-20T21:20:44.3529987Z [00:03:37.690]➜  # import config
2025-08-20T21:20:44.3530687Z [00:03:37.690]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.3554951Z [00:03:37.690]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.3555871Z [00:03:37.690]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.3556676Z [00:03:37.690]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.3557929Z [00:03:37.690]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.3559679Z [00:03:37.690]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.3560780Z [00:03:37.690]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.3561976Z [00:03:37.690]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.3562815Z [00:03:37.690]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.3563635Z [00:03:37.690]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.3564436Z [00:03:37.690]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.3565035Z [00:03:37.690]➜  EOF
2025-08-20T21:20:44.3570357Z [00:03:37.690]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b684/_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/b684=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/info -lang=go1.21 -complete -installsuffix shared -buildid VRmn0d2lWH32UIu_Dizq/VRmn0d2lWH32UIu_Dizq -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/info/info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/info/response.go
2025-08-20T21:20:44.3575059Z [00:03:37.690]➜  go tool buildid -w $WORK/b679/_pkg_.a # internal
2025-08-20T21:20:44.3576323Z [00:03:37.691]➜  cp $WORK/b679/_pkg_.a /root/.cache/go-build/e3/e3e5f56c0f53a771151618d5121a4911974012d4f05aab887bc5ef8191e87da2-d # internal
2025-08-20T21:20:44.3577620Z [00:03:37.691]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/pendingtasks
2025-08-20T21:20:44.3578361Z [00:03:37.691]➜  mkdir -p $WORK/b685/
2025-08-20T21:20:44.3579054Z [00:03:37.691]➜  cat >/tmp/go-build3619502580/b685/importcfg << 'EOF' # internal
2025-08-20T21:20:44.3579718Z [00:03:37.691]➜  # import config
2025-08-20T21:20:44.3580370Z [00:03:37.691]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.3581402Z [00:03:37.691]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.3582270Z [00:03:37.691]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.3583026Z [00:03:37.691]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.3584208Z [00:03:37.691]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.3585690Z [00:03:37.691]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.3586737Z [00:03:37.691]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.3587515Z [00:03:37.691]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.3588324Z [00:03:37.691]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.3589116Z [00:03:37.691]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.3589887Z [00:03:37.691]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.3590600Z [00:03:37.691]➜  EOF
2025-08-20T21:20:44.3596247Z [00:03:37.692]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b685/_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/b685=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/pendingtasks -lang=go1.21 -complete -installsuffix shared -buildid RQm88BUDiiVN0bDYUHvE/RQm88BUDiiVN0bDYUHvE -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/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:20:44.4239123Z [00:03:37.763]➜  go tool buildid -w $WORK/b680/_pkg_.a # internal
2025-08-20T21:20:44.4262175Z [00:03:37.765]➜  cp $WORK/b680/_pkg_.a /root/.cache/go-build/d7/d79839db935ad6f4f37dfe9d50738be822613d74ecb39e575beed7c02cde0030-d # internal
2025-08-20T21:20:44.4268200Z [00:03:37.766]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putcomponenttemplate
2025-08-20T21:20:44.4269074Z [00:03:37.766]➜  mkdir -p $WORK/b687/
2025-08-20T21:20:44.4279166Z [00:03:37.767]➜  cat >/tmp/go-build3619502580/b687/importcfg << 'EOF' # internal
2025-08-20T21:20:44.4283031Z [00:03:37.767]➜  # import config
2025-08-20T21:20:44.4283738Z [00:03:37.767]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:44.4284600Z [00:03:37.767]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.4285560Z [00:03:37.767]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.4286846Z [00:03:37.767]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.4287730Z [00:03:37.767]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.4289022Z [00:03:37.767]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.4290665Z [00:03:37.767]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.4292051Z [00:03:37.767]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.4292879Z [00:03:37.767]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.4293702Z [00:03:37.767]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.4294512Z [00:03:37.767]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.4295322Z [00:03:37.767]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.4295938Z [00:03:37.767]➜  EOF
2025-08-20T21:20:44.4303560Z [00:03:37.767]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b687/_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/b687=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putcomponenttemplate -lang=go1.21 -complete -installsuffix shared -buildid VE3R98xxqNrplNX40TOz/VE3R98xxqNrplNX40TOz -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/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:20:44.4496946Z [00:03:37.789]➜  go tool buildid -w $WORK/b684/_pkg_.a # internal
2025-08-20T21:20:44.4513206Z [00:03:37.790]➜  cp $WORK/b684/_pkg_.a /root/.cache/go-build/39/39dfa06f45565313c3ecde3b53146898d993d051ca5c466c7f9f6df4da67439d-d # internal
2025-08-20T21:20:44.4518958Z [00:03:37.791]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putsettings
2025-08-20T21:20:44.4528166Z [00:03:37.791]➜  mkdir -p $WORK/b688/
2025-08-20T21:20:44.4528912Z [00:03:37.791]➜  cat >/tmp/go-build3619502580/b688/importcfg << 'EOF' # internal
2025-08-20T21:20:44.4529600Z [00:03:37.791]➜  # import config
2025-08-20T21:20:44.4530221Z [00:03:37.791]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:44.4531012Z [00:03:37.791]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.4532141Z [00:03:37.791]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.4533019Z [00:03:37.791]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.4537006Z [00:03:37.791]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.4538260Z [00:03:37.791]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.4539737Z [00:03:37.791]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.4540824Z [00:03:37.791]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.4551945Z [00:03:37.791]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.4552826Z [00:03:37.791]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.4553660Z [00:03:37.791]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.4554555Z [00:03:37.791]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.4555152Z [00:03:37.791]➜  EOF
2025-08-20T21:20:44.4561920Z [00:03:37.791]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b688/_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/b688=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putsettings -lang=go1.21 -complete -installsuffix shared -buildid Hn15yTHQTWfEvDAWmYR6/Hn15yTHQTWfEvDAWmYR6 -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/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:20:44.4689530Z [00:03:37.808]➜  go tool buildid -w $WORK/b681/_pkg_.a # internal
2025-08-20T21:20:44.4722738Z [00:03:37.811]➜  cp $WORK/b681/_pkg_.a /root/.cache/go-build/86/86c99b6cc13d85a7201eadc88f03aecf8768c9dba372a4fbaf19246199074547-d # internal
2025-08-20T21:20:44.4734070Z [00:03:37.812]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/remoteinfo
2025-08-20T21:20:44.4737231Z [00:03:37.812]➜  mkdir -p $WORK/b689/
2025-08-20T21:20:44.4737937Z [00:03:37.813]➜  cat >/tmp/go-build3619502580/b689/importcfg << 'EOF' # internal
2025-08-20T21:20:44.4738590Z [00:03:37.813]➜  # import config
2025-08-20T21:20:44.4739211Z [00:03:37.813]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:44.4739996Z [00:03:37.813]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.4740826Z [00:03:37.813]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.4742938Z [00:03:37.813]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.4743712Z [00:03:37.813]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.4744888Z [00:03:37.813]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.4746540Z [00:03:37.813]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.4747591Z [00:03:37.813]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.4748351Z [00:03:37.813]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.4749260Z [00:03:37.813]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.4750033Z [00:03:37.813]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.4750803Z [00:03:37.813]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.4751599Z [00:03:37.813]➜  EOF
2025-08-20T21:20:44.4762362Z [00:03:37.815]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b689/_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/b689=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/remoteinfo -lang=go1.21 -complete -installsuffix shared -buildid wG_DlJ3_jkNlh9ZfiACP/wG_DlJ3_jkNlh9ZfiACP -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/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:20:44.4776216Z [00:03:37.817]➜  go tool buildid -w $WORK/b685/_pkg_.a # internal
2025-08-20T21:20:44.4793226Z [00:03:37.818]➜  cp $WORK/b685/_pkg_.a /root/.cache/go-build/3d/3d3ed2188b8d0f2244e267be9ee689d1d42f9ce87602d1d4c7516360e3409485-d # internal
2025-08-20T21:20:44.4797606Z [00:03:37.819]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/reroute
2025-08-20T21:20:44.4798352Z [00:03:37.819]➜  mkdir -p $WORK/b690/
2025-08-20T21:20:44.4803968Z [00:03:37.820]➜  cat >/tmp/go-build3619502580/b690/importcfg << 'EOF' # internal
2025-08-20T21:20:44.4805375Z [00:03:37.820]➜  # import config
2025-08-20T21:20:44.4807678Z [00:03:37.820]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:44.4808766Z [00:03:37.820]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.4811929Z [00:03:37.820]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.4812793Z [00:03:37.820]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.4813558Z [00:03:37.820]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.4814698Z [00:03:37.820]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.4816162Z [00:03:37.820]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.4817209Z [00:03:37.820]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.4817968Z [00:03:37.820]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.4818768Z [00:03:37.820]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.4819502Z [00:03:37.820]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.4820272Z [00:03:37.820]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.4820856Z [00:03:37.820]➜  EOF
2025-08-20T21:20:44.4826980Z [00:03:37.820]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b690/_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/b690=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/reroute -lang=go1.21 -complete -installsuffix shared -buildid FSDQZfsPgFxHhumsUvT5/FSDQZfsPgFxHhumsUvT5 -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/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:20:44.5578671Z [00:03:37.897]➜  go tool buildid -w $WORK/b687/_pkg_.a # internal
2025-08-20T21:20:44.5632251Z [00:03:37.902]➜  cp $WORK/b687/_pkg_.a /root/.cache/go-build/4f/4f1242ee731617936a8e688825ae154cc7745fe0d69ce2822a0da2c82c7e40ab-d # internal
2025-08-20T21:20:44.5638485Z [00:03:37.903]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/state
2025-08-20T21:20:44.5641429Z [00:03:37.903]➜  mkdir -p $WORK/b691/
2025-08-20T21:20:44.5653495Z [00:03:37.904]➜  cat >/tmp/go-build3619502580/b691/importcfg << 'EOF' # internal
2025-08-20T21:20:44.5667613Z [00:03:37.904]➜  # import config
2025-08-20T21:20:44.5668340Z [00:03:37.904]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.5669244Z [00:03:37.904]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.5670157Z [00:03:37.904]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.5670966Z [00:03:37.904]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.5672344Z [00:03:37.904]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.5673891Z [00:03:37.904]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.5675487Z [00:03:37.904]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:44.5676708Z [00:03:37.904]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.5677507Z [00:03:37.904]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.5678347Z [00:03:37.904]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.5679508Z [00:03:37.904]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.5680414Z [00:03:37.904]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.5681057Z [00:03:37.904]➜  EOF
2025-08-20T21:20:44.5691388Z [00:03:37.905]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b691/_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/b691=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/state -lang=go1.21 -complete -installsuffix shared -buildid Pq23-eklnSJ_kwimeaV0/Pq23-eklnSJ_kwimeaV0 -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/state/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/state/state.go
2025-08-20T21:20:44.5696222Z [00:03:37.906]➜  go tool buildid -w $WORK/b688/_pkg_.a # internal
2025-08-20T21:20:44.5697611Z [00:03:37.907]➜  cp $WORK/b688/_pkg_.a /root/.cache/go-build/62/62cb4ea560a5a0fa46e0531824c91b53a0a1aa8dbee494f7ad68e46ee6cdcb5b-d # internal
2025-08-20T21:20:44.5698965Z [00:03:37.908]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/stats
2025-08-20T21:20:44.5699732Z [00:03:37.908]➜  mkdir -p $WORK/b692/
2025-08-20T21:20:44.5701124Z [00:03:37.908]➜  cat >/tmp/go-build3619502580/b692/importcfg << 'EOF' # internal
2025-08-20T21:20:44.5702596Z [00:03:37.908]➜  # import config
2025-08-20T21:20:44.5703857Z [00:03:37.908]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.5705099Z [00:03:37.908]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.5707865Z [00:03:37.908]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.5708998Z [00:03:37.908]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.5711831Z [00:03:37.908]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.5713601Z [00:03:37.908]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.5715264Z [00:03:37.908]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus=/tmp/go-build3619502580/b501/_pkg_.a
2025-08-20T21:20:44.5716782Z [00:03:37.908]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.5717610Z [00:03:37.908]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.5718446Z [00:03:37.908]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.5719294Z [00:03:37.908]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.5720134Z [00:03:37.908]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.5720768Z [00:03:37.908]➜  EOF
2025-08-20T21:20:44.5733124Z [00:03:37.909]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b692/_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/b692=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/stats -lang=go1.21 -complete -installsuffix shared -buildid EMB54vg-X-rc408dr-ad/EMB54vg-X-rc408dr-ad -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/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:20:44.5843444Z [00:03:37.922]➜  go tool buildid -w $WORK/b689/_pkg_.a # internal
2025-08-20T21:20:44.5853455Z [00:03:37.924]➜  cp $WORK/b689/_pkg_.a /root/.cache/go-build/35/352fabd8f14747def61fb2c93d2aca3285ea0d54637d8b22ddbd6276c7f00003-d # internal
2025-08-20T21:20:44.5867211Z [00:03:37.926]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/checkin
2025-08-20T21:20:44.5870021Z [00:03:37.926]➜  mkdir -p $WORK/b693/
2025-08-20T21:20:44.5874231Z [00:03:37.927]➜  cat >/tmp/go-build3619502580/b693/importcfg << 'EOF' # internal
2025-08-20T21:20:44.5875484Z [00:03:37.927]➜  # import config
2025-08-20T21:20:44.5877816Z [00:03:37.927]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.5878961Z [00:03:37.927]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.5882073Z [00:03:37.927]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.5882959Z [00:03:37.927]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.5884261Z [00:03:37.927]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.5885895Z [00:03:37.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.5887609Z [00:03:37.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3619502580/b572/_pkg_.a
2025-08-20T21:20:44.5888902Z [00:03:37.927]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.5889738Z [00:03:37.927]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.5890607Z [00:03:37.927]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.5891642Z [00:03:37.927]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.5892509Z [00:03:37.927]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.5893130Z [00:03:37.927]➜  EOF
2025-08-20T21:20:44.5898610Z [00:03:37.927]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b693/_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/b693=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/checkin -lang=go1.21 -complete -installsuffix shared -buildid cwP0nVuZ4ZeiGGV1CdmP/cwP0nVuZ4ZeiGGV1CdmP -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/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:20:44.6030831Z [00:03:37.942]➜  go tool buildid -w $WORK/b690/_pkg_.a # internal
2025-08-20T21:20:44.6047100Z [00:03:37.944]➜  cp $WORK/b690/_pkg_.a /root/.cache/go-build/63/639c09bff4e0abbce0c0f7bd9ab3b137750a101617e5e4b85c12559d764efc07-d # internal
2025-08-20T21:20:44.6069255Z [00:03:37.944]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/delete
2025-08-20T21:20:44.6069994Z [00:03:37.944]➜  mkdir -p $WORK/b694/
2025-08-20T21:20:44.6070675Z [00:03:37.944]➜  cat >/tmp/go-build3619502580/b694/importcfg << 'EOF' # internal
2025-08-20T21:20:44.6071757Z [00:03:37.944]➜  # import config
2025-08-20T21:20:44.6072405Z [00:03:37.944]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.6073259Z [00:03:37.944]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.6074073Z [00:03:37.945]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.6074829Z [00:03:37.945]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.6076001Z [00:03:37.945]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.6077438Z [00:03:37.945]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.6078479Z [00:03:37.945]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.6079241Z [00:03:37.945]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.6080192Z [00:03:37.945]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.6081101Z [00:03:37.945]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.6082059Z [00:03:37.945]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.6082635Z [00:03:37.945]➜  EOF
2025-08-20T21:20:44.6087910Z [00:03:37.945]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b694/_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/b694=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/delete -lang=go1.21 -complete -installsuffix shared -buildid efYWt1oMFim8pGRRXCUi/efYWt1oMFim8pGRRXCUi -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/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/delete/response.go
2025-08-20T21:20:44.6843301Z [00:03:38.022]➜  go tool buildid -w $WORK/b692/_pkg_.a # internal
2025-08-20T21:20:44.6846647Z [00:03:38.024]➜  cp $WORK/b692/_pkg_.a /root/.cache/go-build/4f/4f0e5eead27bd7ec93fdbf40935b146f3eb575c0226ed9e70d43ddb64d401942-d # internal
2025-08-20T21:20:44.6862297Z [00:03:38.025]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/get
2025-08-20T21:20:44.6869426Z [00:03:38.026]➜  mkdir -p $WORK/b695/
2025-08-20T21:20:44.6887312Z [00:03:38.028]➜  cat >/tmp/go-build3619502580/b695/importcfg << 'EOF' # internal
2025-08-20T21:20:44.6888274Z [00:03:38.028]➜  # import config
2025-08-20T21:20:44.6889257Z [00:03:38.028]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:44.6890095Z [00:03:38.028]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.6891021Z [00:03:38.028]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.6892178Z [00:03:38.028]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.6893262Z [00:03:38.028]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.6894568Z [00:03:38.028]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.6896147Z [00:03:38.028]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.6898098Z [00:03:38.028]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorstatus=/tmp/go-build3619502580/b452/_pkg_.a
2025-08-20T21:20:44.6900932Z [00:03:38.028]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus=/tmp/go-build3619502580/b603/_pkg_.a
2025-08-20T21:20:44.6902435Z [00:03:38.028]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.6903303Z [00:03:38.028]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.6904175Z [00:03:38.028]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.6905043Z [00:03:38.028]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.6905910Z [00:03:38.028]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.6906554Z [00:03:38.028]➜  EOF
2025-08-20T21:20:44.6912114Z [00:03:38.029]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b695/_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/b695=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/get -lang=go1.21 -complete -installsuffix shared -buildid 03dD7ZBV6Cca4NlwJvEt/03dD7ZBV6Cca4NlwJvEt -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/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/get/response.go
2025-08-20T21:20:44.6994943Z [00:03:38.039]➜  go tool buildid -w $WORK/b693/_pkg_.a # internal
2025-08-20T21:20:44.7012550Z [00:03:38.040]➜  cp $WORK/b693/_pkg_.a /root/.cache/go-build/2b/2b55eccd3a7e3a41fba0c475baa05c418336bd1030d23e75001401e5fc50a008-d # internal
2025-08-20T21:20:44.7015469Z [00:03:38.041]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/lastsync
2025-08-20T21:20:44.7016408Z [00:03:38.041]➜  mkdir -p $WORK/b696/
2025-08-20T21:20:44.7024431Z [00:03:38.042]➜  cat >/tmp/go-build3619502580/b696/importcfg << 'EOF' # internal
2025-08-20T21:20:44.7025254Z [00:03:38.042]➜  # import config
2025-08-20T21:20:44.7026467Z [00:03:38.042]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:44.7027276Z [00:03:38.042]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.7028174Z [00:03:38.042]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.7029066Z [00:03:38.042]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.7029914Z [00:03:38.042]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.7031125Z [00:03:38.042]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.7032853Z [00:03:38.042]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.7034488Z [00:03:38.042]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3619502580/b572/_pkg_.a
2025-08-20T21:20:44.7036213Z [00:03:38.042]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus=/tmp/go-build3619502580/b603/_pkg_.a
2025-08-20T21:20:44.7037416Z [00:03:38.042]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.7038203Z [00:03:38.042]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.7039031Z [00:03:38.042]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.7040023Z [00:03:38.042]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.7040825Z [00:03:38.042]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.7041633Z [00:03:38.042]➜  EOF
2025-08-20T21:20:44.7047954Z [00:03:38.042]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b696/_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/b696=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/lastsync -lang=go1.21 -complete -installsuffix shared -buildid JtXjDLxDGYVh0rqo2jr8/JtXjDLxDGYVh0rqo2jr8 -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/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:20:44.7107932Z [00:03:38.050]➜  go tool buildid -w $WORK/b691/_pkg_.a # internal
2025-08-20T21:20:44.7126353Z [00:03:38.052]➜  cp $WORK/b691/_pkg_.a /root/.cache/go-build/c3/c3500d53665645f4b77dbbdfb0d1803281598051d84f028e5d83907011639415-d # internal
2025-08-20T21:20:44.7127698Z [00:03:38.052]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/list
2025-08-20T21:20:44.7131770Z [00:03:38.052]➜  mkdir -p $WORK/b697/
2025-08-20T21:20:44.7138025Z [00:03:38.053]➜  go tool buildid -w $WORK/b694/_pkg_.a # internal
2025-08-20T21:20:44.7145020Z [00:03:38.054]➜  cat >/tmp/go-build3619502580/b697/importcfg << 'EOF' # internal
2025-08-20T21:20:44.7147627Z [00:03:38.054]➜  # import config
2025-08-20T21:20:44.7150157Z [00:03:38.054]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.7152432Z [00:03:38.054]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.7164443Z [00:03:38.054]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.7165253Z [00:03:38.054]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.7174085Z [00:03:38.054]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.7175664Z [00:03:38.054]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.7176748Z [00:03:38.054]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.7177518Z [00:03:38.054]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.7178314Z [00:03:38.054]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.7179096Z [00:03:38.054]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.7179888Z [00:03:38.054]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.7180484Z [00:03:38.054]➜  EOF
2025-08-20T21:20:44.7181755Z [00:03:38.055]➜  cp $WORK/b694/_pkg_.a /root/.cache/go-build/ee/ee75ea519e4adb120c9e34f9fe51ea4ff31e7412f772be6828954d0fbd2bf927-d # internal
2025-08-20T21:20:44.7183091Z [00:03:38.055]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/post
2025-08-20T21:20:44.7183806Z [00:03:38.055]➜  mkdir -p $WORK/b698/
2025-08-20T21:20:44.7188935Z [00:03:38.056]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b697/_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/b697=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/list -lang=go1.21 -complete -installsuffix shared -buildid MxdhghUZMeApwXmO3sK7/MxdhghUZMeApwXmO3sK7 -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/list/list.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/list/response.go
2025-08-20T21:20:44.7195453Z [00:03:38.056]➜  cat >/tmp/go-build3619502580/b698/importcfg << 'EOF' # internal
2025-08-20T21:20:44.7196266Z [00:03:38.056]➜  # import config
2025-08-20T21:20:44.7197275Z [00:03:38.056]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:44.7198384Z [00:03:38.056]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.7199376Z [00:03:38.056]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.7200348Z [00:03:38.056]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.7201456Z [00:03:38.057]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.7202766Z [00:03:38.057]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.7204684Z [00:03:38.057]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.7206520Z [00:03:38.057]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3619502580/b572/_pkg_.a
2025-08-20T21:20:44.7207962Z [00:03:38.057]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.7208901Z [00:03:38.057]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.7209843Z [00:03:38.057]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.7210769Z [00:03:38.057]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.7211891Z [00:03:38.057]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.7212631Z [00:03:38.057]➜  EOF
2025-08-20T21:20:44.7220098Z [00:03:38.057]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b698/_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/b698=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/post -lang=go1.21 -complete -installsuffix shared -buildid Ei44Qf-FTYwAcNu060av/Ei44Qf-FTYwAcNu060av -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/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:20:44.8277970Z [00:03:38.167]➜  go tool buildid -w $WORK/b697/_pkg_.a # internal
2025-08-20T21:20:44.8280759Z [00:03:38.167]➜  go tool buildid -w $WORK/b696/_pkg_.a # internal
2025-08-20T21:20:44.8296917Z [00:03:38.169]➜  cp $WORK/b696/_pkg_.a /root/.cache/go-build/58/58c8fa21b6f8df945bc29b39986ff915ac9376a7e733c73ccc8d1b19c728895a-d # internal
2025-08-20T21:20:44.8299035Z [00:03:38.169]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/put
2025-08-20T21:20:44.8300957Z [00:03:38.169]➜  mkdir -p $WORK/b699/
2025-08-20T21:20:44.8306639Z [00:03:38.170]➜  cat >/tmp/go-build3619502580/b699/importcfg << 'EOF' # internal
2025-08-20T21:20:44.8309375Z [00:03:38.170]➜  # import config
2025-08-20T21:20:44.8311866Z [00:03:38.170]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:44.8312692Z [00:03:38.170]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.8313452Z [00:03:38.170]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.8314238Z [00:03:38.170]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.8315011Z [00:03:38.170]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.8316167Z [00:03:38.170]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.8317669Z [00:03:38.170]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.8319376Z [00:03:38.170]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3619502580/b572/_pkg_.a
2025-08-20T21:20:44.8320582Z [00:03:38.170]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.8321710Z [00:03:38.170]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.8322548Z [00:03:38.170]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.8323330Z [00:03:38.170]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.8324132Z [00:03:38.170]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.8324753Z [00:03:38.170]➜  EOF
2025-08-20T21:20:44.8330620Z [00:03:38.170]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b699/_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/b699=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/put -lang=go1.21 -complete -installsuffix shared -buildid odhP3DAKRbXvfcBouHun/odhP3DAKRbXvfcBouHun -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/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:20:44.8339446Z [00:03:38.173]➜  cp $WORK/b697/_pkg_.a /root/.cache/go-build/79/792a819fb19a1a88d498cbbc692e7debe4c0354c1d1a05657e311c8ee31ea722-d # internal
2025-08-20T21:20:44.8341987Z [00:03:38.173]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobcancel
2025-08-20T21:20:44.8342816Z [00:03:38.173]➜  mkdir -p $WORK/b701/
2025-08-20T21:20:44.8355143Z [00:03:38.175]➜  cat >/tmp/go-build3619502580/b701/importcfg << 'EOF' # internal
2025-08-20T21:20:44.8357362Z [00:03:38.175]➜  # import config
2025-08-20T21:20:44.8358865Z [00:03:38.175]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.8360225Z [00:03:38.175]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.8361559Z [00:03:38.175]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.8373314Z [00:03:38.175]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.8375825Z [00:03:38.175]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.8377354Z [00:03:38.175]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.8379806Z [00:03:38.175]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3619502580/b572/_pkg_.a
2025-08-20T21:20:44.8381586Z [00:03:38.175]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.8382761Z [00:03:38.175]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.8383620Z [00:03:38.175]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.8384465Z [00:03:38.175]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.8385770Z [00:03:38.175]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.8386604Z [00:03:38.175]➜  EOF
2025-08-20T21:20:44.8393348Z [00:03:38.175]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b701/_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/b701=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobcancel -lang=go1.21 -complete -installsuffix shared -buildid Ns6KDY60oZ6hTlrJMLR3/Ns6KDY60oZ6hTlrJMLR3 -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/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:20:44.8418799Z [00:03:38.181]➜  go tool buildid -w $WORK/b695/_pkg_.a # internal
2025-08-20T21:20:44.8444625Z [00:03:38.183]➜  cp $WORK/b695/_pkg_.a /root/.cache/go-build/da/da326519ff3566f7a88f9d6106b01773983a6936682bd62178911bfde11d42d4-d # internal
2025-08-20T21:20:44.8447534Z [00:03:38.184]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobcheckin
2025-08-20T21:20:44.8451502Z [00:03:38.184]➜  mkdir -p $WORK/b702/
2025-08-20T21:20:44.8454307Z [00:03:38.184]➜  cat >/tmp/go-build3619502580/b702/importcfg << 'EOF' # internal
2025-08-20T21:20:44.8455452Z [00:03:38.184]➜  # import config
2025-08-20T21:20:44.8456358Z [00:03:38.184]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.8457622Z [00:03:38.185]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.8459727Z [00:03:38.185]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.8460539Z [00:03:38.185]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.8462021Z [00:03:38.185]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.8463558Z [00:03:38.185]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.8464633Z [00:03:38.185]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.8465420Z [00:03:38.185]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.8466228Z [00:03:38.185]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.8467028Z [00:03:38.185]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.8468023Z [00:03:38.185]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.8468655Z [00:03:38.185]➜  EOF
2025-08-20T21:20:44.8475418Z [00:03:38.185]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b702/_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/b702=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobcheckin -lang=go1.21 -complete -installsuffix shared -buildid hf8T3CojRFlAMPZWd2hw/hf8T3CojRFlAMPZWd2hw -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/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:20:44.8483121Z [00:03:38.188]➜  go tool buildid -w $WORK/b698/_pkg_.a # internal
2025-08-20T21:20:44.8502090Z [00:03:38.189]➜  cp $WORK/b698/_pkg_.a /root/.cache/go-build/d9/d9bb292826610d74427d8feaa1feb274f1c478bf8162d66cdf07c46476cbc0da-d # internal
2025-08-20T21:20:44.8513182Z [00:03:38.190]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobclaim
2025-08-20T21:20:44.8513989Z [00:03:38.190]➜  mkdir -p $WORK/b703/
2025-08-20T21:20:44.8514688Z [00:03:38.190]➜  cat >/tmp/go-build3619502580/b703/importcfg << 'EOF' # internal
2025-08-20T21:20:44.8515323Z [00:03:38.190]➜  # import config
2025-08-20T21:20:44.8515947Z [00:03:38.190]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:44.8516733Z [00:03:38.190]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.8517583Z [00:03:38.190]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.8518408Z [00:03:38.190]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.8519184Z [00:03:38.190]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.8520534Z [00:03:38.190]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.8522180Z [00:03:38.190]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.8523372Z [00:03:38.190]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.8524152Z [00:03:38.190]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.8524939Z [00:03:38.190]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.8525730Z [00:03:38.190]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.8526506Z [00:03:38.190]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.8527077Z [00:03:38.190]➜  EOF
2025-08-20T21:20:44.8533710Z [00:03:38.190]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b703/_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/b703=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobclaim -lang=go1.21 -complete -installsuffix shared -buildid 6PrL8Rs7q3ZDuAtl8yIT/6PrL8Rs7q3ZDuAtl8yIT -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/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:20:44.9287741Z [00:03:38.268]➜  go tool buildid -w $WORK/b701/_pkg_.a # internal
2025-08-20T21:20:44.9357675Z [00:03:38.275]➜  cp $WORK/b701/_pkg_.a /root/.cache/go-build/b8/b8d7df84aeab405c13b2835869ccf391687df14e25003f895421a32c9655f77c-d # internal
2025-08-20T21:20:44.9360359Z [00:03:38.275]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobdelete
2025-08-20T21:20:44.9372370Z [00:03:38.275]➜  mkdir -p $WORK/b704/
2025-08-20T21:20:44.9375680Z [00:03:38.277]➜  cat >/tmp/go-build3619502580/b704/importcfg << 'EOF' # internal
2025-08-20T21:20:44.9376412Z [00:03:38.277]➜  # import config
2025-08-20T21:20:44.9377103Z [00:03:38.277]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.9378009Z [00:03:38.277]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.9378912Z [00:03:38.277]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.9379747Z [00:03:38.277]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.9381010Z [00:03:38.277]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.9382776Z [00:03:38.277]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.9383911Z [00:03:38.277]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.9384779Z [00:03:38.277]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.9385668Z [00:03:38.277]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.9386503Z [00:03:38.277]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.9387341Z [00:03:38.277]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.9387958Z [00:03:38.277]➜  EOF
2025-08-20T21:20:44.9395414Z [00:03:38.278]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b704/_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/b704=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobdelete -lang=go1.21 -complete -installsuffix shared -buildid PkzdjdV4-aynxPGDbmLx/PkzdjdV4-aynxPGDbmLx -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/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:20:44.9515842Z [00:03:38.291]➜  go tool buildid -w $WORK/b702/_pkg_.a # internal
2025-08-20T21:20:44.9531509Z [00:03:38.292]➜  cp $WORK/b702/_pkg_.a /root/.cache/go-build/c0/c030e660c09d480efd38fe4a7302b53e78d64ffbb7d907ac05b7ac6d4c21a68d-d # internal
2025-08-20T21:20:44.9541445Z [00:03:38.293]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjoberror
2025-08-20T21:20:44.9542300Z [00:03:38.293]➜  mkdir -p $WORK/b705/
2025-08-20T21:20:44.9543052Z [00:03:38.293]➜  cat >/tmp/go-build3619502580/b705/importcfg << 'EOF' # internal
2025-08-20T21:20:44.9543716Z [00:03:38.293]➜  # import config
2025-08-20T21:20:44.9544547Z [00:03:38.293]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:44.9545420Z [00:03:38.293]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.9546307Z [00:03:38.293]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.9547181Z [00:03:38.293]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.9547958Z [00:03:38.293]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.9549139Z [00:03:38.293]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.9550617Z [00:03:38.293]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.9551879Z [00:03:38.293]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.9552673Z [00:03:38.293]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.9553630Z [00:03:38.293]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.9554442Z [00:03:38.293]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.9555289Z [00:03:38.293]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.9555929Z [00:03:38.293]➜  EOF
2025-08-20T21:20:44.9573886Z [00:03:38.293]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b705/_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/b705=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjoberror -lang=go1.21 -complete -installsuffix shared -buildid Yv3qNy5pxPO4-fhNCU4c/Yv3qNy5pxPO4-fhNCU4c -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/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:20:44.9581401Z [00:03:38.297]➜  go tool buildid -w $WORK/b703/_pkg_.a # internal
2025-08-20T21:20:44.9600772Z [00:03:38.299]➜  cp $WORK/b703/_pkg_.a /root/.cache/go-build/bc/bc52b969f624aef48ce9c8a91ac319010cf6938dbb67b012c96ade41ad6f470a-d # internal
2025-08-20T21:20:44.9603850Z [00:03:38.300]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobget
2025-08-20T21:20:44.9605995Z [00:03:38.300]➜  mkdir -p $WORK/b706/
2025-08-20T21:20:44.9608072Z [00:03:38.300]➜  cat >/tmp/go-build3619502580/b706/importcfg << 'EOF' # internal
2025-08-20T21:20:44.9610117Z [00:03:38.300]➜  # import config
2025-08-20T21:20:44.9612481Z [00:03:38.301]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:44.9614446Z [00:03:38.301]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.9615644Z [00:03:38.301]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.9616601Z [00:03:38.301]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.9618476Z [00:03:38.301]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.9620834Z [00:03:38.301]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.9622516Z [00:03:38.301]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.9624224Z [00:03:38.301]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtriggermethod=/tmp/go-build3619502580/b601/_pkg_.a
2025-08-20T21:20:44.9626039Z [00:03:38.301]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype=/tmp/go-build3619502580/b602/_pkg_.a
2025-08-20T21:20:44.9627882Z [00:03:38.301]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus=/tmp/go-build3619502580/b603/_pkg_.a
2025-08-20T21:20:44.9629082Z [00:03:38.301]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.9629849Z [00:03:38.301]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.9630648Z [00:03:38.301]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.9632810Z [00:03:38.301]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.9633672Z [00:03:38.301]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.9634269Z [00:03:38.303]➜  EOF
2025-08-20T21:20:44.9639853Z [00:03:38.303]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b706/_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/b706=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobget -lang=go1.21 -complete -installsuffix shared -buildid wGi4cQo1VtbenqBiNVlY/wGi4cQo1VtbenqBiNVlY -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/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:20:44.9820198Z [00:03:38.321]➜  go tool buildid -w $WORK/b699/_pkg_.a # internal
2025-08-20T21:20:44.9841914Z [00:03:38.323]➜  cp $WORK/b699/_pkg_.a /root/.cache/go-build/00/004b0601c033ed1b573b04080508ccfbf26f81166242852f5e5bd43f26f9aa5d-d # internal
2025-08-20T21:20:44.9845530Z [00:03:38.324]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjoblist
2025-08-20T21:20:44.9846285Z [00:03:38.324]➜  mkdir -p $WORK/b707/
2025-08-20T21:20:44.9852653Z [00:03:38.325]➜  cat >/tmp/go-build3619502580/b707/importcfg << 'EOF' # internal
2025-08-20T21:20:44.9855757Z [00:03:38.325]➜  # import config
2025-08-20T21:20:44.9856489Z [00:03:38.325]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:44.9859928Z [00:03:38.325]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:44.9860816Z [00:03:38.325]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:44.9861786Z [00:03:38.325]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:44.9863026Z [00:03:38.325]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:44.9864563Z [00:03:38.325]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:44.9866211Z [00:03:38.325]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype=/tmp/go-build3619502580/b602/_pkg_.a
2025-08-20T21:20:44.9867922Z [00:03:38.325]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus=/tmp/go-build3619502580/b603/_pkg_.a
2025-08-20T21:20:44.9869341Z [00:03:38.325]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:44.9870152Z [00:03:38.325]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:44.9870979Z [00:03:38.325]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:44.9872109Z [00:03:38.325]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:44.9872934Z [00:03:38.325]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:44.9873550Z [00:03:38.325]➜  EOF
2025-08-20T21:20:44.9879213Z [00:03:38.325]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b707/_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/b707=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjoblist -lang=go1.21 -complete -installsuffix shared -buildid qzrcHXUFE5hC69YliqUi/qzrcHXUFE5hC69YliqUi -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/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:20:45.0449931Z [00:03:38.384]➜  go tool buildid -w $WORK/b704/_pkg_.a # internal
2025-08-20T21:20:45.0469301Z [00:03:38.386]➜  cp $WORK/b704/_pkg_.a /root/.cache/go-build/2b/2b879f3a48e4a166f5f211b1c3880f2e197a581436a23de83f897df005e6605c-d # internal
2025-08-20T21:20:45.0474679Z [00:03:38.386]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobpost
2025-08-20T21:20:45.0475560Z [00:03:38.386]➜  mkdir -p $WORK/b708/
2025-08-20T21:20:45.0483019Z [00:03:38.387]➜  cat >/tmp/go-build3619502580/b708/importcfg << 'EOF' # internal
2025-08-20T21:20:45.0483716Z [00:03:38.387]➜  # import config
2025-08-20T21:20:45.0484402Z [00:03:38.387]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:45.0485427Z [00:03:38.387]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:45.0496884Z [00:03:38.388]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:45.0497837Z [00:03:38.388]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:45.0498677Z [00:03:38.388]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:45.0499851Z [00:03:38.388]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:45.0501477Z [00:03:38.388]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:45.0503163Z [00:03:38.388]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtriggermethod=/tmp/go-build3619502580/b601/_pkg_.a
2025-08-20T21:20:45.0504992Z [00:03:38.388]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype=/tmp/go-build3619502580/b602/_pkg_.a
2025-08-20T21:20:45.0506237Z [00:03:38.388]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:45.0507553Z [00:03:38.388]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:45.0508963Z [00:03:38.388]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:45.0510311Z [00:03:38.388]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:45.0511878Z [00:03:38.388]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:45.0512914Z [00:03:38.388]➜  EOF
2025-08-20T21:20:45.0519686Z [00:03:38.388]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b708/_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/b708=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobpost -lang=go1.21 -complete -installsuffix shared -buildid pxAy0F4dtNaAiMUC7pId/pxAy0F4dtNaAiMUC7pId -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/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:20:45.0699261Z [00:03:38.409]➜  go tool buildid -w $WORK/b705/_pkg_.a # internal
2025-08-20T21:20:45.0726180Z [00:03:38.412]➜  cp $WORK/b705/_pkg_.a /root/.cache/go-build/af/af74ebba7ba20c2aa427a22ffb181d33e71de6e7f18e23236d2ff88849849dce-d # internal
2025-08-20T21:20:45.0731778Z [00:03:38.412]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobupdatestats
2025-08-20T21:20:45.0735296Z [00:03:38.413]➜  mkdir -p $WORK/b709/
2025-08-20T21:20:45.0740615Z [00:03:38.413]➜  cat >/tmp/go-build3619502580/b709/importcfg << 'EOF' # internal
2025-08-20T21:20:45.0744817Z [00:03:38.413]➜  # import config
2025-08-20T21:20:45.0746756Z [00:03:38.413]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:45.0748857Z [00:03:38.413]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:45.0751016Z [00:03:38.413]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:45.0765470Z [00:03:38.413]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:45.0766279Z [00:03:38.413]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:45.0767459Z [00:03:38.413]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:45.0768926Z [00:03:38.413]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:45.0769983Z [00:03:38.413]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:45.0770891Z [00:03:38.413]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:45.0771871Z [00:03:38.413]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:45.0772640Z [00:03:38.413]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:45.0773422Z [00:03:38.413]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:45.0773993Z [00:03:38.413]➜  EOF
2025-08-20T21:20:45.0780787Z [00:03:38.416]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b709/_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/b709=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobupdatestats -lang=go1.21 -complete -installsuffix shared -buildid BuXB1tUOOJ1g3PUtaLo7/BuXB1tUOOJ1g3PUtaLo7 -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/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:20:45.0899605Z [00:03:38.429]➜  go tool buildid -w $WORK/b706/_pkg_.a # internal
2025-08-20T21:20:45.0918105Z [00:03:38.431]➜  cp $WORK/b706/_pkg_.a /root/.cache/go-build/f8/f897531b6157ca69d4bb4102384b4c7bb58be95bc1123f109992c563b208c2f8-d # internal
2025-08-20T21:20:45.0921359Z [00:03:38.431]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateactivefiltering
2025-08-20T21:20:45.0922268Z [00:03:38.431]➜  mkdir -p $WORK/b710/
2025-08-20T21:20:45.0934576Z [00:03:38.432]➜  cat >/tmp/go-build3619502580/b710/importcfg << 'EOF' # internal
2025-08-20T21:20:45.0935290Z [00:03:38.433]➜  # import config
2025-08-20T21:20:45.0936130Z [00:03:38.433]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:45.0937015Z [00:03:38.433]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:45.0937880Z [00:03:38.433]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:45.0938808Z [00:03:38.433]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:45.0940014Z [00:03:38.433]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:45.0941739Z [00:03:38.433]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:45.0943298Z [00:03:38.433]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3619502580/b572/_pkg_.a
2025-08-20T21:20:45.0944425Z [00:03:38.433]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:45.0945316Z [00:03:38.433]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:45.0946177Z [00:03:38.433]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:45.0947019Z [00:03:38.433]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:45.0947854Z [00:03:38.433]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:45.0948473Z [00:03:38.433]➜  EOF
2025-08-20T21:20:45.0955073Z [00:03:38.433]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b710/_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/b710=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateactivefiltering -lang=go1.21 -complete -installsuffix shared -buildid g8dFOSpiGZll-R5zUjLq/g8dFOSpiGZll-R5zUjLq -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/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:20:45.1148218Z [00:03:38.454]➜  go tool buildid -w $WORK/b707/_pkg_.a # internal
2025-08-20T21:20:45.1157173Z [00:03:38.455]➜  cp $WORK/b707/_pkg_.a /root/.cache/go-build/bc/bc282884aba273079d2f3bcafb76c420892c976d21438d763fcf5e29cbcc3b80-d # internal
2025-08-20T21:20:45.1163156Z [00:03:38.456]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateapikeyid
2025-08-20T21:20:45.1168112Z [00:03:38.456]➜  mkdir -p $WORK/b711/
2025-08-20T21:20:45.1173772Z [00:03:38.457]➜  cat >/tmp/go-build3619502580/b711/importcfg << 'EOF' # internal
2025-08-20T21:20:45.1179855Z [00:03:38.457]➜  # import config
2025-08-20T21:20:45.1184167Z [00:03:38.457]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:45.1187994Z [00:03:38.457]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:45.1190958Z [00:03:38.457]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:45.1193684Z [00:03:38.457]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:45.1203647Z [00:03:38.457]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:45.1204961Z [00:03:38.457]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:45.1206562Z [00:03:38.457]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:45.1208205Z [00:03:38.457]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3619502580/b572/_pkg_.a
2025-08-20T21:20:45.1209448Z [00:03:38.457]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:45.1210263Z [00:03:38.457]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:45.1211520Z [00:03:38.457]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:45.1212361Z [00:03:38.457]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:45.1213178Z [00:03:38.457]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:45.1213942Z [00:03:38.457]➜  EOF
2025-08-20T21:20:45.1220626Z [00:03:38.457]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b711/_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/b711=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateapikeyid -lang=go1.21 -complete -installsuffix shared -buildid 0byPls54eGQRUJ9pKsis/0byPls54eGQRUJ9pKsis -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/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:20:45.1492075Z [00:03:38.488]➜  go tool buildid -w $WORK/b708/_pkg_.a # internal
2025-08-20T21:20:45.1516919Z [00:03:38.491]➜  cp $WORK/b708/_pkg_.a /root/.cache/go-build/20/20f56981afff6d75f555dcf27db0cfacd1f943daa34dcaeee86360461ebc3308-d # internal
2025-08-20T21:20:45.1524856Z [00:03:38.492]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateconfiguration
2025-08-20T21:20:45.1530330Z [00:03:38.492]➜  mkdir -p $WORK/b712/
2025-08-20T21:20:45.1541624Z [00:03:38.493]➜  cat >/tmp/go-build3619502580/b712/importcfg << 'EOF' # internal
2025-08-20T21:20:45.1557189Z [00:03:38.493]➜  # import config
2025-08-20T21:20:45.1557881Z [00:03:38.493]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:45.1558697Z [00:03:38.493]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:45.1559753Z [00:03:38.493]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:45.1560602Z [00:03:38.493]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:45.1564914Z [00:03:38.493]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:45.1566289Z [00:03:38.493]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:45.1567907Z [00:03:38.493]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:45.1569503Z [00:03:38.493]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3619502580/b572/_pkg_.a
2025-08-20T21:20:45.1570785Z [00:03:38.493]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:45.1571880Z [00:03:38.493]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:45.1572758Z [00:03:38.493]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:45.1573618Z [00:03:38.493]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:45.1574453Z [00:03:38.493]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:45.1575257Z [00:03:38.493]➜  EOF
2025-08-20T21:20:45.1587361Z [00:03:38.497]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b712/_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/b712=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateconfiguration -lang=go1.21 -complete -installsuffix shared -buildid ncZVD6YkpvO_I-24siiP/ncZVD6YkpvO_I-24siiP -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/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:20:45.1963695Z [00:03:38.535]➜  go tool buildid -w $WORK/b710/_pkg_.a # internal
2025-08-20T21:20:45.1966739Z [00:03:38.536]➜  go tool buildid -w $WORK/b709/_pkg_.a # internal
2025-08-20T21:20:45.1980596Z [00:03:38.537]➜  cp $WORK/b710/_pkg_.a /root/.cache/go-build/02/0253a59dca60a43628c11df62224d8a66f570e2d2271e9e03e6fbd95dc7c5e61-d # internal
2025-08-20T21:20:45.1987015Z [00:03:38.538]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateerror
2025-08-20T21:20:45.1991568Z [00:03:38.538]➜  mkdir -p $WORK/b713/
2025-08-20T21:20:45.1994112Z [00:03:38.538]➜  cp $WORK/b709/_pkg_.a /root/.cache/go-build/ba/baa6b166e50665b807fa74db1733c91c59df2446b85a0454144c129f67f027bd-d # internal
2025-08-20T21:20:45.1995723Z [00:03:38.538]➜  cat >/tmp/go-build3619502580/b713/importcfg << 'EOF' # internal
2025-08-20T21:20:45.1996473Z [00:03:38.538]➜  # import config
2025-08-20T21:20:45.1997129Z [00:03:38.538]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:45.1997983Z [00:03:38.538]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:45.1998906Z [00:03:38.538]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:45.1999784Z [00:03:38.538]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:45.2000598Z [00:03:38.538]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:45.2001915Z [00:03:38.538]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:45.2003397Z [00:03:38.538]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:45.2005016Z [00:03:38.538]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3619502580/b572/_pkg_.a
2025-08-20T21:20:45.2006246Z [00:03:38.538]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:45.2007025Z [00:03:38.538]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:45.2007857Z [00:03:38.538]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:45.2008660Z [00:03:38.538]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:45.2009452Z [00:03:38.538]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:45.2010057Z [00:03:38.538]➜  EOF
2025-08-20T21:20:45.2010774Z [00:03:38.538]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefeatures
2025-08-20T21:20:45.2011689Z [00:03:38.538]➜  mkdir -p $WORK/b714/
2025-08-20T21:20:45.2018087Z [00:03:38.538]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b713/_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/b713=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateerror -lang=go1.21 -complete -installsuffix shared -buildid ebAQ24zfJOEYqRxwvkz4/ebAQ24zfJOEYqRxwvkz4 -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/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:20:45.2027089Z [00:03:38.542]➜  cat >/tmp/go-build3619502580/b714/importcfg << 'EOF' # internal
2025-08-20T21:20:45.2027735Z [00:03:38.542]➜  # import config
2025-08-20T21:20:45.2028388Z [00:03:38.542]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:45.2029212Z [00:03:38.542]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:45.2030088Z [00:03:38.542]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:45.2030934Z [00:03:38.542]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:45.2031905Z [00:03:38.542]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:45.2033137Z [00:03:38.542]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:45.2034693Z [00:03:38.542]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:45.2036284Z [00:03:38.542]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3619502580/b572/_pkg_.a
2025-08-20T21:20:45.2037430Z [00:03:38.542]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:45.2038332Z [00:03:38.542]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:45.2039318Z [00:03:38.542]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:45.2040209Z [00:03:38.542]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:45.2041015Z [00:03:38.542]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:45.2041923Z [00:03:38.542]➜  EOF
2025-08-20T21:20:45.2048545Z [00:03:38.542]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b714/_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/b714=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefeatures -lang=go1.21 -complete -installsuffix shared -buildid CCWe3V7t7VhTTYrxSZId/CCWe3V7t7VhTTYrxSZId -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/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:20:45.2645422Z [00:03:38.604]➜  go tool buildid -w $WORK/b711/_pkg_.a # internal
2025-08-20T21:20:45.2654852Z [00:03:38.605]➜  cp $WORK/b711/_pkg_.a /root/.cache/go-build/11/111da22dd6290a191fb548ee00eb95159ef0528c1bf5360a6e80f32810a8b5f9-d # internal
2025-08-20T21:20:45.2686928Z [00:03:38.608]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefiltering
2025-08-20T21:20:45.2716905Z [00:03:38.608]➜  mkdir -p $WORK/b715/
2025-08-20T21:20:45.2717694Z [00:03:38.608]➜  cat >/tmp/go-build3619502580/b715/importcfg << 'EOF' # internal
2025-08-20T21:20:45.2718391Z [00:03:38.608]➜  # import config
2025-08-20T21:20:45.2719044Z [00:03:38.608]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:45.2719885Z [00:03:38.608]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:45.2720996Z [00:03:38.608]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:45.2722110Z [00:03:38.608]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:45.2723143Z [00:03:38.608]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:45.2724376Z [00:03:38.608]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:45.2725956Z [00:03:38.608]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:45.2727638Z [00:03:38.608]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3619502580/b572/_pkg_.a
2025-08-20T21:20:45.2728892Z [00:03:38.608]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:45.2729685Z [00:03:38.608]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:45.2730547Z [00:03:38.608]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:45.2731532Z [00:03:38.608]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:45.2732346Z [00:03:38.608]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:45.2732960Z [00:03:38.608]➜  EOF
2025-08-20T21:20:45.2752642Z [00:03:38.614]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b715/_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/b715=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefiltering -lang=go1.21 -complete -installsuffix shared -buildid VGdldmm_eA7rdlq9NbdA/VGdldmm_eA7rdlq9NbdA -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/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:20:45.2980163Z [00:03:38.637]➜  go tool buildid -w $WORK/b712/_pkg_.a # internal
2025-08-20T21:20:45.2998640Z [00:03:38.639]➜  cp $WORK/b712/_pkg_.a /root/.cache/go-build/55/55d0680b85bb787c0a3818535b8afa4b7f4d263bb9dd3b7925c0f78f21d13fab-d # internal
2025-08-20T21:20:45.3033045Z [00:03:38.640]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefilteringvalidation
2025-08-20T21:20:45.3035483Z [00:03:38.640]➜  mkdir -p $WORK/b716/
2025-08-20T21:20:45.3036228Z [00:03:38.640]➜  cat >/tmp/go-build3619502580/b716/importcfg << 'EOF' # internal
2025-08-20T21:20:45.3036879Z [00:03:38.640]➜  # import config
2025-08-20T21:20:45.3037504Z [00:03:38.640]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:45.3038335Z [00:03:38.640]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:45.3039159Z [00:03:38.640]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:45.3039971Z [00:03:38.640]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:45.3040729Z [00:03:38.640]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:45.3041955Z [00:03:38.640]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:45.3043357Z [00:03:38.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:45.3044783Z [00:03:38.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3619502580/b572/_pkg_.a
2025-08-20T21:20:45.3045925Z [00:03:38.640]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:45.3046692Z [00:03:38.640]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:45.3047657Z [00:03:38.640]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:45.3048435Z [00:03:38.640]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:45.3049204Z [00:03:38.640]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:45.3071532Z [00:03:38.640]➜  EOF
2025-08-20T21:20:45.3086715Z [00:03:38.640]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b716/_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/b716=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefilteringvalidation -lang=go1.21 -complete -installsuffix shared -buildid 70_3aL6C3EHh6Ct1EMsp/70_3aL6C3EHh6Ct1EMsp -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/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:20:45.3093787Z [00:03:38.645]➜  go tool buildid -w $WORK/b713/_pkg_.a # internal
2025-08-20T21:20:45.3095133Z [00:03:38.646]➜  cp $WORK/b713/_pkg_.a /root/.cache/go-build/a8/a84a42e2fb2d011b8881479271415891967766645c257b10bac3e285c9878c6e-d # internal
2025-08-20T21:20:45.3096431Z [00:03:38.646]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateindexname
2025-08-20T21:20:45.3097175Z [00:03:38.647]➜  mkdir -p $WORK/b717/
2025-08-20T21:20:45.3097845Z [00:03:38.647]➜  cat >/tmp/go-build3619502580/b717/importcfg << 'EOF' # internal
2025-08-20T21:20:45.3098468Z [00:03:38.647]➜  # import config
2025-08-20T21:20:45.3099230Z [00:03:38.647]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:45.3100135Z [00:03:38.647]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:45.3100974Z [00:03:38.647]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:45.3102031Z [00:03:38.647]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:45.3102783Z [00:03:38.647]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:45.3103944Z [00:03:38.647]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:45.3105411Z [00:03:38.647]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:45.3106941Z [00:03:38.647]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3619502580/b572/_pkg_.a
2025-08-20T21:20:45.3108081Z [00:03:38.648]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:45.3108849Z [00:03:38.648]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:45.3109639Z [00:03:38.648]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:45.3110412Z [00:03:38.648]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:45.3111327Z [00:03:38.648]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:45.3111909Z [00:03:38.648]➜  EOF
2025-08-20T21:20:45.3118412Z [00:03:38.648]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b717/_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/b717=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateindexname -lang=go1.21 -complete -installsuffix shared -buildid K1sij55DWA4qegYpvG6d/K1sij55DWA4qegYpvG6d -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/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:20:45.3172044Z [00:03:38.656]➜  go tool buildid -w $WORK/b714/_pkg_.a # internal
2025-08-20T21:20:45.3188640Z [00:03:38.658]➜  cp $WORK/b714/_pkg_.a /root/.cache/go-build/dc/dc11d63ea63ff0e62dabf8257398da76b2bea9f69cd5810f93e3ad8282db82f4-d # internal
2025-08-20T21:20:45.3214097Z [00:03:38.661]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatename
2025-08-20T21:20:45.3216908Z [00:03:38.661]➜  mkdir -p $WORK/b718/
2025-08-20T21:20:45.3217643Z [00:03:38.661]➜  cat >/tmp/go-build3619502580/b718/importcfg << 'EOF' # internal
2025-08-20T21:20:45.3220995Z [00:03:38.661]➜  # import config
2025-08-20T21:20:45.3221799Z [00:03:38.661]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:45.3222771Z [00:03:38.661]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:45.3223723Z [00:03:38.661]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:45.3224776Z [00:03:38.661]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:45.3225627Z [00:03:38.661]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:45.3226852Z [00:03:38.661]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:45.3228442Z [00:03:38.661]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:45.3230035Z [00:03:38.661]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3619502580/b572/_pkg_.a
2025-08-20T21:20:45.3231500Z [00:03:38.661]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:45.3232448Z [00:03:38.661]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:45.3233282Z [00:03:38.661]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:45.3234062Z [00:03:38.661]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:45.3234894Z [00:03:38.661]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:45.3235503Z [00:03:38.661]➜  EOF
2025-08-20T21:20:45.3241993Z [00:03:38.661]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b718/_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/b718=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatename -lang=go1.21 -complete -installsuffix shared -buildid 3CTF78LIjUiH6lRZ4dMu/3CTF78LIjUiH6lRZ4dMu -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/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:20:45.3942487Z [00:03:38.733]➜  go tool buildid -w $WORK/b715/_pkg_.a # internal
2025-08-20T21:20:45.3969224Z [00:03:38.736]➜  cp $WORK/b715/_pkg_.a /root/.cache/go-build/65/6542f9310b2ea86fbb863fa272ba49f44ec58d9ea9c9a49a61c755c7593d427e-d # internal
2025-08-20T21:20:45.3995961Z [00:03:38.739]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatenative
2025-08-20T21:20:45.4002811Z [00:03:38.739]➜  mkdir -p $WORK/b719/
2025-08-20T21:20:45.4003602Z [00:03:38.739]➜  cat >/tmp/go-build3619502580/b719/importcfg << 'EOF' # internal
2025-08-20T21:20:45.4004295Z [00:03:38.739]➜  # import config
2025-08-20T21:20:45.4004957Z [00:03:38.739]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:45.4005991Z [00:03:38.739]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:45.4006907Z [00:03:38.739]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:45.4007765Z [00:03:38.739]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:45.4008709Z [00:03:38.739]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:45.4009903Z [00:03:38.739]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:45.4011899Z [00:03:38.739]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:45.4013542Z [00:03:38.739]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3619502580/b572/_pkg_.a
2025-08-20T21:20:45.4014738Z [00:03:38.739]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:45.4015559Z [00:03:38.739]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:45.4016377Z [00:03:38.739]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:45.4017209Z [00:03:38.739]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:45.4018045Z [00:03:38.739]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:45.4018662Z [00:03:38.739]➜  EOF
2025-08-20T21:20:45.4028093Z [00:03:38.739]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b719/_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/b719=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatenative -lang=go1.21 -complete -installsuffix shared -buildid YJU_oO0ZISeSxcz0-c5s/YJU_oO0ZISeSxcz0-c5s -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/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:20:45.4220133Z [00:03:38.761]➜  go tool buildid -w $WORK/b717/_pkg_.a # internal
2025-08-20T21:20:45.4229751Z [00:03:38.762]➜  go tool buildid -w $WORK/b716/_pkg_.a # internal
2025-08-20T21:20:45.4245229Z [00:03:38.764]➜  cp $WORK/b716/_pkg_.a /root/.cache/go-build/95/9531ba8cf0410cd103d0b4d49dab6f9693826943d5378ff69ca79d68f9221ae2-d # internal
2025-08-20T21:20:45.4279693Z [00:03:38.767]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatepipeline
2025-08-20T21:20:45.4282344Z [00:03:38.767]➜  mkdir -p $WORK/b720/
2025-08-20T21:20:45.4283089Z [00:03:38.767]➜  cat >/tmp/go-build3619502580/b720/importcfg << 'EOF' # internal
2025-08-20T21:20:45.4283787Z [00:03:38.767]➜  # import config
2025-08-20T21:20:45.4284460Z [00:03:38.767]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:45.4285250Z [00:03:38.767]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:45.4286079Z [00:03:38.767]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:45.4286913Z [00:03:38.767]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:45.4287657Z [00:03:38.767]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:45.4288805Z [00:03:38.767]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:45.4290265Z [00:03:38.767]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:45.4291976Z [00:03:38.767]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3619502580/b572/_pkg_.a
2025-08-20T21:20:45.4293149Z [00:03:38.767]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:45.4294103Z [00:03:38.767]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:45.4294905Z [00:03:38.767]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:45.4295833Z [00:03:38.767]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:45.4296612Z [00:03:38.767]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:45.4297219Z [00:03:38.767]➜  EOF
2025-08-20T21:20:45.4303874Z [00:03:38.767]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b720/_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/b720=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatepipeline -lang=go1.21 -complete -installsuffix shared -buildid 11MSW9iMs4iMIu7L5gY6/11MSW9iMs4iMIu7L5gY6 -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/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:20:45.4309719Z [00:03:38.767]➜  cp $WORK/b717/_pkg_.a /root/.cache/go-build/58/5892439648df2e7a28fc1346fd99e0fcf21494e06711fb512851f8cff5637fef-d # internal
2025-08-20T21:20:45.4311018Z [00:03:38.767]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatescheduling
2025-08-20T21:20:45.4312010Z [00:03:38.767]➜  mkdir -p $WORK/b721/
2025-08-20T21:20:45.4312670Z [00:03:38.767]➜  cat >/tmp/go-build3619502580/b721/importcfg << 'EOF' # internal
2025-08-20T21:20:45.4313304Z [00:03:38.767]➜  # import config
2025-08-20T21:20:45.4314074Z [00:03:38.767]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:45.4314990Z [00:03:38.767]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:45.4315821Z [00:03:38.767]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:45.4316635Z [00:03:38.767]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:45.4317392Z [00:03:38.767]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:45.4318538Z [00:03:38.767]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:45.4319990Z [00:03:38.767]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:45.4321660Z [00:03:38.767]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3619502580/b572/_pkg_.a
2025-08-20T21:20:45.4322790Z [00:03:38.767]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:45.4323585Z [00:03:38.767]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:45.4324452Z [00:03:38.767]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:45.4325284Z [00:03:38.767]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:45.4326125Z [00:03:38.767]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:45.4326722Z [00:03:38.767]➜  EOF
2025-08-20T21:20:45.4333216Z [00:03:38.767]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b721/_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/b721=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatescheduling -lang=go1.21 -complete -installsuffix shared -buildid qEHaQsfCopFwS8xnT5N9/qEHaQsfCopFwS8xnT5N9 -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/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:20:45.4384263Z [00:03:38.778]➜  go tool buildid -w $WORK/b718/_pkg_.a # internal
2025-08-20T21:20:45.4404379Z [00:03:38.780]➜  cp $WORK/b718/_pkg_.a /root/.cache/go-build/0d/0de108d41e76b55e409f1c67c1b4e66b3d9537625e3fe7aa0d9e1a0ea43c7329-d # internal
2025-08-20T21:20:45.4405876Z [00:03:38.780]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateservicetype
2025-08-20T21:20:45.4429384Z [00:03:38.780]➜  mkdir -p $WORK/b722/
2025-08-20T21:20:45.4430068Z [00:03:38.780]➜  cat >/tmp/go-build3619502580/b722/importcfg << 'EOF' # internal
2025-08-20T21:20:45.4430688Z [00:03:38.780]➜  # import config
2025-08-20T21:20:45.4431478Z [00:03:38.780]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:45.4432313Z [00:03:38.780]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:45.4433252Z [00:03:38.780]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:45.4434081Z [00:03:38.780]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:45.4434820Z [00:03:38.780]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:45.4435923Z [00:03:38.780]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:45.4437304Z [00:03:38.780]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:45.4438784Z [00:03:38.780]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3619502580/b572/_pkg_.a
2025-08-20T21:20:45.4439895Z [00:03:38.780]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:45.4440981Z [00:03:38.780]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:45.4441896Z [00:03:38.780]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:45.4442646Z [00:03:38.780]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:45.4443391Z [00:03:38.780]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:45.4443937Z [00:03:38.780]➜  EOF
2025-08-20T21:20:45.4450220Z [00:03:38.780]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b722/_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/b722=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateservicetype -lang=go1.21 -complete -installsuffix shared -buildid Fjqrcr3LA3bDzD8o56Xj/Fjqrcr3LA3bDzD8o56Xj -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/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:20:45.5401705Z [00:03:38.879]➜  go tool buildid -w $WORK/b721/_pkg_.a # internal
2025-08-20T21:20:45.5418526Z [00:03:38.881]➜  cp $WORK/b721/_pkg_.a /root/.cache/go-build/b7/b75f1509ad5d9036e387659baa3451d593f918ae688aa54d542bd5e19b710009-d # internal
2025-08-20T21:20:45.5422788Z [00:03:38.881]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatestatus
2025-08-20T21:20:45.5423550Z [00:03:38.882]➜  mkdir -p $WORK/b723/
2025-08-20T21:20:45.5452419Z [00:03:38.882]➜  cat >/tmp/go-build3619502580/b723/importcfg << 'EOF' # internal
2025-08-20T21:20:45.5453091Z [00:03:38.882]➜  # import config
2025-08-20T21:20:45.5453747Z [00:03:38.882]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:45.5454745Z [00:03:38.882]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:45.5455561Z [00:03:38.882]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:45.5456472Z [00:03:38.882]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:45.5457256Z [00:03:38.882]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:45.5458438Z [00:03:38.882]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:45.5461437Z [00:03:38.882]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:45.5463130Z [00:03:38.883]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorstatus=/tmp/go-build3619502580/b452/_pkg_.a
2025-08-20T21:20:45.5464744Z [00:03:38.883]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3619502580/b572/_pkg_.a
2025-08-20T21:20:45.5465867Z [00:03:38.883]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:45.5466579Z [00:03:38.883]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:45.5467317Z [00:03:38.883]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:45.5468098Z [00:03:38.883]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:45.5468904Z [00:03:38.883]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:45.5469500Z [00:03:38.883]➜  EOF
2025-08-20T21:20:45.5476146Z [00:03:38.883]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b723/_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/b723=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatestatus -lang=go1.21 -complete -installsuffix shared -buildid TRZg2XMMuNkucWlGbOVj/TRZg2XMMuNkucWlGbOVj -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/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:20:45.5481653Z [00:03:38.885]➜  go tool buildid -w $WORK/b719/_pkg_.a # internal
2025-08-20T21:20:45.5495090Z [00:03:38.888]➜  cp $WORK/b719/_pkg_.a /root/.cache/go-build/18/18247652708bafc3a8c6e5dc324d628a4f6a6a19fd6618093b30e55e32856d93-d # internal
2025-08-20T21:20:45.5513123Z [00:03:38.889]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/bulk
2025-08-20T21:20:45.5514187Z [00:03:38.889]➜  mkdir -p $WORK/b724/
2025-08-20T21:20:45.5515006Z [00:03:38.889]➜  go tool buildid -w $WORK/b720/_pkg_.a # internal
2025-08-20T21:20:45.5515829Z [00:03:38.889]➜  cat >/tmp/go-build3619502580/b724/importcfg << 'EOF' # internal
2025-08-20T21:20:45.5516468Z [00:03:38.889]➜  # import config
2025-08-20T21:20:45.5517084Z [00:03:38.889]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:45.5517879Z [00:03:38.889]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:45.5518714Z [00:03:38.889]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:45.5519590Z [00:03:38.889]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:45.5520394Z [00:03:38.889]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:45.5521769Z [00:03:38.889]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:45.5523303Z [00:03:38.889]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:45.5525163Z [00:03:38.889]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operationtype=/tmp/go-build3619502580/b725/_pkg_.a
2025-08-20T21:20:45.5526925Z [00:03:38.889]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3619502580/b568/_pkg_.a
2025-08-20T21:20:45.5528279Z [00:03:38.889]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:45.5529076Z [00:03:38.889]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:45.5529887Z [00:03:38.889]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:45.5530673Z [00:03:38.889]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:45.5531709Z [00:03:38.889]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:45.5532331Z [00:03:38.889]➜  EOF
2025-08-20T21:20:45.5538836Z [00:03:38.889]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b724/_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/b724=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/bulk -lang=go1.21 -complete -installsuffix shared -buildid tTQ82DdQrbhjOFNI1DW_/tTQ82DdQrbhjOFNI1DW_ -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/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:20:45.5545209Z [00:03:38.891]➜  cp $WORK/b720/_pkg_.a /root/.cache/go-build/e0/e0ef15bbabf3e7ba5c4ebf211c2650ad04f7d664a890bbc029a5a3c5ab450a5c-d # internal
2025-08-20T21:20:45.5546599Z [00:03:38.891]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/clearscroll
2025-08-20T21:20:45.5547490Z [00:03:38.891]➜  mkdir -p $WORK/b726/
2025-08-20T21:20:45.5548202Z [00:03:38.891]➜  cat >/tmp/go-build3619502580/b726/importcfg << 'EOF' # internal
2025-08-20T21:20:45.5548843Z [00:03:38.891]➜  # import config
2025-08-20T21:20:45.5549445Z [00:03:38.892]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:45.5550255Z [00:03:38.892]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:45.5551152Z [00:03:38.892]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:45.5552129Z [00:03:38.892]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:45.5552931Z [00:03:38.892]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:45.5554141Z [00:03:38.892]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:45.5555653Z [00:03:38.892]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:45.5556716Z [00:03:38.892]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:45.5557574Z [00:03:38.892]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:45.5558422Z [00:03:38.892]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:45.5559267Z [00:03:38.892]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:45.5560087Z [00:03:38.892]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:45.5560754Z [00:03:38.892]➜  EOF
2025-08-20T21:20:45.5561420Z [00:03:38.892]➜  go tool buildid -w $WORK/b722/_pkg_.a # internal
2025-08-20T21:20:45.5562764Z [00:03:38.893]➜  cp $WORK/b722/_pkg_.a /root/.cache/go-build/4e/4efef4ef886ca538cf40c94d63ee350fa95d74affebd76504b4394956e690a11-d # internal
2025-08-20T21:20:45.5564108Z [00:03:38.893]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/closepointintime
2025-08-20T21:20:45.5564870Z [00:03:38.893]➜  mkdir -p $WORK/b727/
2025-08-20T21:20:45.5565751Z [00:03:38.894]➜  cat >/tmp/go-build3619502580/b727/importcfg << 'EOF' # internal
2025-08-20T21:20:45.5566424Z [00:03:38.894]➜  # import config
2025-08-20T21:20:45.5567065Z [00:03:38.894]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:45.5568032Z [00:03:38.894]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:45.5568916Z [00:03:38.894]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:45.5569778Z [00:03:38.894]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:45.5570538Z [00:03:38.894]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:45.5572020Z [00:03:38.894]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:45.5573577Z [00:03:38.894]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:45.5574844Z [00:03:38.894]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:45.5575728Z [00:03:38.894]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:45.5576618Z [00:03:38.894]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:45.5577473Z [00:03:38.894]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:45.5578306Z [00:03:38.894]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:45.5578926Z [00:03:38.894]➜  EOF
2025-08-20T21:20:45.5586882Z [00:03:38.894]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b727/_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/b727=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/closepointintime -lang=go1.21 -complete -installsuffix shared -buildid qlz_R9GMdgtW9uRBEAmY/qlz_R9GMdgtW9uRBEAmY -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/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:20:45.5598495Z [00:03:38.898]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b726/_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/b726=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/clearscroll -lang=go1.21 -complete -installsuffix shared -buildid qp1alM0UOrtWPuec-3iz/qp1alM0UOrtWPuec-3iz -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/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:20:45.6513713Z [00:03:38.988]➜  go tool buildid -w $WORK/b723/_pkg_.a # internal
2025-08-20T21:20:45.6516044Z [00:03:38.991]➜  cp $WORK/b723/_pkg_.a /root/.cache/go-build/63/6383f22d6932a7a829cb2f8a9c2b789ecee3103e8d3c2ada4f2f1168c6d5d62b-d # internal
2025-08-20T21:20:45.6517829Z [00:03:38.991]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/count
2025-08-20T21:20:45.6523374Z [00:03:38.991]➜  mkdir -p $WORK/b728/
2025-08-20T21:20:45.6524479Z [00:03:38.991]➜  cat >/tmp/go-build3619502580/b728/importcfg << 'EOF' # internal
2025-08-20T21:20:45.6525457Z [00:03:38.991]➜  # import config
2025-08-20T21:20:45.6526336Z [00:03:38.991]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:45.6529246Z [00:03:38.991]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:45.6530656Z [00:03:38.991]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:45.6532080Z [00:03:38.992]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:45.6533500Z [00:03:38.992]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:45.6534939Z [00:03:38.992]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:45.6536778Z [00:03:38.992]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:45.6538931Z [00:03:38.992]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:45.6542840Z [00:03:38.992]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build3619502580/b554/_pkg_.a
2025-08-20T21:20:45.6545529Z [00:03:38.992]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:45.6546726Z [00:03:38.992]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:45.6547838Z [00:03:38.992]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:45.6548917Z [00:03:38.992]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:45.6549991Z [00:03:38.992]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:45.6552640Z [00:03:38.992]➜  EOF
2025-08-20T21:20:45.6558783Z [00:03:38.992]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b728/_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/b728=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/count -lang=go1.21 -complete -installsuffix shared -buildid nN6D9SJmRwZXPdS8KosB/nN6D9SJmRwZXPdS8KosB -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/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:20:45.6694620Z [00:03:39.008]➜  go tool buildid -w $WORK/b727/_pkg_.a # internal
2025-08-20T21:20:45.6737159Z [00:03:39.013]➜  cp $WORK/b727/_pkg_.a /root/.cache/go-build/4d/4d691c02d88500253e53e29f845e9f92bcb8f6622b4b8ed5e91b21cdc161a939-d # internal
2025-08-20T21:20:45.6745844Z [00:03:39.013]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/create
2025-08-20T21:20:45.6746614Z [00:03:39.013]➜  mkdir -p $WORK/b729/
2025-08-20T21:20:45.6747347Z [00:03:39.013]➜  cat >/tmp/go-build3619502580/b729/importcfg << 'EOF' # internal
2025-08-20T21:20:45.6748025Z [00:03:39.013]➜  # import config
2025-08-20T21:20:45.6748692Z [00:03:39.013]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:45.6749549Z [00:03:39.013]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:45.6750420Z [00:03:39.013]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:45.6751451Z [00:03:39.013]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:45.6752269Z [00:03:39.013]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:45.6753488Z [00:03:39.013]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:45.6755009Z [00:03:39.013]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:45.6756608Z [00:03:39.013]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/optype=/tmp/go-build3619502580/b555/_pkg_.a
2025-08-20T21:20:45.6758306Z [00:03:39.013]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3619502580/b568/_pkg_.a
2025-08-20T21:20:45.6760190Z [00:03:39.013]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3619502580/b572/_pkg_.a
2025-08-20T21:20:45.6762181Z [00:03:39.013]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3619502580/b623/_pkg_.a
2025-08-20T21:20:45.6763620Z [00:03:39.013]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:45.6764424Z [00:03:39.013]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:45.6765244Z [00:03:39.013]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:45.6766044Z [00:03:39.013]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:45.6766852Z [00:03:39.013]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:45.6767457Z [00:03:39.013]➜  EOF
2025-08-20T21:20:45.6773561Z [00:03:39.013]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b729/_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/b729=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/create -lang=go1.21 -complete -installsuffix shared -buildid roOHr9QTQuwFLfwWe-Gt/roOHr9QTQuwFLfwWe-Gt -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/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:20:45.6943625Z [00:03:39.033]➜  go tool buildid -w $WORK/b724/_pkg_.a # internal
2025-08-20T21:20:45.6970672Z [00:03:39.036]➜  cp $WORK/b724/_pkg_.a /root/.cache/go-build/9f/9ff6d64909cd2944f5441a8b22d4973672f5be927c261b17e312d66a0b3609a2-d # internal
2025-08-20T21:20:45.6980075Z [00:03:39.037]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/delete
2025-08-20T21:20:45.6980946Z [00:03:39.037]➜  mkdir -p $WORK/b730/
2025-08-20T21:20:45.6989632Z [00:03:39.038]➜  go tool buildid -w $WORK/b726/_pkg_.a # internal
2025-08-20T21:20:45.6992055Z [00:03:39.038]➜  cat >/tmp/go-build3619502580/b730/importcfg << 'EOF' # internal
2025-08-20T21:20:45.6992797Z [00:03:39.038]➜  # import config
2025-08-20T21:20:45.6993576Z [00:03:39.038]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:45.6994495Z [00:03:39.038]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:45.6995417Z [00:03:39.038]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:45.6996297Z [00:03:39.038]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:45.6997126Z [00:03:39.038]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:45.6999287Z [00:03:39.038]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:45.7001047Z [00:03:39.038]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:45.7002944Z [00:03:39.038]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3619502580/b568/_pkg_.a
2025-08-20T21:20:45.7004705Z [00:03:39.038]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3619502580/b572/_pkg_.a
2025-08-20T21:20:45.7006459Z [00:03:39.038]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3619502580/b623/_pkg_.a
2025-08-20T21:20:45.7007736Z [00:03:39.038]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:45.7008620Z [00:03:39.038]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:45.7009500Z [00:03:39.038]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:45.7010369Z [00:03:39.038]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:45.7011585Z [00:03:39.038]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:45.7012316Z [00:03:39.038]➜  EOF
2025-08-20T21:20:45.7018442Z [00:03:39.041]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b730/_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/b730=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/delete -lang=go1.21 -complete -installsuffix shared -buildid 2ILJZAQy8OyOM-wqK7Pa/2ILJZAQy8OyOM-wqK7Pa -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/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/delete/response.go
2025-08-20T21:20:45.7025114Z [00:03:39.041]➜  cp $WORK/b726/_pkg_.a /root/.cache/go-build/95/959edfc8479afab5f81add72bed42ea091cca72c446b08e95a2b10600e53464d-d # internal
2025-08-20T21:20:45.7038278Z [00:03:39.043]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyquery
2025-08-20T21:20:45.7050433Z [00:03:39.043]➜  mkdir -p $WORK/b731/
2025-08-20T21:20:45.7056731Z [00:03:39.043]➜  cat >/tmp/go-build3619502580/b731/importcfg << 'EOF' # internal
2025-08-20T21:20:45.7059348Z [00:03:39.043]➜  # import config
2025-08-20T21:20:45.7064607Z [00:03:39.043]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:45.7065566Z [00:03:39.043]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:45.7066458Z [00:03:39.043]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:45.7067325Z [00:03:39.044]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:45.7068114Z [00:03:39.045]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:45.7069527Z [00:03:39.045]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:45.7071111Z [00:03:39.045]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:45.7073016Z [00:03:39.045]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conflicts=/tmp/go-build3619502580/b732/_pkg_.a
2025-08-20T21:20:45.7074829Z [00:03:39.045]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:45.7076584Z [00:03:39.045]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build3619502580/b554/_pkg_.a
2025-08-20T21:20:45.7078328Z [00:03:39.045]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3619502580/b580/_pkg_.a
2025-08-20T21:20:45.7079568Z [00:03:39.045]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:45.7080382Z [00:03:39.045]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:45.7081179Z [00:03:39.045]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:45.7082244Z [00:03:39.045]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:45.7083042Z [00:03:39.045]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:45.7083635Z [00:03:39.045]➜  EOF
2025-08-20T21:20:45.7089890Z [00:03:39.045]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b731/_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/b731=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyquery -lang=go1.21 -complete -installsuffix shared -buildid pawAcmErviQRtU8lqXd2/pawAcmErviQRtU8lqXd2 -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/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:20:45.7869148Z [00:03:39.126]➜  go tool buildid -w $WORK/b728/_pkg_.a # internal
2025-08-20T21:20:45.7896488Z [00:03:39.128]➜  cp $WORK/b728/_pkg_.a /root/.cache/go-build/ed/ed0d9a20cc93c1520e75dc59615678ce9db702d9647113b3623920f09e496030-d # internal
2025-08-20T21:20:45.7898101Z [00:03:39.129]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyqueryrethrottle
2025-08-20T21:20:45.7898961Z [00:03:39.129]➜  mkdir -p $WORK/b733/
2025-08-20T21:20:45.7913113Z [00:03:39.129]➜  cat >/tmp/go-build3619502580/b733/importcfg << 'EOF' # internal
2025-08-20T21:20:45.7922898Z [00:03:39.129]➜  # import config
2025-08-20T21:20:45.7923562Z [00:03:39.129]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:45.7924567Z [00:03:39.129]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:45.7925434Z [00:03:39.131]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:45.7926257Z [00:03:39.131]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:45.7927020Z [00:03:39.131]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:45.7928182Z [00:03:39.131]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:45.7929960Z [00:03:39.131]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:45.7931471Z [00:03:39.131]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:45.7932418Z [00:03:39.131]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:45.7952411Z [00:03:39.131]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:45.7953619Z [00:03:39.131]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:45.7954657Z [00:03:39.131]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:45.7955435Z [00:03:39.131]➜  EOF
2025-08-20T21:20:45.7956153Z [00:03:39.131]➜  go tool buildid -w $WORK/b729/_pkg_.a # internal
2025-08-20T21:20:45.7962767Z [00:03:39.131]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b733/_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/b733=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyqueryrethrottle -lang=go1.21 -complete -installsuffix shared -buildid mkbMdEchS9MGR_pTcQuC/mkbMdEchS9MGR_pTcQuC -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/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:20:45.7984285Z [00:03:39.137]➜  cp $WORK/b729/_pkg_.a /root/.cache/go-build/0a/0a1841cc2d31e033a3b8e72fcf86afed03edcbb998e8ddcf0d7dcd57b1168ea6-d # internal
2025-08-20T21:20:45.7988740Z [00:03:39.137]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/deletescript
2025-08-20T21:20:45.7989447Z [00:03:39.138]➜  mkdir -p $WORK/b734/
2025-08-20T21:20:45.8038183Z [00:03:39.143]➜  cat >/tmp/go-build3619502580/b734/importcfg << 'EOF' # internal
2025-08-20T21:20:45.8038864Z [00:03:39.143]➜  # import config
2025-08-20T21:20:45.8039702Z [00:03:39.143]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:45.8042930Z [00:03:39.143]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:45.8043985Z [00:03:39.143]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:45.8047490Z [00:03:39.143]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:45.8048869Z [00:03:39.143]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:45.8050341Z [00:03:39.143]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:45.8051708Z [00:03:39.143]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:45.8052490Z [00:03:39.143]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:45.8053286Z [00:03:39.144]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:45.8054072Z [00:03:39.144]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:45.8054847Z [00:03:39.144]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:45.8055422Z [00:03:39.144]➜  EOF
2025-08-20T21:20:45.8060918Z [00:03:39.144]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b734/_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/b734=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/deletescript -lang=go1.21 -complete -installsuffix shared -buildid RpjnCKq56nlPMvPizXw4/RpjnCKq56nlPMvPizXw4 -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/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:20:45.8224337Z [00:03:39.161]➜  go tool buildid -w $WORK/b730/_pkg_.a # internal
2025-08-20T21:20:45.8249220Z [00:03:39.164]➜  cp $WORK/b730/_pkg_.a /root/.cache/go-build/8d/8d8e3dbfedc3c98d1b3ce86f96269f781fe669907ca7276997cc88820095356b-d # internal
2025-08-20T21:20:45.8256952Z [00:03:39.165]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/explain
2025-08-20T21:20:45.8263476Z [00:03:39.165]➜  mkdir -p $WORK/b737/
2025-08-20T21:20:45.8273645Z [00:03:39.167]➜  cat >/tmp/go-build3619502580/b737/importcfg << 'EOF' # internal
2025-08-20T21:20:45.8275720Z [00:03:39.167]➜  # import config
2025-08-20T21:20:45.8282316Z [00:03:39.167]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:45.8283180Z [00:03:39.167]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:45.8283993Z [00:03:39.167]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:45.8284695Z [00:03:39.167]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:45.8285457Z [00:03:39.167]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:45.8286599Z [00:03:39.167]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:45.8288088Z [00:03:39.167]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:45.8289692Z [00:03:39.167]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build3619502580/b554/_pkg_.a
2025-08-20T21:20:45.8290926Z [00:03:39.167]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:45.8292483Z [00:03:39.167]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:45.8293310Z [00:03:39.167]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:45.8294098Z [00:03:39.167]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:45.8294893Z [00:03:39.167]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:45.8295493Z [00:03:39.167]➜  EOF
2025-08-20T21:20:45.8301329Z [00:03:39.167]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b737/_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/b737=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/explain -lang=go1.21 -complete -installsuffix shared -buildid nRAO1j1uH7hagmpjIkvS/nRAO1j1uH7hagmpjIkvS -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/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:20:45.8441646Z [00:03:39.183]➜  go tool buildid -w $WORK/b731/_pkg_.a # internal
2025-08-20T21:20:45.8469312Z [00:03:39.186]➜  cp $WORK/b731/_pkg_.a /root/.cache/go-build/c8/c8b5a3d4635bd0d8528cae8ac1ad5f1fe757e721d38f11fc1cd0df26ae4b862e-d # internal
2025-08-20T21:20:45.8497243Z [00:03:39.189]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/fieldcaps
2025-08-20T21:20:45.8498073Z [00:03:39.189]➜  mkdir -p $WORK/b738/
2025-08-20T21:20:45.8498951Z [00:03:39.189]➜  cat >/tmp/go-build3619502580/b738/importcfg << 'EOF' # internal
2025-08-20T21:20:45.8499600Z [00:03:39.189]➜  # import config
2025-08-20T21:20:45.8500813Z [00:03:39.189]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:45.8501918Z [00:03:39.189]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:45.8502877Z [00:03:39.189]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:45.8505323Z [00:03:39.189]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:45.8506356Z [00:03:39.189]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:45.8509608Z [00:03:39.189]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:45.8511091Z [00:03:39.189]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:45.8513056Z [00:03:39.189]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:45.8514299Z [00:03:39.189]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:45.8515074Z [00:03:39.189]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:45.8515875Z [00:03:39.189]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:45.8516648Z [00:03:39.189]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:45.8517415Z [00:03:39.189]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:45.8517985Z [00:03:39.189]➜  EOF
2025-08-20T21:20:45.8536567Z [00:03:39.189]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b738/_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/b738=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/fieldcaps -lang=go1.21 -complete -installsuffix shared -buildid HBptFIb2hJxqG2nAF95M/HBptFIb2hJxqG2nAF95M -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/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:20:45.9148601Z [00:03:39.254]➜  go tool buildid -w $WORK/b734/_pkg_.a # internal
2025-08-20T21:20:45.9163965Z [00:03:39.255]➜  cp $WORK/b734/_pkg_.a /root/.cache/go-build/63/630291c9c1b8109196b1617bf50151661982ef5f2cc8a49770bacf3b58a6c7fd-d # internal
2025-08-20T21:20:45.9170352Z [00:03:39.256]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/get
2025-08-20T21:20:45.9198151Z [00:03:39.257]➜  mkdir -p $WORK/b739/
2025-08-20T21:20:45.9198956Z [00:03:39.257]➜  cat >/tmp/go-build3619502580/b739/importcfg << 'EOF' # internal
2025-08-20T21:20:45.9199848Z [00:03:39.257]➜  # import config
2025-08-20T21:20:45.9200482Z [00:03:39.257]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:45.9201490Z [00:03:39.257]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:45.9202587Z [00:03:39.257]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:45.9203479Z [00:03:39.257]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:45.9204300Z [00:03:39.257]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:45.9205610Z [00:03:39.257]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:45.9207210Z [00:03:39.257]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:45.9209109Z [00:03:39.257]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3619502580/b623/_pkg_.a
2025-08-20T21:20:45.9210446Z [00:03:39.257]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:45.9211506Z [00:03:39.257]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:45.9212385Z [00:03:39.257]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:45.9213219Z [00:03:39.257]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:45.9214031Z [00:03:39.257]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:45.9214635Z [00:03:39.257]➜  EOF
2025-08-20T21:20:45.9219675Z [00:03:39.257]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b739/_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/b739=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/get -lang=go1.21 -complete -installsuffix shared -buildid 7fva-1KJEa1EV3BmKCrJ/7fva-1KJEa1EV3BmKCrJ -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/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/get/response.go
2025-08-20T21:20:45.9234959Z [00:03:39.263]➜  go tool buildid -w $WORK/b733/_pkg_.a # internal
2025-08-20T21:20:45.9265356Z [00:03:39.266]➜  cp $WORK/b733/_pkg_.a /root/.cache/go-build/fa/fab7d6c3391065e7c3f2052cec40547c3cd47357d8305c88899609032c25c41d-d # internal
2025-08-20T21:20:45.9291906Z [00:03:39.268]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/getscript
2025-08-20T21:20:45.9294854Z [00:03:39.269]➜  mkdir -p $WORK/b740/
2025-08-20T21:20:45.9297331Z [00:03:39.269]➜  cat >/tmp/go-build3619502580/b740/importcfg << 'EOF' # internal
2025-08-20T21:20:45.9302091Z [00:03:39.269]➜  # import config
2025-08-20T21:20:45.9302796Z [00:03:39.269]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:45.9303734Z [00:03:39.269]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:45.9304610Z [00:03:39.269]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:45.9305474Z [00:03:39.269]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:45.9306848Z [00:03:39.269]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:45.9308321Z [00:03:39.269]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:45.9309350Z [00:03:39.269]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:45.9310090Z [00:03:39.269]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:45.9310836Z [00:03:39.269]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:45.9311832Z [00:03:39.269]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:45.9312849Z [00:03:39.269]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:45.9313474Z [00:03:39.269]➜  EOF
2025-08-20T21:20:45.9318728Z [00:03:39.269]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b740/_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/b740=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/getscript -lang=go1.21 -complete -installsuffix shared -buildid H56WAMpnFfvfRmfjSFoA/H56WAMpnFfvfRmfjSFoA -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/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:20:45.9456541Z [00:03:39.282]➜  go tool buildid -w $WORK/b737/_pkg_.a # internal
2025-08-20T21:20:45.9460798Z [00:03:39.285]➜  cp $WORK/b737/_pkg_.a /root/.cache/go-build/34/34ebfcf7d09ad05296df8ff8659f53591d503df39d798b8fc3e4406f04989602-d # internal
2025-08-20T21:20:45.9464103Z [00:03:39.286]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptcontext
2025-08-20T21:20:45.9466582Z [00:03:39.286]➜  mkdir -p $WORK/b741/
2025-08-20T21:20:45.9473945Z [00:03:39.286]➜  cat >/tmp/go-build3619502580/b741/importcfg << 'EOF' # internal
2025-08-20T21:20:45.9474633Z [00:03:39.286]➜  # import config
2025-08-20T21:20:45.9477469Z [00:03:39.286]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:45.9481702Z [00:03:39.287]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:45.9485762Z [00:03:39.287]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:45.9489897Z [00:03:39.287]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:45.9493162Z [00:03:39.287]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:45.9496589Z [00:03:39.287]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:45.9499328Z [00:03:39.287]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:45.9500118Z [00:03:39.287]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:45.9502735Z [00:03:39.287]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:45.9504610Z [00:03:39.287]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:45.9505650Z [00:03:39.287]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:45.9506449Z [00:03:39.287]➜  EOF
2025-08-20T21:20:45.9517166Z [00:03:39.290]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b741/_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/b741=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptcontext -lang=go1.21 -complete -installsuffix shared -buildid YpKK13D3ThXtcIXPx1mt/YpKK13D3ThXtcIXPx1mt -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/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:20:45.9878224Z [00:03:39.327]➜  go tool buildid -w $WORK/b738/_pkg_.a # internal
2025-08-20T21:20:45.9914186Z [00:03:39.330]➜  cp $WORK/b738/_pkg_.a /root/.cache/go-build/2c/2c79014d9a334ce54d85895a63704225d782b63b987cd14ed57655c1f669deab-d # internal
2025-08-20T21:20:45.9922477Z [00:03:39.331]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptlanguages
2025-08-20T21:20:45.9927901Z [00:03:39.332]➜  mkdir -p $WORK/b742/
2025-08-20T21:20:45.9940548Z [00:03:39.333]➜  cat >/tmp/go-build3619502580/b742/importcfg << 'EOF' # internal
2025-08-20T21:20:45.9944787Z [00:03:39.333]➜  # import config
2025-08-20T21:20:45.9945506Z [00:03:39.333]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:45.9946457Z [00:03:39.333]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:45.9947384Z [00:03:39.333]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:45.9948207Z [00:03:39.333]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:45.9949397Z [00:03:39.333]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:45.9950895Z [00:03:39.333]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:45.9952234Z [00:03:39.333]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:45.9953089Z [00:03:39.333]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:45.9954339Z [00:03:39.333]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:45.9955310Z [00:03:39.333]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:45.9956209Z [00:03:39.333]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:45.9956878Z [00:03:39.333]➜  EOF
2025-08-20T21:20:45.9968181Z [00:03:39.335]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b742/_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/b742=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptlanguages -lang=go1.21 -complete -installsuffix shared -buildid GB4yS0Ck4lxv6-jiodMm/GB4yS0Ck4lxv6-jiodMm -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/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:20:46.0269448Z [00:03:39.366]➜  go tool buildid -w $WORK/b740/_pkg_.a # internal
2025-08-20T21:20:46.0289335Z [00:03:39.368]➜  cp $WORK/b740/_pkg_.a /root/.cache/go-build/96/966af3d16e3ba6c5b93de3774d28317de2c0d47b1f3af9af7b35a73909158fc8-d # internal
2025-08-20T21:20:46.0301685Z [00:03:39.369]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/getsource
2025-08-20T21:20:46.0302453Z [00:03:39.369]➜  mkdir -p $WORK/b743/
2025-08-20T21:20:46.0303150Z [00:03:39.369]➜  cat >/tmp/go-build3619502580/b743/importcfg << 'EOF' # internal
2025-08-20T21:20:46.0303765Z [00:03:39.369]➜  # import config
2025-08-20T21:20:46.0304383Z [00:03:39.369]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:46.0305191Z [00:03:39.369]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:46.0306134Z [00:03:39.369]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:46.0307153Z [00:03:39.369]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:46.0308356Z [00:03:39.369]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:46.0310010Z [00:03:39.369]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:46.0311777Z [00:03:39.369]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3619502580/b623/_pkg_.a
2025-08-20T21:20:46.0313001Z [00:03:39.369]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:46.0313791Z [00:03:39.369]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:46.0314610Z [00:03:39.369]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:46.0315446Z [00:03:39.369]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:46.0316308Z [00:03:39.369]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:46.0316925Z [00:03:39.369]➜  EOF
2025-08-20T21:20:46.0322566Z [00:03:39.369]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b743/_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/b743=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/getsource -lang=go1.21 -complete -installsuffix shared -buildid jEC7BnSTeiD5M5p3WC-V/jEC7BnSTeiD5M5p3WC-V -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/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:20:46.0393249Z [00:03:39.379]➜  go tool buildid -w $WORK/b739/_pkg_.a # internal
2025-08-20T21:20:46.0437838Z [00:03:39.383]➜  cp $WORK/b739/_pkg_.a /root/.cache/go-build/0b/0b021e49121b037eab1b0311d19b56fe390adfbbcd9d03a709b1a8c88e65833e-d # internal
2025-08-20T21:20:46.0440270Z [00:03:39.383]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/healthreport
2025-08-20T21:20:46.0441013Z [00:03:39.383]➜  mkdir -p $WORK/b744/
2025-08-20T21:20:46.0442287Z [00:03:39.383]➜  cat >/tmp/go-build3619502580/b744/importcfg << 'EOF' # internal
2025-08-20T21:20:46.0443008Z [00:03:39.383]➜  # import config
2025-08-20T21:20:46.0443720Z [00:03:39.383]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:46.0444656Z [00:03:39.383]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:46.0445609Z [00:03:39.383]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:46.0446489Z [00:03:39.383]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:46.0447719Z [00:03:39.383]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:46.0449220Z [00:03:39.383]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:46.0450974Z [00:03:39.383]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indicatorhealthstatus=/tmp/go-build3619502580/b526/_pkg_.a
2025-08-20T21:20:46.0452617Z [00:03:39.383]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:46.0453459Z [00:03:39.383]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:46.0454351Z [00:03:39.383]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:46.0455242Z [00:03:39.383]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:46.0456120Z [00:03:39.383]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:46.0456745Z [00:03:39.383]➜  EOF
2025-08-20T21:20:46.0462542Z [00:03:39.383]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b744/_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/b744=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/healthreport -lang=go1.21 -complete -installsuffix shared -buildid xnAnGCUhPgePV_hmgtWh/xnAnGCUhPgePV_hmgtWh -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/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:20:46.0610849Z [00:03:39.400]➜  go tool buildid -w $WORK/b741/_pkg_.a # internal
2025-08-20T21:20:46.0629841Z [00:03:39.402]➜  cp $WORK/b741/_pkg_.a /root/.cache/go-build/a7/a76306dd3a08b5442fea65934af0aea434bfb801e55d0e08443c824ea1b7c426-d # internal
2025-08-20T21:20:46.0635980Z [00:03:39.403]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/index
2025-08-20T21:20:46.0639191Z [00:03:39.403]➜  mkdir -p $WORK/b745/
2025-08-20T21:20:46.0647995Z [00:03:39.404]➜  cat >/tmp/go-build3619502580/b745/importcfg << 'EOF' # internal
2025-08-20T21:20:46.0649705Z [00:03:39.404]➜  # import config
2025-08-20T21:20:46.0650370Z [00:03:39.404]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:46.0651328Z [00:03:39.404]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:46.0652234Z [00:03:39.404]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:46.0653063Z [00:03:39.404]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:46.0653824Z [00:03:39.404]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:46.0655013Z [00:03:39.404]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:46.0656651Z [00:03:39.404]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:46.0658328Z [00:03:39.404]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/optype=/tmp/go-build3619502580/b555/_pkg_.a
2025-08-20T21:20:46.0659999Z [00:03:39.404]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3619502580/b568/_pkg_.a
2025-08-20T21:20:46.0662589Z [00:03:39.404]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3619502580/b572/_pkg_.a
2025-08-20T21:20:46.0664307Z [00:03:39.404]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3619502580/b623/_pkg_.a
2025-08-20T21:20:46.0665517Z [00:03:39.404]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:46.0666288Z [00:03:39.404]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:46.0667083Z [00:03:39.404]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:46.0667873Z [00:03:39.404]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:46.0668661Z [00:03:39.404]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:46.0669235Z [00:03:39.404]➜  EOF
2025-08-20T21:20:46.0678616Z [00:03:39.407]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b745/_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/b745=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/index -lang=go1.21 -complete -installsuffix shared -buildid eOOoEN2TB4yavtUIkCT3/eOOoEN2TB4yavtUIkCT3 -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/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:20:46.1137292Z [00:03:39.453]➜  go tool buildid -w $WORK/b742/_pkg_.a # internal
2025-08-20T21:20:46.1158436Z [00:03:39.455]➜  cp $WORK/b742/_pkg_.a /root/.cache/go-build/5f/5fbc55ec0be25b95ee3fbda3542df243c214e751c52485ef9234160aaf2ae72f-d # internal
2025-08-20T21:20:46.1166940Z [00:03:39.456]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/info
2025-08-20T21:20:46.1169033Z [00:03:39.456]➜  mkdir -p $WORK/b746/
2025-08-20T21:20:46.1177655Z [00:03:39.457]➜  cat >/tmp/go-build3619502580/b746/importcfg << 'EOF' # internal
2025-08-20T21:20:46.1179474Z [00:03:39.457]➜  # import config
2025-08-20T21:20:46.1180150Z [00:03:39.457]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:46.1181036Z [00:03:39.457]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:46.1182119Z [00:03:39.457]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:46.1182962Z [00:03:39.457]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:46.1184280Z [00:03:39.457]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:46.1185881Z [00:03:39.457]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:46.1187047Z [00:03:39.457]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:46.1187880Z [00:03:39.457]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:46.1188837Z [00:03:39.457]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:46.1189702Z [00:03:39.457]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:46.1190597Z [00:03:39.457]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:46.1191378Z [00:03:39.457]➜  EOF
2025-08-20T21:20:46.1200574Z [00:03:39.459]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b746/_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/b746=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/info -lang=go1.21 -complete -installsuffix shared -buildid eVm0rlDBcvTg48HeegaP/eVm0rlDBcvTg48HeegaP -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/info/info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/info/response.go
2025-08-20T21:20:46.1422817Z [00:03:39.481]➜  go tool buildid -w $WORK/b743/_pkg_.a # internal
2025-08-20T21:20:46.1438114Z [00:03:39.483]➜  cp $WORK/b743/_pkg_.a /root/.cache/go-build/90/90fd67891164174a7d498db4c225dd8f4396cb0a831ed854b0a3ab8dcd5a44cb-d # internal
2025-08-20T21:20:46.1446632Z [00:03:39.484]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/knnsearch
2025-08-20T21:20:46.1448586Z [00:03:39.484]➜  mkdir -p $WORK/b747/
2025-08-20T21:20:46.1449321Z [00:03:39.484]➜  cat >/tmp/go-build3619502580/b747/importcfg << 'EOF' # internal
2025-08-20T21:20:46.1449991Z [00:03:39.484]➜  # import config
2025-08-20T21:20:46.1450601Z [00:03:39.484]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:46.1451562Z [00:03:39.484]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:46.1452417Z [00:03:39.484]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:46.1453204Z [00:03:39.484]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:46.1453960Z [00:03:39.484]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:46.1455126Z [00:03:39.484]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:46.1456594Z [00:03:39.484]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:46.1457646Z [00:03:39.484]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:46.1458602Z [00:03:39.484]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:46.1459391Z [00:03:39.484]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:46.1460167Z [00:03:39.484]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:46.1461056Z [00:03:39.484]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:46.1462846Z [00:03:39.484]➜  EOF
2025-08-20T21:20:46.1468796Z [00:03:39.484]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b747/_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/b747=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/knnsearch -lang=go1.21 -complete -installsuffix shared -buildid SoxWuCHXZ94MoD01MX_4/SoxWuCHXZ94MoD01MX_4 -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/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:20:46.1514174Z [00:03:39.490]➜  go tool buildid -w $WORK/b744/_pkg_.a # internal
2025-08-20T21:20:46.1534982Z [00:03:39.493]➜  cp $WORK/b744/_pkg_.a /root/.cache/go-build/17/17a6892effa7bbe421c3d2c2d5a08fcc77c22ed71527a5d2e70f0c05f289866e-d # internal
2025-08-20T21:20:46.1542352Z [00:03:39.493]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/mget
2025-08-20T21:20:46.1553189Z [00:03:39.494]➜  mkdir -p $WORK/b748/
2025-08-20T21:20:46.1558848Z [00:03:39.494]➜  cat >/tmp/go-build3619502580/b748/importcfg << 'EOF' # internal
2025-08-20T21:20:46.1559502Z [00:03:39.494]➜  # import config
2025-08-20T21:20:46.1560128Z [00:03:39.494]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:46.1561187Z [00:03:39.494]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:46.1562235Z [00:03:39.494]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:46.1563345Z [00:03:39.494]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:46.1564312Z [00:03:39.494]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:46.1565868Z [00:03:39.494]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:46.1567441Z [00:03:39.494]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:46.1568616Z [00:03:39.494]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:46.1569506Z [00:03:39.494]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:46.1570419Z [00:03:39.494]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:46.1571562Z [00:03:39.494]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:46.1572477Z [00:03:39.494]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:46.1573132Z [00:03:39.494]➜  EOF
2025-08-20T21:20:46.1578804Z [00:03:39.495]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b748/_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/b748=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/mget -lang=go1.21 -complete -installsuffix shared -buildid otSxTxZREaf9C5qhyRkQ/otSxTxZREaf9C5qhyRkQ -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/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:20:46.2011579Z [00:03:39.540]➜  go tool buildid -w $WORK/b745/_pkg_.a # internal
2025-08-20T21:20:46.2036616Z [00:03:39.543]➜  cp $WORK/b745/_pkg_.a /root/.cache/go-build/0a/0a1533a32c8d6b68c26913dc2666284c1efd53150b69f4e795cd4bc1f2e9aa6f-d # internal
2025-08-20T21:20:46.2038257Z [00:03:39.543]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/msearch
2025-08-20T21:20:46.2038957Z [00:03:39.543]➜  mkdir -p $WORK/b749/
2025-08-20T21:20:46.2049156Z [00:03:39.544]➜  cat >/tmp/go-build3619502580/b749/importcfg << 'EOF' # internal
2025-08-20T21:20:46.2082637Z [00:03:39.544]➜  # import config
2025-08-20T21:20:46.2084366Z [00:03:39.544]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:46.2085190Z [00:03:39.544]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:46.2086143Z [00:03:39.544]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:46.2086979Z [00:03:39.544]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:46.2087779Z [00:03:39.544]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:46.2088983Z [00:03:39.544]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:46.2090497Z [00:03:39.544]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:46.2092656Z [00:03:39.544]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:46.2094377Z [00:03:39.544]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3619502580/b580/_pkg_.a
2025-08-20T21:20:46.2095623Z [00:03:39.544]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:46.2096436Z [00:03:39.544]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:46.2097440Z [00:03:39.544]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:46.2098432Z [00:03:39.544]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:46.2099261Z [00:03:39.544]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:46.2099865Z [00:03:39.544]➜  EOF
2025-08-20T21:20:46.2106684Z [00:03:39.544]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b749/_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/b749=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/msearch -lang=go1.21 -complete -installsuffix shared -buildid P5wJRnSD2SsqqWbk-not/P5wJRnSD2SsqqWbk-not -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/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:20:46.2122452Z [00:03:39.548]➜  go tool buildid -w $WORK/b746/_pkg_.a # internal
2025-08-20T21:20:46.2123745Z [00:03:39.550]➜  cp $WORK/b746/_pkg_.a /root/.cache/go-build/d2/d2c5c35126ebeaffbd6cbd58cb53c8062fb72032a9326fb71c819d6c7e841920-d # internal
2025-08-20T21:20:46.2125049Z [00:03:39.550]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/msearchtemplate
2025-08-20T21:20:46.2125781Z [00:03:39.550]➜  mkdir -p $WORK/b750/
2025-08-20T21:20:46.2126456Z [00:03:39.550]➜  cat >/tmp/go-build3619502580/b750/importcfg << 'EOF' # internal
2025-08-20T21:20:46.2127083Z [00:03:39.550]➜  # import config
2025-08-20T21:20:46.2127694Z [00:03:39.550]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:46.2128482Z [00:03:39.550]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:46.2129484Z [00:03:39.550]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:46.2130298Z [00:03:39.550]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:46.2131044Z [00:03:39.550]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:46.2132489Z [00:03:39.550]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:46.2133959Z [00:03:39.550]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:46.2135527Z [00:03:39.550]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3619502580/b580/_pkg_.a
2025-08-20T21:20:46.2136698Z [00:03:39.550]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:46.2137456Z [00:03:39.550]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:46.2143765Z [00:03:39.550]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:46.2144564Z [00:03:39.550]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:46.2145344Z [00:03:39.550]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:46.2145937Z [00:03:39.550]➜  EOF
2025-08-20T21:20:46.2171942Z [00:03:39.550]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b750/_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/b750=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/msearchtemplate -lang=go1.21 -complete -installsuffix shared -buildid btgnt7HS_nLSJeBGcoNF/btgnt7HS_nLSJeBGcoNF -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/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:20:46.3013161Z [00:03:39.640]➜  go tool buildid -w $WORK/b748/_pkg_.a # internal
2025-08-20T21:20:46.3036194Z [00:03:39.643]➜  cp $WORK/b748/_pkg_.a /root/.cache/go-build/ff/ff975cd18b3105690a19cd663e35b7d5f7616c9d5bf958efb213e8c8914387f5-d # internal
2025-08-20T21:20:46.3038958Z [00:03:39.643]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/mtermvectors
2025-08-20T21:20:46.3039706Z [00:03:39.643]➜  mkdir -p $WORK/b751/
2025-08-20T21:20:46.3051105Z [00:03:39.644]➜  cat >/tmp/go-build3619502580/b751/importcfg << 'EOF' # internal
2025-08-20T21:20:46.3052011Z [00:03:39.644]➜  # import config
2025-08-20T21:20:46.3052660Z [00:03:39.644]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:46.3053602Z [00:03:39.644]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:46.3054503Z [00:03:39.644]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:46.3055335Z [00:03:39.644]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:46.3056113Z [00:03:39.644]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:46.3057313Z [00:03:39.644]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:46.3058824Z [00:03:39.644]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:46.3060453Z [00:03:39.644]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3619502580/b623/_pkg_.a
2025-08-20T21:20:46.3061884Z [00:03:39.644]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:46.3062667Z [00:03:39.644]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:46.3075570Z [00:03:39.644]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:46.3076727Z [00:03:39.644]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:46.3077565Z [00:03:39.644]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:46.3078187Z [00:03:39.644]➜  EOF
2025-08-20T21:20:46.3084703Z [00:03:39.644]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b751/_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/b751=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/mtermvectors -lang=go1.21 -complete -installsuffix shared -buildid 6jCGZoRbHRGJSYTBE1XI/6jCGZoRbHRGJSYTBE1XI -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/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:20:46.3256756Z [00:03:39.665]➜  go tool buildid -w $WORK/b750/_pkg_.a # internal
2025-08-20T21:20:46.3285032Z [00:03:39.668]➜  cp $WORK/b750/_pkg_.a /root/.cache/go-build/59/5975711f1fe419d0cc54406bccfe70e7ac1e5aba3d32ac1a333a1631212d9e1a-d # internal
2025-08-20T21:20:46.3296273Z [00:03:39.669]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/openpointintime
2025-08-20T21:20:46.3301939Z [00:03:39.669]➜  mkdir -p $WORK/b752/
2025-08-20T21:20:46.3309466Z [00:03:39.670]➜  cat >/tmp/go-build3619502580/b752/importcfg << 'EOF' # internal
2025-08-20T21:20:46.3310125Z [00:03:39.670]➜  # import config
2025-08-20T21:20:46.3310762Z [00:03:39.670]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:46.3311718Z [00:03:39.670]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:46.3312695Z [00:03:39.670]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:46.3313604Z [00:03:39.670]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:46.3315635Z [00:03:39.670]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:46.3317087Z [00:03:39.670]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:46.3319039Z [00:03:39.670]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:46.3320764Z [00:03:39.670]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:46.3323208Z [00:03:39.670]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:46.3325786Z [00:03:39.670]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:46.3333903Z [00:03:39.670]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:46.3334858Z [00:03:39.670]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:46.3335732Z [00:03:39.670]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:46.3340206Z [00:03:39.670]➜  EOF
2025-08-20T21:20:46.3346666Z [00:03:39.670]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b752/_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/b752=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/openpointintime -lang=go1.21 -complete -installsuffix shared -buildid wMvM3tembStD3U7GQflq/wMvM3tembStD3U7GQflq -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/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:20:46.3352731Z [00:03:39.672]➜  go tool buildid -w $WORK/b747/_pkg_.a # internal
2025-08-20T21:20:46.3354141Z [00:03:39.672]➜  cp $WORK/b747/_pkg_.a /root/.cache/go-build/2f/2f27cedf8629f32b1290ed16eb7afac955c10654e923dc1fee0932d1de44374b-d # internal
2025-08-20T21:20:46.3355718Z [00:03:39.673]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/putscript
2025-08-20T21:20:46.3356474Z [00:03:39.673]➜  mkdir -p $WORK/b754/
2025-08-20T21:20:46.3357214Z [00:03:39.673]➜  cat >/tmp/go-build3619502580/b754/importcfg << 'EOF' # internal
2025-08-20T21:20:46.3357917Z [00:03:39.673]➜  # import config
2025-08-20T21:20:46.3358591Z [00:03:39.673]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:46.3359433Z [00:03:39.673]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:46.3360489Z [00:03:39.673]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:46.3361642Z [00:03:39.673]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:46.3362486Z [00:03:39.673]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:46.3363722Z [00:03:39.673]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:46.3365326Z [00:03:39.673]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:46.3366479Z [00:03:39.673]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:46.3367309Z [00:03:39.673]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:46.3368166Z [00:03:39.673]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:46.3369026Z [00:03:39.673]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:46.3369898Z [00:03:39.673]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:46.3370554Z [00:03:39.673]➜  EOF
2025-08-20T21:20:46.3383156Z [00:03:39.677]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b754/_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/b754=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/putscript -lang=go1.21 -complete -installsuffix shared -buildid iuhRbzvJFNJ3aNu9GNBD/iuhRbzvJFNJ3aNu9GNBD -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/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:20:46.3700403Z [00:03:39.709]➜  go tool buildid -w $WORK/b749/_pkg_.a # internal
2025-08-20T21:20:46.3735522Z [00:03:39.713]➜  cp $WORK/b749/_pkg_.a /root/.cache/go-build/9a/9a47bdf6aa6b4c571f57137e51cca6c0ccc6f6a732636363312a0590a41d3be1-d # internal
2025-08-20T21:20:46.3742399Z [00:03:39.713]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/rankeval
2025-08-20T21:20:46.3743152Z [00:03:39.713]➜  mkdir -p $WORK/b755/
2025-08-20T21:20:46.3743857Z [00:03:39.713]➜  cat >/tmp/go-build3619502580/b755/importcfg << 'EOF' # internal
2025-08-20T21:20:46.3744503Z [00:03:39.713]➜  # import config
2025-08-20T21:20:46.3745116Z [00:03:39.713]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:46.3745895Z [00:03:39.713]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:46.3746723Z [00:03:39.713]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:46.3747539Z [00:03:39.713]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:46.3748290Z [00:03:39.713]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:46.3749660Z [00:03:39.713]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:46.3751156Z [00:03:39.713]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:46.3753017Z [00:03:39.713]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:46.3754257Z [00:03:39.713]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:46.3755028Z [00:03:39.713]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:46.3755809Z [00:03:39.713]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:46.3756582Z [00:03:39.713]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:46.3757350Z [00:03:39.713]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:46.3757922Z [00:03:39.713]➜  EOF
2025-08-20T21:20:46.3766322Z [00:03:39.713]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b755/_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/b755=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/rankeval -lang=go1.21 -complete -installsuffix shared -buildid BJJmWcaN6OXdhCDLE9Rj/BJJmWcaN6OXdhCDLE9Rj -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/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:20:46.4310689Z [00:03:39.770]➜  go tool buildid -w $WORK/b751/_pkg_.a # internal
2025-08-20T21:20:46.4330315Z [00:03:39.772]➜  cp $WORK/b751/_pkg_.a /root/.cache/go-build/a3/a33764861303cfd3c30f36b7f8bdde553b8be0f25624bfce00953a130170a70f-d # internal
2025-08-20T21:20:46.4331884Z [00:03:39.772]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/reindex
2025-08-20T21:20:46.4336401Z [00:03:39.773]➜  mkdir -p $WORK/b756/
2025-08-20T21:20:46.4346371Z [00:03:39.773]➜  cat >/tmp/go-build3619502580/b756/importcfg << 'EOF' # internal
2025-08-20T21:20:46.4347107Z [00:03:39.773]➜  # import config
2025-08-20T21:20:46.4347744Z [00:03:39.774]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:46.4348552Z [00:03:39.774]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:46.4349396Z [00:03:39.774]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:46.4350219Z [00:03:39.774]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:46.4351014Z [00:03:39.774]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:46.4352370Z [00:03:39.774]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:46.4353841Z [00:03:39.774]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:46.4355290Z [00:03:39.774]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conflicts=/tmp/go-build3619502580/b732/_pkg_.a
2025-08-20T21:20:46.4356485Z [00:03:39.774]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:46.4357253Z [00:03:39.774]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:46.4357998Z [00:03:39.774]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:46.4358704Z [00:03:39.774]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:46.4359524Z [00:03:39.774]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:46.4360103Z [00:03:39.774]➜  EOF
2025-08-20T21:20:46.4365933Z [00:03:39.774]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b756/_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/b756=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/reindex -lang=go1.21 -complete -installsuffix shared -buildid x7XSoaEAC6oJencGP79C/x7XSoaEAC6oJencGP79C -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/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:20:46.4387054Z [00:03:39.778]➜  go tool buildid -w $WORK/b754/_pkg_.a # internal
2025-08-20T21:20:46.4407558Z [00:03:39.780]➜  cp $WORK/b754/_pkg_.a /root/.cache/go-build/e1/e14618755dee173e41a02fd9f325bbe199f9fdc3f2472d01696c99ff355df908-d # internal
2025-08-20T21:20:46.4410419Z [00:03:39.780]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/reindexrethrottle
2025-08-20T21:20:46.4412292Z [00:03:39.780]➜  mkdir -p $WORK/b757/
2025-08-20T21:20:46.4415933Z [00:03:39.781]➜  cat >/tmp/go-build3619502580/b757/importcfg << 'EOF' # internal
2025-08-20T21:20:46.4416591Z [00:03:39.781]➜  # import config
2025-08-20T21:20:46.4417227Z [00:03:39.781]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:46.4418074Z [00:03:39.781]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:46.4418889Z [00:03:39.781]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:46.4419627Z [00:03:39.781]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:46.4420741Z [00:03:39.781]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:46.4422533Z [00:03:39.781]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:46.4423754Z [00:03:39.781]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:46.4424521Z [00:03:39.781]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:46.4425306Z [00:03:39.781]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:46.4426090Z [00:03:39.781]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:46.4426864Z [00:03:39.781]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:46.4427427Z [00:03:39.781]➜  EOF
2025-08-20T21:20:46.4434023Z [00:03:39.781]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b757/_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/b757=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/reindexrethrottle -lang=go1.21 -complete -installsuffix shared -buildid JLSqjB22NSXSJT8QOfzm/JLSqjB22NSXSJT8QOfzm -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/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:20:46.4466943Z [00:03:39.786]➜  go tool buildid -w $WORK/b752/_pkg_.a # internal
2025-08-20T21:20:46.4488863Z [00:03:39.788]➜  cp $WORK/b752/_pkg_.a /root/.cache/go-build/82/8236c9af3246844cbc7458eb544607ff4e098c22efed2970b8292140bb938a1a-d # internal
2025-08-20T21:20:46.4493627Z [00:03:39.788]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/rendersearchtemplate
2025-08-20T21:20:46.4494439Z [00:03:39.788]➜  mkdir -p $WORK/b758/
2025-08-20T21:20:46.4500308Z [00:03:39.789]➜  cat >/tmp/go-build3619502580/b758/importcfg << 'EOF' # internal
2025-08-20T21:20:46.4505285Z [00:03:39.789]➜  # import config
2025-08-20T21:20:46.4506136Z [00:03:39.789]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:46.4512978Z [00:03:39.789]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:46.4513869Z [00:03:39.789]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:46.4514875Z [00:03:39.789]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:46.4515637Z [00:03:39.789]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:46.4516790Z [00:03:39.789]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:46.4518290Z [00:03:39.789]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:46.4519407Z [00:03:39.789]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:46.4520213Z [00:03:39.789]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:46.4521421Z [00:03:39.789]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:46.4522309Z [00:03:39.789]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:46.4523162Z [00:03:39.789]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:46.4523787Z [00:03:39.789]➜  EOF
2025-08-20T21:20:46.4534001Z [00:03:39.792]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b758/_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/b758=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/rendersearchtemplate -lang=go1.21 -complete -installsuffix shared -buildid zxRJISw3OvcKIfdHAFgc/zxRJISw3OvcKIfdHAFgc -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/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:20:46.5228330Z [00:03:39.862]➜  go tool buildid -w $WORK/b755/_pkg_.a # internal
2025-08-20T21:20:46.5248560Z [00:03:39.864]➜  cp $WORK/b755/_pkg_.a /root/.cache/go-build/33/3382a080f366766fb5f4f026727d0692951cc23c9efdcc43c632448ea422e79f-d # internal
2025-08-20T21:20:46.5253494Z [00:03:39.864]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/scriptspainlessexecute
2025-08-20T21:20:46.5254361Z [00:03:39.864]➜  mkdir -p $WORK/b759/
2025-08-20T21:20:46.5259035Z [00:03:39.865]➜  cat >/tmp/go-build3619502580/b759/importcfg << 'EOF' # internal
2025-08-20T21:20:46.5259721Z [00:03:39.865]➜  # import config
2025-08-20T21:20:46.5260443Z [00:03:39.865]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:46.5261479Z [00:03:39.865]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:46.5262428Z [00:03:39.865]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:46.5263303Z [00:03:39.865]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:46.5264133Z [00:03:39.865]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:46.5265415Z [00:03:39.865]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:46.5266954Z [00:03:39.865]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:46.5268633Z [00:03:39.865]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/painlesscontext=/tmp/go-build3619502580/b760/_pkg_.a
2025-08-20T21:20:46.5269938Z [00:03:39.865]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:46.5270771Z [00:03:39.865]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:46.5272020Z [00:03:39.865]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:46.5272909Z [00:03:39.865]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:46.5273752Z [00:03:39.865]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:46.5274599Z [00:03:39.865]➜  EOF
2025-08-20T21:20:46.5281692Z [00:03:39.865]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b759/_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/b759=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/scriptspainlessexecute -lang=go1.21 -complete -installsuffix shared -buildid 7lB9L9mT93OeujKPlS0d/7lB9L9mT93OeujKPlS0d -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/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:20:46.5486927Z [00:03:39.888]➜  go tool buildid -w $WORK/b757/_pkg_.a # internal
2025-08-20T21:20:46.5502980Z [00:03:39.889]➜  cp $WORK/b757/_pkg_.a /root/.cache/go-build/1f/1f2fc049e9a3924fc00e8245ce75f4da39f3766765460e6a03fb9a7529073573-d # internal
2025-08-20T21:20:46.5505253Z [00:03:39.890]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/scroll
2025-08-20T21:20:46.5519097Z [00:03:39.891]➜  mkdir -p $WORK/b761/
2025-08-20T21:20:46.5519826Z [00:03:39.891]➜  cat >/tmp/go-build3619502580/b761/importcfg << 'EOF' # internal
2025-08-20T21:20:46.5520471Z [00:03:39.891]➜  # import config
2025-08-20T21:20:46.5521106Z [00:03:39.891]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:46.5522095Z [00:03:39.891]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:46.5523135Z [00:03:39.891]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:46.5523908Z [00:03:39.891]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:46.5524588Z [00:03:39.891]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:46.5525767Z [00:03:39.891]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:46.5527230Z [00:03:39.891]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:46.5528272Z [00:03:39.891]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:46.5529035Z [00:03:39.891]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:46.5529814Z [00:03:39.891]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:46.5530494Z [00:03:39.891]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:46.5531437Z [00:03:39.891]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:46.5532025Z [00:03:39.891]➜  EOF
2025-08-20T21:20:46.5537779Z [00:03:39.891]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b761/_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/b761=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/scroll -lang=go1.21 -complete -installsuffix shared -buildid wWQKCXbly6lhgAPqwqGF/wWQKCXbly6lhgAPqwqGF -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/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:20:46.5545601Z [00:03:39.894]➜  go tool buildid -w $WORK/b756/_pkg_.a # internal
2025-08-20T21:20:46.5569964Z [00:03:39.896]➜  cp $WORK/b756/_pkg_.a /root/.cache/go-build/c7/c7eba08e7ebe281f4e1fd0b89b38c619726a0601b037b8cdcb2f39dadc945035-d # internal
2025-08-20T21:20:46.5595274Z [00:03:39.899]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/search
2025-08-20T21:20:46.5599245Z [00:03:39.899]➜  mkdir -p $WORK/b762/
2025-08-20T21:20:46.5623480Z [00:03:39.901]➜  cat >/tmp/go-build3619502580/b762/importcfg << 'EOF' # internal
2025-08-20T21:20:46.5634189Z [00:03:39.901]➜  # import config
2025-08-20T21:20:46.5634839Z [00:03:39.901]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:46.5635640Z [00:03:39.901]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:46.5636473Z [00:03:39.901]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:46.5637300Z [00:03:39.901]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:46.5638236Z [00:03:39.901]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:46.5639529Z [00:03:39.901]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:46.5641004Z [00:03:39.901]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:46.5642775Z [00:03:39.901]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:46.5647386Z [00:03:39.901]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build3619502580/b554/_pkg_.a
2025-08-20T21:20:46.5649148Z [00:03:39.901]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3619502580/b580/_pkg_.a
2025-08-20T21:20:46.5650881Z [00:03:39.901]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode=/tmp/go-build3619502580/b599/_pkg_.a
2025-08-20T21:20:46.5652436Z [00:03:39.901]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:46.5653290Z [00:03:39.901]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:46.5654113Z [00:03:39.901]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:46.5654911Z [00:03:39.901]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:46.5655724Z [00:03:39.901]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:46.5656334Z [00:03:39.901]➜  EOF
2025-08-20T21:20:46.5662319Z [00:03:39.903]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b762/_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/b762=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/search -lang=go1.21 -complete -installsuffix shared -buildid chHuzta5IoxmabBcgaja/chHuzta5IoxmabBcgaja -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/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:20:46.5813483Z [00:03:39.920]➜  go tool buildid -w $WORK/b758/_pkg_.a # internal
2025-08-20T21:20:46.5823636Z [00:03:39.921]➜  cp $WORK/b758/_pkg_.a /root/.cache/go-build/1c/1c07476b3ebec23568da7e20ebbcb04498e44da7e0eb530a5fa60974f8ed038e-d # internal
2025-08-20T21:20:46.5828222Z [00:03:39.922]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/searchmvt
2025-08-20T21:20:46.5828999Z [00:03:39.922]➜  mkdir -p $WORK/b763/
2025-08-20T21:20:46.5831152Z [00:03:39.922]➜  cat >/tmp/go-build3619502580/b763/importcfg << 'EOF' # internal
2025-08-20T21:20:46.5831978Z [00:03:39.922]➜  # import config
2025-08-20T21:20:46.5832863Z [00:03:39.922]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:46.5833684Z [00:03:39.922]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:46.5834551Z [00:03:39.922]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:46.5835612Z [00:03:39.922]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:46.5836416Z [00:03:39.922]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:46.5837612Z [00:03:39.922]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:46.5839109Z [00:03:39.922]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:46.5840790Z [00:03:39.922]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridaggregationtype=/tmp/go-build3619502580/b764/_pkg_.a
2025-08-20T21:20:46.5842863Z [00:03:39.922]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridtype=/tmp/go-build3619502580/b765/_pkg_.a
2025-08-20T21:20:46.5844183Z [00:03:39.922]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:46.5844971Z [00:03:39.922]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:46.5845803Z [00:03:39.922]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:46.5846593Z [00:03:39.922]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:46.5847373Z [00:03:39.922]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:46.5847947Z [00:03:39.922]➜  EOF
2025-08-20T21:20:46.5854170Z [00:03:39.923]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b763/_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/b763=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/searchmvt -lang=go1.21 -complete -installsuffix shared -buildid VyCF0rFpuDd8ubAPGao8/VyCF0rFpuDd8ubAPGao8 -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/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:20:46.6502865Z [00:03:39.988]➜  go tool buildid -w $WORK/b759/_pkg_.a # internal
2025-08-20T21:20:46.6519840Z [00:03:39.991]➜  cp $WORK/b759/_pkg_.a /root/.cache/go-build/7c/7c7c0aa55b3942e42b5ec0c2dc9e0d9afecfedd227c1be564a3f7bdc2e09dec6-d # internal
2025-08-20T21:20:46.6521577Z [00:03:39.991]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/searchshards
2025-08-20T21:20:46.6524154Z [00:03:39.992]➜  mkdir -p $WORK/b766/
2025-08-20T21:20:46.6528289Z [00:03:39.992]➜  cat >/tmp/go-build3619502580/b766/importcfg << 'EOF' # internal
2025-08-20T21:20:46.6532373Z [00:03:39.992]➜  # import config
2025-08-20T21:20:46.6533116Z [00:03:39.992]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:46.6534071Z [00:03:39.992]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:46.6535028Z [00:03:39.992]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:46.6535877Z [00:03:39.992]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:46.6537161Z [00:03:39.992]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:46.6538765Z [00:03:39.992]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:46.6540500Z [00:03:39.992]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:46.6542107Z [00:03:39.992]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:46.6543232Z [00:03:39.992]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:46.6544145Z [00:03:39.992]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:46.6545021Z [00:03:39.992]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:46.6546082Z [00:03:39.992]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:46.6546747Z [00:03:39.992]➜  EOF
2025-08-20T21:20:46.6552605Z [00:03:39.992]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b766/_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/b766=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/searchshards -lang=go1.21 -complete -installsuffix shared -buildid zQ4zC0DHL0jaPNHPhsRt/zQ4zC0DHL0jaPNHPhsRt -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/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:20:46.7506781Z [00:03:40.090]➜  go tool buildid -w $WORK/b763/_pkg_.a # internal
2025-08-20T21:20:46.7535968Z [00:03:40.093]➜  cp $WORK/b763/_pkg_.a /root/.cache/go-build/9d/9d244ed63633eac0e0e46362cc3085052a7a10ad451ea14d593c17c6527379e9-d # internal
2025-08-20T21:20:46.7539329Z [00:03:40.093]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/searchtemplate
2025-08-20T21:20:46.7553701Z [00:03:40.094]➜  mkdir -p $WORK/b767/
2025-08-20T21:20:46.7554667Z [00:03:40.094]➜  cat >/tmp/go-build3619502580/b767/importcfg << 'EOF' # internal
2025-08-20T21:20:46.7555436Z [00:03:40.094]➜  # import config
2025-08-20T21:20:46.7556083Z [00:03:40.094]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:46.7556924Z [00:03:40.094]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:46.7558067Z [00:03:40.094]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:46.7558920Z [00:03:40.094]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:46.7559699Z [00:03:40.095]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:46.7560939Z [00:03:40.095]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:46.7562637Z [00:03:40.095]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:46.7564267Z [00:03:40.095]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:46.7566021Z [00:03:40.095]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3619502580/b580/_pkg_.a
2025-08-20T21:20:46.7567271Z [00:03:40.095]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:46.7568055Z [00:03:40.095]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:46.7568857Z [00:03:40.095]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:46.7569668Z [00:03:40.095]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:46.7570482Z [00:03:40.095]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:46.7571092Z [00:03:40.095]➜  EOF
2025-08-20T21:20:46.7577489Z [00:03:40.095]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b767/_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/b767=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/searchtemplate -lang=go1.21 -complete -installsuffix shared -buildid hHOgxDmPwPJgx4thCVSb/hHOgxDmPwPJgx4thCVSb -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/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:20:46.7696682Z [00:03:40.109]➜  go tool buildid -w $WORK/b766/_pkg_.a # internal
2025-08-20T21:20:46.7744050Z [00:03:40.114]➜  cp $WORK/b766/_pkg_.a /root/.cache/go-build/03/03de2aff1710d646c64f85d1cbb2ac561ec2128f3c69ec1c24b0904202f7eced-d # internal
2025-08-20T21:20:46.7754399Z [00:03:40.115]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/termsenum
2025-08-20T21:20:46.7758865Z [00:03:40.115]➜  mkdir -p $WORK/b768/
2025-08-20T21:20:46.7773304Z [00:03:40.116]➜  cat >/tmp/go-build3619502580/b768/importcfg << 'EOF' # internal
2025-08-20T21:20:46.7777488Z [00:03:40.116]➜  # import config
2025-08-20T21:20:46.7778355Z [00:03:40.116]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:46.7779201Z [00:03:40.117]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:46.7780217Z [00:03:40.117]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:46.7781078Z [00:03:40.117]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:46.7782072Z [00:03:40.117]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:46.7783313Z [00:03:40.117]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:46.7784858Z [00:03:40.117]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:46.7785910Z [00:03:40.117]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:46.7786702Z [00:03:40.117]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:46.7787720Z [00:03:40.117]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:46.7788567Z [00:03:40.117]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:46.7789362Z [00:03:40.117]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:46.7789969Z [00:03:40.117]➜  EOF
2025-08-20T21:20:46.7810190Z [00:03:40.120]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b768/_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/b768=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/termsenum -lang=go1.21 -complete -installsuffix shared -buildid L0RGu9Rh2MLnY1s0Wvp_/L0RGu9Rh2MLnY1s0Wvp_ -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/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:20:46.9492060Z [00:03:40.288]➜  go tool buildid -w $WORK/b761/_pkg_.a # internal
2025-08-20T21:20:46.9520774Z [00:03:40.291]➜  cp $WORK/b761/_pkg_.a /root/.cache/go-build/47/47471b99800e242955abb25cfec8d00dd553e2383e81cfe074bbba5ff2eca798-d # internal
2025-08-20T21:20:46.9533260Z [00:03:40.292]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/termvectors
2025-08-20T21:20:46.9534015Z [00:03:40.292]➜  mkdir -p $WORK/b769/
2025-08-20T21:20:46.9534720Z [00:03:40.292]➜  cat >/tmp/go-build3619502580/b769/importcfg << 'EOF' # internal
2025-08-20T21:20:46.9537782Z [00:03:40.292]➜  # import config
2025-08-20T21:20:46.9540287Z [00:03:40.292]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:46.9542031Z [00:03:40.292]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:46.9544345Z [00:03:40.292]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:46.9545824Z [00:03:40.292]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:46.9548703Z [00:03:40.292]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:46.9549924Z [00:03:40.292]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:46.9551577Z [00:03:40.292]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:46.9553149Z [00:03:40.292]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3619502580/b623/_pkg_.a
2025-08-20T21:20:46.9554333Z [00:03:40.292]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:46.9555099Z [00:03:40.292]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:46.9556040Z [00:03:40.292]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:46.9556972Z [00:03:40.292]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:46.9557763Z [00:03:40.292]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:46.9558348Z [00:03:40.292]➜  EOF
2025-08-20T21:20:46.9564411Z [00:03:40.293]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b769/_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/b769=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/termvectors -lang=go1.21 -complete -installsuffix shared -buildid Vt_g9AmdBsj-Y3Fu6zCO/Vt_g9AmdBsj-Y3Fu6zCO -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/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:20:46.9667233Z [00:03:40.306]➜  go tool buildid -w $WORK/b768/_pkg_.a # internal
2025-08-20T21:20:46.9695019Z [00:03:40.309]➜  cp $WORK/b768/_pkg_.a /root/.cache/go-build/af/af06b212ea96b99ecd4043fecbf76486dceecc1c598536ac84f4f12d6210d5b9-d # internal
2025-08-20T21:20:46.9702198Z [00:03:40.309]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/update
2025-08-20T21:20:46.9706340Z [00:03:40.310]➜  mkdir -p $WORK/b770/
2025-08-20T21:20:46.9716782Z [00:03:40.311]➜  cat >/tmp/go-build3619502580/b770/importcfg << 'EOF' # internal
2025-08-20T21:20:46.9721098Z [00:03:40.311]➜  # import config
2025-08-20T21:20:46.9727732Z [00:03:40.311]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:46.9728562Z [00:03:40.311]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:46.9729530Z [00:03:40.311]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:46.9730347Z [00:03:40.311]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:46.9731069Z [00:03:40.311]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:46.9732770Z [00:03:40.311]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:46.9734668Z [00:03:40.311]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:46.9736378Z [00:03:40.311]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3619502580/b568/_pkg_.a
2025-08-20T21:20:46.9738140Z [00:03:40.311]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3619502580/b572/_pkg_.a
2025-08-20T21:20:46.9740595Z [00:03:40.311]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:46.9741610Z [00:03:40.311]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:46.9742632Z [00:03:40.311]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:46.9743447Z [00:03:40.311]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:46.9744266Z [00:03:40.311]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:46.9744908Z [00:03:40.311]➜  EOF
2025-08-20T21:20:46.9750848Z [00:03:40.311]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b770/_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/b770=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/update -lang=go1.21 -complete -installsuffix shared -buildid MAtLRWlxvhSoZ8TOEWA0/MAtLRWlxvhSoZ8TOEWA0 -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/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:20:47.0805543Z [00:03:40.420]➜  go tool buildid -w $WORK/b762/_pkg_.a # internal
2025-08-20T21:20:47.0856071Z [00:03:40.425]➜  cp $WORK/b762/_pkg_.a /root/.cache/go-build/e3/e3870eec10bf9c7a921ca93d47c0fa6b653cde47a7f844600211bc6db1ef0c88-d # internal
2025-08-20T21:20:47.0867384Z [00:03:40.425]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyquery
2025-08-20T21:20:47.0871161Z [00:03:40.425]➜  mkdir -p $WORK/b771/
2025-08-20T21:20:47.0872114Z [00:03:40.425]➜  cat >/tmp/go-build3619502580/b771/importcfg << 'EOF' # internal
2025-08-20T21:20:47.0872793Z [00:03:40.425]➜  # import config
2025-08-20T21:20:47.0873453Z [00:03:40.425]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:47.0874320Z [00:03:40.425]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:47.0875225Z [00:03:40.425]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:47.0876116Z [00:03:40.426]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:47.0876909Z [00:03:40.426]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:47.0878129Z [00:03:40.426]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:47.0879659Z [00:03:40.426]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:47.0881415Z [00:03:40.426]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conflicts=/tmp/go-build3619502580/b732/_pkg_.a
2025-08-20T21:20:47.0883220Z [00:03:40.426]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:47.0885024Z [00:03:40.426]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build3619502580/b554/_pkg_.a
2025-08-20T21:20:47.0886970Z [00:03:40.426]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3619502580/b580/_pkg_.a
2025-08-20T21:20:47.0888225Z [00:03:40.426]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:47.0889165Z [00:03:40.426]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:47.0890026Z [00:03:40.426]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:47.0890858Z [00:03:40.426]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:47.0891830Z [00:03:40.426]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:47.0892442Z [00:03:40.426]➜  EOF
2025-08-20T21:20:47.0898805Z [00:03:40.426]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b771/_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/b771=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyquery -lang=go1.21 -complete -installsuffix shared -buildid cXhWmuivPcYCFwgyZC5m/cXhWmuivPcYCFwgyZC5m -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/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:20:47.1027290Z [00:03:40.442]➜  go tool buildid -w $WORK/b769/_pkg_.a # internal
2025-08-20T21:20:47.1048096Z [00:03:40.444]➜  cp $WORK/b769/_pkg_.a /root/.cache/go-build/54/5408838686c5b462a3f312cca19cb9992a9011b0184da29c0fc208ed070d8725-d # internal
2025-08-20T21:20:47.1053448Z [00:03:40.444]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyqueryrethrottle
2025-08-20T21:20:47.1054473Z [00:03:40.444]➜  mkdir -p $WORK/b772/
2025-08-20T21:20:47.1062970Z [00:03:40.445]➜  cat >/tmp/go-build3619502580/b772/importcfg << 'EOF' # internal
2025-08-20T21:20:47.1063663Z [00:03:40.445]➜  # import config
2025-08-20T21:20:47.1064300Z [00:03:40.445]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:47.1065201Z [00:03:40.445]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:47.1093849Z [00:03:40.445]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:47.1094648Z [00:03:40.445]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:47.1095832Z [00:03:40.445]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:47.1097301Z [00:03:40.445]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:47.1098361Z [00:03:40.445]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:47.1099157Z [00:03:40.445]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:47.1099949Z [00:03:40.445]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:47.1100728Z [00:03:40.445]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:47.1101736Z [00:03:40.445]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:47.1102325Z [00:03:40.445]➜  EOF
2025-08-20T21:20:47.1108342Z [00:03:40.445]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b772/_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/b772=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyqueryrethrottle -lang=go1.21 -complete -installsuffix shared -buildid TaMrPNjE5LBSjBJniv6N/TaMrPNjE5LBSjBJniv6N -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/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:20:47.1238324Z [00:03:40.463]➜  go tool buildid -w $WORK/b770/_pkg_.a # internal
2025-08-20T21:20:47.1259066Z [00:03:40.465]➜  cp $WORK/b770/_pkg_.a /root/.cache/go-build/4c/4c253e89037a4d9ff19dce2a9a3d30d712b2e676df69692be0efd8e12c870506-d # internal
2025-08-20T21:20:47.1264708Z [00:03:40.465]➜  github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/deletedanglingindex
2025-08-20T21:20:47.1265706Z [00:03:40.466]➜  mkdir -p $WORK/b773/
2025-08-20T21:20:47.1271942Z [00:03:40.466]➜  cat >/tmp/go-build3619502580/b773/importcfg << 'EOF' # internal
2025-08-20T21:20:47.1272617Z [00:03:40.466]➜  # import config
2025-08-20T21:20:47.1273266Z [00:03:40.466]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:47.1274156Z [00:03:40.466]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:47.1274991Z [00:03:40.466]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:47.1275764Z [00:03:40.466]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:47.1276978Z [00:03:40.466]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:47.1278466Z [00:03:40.466]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:47.1279546Z [00:03:40.466]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:47.1281956Z [00:03:40.467]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:47.1283318Z [00:03:40.467]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:47.1284571Z [00:03:40.467]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:47.1286094Z [00:03:40.467]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:47.1287134Z [00:03:40.467]➜  EOF
2025-08-20T21:20:47.1293929Z [00:03:40.467]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b773/_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/b773=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/deletedanglingindex -lang=go1.21 -complete -installsuffix shared -buildid G3MikLVmXi7KhJzVpdFq/G3MikLVmXi7KhJzVpdFq -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/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:20:47.1516020Z [00:03:40.491]➜  go tool buildid -w $WORK/b767/_pkg_.a # internal
2025-08-20T21:20:47.1553858Z [00:03:40.494]➜  cp $WORK/b767/_pkg_.a /root/.cache/go-build/ec/ec5ecef9c6fcb2b20991bfd6bf260294161163a5f8371027830373979ef52b80-d # internal
2025-08-20T21:20:47.1561944Z [00:03:40.495]➜  github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/importdanglingindex
2025-08-20T21:20:47.1566812Z [00:03:40.496]➜  mkdir -p $WORK/b774/
2025-08-20T21:20:47.1576665Z [00:03:40.497]➜  cat >/tmp/go-build3619502580/b774/importcfg << 'EOF' # internal
2025-08-20T21:20:47.1583077Z [00:03:40.497]➜  # import config
2025-08-20T21:20:47.1583762Z [00:03:40.497]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:47.1584640Z [00:03:40.497]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:47.1585471Z [00:03:40.497]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:47.1586263Z [00:03:40.497]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:47.1587655Z [00:03:40.497]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:47.1589209Z [00:03:40.497]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:47.1590493Z [00:03:40.497]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:47.1591573Z [00:03:40.497]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:47.1592500Z [00:03:40.497]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:47.1593379Z [00:03:40.497]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:47.1594252Z [00:03:40.497]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:47.1594897Z [00:03:40.497]➜  EOF
2025-08-20T21:20:47.1601497Z [00:03:40.497]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b774/_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/b774=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/importdanglingindex -lang=go1.21 -complete -installsuffix shared -buildid dfPo5jX5uLXbmQP31-xS/dfPo5jX5uLXbmQP31-xS -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/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:20:47.2129652Z [00:03:40.552]➜  go tool buildid -w $WORK/b772/_pkg_.a # internal
2025-08-20T21:20:47.2152838Z [00:03:40.554]➜  cp $WORK/b772/_pkg_.a /root/.cache/go-build/27/271ba602cf3a93256716fffb635d65bb0319e5a180924787ec179bf480a2add3-d # internal
2025-08-20T21:20:47.2155614Z [00:03:40.554]➜  github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/listdanglingindices
2025-08-20T21:20:47.2177978Z [00:03:40.554]➜  mkdir -p $WORK/b775/
2025-08-20T21:20:47.2180318Z [00:03:40.555]➜  cat >/tmp/go-build3619502580/b775/importcfg << 'EOF' # internal
2025-08-20T21:20:47.2183767Z [00:03:40.555]➜  # import config
2025-08-20T21:20:47.2184524Z [00:03:40.555]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:47.2185451Z [00:03:40.555]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:47.2186377Z [00:03:40.555]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:47.2187225Z [00:03:40.555]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:47.2188342Z [00:03:40.555]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:47.2191414Z [00:03:40.555]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:47.2192497Z [00:03:40.555]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:47.2193217Z [00:03:40.557]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:47.2193948Z [00:03:40.557]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:47.2194711Z [00:03:40.557]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:47.2195428Z [00:03:40.557]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:47.2195955Z [00:03:40.557]➜  EOF
2025-08-20T21:20:47.2202130Z [00:03:40.557]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b775/_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/b775=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/listdanglingindices -lang=go1.21 -complete -installsuffix shared -buildid VFKuPjNAUP4h7Jtq5bSC/VFKuPjNAUP4h7Jtq5bSC -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/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:20:47.2208211Z [00:03:40.558]➜  go tool buildid -w $WORK/b771/_pkg_.a # internal
2025-08-20T21:20:47.2234530Z [00:03:40.562]➜  cp $WORK/b771/_pkg_.a /root/.cache/go-build/94/94a861a134c97d398f852482a1891824368e253944b05f4e61e30066ea926c4a-d # internal
2025-08-20T21:20:47.2239115Z [00:03:40.563]➜  github.com/elastic/go-elasticsearch/v8/typedapi/enrich/deletepolicy
2025-08-20T21:20:47.2239915Z [00:03:40.563]➜  mkdir -p $WORK/b776/
2025-08-20T21:20:47.2244418Z [00:03:40.563]➜  cat >/tmp/go-build3619502580/b776/importcfg << 'EOF' # internal
2025-08-20T21:20:47.2245166Z [00:03:40.563]➜  # import config
2025-08-20T21:20:47.2245883Z [00:03:40.563]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:47.2246800Z [00:03:40.563]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:47.2247681Z [00:03:40.563]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:47.2248518Z [00:03:40.563]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:47.2249780Z [00:03:40.563]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:47.2251566Z [00:03:40.564]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:47.2252753Z [00:03:40.564]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:47.2253608Z [00:03:40.564]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:47.2254613Z [00:03:40.564]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:47.2255632Z [00:03:40.564]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:47.2256524Z [00:03:40.564]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:47.2257163Z [00:03:40.564]➜  EOF
2025-08-20T21:20:47.2263761Z [00:03:40.564]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b776/_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/b776=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/enrich/deletepolicy -lang=go1.21 -complete -installsuffix shared -buildid eDl8NmmkyElg6Ftp3hB3/eDl8NmmkyElg6Ftp3hB3 -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/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:20:47.2378026Z [00:03:40.577]➜  go tool buildid -w $WORK/b773/_pkg_.a # internal
2025-08-20T21:20:47.2395266Z [00:03:40.579]➜  cp $WORK/b773/_pkg_.a /root/.cache/go-build/e7/e7d6396fdf923955790ccf1651fd8ebb021e545f198d9348375820bf2e0e759d-d # internal
2025-08-20T21:20:47.2400256Z [00:03:40.579]➜  github.com/elastic/go-elasticsearch/v8/typedapi/enrich/executepolicy
2025-08-20T21:20:47.2401009Z [00:03:40.579]➜  mkdir -p $WORK/b777/
2025-08-20T21:20:47.2405956Z [00:03:40.580]➜  cat >/tmp/go-build3619502580/b777/importcfg << 'EOF' # internal
2025-08-20T21:20:47.2410644Z [00:03:40.580]➜  # import config
2025-08-20T21:20:47.2411498Z [00:03:40.580]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:47.2412376Z [00:03:40.580]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:47.2413215Z [00:03:40.580]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:47.2414134Z [00:03:40.580]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:47.2415605Z [00:03:40.580]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:47.2422662Z [00:03:40.580]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:47.2442140Z [00:03:40.580]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:47.2443925Z [00:03:40.580]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:47.2444750Z [00:03:40.580]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:47.2445542Z [00:03:40.580]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:47.2446320Z [00:03:40.580]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:47.2446897Z [00:03:40.580]➜  EOF
2025-08-20T21:20:47.2452522Z [00:03:40.580]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b777/_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/b777=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/enrich/executepolicy -lang=go1.21 -complete -installsuffix shared -buildid a3pUhxWx_MzPuR96girQ/a3pUhxWx_MzPuR96girQ -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/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:20:47.2701638Z [00:03:40.609]➜  go tool buildid -w $WORK/b774/_pkg_.a # internal
2025-08-20T21:20:47.2721970Z [00:03:40.611]➜  cp $WORK/b774/_pkg_.a /root/.cache/go-build/9c/9cd9dc1fbef8471633dc2cfd3f787280bd0f2670c42c8f130daa1194427c5276-d # internal
2025-08-20T21:20:47.2726789Z [00:03:40.612]➜  github.com/elastic/go-elasticsearch/v8/typedapi/enrich/getpolicy
2025-08-20T21:20:47.2729692Z [00:03:40.612]➜  mkdir -p $WORK/b778/
2025-08-20T21:20:47.2737898Z [00:03:40.613]➜  cat >/tmp/go-build3619502580/b778/importcfg << 'EOF' # internal
2025-08-20T21:20:47.2741753Z [00:03:40.613]➜  # import config
2025-08-20T21:20:47.2743585Z [00:03:40.613]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:47.2745878Z [00:03:40.613]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:47.2746779Z [00:03:40.613]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:47.2747604Z [00:03:40.613]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:47.2748844Z [00:03:40.613]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:47.2750429Z [00:03:40.613]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:47.2751779Z [00:03:40.613]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:47.2752661Z [00:03:40.613]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:47.2753537Z [00:03:40.613]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:47.2754367Z [00:03:40.613]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:47.2755192Z [00:03:40.613]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:47.2755809Z [00:03:40.613]➜  EOF
2025-08-20T21:20:47.2761486Z [00:03:40.613]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b778/_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/b778=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/enrich/getpolicy -lang=go1.21 -complete -installsuffix shared -buildid txKuu6obLUgapwmqtMye/txKuu6obLUgapwmqtMye -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/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:20:47.3221666Z [00:03:40.661]➜  go tool buildid -w $WORK/b775/_pkg_.a # internal
2025-08-20T21:20:47.3241635Z [00:03:40.663]➜  cp $WORK/b775/_pkg_.a /root/.cache/go-build/2e/2e7e352eca5d0f96a00c45d81a48f8513becb58a233cbc973329ba2f3b28d46d-d # internal
2025-08-20T21:20:47.3252349Z [00:03:40.664]➜  github.com/elastic/go-elasticsearch/v8/typedapi/enrich/putpolicy
2025-08-20T21:20:47.3253205Z [00:03:40.664]➜  mkdir -p $WORK/b779/
2025-08-20T21:20:47.3253989Z [00:03:40.665]➜  cat >/tmp/go-build3619502580/b779/importcfg << 'EOF' # internal
2025-08-20T21:20:47.3254693Z [00:03:40.665]➜  # import config
2025-08-20T21:20:47.3255340Z [00:03:40.665]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:47.3256194Z [00:03:40.665]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:47.3257092Z [00:03:40.665]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:47.3257942Z [00:03:40.665]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:47.3258713Z [00:03:40.665]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:47.3259911Z [00:03:40.665]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:47.3261541Z [00:03:40.665]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:47.3262658Z [00:03:40.665]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:47.3263466Z [00:03:40.665]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:47.3264286Z [00:03:40.665]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:47.3265301Z [00:03:40.665]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:47.3266473Z [00:03:40.665]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:47.3267098Z [00:03:40.665]➜  EOF
2025-08-20T21:20:47.3273417Z [00:03:40.665]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b779/_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/b779=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/enrich/putpolicy -lang=go1.21 -complete -installsuffix shared -buildid kh7QEq6sII0rinIHcLTB/kh7QEq6sII0rinIHcLTB -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/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:20:47.3352828Z [00:03:40.674]➜  go tool buildid -w $WORK/b776/_pkg_.a # internal
2025-08-20T21:20:47.3368274Z [00:03:40.676]➜  cp $WORK/b776/_pkg_.a /root/.cache/go-build/48/4810149d132dfb2576ab85a79d7a098c84598db3fdb697e30b6eca4764cba193-d # internal
2025-08-20T21:20:47.3369645Z [00:03:40.676]➜  github.com/elastic/go-elasticsearch/v8/typedapi/enrich/stats
2025-08-20T21:20:47.3370418Z [00:03:40.676]➜  mkdir -p $WORK/b780/
2025-08-20T21:20:47.3372931Z [00:03:40.676]➜  cat >/tmp/go-build3619502580/b780/importcfg << 'EOF' # internal
2025-08-20T21:20:47.3373613Z [00:03:40.676]➜  # import config
2025-08-20T21:20:47.3374256Z [00:03:40.676]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:47.3375117Z [00:03:40.676]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:47.3375981Z [00:03:40.676]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:47.3376781Z [00:03:40.676]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:47.3378222Z [00:03:40.676]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:47.3379800Z [00:03:40.676]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:47.3381134Z [00:03:40.676]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:47.3382204Z [00:03:40.676]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:47.3383067Z [00:03:40.677]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:47.3383926Z [00:03:40.677]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:47.3384780Z [00:03:40.677]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:47.3385402Z [00:03:40.677]➜  EOF
2025-08-20T21:20:47.3390601Z [00:03:40.677]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b780/_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/b780=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/enrich/stats -lang=go1.21 -complete -installsuffix shared -buildid Lamt2YScD3oh2JTod2K1/Lamt2YScD3oh2JTod2K1 -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/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:20:47.3648085Z [00:03:40.704]➜  go tool buildid -w $WORK/b777/_pkg_.a # internal
2025-08-20T21:20:47.3665815Z [00:03:40.706]➜  cp $WORK/b777/_pkg_.a /root/.cache/go-build/61/61564163c8fa614d9bb6972dec48edc499d9e14a9d4bb2a386c75976624427cd-d # internal
2025-08-20T21:20:47.3667201Z [00:03:40.706]➜  github.com/elastic/go-elasticsearch/v8/typedapi/eql/delete
2025-08-20T21:20:47.3667957Z [00:03:40.706]➜  mkdir -p $WORK/b781/
2025-08-20T21:20:47.3675106Z [00:03:40.707]➜  cat >/tmp/go-build3619502580/b781/importcfg << 'EOF' # internal
2025-08-20T21:20:47.3702398Z [00:03:40.707]➜  # import config
2025-08-20T21:20:47.3703408Z [00:03:40.707]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:47.3704360Z [00:03:40.707]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:47.3705286Z [00:03:40.707]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:47.3706124Z [00:03:40.707]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:47.3707364Z [00:03:40.707]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:47.3708978Z [00:03:40.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:47.3710203Z [00:03:40.707]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:47.3711073Z [00:03:40.707]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:47.3712199Z [00:03:40.707]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:47.3713088Z [00:03:40.707]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:47.3713948Z [00:03:40.707]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:47.3714585Z [00:03:40.707]➜  EOF
2025-08-20T21:20:47.3719724Z [00:03:40.707]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b781/_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/b781=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/eql/delete -lang=go1.21 -complete -installsuffix shared -buildid _Akp6D6vmow945YmvR-O/_Akp6D6vmow945YmvR-O -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/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/eql/delete/response.go
2025-08-20T21:20:47.3941891Z [00:03:40.733]➜  go tool buildid -w $WORK/b778/_pkg_.a # internal
2025-08-20T21:20:47.3962848Z [00:03:40.735]➜  cp $WORK/b778/_pkg_.a /root/.cache/go-build/f9/f95852e920fb4a3b92b513041b57679b242dfbc74741978e7b035c74efe63c65-d # internal
2025-08-20T21:20:47.3964829Z [00:03:40.736]➜  github.com/elastic/go-elasticsearch/v8/typedapi/eql/get
2025-08-20T21:20:47.3965717Z [00:03:40.736]➜  mkdir -p $WORK/b782/
2025-08-20T21:20:47.3972209Z [00:03:40.736]➜  cat >/tmp/go-build3619502580/b782/importcfg << 'EOF' # internal
2025-08-20T21:20:47.3973079Z [00:03:40.736]➜  # import config
2025-08-20T21:20:47.3973747Z [00:03:40.736]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:47.3974621Z [00:03:40.736]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:47.3975453Z [00:03:40.736]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:47.3976335Z [00:03:40.736]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:47.3977474Z [00:03:40.736]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:47.3978912Z [00:03:40.736]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:47.3979988Z [00:03:40.736]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:47.3980781Z [00:03:40.736]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:47.3981863Z [00:03:40.736]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:47.3982700Z [00:03:40.736]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:47.3983538Z [00:03:40.736]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:47.3984116Z [00:03:40.736]➜  EOF
2025-08-20T21:20:47.3988988Z [00:03:40.737]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b782/_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/b782=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/eql/get -lang=go1.21 -complete -installsuffix shared -buildid nkAsl6XCX8FMaABT1KTh/nkAsl6XCX8FMaABT1KTh -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/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/eql/get/response.go
2025-08-20T21:20:47.4338271Z [00:03:40.773]➜  go tool buildid -w $WORK/b779/_pkg_.a # internal
2025-08-20T21:20:47.4359090Z [00:03:40.775]➜  cp $WORK/b779/_pkg_.a /root/.cache/go-build/69/69f01b1a90bd7d04b2d60fe2605bfd0a36ad48c7004ca929797eb083a5d1b821-d # internal
2025-08-20T21:20:47.4367109Z [00:03:40.776]➜  github.com/elastic/go-elasticsearch/v8/typedapi/eql/getstatus
2025-08-20T21:20:47.4367954Z [00:03:40.776]➜  mkdir -p $WORK/b783/
2025-08-20T21:20:47.4379332Z [00:03:40.777]➜  cat >/tmp/go-build3619502580/b783/importcfg << 'EOF' # internal
2025-08-20T21:20:47.4382542Z [00:03:40.777]➜  # import config
2025-08-20T21:20:47.4383730Z [00:03:40.777]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:47.4384892Z [00:03:40.777]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:47.4386014Z [00:03:40.777]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:47.4387045Z [00:03:40.777]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:47.4388623Z [00:03:40.777]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:47.4390540Z [00:03:40.777]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:47.4395953Z [00:03:40.777]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:47.4397061Z [00:03:40.777]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:47.4397915Z [00:03:40.777]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:47.4398724Z [00:03:40.777]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:47.4399734Z [00:03:40.777]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:47.4400350Z [00:03:40.777]➜  EOF
2025-08-20T21:20:47.4412929Z [00:03:40.777]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b783/_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/b783=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/eql/getstatus -lang=go1.21 -complete -installsuffix shared -buildid 1CfPKhfir7uFiR8u-mYR/1CfPKhfir7uFiR8u-mYR -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/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:20:47.4613103Z [00:03:40.800]➜  go tool buildid -w $WORK/b780/_pkg_.a # internal
2025-08-20T21:20:47.4630006Z [00:03:40.802]➜  cp $WORK/b780/_pkg_.a /root/.cache/go-build/7f/7f386688c1ee6b4c3163b460a7ba238842a3d65f4e70855c146fffeb2bab67d9-d # internal
2025-08-20T21:20:47.4640628Z [00:03:40.802]➜  github.com/elastic/go-elasticsearch/v8/typedapi/eql/search
2025-08-20T21:20:47.4641591Z [00:03:40.802]➜  mkdir -p $WORK/b784/
2025-08-20T21:20:47.4642342Z [00:03:40.803]➜  cat >/tmp/go-build3619502580/b784/importcfg << 'EOF' # internal
2025-08-20T21:20:47.4643037Z [00:03:40.803]➜  # import config
2025-08-20T21:20:47.4643690Z [00:03:40.803]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:47.4644510Z [00:03:40.803]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:47.4645599Z [00:03:40.803]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:47.4646466Z [00:03:40.803]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:47.4647262Z [00:03:40.803]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:47.4648455Z [00:03:40.803]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:47.4649972Z [00:03:40.803]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:47.4653142Z [00:03:40.803]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:47.4655008Z [00:03:40.803]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/resultposition=/tmp/go-build3619502580/b785/_pkg_.a
2025-08-20T21:20:47.4656614Z [00:03:40.803]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:47.4657577Z [00:03:40.803]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:47.4658526Z [00:03:40.803]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:47.4659464Z [00:03:40.803]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:47.4660555Z [00:03:40.803]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:47.4661408Z [00:03:40.803]➜  EOF
2025-08-20T21:20:47.4667973Z [00:03:40.803]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b784/_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/b784=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/eql/search -lang=go1.21 -complete -installsuffix shared -buildid VNhMS8U5d52G-cuh61UI/VNhMS8U5d52G-cuh61UI -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/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:20:47.4735437Z [00:03:40.813]➜  go tool buildid -w $WORK/b781/_pkg_.a # internal
2025-08-20T21:20:47.4750706Z [00:03:40.814]➜  cp $WORK/b781/_pkg_.a /root/.cache/go-build/5a/5a35b8e36a6e57844373137f6f85ec872210f1008154470dec124af008daabfe-d # internal
2025-08-20T21:20:47.4752334Z [00:03:40.814]➜  github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquery
2025-08-20T21:20:47.4753161Z [00:03:40.814]➜  mkdir -p $WORK/b786/
2025-08-20T21:20:47.4758860Z [00:03:40.815]➜  cat >/tmp/go-build3619502580/b786/importcfg << 'EOF' # internal
2025-08-20T21:20:47.4759561Z [00:03:40.815]➜  # import config
2025-08-20T21:20:47.4760186Z [00:03:40.815]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:47.4761119Z [00:03:40.815]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:47.4762151Z [00:03:40.815]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:47.4762970Z [00:03:40.815]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:47.4763775Z [00:03:40.815]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:47.4764939Z [00:03:40.815]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:47.4772003Z [00:03:40.815]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:47.4773750Z [00:03:40.815]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/esqlformat=/tmp/go-build3619502580/b787/_pkg_.a
2025-08-20T21:20:47.4774991Z [00:03:40.815]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:47.4775823Z [00:03:40.815]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:47.4776784Z [00:03:40.815]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:47.4777583Z [00:03:40.815]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:47.4778358Z [00:03:40.815]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:47.4778879Z [00:03:40.815]➜  EOF
2025-08-20T21:20:47.4784811Z [00:03:40.815]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b786/_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/b786=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquery -lang=go1.21 -complete -installsuffix shared -buildid l_imkzPRLBT3VwuwODKD/l_imkzPRLBT3VwuwODKD -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/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:20:47.5174902Z [00:03:40.857]➜  go tool buildid -w $WORK/b782/_pkg_.a # internal
2025-08-20T21:20:47.5193078Z [00:03:40.858]➜  cp $WORK/b782/_pkg_.a /root/.cache/go-build/31/31f981490125dd8c1af29e7c661d16c68d570301debe0ed3aba99ab10ef79112-d # internal
2025-08-20T21:20:47.5197132Z [00:03:40.859]➜  github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquerydelete
2025-08-20T21:20:47.5199351Z [00:03:40.859]➜  mkdir -p $WORK/b788/
2025-08-20T21:20:47.5202914Z [00:03:40.860]➜  cat >/tmp/go-build3619502580/b788/importcfg << 'EOF' # internal
2025-08-20T21:20:47.5212503Z [00:03:40.860]➜  # import config
2025-08-20T21:20:47.5213218Z [00:03:40.860]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:47.5214161Z [00:03:40.860]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:47.5215289Z [00:03:40.860]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:47.5216118Z [00:03:40.860]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:47.5217354Z [00:03:40.860]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:47.5219064Z [00:03:40.860]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:47.5220168Z [00:03:40.860]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:47.5220971Z [00:03:40.860]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:47.5221956Z [00:03:40.860]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:47.5222792Z [00:03:40.860]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:47.5223626Z [00:03:40.860]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:47.5224403Z [00:03:40.860]➜  EOF
2025-08-20T21:20:47.5229924Z [00:03:40.860]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b788/_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/b788=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquerydelete -lang=go1.21 -complete -installsuffix shared -buildid KdoIhnQ1iBPL6_LqGIc4/KdoIhnQ1iBPL6_LqGIc4 -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/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:20:47.5581978Z [00:03:40.897]➜  go tool buildid -w $WORK/b783/_pkg_.a # internal
2025-08-20T21:20:47.5603456Z [00:03:40.899]➜  cp $WORK/b783/_pkg_.a /root/.cache/go-build/f9/f992acfe18bcaaac07b25423d54968a5fac8f1960c9084f983b23392bc10273a-d # internal
2025-08-20T21:20:47.5614290Z [00:03:40.900]➜  github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncqueryget
2025-08-20T21:20:47.5618677Z [00:03:40.901]➜  mkdir -p $WORK/b789/
2025-08-20T21:20:47.5647771Z [00:03:40.902]➜  cat >/tmp/go-build3619502580/b789/importcfg << 'EOF' # internal
2025-08-20T21:20:47.5652670Z [00:03:40.902]➜  # import config
2025-08-20T21:20:47.5653403Z [00:03:40.902]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:47.5654315Z [00:03:40.902]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:47.5655199Z [00:03:40.902]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:47.5655985Z [00:03:40.902]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:47.5657178Z [00:03:40.902]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:47.5658761Z [00:03:40.902]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:47.5659895Z [00:03:40.902]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:47.5660704Z [00:03:40.902]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:47.5666713Z [00:03:40.902]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:47.5667618Z [00:03:40.902]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:47.5668492Z [00:03:40.902]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:47.5669129Z [00:03:40.902]➜  EOF
2025-08-20T21:20:47.5674909Z [00:03:40.904]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b789/_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/b789=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncqueryget -lang=go1.21 -complete -installsuffix shared -buildid W8UU3s6w53AW8Ej_jFBo/W8UU3s6w53AW8Ej_jFBo -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/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:20:47.6230844Z [00:03:40.962]➜  go tool buildid -w $WORK/b788/_pkg_.a # internal
2025-08-20T21:20:47.6267698Z [00:03:40.966]➜  cp $WORK/b788/_pkg_.a /root/.cache/go-build/eb/eb297cf01698ecfbcd8d69edbcefae3fb37987eac72c03bd0a077f3a61e3efc0-d # internal
2025-08-20T21:20:47.6275830Z [00:03:40.966]➜  github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquerystop
2025-08-20T21:20:47.6276607Z [00:03:40.966]➜  mkdir -p $WORK/b790/
2025-08-20T21:20:47.6277315Z [00:03:40.966]➜  cat >/tmp/go-build3619502580/b790/importcfg << 'EOF' # internal
2025-08-20T21:20:47.6278121Z [00:03:40.966]➜  # import config
2025-08-20T21:20:47.6278810Z [00:03:40.966]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:47.6279695Z [00:03:40.966]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:47.6280534Z [00:03:40.966]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:47.6281476Z [00:03:40.966]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:47.6282670Z [00:03:40.966]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:47.6284157Z [00:03:40.966]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:47.6285226Z [00:03:40.966]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:47.6286024Z [00:03:40.966]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:47.6286847Z [00:03:40.966]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:47.6287784Z [00:03:40.966]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:47.6288607Z [00:03:40.966]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:47.6289216Z [00:03:40.966]➜  EOF
2025-08-20T21:20:47.6295701Z [00:03:40.966]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b790/_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/b790=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquerystop -lang=go1.21 -complete -installsuffix shared -buildid 9SHdLUT_6T1Qx5WrBfq1/9SHdLUT_6T1Qx5WrBfq1 -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/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:20:47.6307741Z [00:03:40.970]➜  go tool buildid -w $WORK/b786/_pkg_.a # internal
2025-08-20T21:20:47.6334459Z [00:03:40.972]➜  cp $WORK/b786/_pkg_.a /root/.cache/go-build/75/759dac118b531aded99ee9fe8142782d7749e161d6d9452dcee776747fee0a37-d # internal
2025-08-20T21:20:47.6340779Z [00:03:40.973]➜  github.com/elastic/go-elasticsearch/v8/typedapi/esql/query
2025-08-20T21:20:47.6341950Z [00:03:40.973]➜  mkdir -p $WORK/b791/
2025-08-20T21:20:47.6342796Z [00:03:40.973]➜  cat >/tmp/go-build3619502580/b791/importcfg << 'EOF' # internal
2025-08-20T21:20:47.6344245Z [00:03:40.973]➜  # import config
2025-08-20T21:20:47.6345106Z [00:03:40.973]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:47.6346203Z [00:03:40.973]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:47.6348296Z [00:03:40.973]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:47.6349219Z [00:03:40.973]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:47.6350240Z [00:03:40.973]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:47.6352791Z [00:03:40.973]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:47.6354520Z [00:03:40.973]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:47.6356142Z [00:03:40.973]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/esqlformat=/tmp/go-build3619502580/b787/_pkg_.a
2025-08-20T21:20:47.6357411Z [00:03:40.973]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:47.6358206Z [00:03:40.973]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:47.6359014Z [00:03:40.973]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:47.6359795Z [00:03:40.973]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:47.6360773Z [00:03:40.973]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:47.6361625Z [00:03:40.973]➜  EOF
2025-08-20T21:20:47.6368180Z [00:03:40.973]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b791/_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/b791=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/esql/query -lang=go1.21 -complete -installsuffix shared -buildid E7EQwhuuO7MHmPpTSTz_/E7EQwhuuO7MHmPpTSTz_ -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/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:20:47.6412270Z [00:03:40.980]➜  go tool buildid -w $WORK/b784/_pkg_.a # internal
2025-08-20T21:20:47.6444289Z [00:03:40.983]➜  cp $WORK/b784/_pkg_.a /root/.cache/go-build/05/0500300347aa1cc34226d6c778e2f765db1147d0b5bb5d321a7d38294d91ee0d-d # internal
2025-08-20T21:20:47.6445763Z [00:03:40.983]➜  github.com/elastic/go-elasticsearch/v8/typedapi/features/getfeatures
2025-08-20T21:20:47.6446598Z [00:03:40.984]➜  mkdir -p $WORK/b792/
2025-08-20T21:20:47.6450548Z [00:03:40.984]➜  cat >/tmp/go-build3619502580/b792/importcfg << 'EOF' # internal
2025-08-20T21:20:47.6454004Z [00:03:40.984]➜  # import config
2025-08-20T21:20:47.6456611Z [00:03:40.984]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:47.6457578Z [00:03:40.984]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:47.6458511Z [00:03:40.984]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:47.6459388Z [00:03:40.984]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:47.6460704Z [00:03:40.984]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:47.6462697Z [00:03:40.984]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:47.6463904Z [00:03:40.984]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:47.6464824Z [00:03:40.985]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:47.6465707Z [00:03:40.985]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:47.6466627Z [00:03:40.985]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:47.6467472Z [00:03:40.985]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:47.6468088Z [00:03:40.985]➜  EOF
2025-08-20T21:20:47.6474836Z [00:03:40.985]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b792/_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/b792=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/features/getfeatures -lang=go1.21 -complete -installsuffix shared -buildid f0CLCrGNkNXeLWMs6u8F/f0CLCrGNkNXeLWMs6u8F -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/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:20:47.6854316Z [00:03:41.024]➜  go tool buildid -w $WORK/b789/_pkg_.a # internal
2025-08-20T21:20:47.6873201Z [00:03:41.026]➜  cp $WORK/b789/_pkg_.a /root/.cache/go-build/8d/8d8bf4a88f7cab2c6f9f891c318b371d2a7018782a61c5d29a1fe488fafa63e2-d # internal
2025-08-20T21:20:47.6874589Z [00:03:41.026]➜  github.com/elastic/go-elasticsearch/v8/typedapi/features/resetfeatures
2025-08-20T21:20:47.6875574Z [00:03:41.026]➜  mkdir -p $WORK/b793/
2025-08-20T21:20:47.6887906Z [00:03:41.027]➜  cat >/tmp/go-build3619502580/b793/importcfg << 'EOF' # internal
2025-08-20T21:20:47.6888626Z [00:03:41.027]➜  # import config
2025-08-20T21:20:47.6889315Z [00:03:41.027]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:47.6890243Z [00:03:41.027]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:47.6891110Z [00:03:41.027]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:47.6892071Z [00:03:41.027]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:47.6893297Z [00:03:41.027]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:47.6894805Z [00:03:41.027]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:47.6895973Z [00:03:41.027]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:47.6897007Z [00:03:41.027]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:47.6897939Z [00:03:41.027]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:47.6898803Z [00:03:41.027]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:47.6899668Z [00:03:41.027]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:47.6900321Z [00:03:41.027]➜  EOF
2025-08-20T21:20:47.6906265Z [00:03:41.027]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b793/_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/b793=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/features/resetfeatures -lang=go1.21 -complete -installsuffix shared -buildid _qqT2ZF052Xl7hWaICGd/_qqT2ZF052Xl7hWaICGd -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/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:20:47.7451549Z [00:03:41.084]➜  go tool buildid -w $WORK/b790/_pkg_.a # internal
2025-08-20T21:20:47.7469017Z [00:03:41.086]➜  cp $WORK/b790/_pkg_.a /root/.cache/go-build/07/07e5f62df844aed972f52a0d452af5f58e96f6775412b72388c109035eafcb87-d # internal
2025-08-20T21:20:47.7484019Z [00:03:41.088]➜  github.com/elastic/go-elasticsearch/v8/typedapi/fleet/globalcheckpoints
2025-08-20T21:20:47.7487553Z [00:03:41.088]➜  mkdir -p $WORK/b794/
2025-08-20T21:20:47.7488834Z [00:03:41.088]➜  cat >/tmp/go-build3619502580/b794/importcfg << 'EOF' # internal
2025-08-20T21:20:47.7489791Z [00:03:41.088]➜  # import config
2025-08-20T21:20:47.7490621Z [00:03:41.088]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:47.7492756Z [00:03:41.088]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:47.7494518Z [00:03:41.088]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:47.7496061Z [00:03:41.088]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:47.7498285Z [00:03:41.088]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:47.7500827Z [00:03:41.088]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:47.7503353Z [00:03:41.088]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:47.7505110Z [00:03:41.088]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:47.7506796Z [00:03:41.088]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:47.7508457Z [00:03:41.088]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:47.7510340Z [00:03:41.088]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:47.7512791Z [00:03:41.088]➜  EOF
2025-08-20T21:20:47.7518770Z [00:03:41.088]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b794/_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/b794=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/fleet/globalcheckpoints -lang=go1.21 -complete -installsuffix shared -buildid PeP8KMX7zaPZiO0OuHLd/PeP8KMX7zaPZiO0OuHLd -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/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:20:47.7581994Z [00:03:41.097]➜  go tool buildid -w $WORK/b792/_pkg_.a # internal
2025-08-20T21:20:47.7596727Z [00:03:41.097]➜  cp $WORK/b792/_pkg_.a /root/.cache/go-build/0f/0f94096d94159604782156460d4eabeca8ef8ae04800539ceb3f4aa2235bdfa6-d # internal
2025-08-20T21:20:47.7597989Z [00:03:41.098]➜  github.com/elastic/go-elasticsearch/v8/typedapi/fleet/msearch
2025-08-20T21:20:47.7598721Z [00:03:41.098]➜  mkdir -p $WORK/b795/
2025-08-20T21:20:47.7599461Z [00:03:41.098]➜  cat >/tmp/go-build3619502580/b795/importcfg << 'EOF' # internal
2025-08-20T21:20:47.7600126Z [00:03:41.098]➜  # import config
2025-08-20T21:20:47.7600758Z [00:03:41.098]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:47.7602819Z [00:03:41.098]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:47.7603915Z [00:03:41.098]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:47.7605106Z [00:03:41.098]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:47.7606068Z [00:03:41.098]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:47.7607662Z [00:03:41.098]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:47.7609519Z [00:03:41.098]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:47.7611745Z [00:03:41.098]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:47.7613538Z [00:03:41.098]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3619502580/b580/_pkg_.a
2025-08-20T21:20:47.7614739Z [00:03:41.098]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:47.7615536Z [00:03:41.098]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:47.7616370Z [00:03:41.098]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:47.7617203Z [00:03:41.098]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:47.7618231Z [00:03:41.098]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:47.7618864Z [00:03:41.098]➜  EOF
2025-08-20T21:20:47.7624926Z [00:03:41.098]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b795/_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/b795=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/fleet/msearch -lang=go1.21 -complete -installsuffix shared -buildid _Zj-AH2lm2Df09hUm6GN/_Zj-AH2lm2Df09hUm6GN -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/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:20:47.7764512Z [00:03:41.116]➜  go tool buildid -w $WORK/b791/_pkg_.a # internal
2025-08-20T21:20:47.7796734Z [00:03:41.119]➜  cp $WORK/b791/_pkg_.a /root/.cache/go-build/39/39204a5ba7ba17892c3653c3dbb7cbd067b0a18dbcf4be1f585f536246df534b-d # internal
2025-08-20T21:20:47.7804274Z [00:03:41.119]➜  github.com/elastic/go-elasticsearch/v8/typedapi/fleet/search
2025-08-20T21:20:47.7805025Z [00:03:41.119]➜  mkdir -p $WORK/b797/
2025-08-20T21:20:47.7805764Z [00:03:41.119]➜  cat >/tmp/go-build3619502580/b797/importcfg << 'EOF' # internal
2025-08-20T21:20:47.7806480Z [00:03:41.119]➜  # import config
2025-08-20T21:20:47.7807150Z [00:03:41.119]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:47.7807976Z [00:03:41.119]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:47.7808849Z [00:03:41.119]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:47.7809769Z [00:03:41.119]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:47.7810589Z [00:03:41.119]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:47.7812079Z [00:03:41.119]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:47.7813639Z [00:03:41.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:47.7815281Z [00:03:41.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:47.7817010Z [00:03:41.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build3619502580/b554/_pkg_.a
2025-08-20T21:20:47.7818714Z [00:03:41.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3619502580/b580/_pkg_.a
2025-08-20T21:20:47.7820546Z [00:03:41.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode=/tmp/go-build3619502580/b599/_pkg_.a
2025-08-20T21:20:47.7822069Z [00:03:41.119]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:47.7822888Z [00:03:41.119]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:47.7823710Z [00:03:41.119]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:47.7824793Z [00:03:41.119]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:47.7825624Z [00:03:41.119]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:47.7826221Z [00:03:41.119]➜  EOF
2025-08-20T21:20:47.7832213Z [00:03:41.119]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b797/_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/b797=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/fleet/search -lang=go1.21 -complete -installsuffix shared -buildid 0mt2JrdeUM4b3Wb2Fnkk/0mt2JrdeUM4b3Wb2Fnkk -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/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:20:47.7885226Z [00:03:41.127]➜  go tool buildid -w $WORK/b793/_pkg_.a # internal
2025-08-20T21:20:47.7900917Z [00:03:41.128]➜  cp $WORK/b793/_pkg_.a /root/.cache/go-build/cf/cf037767008eaf80b24d7f6ce6ffa3a6b56e1b34c8752f66570ba0bedb754669-d # internal
2025-08-20T21:20:47.7902385Z [00:03:41.128]➜  github.com/elastic/go-elasticsearch/v8/typedapi/graph/explore
2025-08-20T21:20:47.7903077Z [00:03:41.128]➜  mkdir -p $WORK/b798/
2025-08-20T21:20:47.7903791Z [00:03:41.129]➜  cat >/tmp/go-build3619502580/b798/importcfg << 'EOF' # internal
2025-08-20T21:20:47.7904440Z [00:03:41.129]➜  # import config
2025-08-20T21:20:47.7905211Z [00:03:41.129]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:47.7906156Z [00:03:41.129]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:47.7907018Z [00:03:41.129]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:47.7907866Z [00:03:41.129]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:47.7908633Z [00:03:41.129]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:47.7909829Z [00:03:41.129]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:47.7911438Z [00:03:41.129]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:47.7912512Z [00:03:41.129]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:47.7913301Z [00:03:41.129]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:47.7914118Z [00:03:41.129]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:47.7914937Z [00:03:41.129]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:47.7915731Z [00:03:41.129]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:47.7916327Z [00:03:41.129]➜  EOF
2025-08-20T21:20:47.7922411Z [00:03:41.129]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b798/_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/b798=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/graph/explore -lang=go1.21 -complete -installsuffix shared -buildid ScqTi1rcL507OpFftW8G/ScqTi1rcL507OpFftW8G -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/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:20:47.8487989Z [00:03:41.186]➜  go tool buildid -w $WORK/b794/_pkg_.a # internal
2025-08-20T21:20:47.8489449Z [00:03:41.188]➜  cp $WORK/b794/_pkg_.a /root/.cache/go-build/e1/e1c4bf15302ed7ae11ceb80f8f30b393dbfa7881596ed07b939146f4f840994b-d # internal
2025-08-20T21:20:47.8516880Z [00:03:41.191]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/deletelifecycle
2025-08-20T21:20:47.8522968Z [00:03:41.191]➜  mkdir -p $WORK/b799/
2025-08-20T21:20:47.8526128Z [00:03:41.191]➜  cat >/tmp/go-build3619502580/b799/importcfg << 'EOF' # internal
2025-08-20T21:20:47.8526800Z [00:03:41.191]➜  # import config
2025-08-20T21:20:47.8527437Z [00:03:41.191]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:47.8528124Z [00:03:41.191]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:47.8528968Z [00:03:41.191]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:47.8529930Z [00:03:41.191]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:47.8531081Z [00:03:41.191]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:47.8532771Z [00:03:41.191]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:47.8533872Z [00:03:41.191]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:47.8534667Z [00:03:41.191]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:47.8535495Z [00:03:41.191]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:47.8536285Z [00:03:41.191]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:47.8537084Z [00:03:41.191]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:47.8537646Z [00:03:41.191]➜  EOF
2025-08-20T21:20:47.8544929Z [00:03:41.192]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b799/_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/b799=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/deletelifecycle -lang=go1.21 -complete -installsuffix shared -buildid Kec_HPpcmNl_kPz1gbNL/Kec_HPpcmNl_kPz1gbNL -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/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:20:47.9030582Z [00:03:41.242]➜  go tool buildid -w $WORK/b795/_pkg_.a # internal
2025-08-20T21:20:47.9055901Z [00:03:41.245]➜  cp $WORK/b795/_pkg_.a /root/.cache/go-build/b4/b45e14fc069d213a9f7ed82f342ae27178a60a882cf48a6cc15177d4d9d07cf5-d # internal
2025-08-20T21:20:47.9065092Z [00:03:41.246]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/explainlifecycle
2025-08-20T21:20:47.9077278Z [00:03:41.246]➜  mkdir -p $WORK/b800/
2025-08-20T21:20:47.9078018Z [00:03:41.246]➜  cat >/tmp/go-build3619502580/b800/importcfg << 'EOF' # internal
2025-08-20T21:20:47.9078719Z [00:03:41.246]➜  # import config
2025-08-20T21:20:47.9079357Z [00:03:41.246]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:47.9080170Z [00:03:41.246]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:47.9081045Z [00:03:41.246]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:47.9082139Z [00:03:41.246]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:47.9082940Z [00:03:41.246]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:47.9084176Z [00:03:41.246]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:47.9085951Z [00:03:41.246]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:47.9086931Z [00:03:41.246]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:47.9087760Z [00:03:41.246]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:47.9088757Z [00:03:41.246]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:47.9089588Z [00:03:41.246]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:47.9090407Z [00:03:41.246]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:47.9091022Z [00:03:41.246]➜  EOF
2025-08-20T21:20:47.9096572Z [00:03:41.246]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b800/_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/b800=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/explainlifecycle -lang=go1.21 -complete -installsuffix shared -buildid YkIxYHD67QHr5czqp_N5/YkIxYHD67QHr5czqp_N5 -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/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:20:47.9101709Z [00:03:41.246]➜  go tool buildid -w $WORK/b798/_pkg_.a # internal
2025-08-20T21:20:47.9106943Z [00:03:41.250]➜  cp $WORK/b798/_pkg_.a /root/.cache/go-build/e5/e55ed0187ca452b9a73e5a5caeabbb6718453d88aee8e26a73858277b374f89c-d # internal
2025-08-20T21:20:47.9108249Z [00:03:41.250]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getlifecycle
2025-08-20T21:20:47.9108976Z [00:03:41.250]➜  mkdir -p $WORK/b801/
2025-08-20T21:20:47.9109681Z [00:03:41.250]➜  cat >/tmp/go-build3619502580/b801/importcfg << 'EOF' # internal
2025-08-20T21:20:47.9110524Z [00:03:41.250]➜  # import config
2025-08-20T21:20:47.9111478Z [00:03:41.250]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:47.9112403Z [00:03:41.250]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:47.9113255Z [00:03:41.250]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:47.9114022Z [00:03:41.250]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:47.9115166Z [00:03:41.250]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:47.9116683Z [00:03:41.250]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:47.9117734Z [00:03:41.250]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:47.9118541Z [00:03:41.250]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:47.9119388Z [00:03:41.250]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:47.9120355Z [00:03:41.250]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:47.9121168Z [00:03:41.250]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:47.9121997Z [00:03:41.250]➜  EOF
2025-08-20T21:20:47.9127220Z [00:03:41.250]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b801/_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/b801=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getlifecycle -lang=go1.21 -complete -installsuffix shared -buildid 8nkio5BM4rpGiJcbEKgK/8nkio5BM4rpGiJcbEKgK -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/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:20:47.9573559Z [00:03:41.293]➜  go tool buildid -w $WORK/b799/_pkg_.a # internal
2025-08-20T21:20:47.9578541Z [00:03:41.297]➜  cp $WORK/b799/_pkg_.a /root/.cache/go-build/a4/a468abd5f2a8368aaa4393d6784e9609fe67f66b8b16a21650d37e3ceab21c60-d # internal
2025-08-20T21:20:47.9581964Z [00:03:41.297]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getstatus
2025-08-20T21:20:47.9586815Z [00:03:41.298]➜  mkdir -p $WORK/b802/
2025-08-20T21:20:47.9590145Z [00:03:41.298]➜  cat >/tmp/go-build3619502580/b802/importcfg << 'EOF' # internal
2025-08-20T21:20:47.9594160Z [00:03:41.299]➜  # import config
2025-08-20T21:20:47.9597473Z [00:03:41.299]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:47.9618118Z [00:03:41.299]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:47.9619048Z [00:03:41.299]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:47.9619917Z [00:03:41.299]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:47.9621341Z [00:03:41.299]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:47.9622984Z [00:03:41.299]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:47.9624866Z [00:03:41.299]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/lifecycleoperationmode=/tmp/go-build3619502580/b537/_pkg_.a
2025-08-20T21:20:47.9626330Z [00:03:41.299]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:47.9627217Z [00:03:41.299]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:47.9628115Z [00:03:41.299]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:47.9628975Z [00:03:41.299]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:47.9630022Z [00:03:41.299]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:47.9630745Z [00:03:41.299]➜  EOF
2025-08-20T21:20:47.9636407Z [00:03:41.299]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b802/_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/b802=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getstatus -lang=go1.21 -complete -installsuffix shared -buildid bccyhXBA2DMu_E_zOqhn/bccyhXBA2DMu_E_zOqhn -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/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:20:48.0354219Z [00:03:41.374]➜  go tool buildid -w $WORK/b801/_pkg_.a # internal
2025-08-20T21:20:48.0371621Z [00:03:41.376]➜  cp $WORK/b801/_pkg_.a /root/.cache/go-build/57/5763ec12f83e796aa03026648275fad2805a1bd4e513779df0300eb42bcec052-d # internal
2025-08-20T21:20:48.0373117Z [00:03:41.376]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/migratetodatatiers
2025-08-20T21:20:48.0373923Z [00:03:41.376]➜  mkdir -p $WORK/b803/
2025-08-20T21:20:48.0392715Z [00:03:41.378]➜  cat >/tmp/go-build3619502580/b803/importcfg << 'EOF' # internal
2025-08-20T21:20:48.0399624Z [00:03:41.379]➜  # import config
2025-08-20T21:20:48.0400331Z [00:03:41.379]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:48.0401173Z [00:03:41.379]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:48.0402229Z [00:03:41.379]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:48.0404335Z [00:03:41.379]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:48.0406270Z [00:03:41.379]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:48.0422480Z [00:03:41.379]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:48.0424357Z [00:03:41.379]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:48.0425549Z [00:03:41.379]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:48.0426657Z [00:03:41.379]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:48.0428216Z [00:03:41.379]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:48.0429153Z [00:03:41.379]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:48.0430146Z [00:03:41.379]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:48.0430856Z [00:03:41.379]➜  EOF
2025-08-20T21:20:48.0437340Z [00:03:41.379]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b803/_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/b803=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/migratetodatatiers -lang=go1.21 -complete -installsuffix shared -buildid 8oFROXAbuDAN4vF3cout/8oFROXAbuDAN4vF3cout -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/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:20:48.0714759Z [00:03:41.410]➜  go tool buildid -w $WORK/b800/_pkg_.a # internal
2025-08-20T21:20:48.0765573Z [00:03:41.416]➜  cp $WORK/b800/_pkg_.a /root/.cache/go-build/d4/d4332afd8842caf8c9cff3c13c88b6b34c185bf07c3867903e4ab01391a73034-d # internal
2025-08-20T21:20:48.0793040Z [00:03:41.418]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/movetostep
2025-08-20T21:20:48.0800870Z [00:03:41.419]➜  mkdir -p $WORK/b804/
2025-08-20T21:20:48.0801921Z [00:03:41.419]➜  cat >/tmp/go-build3619502580/b804/importcfg << 'EOF' # internal
2025-08-20T21:20:48.0802686Z [00:03:41.419]➜  # import config
2025-08-20T21:20:48.0803356Z [00:03:41.419]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:48.0804192Z [00:03:41.419]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:48.0805055Z [00:03:41.419]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:48.0805899Z [00:03:41.419]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:48.0806679Z [00:03:41.419]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:48.0807879Z [00:03:41.419]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:48.0809393Z [00:03:41.419]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:48.0810483Z [00:03:41.419]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:48.0811427Z [00:03:41.419]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:48.0812258Z [00:03:41.419]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:48.0813115Z [00:03:41.419]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:48.0813921Z [00:03:41.419]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:48.0814520Z [00:03:41.419]➜  EOF
2025-08-20T21:20:48.0831636Z [00:03:41.422]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b804/_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/b804=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/movetostep -lang=go1.21 -complete -installsuffix shared -buildid 6iBHIvkX6vPFQ6hj2vvB/6iBHIvkX6vPFQ6hj2vvB -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/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:20:48.1009103Z [00:03:41.440]➜  go tool buildid -w $WORK/b802/_pkg_.a # internal
2025-08-20T21:20:48.1025380Z [00:03:41.442]➜  cp $WORK/b802/_pkg_.a /root/.cache/go-build/d2/d2de69930974f9cd0bc9e8ed646b7d64fc68c7e125c1c51f2caa7106d9c9a819-d # internal
2025-08-20T21:20:48.1030827Z [00:03:41.442]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/putlifecycle
2025-08-20T21:20:48.1034986Z [00:03:41.442]➜  mkdir -p $WORK/b805/
2025-08-20T21:20:48.1035795Z [00:03:41.443]➜  cat >/tmp/go-build3619502580/b805/importcfg << 'EOF' # internal
2025-08-20T21:20:48.1042663Z [00:03:41.443]➜  # import config
2025-08-20T21:20:48.1043414Z [00:03:41.443]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:48.1044308Z [00:03:41.443]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:48.1045176Z [00:03:41.443]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:48.1046040Z [00:03:41.443]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:48.1046816Z [00:03:41.443]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:48.1048020Z [00:03:41.443]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:48.1049479Z [00:03:41.443]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:48.1050537Z [00:03:41.443]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:48.1051458Z [00:03:41.443]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:48.1052516Z [00:03:41.443]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:48.1053285Z [00:03:41.443]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:48.1054093Z [00:03:41.443]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:48.1054723Z [00:03:41.443]➜  EOF
2025-08-20T21:20:48.1060900Z [00:03:41.443]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b805/_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/b805=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/putlifecycle -lang=go1.21 -complete -installsuffix shared -buildid mJefpz6m0Pe1zd0fGnzH/mJefpz6m0Pe1zd0fGnzH -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/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:20:48.1620712Z [00:03:41.501]➜  go tool buildid -w $WORK/b803/_pkg_.a # internal
2025-08-20T21:20:48.1642661Z [00:03:41.503]➜  cp $WORK/b803/_pkg_.a /root/.cache/go-build/fa/fac80d8a479e8138e764af8d123669196c04d5d9c787a36aa1b2800303ad08ec-d # internal
2025-08-20T21:20:48.1650128Z [00:03:41.504]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/removepolicy
2025-08-20T21:20:48.1652694Z [00:03:41.504]➜  mkdir -p $WORK/b806/
2025-08-20T21:20:48.1679259Z [00:03:41.507]➜  cat >/tmp/go-build3619502580/b806/importcfg << 'EOF' # internal
2025-08-20T21:20:48.1680275Z [00:03:41.507]➜  # import config
2025-08-20T21:20:48.1681072Z [00:03:41.507]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:48.1682885Z [00:03:41.507]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:48.1684248Z [00:03:41.507]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:48.1685699Z [00:03:41.507]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:48.1687194Z [00:03:41.507]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:48.1689912Z [00:03:41.507]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:48.1691018Z [00:03:41.507]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:48.1692000Z [00:03:41.507]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:48.1692820Z [00:03:41.507]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:48.1693624Z [00:03:41.507]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:48.1694401Z [00:03:41.507]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:48.1694998Z [00:03:41.507]➜  EOF
2025-08-20T21:20:48.1700287Z [00:03:41.507]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b806/_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/b806=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/removepolicy -lang=go1.21 -complete -installsuffix shared -buildid 1xFl5P64OTINCq9lszRq/1xFl5P64OTINCq9lszRq -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/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:20:48.2069321Z [00:03:41.546]➜  go tool buildid -w $WORK/b805/_pkg_.a # internal
2025-08-20T21:20:48.2075330Z [00:03:41.547]➜  go tool buildid -w $WORK/b804/_pkg_.a # internal
2025-08-20T21:20:48.2088736Z [00:03:41.548]➜  cp $WORK/b805/_pkg_.a /root/.cache/go-build/63/631b163b9370b7138aa4abe838d59535ece753edbe91747ae661664a1c2c9d75-d # internal
2025-08-20T21:20:48.2096263Z [00:03:41.548]➜  cp $WORK/b804/_pkg_.a /root/.cache/go-build/c2/c2495374f84693651c0000ea61273bd6703f4938954ce4742e0c87b0e6655134-d # internal
2025-08-20T21:20:48.2097486Z [00:03:41.549]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/start
2025-08-20T21:20:48.2098147Z [00:03:41.549]➜  mkdir -p $WORK/b808/
2025-08-20T21:20:48.2126234Z [00:03:41.552]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/retry
2025-08-20T21:20:48.2133028Z [00:03:41.552]➜  mkdir -p $WORK/b807/
2025-08-20T21:20:48.2133760Z [00:03:41.552]➜  cat >/tmp/go-build3619502580/b807/importcfg << 'EOF' # internal
2025-08-20T21:20:48.2134449Z [00:03:41.552]➜  # import config
2025-08-20T21:20:48.2135104Z [00:03:41.552]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:48.2135965Z [00:03:41.552]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:48.2136824Z [00:03:41.552]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:48.2137603Z [00:03:41.552]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:48.2138822Z [00:03:41.552]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:48.2140334Z [00:03:41.552]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:48.2141448Z [00:03:41.552]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:48.2142220Z [00:03:41.552]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:48.2142982Z [00:03:41.552]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:48.2143731Z [00:03:41.552]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:48.2144495Z [00:03:41.552]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:48.2145241Z [00:03:41.552]➜  EOF
2025-08-20T21:20:48.2149903Z [00:03:41.552]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b807/_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/b807=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/retry -lang=go1.21 -complete -installsuffix shared -buildid MExudjD6xMV1hWiOHEoN/MExudjD6xMV1hWiOHEoN -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/retry/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/retry/retry.go
2025-08-20T21:20:48.2175353Z [00:03:41.552]➜  cat >/tmp/go-build3619502580/b808/importcfg << 'EOF' # internal
2025-08-20T21:20:48.2176017Z [00:03:41.552]➜  # import config
2025-08-20T21:20:48.2176669Z [00:03:41.552]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:48.2177605Z [00:03:41.552]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:48.2178479Z [00:03:41.552]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:48.2179233Z [00:03:41.552]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:48.2180399Z [00:03:41.552]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:48.2182209Z [00:03:41.552]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:48.2183312Z [00:03:41.552]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:48.2184070Z [00:03:41.552]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:48.2184884Z [00:03:41.552]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:48.2185707Z [00:03:41.552]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:48.2186820Z [00:03:41.552]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:48.2187485Z [00:03:41.552]➜  EOF
2025-08-20T21:20:48.2204222Z [00:03:41.552]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b808/_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/b808=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/start -lang=go1.21 -complete -installsuffix shared -buildid QbGkzs4_u8JlOHRfjfRo/QbGkzs4_u8JlOHRfjfRo -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/start/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/start/start.go
2025-08-20T21:20:48.2652755Z [00:03:41.604]➜  go tool buildid -w $WORK/b797/_pkg_.a # internal
2025-08-20T21:20:48.2716426Z [00:03:41.611]➜  cp $WORK/b797/_pkg_.a /root/.cache/go-build/cf/cf40267e0882b33a55cc51bc901abf4b708f0673591dc3f8f776d4aa5c6cdae1-d # internal
2025-08-20T21:20:48.2725197Z [00:03:41.611]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/stop
2025-08-20T21:20:48.2725943Z [00:03:41.612]➜  mkdir -p $WORK/b809/
2025-08-20T21:20:48.2739479Z [00:03:41.613]➜  cat >/tmp/go-build3619502580/b809/importcfg << 'EOF' # internal
2025-08-20T21:20:48.2740245Z [00:03:41.613]➜  # import config
2025-08-20T21:20:48.2740925Z [00:03:41.613]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:48.2742053Z [00:03:41.613]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:48.2742940Z [00:03:41.613]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:48.2743749Z [00:03:41.613]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:48.2745001Z [00:03:41.613]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:48.2746798Z [00:03:41.613]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:48.2747924Z [00:03:41.613]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:48.2748731Z [00:03:41.613]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:48.2749724Z [00:03:41.613]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:48.2750558Z [00:03:41.613]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:48.2751627Z [00:03:41.613]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:48.2752283Z [00:03:41.613]➜  EOF
2025-08-20T21:20:48.2757539Z [00:03:41.613]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b809/_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/b809=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/stop -lang=go1.21 -complete -installsuffix shared -buildid pRthfWaHd8iuGmcCPhgz/pRthfWaHd8iuGmcCPhgz -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/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:20:48.2766064Z [00:03:41.616]➜  go tool buildid -w $WORK/b806/_pkg_.a # internal
2025-08-20T21:20:48.2786045Z [00:03:41.617]➜  cp $WORK/b806/_pkg_.a /root/.cache/go-build/b7/b7591ffb461a028ec021d70c9f745c1178eaf413571392942bbe0ca8cb72ccd1-d # internal
2025-08-20T21:20:48.2790287Z [00:03:41.618]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/addblock
2025-08-20T21:20:48.2791129Z [00:03:41.618]➜  mkdir -p $WORK/b810/
2025-08-20T21:20:48.2797384Z [00:03:41.618]➜  cat >/tmp/go-build3619502580/b810/importcfg << 'EOF' # internal
2025-08-20T21:20:48.2798172Z [00:03:41.618]➜  # import config
2025-08-20T21:20:48.2799064Z [00:03:41.618]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:48.2800211Z [00:03:41.618]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:48.2801170Z [00:03:41.618]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:48.2802351Z [00:03:41.618]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:48.2803567Z [00:03:41.618]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:48.2805116Z [00:03:41.618]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:48.2806817Z [00:03:41.618]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:48.2808092Z [00:03:41.618]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:48.2808918Z [00:03:41.618]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:48.2809815Z [00:03:41.618]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:48.2810678Z [00:03:41.618]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:48.2815841Z [00:03:41.618]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:48.2816573Z [00:03:41.619]➜  EOF
2025-08-20T21:20:48.2824812Z [00:03:41.619]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b810/_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/b810=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/addblock -lang=go1.21 -complete -installsuffix shared -buildid v2IOUj0yd7IawYGwIbGC/v2IOUj0yd7IawYGwIbGC -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/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:20:48.3181428Z [00:03:41.657]➜  go tool buildid -w $WORK/b807/_pkg_.a # internal
2025-08-20T21:20:48.3194732Z [00:03:41.659]➜  cp $WORK/b807/_pkg_.a /root/.cache/go-build/e0/e07bd12f582dcad1e68dff681fde2c631b751aa439333a4efb127e77156a7f04-d # internal
2025-08-20T21:20:48.3197315Z [00:03:41.659]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/analyze
2025-08-20T21:20:48.3205660Z [00:03:41.660]➜  mkdir -p $WORK/b811/
2025-08-20T21:20:48.3211772Z [00:03:41.660]➜  cat >/tmp/go-build3619502580/b811/importcfg << 'EOF' # internal
2025-08-20T21:20:48.3218241Z [00:03:41.660]➜  # import config
2025-08-20T21:20:48.3218879Z [00:03:41.660]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:48.3219625Z [00:03:41.660]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:48.3220564Z [00:03:41.660]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:48.3221679Z [00:03:41.660]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:48.3222473Z [00:03:41.660]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:48.3223621Z [00:03:41.660]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:48.3225057Z [00:03:41.660]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:48.3226077Z [00:03:41.660]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:48.3226857Z [00:03:41.660]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:48.3227706Z [00:03:41.660]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:48.3228576Z [00:03:41.660]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:48.3229483Z [00:03:41.660]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:48.3230144Z [00:03:41.660]➜  EOF
2025-08-20T21:20:48.3236497Z [00:03:41.660]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b811/_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/b811=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/analyze -lang=go1.21 -complete -installsuffix shared -buildid ylZ9gc4I9ubSnlteEDR1/ylZ9gc4I9ubSnlteEDR1 -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/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:20:48.3258034Z [00:03:41.661]➜  go tool buildid -w $WORK/b808/_pkg_.a # internal
2025-08-20T21:20:48.3259391Z [00:03:41.662]➜  cp $WORK/b808/_pkg_.a /root/.cache/go-build/b6/b6d32dea49c23127b369074e769e1fb4db3ef0de0bf376356f58d9da21660c1f-d # internal
2025-08-20T21:20:48.3260823Z [00:03:41.663]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/cancelmigratereindex
2025-08-20T21:20:48.3261826Z [00:03:41.663]➜  mkdir -p $WORK/b812/
2025-08-20T21:20:48.3262543Z [00:03:41.663]➜  cat >/tmp/go-build3619502580/b812/importcfg << 'EOF' # internal
2025-08-20T21:20:48.3263210Z [00:03:41.663]➜  # import config
2025-08-20T21:20:48.3263878Z [00:03:41.663]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:48.3264755Z [00:03:41.663]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:48.3265601Z [00:03:41.663]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:48.3266414Z [00:03:41.663]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:48.3267679Z [00:03:41.663]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:48.3269438Z [00:03:41.663]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:48.3270590Z [00:03:41.663]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:48.3275099Z [00:03:41.663]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:48.3275940Z [00:03:41.663]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:48.3276763Z [00:03:41.663]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:48.3277548Z [00:03:41.663]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:48.3278126Z [00:03:41.663]➜  EOF
2025-08-20T21:20:48.3285291Z [00:03:41.663]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b812/_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/b812=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/cancelmigratereindex -lang=go1.21 -complete -installsuffix shared -buildid KifNaGin1bA-h9WEytKp/KifNaGin1bA-h9WEytKp -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/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:20:48.4008508Z [00:03:41.740]➜  go tool buildid -w $WORK/b809/_pkg_.a # internal
2025-08-20T21:20:48.4023133Z [00:03:41.741]➜  cp $WORK/b809/_pkg_.a /root/.cache/go-build/47/47e2f81650bb6801250941b6f05a67f180991eb8b2295e466f5371c82dae90cf-d # internal
2025-08-20T21:20:48.4027830Z [00:03:41.741]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/clearcache
2025-08-20T21:20:48.4028688Z [00:03:41.741]➜  mkdir -p $WORK/b813/
2025-08-20T21:20:48.4035035Z [00:03:41.742]➜  cat >/tmp/go-build3619502580/b813/importcfg << 'EOF' # internal
2025-08-20T21:20:48.4038264Z [00:03:41.743]➜  # import config
2025-08-20T21:20:48.4039008Z [00:03:41.743]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:48.4039955Z [00:03:41.743]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:48.4040884Z [00:03:41.743]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:48.4041965Z [00:03:41.743]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:48.4043235Z [00:03:41.743]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:48.4044835Z [00:03:41.743]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:48.4046589Z [00:03:41.743]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:48.4047966Z [00:03:41.743]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:48.4048849Z [00:03:41.743]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:48.4049731Z [00:03:41.743]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:48.4050612Z [00:03:41.743]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:48.4051741Z [00:03:41.743]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:48.4052425Z [00:03:41.743]➜  EOF
2025-08-20T21:20:48.4057983Z [00:03:41.743]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b813/_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/b813=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/clearcache -lang=go1.21 -complete -installsuffix shared -buildid nf-g2UN0A1eqE7gUBI-R/nf-g2UN0A1eqE7gUBI-R -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/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:20:48.4140850Z [00:03:41.753]➜  go tool buildid -w $WORK/b810/_pkg_.a # internal
2025-08-20T21:20:48.4156259Z [00:03:41.755]➜  cp $WORK/b810/_pkg_.a /root/.cache/go-build/8a/8af7e79177630590e5f2030b946300833dc01ee290bdebc165a4a0c6d68ac2d4-d # internal
2025-08-20T21:20:48.4174573Z [00:03:41.755]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/clone
2025-08-20T21:20:48.4175407Z [00:03:41.755]➜  mkdir -p $WORK/b814/
2025-08-20T21:20:48.4176187Z [00:03:41.755]➜  cat >/tmp/go-build3619502580/b814/importcfg << 'EOF' # internal
2025-08-20T21:20:48.4176909Z [00:03:41.755]➜  # import config
2025-08-20T21:20:48.4177768Z [00:03:41.755]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:48.4178696Z [00:03:41.755]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:48.4179614Z [00:03:41.755]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:48.4180524Z [00:03:41.755]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:48.4182713Z [00:03:41.755]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:48.4183951Z [00:03:41.755]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:48.4185450Z [00:03:41.755]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:48.4186537Z [00:03:41.755]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:48.4187340Z [00:03:41.755]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:48.4188170Z [00:03:41.755]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:48.4189130Z [00:03:41.755]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:48.4189954Z [00:03:41.755]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:48.4190584Z [00:03:41.755]➜  EOF
2025-08-20T21:20:48.4196613Z [00:03:41.755]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b814/_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/b814=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/clone -lang=go1.21 -complete -installsuffix shared -buildid L6AB0PUZc0lLqnno1iC2/L6AB0PUZc0lLqnno1iC2 -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/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:20:48.4246631Z [00:03:41.764]➜  go tool buildid -w $WORK/b812/_pkg_.a # internal
2025-08-20T21:20:48.4262768Z [00:03:41.765]➜  cp $WORK/b812/_pkg_.a /root/.cache/go-build/86/869611106f3f9c0d82e6366240fd197e260561e7662f7da1ebafe049f709b355-d # internal
2025-08-20T21:20:48.4272766Z [00:03:41.766]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/close
2025-08-20T21:20:48.4273502Z [00:03:41.766]➜  mkdir -p $WORK/b815/
2025-08-20T21:20:48.4274104Z [00:03:41.766]➜  cat >/tmp/go-build3619502580/b815/importcfg << 'EOF' # internal
2025-08-20T21:20:48.4274744Z [00:03:41.766]➜  # import config
2025-08-20T21:20:48.4275402Z [00:03:41.766]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:48.4276247Z [00:03:41.766]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:48.4277925Z [00:03:41.766]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:48.4278948Z [00:03:41.766]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:48.4280170Z [00:03:41.766]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:48.4281869Z [00:03:41.766]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:48.4283629Z [00:03:41.766]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:48.4284885Z [00:03:41.766]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:48.4285717Z [00:03:41.766]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:48.4286567Z [00:03:41.766]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:48.4287378Z [00:03:41.766]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:48.4288331Z [00:03:41.766]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:48.4288953Z [00:03:41.766]➜  EOF
2025-08-20T21:20:48.4294237Z [00:03:41.766]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b815/_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/b815=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/close -lang=go1.21 -complete -installsuffix shared -buildid 8B68s6gEZ4LVMLM_sE3g/8B68s6gEZ4LVMLM_sE3g -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/close/close.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/close/response.go
2025-08-20T21:20:48.5288033Z [00:03:41.868]➜  go tool buildid -w $WORK/b813/_pkg_.a # internal
2025-08-20T21:20:48.5326085Z [00:03:41.872]➜  cp $WORK/b813/_pkg_.a /root/.cache/go-build/1d/1de5ec48d2965b827dd146e12923a51ceb39b1874fa357804596ee288582f0e7-d # internal
2025-08-20T21:20:48.5337041Z [00:03:41.873]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/create
2025-08-20T21:20:48.5339991Z [00:03:41.873]➜  mkdir -p $WORK/b816/
2025-08-20T21:20:48.5353819Z [00:03:41.874]➜  cat >/tmp/go-build3619502580/b816/importcfg << 'EOF' # internal
2025-08-20T21:20:48.5355228Z [00:03:41.874]➜  # import config
2025-08-20T21:20:48.5357577Z [00:03:41.874]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:48.5358696Z [00:03:41.874]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:48.5361918Z [00:03:41.874]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:48.5362874Z [00:03:41.874]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:48.5363739Z [00:03:41.874]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:48.5365002Z [00:03:41.875]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:48.5366633Z [00:03:41.875]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:48.5367792Z [00:03:41.875]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:48.5368615Z [00:03:41.875]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:48.5369450Z [00:03:41.875]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:48.5370285Z [00:03:41.875]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:48.5371124Z [00:03:41.875]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:48.5372026Z [00:03:41.875]➜  EOF
2025-08-20T21:20:48.5378036Z [00:03:41.875]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b816/_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/b816=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/create -lang=go1.21 -complete -installsuffix shared -buildid OE8DV7H9E33LJwIC_w5Z/OE8DV7H9E33LJwIC_w5Z -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/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:20:48.5492704Z [00:03:41.888]➜  go tool buildid -w $WORK/b814/_pkg_.a # internal
2025-08-20T21:20:48.5510298Z [00:03:41.890]➜  go tool buildid -w $WORK/b815/_pkg_.a # internal
2025-08-20T21:20:48.5515805Z [00:03:41.891]➜  cp $WORK/b814/_pkg_.a /root/.cache/go-build/78/78dda767b542f8cace52eb381cd3dc7477294539d179d0954abecaea425e476a-d # internal
2025-08-20T21:20:48.5543818Z [00:03:41.891]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/createdatastream
2025-08-20T21:20:48.5544623Z [00:03:41.891]➜  mkdir -p $WORK/b817/
2025-08-20T21:20:48.5545335Z [00:03:41.892]➜  cat >/tmp/go-build3619502580/b817/importcfg << 'EOF' # internal
2025-08-20T21:20:48.5549155Z [00:03:41.892]➜  # import config
2025-08-20T21:20:48.5552325Z [00:03:41.892]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:48.5555336Z [00:03:41.892]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:48.5556205Z [00:03:41.892]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:48.5556964Z [00:03:41.892]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:48.5558137Z [00:03:41.892]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:48.5559609Z [00:03:41.892]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:48.5560675Z [00:03:41.892]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:48.5566172Z [00:03:41.892]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:48.5567003Z [00:03:41.892]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:48.5567797Z [00:03:41.892]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:48.5568573Z [00:03:41.892]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:48.5569143Z [00:03:41.892]➜  EOF
2025-08-20T21:20:48.5578331Z [00:03:41.892]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b817/_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/b817=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/createdatastream -lang=go1.21 -complete -installsuffix shared -buildid 9k0lk5mIXJvV5TOlBe2X/9k0lk5mIXJvV5TOlBe2X -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/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:20:48.5587796Z [00:03:41.894]➜  cp $WORK/b815/_pkg_.a /root/.cache/go-build/62/626273abf778924eaf99b03629aaad6e8de879aa4d002b0b621cb030857ed5ab-d # internal
2025-08-20T21:20:48.5589106Z [00:03:41.894]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/createfrom
2025-08-20T21:20:48.5589825Z [00:03:41.895]➜  mkdir -p $WORK/b818/
2025-08-20T21:20:48.5590497Z [00:03:41.896]➜  cat >/tmp/go-build3619502580/b818/importcfg << 'EOF' # internal
2025-08-20T21:20:48.5591115Z [00:03:41.896]➜  # import config
2025-08-20T21:20:48.5591872Z [00:03:41.896]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:48.5592672Z [00:03:41.896]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:48.5593741Z [00:03:41.896]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:48.5594662Z [00:03:41.896]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:48.5595439Z [00:03:41.896]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:48.5596740Z [00:03:41.896]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:48.5598189Z [00:03:41.896]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:48.5599201Z [00:03:41.896]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:48.5599965Z [00:03:41.896]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:48.5600754Z [00:03:41.896]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:48.5604007Z [00:03:41.896]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:48.5605035Z [00:03:41.896]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:48.5605779Z [00:03:41.896]➜  EOF
2025-08-20T21:20:48.5613342Z [00:03:41.898]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b818/_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/b818=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/createfrom -lang=go1.21 -complete -installsuffix shared -buildid 0I9EZUNdJ4NqB_Bx5z9r/0I9EZUNdJ4NqB_Bx5z9r -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/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:20:48.6487356Z [00:03:41.985]➜  go tool buildid -w $WORK/b817/_pkg_.a # internal
2025-08-20T21:20:48.6488941Z [00:03:41.987]➜  cp $WORK/b817/_pkg_.a /root/.cache/go-build/c5/c5f85117a70163464ef64c81b11a4597a46ab5a0ba8edc540a0a2a9c872940ef-d # internal
2025-08-20T21:20:48.6515834Z [00:03:41.991]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/datastreamsstats
2025-08-20T21:20:48.6519764Z [00:03:41.991]➜  mkdir -p $WORK/b819/
2025-08-20T21:20:48.6520547Z [00:03:41.991]➜  cat >/tmp/go-build3619502580/b819/importcfg << 'EOF' # internal
2025-08-20T21:20:48.6521391Z [00:03:41.991]➜  # import config
2025-08-20T21:20:48.6522094Z [00:03:41.991]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:48.6522983Z [00:03:41.991]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:48.6523880Z [00:03:41.991]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:48.6524727Z [00:03:41.991]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:48.6526002Z [00:03:41.991]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:48.6527593Z [00:03:41.991]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:48.6529356Z [00:03:41.991]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:48.6530666Z [00:03:41.991]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:48.6531717Z [00:03:41.991]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:48.6532619Z [00:03:41.991]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:48.6533496Z [00:03:41.991]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:48.6534353Z [00:03:41.991]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:48.6535252Z [00:03:41.991]➜  EOF
2025-08-20T21:20:48.6541071Z [00:03:41.991]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b819/_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/b819=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/datastreamsstats -lang=go1.21 -complete -installsuffix shared -buildid 8j_lzidIiSYOzXAug1RL/8j_lzidIiSYOzXAug1RL -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/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:20:48.6641915Z [00:03:42.003]➜  go tool buildid -w $WORK/b811/_pkg_.a # internal
2025-08-20T21:20:48.6671653Z [00:03:42.006]➜  cp $WORK/b811/_pkg_.a /root/.cache/go-build/55/55c55e3bbe5861ce24fa1b5d7173a16e980c235ce1d8884bf517e155efbcd539-d # internal
2025-08-20T21:20:48.6705762Z [00:03:42.007]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/delete
2025-08-20T21:20:48.6706528Z [00:03:42.007]➜  mkdir -p $WORK/b820/
2025-08-20T21:20:48.6707268Z [00:03:42.007]➜  cat >/tmp/go-build3619502580/b820/importcfg << 'EOF' # internal
2025-08-20T21:20:48.6707995Z [00:03:42.007]➜  # import config
2025-08-20T21:20:48.6708688Z [00:03:42.007]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:48.6709587Z [00:03:42.007]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:48.6710477Z [00:03:42.007]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:48.6711500Z [00:03:42.007]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:48.6712860Z [00:03:42.007]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:48.6714630Z [00:03:42.007]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:48.6716332Z [00:03:42.007]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:48.6717584Z [00:03:42.007]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:48.6718372Z [00:03:42.007]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:48.6719168Z [00:03:42.007]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:48.6727414Z [00:03:42.007]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:48.6728595Z [00:03:42.007]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:48.6729211Z [00:03:42.007]➜  EOF
2025-08-20T21:20:48.6735353Z [00:03:42.007]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b820/_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/b820=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/delete -lang=go1.21 -complete -installsuffix shared -buildid AGMB1NQ5ZF0ogSmRtPzs/AGMB1NQ5ZF0ogSmRtPzs -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/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/delete/response.go
2025-08-20T21:20:48.6753525Z [00:03:42.015]➜  go tool buildid -w $WORK/b816/_pkg_.a # internal
2025-08-20T21:20:48.6774878Z [00:03:42.017]➜  cp $WORK/b816/_pkg_.a /root/.cache/go-build/43/43be68396c6d33a046de5e087e237db8d82894353df20506ef4ba9cb12c19525-d # internal
2025-08-20T21:20:48.6780662Z [00:03:42.017]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletealias
2025-08-20T21:20:48.6782205Z [00:03:42.017]➜  mkdir -p $WORK/b821/
2025-08-20T21:20:48.6791922Z [00:03:42.018]➜  cat >/tmp/go-build3619502580/b821/importcfg << 'EOF' # internal
2025-08-20T21:20:48.6792888Z [00:03:42.018]➜  # import config
2025-08-20T21:20:48.6794573Z [00:03:42.018]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:48.6797136Z [00:03:42.018]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:48.6798476Z [00:03:42.019]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:48.6799563Z [00:03:42.019]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:48.6802191Z [00:03:42.019]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:48.6803705Z [00:03:42.019]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:48.6804759Z [00:03:42.019]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:48.6805650Z [00:03:42.019]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:48.6806474Z [00:03:42.019]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:48.6807253Z [00:03:42.019]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:48.6808034Z [00:03:42.019]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:48.6808623Z [00:03:42.019]➜  EOF
2025-08-20T21:20:48.6814367Z [00:03:42.019]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b821/_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/b821=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletealias -lang=go1.21 -complete -installsuffix shared -buildid Zuc6_HdoB8w0pQknk0Ey/Zuc6_HdoB8w0pQknk0Ey -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/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:20:48.6880630Z [00:03:42.027]➜  go tool buildid -w $WORK/b818/_pkg_.a # internal
2025-08-20T21:20:48.6897599Z [00:03:42.029]➜  cp $WORK/b818/_pkg_.a /root/.cache/go-build/3d/3d35af44092850d10dac80c23ae30f00cbb54994f8344f5af89f7a0c35328b26-d # internal
2025-08-20T21:20:48.6924623Z [00:03:42.029]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatalifecycle
2025-08-20T21:20:48.6925429Z [00:03:42.029]➜  mkdir -p $WORK/b822/
2025-08-20T21:20:48.6926111Z [00:03:42.029]➜  cat >/tmp/go-build3619502580/b822/importcfg << 'EOF' # internal
2025-08-20T21:20:48.6926748Z [00:03:42.029]➜  # import config
2025-08-20T21:20:48.6927371Z [00:03:42.029]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:48.6928215Z [00:03:42.029]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:48.6929050Z [00:03:42.029]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:48.6929824Z [00:03:42.029]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:48.6930995Z [00:03:42.029]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:48.6936153Z [00:03:42.029]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:48.6937798Z [00:03:42.029]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:48.6938997Z [00:03:42.029]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:48.6941720Z [00:03:42.029]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:48.6942605Z [00:03:42.030]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:48.6943397Z [00:03:42.030]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:48.6944366Z [00:03:42.030]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:48.6944941Z [00:03:42.030]➜  EOF
2025-08-20T21:20:48.6953800Z [00:03:42.030]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b822/_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/b822=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatalifecycle -lang=go1.21 -complete -installsuffix shared -buildid jlIFDEHpCC9RBTiY8X6-/jlIFDEHpCC9RBTiY8X6- -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/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:20:48.7538890Z [00:03:42.093]➜  go tool buildid -w $WORK/b819/_pkg_.a # internal
2025-08-20T21:20:48.7554971Z [00:03:42.095]➜  cp $WORK/b819/_pkg_.a /root/.cache/go-build/3a/3ab3482409e9d5a006a428c8be75926db91d800a6d2a8e636273fc1d2992a0ae-d # internal
2025-08-20T21:20:48.7557166Z [00:03:42.095]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatastream
2025-08-20T21:20:48.7571489Z [00:03:42.095]➜  mkdir -p $WORK/b823/
2025-08-20T21:20:48.7572674Z [00:03:42.095]➜  cat >/tmp/go-build3619502580/b823/importcfg << 'EOF' # internal
2025-08-20T21:20:48.7573625Z [00:03:42.095]➜  # import config
2025-08-20T21:20:48.7574587Z [00:03:42.095]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:48.7575710Z [00:03:42.095]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:48.7576787Z [00:03:42.095]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:48.7577902Z [00:03:42.095]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:48.7579517Z [00:03:42.095]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:48.7581553Z [00:03:42.095]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:48.7583490Z [00:03:42.095]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:48.7585770Z [00:03:42.095]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:48.7586637Z [00:03:42.095]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:48.7587499Z [00:03:42.095]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:48.7588338Z [00:03:42.095]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:48.7589154Z [00:03:42.095]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:48.7589771Z [00:03:42.095]➜  EOF
2025-08-20T21:20:48.7595899Z [00:03:42.095]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b823/_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/b823=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatastream -lang=go1.21 -complete -installsuffix shared -buildid ZiXAtAFwfs7hzdgaKmED/ZiXAtAFwfs7hzdgaKmED -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/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:20:48.7763465Z [00:03:42.115]➜  go tool buildid -w $WORK/b820/_pkg_.a # internal
2025-08-20T21:20:48.7781086Z [00:03:42.117]➜  cp $WORK/b820/_pkg_.a /root/.cache/go-build/c8/c8721e1eaf814b797ebba145aa1b2b1562d2c8163e640092910dc4ed56b5798d-d # internal
2025-08-20T21:20:48.7785684Z [00:03:42.117]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/deleteindextemplate
2025-08-20T21:20:48.7786544Z [00:03:42.118]➜  mkdir -p $WORK/b824/
2025-08-20T21:20:48.7790431Z [00:03:42.118]➜  cat >/tmp/go-build3619502580/b824/importcfg << 'EOF' # internal
2025-08-20T21:20:48.7793082Z [00:03:42.118]➜  # import config
2025-08-20T21:20:48.7793978Z [00:03:42.118]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:48.7798049Z [00:03:42.118]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:48.7798933Z [00:03:42.118]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:48.7799728Z [00:03:42.118]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:48.7800986Z [00:03:42.118]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:48.7802968Z [00:03:42.118]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:48.7804065Z [00:03:42.118]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:48.7804867Z [00:03:42.118]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:48.7805706Z [00:03:42.118]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:48.7806543Z [00:03:42.118]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:48.7807386Z [00:03:42.118]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:48.7808034Z [00:03:42.118]➜  EOF
2025-08-20T21:20:48.7817300Z [00:03:42.118]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b824/_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/b824=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/deleteindextemplate -lang=go1.21 -complete -installsuffix shared -buildid dCCeJTN4vv-mqOKtMiM1/dCCeJTN4vv-mqOKtMiM1 -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/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:20:48.8022095Z [00:03:42.141]➜  go tool buildid -w $WORK/b821/_pkg_.a # internal
2025-08-20T21:20:48.8043029Z [00:03:42.143]➜  cp $WORK/b821/_pkg_.a /root/.cache/go-build/7b/7b63b0009fcb026608c20825d4930db904e48040f69f0e13d1dd357fc6a6dda8-d # internal
2025-08-20T21:20:48.8067004Z [00:03:42.146]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletetemplate
2025-08-20T21:20:48.8081690Z [00:03:42.146]➜  mkdir -p $WORK/b825/
2025-08-20T21:20:48.8082421Z [00:03:42.146]➜  cat >/tmp/go-build3619502580/b825/importcfg << 'EOF' # internal
2025-08-20T21:20:48.8083109Z [00:03:42.146]➜  # import config
2025-08-20T21:20:48.8083748Z [00:03:42.146]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:48.8084599Z [00:03:42.146]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:48.8085627Z [00:03:42.146]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:48.8086382Z [00:03:42.146]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:48.8087569Z [00:03:42.146]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:48.8089051Z [00:03:42.146]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:48.8090098Z [00:03:42.146]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:48.8090860Z [00:03:42.146]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:48.8095539Z [00:03:42.146]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:48.8096566Z [00:03:42.146]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:48.8097367Z [00:03:42.146]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:48.8097941Z [00:03:42.146]➜  EOF
2025-08-20T21:20:48.8103903Z [00:03:42.146]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b825/_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/b825=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletetemplate -lang=go1.21 -complete -installsuffix shared -buildid zHHnGxfnR1lzX39ehZle/zHHnGxfnR1lzX39ehZle -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/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:20:48.8116764Z [00:03:42.151]➜  go tool buildid -w $WORK/b822/_pkg_.a # internal
2025-08-20T21:20:48.8134252Z [00:03:42.153]➜  cp $WORK/b822/_pkg_.a /root/.cache/go-build/96/968298b8fb322b487f244a5317e6c4d8f23e1d11ec75c472c3c25ff46f1aeb90-d # internal
2025-08-20T21:20:48.8140032Z [00:03:42.153]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/diskusage
2025-08-20T21:20:48.8142844Z [00:03:42.153]➜  mkdir -p $WORK/b826/
2025-08-20T21:20:48.8151131Z [00:03:42.154]➜  cat >/tmp/go-build3619502580/b826/importcfg << 'EOF' # internal
2025-08-20T21:20:48.8155919Z [00:03:42.154]➜  # import config
2025-08-20T21:20:48.8156571Z [00:03:42.154]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:48.8157425Z [00:03:42.154]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:48.8158245Z [00:03:42.154]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:48.8159030Z [00:03:42.154]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:48.8160201Z [00:03:42.154]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:48.8161880Z [00:03:42.154]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:48.8163521Z [00:03:42.154]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:48.8164738Z [00:03:42.154]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:48.8165529Z [00:03:42.154]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:48.8166329Z [00:03:42.154]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:48.8167121Z [00:03:42.154]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:48.8167914Z [00:03:42.154]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:48.8168675Z [00:03:42.154]➜  EOF
2025-08-20T21:20:48.8174480Z [00:03:42.154]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b826/_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/b826=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/diskusage -lang=go1.21 -complete -installsuffix shared -buildid Z5ppYBwgDLLAMvZQs9sa/Z5ppYBwgDLLAMvZQs9sa -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/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:20:48.8544592Z [00:03:42.194]➜  go tool buildid -w $WORK/b823/_pkg_.a # internal
2025-08-20T21:20:48.8709413Z [00:03:42.210]➜  cp $WORK/b823/_pkg_.a /root/.cache/go-build/85/857eb912a56b6f7d9391334ff7bbf8b38a5982ca9097ce5304263dcba556af18-d # internal
2025-08-20T21:20:48.8714680Z [00:03:42.210]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/downsample
2025-08-20T21:20:48.8715490Z [00:03:42.211]➜  mkdir -p $WORK/b827/
2025-08-20T21:20:48.8720005Z [00:03:42.211]➜  cat >/tmp/go-build3619502580/b827/importcfg << 'EOF' # internal
2025-08-20T21:20:48.8722271Z [00:03:42.211]➜  # import config
2025-08-20T21:20:48.8722932Z [00:03:42.211]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:48.8723733Z [00:03:42.211]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:48.8724623Z [00:03:42.211]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:48.8725500Z [00:03:42.211]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:48.8726286Z [00:03:42.211]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:48.8727786Z [00:03:42.211]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:48.8729307Z [00:03:42.211]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:48.8730356Z [00:03:42.211]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:48.8731130Z [00:03:42.211]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:48.8732165Z [00:03:42.211]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:48.8733011Z [00:03:42.211]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:48.8733847Z [00:03:42.211]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:48.8734438Z [00:03:42.211]➜  EOF
2025-08-20T21:20:48.8740698Z [00:03:42.211]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b827/_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/b827=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/downsample -lang=go1.21 -complete -installsuffix shared -buildid A3sAHMB1NC-SmHSIycZF/A3sAHMB1NC-SmHSIycZF -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/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:20:48.8765765Z [00:03:42.216]➜  go tool buildid -w $WORK/b824/_pkg_.a # internal
2025-08-20T21:20:48.8784546Z [00:03:42.218]➜  cp $WORK/b824/_pkg_.a /root/.cache/go-build/64/6464905448b6f17eafb0a4cbf2d70674211e97a68cbb8b8fc9bd581e095a1103-d # internal
2025-08-20T21:20:48.8792303Z [00:03:42.218]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/explaindatalifecycle
2025-08-20T21:20:48.8799814Z [00:03:42.218]➜  mkdir -p $WORK/b832/
2025-08-20T21:20:48.8804593Z [00:03:42.219]➜  cat >/tmp/go-build3619502580/b832/importcfg << 'EOF' # internal
2025-08-20T21:20:48.8805341Z [00:03:42.219]➜  # import config
2025-08-20T21:20:48.8806032Z [00:03:42.219]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:48.8807210Z [00:03:42.219]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:48.8808137Z [00:03:42.219]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:48.8808993Z [00:03:42.219]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:48.8810278Z [00:03:42.219]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:48.8812096Z [00:03:42.219]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:48.8813218Z [00:03:42.219]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:48.8814092Z [00:03:42.219]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:48.8814936Z [00:03:42.219]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:48.8815815Z [00:03:42.219]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:48.8816687Z [00:03:42.219]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:48.8817337Z [00:03:42.219]➜  EOF
2025-08-20T21:20:48.8824730Z [00:03:42.219]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b832/_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/b832=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/explaindatalifecycle -lang=go1.21 -complete -installsuffix shared -buildid Bl5NxUMBPWgNnEvlJEu2/Bl5NxUMBPWgNnEvlJEu2 -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/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:20:48.9258532Z [00:03:42.265]➜  go tool buildid -w $WORK/b826/_pkg_.a # internal
2025-08-20T21:20:48.9277100Z [00:03:42.267]➜  cp $WORK/b826/_pkg_.a /root/.cache/go-build/6c/6c224bf977a52ac9c94f5f41f49fa0843f02d9d1d08a553c814d2dd61f0be0c7-d # internal
2025-08-20T21:20:48.9284547Z [00:03:42.267]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/fieldusagestats
2025-08-20T21:20:48.9291046Z [00:03:42.267]➜  mkdir -p $WORK/b833/
2025-08-20T21:20:48.9292032Z [00:03:42.268]➜  cat >/tmp/go-build3619502580/b833/importcfg << 'EOF' # internal
2025-08-20T21:20:48.9292675Z [00:03:42.268]➜  # import config
2025-08-20T21:20:48.9293325Z [00:03:42.268]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:48.9294263Z [00:03:42.268]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:48.9295114Z [00:03:42.268]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:48.9295933Z [00:03:42.268]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:48.9297202Z [00:03:42.268]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:48.9298731Z [00:03:42.268]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:48.9300306Z [00:03:42.268]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:48.9302466Z [00:03:42.268]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:48.9303292Z [00:03:42.268]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:48.9304149Z [00:03:42.268]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:48.9305184Z [00:03:42.268]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:48.9306001Z [00:03:42.268]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:48.9306734Z [00:03:42.268]➜  EOF
2025-08-20T21:20:48.9312737Z [00:03:42.268]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b833/_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/b833=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/fieldusagestats -lang=go1.21 -complete -installsuffix shared -buildid INFqrABy74TR98cAh2_S/INFqrABy74TR98cAh2_S -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/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:20:48.9329554Z [00:03:42.272]➜  go tool buildid -w $WORK/b825/_pkg_.a # internal
2025-08-20T21:20:48.9344697Z [00:03:42.274]➜  cp $WORK/b825/_pkg_.a /root/.cache/go-build/bd/bd8c20a25957f574725ec0e513b5f6bf8a61fcf829c498e1685cf291e039204a-d # internal
2025-08-20T21:20:48.9358079Z [00:03:42.274]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/flush
2025-08-20T21:20:48.9358812Z [00:03:42.274]➜  mkdir -p $WORK/b834/
2025-08-20T21:20:48.9359547Z [00:03:42.274]➜  cat >/tmp/go-build3619502580/b834/importcfg << 'EOF' # internal
2025-08-20T21:20:48.9360214Z [00:03:42.274]➜  # import config
2025-08-20T21:20:48.9360875Z [00:03:42.274]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:48.9361905Z [00:03:42.274]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:48.9362779Z [00:03:42.274]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:48.9363843Z [00:03:42.274]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:48.9365079Z [00:03:42.274]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:48.9366637Z [00:03:42.274]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:48.9368336Z [00:03:42.274]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:48.9369657Z [00:03:42.274]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:48.9370507Z [00:03:42.274]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:48.9371840Z [00:03:42.274]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:48.9372748Z [00:03:42.274]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:48.9373569Z [00:03:42.274]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:48.9374220Z [00:03:42.274]➜  EOF
2025-08-20T21:20:48.9379362Z [00:03:42.274]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b834/_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/b834=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/flush -lang=go1.21 -complete -installsuffix shared -buildid svZymOz88Yd94QS2hgzY/svZymOz88Yd94QS2hgzY -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/flush/flush.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/flush/response.go
2025-08-20T21:20:48.9952812Z [00:03:42.334]➜  go tool buildid -w $WORK/b832/_pkg_.a # internal
2025-08-20T21:20:48.9953757Z [00:03:42.335]➜  go tool buildid -w $WORK/b827/_pkg_.a # internal
2025-08-20T21:20:48.9970979Z [00:03:42.336]➜  cp $WORK/b827/_pkg_.a /root/.cache/go-build/4d/4d00e8bc3c9597655b35003777ba2c125db19ade56108e4a8dc6b18e22466a99-d # internal
2025-08-20T21:20:48.9979725Z [00:03:42.336]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/forcemerge
2025-08-20T21:20:48.9980728Z [00:03:42.336]➜  mkdir -p $WORK/b835/
2025-08-20T21:20:48.9981886Z [00:03:42.337]➜  cat >/tmp/go-build3619502580/b835/importcfg << 'EOF' # internal
2025-08-20T21:20:48.9982614Z [00:03:42.337]➜  # import config
2025-08-20T21:20:48.9983300Z [00:03:42.337]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:48.9984202Z [00:03:42.337]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:48.9985072Z [00:03:42.337]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:48.9985873Z [00:03:42.337]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:48.9987128Z [00:03:42.337]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:48.9988686Z [00:03:42.337]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:48.9990379Z [00:03:42.337]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:48.9991845Z [00:03:42.337]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:48.9992700Z [00:03:42.337]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:48.9993566Z [00:03:42.337]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:48.9994395Z [00:03:42.337]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:48.9995215Z [00:03:42.337]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:48.9995832Z [00:03:42.337]➜  EOF
2025-08-20T21:20:49.0007736Z [00:03:42.337]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b835/_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/b835=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/forcemerge -lang=go1.21 -complete -installsuffix shared -buildid AqyJ3IfMCLwtvhvR-RTk/AqyJ3IfMCLwtvhvR-RTk -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/forcemerge/forcemerge.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/forcemerge/response.go
2025-08-20T21:20:49.0019968Z [00:03:42.341]➜  cp $WORK/b832/_pkg_.a /root/.cache/go-build/74/741436970e527c9a775c14099b2011b686ca7354bc45b9617ef0d96dea38f61f-d # internal
2025-08-20T21:20:49.0027577Z [00:03:42.342]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/get
2025-08-20T21:20:49.0031631Z [00:03:42.342]➜  mkdir -p $WORK/b836/
2025-08-20T21:20:49.0041969Z [00:03:42.343]➜  cat >/tmp/go-build3619502580/b836/importcfg << 'EOF' # internal
2025-08-20T21:20:49.0042801Z [00:03:42.343]➜  # import config
2025-08-20T21:20:49.0044618Z [00:03:42.343]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:49.0046421Z [00:03:42.343]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:49.0047309Z [00:03:42.343]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:49.0048119Z [00:03:42.343]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:49.0049351Z [00:03:42.343]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:49.0050952Z [00:03:42.343]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:49.0052933Z [00:03:42.343]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:49.0055008Z [00:03:42.343]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/feature=/tmp/go-build3619502580/b480/_pkg_.a
2025-08-20T21:20:49.0056306Z [00:03:42.343]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:49.0057362Z [00:03:42.343]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:49.0058214Z [00:03:42.343]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:49.0059036Z [00:03:42.343]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:49.0059895Z [00:03:42.343]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:49.0060555Z [00:03:42.343]➜  EOF
2025-08-20T21:20:49.0072373Z [00:03:42.346]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b836/_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/b836=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/get -lang=go1.21 -complete -installsuffix shared -buildid xg6thTgCrVY8g7tFUozJ/xg6thTgCrVY8g7tFUozJ -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/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/get/response.go
2025-08-20T21:20:49.0508148Z [00:03:42.390]➜  go tool buildid -w $WORK/b833/_pkg_.a # internal
2025-08-20T21:20:49.0524561Z [00:03:42.391]➜  cp $WORK/b833/_pkg_.a /root/.cache/go-build/94/949aa115b9bbf3207b5c66de794e195583d49cfa696d7d116873d2dd5b02e5a9-d # internal
2025-08-20T21:20:49.0538288Z [00:03:42.392]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getalias
2025-08-20T21:20:49.0539063Z [00:03:42.392]➜  mkdir -p $WORK/b837/
2025-08-20T21:20:49.0539768Z [00:03:42.392]➜  cat >/tmp/go-build3619502580/b837/importcfg << 'EOF' # internal
2025-08-20T21:20:49.0540611Z [00:03:42.392]➜  # import config
2025-08-20T21:20:49.0541518Z [00:03:42.392]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:49.0542334Z [00:03:42.392]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:49.0543166Z [00:03:42.392]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:49.0543994Z [00:03:42.392]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:49.0544750Z [00:03:42.392]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:49.0545933Z [00:03:42.392]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:49.0547398Z [00:03:42.392]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:49.0549005Z [00:03:42.392]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:49.0550225Z [00:03:42.392]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:49.0550990Z [00:03:42.392]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:49.0551942Z [00:03:42.393]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:49.0552731Z [00:03:42.393]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:49.0553501Z [00:03:42.393]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:49.0555858Z [00:03:42.393]➜  EOF
2025-08-20T21:20:49.0561164Z [00:03:42.393]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b837/_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/b837=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getalias -lang=go1.21 -complete -installsuffix shared -buildid N4_Mf3EqEsb7h3GvS7z3/N4_Mf3EqEsb7h3GvS7z3 -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/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:20:49.0575151Z [00:03:42.397]➜  go tool buildid -w $WORK/b834/_pkg_.a # internal
2025-08-20T21:20:49.0595740Z [00:03:42.398]➜  cp $WORK/b834/_pkg_.a /root/.cache/go-build/13/136b3a08c1428e6d9527339bdbf7f6ac84be87ab638cb4e4a7734a2943eca54e-d # internal
2025-08-20T21:20:49.0600683Z [00:03:42.399]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatalifecycle
2025-08-20T21:20:49.0601660Z [00:03:42.399]➜  mkdir -p $WORK/b838/
2025-08-20T21:20:49.0602355Z [00:03:42.399]➜  cat >/tmp/go-build3619502580/b838/importcfg << 'EOF' # internal
2025-08-20T21:20:49.0603039Z [00:03:42.399]➜  # import config
2025-08-20T21:20:49.0603706Z [00:03:42.399]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:49.0604599Z [00:03:42.399]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:49.0605463Z [00:03:42.399]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:49.0606232Z [00:03:42.399]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:49.0607467Z [00:03:42.399]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:49.0609032Z [00:03:42.399]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:49.0610732Z [00:03:42.399]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:49.0612154Z [00:03:42.399]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:49.0612984Z [00:03:42.399]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:49.0614130Z [00:03:42.399]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:49.0615028Z [00:03:42.399]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:49.0615855Z [00:03:42.399]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:49.0616438Z [00:03:42.399]➜  EOF
2025-08-20T21:20:49.0623173Z [00:03:42.399]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b838/_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/b838=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatalifecycle -lang=go1.21 -complete -installsuffix shared -buildid hxkphAXUHW-WegzBQGdQ/hxkphAXUHW-WegzBQGdQ -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/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:20:49.1032210Z [00:03:42.442]➜  go tool buildid -w $WORK/b835/_pkg_.a # internal
2025-08-20T21:20:49.1055401Z [00:03:42.445]➜  cp $WORK/b835/_pkg_.a /root/.cache/go-build/9f/9f6e181f40e8826f7c25caa6bc56287c17e1bbffa542ee22c87d0b362ae561ad-d # internal
2025-08-20T21:20:49.1063125Z [00:03:42.445]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatalifecyclestats
2025-08-20T21:20:49.1068669Z [00:03:42.446]➜  mkdir -p $WORK/b839/
2025-08-20T21:20:49.1078870Z [00:03:42.447]➜  cat >/tmp/go-build3619502580/b839/importcfg << 'EOF' # internal
2025-08-20T21:20:49.1080139Z [00:03:42.447]➜  # import config
2025-08-20T21:20:49.1081501Z [00:03:42.447]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:49.1082798Z [00:03:42.447]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:49.1084154Z [00:03:42.447]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:49.1085646Z [00:03:42.447]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:49.1088529Z [00:03:42.447]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:49.1090322Z [00:03:42.447]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:49.1098229Z [00:03:42.447]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:49.1099168Z [00:03:42.447]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:49.1100044Z [00:03:42.447]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:49.1100944Z [00:03:42.447]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:49.1102053Z [00:03:42.447]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:49.1102663Z [00:03:42.447]➜  EOF
2025-08-20T21:20:49.1114278Z [00:03:42.450]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b839/_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/b839=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatalifecyclestats -lang=go1.21 -complete -installsuffix shared -buildid UiBIzQnBQLJCd1oIhvJK/UiBIzQnBQLJCd1oIhvJK -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/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:20:49.1384211Z [00:03:42.477]➜  go tool buildid -w $WORK/b836/_pkg_.a # internal
2025-08-20T21:20:49.1411041Z [00:03:42.480]➜  cp $WORK/b836/_pkg_.a /root/.cache/go-build/e8/e865e970841a7ef11336b37287ed0e9af6f932a3c3e1d725e4d6d916fb1b9186-d # internal
2025-08-20T21:20:49.1424201Z [00:03:42.481]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatastream
2025-08-20T21:20:49.1425113Z [00:03:42.481]➜  mkdir -p $WORK/b840/
2025-08-20T21:20:49.1436877Z [00:03:42.483]➜  cat >/tmp/go-build3619502580/b840/importcfg << 'EOF' # internal
2025-08-20T21:20:49.1438196Z [00:03:42.483]➜  # import config
2025-08-20T21:20:49.1440154Z [00:03:42.483]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:49.1441372Z [00:03:42.483]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:49.1442765Z [00:03:42.483]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:49.1444188Z [00:03:42.483]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:49.1445705Z [00:03:42.483]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:49.1447715Z [00:03:42.483]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:49.1449714Z [00:03:42.483]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:49.1451703Z [00:03:42.483]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:49.1452964Z [00:03:42.483]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:49.1455451Z [00:03:42.483]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:49.1456353Z [00:03:42.483]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:49.1457185Z [00:03:42.483]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:49.1457797Z [00:03:42.483]➜  EOF
2025-08-20T21:20:49.1476026Z [00:03:42.486]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b840/_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/b840=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatastream -lang=go1.21 -complete -installsuffix shared -buildid UClaBQX-ww42Oua_UNVx/UClaBQX-ww42Oua_UNVx -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/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:20:49.1623808Z [00:03:42.502]➜  go tool buildid -w $WORK/b838/_pkg_.a # internal
2025-08-20T21:20:49.1641355Z [00:03:42.503]➜  cp $WORK/b838/_pkg_.a /root/.cache/go-build/25/252f41ef79c97dde92fca6c0e71efeeaab16ac776604250cc2757ef44d5652b9-d # internal
2025-08-20T21:20:49.1643309Z [00:03:42.503]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getfieldmapping
2025-08-20T21:20:49.1644886Z [00:03:42.503]➜  mkdir -p $WORK/b841/
2025-08-20T21:20:49.1654174Z [00:03:42.505]➜  cat >/tmp/go-build3619502580/b841/importcfg << 'EOF' # internal
2025-08-20T21:20:49.1655123Z [00:03:42.505]➜  # import config
2025-08-20T21:20:49.1656123Z [00:03:42.505]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:49.1657340Z [00:03:42.505]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:49.1658472Z [00:03:42.505]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:49.1659615Z [00:03:42.505]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:49.1661023Z [00:03:42.505]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:49.1663080Z [00:03:42.505]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:49.1665200Z [00:03:42.505]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:49.1666916Z [00:03:42.505]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:49.1667965Z [00:03:42.505]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:49.1669126Z [00:03:42.505]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:49.1672111Z [00:03:42.505]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:49.1673001Z [00:03:42.505]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:49.1673616Z [00:03:42.505]➜  EOF
2025-08-20T21:20:49.1679420Z [00:03:42.505]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b841/_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/b841=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getfieldmapping -lang=go1.21 -complete -installsuffix shared -buildid 6fhRWGPp2poRVub81_89/6fhRWGPp2poRVub81_89 -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/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:20:49.1850797Z [00:03:42.524]➜  go tool buildid -w $WORK/b837/_pkg_.a # internal
2025-08-20T21:20:49.1875380Z [00:03:42.527]➜  cp $WORK/b837/_pkg_.a /root/.cache/go-build/7f/7f2843741d712e295b853f121531da5a825c1f4fbcce4625ffed3600375ef2d9-d # internal
2025-08-20T21:20:49.1881969Z [00:03:42.527]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getindextemplate
2025-08-20T21:20:49.1886730Z [00:03:42.528]➜  mkdir -p $WORK/b842/
2025-08-20T21:20:49.1895848Z [00:03:42.529]➜  cat >/tmp/go-build3619502580/b842/importcfg << 'EOF' # internal
2025-08-20T21:20:49.1904103Z [00:03:42.529]➜  # import config
2025-08-20T21:20:49.1904990Z [00:03:42.529]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:49.1905848Z [00:03:42.529]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:49.1906673Z [00:03:42.529]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:49.1907546Z [00:03:42.529]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:49.1908706Z [00:03:42.529]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:49.1910162Z [00:03:42.529]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:49.1911358Z [00:03:42.529]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:49.1912133Z [00:03:42.529]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:49.1912924Z [00:03:42.529]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:49.1913812Z [00:03:42.529]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:49.1914658Z [00:03:42.529]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:49.1915234Z [00:03:42.529]➜  EOF
2025-08-20T21:20:49.1925956Z [00:03:42.531]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b842/_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/b842=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getindextemplate -lang=go1.21 -complete -installsuffix shared -buildid TT_nt0NUMqOZx1F95-HX/TT_nt0NUMqOZx1F95-HX -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/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:20:49.2354847Z [00:03:42.575]➜  go tool buildid -w $WORK/b839/_pkg_.a # internal
2025-08-20T21:20:49.2377509Z [00:03:42.577]➜  cp $WORK/b839/_pkg_.a /root/.cache/go-build/dc/dcc47f756b79c3405acc700241606babb81dc5964263cd74180d5a50904583f4-d # internal
2025-08-20T21:20:49.2386405Z [00:03:42.578]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getmapping
2025-08-20T21:20:49.2390838Z [00:03:42.578]➜  mkdir -p $WORK/b843/
2025-08-20T21:20:49.2404025Z [00:03:42.579]➜  cat >/tmp/go-build3619502580/b843/importcfg << 'EOF' # internal
2025-08-20T21:20:49.2405372Z [00:03:42.579]➜  # import config
2025-08-20T21:20:49.2408151Z [00:03:42.579]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:49.2409129Z [00:03:42.579]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:49.2410064Z [00:03:42.579]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:49.2410937Z [00:03:42.579]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:49.2412424Z [00:03:42.579]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:49.2414044Z [00:03:42.579]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:49.2415869Z [00:03:42.579]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:49.2417176Z [00:03:42.579]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:49.2418020Z [00:03:42.579]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:49.2418917Z [00:03:42.579]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:49.2419753Z [00:03:42.579]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:49.2420579Z [00:03:42.579]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:49.2421399Z [00:03:42.579]➜  EOF
2025-08-20T21:20:49.2430144Z [00:03:42.580]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b843/_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/b843=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getmapping -lang=go1.21 -complete -installsuffix shared -buildid _OSQ8fdaZIn9NGC8e_Xl/_OSQ8fdaZIn9NGC8e_Xl -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/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:20:49.2626248Z [00:03:42.602]➜  go tool buildid -w $WORK/b840/_pkg_.a # internal
2025-08-20T21:20:49.2649244Z [00:03:42.604]➜  cp $WORK/b840/_pkg_.a /root/.cache/go-build/41/417488c05d9478132282fcb0e29a2781fe682085c292660ec71ab1ad4ec52b2b-d # internal
2025-08-20T21:20:49.2658214Z [00:03:42.605]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getmigratereindexstatus
2025-08-20T21:20:49.2662837Z [00:03:42.605]➜  mkdir -p $WORK/b844/
2025-08-20T21:20:49.2675733Z [00:03:42.606]➜  cat >/tmp/go-build3619502580/b844/importcfg << 'EOF' # internal
2025-08-20T21:20:49.2676391Z [00:03:42.606]➜  # import config
2025-08-20T21:20:49.2677015Z [00:03:42.606]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:49.2677806Z [00:03:42.606]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:49.2678638Z [00:03:42.606]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:49.2679452Z [00:03:42.606]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:49.2680197Z [00:03:42.606]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:49.2681524Z [00:03:42.606]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:49.2683196Z [00:03:42.606]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:49.2684261Z [00:03:42.606]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:49.2685036Z [00:03:42.606]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:49.2685828Z [00:03:42.606]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:49.2686604Z [00:03:42.606]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:49.2687376Z [00:03:42.606]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:49.2687945Z [00:03:42.606]➜  EOF
2025-08-20T21:20:49.2694389Z [00:03:42.606]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b844/_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/b844=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getmigratereindexstatus -lang=go1.21 -complete -installsuffix shared -buildid kmn_nDqupIBj_kddUySo/kmn_nDqupIBj_kddUySo -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/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:20:49.2742215Z [00:03:42.613]➜  go tool buildid -w $WORK/b841/_pkg_.a # internal
2025-08-20T21:20:49.2750576Z [00:03:42.614]➜  cp $WORK/b841/_pkg_.a /root/.cache/go-build/19/194de18c8b3f52ae69c7c1dae5f2d4b0a1c9a87df3763364d28f8e465b72daab-d # internal
2025-08-20T21:20:49.2775577Z [00:03:42.617]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getsettings
2025-08-20T21:20:49.2779312Z [00:03:42.617]➜  mkdir -p $WORK/b845/
2025-08-20T21:20:49.2780270Z [00:03:42.617]➜  cat >/tmp/go-build3619502580/b845/importcfg << 'EOF' # internal
2025-08-20T21:20:49.2780913Z [00:03:42.617]➜  # import config
2025-08-20T21:20:49.2781764Z [00:03:42.617]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:49.2782921Z [00:03:42.617]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:49.2783778Z [00:03:42.617]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:49.2784805Z [00:03:42.617]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:49.2786145Z [00:03:42.617]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:49.2787787Z [00:03:42.617]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:49.2789712Z [00:03:42.617]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:49.2791144Z [00:03:42.617]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:49.2792282Z [00:03:42.617]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:49.2793219Z [00:03:42.617]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:49.2794208Z [00:03:42.617]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:49.2795211Z [00:03:42.617]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:49.2795987Z [00:03:42.617]➜  EOF
2025-08-20T21:20:49.2802713Z [00:03:42.617]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b845/_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/b845=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getsettings -lang=go1.21 -complete -installsuffix shared -buildid PetkD69TJmGzwxfZg49i/PetkD69TJmGzwxfZg49i -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/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:20:49.3160329Z [00:03:42.655]➜  go tool buildid -w $WORK/b842/_pkg_.a # internal
2025-08-20T21:20:49.3181062Z [00:03:42.657]➜  cp $WORK/b842/_pkg_.a /root/.cache/go-build/60/60273b66421f3bd2ddff07fbf82db662945d815e0f1d841faf4cd98abcab28b9-d # internal
2025-08-20T21:20:49.3188581Z [00:03:42.658]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/gettemplate
2025-08-20T21:20:49.3192933Z [00:03:42.658]➜  mkdir -p $WORK/b846/
2025-08-20T21:20:49.3193629Z [00:03:42.658]➜  cat >/tmp/go-build3619502580/b846/importcfg << 'EOF' # internal
2025-08-20T21:20:49.3194270Z [00:03:42.658]➜  # import config
2025-08-20T21:20:49.3194928Z [00:03:42.658]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:49.3195792Z [00:03:42.658]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:49.3196604Z [00:03:42.658]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:49.3197352Z [00:03:42.658]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:49.3198527Z [00:03:42.658]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:49.3199992Z [00:03:42.658]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:49.3201035Z [00:03:42.658]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:49.3201968Z [00:03:42.658]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:49.3202768Z [00:03:42.658]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:49.3203553Z [00:03:42.658]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:49.3204540Z [00:03:42.658]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:49.3205114Z [00:03:42.658]➜  EOF
2025-08-20T21:20:49.3210531Z [00:03:42.658]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b846/_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/b846=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/gettemplate -lang=go1.21 -complete -installsuffix shared -buildid LaXsZz4ojulr6Q0-8Bii/LaXsZz4ojulr6Q0-8Bii -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/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:20:49.3808279Z [00:03:42.720]➜  go tool buildid -w $WORK/b843/_pkg_.a # internal
2025-08-20T21:20:49.3809739Z [00:03:42.720]➜  cp $WORK/b843/_pkg_.a /root/.cache/go-build/4e/4edf758009862ba0679fbba753a1465397a79e7e15b73047314f2646981b1d6c-d # internal
2025-08-20T21:20:49.3811168Z [00:03:42.720]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/migratereindex
2025-08-20T21:20:49.3812243Z [00:03:42.720]➜  mkdir -p $WORK/b847/
2025-08-20T21:20:49.3812969Z [00:03:42.720]➜  cat >/tmp/go-build3619502580/b847/importcfg << 'EOF' # internal
2025-08-20T21:20:49.3813666Z [00:03:42.720]➜  # import config
2025-08-20T21:20:49.3814334Z [00:03:42.720]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:49.3815229Z [00:03:42.720]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:49.3816148Z [00:03:42.720]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:49.3817038Z [00:03:42.720]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:49.3817858Z [00:03:42.720]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:49.3819260Z [00:03:42.720]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:49.3820909Z [00:03:42.720]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:49.3822807Z [00:03:42.720]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/modeenum=/tmp/go-build3619502580/b545/_pkg_.a
2025-08-20T21:20:49.3824097Z [00:03:42.720]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:49.3824976Z [00:03:42.720]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:49.3825864Z [00:03:42.720]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:49.3826715Z [00:03:42.720]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:49.3827572Z [00:03:42.720]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:49.3828229Z [00:03:42.720]➜  EOF
2025-08-20T21:20:49.3835037Z [00:03:42.720]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b847/_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/b847=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/migratereindex -lang=go1.21 -complete -installsuffix shared -buildid ntP1ZpeYfXkFe702ZItt/ntP1ZpeYfXkFe702ZItt -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/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:20:49.3859654Z [00:03:42.725]➜  go tool buildid -w $WORK/b844/_pkg_.a # internal
2025-08-20T21:20:49.3879668Z [00:03:42.727]➜  cp $WORK/b844/_pkg_.a /root/.cache/go-build/96/96a1de5b08270620135d9157cebd6769e1729f5cd1505b08bc084024ad330206-d # internal
2025-08-20T21:20:49.3884118Z [00:03:42.728]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/migratetodatastream
2025-08-20T21:20:49.3886389Z [00:03:42.728]➜  mkdir -p $WORK/b848/
2025-08-20T21:20:49.3894549Z [00:03:42.729]➜  cat >/tmp/go-build3619502580/b848/importcfg << 'EOF' # internal
2025-08-20T21:20:49.3895280Z [00:03:42.729]➜  # import config
2025-08-20T21:20:49.3895977Z [00:03:42.729]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:49.3896887Z [00:03:42.729]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:49.3897742Z [00:03:42.729]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:49.3898509Z [00:03:42.729]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:49.3899862Z [00:03:42.729]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:49.3901570Z [00:03:42.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:49.3902679Z [00:03:42.729]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:49.3903496Z [00:03:42.729]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:49.3904322Z [00:03:42.729]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:49.3905141Z [00:03:42.729]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:49.3905979Z [00:03:42.729]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:49.3906597Z [00:03:42.729]➜  EOF
2025-08-20T21:20:49.3912645Z [00:03:42.729]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b848/_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/b848=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/migratetodatastream -lang=go1.21 -complete -installsuffix shared -buildid nYWfHZFebZpWyVzIqOVX/nYWfHZFebZpWyVzIqOVX -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/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:20:49.4059202Z [00:03:42.745]➜  go tool buildid -w $WORK/b845/_pkg_.a # internal
2025-08-20T21:20:49.4081647Z [00:03:42.747]➜  cp $WORK/b845/_pkg_.a /root/.cache/go-build/88/88f2abe16fa2ef37fac8c085ab288f2ed658f3f914993753f9a274a290bdeac1-d # internal
2025-08-20T21:20:49.4089315Z [00:03:42.748]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/modifydatastream
2025-08-20T21:20:49.4099992Z [00:03:42.748]➜  mkdir -p $WORK/b849/
2025-08-20T21:20:49.4100768Z [00:03:42.748]➜  cat >/tmp/go-build3619502580/b849/importcfg << 'EOF' # internal
2025-08-20T21:20:49.4101644Z [00:03:42.748]➜  # import config
2025-08-20T21:20:49.4102327Z [00:03:42.748]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:49.4103172Z [00:03:42.748]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:49.4104046Z [00:03:42.748]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:49.4104898Z [00:03:42.748]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:49.4105701Z [00:03:42.748]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:49.4106899Z [00:03:42.748]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:49.4111709Z [00:03:42.748]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:49.4113159Z [00:03:42.748]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:49.4114027Z [00:03:42.748]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:49.4114910Z [00:03:42.748]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:49.4116038Z [00:03:42.748]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:49.4116922Z [00:03:42.748]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:49.4117560Z [00:03:42.748]➜  EOF
2025-08-20T21:20:49.4124530Z [00:03:42.748]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b849/_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/b849=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/modifydatastream -lang=go1.21 -complete -installsuffix shared -buildid SGddtlkNiKIgqmAKn1gI/SGddtlkNiKIgqmAKn1gI -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/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:20:49.4658510Z [00:03:42.805]➜  go tool buildid -w $WORK/b846/_pkg_.a # internal
2025-08-20T21:20:49.4682535Z [00:03:42.807]➜  cp $WORK/b846/_pkg_.a /root/.cache/go-build/5f/5f4701e4f390e02bb4b2dac66eec4965e73d5fa435b1e0a5fbeb3ada0f9b68ae-d # internal
2025-08-20T21:20:49.4683922Z [00:03:42.807]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/open
2025-08-20T21:20:49.4684628Z [00:03:42.807]➜  mkdir -p $WORK/b850/
2025-08-20T21:20:49.4704506Z [00:03:42.808]➜  cat >/tmp/go-build3619502580/b850/importcfg << 'EOF' # internal
2025-08-20T21:20:49.4705230Z [00:03:42.808]➜  # import config
2025-08-20T21:20:49.4706132Z [00:03:42.808]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:49.4707108Z [00:03:42.808]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:49.4707970Z [00:03:42.808]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:49.4708784Z [00:03:42.808]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:49.4709946Z [00:03:42.808]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:49.4721743Z [00:03:42.808]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:49.4723528Z [00:03:42.808]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:49.4724832Z [00:03:42.808]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:49.4725680Z [00:03:42.808]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:49.4726499Z [00:03:42.808]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:49.4727341Z [00:03:42.808]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:49.4728194Z [00:03:42.808]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:49.4728808Z [00:03:42.808]➜  EOF
2025-08-20T21:20:49.4734085Z [00:03:42.808]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b850/_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/b850=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/open -lang=go1.21 -complete -installsuffix shared -buildid Ijq14VJw5nJU7SByph34/Ijq14VJw5nJU7SByph34 -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/open/open.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/open/response.go
2025-08-20T21:20:49.4946044Z [00:03:42.834]➜  go tool buildid -w $WORK/b847/_pkg_.a # internal
2025-08-20T21:20:49.4962736Z [00:03:42.835]➜  cp $WORK/b847/_pkg_.a /root/.cache/go-build/95/95a417b405898ba2d14dd2a4f7a37dc67ba96a1ae52be20eb6163c2eebdd57e1-d # internal
2025-08-20T21:20:49.4969946Z [00:03:42.836]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/promotedatastream
2025-08-20T21:20:49.4974112Z [00:03:42.836]➜  mkdir -p $WORK/b851/
2025-08-20T21:20:49.4974827Z [00:03:42.836]➜  cat >/tmp/go-build3619502580/b851/importcfg << 'EOF' # internal
2025-08-20T21:20:49.4975465Z [00:03:42.836]➜  # import config
2025-08-20T21:20:49.4976100Z [00:03:42.836]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:49.4976933Z [00:03:42.836]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:49.4977904Z [00:03:42.836]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:49.4978655Z [00:03:42.836]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:49.4979805Z [00:03:42.836]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:49.4981762Z [00:03:42.836]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:49.4982841Z [00:03:42.836]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:49.4983622Z [00:03:42.836]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:49.4984412Z [00:03:42.836]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:49.4985187Z [00:03:42.836]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:49.4985963Z [00:03:42.836]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:49.4986544Z [00:03:42.836]➜  EOF
2025-08-20T21:20:49.5002784Z [00:03:42.836]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b851/_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/b851=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/promotedatastream -lang=go1.21 -complete -installsuffix shared -buildid VN-sl2niU5W-mD85In6L/VN-sl2niU5W-mD85In6L -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/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:20:49.5148964Z [00:03:42.854]➜  go tool buildid -w $WORK/b848/_pkg_.a # internal
2025-08-20T21:20:49.5169490Z [00:03:42.856]➜  cp $WORK/b848/_pkg_.a /root/.cache/go-build/46/468ee25f72ea4972ddb98eff9edf9ba67005f97e9e931ae4954adeecbe6a82c8-d # internal
2025-08-20T21:20:49.5173062Z [00:03:42.857]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/putalias
2025-08-20T21:20:49.5176355Z [00:03:42.857]➜  mkdir -p $WORK/b852/
2025-08-20T21:20:49.5181346Z [00:03:42.857]➜  cat >/tmp/go-build3619502580/b852/importcfg << 'EOF' # internal
2025-08-20T21:20:49.5182452Z [00:03:42.857]➜  # import config
2025-08-20T21:20:49.5183176Z [00:03:42.857]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:49.5185164Z [00:03:42.857]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:49.5187215Z [00:03:42.857]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:49.5188043Z [00:03:42.857]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:49.5188798Z [00:03:42.857]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:49.5190009Z [00:03:42.857]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:49.5191807Z [00:03:42.857]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:49.5192851Z [00:03:42.857]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:49.5193744Z [00:03:42.857]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:49.5194536Z [00:03:42.857]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:49.5195315Z [00:03:42.857]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:49.5196099Z [00:03:42.858]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:49.5196699Z [00:03:42.858]➜  EOF
2025-08-20T21:20:49.5208818Z [00:03:42.858]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b852/_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/b852=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/putalias -lang=go1.21 -complete -installsuffix shared -buildid rp0EeBrEzSzDdZd3EAKZ/rp0EeBrEzSzDdZd3EAKZ -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/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:20:49.5214203Z [00:03:42.860]➜  go tool buildid -w $WORK/b849/_pkg_.a # internal
2025-08-20T21:20:49.5224947Z [00:03:42.861]➜  cp $WORK/b849/_pkg_.a /root/.cache/go-build/0d/0d2b8560474154f244433c387498c947c6400380b768a85ada1343e1fffefb26-d # internal
2025-08-20T21:20:49.5260552Z [00:03:42.862]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/putdatalifecycle
2025-08-20T21:20:49.5261513Z [00:03:42.862]➜  mkdir -p $WORK/b853/
2025-08-20T21:20:49.5262419Z [00:03:42.862]➜  cat >/tmp/go-build3619502580/b853/importcfg << 'EOF' # internal
2025-08-20T21:20:49.5263155Z [00:03:42.862]➜  # import config
2025-08-20T21:20:49.5263827Z [00:03:42.862]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:49.5264677Z [00:03:42.862]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:49.5265550Z [00:03:42.862]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:49.5266445Z [00:03:42.862]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:49.5267292Z [00:03:42.862]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:49.5268535Z [00:03:42.862]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:49.5270710Z [00:03:42.862]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:49.5272513Z [00:03:42.862]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:49.5273761Z [00:03:42.862]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:49.5274552Z [00:03:42.862]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:49.5275530Z [00:03:42.862]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:49.5276326Z [00:03:42.862]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:49.5277120Z [00:03:42.862]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:49.5277713Z [00:03:42.862]➜  EOF
2025-08-20T21:20:49.5284231Z [00:03:42.862]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b853/_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/b853=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/putdatalifecycle -lang=go1.21 -complete -installsuffix shared -buildid UwjvmqrrJOBhc3xPrwrO/UwjvmqrrJOBhc3xPrwrO -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/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:20:49.5668481Z [00:03:42.906]➜  go tool buildid -w $WORK/b850/_pkg_.a # internal
2025-08-20T21:20:49.5688239Z [00:03:42.908]➜  cp $WORK/b850/_pkg_.a /root/.cache/go-build/2b/2b0187c94dd747acf09bfc2d6513b4af5ed6b1738b6c10939f260cb07c8f4a76-d # internal
2025-08-20T21:20:49.5690190Z [00:03:42.908]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/putindextemplate
2025-08-20T21:20:49.5691378Z [00:03:42.908]➜  mkdir -p $WORK/b854/
2025-08-20T21:20:49.5692298Z [00:03:42.908]➜  cat >/tmp/go-build3619502580/b854/importcfg << 'EOF' # internal
2025-08-20T21:20:49.5693027Z [00:03:42.908]➜  # import config
2025-08-20T21:20:49.5693721Z [00:03:42.908]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:49.5694595Z [00:03:42.908]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:49.5695447Z [00:03:42.908]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:49.5696297Z [00:03:42.908]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:49.5697111Z [00:03:42.908]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:49.5698369Z [00:03:42.908]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:49.5699956Z [00:03:42.908]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:49.5701150Z [00:03:42.908]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:49.5702235Z [00:03:42.908]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:49.5703134Z [00:03:42.908]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:49.5704235Z [00:03:42.908]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:49.5705068Z [00:03:42.908]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:49.5705715Z [00:03:42.908]➜  EOF
2025-08-20T21:20:49.5713796Z [00:03:42.909]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b854/_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/b854=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/putindextemplate -lang=go1.21 -complete -installsuffix shared -buildid -yikYWQzyfZoqhVOQZcN/-yikYWQzyfZoqhVOQZcN -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/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:20:49.6039847Z [00:03:42.943]➜  go tool buildid -w $WORK/b851/_pkg_.a # internal
2025-08-20T21:20:49.6066147Z [00:03:42.946]➜  cp $WORK/b851/_pkg_.a /root/.cache/go-build/45/45cc2b237a3ea0b25f5d0deaf32802d2dede854c4a51c58d9dd8a012be17f6e2-d # internal
2025-08-20T21:20:49.6082957Z [00:03:42.946]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/putmapping
2025-08-20T21:20:49.6083735Z [00:03:42.946]➜  mkdir -p $WORK/b855/
2025-08-20T21:20:49.6084459Z [00:03:42.946]➜  cat >/tmp/go-build3619502580/b855/importcfg << 'EOF' # internal
2025-08-20T21:20:49.6085172Z [00:03:42.946]➜  # import config
2025-08-20T21:20:49.6086042Z [00:03:42.946]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:49.6086863Z [00:03:42.946]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:49.6087741Z [00:03:42.946]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:49.6088623Z [00:03:42.946]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:49.6089430Z [00:03:42.946]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:49.6090651Z [00:03:42.946]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:49.6092683Z [00:03:42.946]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:49.6094363Z [00:03:42.946]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dynamicmapping=/tmp/go-build3619502580/b471/_pkg_.a
2025-08-20T21:20:49.6096455Z [00:03:42.946]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:49.6097702Z [00:03:42.946]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:49.6098505Z [00:03:42.946]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:49.6099330Z [00:03:42.946]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:49.6100166Z [00:03:42.946]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:49.6101031Z [00:03:42.946]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:49.6101907Z [00:03:42.946]➜  EOF
2025-08-20T21:20:49.6108256Z [00:03:42.946]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b855/_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/b855=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/putmapping -lang=go1.21 -complete -installsuffix shared -buildid HTJ_ATkNezd4haAuXOhf/HTJ_ATkNezd4haAuXOhf -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/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:20:49.6550978Z [00:03:42.994]➜  go tool buildid -w $WORK/b853/_pkg_.a # internal
2025-08-20T21:20:49.6554262Z [00:03:42.994]➜  go tool buildid -w $WORK/b852/_pkg_.a # internal
2025-08-20T21:20:49.6561563Z [00:03:42.995]➜  cp $WORK/b853/_pkg_.a /root/.cache/go-build/30/30bf8c64866b255641a5e1492a5f49feba9acbf2e421756cd65200438c3b617c-d # internal
2025-08-20T21:20:49.6572128Z [00:03:42.996]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/putsettings
2025-08-20T21:20:49.6573201Z [00:03:42.996]➜  mkdir -p $WORK/b856/
2025-08-20T21:20:49.6573946Z [00:03:42.996]➜  cat >/tmp/go-build3619502580/b856/importcfg << 'EOF' # internal
2025-08-20T21:20:49.6574627Z [00:03:42.996]➜  # import config
2025-08-20T21:20:49.6575422Z [00:03:42.996]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:49.6576209Z [00:03:42.996]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:49.6577039Z [00:03:42.996]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:49.6577880Z [00:03:42.996]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:49.6578678Z [00:03:42.996]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:49.6590296Z [00:03:42.996]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:49.6592126Z [00:03:42.996]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:49.6593808Z [00:03:42.996]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:49.6595619Z [00:03:42.996]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexcheckonstartup=/tmp/go-build3619502580/b519/_pkg_.a
2025-08-20T21:20:49.6596895Z [00:03:42.996]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:49.6597664Z [00:03:42.996]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:49.6598445Z [00:03:42.996]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:49.6599238Z [00:03:42.996]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:49.6600047Z [00:03:42.996]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:49.6600642Z [00:03:42.996]➜  EOF
2025-08-20T21:20:49.6609064Z [00:03:42.996]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b856/_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/b856=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/putsettings -lang=go1.21 -complete -installsuffix shared -buildid O4s_8eovLvAQjMCXz-U3/O4s_8eovLvAQjMCXz-U3 -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/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:20:49.6616834Z [00:03:42.998]➜  cp $WORK/b852/_pkg_.a /root/.cache/go-build/43/437e7c452969905f0bd8b610f2d9e2c3b5abab7d724de18810ae370d58b2696b-d # internal
2025-08-20T21:20:49.6618250Z [00:03:42.999]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/puttemplate
2025-08-20T21:20:49.6619084Z [00:03:42.999]➜  mkdir -p $WORK/b857/
2025-08-20T21:20:49.6619811Z [00:03:43.000]➜  cat >/tmp/go-build3619502580/b857/importcfg << 'EOF' # internal
2025-08-20T21:20:49.6620492Z [00:03:43.000]➜  # import config
2025-08-20T21:20:49.6621147Z [00:03:43.000]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:49.6622153Z [00:03:43.000]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:49.6623048Z [00:03:43.000]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:49.6623943Z [00:03:43.000]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:49.6624741Z [00:03:43.000]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:49.6625963Z [00:03:43.000]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:49.6627557Z [00:03:43.000]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:49.6628868Z [00:03:43.000]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:49.6629703Z [00:03:43.000]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:49.6630732Z [00:03:43.000]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:49.6641865Z [00:03:43.000]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:49.6642737Z [00:03:43.000]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:49.6643353Z [00:03:43.000]➜  EOF
2025-08-20T21:20:49.6649642Z [00:03:43.000]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b857/_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/b857=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/puttemplate -lang=go1.21 -complete -installsuffix shared -buildid 9zz6rX5DMvsdyIEU-vwn/9zz6rX5DMvsdyIEU-vwn -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/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:20:49.7241366Z [00:03:43.063]➜  go tool buildid -w $WORK/b854/_pkg_.a # internal
2025-08-20T21:20:49.7269957Z [00:03:43.066]➜  cp $WORK/b854/_pkg_.a /root/.cache/go-build/a3/a34f1e27f7fd1d6ed499460b69459ab62e47aa540850e43e4e6ad779b4c3f05c-d # internal
2025-08-20T21:20:49.7276816Z [00:03:43.067]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/recovery
2025-08-20T21:20:49.7304671Z [00:03:43.067]➜  mkdir -p $WORK/b858/
2025-08-20T21:20:49.7305608Z [00:03:43.067]➜  cat >/tmp/go-build3619502580/b858/importcfg << 'EOF' # internal
2025-08-20T21:20:49.7306483Z [00:03:43.067]➜  # import config
2025-08-20T21:20:49.7307185Z [00:03:43.067]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:49.7308077Z [00:03:43.067]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:49.7308940Z [00:03:43.067]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:49.7309683Z [00:03:43.067]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:49.7310920Z [00:03:43.067]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:49.7312688Z [00:03:43.067]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:49.7313812Z [00:03:43.067]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:49.7314636Z [00:03:43.067]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:49.7315520Z [00:03:43.067]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:49.7316440Z [00:03:43.067]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:49.7317290Z [00:03:43.067]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:49.7317928Z [00:03:43.067]➜  EOF
2025-08-20T21:20:49.7324220Z [00:03:43.067]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b858/_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/b858=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/recovery -lang=go1.21 -complete -installsuffix shared -buildid 5MpDfHZWDTjAIUQTsE52/5MpDfHZWDTjAIUQTsE52 -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/recovery/recovery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/recovery/response.go
2025-08-20T21:20:49.8006737Z [00:03:43.140]➜  go tool buildid -w $WORK/b857/_pkg_.a # internal
2025-08-20T21:20:49.8032669Z [00:03:43.142]➜  cp $WORK/b857/_pkg_.a /root/.cache/go-build/5c/5c2a7dbf91793e20fd7fa4100309c83052781fd98b0c1057cb416c250e081fab-d # internal
2025-08-20T21:20:49.8040761Z [00:03:43.143]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/refresh
2025-08-20T21:20:49.8046467Z [00:03:43.143]➜  mkdir -p $WORK/b859/
2025-08-20T21:20:49.8047214Z [00:03:43.143]➜  cat >/tmp/go-build3619502580/b859/importcfg << 'EOF' # internal
2025-08-20T21:20:49.8047863Z [00:03:43.144]➜  # import config
2025-08-20T21:20:49.8048478Z [00:03:43.144]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:49.8049264Z [00:03:43.144]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:49.8050065Z [00:03:43.144]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:49.8050867Z [00:03:43.144]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:49.8052177Z [00:03:43.144]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:49.8053587Z [00:03:43.144]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:49.8055151Z [00:03:43.144]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:49.8068498Z [00:03:43.144]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:49.8069330Z [00:03:43.144]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:49.8070161Z [00:03:43.144]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:49.8070974Z [00:03:43.144]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:49.8072133Z [00:03:43.144]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:49.8072868Z [00:03:43.144]➜  EOF
2025-08-20T21:20:49.8077850Z [00:03:43.144]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b859/_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/b859=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/refresh -lang=go1.21 -complete -installsuffix shared -buildid k8nGWcaAwTCrAfycH2ij/k8nGWcaAwTCrAfycH2ij -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/refresh/refresh.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/refresh/response.go
2025-08-20T21:20:49.8192190Z [00:03:43.158]➜  go tool buildid -w $WORK/b856/_pkg_.a # internal
2025-08-20T21:20:49.8218805Z [00:03:43.161]➜  cp $WORK/b856/_pkg_.a /root/.cache/go-build/4e/4e993654ca6af25504b50fba9adf419239ebe7655c7c0c333f0da4d1e97cf3ef-d # internal
2025-08-20T21:20:49.8220282Z [00:03:43.161]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/reloadsearchanalyzers
2025-08-20T21:20:49.8223364Z [00:03:43.161]➜  mkdir -p $WORK/b860/
2025-08-20T21:20:49.8238979Z [00:03:43.162]➜  cat >/tmp/go-build3619502580/b860/importcfg << 'EOF' # internal
2025-08-20T21:20:49.8239732Z [00:03:43.162]➜  # import config
2025-08-20T21:20:49.8240391Z [00:03:43.162]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:49.8241456Z [00:03:43.162]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:49.8242316Z [00:03:43.162]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:49.8243091Z [00:03:43.162]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:49.8244286Z [00:03:43.162]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:49.8246001Z [00:03:43.162]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:49.8247630Z [00:03:43.162]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:49.8249007Z [00:03:43.162]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:49.8249784Z [00:03:43.163]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:49.8250587Z [00:03:43.163]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:49.8255476Z [00:03:43.163]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:49.8256643Z [00:03:43.163]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:49.8257378Z [00:03:43.163]➜  EOF
2025-08-20T21:20:49.8264760Z [00:03:43.163]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b860/_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/b860=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/reloadsearchanalyzers -lang=go1.21 -complete -installsuffix shared -buildid VclgPQwZSUZGCZga7Xy_/VclgPQwZSUZGCZga7Xy_ -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/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:20:49.8628668Z [00:03:43.200]➜  go tool buildid -w $WORK/b858/_pkg_.a # internal
2025-08-20T21:20:49.8630072Z [00:03:43.202]➜  cp $WORK/b858/_pkg_.a /root/.cache/go-build/92/92cc831a03c6b54d8e59c43d474e05ca44bf5715ff14c06a7f0ff9629e4ccb0c-d # internal
2025-08-20T21:20:49.8636665Z [00:03:43.203]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolvecluster
2025-08-20T21:20:49.8637857Z [00:03:43.203]➜  mkdir -p $WORK/b861/
2025-08-20T21:20:49.8656069Z [00:03:43.204]➜  cat >/tmp/go-build3619502580/b861/importcfg << 'EOF' # internal
2025-08-20T21:20:49.8665943Z [00:03:43.204]➜  # import config
2025-08-20T21:20:49.8668063Z [00:03:43.204]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:49.8669398Z [00:03:43.204]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:49.8670529Z [00:03:43.204]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:49.8672008Z [00:03:43.204]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:49.8674214Z [00:03:43.204]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:49.8676989Z [00:03:43.205]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:49.8681087Z [00:03:43.205]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:49.8682691Z [00:03:43.205]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:49.8683519Z [00:03:43.205]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:49.8684325Z [00:03:43.205]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:49.8685120Z [00:03:43.205]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:49.8685914Z [00:03:43.205]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:49.8687727Z [00:03:43.206]➜  EOF
2025-08-20T21:20:49.8693660Z [00:03:43.207]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b861/_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/b861=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolvecluster -lang=go1.21 -complete -installsuffix shared -buildid V5O0DRVgTJwd3Z15vQTM/V5O0DRVgTJwd3Z15vQTM -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/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:20:49.9006595Z [00:03:43.240]➜  go tool buildid -w $WORK/b855/_pkg_.a # internal
2025-08-20T21:20:49.9066944Z [00:03:43.246]➜  cp $WORK/b855/_pkg_.a /root/.cache/go-build/f4/f43914f456a905cacf5bdfd4b5c2dee65ce18a16990d022bc21eb947e0b25a66-d # internal
2025-08-20T21:20:49.9069191Z [00:03:43.246]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolveindex
2025-08-20T21:20:49.9074317Z [00:03:43.247]➜  mkdir -p $WORK/b862/
2025-08-20T21:20:49.9079852Z [00:03:43.247]➜  cat >/tmp/go-build3619502580/b862/importcfg << 'EOF' # internal
2025-08-20T21:20:49.9103720Z [00:03:43.247]➜  # import config
2025-08-20T21:20:49.9105794Z [00:03:43.247]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:49.9106767Z [00:03:43.247]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:49.9107735Z [00:03:43.247]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:49.9108563Z [00:03:43.247]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:49.9109972Z [00:03:43.247]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:49.9111741Z [00:03:43.247]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:49.9113501Z [00:03:43.247]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:49.9115014Z [00:03:43.247]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:49.9116028Z [00:03:43.247]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:49.9116935Z [00:03:43.248]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:49.9117812Z [00:03:43.248]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:49.9118707Z [00:03:43.248]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:49.9119340Z [00:03:43.248]➜  EOF
2025-08-20T21:20:49.9126318Z [00:03:43.251]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b862/_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/b862=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolveindex -lang=go1.21 -complete -installsuffix shared -buildid mDCtOKlRT7NDF6HLa_6m/mDCtOKlRT7NDF6HLa_6m -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/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:20:49.9202340Z [00:03:43.259]➜  go tool buildid -w $WORK/b860/_pkg_.a # internal
2025-08-20T21:20:49.9219692Z [00:03:43.261]➜  cp $WORK/b860/_pkg_.a /root/.cache/go-build/14/14cfb712213f8321c581faaa29685318f4647dc345feeded954e5df6406acde4-d # internal
2025-08-20T21:20:49.9229758Z [00:03:43.261]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/rollover
2025-08-20T21:20:49.9230527Z [00:03:43.262]➜  mkdir -p $WORK/b863/
2025-08-20T21:20:49.9232107Z [00:03:43.262]➜  cat >/tmp/go-build3619502580/b863/importcfg << 'EOF' # internal
2025-08-20T21:20:49.9234508Z [00:03:43.262]➜  # import config
2025-08-20T21:20:49.9235189Z [00:03:43.262]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:49.9236112Z [00:03:43.262]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:49.9237182Z [00:03:43.262]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:49.9238064Z [00:03:43.262]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:49.9238863Z [00:03:43.262]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:49.9240237Z [00:03:43.262]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:49.9243838Z [00:03:43.262]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:49.9244926Z [00:03:43.262]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:49.9245702Z [00:03:43.262]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:49.9246500Z [00:03:43.262]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:49.9247294Z [00:03:43.262]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:49.9248094Z [00:03:43.262]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:49.9248675Z [00:03:43.262]➜  EOF
2025-08-20T21:20:49.9254989Z [00:03:43.262]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b863/_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/b863=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/rollover -lang=go1.21 -complete -installsuffix shared -buildid afxiXay_mFMzvve0m9tO/afxiXay_mFMzvve0m9tO -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/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:20:49.9288910Z [00:03:43.268]➜  go tool buildid -w $WORK/b859/_pkg_.a # internal
2025-08-20T21:20:49.9312724Z [00:03:43.270]➜  cp $WORK/b859/_pkg_.a /root/.cache/go-build/b5/b503f91bcde2aa264dedf019c30144f6a5c7474c38d7b4e6db69dc2ca53d8603-d # internal
2025-08-20T21:20:49.9314145Z [00:03:43.270]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/segments
2025-08-20T21:20:49.9314843Z [00:03:43.270]➜  mkdir -p $WORK/b864/
2025-08-20T21:20:49.9315532Z [00:03:43.270]➜  cat >/tmp/go-build3619502580/b864/importcfg << 'EOF' # internal
2025-08-20T21:20:49.9316159Z [00:03:43.270]➜  # import config
2025-08-20T21:20:49.9316777Z [00:03:43.270]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:49.9317608Z [00:03:43.270]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:49.9318422Z [00:03:43.270]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:49.9319176Z [00:03:43.270]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:49.9320364Z [00:03:43.270]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:49.9322002Z [00:03:43.270]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:49.9323622Z [00:03:43.270]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:49.9324840Z [00:03:43.270]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:49.9325607Z [00:03:43.270]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:49.9326388Z [00:03:43.270]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:49.9327161Z [00:03:43.270]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:49.9327932Z [00:03:43.270]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:49.9328658Z [00:03:43.270]➜  EOF
2025-08-20T21:20:49.9337013Z [00:03:43.270]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b864/_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/b864=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/segments -lang=go1.21 -complete -installsuffix shared -buildid v_2CJW7NYNTf0zb29BHh/v_2CJW7NYNTf0zb29BHh -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/segments/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/segments/segments.go
2025-08-20T21:20:49.9918975Z [00:03:43.331]➜  go tool buildid -w $WORK/b861/_pkg_.a # internal
2025-08-20T21:20:49.9944829Z [00:03:43.334]➜  cp $WORK/b861/_pkg_.a /root/.cache/go-build/ed/edf6c5c6d2f907ea708f7c17b9a8941b73d73a604766861b77e601b9de0329e8-d # internal
2025-08-20T21:20:49.9952729Z [00:03:43.334]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/shardstores
2025-08-20T21:20:49.9959916Z [00:03:43.335]➜  mkdir -p $WORK/b865/
2025-08-20T21:20:49.9969816Z [00:03:43.336]➜  cat >/tmp/go-build3619502580/b865/importcfg << 'EOF' # internal
2025-08-20T21:20:49.9982381Z [00:03:43.336]➜  # import config
2025-08-20T21:20:49.9983085Z [00:03:43.336]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:49.9983961Z [00:03:43.336]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:49.9984802Z [00:03:43.336]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:49.9986433Z [00:03:43.336]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:49.9987926Z [00:03:43.336]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:49.9991068Z [00:03:43.336]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:49.9993936Z [00:03:43.336]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:49.9997193Z [00:03:43.337]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstorestatus=/tmp/go-build3619502580/b866/_pkg_.a
2025-08-20T21:20:49.9998829Z [00:03:43.337]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.0004428Z [00:03:43.338]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.0005747Z [00:03:43.338]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.0007337Z [00:03:43.338]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.0009175Z [00:03:43.338]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.0010359Z [00:03:43.338]➜  EOF
2025-08-20T21:20:50.0017742Z [00:03:43.340]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b865/_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/b865=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/shardstores -lang=go1.21 -complete -installsuffix shared -buildid cO0lWPT_ospqCy-R-_hM/cO0lWPT_ospqCy-R-_hM -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/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:20:50.0219847Z [00:03:43.361]➜  go tool buildid -w $WORK/b862/_pkg_.a # internal
2025-08-20T21:20:50.0236365Z [00:03:43.363]➜  cp $WORK/b862/_pkg_.a /root/.cache/go-build/4f/4f5cf888c3de23e84c423dd1631671a92ad611f8714da96a0e2004b0f33b5f5e-d # internal
2025-08-20T21:20:50.0245199Z [00:03:43.363]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/shrink
2025-08-20T21:20:50.0276966Z [00:03:43.363]➜  mkdir -p $WORK/b867/
2025-08-20T21:20:50.0277692Z [00:03:43.363]➜  cat >/tmp/go-build3619502580/b867/importcfg << 'EOF' # internal
2025-08-20T21:20:50.0278359Z [00:03:43.364]➜  # import config
2025-08-20T21:20:50.0279202Z [00:03:43.364]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:50.0280049Z [00:03:43.364]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:50.0280927Z [00:03:43.364]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:50.0282008Z [00:03:43.364]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:50.0282806Z [00:03:43.364]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:50.0284048Z [00:03:43.364]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:50.0285764Z [00:03:43.364]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:50.0286972Z [00:03:43.364]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.0287827Z [00:03:43.364]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.0288751Z [00:03:43.364]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.0289641Z [00:03:43.364]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.0290507Z [00:03:43.364]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.0291154Z [00:03:43.364]➜  EOF
2025-08-20T21:20:50.0297539Z [00:03:43.364]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b867/_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/b867=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/shrink -lang=go1.21 -complete -installsuffix shared -buildid p5yP6Sne4mqm3WoJ3NFU/p5yP6Sne4mqm3WoJ3NFU -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/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:20:50.0386053Z [00:03:43.378]➜  go tool buildid -w $WORK/b863/_pkg_.a # internal
2025-08-20T21:20:50.0407704Z [00:03:43.380]➜  cp $WORK/b863/_pkg_.a /root/.cache/go-build/cf/cfe23e997057000b5b03e7949cdd0a7f46ade1cae16ee447e0f0533b658773f3-d # internal
2025-08-20T21:20:50.0416786Z [00:03:43.381]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulateindextemplate
2025-08-20T21:20:50.0417607Z [00:03:43.381]➜  mkdir -p $WORK/b868/
2025-08-20T21:20:50.0418311Z [00:03:43.381]➜  cat >/tmp/go-build3619502580/b868/importcfg << 'EOF' # internal
2025-08-20T21:20:50.0418958Z [00:03:43.381]➜  # import config
2025-08-20T21:20:50.0419583Z [00:03:43.381]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:50.0420423Z [00:03:43.381]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:50.0421415Z [00:03:43.381]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:50.0422181Z [00:03:43.381]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:50.0423347Z [00:03:43.381]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:50.0424812Z [00:03:43.381]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:50.0425853Z [00:03:43.381]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.0426585Z [00:03:43.381]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.0427523Z [00:03:43.381]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.0428305Z [00:03:43.381]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.0429076Z [00:03:43.381]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.0429746Z [00:03:43.381]➜  EOF
2025-08-20T21:20:50.0436012Z [00:03:43.381]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b868/_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/b868=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulateindextemplate -lang=go1.21 -complete -installsuffix shared -buildid bQp4pIvRTNCcYnnvdFDi/bQp4pIvRTNCcYnnvdFDi -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/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:20:50.0585726Z [00:03:43.398]➜  go tool buildid -w $WORK/b864/_pkg_.a # internal
2025-08-20T21:20:50.0610891Z [00:03:43.400]➜  cp $WORK/b864/_pkg_.a /root/.cache/go-build/05/05ecc5edf3e2198101da55b24ab02f646c1a3b5e11b59ac098b77730a9d4bccd-d # internal
2025-08-20T21:20:50.0622838Z [00:03:43.401]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulatetemplate
2025-08-20T21:20:50.0629001Z [00:03:43.402]➜  mkdir -p $WORK/b869/
2025-08-20T21:20:50.0652447Z [00:03:43.402]➜  cat >/tmp/go-build3619502580/b869/importcfg << 'EOF' # internal
2025-08-20T21:20:50.0653163Z [00:03:43.402]➜  # import config
2025-08-20T21:20:50.0653837Z [00:03:43.402]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:50.0654706Z [00:03:43.402]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:50.0655624Z [00:03:43.402]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:50.0656762Z [00:03:43.402]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:50.0657609Z [00:03:43.402]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:50.0658820Z [00:03:43.402]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:50.0660336Z [00:03:43.402]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:50.0661615Z [00:03:43.402]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.0662719Z [00:03:43.402]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.0663657Z [00:03:43.402]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.0665143Z [00:03:43.402]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.0666270Z [00:03:43.402]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.0667994Z [00:03:43.402]➜  EOF
2025-08-20T21:20:50.0674848Z [00:03:43.402]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b869/_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/b869=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulatetemplate -lang=go1.21 -complete -installsuffix shared -buildid 9LwdEQqQD8ARAl2-DPfr/9LwdEQqQD8ARAl2-DPfr -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/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:20:50.1410864Z [00:03:43.480]➜  go tool buildid -w $WORK/b867/_pkg_.a # internal
2025-08-20T21:20:50.1431677Z [00:03:43.482]➜  cp $WORK/b867/_pkg_.a /root/.cache/go-build/95/95e7197e2a83e65eafe111ee5af8e96f4c47b0ecc583d8de6370bfbd779242a3-d # internal
2025-08-20T21:20:50.1442030Z [00:03:43.483]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/split
2025-08-20T21:20:50.1446042Z [00:03:43.483]➜  mkdir -p $WORK/b870/
2025-08-20T21:20:50.1446854Z [00:03:43.483]➜  cat >/tmp/go-build3619502580/b870/importcfg << 'EOF' # internal
2025-08-20T21:20:50.1447534Z [00:03:43.483]➜  # import config
2025-08-20T21:20:50.1448192Z [00:03:43.483]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:50.1449010Z [00:03:43.483]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:50.1449862Z [00:03:43.484]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:50.1450653Z [00:03:43.484]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:50.1451911Z [00:03:43.484]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:50.1453134Z [00:03:43.484]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:50.1454716Z [00:03:43.484]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:50.1455866Z [00:03:43.484]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.1456661Z [00:03:43.484]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.1457481Z [00:03:43.484]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.1458289Z [00:03:43.484]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.1459090Z [00:03:43.484]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.1459679Z [00:03:43.484]➜  EOF
2025-08-20T21:20:50.1467931Z [00:03:43.484]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b870/_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/b870=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/split -lang=go1.21 -complete -installsuffix shared -buildid GwDr71dOaLk4g2EgzyMu/GwDr71dOaLk4g2EgzyMu -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/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:20:50.1483713Z [00:03:43.488]➜  go tool buildid -w $WORK/b865/_pkg_.a # internal
2025-08-20T21:20:50.1507441Z [00:03:43.490]➜  cp $WORK/b865/_pkg_.a /root/.cache/go-build/23/235c312f64b12fe3e46c2f8416679be0d59d35068c4dd005f1e30d428e528e8b-d # internal
2025-08-20T21:20:50.1524630Z [00:03:43.490]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/stats
2025-08-20T21:20:50.1525371Z [00:03:43.490]➜  mkdir -p $WORK/b871/
2025-08-20T21:20:50.1526072Z [00:03:43.490]➜  cat >/tmp/go-build3619502580/b871/importcfg << 'EOF' # internal
2025-08-20T21:20:50.1526734Z [00:03:43.490]➜  # import config
2025-08-20T21:20:50.1527377Z [00:03:43.490]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:50.1528237Z [00:03:43.490]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:50.1529070Z [00:03:43.490]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:50.1529846Z [00:03:43.490]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:50.1531038Z [00:03:43.490]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:50.1532696Z [00:03:43.491]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:50.1534534Z [00:03:43.491]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:50.1536343Z [00:03:43.491]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/level=/tmp/go-build3619502580/b682/_pkg_.a
2025-08-20T21:20:50.1537651Z [00:03:43.491]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.1538432Z [00:03:43.491]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.1539235Z [00:03:43.491]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.1540023Z [00:03:43.491]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.1540803Z [00:03:43.491]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.1541504Z [00:03:43.491]➜  EOF
2025-08-20T21:20:50.1546703Z [00:03:43.491]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b871/_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/b871=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/stats -lang=go1.21 -complete -installsuffix shared -buildid uR5QoLjUQyF318NLIM-n/uR5QoLjUQyF318NLIM-n -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/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/stats/stats.go
2025-08-20T21:20:50.1613165Z [00:03:43.499]➜  go tool buildid -w $WORK/b868/_pkg_.a # internal
2025-08-20T21:20:50.1625720Z [00:03:43.502]➜  cp $WORK/b868/_pkg_.a /root/.cache/go-build/bc/bcafa0618ad985f33ce30ed1d6a92e948d509b31a8f5028ef6e58d82a1819397-d # internal
2025-08-20T21:20:50.1645482Z [00:03:43.502]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/unfreeze
2025-08-20T21:20:50.1646243Z [00:03:43.502]➜  mkdir -p $WORK/b872/
2025-08-20T21:20:50.1647077Z [00:03:43.502]➜  cat >/tmp/go-build3619502580/b872/importcfg << 'EOF' # internal
2025-08-20T21:20:50.1647717Z [00:03:43.502]➜  # import config
2025-08-20T21:20:50.1648345Z [00:03:43.502]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:50.1649190Z [00:03:43.502]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:50.1650012Z [00:03:43.502]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:50.1650762Z [00:03:43.502]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:50.1652093Z [00:03:43.502]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:50.1653565Z [00:03:43.502]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:50.1655182Z [00:03:43.502]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:50.1656403Z [00:03:43.502]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.1657175Z [00:03:43.502]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.1657973Z [00:03:43.502]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.1658750Z [00:03:43.502]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.1659526Z [00:03:43.502]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.1660098Z [00:03:43.502]➜  EOF
2025-08-20T21:20:50.1665496Z [00:03:43.502]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b872/_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/b872=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/unfreeze -lang=go1.21 -complete -installsuffix shared -buildid ho5bHtceEiL9MSQpPDr-/ho5bHtceEiL9MSQpPDr- -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/unfreeze/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/unfreeze/unfreeze.go
2025-08-20T21:20:50.2306655Z [00:03:43.570]➜  go tool buildid -w $WORK/b869/_pkg_.a # internal
2025-08-20T21:20:50.2332997Z [00:03:43.572]➜  cp $WORK/b869/_pkg_.a /root/.cache/go-build/c6/c6b7e03f68a93094cd90ab7c0605a846f37ef41ed9cd05bf196acd8312ee96df-d # internal
2025-08-20T21:20:50.2387321Z [00:03:43.578]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/updatealiases
2025-08-20T21:20:50.2390621Z [00:03:43.578]➜  mkdir -p $WORK/b873/
2025-08-20T21:20:50.2394076Z [00:03:43.578]➜  cat >/tmp/go-build3619502580/b873/importcfg << 'EOF' # internal
2025-08-20T21:20:50.2395808Z [00:03:43.578]➜  # import config
2025-08-20T21:20:50.2397666Z [00:03:43.578]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:50.2400150Z [00:03:43.578]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:50.2401926Z [00:03:43.578]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:50.2432959Z [00:03:43.578]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:50.2434072Z [00:03:43.578]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:50.2435925Z [00:03:43.578]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:50.2439471Z [00:03:43.578]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:50.2441707Z [00:03:43.578]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.2443514Z [00:03:43.578]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.2445362Z [00:03:43.578]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.2447199Z [00:03:43.579]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.2448586Z [00:03:43.579]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.2449784Z [00:03:43.579]➜  EOF
2025-08-20T21:20:50.2457119Z [00:03:43.579]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b873/_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/b873=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/updatealiases -lang=go1.21 -complete -installsuffix shared -buildid eJc5z5qPuEHjEXsy772a/eJc5z5qPuEHjEXsy772a -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/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:20:50.2607656Z [00:03:43.600]➜  go tool buildid -w $WORK/b870/_pkg_.a # internal
2025-08-20T21:20:50.2658818Z [00:03:43.605]➜  cp $WORK/b870/_pkg_.a /root/.cache/go-build/24/24856f6d1c507072acc613fabba7c07adfbb04d51965e301981297cd4c791835-d # internal
2025-08-20T21:20:50.2666514Z [00:03:43.605]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/validatequery
2025-08-20T21:20:50.2669523Z [00:03:43.605]➜  mkdir -p $WORK/b874/
2025-08-20T21:20:50.2670261Z [00:03:43.605]➜  cat >/tmp/go-build3619502580/b874/importcfg << 'EOF' # internal
2025-08-20T21:20:50.2670925Z [00:03:43.605]➜  # import config
2025-08-20T21:20:50.2671740Z [00:03:43.605]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:50.2672634Z [00:03:43.605]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:50.2673689Z [00:03:43.605]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:50.2674545Z [00:03:43.605]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:50.2675320Z [00:03:43.605]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:50.2676629Z [00:03:43.605]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:50.2678103Z [00:03:43.605]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:50.2679710Z [00:03:43.605]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:50.2682713Z [00:03:43.605]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build3619502580/b554/_pkg_.a
2025-08-20T21:20:50.2684121Z [00:03:43.605]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.2684978Z [00:03:43.605]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.2685846Z [00:03:43.605]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.2686683Z [00:03:43.605]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.2687525Z [00:03:43.605]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.2688137Z [00:03:43.605]➜  EOF
2025-08-20T21:20:50.2695057Z [00:03:43.605]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b874/_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/b874=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/validatequery -lang=go1.21 -complete -installsuffix shared -buildid asPOOzh0alXIgrshklm4/asPOOzh0alXIgrshklm4 -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/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:20:50.2812595Z [00:03:43.620]➜  go tool buildid -w $WORK/b872/_pkg_.a # internal
2025-08-20T21:20:50.2828567Z [00:03:43.622]➜  cp $WORK/b872/_pkg_.a /root/.cache/go-build/ca/caa46516ae61fa2ac089c73a3cf8914d166d1fcefc4433726dd5c069d6bc016e-d # internal
2025-08-20T21:20:50.2832725Z [00:03:43.622]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/chatcompletionunified
2025-08-20T21:20:50.2833618Z [00:03:43.622]➜  mkdir -p $WORK/b875/
2025-08-20T21:20:50.2835656Z [00:03:43.622]➜  cat >/tmp/go-build3619502580/b875/importcfg << 'EOF' # internal
2025-08-20T21:20:50.2837465Z [00:03:43.622]➜  # import config
2025-08-20T21:20:50.2838292Z [00:03:43.622]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:50.2839280Z [00:03:43.622]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:50.2840258Z [00:03:43.622]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:50.2841936Z [00:03:43.622]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:50.2843159Z [00:03:43.622]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:50.2844489Z [00:03:43.622]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:50.2846182Z [00:03:43.622]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:50.2847449Z [00:03:43.623]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.2848401Z [00:03:43.623]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.2849401Z [00:03:43.623]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.2850568Z [00:03:43.623]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.2851641Z [00:03:43.623]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.2852935Z [00:03:43.623]➜  EOF
2025-08-20T21:20:50.2868523Z [00:03:43.623]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b875/_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/b875=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/chatcompletionunified -lang=go1.21 -complete -installsuffix shared -buildid ko04ODSpZFvwhvVVE6w8/ko04ODSpZFvwhvVVE6w8 -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/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:20:50.2912249Z [00:03:43.630]➜  go tool buildid -w $WORK/b871/_pkg_.a # internal
2025-08-20T21:20:50.2943510Z [00:03:43.632]➜  cp $WORK/b871/_pkg_.a /root/.cache/go-build/f2/f2ebeb941962a9d1685cae19f43afb7658ef0c31fe2d792582a6c5d38867ac98-d # internal
2025-08-20T21:20:50.2947874Z [00:03:43.632]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/completion
2025-08-20T21:20:50.2948595Z [00:03:43.632]➜  mkdir -p $WORK/b876/
2025-08-20T21:20:50.2956126Z [00:03:43.635]➜  cat >/tmp/go-build3619502580/b876/importcfg << 'EOF' # internal
2025-08-20T21:20:50.2961577Z [00:03:43.635]➜  # import config
2025-08-20T21:20:50.2962230Z [00:03:43.635]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:50.2963063Z [00:03:43.635]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:50.2964075Z [00:03:43.635]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:50.2964906Z [00:03:43.635]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:50.2965670Z [00:03:43.635]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:50.2966833Z [00:03:43.635]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:50.2968295Z [00:03:43.635]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:50.2969335Z [00:03:43.635]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.2970094Z [00:03:43.635]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.2970882Z [00:03:43.635]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.2971891Z [00:03:43.635]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.2972746Z [00:03:43.635]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.2973337Z [00:03:43.635]➜  EOF
2025-08-20T21:20:50.2979680Z [00:03:43.635]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b876/_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/b876=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/completion -lang=go1.21 -complete -installsuffix shared -buildid U8FDFtg7cHaJsMokQrKk/U8FDFtg7cHaJsMokQrKk -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/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:20:50.3607833Z [00:03:43.700]➜  go tool buildid -w $WORK/b873/_pkg_.a # internal
2025-08-20T21:20:50.3634610Z [00:03:43.703]➜  cp $WORK/b873/_pkg_.a /root/.cache/go-build/a4/a4a388441bc38b024387c1f3756f408ac9b8ec369a9aac2037e6cf7bc9e4374a-d # internal
2025-08-20T21:20:50.3656809Z [00:03:43.705]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/delete
2025-08-20T21:20:50.3667758Z [00:03:43.706]➜  mkdir -p $WORK/b877/
2025-08-20T21:20:50.3674432Z [00:03:43.706]➜  cat >/tmp/go-build3619502580/b877/importcfg << 'EOF' # internal
2025-08-20T21:20:50.3675162Z [00:03:43.706]➜  # import config
2025-08-20T21:20:50.3675855Z [00:03:43.706]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:50.3677019Z [00:03:43.706]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:50.3682098Z [00:03:43.706]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:50.3683938Z [00:03:43.706]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:50.3685404Z [00:03:43.706]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:50.3687085Z [00:03:43.706]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:50.3688337Z [00:03:43.706]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.3689268Z [00:03:43.706]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.3690283Z [00:03:43.706]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.3692531Z [00:03:43.706]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.3693371Z [00:03:43.706]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.3693974Z [00:03:43.706]➜  EOF
2025-08-20T21:20:50.3705810Z [00:03:43.709]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b877/_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/b877=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/delete -lang=go1.21 -complete -installsuffix shared -buildid b-iiG7szN68cnNeDy9UA/b-iiG7szN68cnNeDy9UA -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/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/delete/response.go
2025-08-20T21:20:50.4058407Z [00:03:43.745]➜  go tool buildid -w $WORK/b874/_pkg_.a # internal
2025-08-20T21:20:50.4067824Z [00:03:43.746]➜  go tool buildid -w $WORK/b876/_pkg_.a # internal
2025-08-20T21:20:50.4081865Z [00:03:43.747]➜  go tool buildid -w $WORK/b875/_pkg_.a # internal
2025-08-20T21:20:50.4087888Z [00:03:43.748]➜  cp $WORK/b876/_pkg_.a /root/.cache/go-build/77/770a3bbae86c2f9ce244731e255ed01e6e8c5587a212d4225cac379bbc184fee-d # internal
2025-08-20T21:20:50.4090807Z [00:03:43.748]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/get
2025-08-20T21:20:50.4091669Z [00:03:43.748]➜  mkdir -p $WORK/b878/
2025-08-20T21:20:50.4092404Z [00:03:43.748]➜  cat >/tmp/go-build3619502580/b878/importcfg << 'EOF' # internal
2025-08-20T21:20:50.4093133Z [00:03:43.748]➜  # import config
2025-08-20T21:20:50.4093830Z [00:03:43.748]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:50.4097909Z [00:03:43.748]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:50.4098852Z [00:03:43.748]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:50.4101633Z [00:03:43.748]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:50.4105010Z [00:03:43.748]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:50.4107773Z [00:03:43.748]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:50.4109107Z [00:03:43.748]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.4109891Z [00:03:43.748]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.4110816Z [00:03:43.748]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.4111744Z [00:03:43.748]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.4112516Z [00:03:43.748]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.4113084Z [00:03:43.748]➜  EOF
2025-08-20T21:20:50.4118296Z [00:03:43.748]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b878/_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/b878=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/get -lang=go1.21 -complete -installsuffix shared -buildid WEWdNx06RPKEpPgSCa2K/WEWdNx06RPKEpPgSCa2K -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/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/get/response.go
2025-08-20T21:20:50.4123278Z [00:03:43.749]➜  cp $WORK/b875/_pkg_.a /root/.cache/go-build/91/91fa3b7fd59a547b9a3663fac3b345fccd08835c2e16f034dba2ebfd709165bc-d # internal
2025-08-20T21:20:50.4125563Z [00:03:43.749]➜  cp $WORK/b874/_pkg_.a /root/.cache/go-build/62/62207ea9acae7eeafb35963554dc0abd962c4cffc8d6adfee8d56dc33e87aa35-d # internal
2025-08-20T21:20:50.4126855Z [00:03:43.749]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/inference
2025-08-20T21:20:50.4127472Z [00:03:43.749]➜  mkdir -p $WORK/b879/
2025-08-20T21:20:50.4128133Z [00:03:43.749]➜  cat >/tmp/go-build3619502580/b879/importcfg << 'EOF' # internal
2025-08-20T21:20:50.4128863Z [00:03:43.749]➜  # import config
2025-08-20T21:20:50.4129685Z [00:03:43.749]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:50.4130511Z [00:03:43.749]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:50.4131509Z [00:03:43.749]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:50.4132322Z [00:03:43.750]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:50.4133067Z [00:03:43.750]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:50.4134217Z [00:03:43.750]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:50.4135683Z [00:03:43.750]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:50.4136723Z [00:03:43.750]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.4137506Z [00:03:43.750]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.4138302Z [00:03:43.750]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.4139067Z [00:03:43.750]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.4139948Z [00:03:43.750]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.4140443Z [00:03:43.750]➜  EOF
2025-08-20T21:20:50.4141007Z [00:03:43.750]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/put
2025-08-20T21:20:50.4141829Z [00:03:43.750]➜  mkdir -p $WORK/b880/
2025-08-20T21:20:50.4142491Z [00:03:43.750]➜  cat >/tmp/go-build3619502580/b880/importcfg << 'EOF' # internal
2025-08-20T21:20:50.4143107Z [00:03:43.750]➜  # import config
2025-08-20T21:20:50.4143703Z [00:03:43.750]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:50.4144463Z [00:03:43.750]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:50.4145286Z [00:03:43.750]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:50.4146212Z [00:03:43.750]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:50.4146904Z [00:03:43.750]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:50.4147953Z [00:03:43.750]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:50.4149412Z [00:03:43.750]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:50.4150951Z [00:03:43.750]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build3619502580/b606/_pkg_.a
2025-08-20T21:20:50.4153354Z [00:03:43.750]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.4154115Z [00:03:43.750]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.4155015Z [00:03:43.750]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.4155902Z [00:03:43.750]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.4156678Z [00:03:43.750]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.4157246Z [00:03:43.750]➜  EOF
2025-08-20T21:20:50.4163143Z [00:03:43.750]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b880/_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/b880=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/put -lang=go1.21 -complete -installsuffix shared -buildid -6-nY9ONsHNNYgTM8u9K/-6-nY9ONsHNNYgTM8u9K -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/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:20:50.4174112Z [00:03:43.752]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b879/_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/b879=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/inference -lang=go1.21 -complete -installsuffix shared -buildid jHo0tE3-d03AzAZkNLXj/jHo0tE3-d03AzAZkNLXj -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/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:20:50.4860088Z [00:03:43.825]➜  go tool buildid -w $WORK/b877/_pkg_.a # internal
2025-08-20T21:20:50.4880993Z [00:03:43.827]➜  cp $WORK/b877/_pkg_.a /root/.cache/go-build/27/27a3183ed5397e5a8241a08f573bb84c2a6839c5782c753ccce8f01d7d4e8c18-d # internal
2025-08-20T21:20:50.4887472Z [00:03:43.828]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/putalibabacloud
2025-08-20T21:20:50.4891086Z [00:03:43.828]➜  mkdir -p $WORK/b881/
2025-08-20T21:20:50.4903452Z [00:03:43.829]➜  cat >/tmp/go-build3619502580/b881/importcfg << 'EOF' # internal
2025-08-20T21:20:50.4907508Z [00:03:43.829]➜  # import config
2025-08-20T21:20:50.4908227Z [00:03:43.829]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:50.4911471Z [00:03:43.829]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:50.4912423Z [00:03:43.829]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:50.4913335Z [00:03:43.829]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:50.4914189Z [00:03:43.829]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:50.4915660Z [00:03:43.829]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:50.4917259Z [00:03:43.829]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:50.4919099Z [00:03:43.829]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/alibabacloudservicetype=/tmp/go-build3619502580/b882/_pkg_.a
2025-08-20T21:20:50.4921046Z [00:03:43.829]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build3619502580/b606/_pkg_.a
2025-08-20T21:20:50.4922552Z [00:03:43.829]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.4923415Z [00:03:43.829]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.4924272Z [00:03:43.829]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.4925248Z [00:03:43.829]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.4926271Z [00:03:43.829]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.4926951Z [00:03:43.829]➜  EOF
2025-08-20T21:20:50.4935145Z [00:03:43.830]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b881/_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/b881=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/putalibabacloud -lang=go1.21 -complete -installsuffix shared -buildid NPo0MFGn12MrUu6xcNgg/NPo0MFGn12MrUu6xcNgg -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/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:20:50.5318803Z [00:03:43.871]➜  go tool buildid -w $WORK/b878/_pkg_.a # internal
2025-08-20T21:20:50.5341189Z [00:03:43.873]➜  go tool buildid -w $WORK/b880/_pkg_.a # internal
2025-08-20T21:20:50.5346770Z [00:03:43.873]➜  cp $WORK/b878/_pkg_.a /root/.cache/go-build/97/9767e8fa82fce7d7d9c839b632c6ea003b5a0b48ee9eb489ee690e5a5161ac55-d # internal
2025-08-20T21:20:50.5348060Z [00:03:43.873]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/putamazonbedrock
2025-08-20T21:20:50.5348819Z [00:03:43.873]➜  mkdir -p $WORK/b883/
2025-08-20T21:20:50.5349892Z [00:03:43.873]➜  cp $WORK/b880/_pkg_.a /root/.cache/go-build/13/13a21d70250d37997dd60022c3262191196dd223de26d90b8e1586b04e505a15-d # internal
2025-08-20T21:20:50.5352447Z [00:03:43.873]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/putanthropic
2025-08-20T21:20:50.5356979Z [00:03:43.873]➜  mkdir -p $WORK/b885/
2025-08-20T21:20:50.5358626Z [00:03:43.875]➜  cat >/tmp/go-build3619502580/b883/importcfg << 'EOF' # internal
2025-08-20T21:20:50.5359660Z [00:03:43.875]➜  # import config
2025-08-20T21:20:50.5360713Z [00:03:43.875]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:50.5361820Z [00:03:43.875]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:50.5364743Z [00:03:43.875]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:50.5365572Z [00:03:43.875]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:50.5366336Z [00:03:43.875]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:50.5367503Z [00:03:43.875]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:50.5368968Z [00:03:43.875]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:50.5370683Z [00:03:43.875]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/amazonbedrockservicetype=/tmp/go-build3619502580/b884/_pkg_.a
2025-08-20T21:20:50.5372754Z [00:03:43.875]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build3619502580/b606/_pkg_.a
2025-08-20T21:20:50.5373922Z [00:03:43.875]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.5374682Z [00:03:43.875]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.5375474Z [00:03:43.875]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.5376249Z [00:03:43.875]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.5377018Z [00:03:43.875]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.5377595Z [00:03:43.875]➜  EOF
2025-08-20T21:20:50.5378182Z [00:03:43.875]➜  cat >/tmp/go-build3619502580/b885/importcfg << 'EOF' # internal
2025-08-20T21:20:50.5378802Z [00:03:43.875]➜  # import config
2025-08-20T21:20:50.5379641Z [00:03:43.875]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:50.5380423Z [00:03:43.875]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:50.5381404Z [00:03:43.875]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:50.5382240Z [00:03:43.875]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:50.5382989Z [00:03:43.875]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:50.5384148Z [00:03:43.875]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:50.5385606Z [00:03:43.875]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:50.5387253Z [00:03:43.875]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/anthropicservicetype=/tmp/go-build3619502580/b886/_pkg_.a
2025-08-20T21:20:50.5388936Z [00:03:43.875]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build3619502580/b606/_pkg_.a
2025-08-20T21:20:50.5390095Z [00:03:43.875]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.5390873Z [00:03:43.875]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.5391823Z [00:03:43.875]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.5393770Z [00:03:43.875]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.5394596Z [00:03:43.875]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.5395202Z [00:03:43.875]➜  EOF
2025-08-20T21:20:50.5406323Z [00:03:43.875]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b883/_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/b883=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/putamazonbedrock -lang=go1.21 -complete -installsuffix shared -buildid tWU77_qoSyaAMB9Pukgk/tWU77_qoSyaAMB9Pukgk -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/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:20:50.5424046Z [00:03:43.875]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b885/_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/b885=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/putanthropic -lang=go1.21 -complete -installsuffix shared -buildid CddV8zAJeD5CPleZXDk5/CddV8zAJeD5CPleZXDk5 -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/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:20:50.5429987Z [00:03:43.879]➜  go tool buildid -w $WORK/b879/_pkg_.a # internal
2025-08-20T21:20:50.5431422Z [00:03:43.880]➜  cp $WORK/b879/_pkg_.a /root/.cache/go-build/8e/8ee8a2fd863978c0884cca856be8cbee3402fdcd0e3872619cedf0f8a0282d35-d # internal
2025-08-20T21:20:50.5432775Z [00:03:43.880]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/putazureaistudio
2025-08-20T21:20:50.5433575Z [00:03:43.880]➜  mkdir -p $WORK/b887/
2025-08-20T21:20:50.5434268Z [00:03:43.881]➜  cat >/tmp/go-build3619502580/b887/importcfg << 'EOF' # internal
2025-08-20T21:20:50.5435005Z [00:03:43.881]➜  # import config
2025-08-20T21:20:50.5435735Z [00:03:43.881]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:50.5436481Z [00:03:43.881]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:50.5437308Z [00:03:43.881]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:50.5438132Z [00:03:43.881]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:50.5438904Z [00:03:43.881]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:50.5440113Z [00:03:43.881]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:50.5441789Z [00:03:43.881]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:50.5443520Z [00:03:43.881]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/azureaistudioservicetype=/tmp/go-build3619502580/b888/_pkg_.a
2025-08-20T21:20:50.5445359Z [00:03:43.881]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build3619502580/b606/_pkg_.a
2025-08-20T21:20:50.5446535Z [00:03:43.881]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.5447291Z [00:03:43.881]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.5448113Z [00:03:43.881]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.5448925Z [00:03:43.881]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.5449730Z [00:03:43.881]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.5450330Z [00:03:43.881]➜  EOF
2025-08-20T21:20:50.5457209Z [00:03:43.881]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b887/_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/b887=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/putazureaistudio -lang=go1.21 -complete -installsuffix shared -buildid aj8uw6Uu2wPF2Rj_NNWi/aj8uw6Uu2wPF2Rj_NNWi -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/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:20:50.6057515Z [00:03:43.945]➜  go tool buildid -w $WORK/b881/_pkg_.a # internal
2025-08-20T21:20:50.6075641Z [00:03:43.947]➜  cp $WORK/b881/_pkg_.a /root/.cache/go-build/aa/aa02099b741ee65011ab3d227d63a9cf6ff70fa5bd851748336f4890ebb65d71-d # internal
2025-08-20T21:20:50.6082230Z [00:03:43.947]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/putazureopenai
2025-08-20T21:20:50.6085895Z [00:03:43.947]➜  mkdir -p $WORK/b889/
2025-08-20T21:20:50.6086687Z [00:03:43.947]➜  cat >/tmp/go-build3619502580/b889/importcfg << 'EOF' # internal
2025-08-20T21:20:50.6087415Z [00:03:43.947]➜  # import config
2025-08-20T21:20:50.6088092Z [00:03:43.947]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:50.6088967Z [00:03:43.947]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:50.6089892Z [00:03:43.947]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:50.6090779Z [00:03:43.947]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:50.6091852Z [00:03:43.947]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:50.6092916Z [00:03:43.947]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:50.6094543Z [00:03:43.947]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:50.6096369Z [00:03:43.947]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/azureopenaiservicetype=/tmp/go-build3619502580/b890/_pkg_.a
2025-08-20T21:20:50.6098168Z [00:03:43.947]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build3619502580/b606/_pkg_.a
2025-08-20T21:20:50.6099362Z [00:03:43.947]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.6100156Z [00:03:43.948]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.6100967Z [00:03:43.948]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.6101980Z [00:03:43.948]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.6102872Z [00:03:43.948]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.6103539Z [00:03:43.948]➜  EOF
2025-08-20T21:20:50.6110275Z [00:03:43.948]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b889/_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/b889=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/putazureopenai -lang=go1.21 -complete -installsuffix shared -buildid dWDZz-dR1RYj7PUT9P5x/dWDZz-dR1RYj7PUT9P5x -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/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:20:50.6373950Z [00:03:43.976]➜  go tool buildid -w $WORK/b885/_pkg_.a # internal
2025-08-20T21:20:50.6396480Z [00:03:43.979]➜  cp $WORK/b885/_pkg_.a /root/.cache/go-build/3c/3c6510b569e825e76d7d52f1538afc50cb65f4f6278213ec5681f21bfbd5fc97-d # internal
2025-08-20T21:20:50.6405368Z [00:03:43.979]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/putcohere
2025-08-20T21:20:50.6406590Z [00:03:43.979]➜  mkdir -p $WORK/b891/
2025-08-20T21:20:50.6407512Z [00:03:43.979]➜  cat >/tmp/go-build3619502580/b891/importcfg << 'EOF' # internal
2025-08-20T21:20:50.6408167Z [00:03:43.979]➜  # import config
2025-08-20T21:20:50.6411478Z [00:03:43.979]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:50.6412331Z [00:03:43.979]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:50.6413172Z [00:03:43.979]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:50.6413984Z [00:03:43.979]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:50.6414736Z [00:03:43.979]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:50.6415924Z [00:03:43.979]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:50.6417397Z [00:03:43.979]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:50.6419033Z [00:03:43.979]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cohereservicetype=/tmp/go-build3619502580/b892/_pkg_.a
2025-08-20T21:20:50.6420769Z [00:03:43.979]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build3619502580/b606/_pkg_.a
2025-08-20T21:20:50.6422075Z [00:03:43.979]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.6422836Z [00:03:43.980]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.6423622Z [00:03:43.980]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.6424399Z [00:03:43.980]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.6425327Z [00:03:43.980]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.6426034Z [00:03:43.980]➜  EOF
2025-08-20T21:20:50.6433021Z [00:03:43.980]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b891/_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/b891=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/putcohere -lang=go1.21 -complete -installsuffix shared -buildid qZLPAJVqAuxsnNfirxIK/qZLPAJVqAuxsnNfirxIK -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/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:20:50.6438595Z [00:03:43.980]➜  go tool buildid -w $WORK/b883/_pkg_.a # internal
2025-08-20T21:20:50.6459316Z [00:03:43.985]➜  cp $WORK/b883/_pkg_.a /root/.cache/go-build/d6/d682c287dfca80b2c45ede7e22446bded458d792807e4ad27d1916c30a4b252e-d # internal
2025-08-20T21:20:50.6462002Z [00:03:43.985]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/putelasticsearch
2025-08-20T21:20:50.6462818Z [00:03:43.985]➜  mkdir -p $WORK/b893/
2025-08-20T21:20:50.6466163Z [00:03:43.986]➜  cat >/tmp/go-build3619502580/b893/importcfg << 'EOF' # internal
2025-08-20T21:20:50.6466856Z [00:03:43.986]➜  # import config
2025-08-20T21:20:50.6467493Z [00:03:43.986]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:50.6468275Z [00:03:43.986]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:50.6469112Z [00:03:43.986]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:50.6469925Z [00:03:43.986]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:50.6470682Z [00:03:43.986]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:50.6472056Z [00:03:43.986]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:50.6473573Z [00:03:43.986]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:50.6478168Z [00:03:43.986]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/elasticsearchservicetype=/tmp/go-build3619502580/b894/_pkg_.a
2025-08-20T21:20:50.6479989Z [00:03:43.986]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build3619502580/b606/_pkg_.a
2025-08-20T21:20:50.6481148Z [00:03:43.986]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.6484174Z [00:03:43.986]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.6484973Z [00:03:43.986]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.6485779Z [00:03:43.986]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.6486553Z [00:03:43.986]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.6487131Z [00:03:43.986]➜  EOF
2025-08-20T21:20:50.6496681Z [00:03:43.986]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b893/_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/b893=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/putelasticsearch -lang=go1.21 -complete -installsuffix shared -buildid s99D-ZKXB0P8pii3lbmU/s99D-ZKXB0P8pii3lbmU -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/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:20:50.6817391Z [00:03:44.021]➜  go tool buildid -w $WORK/b887/_pkg_.a # internal
2025-08-20T21:20:50.6834351Z [00:03:44.023]➜  cp $WORK/b887/_pkg_.a /root/.cache/go-build/22/2234ebc273732d971961766807f116537262684cc2f661a18c0e3c74f0fb91e5-d # internal
2025-08-20T21:20:50.6863528Z [00:03:44.025]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/putelser
2025-08-20T21:20:50.6866523Z [00:03:44.025]➜  mkdir -p $WORK/b895/
2025-08-20T21:20:50.6867248Z [00:03:44.026]➜  cat >/tmp/go-build3619502580/b895/importcfg << 'EOF' # internal
2025-08-20T21:20:50.6867890Z [00:03:44.026]➜  # import config
2025-08-20T21:20:50.6868501Z [00:03:44.026]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:50.6869278Z [00:03:44.026]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:50.6870131Z [00:03:44.026]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:50.6870972Z [00:03:44.026]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:50.6873199Z [00:03:44.026]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:50.6874376Z [00:03:44.026]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:50.6875816Z [00:03:44.026]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:50.6877436Z [00:03:44.026]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/elserservicetype=/tmp/go-build3619502580/b896/_pkg_.a
2025-08-20T21:20:50.6879155Z [00:03:44.026]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build3619502580/b606/_pkg_.a
2025-08-20T21:20:50.6880308Z [00:03:44.026]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.6881086Z [00:03:44.026]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.6882248Z [00:03:44.026]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.6883014Z [00:03:44.026]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.6883941Z [00:03:44.026]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.6884515Z [00:03:44.026]➜  EOF
2025-08-20T21:20:50.6890547Z [00:03:44.026]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b895/_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/b895=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/putelser -lang=go1.21 -complete -installsuffix shared -buildid m_LkHxs9ftpWqXnvhdrC/m_LkHxs9ftpWqXnvhdrC -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/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:20:50.7223197Z [00:03:44.061]➜  go tool buildid -w $WORK/b889/_pkg_.a # internal
2025-08-20T21:20:50.7269997Z [00:03:44.062]➜  cp $WORK/b889/_pkg_.a /root/.cache/go-build/16/1631f9827dc89a0657e820c3ec04baa1f83539bb713d723004a607b3ad1be6c7-d # internal
2025-08-20T21:20:50.7275677Z [00:03:44.063]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/putgoogleaistudio
2025-08-20T21:20:50.7276522Z [00:03:44.063]➜  mkdir -p $WORK/b897/
2025-08-20T21:20:50.7277264Z [00:03:44.063]➜  cat >/tmp/go-build3619502580/b897/importcfg << 'EOF' # internal
2025-08-20T21:20:50.7277960Z [00:03:44.063]➜  # import config
2025-08-20T21:20:50.7278616Z [00:03:44.063]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:50.7279744Z [00:03:44.063]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:50.7280628Z [00:03:44.063]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:50.7281657Z [00:03:44.063]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:50.7282459Z [00:03:44.064]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:50.7283646Z [00:03:44.064]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:50.7285141Z [00:03:44.064]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:50.7286797Z [00:03:44.064]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/googleaiservicetype=/tmp/go-build3619502580/b898/_pkg_.a
2025-08-20T21:20:50.7288575Z [00:03:44.064]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build3619502580/b606/_pkg_.a
2025-08-20T21:20:50.7289777Z [00:03:44.064]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.7290566Z [00:03:44.064]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.7291554Z [00:03:44.064]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.7292459Z [00:03:44.064]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.7293274Z [00:03:44.064]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.7293872Z [00:03:44.064]➜  EOF
2025-08-20T21:20:50.7300671Z [00:03:44.064]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b897/_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/b897=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/putgoogleaistudio -lang=go1.21 -complete -installsuffix shared -buildid iZF9LnxqYxE80ImVAIgE/iZF9LnxqYxE80ImVAIgE -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/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:20:50.7623495Z [00:03:44.101]➜  go tool buildid -w $WORK/b893/_pkg_.a # internal
2025-08-20T21:20:50.7625346Z [00:03:44.101]➜  cp $WORK/b893/_pkg_.a /root/.cache/go-build/50/50c34e0e69ca309fb09017173b6452708085b5c17a1b840a0cddc3ff24bdef42-d # internal
2025-08-20T21:20:50.7627793Z [00:03:44.102]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/putgooglevertexai
2025-08-20T21:20:50.7628913Z [00:03:44.102]➜  mkdir -p $WORK/b899/
2025-08-20T21:20:50.7667672Z [00:03:44.106]➜  cat >/tmp/go-build3619502580/b899/importcfg << 'EOF' # internal
2025-08-20T21:20:50.7668719Z [00:03:44.106]➜  # import config
2025-08-20T21:20:50.7669662Z [00:03:44.106]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:50.7671641Z [00:03:44.106]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:50.7672958Z [00:03:44.106]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:50.7674737Z [00:03:44.106]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:50.7675970Z [00:03:44.106]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:50.7678630Z [00:03:44.106]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:50.7680281Z [00:03:44.106]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:50.7682517Z [00:03:44.106]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/googlevertexaiservicetype=/tmp/go-build3619502580/b900/_pkg_.a
2025-08-20T21:20:50.7684691Z [00:03:44.106]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build3619502580/b606/_pkg_.a
2025-08-20T21:20:50.7686011Z [00:03:44.106]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.7686886Z [00:03:44.106]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.7687753Z [00:03:44.106]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.7688607Z [00:03:44.106]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.7689465Z [00:03:44.106]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.7690121Z [00:03:44.106]➜  EOF
2025-08-20T21:20:50.7707700Z [00:03:44.109]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b899/_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/b899=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/putgooglevertexai -lang=go1.21 -complete -installsuffix shared -buildid uu_yvtSgLEzHAk3fXIF4/uu_yvtSgLEzHAk3fXIF4 -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/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:20:50.7816263Z [00:03:44.121]➜  go tool buildid -w $WORK/b891/_pkg_.a # internal
2025-08-20T21:20:50.7837437Z [00:03:44.122]➜  cp $WORK/b891/_pkg_.a /root/.cache/go-build/79/793a8113be0eba16e58058c83d32de2e5251f11309d6cd66c4422fe7aa6ea8ca-d # internal
2025-08-20T21:20:50.7847498Z [00:03:44.123]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/puthuggingface
2025-08-20T21:20:50.7848573Z [00:03:44.123]➜  mkdir -p $WORK/b901/
2025-08-20T21:20:50.7851734Z [00:03:44.124]➜  cat >/tmp/go-build3619502580/b901/importcfg << 'EOF' # internal
2025-08-20T21:20:50.7854497Z [00:03:44.124]➜  # import config
2025-08-20T21:20:50.7855616Z [00:03:44.124]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:50.7857542Z [00:03:44.124]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:50.7858606Z [00:03:44.124]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:50.7861431Z [00:03:44.124]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:50.7864086Z [00:03:44.124]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:50.7865421Z [00:03:44.124]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:50.7866942Z [00:03:44.124]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:50.7868705Z [00:03:44.124]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/huggingfaceservicetype=/tmp/go-build3619502580/b902/_pkg_.a
2025-08-20T21:20:50.7870587Z [00:03:44.124]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build3619502580/b606/_pkg_.a
2025-08-20T21:20:50.7872009Z [00:03:44.124]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.7872862Z [00:03:44.124]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.7873789Z [00:03:44.124]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.7874651Z [00:03:44.124]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.7875494Z [00:03:44.124]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.7888141Z [00:03:44.124]➜  EOF
2025-08-20T21:20:50.7903950Z [00:03:44.124]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b901/_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/b901=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/puthuggingface -lang=go1.21 -complete -installsuffix shared -buildid oHdHC7TCnhCqxeKrAiwq/oHdHC7TCnhCqxeKrAiwq -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/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:20:50.8316989Z [00:03:44.171]➜  go tool buildid -w $WORK/b897/_pkg_.a # internal
2025-08-20T21:20:50.8323326Z [00:03:44.171]➜  go tool buildid -w $WORK/b895/_pkg_.a # internal
2025-08-20T21:20:50.8335172Z [00:03:44.173]➜  cp $WORK/b897/_pkg_.a /root/.cache/go-build/eb/eb9718a152f31a40671d208e050ac31a50656ba28a37f687f4140fb795dc6724-d # internal
2025-08-20T21:20:50.8357611Z [00:03:44.173]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/putjinaai
2025-08-20T21:20:50.8358427Z [00:03:44.173]➜  mkdir -p $WORK/b903/
2025-08-20T21:20:50.8359621Z [00:03:44.173]➜  cp $WORK/b895/_pkg_.a /root/.cache/go-build/cd/cdcdfd41e7074be01fef20a4fae1fa0a266548a7d478bf4740b8f9d705b0b894-d # internal
2025-08-20T21:20:50.8360956Z [00:03:44.173]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/putmistral
2025-08-20T21:20:50.8361834Z [00:03:44.173]➜  mkdir -p $WORK/b905/
2025-08-20T21:20:50.8362523Z [00:03:44.173]➜  cat >/tmp/go-build3619502580/b903/importcfg << 'EOF' # internal
2025-08-20T21:20:50.8363174Z [00:03:44.173]➜  # import config
2025-08-20T21:20:50.8363805Z [00:03:44.173]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:50.8364845Z [00:03:44.173]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:50.8365696Z [00:03:44.173]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:50.8366559Z [00:03:44.173]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:50.8367499Z [00:03:44.173]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:50.8368672Z [00:03:44.173]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:50.8370143Z [00:03:44.173]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:50.8371921Z [00:03:44.174]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jinaaiservicetype=/tmp/go-build3619502580/b904/_pkg_.a
2025-08-20T21:20:50.8373831Z [00:03:44.174]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build3619502580/b606/_pkg_.a
2025-08-20T21:20:50.8375038Z [00:03:44.174]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.8375813Z [00:03:44.174]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.8376610Z [00:03:44.174]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.8377353Z [00:03:44.174]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.8378122Z [00:03:44.174]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.8378672Z [00:03:44.174]➜  EOF
2025-08-20T21:20:50.8408911Z [00:03:44.174]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b903/_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/b903=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/putjinaai -lang=go1.21 -complete -installsuffix shared -buildid -ZL4l8ALIsRLSAVfmoeK/-ZL4l8ALIsRLSAVfmoeK -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/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:20:50.8414820Z [00:03:44.174]➜  cat >/tmp/go-build3619502580/b905/importcfg << 'EOF' # internal
2025-08-20T21:20:50.8415502Z [00:03:44.174]➜  # import config
2025-08-20T21:20:50.8416130Z [00:03:44.174]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:50.8416941Z [00:03:44.174]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:50.8417794Z [00:03:44.174]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:50.8418627Z [00:03:44.174]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:50.8419423Z [00:03:44.174]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:50.8420612Z [00:03:44.174]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:50.8422281Z [00:03:44.174]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:50.8423965Z [00:03:44.174]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/mistralservicetype=/tmp/go-build3619502580/b906/_pkg_.a
2025-08-20T21:20:50.8425727Z [00:03:44.174]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build3619502580/b606/_pkg_.a
2025-08-20T21:20:50.8426910Z [00:03:44.174]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.8427694Z [00:03:44.174]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.8428509Z [00:03:44.174]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.8429469Z [00:03:44.174]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.8430263Z [00:03:44.174]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.8430845Z [00:03:44.174]➜  EOF
2025-08-20T21:20:50.8437477Z [00:03:44.174]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b905/_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/b905=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/putmistral -lang=go1.21 -complete -installsuffix shared -buildid NcqM6zfLRfKjF5BSdZhk/NcqM6zfLRfKjF5BSdZhk -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/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:20:50.8912617Z [00:03:44.230]➜  go tool buildid -w $WORK/b899/_pkg_.a # internal
2025-08-20T21:20:50.8932875Z [00:03:44.232]➜  cp $WORK/b899/_pkg_.a /root/.cache/go-build/d6/d641bd66867b94291c110e2cddcde2782651d4ed2d0cdc6156f9060f2fc9fda3-d # internal
2025-08-20T21:20:50.8934624Z [00:03:44.233]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/putopenai
2025-08-20T21:20:50.8935554Z [00:03:44.233]➜  mkdir -p $WORK/b907/
2025-08-20T21:20:50.8941911Z [00:03:44.233]➜  cat >/tmp/go-build3619502580/b907/importcfg << 'EOF' # internal
2025-08-20T21:20:50.8942640Z [00:03:44.234]➜  # import config
2025-08-20T21:20:50.8947686Z [00:03:44.234]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:50.8950500Z [00:03:44.234]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:50.8951647Z [00:03:44.234]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:50.8952835Z [00:03:44.234]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:50.8953764Z [00:03:44.234]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:50.8955050Z [00:03:44.234]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:50.8956657Z [00:03:44.234]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:50.8958422Z [00:03:44.234]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/openaiservicetype=/tmp/go-build3619502580/b908/_pkg_.a
2025-08-20T21:20:50.8960316Z [00:03:44.234]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build3619502580/b606/_pkg_.a
2025-08-20T21:20:50.8961803Z [00:03:44.234]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.8962693Z [00:03:44.234]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.8963590Z [00:03:44.234]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.8964481Z [00:03:44.234]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.8965361Z [00:03:44.234]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.8966031Z [00:03:44.234]➜  EOF
2025-08-20T21:20:50.8981432Z [00:03:44.234]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b907/_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/b907=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/putopenai -lang=go1.21 -complete -installsuffix shared -buildid M3oHpwNH7cQBkcEjcyh8/M3oHpwNH7cQBkcEjcyh8 -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/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:20:50.9395334Z [00:03:44.279]➜  go tool buildid -w $WORK/b901/_pkg_.a # internal
2025-08-20T21:20:50.9413988Z [00:03:44.281]➜  go tool buildid -w $WORK/b905/_pkg_.a # internal
2025-08-20T21:20:50.9416695Z [00:03:44.281]➜  cp $WORK/b901/_pkg_.a /root/.cache/go-build/ad/ad9561d1f0cc3b1db138d3800f1dec4fcb13c3e0df63606eec8b8325c76c7c23-d # internal
2025-08-20T21:20:50.9428574Z [00:03:44.282]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/putvoyageai
2025-08-20T21:20:50.9434098Z [00:03:44.282]➜  mkdir -p $WORK/b909/
2025-08-20T21:20:50.9436257Z [00:03:44.282]➜  cat >/tmp/go-build3619502580/b909/importcfg << 'EOF' # internal
2025-08-20T21:20:50.9436938Z [00:03:44.282]➜  # import config
2025-08-20T21:20:50.9437746Z [00:03:44.282]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:50.9438624Z [00:03:44.282]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:50.9439525Z [00:03:44.282]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:50.9440406Z [00:03:44.282]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:50.9441470Z [00:03:44.282]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:50.9442663Z [00:03:44.282]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:50.9444175Z [00:03:44.282]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:50.9445772Z [00:03:44.282]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build3619502580/b606/_pkg_.a
2025-08-20T21:20:50.9447758Z [00:03:44.282]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/voyageaiservicetype=/tmp/go-build3619502580/b910/_pkg_.a
2025-08-20T21:20:50.9449118Z [00:03:44.282]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.9449977Z [00:03:44.282]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.9450834Z [00:03:44.282]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.9451806Z [00:03:44.282]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.9452638Z [00:03:44.282]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.9453272Z [00:03:44.282]➜  EOF
2025-08-20T21:20:50.9459499Z [00:03:44.282]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b909/_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/b909=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/putvoyageai -lang=go1.21 -complete -installsuffix shared -buildid Rl-AxW_1O4PyVKVUxIqs/Rl-AxW_1O4PyVKVUxIqs -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/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:20:50.9465953Z [00:03:44.282]➜  cp $WORK/b905/_pkg_.a /root/.cache/go-build/63/63ddfc05c794a9484731a2f4e29d67901435e5ea566b859773a09f848cd1ed3a-d # internal
2025-08-20T21:20:50.9467287Z [00:03:44.282]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/putwatsonx
2025-08-20T21:20:50.9468022Z [00:03:44.282]➜  mkdir -p $WORK/b911/
2025-08-20T21:20:50.9468709Z [00:03:44.282]➜  cat >/tmp/go-build3619502580/b911/importcfg << 'EOF' # internal
2025-08-20T21:20:50.9469344Z [00:03:44.282]➜  # import config
2025-08-20T21:20:50.9470127Z [00:03:44.282]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:50.9470910Z [00:03:44.282]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
﻿2025-08-20T21:20:50.9474952Z [00:03:44.282]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:50.9475999Z [00:03:44.282]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:50.9476792Z [00:03:44.283]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:50.9477968Z [00:03:44.283]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:50.9479433Z [00:03:44.283]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:50.9481055Z [00:03:44.283]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build3619502580/b606/_pkg_.a
2025-08-20T21:20:50.9483181Z [00:03:44.283]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/watsonxservicetype=/tmp/go-build3619502580/b912/_pkg_.a
2025-08-20T21:20:50.9484436Z [00:03:44.283]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.9485244Z [00:03:44.283]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.9486035Z [00:03:44.283]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.9486761Z [00:03:44.283]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.9487467Z [00:03:44.283]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.9488045Z [00:03:44.283]➜  EOF
2025-08-20T21:20:50.9494047Z [00:03:44.283]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b911/_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/b911=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/putwatsonx -lang=go1.21 -complete -installsuffix shared -buildid k8ohTrI0zKdvQtv-JB_A/k8ohTrI0zKdvQtv-JB_A -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/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:20:50.9501477Z [00:03:44.289]➜  go tool buildid -w $WORK/b903/_pkg_.a # internal
2025-08-20T21:20:50.9526797Z [00:03:44.292]➜  cp $WORK/b903/_pkg_.a /root/.cache/go-build/9b/9bd32d3a964cfb0f38c62c3ed436644c21ef04f29cfe6d09f57ef621455f27a3-d # internal
2025-08-20T21:20:50.9531688Z [00:03:44.292]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/rerank
2025-08-20T21:20:50.9533804Z [00:03:44.292]➜  mkdir -p $WORK/b913/
2025-08-20T21:20:50.9540891Z [00:03:44.293]➜  cat >/tmp/go-build3619502580/b913/importcfg << 'EOF' # internal
2025-08-20T21:20:50.9542094Z [00:03:44.293]➜  # import config
2025-08-20T21:20:50.9542738Z [00:03:44.293]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:50.9543562Z [00:03:44.293]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:50.9544427Z [00:03:44.293]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:50.9545249Z [00:03:44.293]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:50.9545903Z [00:03:44.293]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:50.9547099Z [00:03:44.293]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:50.9548567Z [00:03:44.293]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:50.9549674Z [00:03:44.293]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:50.9550517Z [00:03:44.293]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:50.9551532Z [00:03:44.293]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:50.9552623Z [00:03:44.293]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:50.9553595Z [00:03:44.293]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:50.9554211Z [00:03:44.293]➜  EOF
2025-08-20T21:20:50.9560403Z [00:03:44.293]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b913/_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/b913=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/rerank -lang=go1.21 -complete -installsuffix shared -buildid Vg0UbyIH5Cq8Nz0qMePo/Vg0UbyIH5Cq8Nz0qMePo -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/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:20:51.0084654Z [00:03:44.348]➜  go tool buildid -w $WORK/b907/_pkg_.a # internal
2025-08-20T21:20:51.0114145Z [00:03:44.350]➜  cp $WORK/b907/_pkg_.a /root/.cache/go-build/ff/ff0aca2fe7a79e1a77458d77e491ac27538daa08dfce23ae7eaba575bfdc07b0-d # internal
2025-08-20T21:20:51.0128039Z [00:03:44.352]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/sparseembedding
2025-08-20T21:20:51.0131606Z [00:03:44.352]➜  mkdir -p $WORK/b914/
2025-08-20T21:20:51.0136122Z [00:03:44.353]➜  cat >/tmp/go-build3619502580/b914/importcfg << 'EOF' # internal
2025-08-20T21:20:51.0142229Z [00:03:44.353]➜  # import config
2025-08-20T21:20:51.0142985Z [00:03:44.353]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:51.0144065Z [00:03:44.353]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.0144996Z [00:03:44.353]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.0145866Z [00:03:44.353]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.0146665Z [00:03:44.353]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.0147865Z [00:03:44.353]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.0149376Z [00:03:44.353]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.0150493Z [00:03:44.353]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.0153573Z [00:03:44.353]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.0154530Z [00:03:44.353]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.0155383Z [00:03:44.353]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.0156184Z [00:03:44.353]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.0156800Z [00:03:44.353]➜  EOF
2025-08-20T21:20:51.0163693Z [00:03:44.355]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b914/_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/b914=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/sparseembedding -lang=go1.21 -complete -installsuffix shared -buildid KCoKQs2Mc-bZ4P1dsUIp/KCoKQs2Mc-bZ4P1dsUIp -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/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:20:51.0593435Z [00:03:44.398]➜  go tool buildid -w $WORK/b909/_pkg_.a # internal
2025-08-20T21:20:51.0611839Z [00:03:44.400]➜  cp $WORK/b909/_pkg_.a /root/.cache/go-build/a8/a817018e5f76f88a3cc5742725ffc5add033d0c5977b0be8bf16dae0369c8b0b-d # internal
2025-08-20T21:20:51.0625495Z [00:03:44.402]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/streamcompletion
2025-08-20T21:20:51.0633558Z [00:03:44.402]➜  mkdir -p $WORK/b915/
2025-08-20T21:20:51.0634323Z [00:03:44.402]➜  cat >/tmp/go-build3619502580/b915/importcfg << 'EOF' # internal
2025-08-20T21:20:51.0634991Z [00:03:44.402]➜  # import config
2025-08-20T21:20:51.0635623Z [00:03:44.402]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:51.0636413Z [00:03:44.402]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.0637468Z [00:03:44.402]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.0638307Z [00:03:44.402]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.0639067Z [00:03:44.402]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.0640246Z [00:03:44.402]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.0641856Z [00:03:44.402]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.0642922Z [00:03:44.402]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.0643694Z [00:03:44.402]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.0644495Z [00:03:44.402]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.0645280Z [00:03:44.402]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.0646208Z [00:03:44.402]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.0646806Z [00:03:44.402]➜  EOF
2025-08-20T21:20:51.0658400Z [00:03:44.404]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b915/_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/b915=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/streamcompletion -lang=go1.21 -complete -installsuffix shared -buildid Cxwb7LTl020ugr1NEN9k/Cxwb7LTl020ugr1NEN9k -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/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:20:51.0691836Z [00:03:44.408]➜  go tool buildid -w $WORK/b911/_pkg_.a # internal
2025-08-20T21:20:51.0708008Z [00:03:44.410]➜  cp $WORK/b911/_pkg_.a /root/.cache/go-build/b8/b8760d3ace53ac5c28bc16624a1cb5a01720463668cec9e4158364fe2d9f5b60-d # internal
2025-08-20T21:20:51.0715590Z [00:03:44.411]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/textembedding
2025-08-20T21:20:51.0721610Z [00:03:44.411]➜  mkdir -p $WORK/b916/
2025-08-20T21:20:51.0725809Z [00:03:44.411]➜  cat >/tmp/go-build3619502580/b916/importcfg << 'EOF' # internal
2025-08-20T21:20:51.0726517Z [00:03:44.411]➜  # import config
2025-08-20T21:20:51.0727158Z [00:03:44.411]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:51.0728031Z [00:03:44.411]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.0728946Z [00:03:44.411]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.0732248Z [00:03:44.411]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.0733193Z [00:03:44.411]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.0734431Z [00:03:44.411]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.0736236Z [00:03:44.411]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.0737337Z [00:03:44.411]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.0738138Z [00:03:44.411]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.0738998Z [00:03:44.411]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.0739871Z [00:03:44.411]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.0740724Z [00:03:44.411]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.0744204Z [00:03:44.411]➜  EOF
2025-08-20T21:20:51.0750908Z [00:03:44.411]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b916/_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/b916=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/textembedding -lang=go1.21 -complete -installsuffix shared -buildid sbroNkLROcljVxYicElQ/sbroNkLROcljVxYicElQ -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/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:20:51.0815445Z [00:03:44.421]➜  go tool buildid -w $WORK/b913/_pkg_.a # internal
2025-08-20T21:20:51.0848047Z [00:03:44.424]➜  cp $WORK/b913/_pkg_.a /root/.cache/go-build/25/25a6390dd182e4c325042f8e6441accfbe9d5bbbb74127aead691a3fe5bebd6c-d # internal
2025-08-20T21:20:51.0852932Z [00:03:44.424]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/update
2025-08-20T21:20:51.0853662Z [00:03:44.424]➜  mkdir -p $WORK/b917/
2025-08-20T21:20:51.0854349Z [00:03:44.424]➜  cat >/tmp/go-build3619502580/b917/importcfg << 'EOF' # internal
2025-08-20T21:20:51.0854979Z [00:03:44.424]➜  # import config
2025-08-20T21:20:51.0855587Z [00:03:44.424]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:51.0856367Z [00:03:44.424]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.0857192Z [00:03:44.424]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.0858003Z [00:03:44.424]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.0858761Z [00:03:44.424]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.0859951Z [00:03:44.424]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.0861593Z [00:03:44.424]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.0863201Z [00:03:44.424]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build3619502580/b606/_pkg_.a
2025-08-20T21:20:51.0864366Z [00:03:44.424]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.0865139Z [00:03:44.424]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.0865926Z [00:03:44.424]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.0866705Z [00:03:44.424]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.0867484Z [00:03:44.424]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.0868062Z [00:03:44.424]➜  EOF
2025-08-20T21:20:51.0877428Z [00:03:44.424]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b917/_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/b917=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/update -lang=go1.21 -complete -installsuffix shared -buildid jtatc2cwGd05QAfOV8Qe/jtatc2cwGd05QAfOV8Qe -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/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:20:51.1350115Z [00:03:44.474]➜  go tool buildid -w $WORK/b914/_pkg_.a # internal
2025-08-20T21:20:51.1371854Z [00:03:44.476]➜  cp $WORK/b914/_pkg_.a /root/.cache/go-build/37/374a37b69c6f0ac307456fdad25e5d35d3f6348f5b49384c6362a54d058e938f-d # internal
2025-08-20T21:20:51.1373373Z [00:03:44.476]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletegeoipdatabase
2025-08-20T21:20:51.1376181Z [00:03:44.476]➜  mkdir -p $WORK/b918/
2025-08-20T21:20:51.1378825Z [00:03:44.477]➜  cat >/tmp/go-build3619502580/b918/importcfg << 'EOF' # internal
2025-08-20T21:20:51.1381532Z [00:03:44.477]➜  # import config
2025-08-20T21:20:51.1382261Z [00:03:44.477]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.1383166Z [00:03:44.477]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.1384129Z [00:03:44.477]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.1385101Z [00:03:44.477]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.1386330Z [00:03:44.477]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.1388204Z [00:03:44.477]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.1389440Z [00:03:44.477]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.1390341Z [00:03:44.477]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.1391440Z [00:03:44.477]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.1392337Z [00:03:44.477]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.1393231Z [00:03:44.477]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.1393894Z [00:03:44.477]➜  EOF
2025-08-20T21:20:51.1417479Z [00:03:44.477]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b918/_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/b918=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletegeoipdatabase -lang=go1.21 -complete -installsuffix shared -buildid vyq_fTFhfvSKn1GfFUGb/vyq_fTFhfvSKn1GfFUGb -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/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:20:51.1908926Z [00:03:44.530]➜  go tool buildid -w $WORK/b916/_pkg_.a # internal
2025-08-20T21:20:51.1931145Z [00:03:44.532]➜  cp $WORK/b916/_pkg_.a /root/.cache/go-build/7d/7dc483f0e1cd51846604ddb07e478efa723102cb4ee4b8ce5720a4614d0f6d6d-d # internal
2025-08-20T21:20:51.1937821Z [00:03:44.533]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deleteiplocationdatabase
2025-08-20T21:20:51.1938752Z [00:03:44.533]➜  mkdir -p $WORK/b919/
2025-08-20T21:20:51.1950318Z [00:03:44.534]➜  cat >/tmp/go-build3619502580/b919/importcfg << 'EOF' # internal
2025-08-20T21:20:51.1951387Z [00:03:44.534]➜  # import config
2025-08-20T21:20:51.1952106Z [00:03:44.534]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.1953001Z [00:03:44.534]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.1954209Z [00:03:44.534]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.1955011Z [00:03:44.534]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.1956184Z [00:03:44.534]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.1957660Z [00:03:44.534]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.1958719Z [00:03:44.534]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.1959518Z [00:03:44.534]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.1960455Z [00:03:44.534]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.1961410Z [00:03:44.534]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.1962226Z [00:03:44.534]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.1962846Z [00:03:44.534]➜  EOF
2025-08-20T21:20:51.1968936Z [00:03:44.534]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b919/_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/b919=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deleteiplocationdatabase -lang=go1.21 -complete -installsuffix shared -buildid TKtLMlW7Talo6JXrqW-6/TKtLMlW7Talo6JXrqW-6 -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/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:20:51.2010149Z [00:03:44.540]➜  go tool buildid -w $WORK/b915/_pkg_.a # internal
2025-08-20T21:20:51.2029915Z [00:03:44.542]➜  cp $WORK/b915/_pkg_.a /root/.cache/go-build/c9/c95d5dac6619eae5c9c401672fe392fcc5ecaa77e3697d070f730173e63795df-d # internal
2025-08-20T21:20:51.2034647Z [00:03:44.543]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletepipeline
2025-08-20T21:20:51.2036377Z [00:03:44.543]➜  mkdir -p $WORK/b920/
2025-08-20T21:20:51.2044617Z [00:03:44.544]➜  cat >/tmp/go-build3619502580/b920/importcfg << 'EOF' # internal
2025-08-20T21:20:51.2045882Z [00:03:44.544]➜  # import config
2025-08-20T21:20:51.2047395Z [00:03:44.544]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.2048858Z [00:03:44.544]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.2050510Z [00:03:44.544]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.2052194Z [00:03:44.544]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.2054743Z [00:03:44.544]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.2056532Z [00:03:44.544]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.2057672Z [00:03:44.544]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.2058626Z [00:03:44.544]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.2059492Z [00:03:44.544]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.2060369Z [00:03:44.544]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.2061396Z [00:03:44.544]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.2062062Z [00:03:44.544]➜  EOF
2025-08-20T21:20:51.2067704Z [00:03:44.544]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b920/_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/b920=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletepipeline -lang=go1.21 -complete -installsuffix shared -buildid rAaPVY-IudQIE913H0D_/rAaPVY-IudQIE913H0D_ -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/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:20:51.2203594Z [00:03:44.559]➜  go tool buildid -w $WORK/b917/_pkg_.a # internal
2025-08-20T21:20:51.2219985Z [00:03:44.561]➜  cp $WORK/b917/_pkg_.a /root/.cache/go-build/09/09f9a3dfe7aa6c20652ae544fde8a77cefc813e46721efd328b18855094f228c-d # internal
2025-08-20T21:20:51.2236830Z [00:03:44.561]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/geoipstats
2025-08-20T21:20:51.2237608Z [00:03:44.561]➜  mkdir -p $WORK/b921/
2025-08-20T21:20:51.2238341Z [00:03:44.562]➜  cat >/tmp/go-build3619502580/b921/importcfg << 'EOF' # internal
2025-08-20T21:20:51.2239052Z [00:03:44.562]➜  # import config
2025-08-20T21:20:51.2239681Z [00:03:44.562]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.2240527Z [00:03:44.562]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.2241501Z [00:03:44.562]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.2242277Z [00:03:44.562]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.2243451Z [00:03:44.562]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.2244927Z [00:03:44.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.2245978Z [00:03:44.562]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.2246746Z [00:03:44.562]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.2247551Z [00:03:44.562]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.2248328Z [00:03:44.562]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.2249099Z [00:03:44.562]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.2249672Z [00:03:44.562]➜  EOF
2025-08-20T21:20:51.2255129Z [00:03:44.562]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b921/_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/b921=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/geoipstats -lang=go1.21 -complete -installsuffix shared -buildid leEjplxwGVWB6Qo4J-n4/leEjplxwGVWB6Qo4J-n4 -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/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:20:51.2330620Z [00:03:44.572]➜  go tool buildid -w $WORK/b918/_pkg_.a # internal
2025-08-20T21:20:51.2350301Z [00:03:44.574]➜  cp $WORK/b918/_pkg_.a /root/.cache/go-build/ec/ec10b658648ec8c7615e9cf27de7e13c722af7327269f5bccfb4b1908da04f16-d # internal
2025-08-20T21:20:51.2358562Z [00:03:44.575]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getgeoipdatabase
2025-08-20T21:20:51.2364357Z [00:03:44.576]➜  mkdir -p $WORK/b922/
2025-08-20T21:20:51.2372172Z [00:03:44.576]➜  cat >/tmp/go-build3619502580/b922/importcfg << 'EOF' # internal
2025-08-20T21:20:51.2375297Z [00:03:44.576]➜  # import config
2025-08-20T21:20:51.2376710Z [00:03:44.576]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.2378080Z [00:03:44.576]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.2379061Z [00:03:44.576]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.2381780Z [00:03:44.576]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.2383532Z [00:03:44.576]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.2385136Z [00:03:44.576]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.2386998Z [00:03:44.576]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.2389222Z [00:03:44.576]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.2390031Z [00:03:44.576]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.2390957Z [00:03:44.576]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.2392066Z [00:03:44.576]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.2392656Z [00:03:44.576]➜  EOF
2025-08-20T21:20:51.2398277Z [00:03:44.578]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b922/_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/b922=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getgeoipdatabase -lang=go1.21 -complete -installsuffix shared -buildid dyTclLet1gtKy0AUf77M/dyTclLet1gtKy0AUf77M -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/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:20:51.3120479Z [00:03:44.651]➜  go tool buildid -w $WORK/b921/_pkg_.a # internal
2025-08-20T21:20:51.3147904Z [00:03:44.654]➜  cp $WORK/b921/_pkg_.a /root/.cache/go-build/6a/6a649b5febf53a22219e5ccc1d2572a05ec1bd656293fc72a2c39557994e3b89-d # internal
2025-08-20T21:20:51.3161044Z [00:03:44.654]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getiplocationdatabase
2025-08-20T21:20:51.3162163Z [00:03:44.654]➜  mkdir -p $WORK/b923/
2025-08-20T21:20:51.3162899Z [00:03:44.655]➜  cat >/tmp/go-build3619502580/b923/importcfg << 'EOF' # internal
2025-08-20T21:20:51.3163596Z [00:03:44.655]➜  # import config
2025-08-20T21:20:51.3164237Z [00:03:44.655]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.3165115Z [00:03:44.655]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.3165912Z [00:03:44.655]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.3166681Z [00:03:44.655]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.3167883Z [00:03:44.655]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.3172148Z [00:03:44.655]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.3173559Z [00:03:44.655]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.3174327Z [00:03:44.655]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.3175160Z [00:03:44.655]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.3175886Z [00:03:44.655]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.3176614Z [00:03:44.655]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.3177189Z [00:03:44.655]➜  EOF
2025-08-20T21:20:51.3183127Z [00:03:44.656]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b923/_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/b923=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getiplocationdatabase -lang=go1.21 -complete -installsuffix shared -buildid 21SaAeAXocAF61XwLgcJ/21SaAeAXocAF61XwLgcJ -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/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:20:51.3188466Z [00:03:44.656]➜  go tool buildid -w $WORK/b920/_pkg_.a # internal
2025-08-20T21:20:51.3194475Z [00:03:44.659]➜  cp $WORK/b920/_pkg_.a /root/.cache/go-build/c8/c83780f078145e6915ed6cf4f615e4661152168c49728d7ac987d3c462bd7736-d # internal
2025-08-20T21:20:51.3199013Z [00:03:44.659]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getpipeline
2025-08-20T21:20:51.3200245Z [00:03:44.659]➜  mkdir -p $WORK/b924/
2025-08-20T21:20:51.3209342Z [00:03:44.659]➜  cat >/tmp/go-build3619502580/b924/importcfg << 'EOF' # internal
2025-08-20T21:20:51.3210260Z [00:03:44.659]➜  # import config
2025-08-20T21:20:51.3211386Z [00:03:44.659]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.3214210Z [00:03:44.660]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.3215345Z [00:03:44.660]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.3216306Z [00:03:44.660]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.3217782Z [00:03:44.660]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.3219943Z [00:03:44.660]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.3221832Z [00:03:44.660]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.3222987Z [00:03:44.660]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.3224069Z [00:03:44.660]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.3225316Z [00:03:44.660]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.3226426Z [00:03:44.660]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.3227319Z [00:03:44.660]➜  EOF
2025-08-20T21:20:51.3234636Z [00:03:44.660]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b924/_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/b924=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getpipeline -lang=go1.21 -complete -installsuffix shared -buildid iDCdoQKzZxBXrzbBVml8/iDCdoQKzZxBXrzbBVml8 -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/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:20:51.3239554Z [00:03:44.661]➜  go tool buildid -w $WORK/b919/_pkg_.a # internal
2025-08-20T21:20:51.3245339Z [00:03:44.664]➜  cp $WORK/b919/_pkg_.a /root/.cache/go-build/3d/3de36e36e47aa5612cd731aa95109aa5a7b229c285e23710106452f2c180a0a9-d # internal
2025-08-20T21:20:51.3247092Z [00:03:44.664]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/processorgrok
2025-08-20T21:20:51.3248068Z [00:03:44.664]➜  mkdir -p $WORK/b925/
2025-08-20T21:20:51.3248949Z [00:03:44.664]➜  cat >/tmp/go-build3619502580/b925/importcfg << 'EOF' # internal
2025-08-20T21:20:51.3249743Z [00:03:44.664]➜  # import config
2025-08-20T21:20:51.3250549Z [00:03:44.664]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.3251807Z [00:03:44.664]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.3252799Z [00:03:44.664]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.3253710Z [00:03:44.664]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.3255348Z [00:03:44.664]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.3257124Z [00:03:44.664]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.3258227Z [00:03:44.664]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.3259035Z [00:03:44.664]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.3259912Z [00:03:44.664]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.3260960Z [00:03:44.664]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.3262260Z [00:03:44.664]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.3263004Z [00:03:44.664]➜  EOF
2025-08-20T21:20:51.3271739Z [00:03:44.664]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b925/_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/b925=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/processorgrok -lang=go1.21 -complete -installsuffix shared -buildid wzgYoE-xOKLzmXwgsb1K/wzgYoE-xOKLzmXwgsb1K -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/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:20:51.3543916Z [00:03:44.694]➜  go tool buildid -w $WORK/b922/_pkg_.a # internal
2025-08-20T21:20:51.3567092Z [00:03:44.696]➜  cp $WORK/b922/_pkg_.a /root/.cache/go-build/a8/a83e97bb488e9721598afe2e5794485f1a4b727546e9d190a0f2d2f8ce937092-d # internal
2025-08-20T21:20:51.3574131Z [00:03:44.697]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putgeoipdatabase
2025-08-20T21:20:51.3575611Z [00:03:44.697]➜  mkdir -p $WORK/b926/
2025-08-20T21:20:51.3584340Z [00:03:44.698]➜  cat >/tmp/go-build3619502580/b926/importcfg << 'EOF' # internal
2025-08-20T21:20:51.3585746Z [00:03:44.698]➜  # import config
2025-08-20T21:20:51.3586390Z [00:03:44.698]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:51.3587190Z [00:03:44.698]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.3588019Z [00:03:44.698]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.3588918Z [00:03:44.698]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.3589671Z [00:03:44.698]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.3590894Z [00:03:44.698]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.3592584Z [00:03:44.698]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.3593868Z [00:03:44.698]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.3594668Z [00:03:44.698]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.3595476Z [00:03:44.698]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.3596281Z [00:03:44.698]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.3597048Z [00:03:44.698]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.3597670Z [00:03:44.698]➜  EOF
2025-08-20T21:20:51.3609781Z [00:03:44.700]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b926/_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/b926=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putgeoipdatabase -lang=go1.21 -complete -installsuffix shared -buildid v5VEQH13sllIuc8qWxAD/v5VEQH13sllIuc8qWxAD -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/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:20:51.4312309Z [00:03:44.770]➜  go tool buildid -w $WORK/b923/_pkg_.a # internal
2025-08-20T21:20:51.4331842Z [00:03:44.772]➜  cp $WORK/b923/_pkg_.a /root/.cache/go-build/82/8201d0f29fcd1a6bac7e36762363556f8e11bae3084171dade1f8cc9049c20de-d # internal
2025-08-20T21:20:51.4339249Z [00:03:44.773]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putiplocationdatabase
2025-08-20T21:20:51.4344271Z [00:03:44.774]➜  mkdir -p $WORK/b927/
2025-08-20T21:20:51.4354372Z [00:03:44.774]➜  cat >/tmp/go-build3619502580/b927/importcfg << 'EOF' # internal
2025-08-20T21:20:51.4356096Z [00:03:44.774]➜  # import config
2025-08-20T21:20:51.4357683Z [00:03:44.774]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:51.4373443Z [00:03:44.774]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.4374380Z [00:03:44.774]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.4375322Z [00:03:44.774]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.4376167Z [00:03:44.774]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.4377599Z [00:03:44.774]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.4379212Z [00:03:44.774]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.4380324Z [00:03:44.774]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.4381155Z [00:03:44.774]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.4383184Z [00:03:44.774]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.4384024Z [00:03:44.774]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.4384848Z [00:03:44.774]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.4385469Z [00:03:44.775]➜  EOF
2025-08-20T21:20:51.4392575Z [00:03:44.775]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b927/_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/b927=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putiplocationdatabase -lang=go1.21 -complete -installsuffix shared -buildid wNTOTHx1N-kHgjMcJh-0/wNTOTHx1N-kHgjMcJh-0 -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/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:20:51.4412747Z [00:03:44.780]➜  go tool buildid -w $WORK/b925/_pkg_.a # internal
2025-08-20T21:20:51.4431310Z [00:03:44.782]➜  cp $WORK/b925/_pkg_.a /root/.cache/go-build/69/69fd826e8dbbda7295ecb220c3cb7105b6f7ce2cf3830ebf5755cc1ba4d3528d-d # internal
2025-08-20T21:20:51.4437605Z [00:03:44.783]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putpipeline
2025-08-20T21:20:51.4438422Z [00:03:44.783]➜  mkdir -p $WORK/b928/
2025-08-20T21:20:51.4439185Z [00:03:44.783]➜  cat >/tmp/go-build3619502580/b928/importcfg << 'EOF' # internal
2025-08-20T21:20:51.4439901Z [00:03:44.783]➜  # import config
2025-08-20T21:20:51.4440571Z [00:03:44.783]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:51.4441844Z [00:03:44.783]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.4442727Z [00:03:44.783]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.4443570Z [00:03:44.783]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.4444361Z [00:03:44.783]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.4449842Z [00:03:44.784]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.4451668Z [00:03:44.784]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.4452989Z [00:03:44.784]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.4453878Z [00:03:44.784]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.4454743Z [00:03:44.784]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.4457482Z [00:03:44.784]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.4458457Z [00:03:44.784]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.4459126Z [00:03:44.784]➜  EOF
2025-08-20T21:20:51.4465838Z [00:03:44.784]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b928/_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/b928=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putpipeline -lang=go1.21 -complete -installsuffix shared -buildid SKAq_wKq3xY8yubpVV1V/SKAq_wKq3xY8yubpVV1V -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/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:20:51.4471782Z [00:03:44.785]➜  go tool buildid -w $WORK/b924/_pkg_.a # internal
2025-08-20T21:20:51.4483799Z [00:03:44.787]➜  cp $WORK/b924/_pkg_.a /root/.cache/go-build/6b/6b78e56d9ec11567dcb64e017b987e4d4df5de0380ee9d0c5ea969a836f735db-d # internal
2025-08-20T21:20:51.4485211Z [00:03:44.787]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/simulate
2025-08-20T21:20:51.4485981Z [00:03:44.787]➜  mkdir -p $WORK/b929/
2025-08-20T21:20:51.4490209Z [00:03:44.788]➜  cat >/tmp/go-build3619502580/b929/importcfg << 'EOF' # internal
2025-08-20T21:20:51.4494680Z [00:03:44.789]➜  # import config
2025-08-20T21:20:51.4498839Z [00:03:44.789]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:51.4504771Z [00:03:44.789]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.4505685Z [00:03:44.789]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.4506721Z [00:03:44.789]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.4507515Z [00:03:44.789]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.4508726Z [00:03:44.789]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.4510183Z [00:03:44.789]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.4515955Z [00:03:44.789]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.4516928Z [00:03:44.789]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.4517831Z [00:03:44.789]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.4518661Z [00:03:44.789]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.4519514Z [00:03:44.789]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.4520433Z [00:03:44.789]➜  EOF
2025-08-20T21:20:51.4526898Z [00:03:44.789]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b929/_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/b929=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/simulate -lang=go1.21 -complete -installsuffix shared -buildid eQHHgUSh3O5_5t2llREZ/eQHHgUSh3O5_5t2llREZ -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/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:20:51.4815926Z [00:03:44.821]➜  go tool buildid -w $WORK/b926/_pkg_.a # internal
2025-08-20T21:20:51.4837642Z [00:03:44.823]➜  cp $WORK/b926/_pkg_.a /root/.cache/go-build/7d/7ddebbc0b6f95c4c35d8d7fdb130f2b5694a93f5d14f9f9adda0fca8fdb108f9-d # internal
2025-08-20T21:20:51.4843447Z [00:03:44.823]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/delete
2025-08-20T21:20:51.4844235Z [00:03:44.823]➜  mkdir -p $WORK/b930/
2025-08-20T21:20:51.4847999Z [00:03:44.824]➜  cat >/tmp/go-build3619502580/b930/importcfg << 'EOF' # internal
2025-08-20T21:20:51.4850088Z [00:03:44.824]➜  # import config
2025-08-20T21:20:51.4852237Z [00:03:44.824]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.4854475Z [00:03:44.824]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.4868418Z [00:03:44.824]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.4869260Z [00:03:44.825]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.4870487Z [00:03:44.825]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.4872228Z [00:03:44.825]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.4873313Z [00:03:44.825]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.4874131Z [00:03:44.825]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.4874957Z [00:03:44.825]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.4875820Z [00:03:44.825]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.4876654Z [00:03:44.825]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.4877256Z [00:03:44.825]➜  EOF
2025-08-20T21:20:51.4883222Z [00:03:44.825]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b930/_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/b930=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/delete -lang=go1.21 -complete -installsuffix shared -buildid S3r5sf-uiKAOom6InVYL/S3r5sf-uiKAOom6InVYL -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/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/license/delete/response.go
2025-08-20T21:20:51.5525420Z [00:03:44.892]➜  go tool buildid -w $WORK/b929/_pkg_.a # internal
2025-08-20T21:20:51.5549114Z [00:03:44.894]➜  cp $WORK/b929/_pkg_.a /root/.cache/go-build/d8/d8dcfbc0ebb76da082ad59853015695822481fcac74cb55b36e2a8721b011909-d # internal
2025-08-20T21:20:51.5551514Z [00:03:44.894]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/get
2025-08-20T21:20:51.5552283Z [00:03:44.894]➜  mkdir -p $WORK/b931/
2025-08-20T21:20:51.5563075Z [00:03:44.895]➜  cat >/tmp/go-build3619502580/b931/importcfg << 'EOF' # internal
2025-08-20T21:20:51.5564857Z [00:03:44.895]➜  # import config
2025-08-20T21:20:51.5565453Z [00:03:44.895]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.5566239Z [00:03:44.895]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.5567120Z [00:03:44.895]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.5567914Z [00:03:44.895]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.5569125Z [00:03:44.895]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.5570643Z [00:03:44.895]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.5572329Z [00:03:44.895]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.5573203Z [00:03:44.895]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.5574030Z [00:03:44.896]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.5574857Z [00:03:44.896]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.5575734Z [00:03:44.896]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.5576339Z [00:03:44.896]➜  EOF
2025-08-20T21:20:51.5582531Z [00:03:44.897]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b931/_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/b931=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/get -lang=go1.21 -complete -installsuffix shared -buildid j0QigYoSCAXrBb6abd-s/j0QigYoSCAXrBb6abd-s -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/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/license/get/response.go
2025-08-20T21:20:51.5632339Z [00:03:44.902]➜  go tool buildid -w $WORK/b927/_pkg_.a # internal
2025-08-20T21:20:51.5660576Z [00:03:44.904]➜  cp $WORK/b927/_pkg_.a /root/.cache/go-build/37/37849776d6ae8f937831c3733292d7b5f76fd344666ceab043fa3b8f7ebcc2aa-d # internal
2025-08-20T21:20:51.5662417Z [00:03:44.905]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/getbasicstatus
2025-08-20T21:20:51.5663823Z [00:03:44.905]➜  mkdir -p $WORK/b932/
2025-08-20T21:20:51.5664950Z [00:03:44.905]➜  cat >/tmp/go-build3619502580/b932/importcfg << 'EOF' # internal
2025-08-20T21:20:51.5665682Z [00:03:44.905]➜  # import config
2025-08-20T21:20:51.5666348Z [00:03:44.905]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.5667189Z [00:03:44.905]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.5667992Z [00:03:44.905]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.5668730Z [00:03:44.905]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.5670063Z [00:03:44.905]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.5671730Z [00:03:44.905]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.5672754Z [00:03:44.906]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.5673516Z [00:03:44.906]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.5674323Z [00:03:44.906]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.5675130Z [00:03:44.906]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.5675906Z [00:03:44.906]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.5676487Z [00:03:44.906]➜  EOF
2025-08-20T21:20:51.5682183Z [00:03:44.906]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b932/_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/b932=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/getbasicstatus -lang=go1.21 -complete -installsuffix shared -buildid fv12N0_LdNpiuWGXQQ-E/fv12N0_LdNpiuWGXQQ-E -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/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:20:51.5764573Z [00:03:44.916]➜  go tool buildid -w $WORK/b928/_pkg_.a # internal
2025-08-20T21:20:51.5787688Z [00:03:44.918]➜  cp $WORK/b928/_pkg_.a /root/.cache/go-build/3d/3daac63f6b1cbb7da99ffb1f39fe1cf90363c4f6d385a512158b9519628edaf0-d # internal
2025-08-20T21:20:51.5789907Z [00:03:44.918]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/gettrialstatus
2025-08-20T21:20:51.5791347Z [00:03:44.918]➜  mkdir -p $WORK/b933/
2025-08-20T21:20:51.5809351Z [00:03:44.920]➜  cat >/tmp/go-build3619502580/b933/importcfg << 'EOF' # internal
2025-08-20T21:20:51.5810391Z [00:03:44.920]➜  # import config
2025-08-20T21:20:51.5812154Z [00:03:44.920]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.5813515Z [00:03:44.920]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.5815801Z [00:03:44.920]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.5816863Z [00:03:44.920]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.5818207Z [00:03:44.920]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.5819829Z [00:03:44.920]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.5821030Z [00:03:44.920]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.5822088Z [00:03:44.920]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.5823027Z [00:03:44.920]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.5823903Z [00:03:44.920]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.5824769Z [00:03:44.920]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.5825397Z [00:03:44.920]➜  EOF
2025-08-20T21:20:51.5832389Z [00:03:44.920]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b933/_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/b933=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/gettrialstatus -lang=go1.21 -complete -installsuffix shared -buildid u8WhCUQMtaU_KsUnLHbP/u8WhCUQMtaU_KsUnLHbP -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/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:20:51.6026078Z [00:03:44.942]➜  go tool buildid -w $WORK/b930/_pkg_.a # internal
2025-08-20T21:20:51.6042154Z [00:03:44.943]➜  cp $WORK/b930/_pkg_.a /root/.cache/go-build/76/76da6ee9ad973c281b4044c0c3e0642b4b589f02a78b314f6ba5befec26f59e5-d # internal
2025-08-20T21:20:51.6066164Z [00:03:44.944]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/post
2025-08-20T21:20:51.6067039Z [00:03:44.944]➜  mkdir -p $WORK/b934/
2025-08-20T21:20:51.6067819Z [00:03:44.944]➜  cat >/tmp/go-build3619502580/b934/importcfg << 'EOF' # internal
2025-08-20T21:20:51.6068538Z [00:03:44.944]➜  # import config
2025-08-20T21:20:51.6069189Z [00:03:44.944]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:51.6070260Z [00:03:44.944]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.6071370Z [00:03:44.944]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.6072329Z [00:03:44.944]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.6073158Z [00:03:44.944]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.6074358Z [00:03:44.944]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.6075875Z [00:03:44.944]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.6077679Z [00:03:44.944]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensestatus=/tmp/go-build3619502580/b535/_pkg_.a
2025-08-20T21:20:51.6078936Z [00:03:44.944]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.6079722Z [00:03:44.944]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.6080558Z [00:03:44.944]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.6081579Z [00:03:44.944]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.6082397Z [00:03:44.944]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.6082990Z [00:03:44.944]➜  EOF
2025-08-20T21:20:51.6088950Z [00:03:44.944]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b934/_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/b934=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/post -lang=go1.21 -complete -installsuffix shared -buildid zpHTRx08ujak_704tnh9/zpHTRx08ujak_704tnh9 -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/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:20:51.6556489Z [00:03:44.995]➜  go tool buildid -w $WORK/b931/_pkg_.a # internal
2025-08-20T21:20:51.6560810Z [00:03:44.995]➜  go tool buildid -w $WORK/b932/_pkg_.a # internal
2025-08-20T21:20:51.6566448Z [00:03:44.996]➜  cp $WORK/b931/_pkg_.a /root/.cache/go-build/f8/f81fa9576605ba4805b063d3aa04cbafdf2393667cc8dbe6cd4d21b8f5595a97-d # internal
2025-08-20T21:20:51.6567952Z [00:03:44.996]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/poststartbasic
2025-08-20T21:20:51.6582336Z [00:03:44.996]➜  mkdir -p $WORK/b935/
2025-08-20T21:20:51.6583681Z [00:03:44.997]➜  cat >/tmp/go-build3619502580/b935/importcfg << 'EOF' # internal
2025-08-20T21:20:51.6584979Z [00:03:44.997]➜  # import config
2025-08-20T21:20:51.6586011Z [00:03:44.997]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:51.6586922Z [00:03:44.997]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.6588106Z [00:03:44.997]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.6589042Z [00:03:44.997]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.6589892Z [00:03:44.997]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.6591167Z [00:03:44.997]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.6592986Z [00:03:44.997]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.6594738Z [00:03:44.997]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensetype=/tmp/go-build3619502580/b536/_pkg_.a
2025-08-20T21:20:51.6596047Z [00:03:44.997]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.6596891Z [00:03:44.997]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.6597968Z [00:03:44.997]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.6598865Z [00:03:44.997]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.6599722Z [00:03:44.997]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.6600354Z [00:03:44.997]➜  EOF
2025-08-20T21:20:51.6606696Z [00:03:44.997]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b935/_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/b935=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/poststartbasic -lang=go1.21 -complete -installsuffix shared -buildid 60bb3NHaoBCZty7n_WU4/60bb3NHaoBCZty7n_WU4 -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/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:20:51.6613172Z [00:03:44.997]➜  cp $WORK/b932/_pkg_.a /root/.cache/go-build/ea/eab25daf9af74e26ededec1e4f5fdb6fbab69da601cf0f70f16490b04aeb8d6d-d # internal
2025-08-20T21:20:51.6614658Z [00:03:44.997]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/poststarttrial
2025-08-20T21:20:51.6615456Z [00:03:44.997]➜  mkdir -p $WORK/b936/
2025-08-20T21:20:51.6616322Z [00:03:45.000]➜  cat >/tmp/go-build3619502580/b936/importcfg << 'EOF' # internal
2025-08-20T21:20:51.6616992Z [00:03:45.000]➜  # import config
2025-08-20T21:20:51.6617643Z [00:03:45.000]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.6618493Z [00:03:45.000]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.6633681Z [00:03:45.000]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.6634575Z [00:03:45.000]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.6638492Z [00:03:45.000]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.6640050Z [00:03:45.000]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.6641964Z [00:03:45.000]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensetype=/tmp/go-build3619502580/b536/_pkg_.a
2025-08-20T21:20:51.6643252Z [00:03:45.000]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.6644074Z [00:03:45.000]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.6644900Z [00:03:45.000]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.6645716Z [00:03:45.000]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.6646526Z [00:03:45.000]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.6647335Z [00:03:45.000]➜  EOF
2025-08-20T21:20:51.6653150Z [00:03:45.000]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b936/_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/b936=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/poststarttrial -lang=go1.21 -complete -installsuffix shared -buildid gVKzWeN4LCNrNNmSBC2L/gVKzWeN4LCNrNNmSBC2L -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/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:20:51.7103574Z [00:03:45.049]➜  go tool buildid -w $WORK/b933/_pkg_.a # internal
2025-08-20T21:20:51.7119284Z [00:03:45.051]➜  cp $WORK/b933/_pkg_.a /root/.cache/go-build/7d/7de372d82fd6966409df7baff93bf03eb5459b2dd5e96c0cf07594c53f067de1-d # internal
2025-08-20T21:20:51.7121624Z [00:03:45.051]➜  github.com/elastic/go-elasticsearch/v8/typedapi/logstash/getpipeline
2025-08-20T21:20:51.7122580Z [00:03:45.051]➜  mkdir -p $WORK/b938/
2025-08-20T21:20:51.7127284Z [00:03:45.052]➜  cat >/tmp/go-build3619502580/b938/importcfg << 'EOF' # internal
2025-08-20T21:20:51.7128009Z [00:03:45.052]➜  # import config
2025-08-20T21:20:51.7128736Z [00:03:45.052]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.7129644Z [00:03:45.052]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.7130484Z [00:03:45.052]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.7135664Z [00:03:45.052]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.7136963Z [00:03:45.052]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.7138498Z [00:03:45.052]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.7139611Z [00:03:45.052]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.7140410Z [00:03:45.052]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.7141451Z [00:03:45.052]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.7142273Z [00:03:45.052]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.7143238Z [00:03:45.052]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.7143845Z [00:03:45.052]➜  EOF
2025-08-20T21:20:51.7149237Z [00:03:45.052]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b938/_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/b938=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/logstash/getpipeline -lang=go1.21 -complete -installsuffix shared -buildid 2o6KrtGfnvJi0P-LQaLC/2o6KrtGfnvJi0P-LQaLC -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/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:20:51.7223437Z [00:03:45.060]➜  go tool buildid -w $WORK/b934/_pkg_.a # internal
2025-08-20T21:20:51.7228911Z [00:03:45.062]➜  cp $WORK/b934/_pkg_.a /root/.cache/go-build/22/22aa6685ab9fed073193e6559d6821806adf019aa939f6a64030117387a5eb7a-d # internal
2025-08-20T21:20:51.7237819Z [00:03:45.063]➜  github.com/elastic/go-elasticsearch/v8/typedapi/logstash/putpipeline
2025-08-20T21:20:51.7241803Z [00:03:45.063]➜  mkdir -p $WORK/b939/
2025-08-20T21:20:51.7255074Z [00:03:45.065]➜  cat >/tmp/go-build3619502580/b939/importcfg << 'EOF' # internal
2025-08-20T21:20:51.7256429Z [00:03:45.065]➜  # import config
2025-08-20T21:20:51.7257503Z [00:03:45.065]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:51.7258344Z [00:03:45.065]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.7259184Z [00:03:45.065]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.7260007Z [00:03:45.065]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.7260764Z [00:03:45.065]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.7262133Z [00:03:45.065]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.7263621Z [00:03:45.065]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.7264688Z [00:03:45.065]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.7265640Z [00:03:45.065]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.7266440Z [00:03:45.065]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.7267215Z [00:03:45.065]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.7267982Z [00:03:45.065]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.7268554Z [00:03:45.065]➜  EOF
2025-08-20T21:20:51.7274262Z [00:03:45.065]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b939/_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/b939=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/logstash/putpipeline -lang=go1.21 -complete -installsuffix shared -buildid vLc_7RyHOFlBxDLQb7zQ/vLc_7RyHOFlBxDLQb7zQ -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/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:20:51.7662112Z [00:03:45.105]➜  go tool buildid -w $WORK/b936/_pkg_.a # internal
2025-08-20T21:20:51.7703172Z [00:03:45.109]➜  cp $WORK/b936/_pkg_.a /root/.cache/go-build/51/5125f7eaabac5c75c185013ec5aae3a8279d66dd107e52c5f5ab37a51c5c1571-d # internal
2025-08-20T21:20:51.7705830Z [00:03:45.110]➜  github.com/elastic/go-elasticsearch/v8/typedapi/migration/deprecations
2025-08-20T21:20:51.7708766Z [00:03:45.110]➜  mkdir -p $WORK/b940/
2025-08-20T21:20:51.7711510Z [00:03:45.110]➜  cat >/tmp/go-build3619502580/b940/importcfg << 'EOF' # internal
2025-08-20T21:20:51.7731892Z [00:03:45.110]➜  # import config
2025-08-20T21:20:51.7733034Z [00:03:45.110]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.7734484Z [00:03:45.110]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.7736479Z [00:03:45.110]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.7738250Z [00:03:45.110]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.7739535Z [00:03:45.110]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.7741139Z [00:03:45.110]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.7742566Z [00:03:45.110]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.7743443Z [00:03:45.110]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.7744349Z [00:03:45.110]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.7745271Z [00:03:45.110]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.7746159Z [00:03:45.110]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.7748605Z [00:03:45.110]➜  EOF
2025-08-20T21:20:51.7767520Z [00:03:45.110]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b940/_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/b940=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/migration/deprecations -lang=go1.21 -complete -installsuffix shared -buildid y2NRjqU3oTifwTe9Pv7y/y2NRjqU3oTifwTe9Pv7y -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/deprecations/deprecations.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/migration/deprecations/response.go
2025-08-20T21:20:51.7773418Z [00:03:45.114]➜  go tool buildid -w $WORK/b935/_pkg_.a # internal
2025-08-20T21:20:51.7774730Z [00:03:45.116]➜  cp $WORK/b935/_pkg_.a /root/.cache/go-build/dc/dc2e7f43702dd02945a300459791b51a68383eb1974f188092b47593a38272e3-d # internal
2025-08-20T21:20:51.7776242Z [00:03:45.116]➜  github.com/elastic/go-elasticsearch/v8/typedapi/migration/getfeatureupgradestatus
2025-08-20T21:20:51.7777429Z [00:03:45.116]➜  mkdir -p $WORK/b941/
2025-08-20T21:20:51.7778164Z [00:03:45.117]➜  cat >/tmp/go-build3619502580/b941/importcfg << 'EOF' # internal
2025-08-20T21:20:51.7780472Z [00:03:45.117]➜  # import config
2025-08-20T21:20:51.7781153Z [00:03:45.117]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.7782219Z [00:03:45.117]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.7783093Z [00:03:45.117]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.7784017Z [00:03:45.117]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.7785217Z [00:03:45.117]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.7786708Z [00:03:45.117]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.7788322Z [00:03:45.117]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/migrationstatus=/tmp/go-build3619502580/b542/_pkg_.a
2025-08-20T21:20:51.7789549Z [00:03:45.117]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.7790329Z [00:03:45.117]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.7791119Z [00:03:45.117]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.7792204Z [00:03:45.117]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.7793023Z [00:03:45.117]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.7793632Z [00:03:45.117]➜  EOF
2025-08-20T21:20:51.7799820Z [00:03:45.117]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b941/_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/b941=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/migration/getfeatureupgradestatus -lang=go1.21 -complete -installsuffix shared -buildid 5dG2ojUcPr_dycJkXgWB/5dG2ojUcPr_dycJkXgWB -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/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:20:51.8183624Z [00:03:45.158]➜  go tool buildid -w $WORK/b938/_pkg_.a # internal
2025-08-20T21:20:51.8203171Z [00:03:45.159]➜  cp $WORK/b938/_pkg_.a /root/.cache/go-build/1c/1cd4f5a59510336a3859d03453d246007afa1ef0387d0c1a0759fbae9c911e9f-d # internal
2025-08-20T21:20:51.8376401Z [00:03:45.177]➜  github.com/elastic/go-elasticsearch/v8/typedapi/migration/postfeatureupgrade
2025-08-20T21:20:51.8380343Z [00:03:45.177]➜  mkdir -p $WORK/b942/
2025-08-20T21:20:51.8381983Z [00:03:45.177]➜  cat >/tmp/go-build3619502580/b942/importcfg << 'EOF' # internal
2025-08-20T21:20:51.8382705Z [00:03:45.177]➜  # import config
2025-08-20T21:20:51.8383397Z [00:03:45.177]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.8384505Z [00:03:45.177]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.8385530Z [00:03:45.177]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.8386495Z [00:03:45.177]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.8387858Z [00:03:45.177]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.8389546Z [00:03:45.177]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.8390834Z [00:03:45.177]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.8392004Z [00:03:45.177]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.8392986Z [00:03:45.177]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.8393964Z [00:03:45.177]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.8394961Z [00:03:45.177]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.8395720Z [00:03:45.177]➜  EOF
2025-08-20T21:20:51.8401742Z [00:03:45.178]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b942/_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/b942=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/migration/postfeatureupgrade -lang=go1.21 -complete -installsuffix shared -buildid DEOtr8j9v_4OtiAMLu-i/DEOtr8j9v_4OtiAMLu-i -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/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:20:51.8456622Z [00:03:45.185]➜  go tool buildid -w $WORK/b939/_pkg_.a # internal
2025-08-20T21:20:51.8531422Z [00:03:45.192]➜  cp $WORK/b939/_pkg_.a /root/.cache/go-build/58/5805856d6616aad64bc1c864570be2bbe930ae75d95a66226441b8878c9b4294-d # internal
2025-08-20T21:20:51.8536873Z [00:03:45.193]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/cleartrainedmodeldeploymentcache
2025-08-20T21:20:51.8537906Z [00:03:45.193]➜  mkdir -p $WORK/b943/
2025-08-20T21:20:51.8538680Z [00:03:45.193]➜  cat >/tmp/go-build3619502580/b943/importcfg << 'EOF' # internal
2025-08-20T21:20:51.8539409Z [00:03:45.193]➜  # import config
2025-08-20T21:20:51.8540100Z [00:03:45.193]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.8541037Z [00:03:45.193]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.8542211Z [00:03:45.193]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.8550069Z [00:03:45.193]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.8552676Z [00:03:45.193]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.8555489Z [00:03:45.193]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.8557658Z [00:03:45.193]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.8558744Z [00:03:45.193]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.8559606Z [00:03:45.193]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.8560579Z [00:03:45.193]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.8561597Z [00:03:45.193]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.8562145Z [00:03:45.193]➜  EOF
2025-08-20T21:20:51.8568116Z [00:03:45.193]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b943/_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/b943=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/cleartrainedmodeldeploymentcache -lang=go1.21 -complete -installsuffix shared -buildid YhtBAexIsuotyQhiH6Gv/YhtBAexIsuotyQhiH6Gv -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/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:20:51.8882455Z [00:03:45.227]➜  go tool buildid -w $WORK/b940/_pkg_.a # internal
2025-08-20T21:20:51.8897113Z [00:03:45.229]➜  cp $WORK/b940/_pkg_.a /root/.cache/go-build/7d/7ddd8a85b35c0341934b416b3632725e52ec867a27f7b98eff1ecb3540ccd2a2-d # internal
2025-08-20T21:20:51.8918016Z [00:03:45.231]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/closejob
2025-08-20T21:20:51.8918804Z [00:03:45.231]➜  mkdir -p $WORK/b944/
2025-08-20T21:20:51.8919530Z [00:03:45.231]➜  cat >/tmp/go-build3619502580/b944/importcfg << 'EOF' # internal
2025-08-20T21:20:51.8920196Z [00:03:45.231]➜  # import config
2025-08-20T21:20:51.8920827Z [00:03:45.231]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:51.8921953Z [00:03:45.231]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.8922842Z [00:03:45.231]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.8923801Z [00:03:45.231]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.8924623Z [00:03:45.231]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.8925828Z [00:03:45.231]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.8927304Z [00:03:45.231]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.8928371Z [00:03:45.231]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.8929292Z [00:03:45.231]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.8930131Z [00:03:45.231]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.8930956Z [00:03:45.231]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.8931952Z [00:03:45.231]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.8932562Z [00:03:45.231]➜  EOF
2025-08-20T21:20:51.8938269Z [00:03:45.231]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b944/_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/b944=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/closejob -lang=go1.21 -complete -installsuffix shared -buildid V2JZ332TIjR3Ce9osOLy/V2JZ332TIjR3Ce9osOLy -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/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:20:51.8956506Z [00:03:45.235]➜  go tool buildid -w $WORK/b941/_pkg_.a # internal
2025-08-20T21:20:51.8983998Z [00:03:45.236]➜  cp $WORK/b941/_pkg_.a /root/.cache/go-build/7f/7f37e0ff14d458ba2ba0017b76a9389ce40c7f1b8394e4a6997cb3c7ffd50dcf-d # internal
2025-08-20T21:20:51.8985656Z [00:03:45.238]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendar
2025-08-20T21:20:51.8986385Z [00:03:45.238]➜  mkdir -p $WORK/b945/
2025-08-20T21:20:51.8987106Z [00:03:45.238]➜  cat >/tmp/go-build3619502580/b945/importcfg << 'EOF' # internal
2025-08-20T21:20:51.8987751Z [00:03:45.238]➜  # import config
2025-08-20T21:20:51.8988396Z [00:03:45.238]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.8989255Z [00:03:45.238]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.8990094Z [00:03:45.238]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.8990875Z [00:03:45.238]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.8992417Z [00:03:45.238]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.8993939Z [00:03:45.238]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.8995032Z [00:03:45.238]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.8995815Z [00:03:45.239]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.8996626Z [00:03:45.239]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.8997424Z [00:03:45.239]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.8998230Z [00:03:45.239]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.8998838Z [00:03:45.239]➜  EOF
2025-08-20T21:20:51.9004582Z [00:03:45.239]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b945/_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/b945=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendar -lang=go1.21 -complete -installsuffix shared -buildid g5ARHka4gT5D4tpDdTMW/g5ARHka4gT5D4tpDdTMW -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/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:20:51.9641668Z [00:03:45.303]➜  go tool buildid -w $WORK/b943/_pkg_.a # internal
2025-08-20T21:20:51.9652259Z [00:03:45.304]➜  go tool buildid -w $WORK/b942/_pkg_.a # internal
2025-08-20T21:20:51.9659168Z [00:03:45.305]➜  cp $WORK/b943/_pkg_.a /root/.cache/go-build/49/49b978a9df5d83d74e1deb3e0f8ebb45d444bd485d726750e25deda526e7b453-d # internal
2025-08-20T21:20:51.9667675Z [00:03:45.305]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarevent
2025-08-20T21:20:51.9677394Z [00:03:45.305]➜  cp $WORK/b942/_pkg_.a /root/.cache/go-build/84/84ab3168bd5fdfd5f246fa0756821bc4a8ba4c6a8d9ba2e4c6c0e5d43ada9be0-d # internal
2025-08-20T21:20:51.9678615Z [00:03:45.306]➜  mkdir -p $WORK/b946/
2025-08-20T21:20:51.9679418Z [00:03:45.306]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarjob
2025-08-20T21:20:51.9680230Z [00:03:45.306]➜  mkdir -p $WORK/b947/
2025-08-20T21:20:51.9680983Z [00:03:45.306]➜  cat >/tmp/go-build3619502580/b947/importcfg << 'EOF' # internal
2025-08-20T21:20:51.9681907Z [00:03:45.306]➜  # import config
2025-08-20T21:20:51.9682590Z [00:03:45.306]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:51.9683489Z [00:03:45.306]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.9684379Z [00:03:45.306]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.9685284Z [00:03:45.306]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.9686135Z [00:03:45.306]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.9687387Z [00:03:45.306]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.9689336Z [00:03:45.306]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.9690505Z [00:03:45.307]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.9710470Z [00:03:45.307]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.9711691Z [00:03:45.307]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.9712600Z [00:03:45.307]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.9713482Z [00:03:45.307]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.9714147Z [00:03:45.307]➜  EOF
2025-08-20T21:20:51.9719864Z [00:03:45.307]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b947/_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/b947=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarjob -lang=go1.21 -complete -installsuffix shared -buildid eQnoGyAT3jNAFW-xOFh0/eQnoGyAT3jNAFW-xOFh0 -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/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:20:51.9728603Z [00:03:45.309]➜  cat >/tmp/go-build3619502580/b946/importcfg << 'EOF' # internal
2025-08-20T21:20:51.9729305Z [00:03:45.309]➜  # import config
2025-08-20T21:20:51.9730176Z [00:03:45.309]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:51.9731128Z [00:03:45.309]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:51.9732298Z [00:03:45.309]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:51.9733120Z [00:03:45.309]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:51.9734342Z [00:03:45.309]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:51.9735953Z [00:03:45.309]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:51.9737125Z [00:03:45.309]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:51.9738127Z [00:03:45.309]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:51.9739027Z [00:03:45.309]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:51.9739880Z [00:03:45.309]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:51.9740719Z [00:03:45.309]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:51.9741553Z [00:03:45.309]➜  EOF
2025-08-20T21:20:51.9747313Z [00:03:45.309]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b946/_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/b946=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarevent -lang=go1.21 -complete -installsuffix shared -buildid LyCOlHKPPUuTCa8kH3bs/LyCOlHKPPUuTCa8kH3bs -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/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:20:52.0060958Z [00:03:45.345]➜  go tool buildid -w $WORK/b944/_pkg_.a # internal
2025-08-20T21:20:52.0075220Z [00:03:45.347]➜  cp $WORK/b944/_pkg_.a /root/.cache/go-build/5c/5c269c7fa93bba5998864d2b2def78f7b106d96f944df842695635114d6fa54f-d # internal
2025-08-20T21:20:52.0083294Z [00:03:45.347]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedatafeed
2025-08-20T21:20:52.0094003Z [00:03:45.348]➜  mkdir -p $WORK/b948/
2025-08-20T21:20:52.0094867Z [00:03:45.348]➜  cat >/tmp/go-build3619502580/b948/importcfg << 'EOF' # internal
2025-08-20T21:20:52.0095556Z [00:03:45.348]➜  # import config
2025-08-20T21:20:52.0096225Z [00:03:45.348]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:52.0097130Z [00:03:45.348]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:52.0098001Z [00:03:45.348]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:52.0098802Z [00:03:45.348]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:52.0100151Z [00:03:45.348]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:52.0101857Z [00:03:45.348]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:52.0103009Z [00:03:45.349]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:52.0103854Z [00:03:45.349]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:52.0104729Z [00:03:45.349]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:52.0105560Z [00:03:45.349]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:52.0106376Z [00:03:45.349]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:52.0107032Z [00:03:45.349]➜  EOF
2025-08-20T21:20:52.0149507Z [00:03:45.349]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b948/_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/b948=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedatafeed -lang=go1.21 -complete -installsuffix shared -buildid e2OCHYALnpy8TrTP9irN/e2OCHYALnpy8TrTP9irN -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/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:20:52.0154796Z [00:03:45.351]➜  go tool buildid -w $WORK/b945/_pkg_.a # internal
2025-08-20T21:20:52.0156097Z [00:03:45.351]➜  cp $WORK/b945/_pkg_.a /root/.cache/go-build/3c/3c0ef9f015fc245443f54a1dafb6a8b61fae0511b11b0b790d4e52eb561112be-d # internal
2025-08-20T21:20:52.0157654Z [00:03:45.351]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedataframeanalytics
2025-08-20T21:20:52.0158465Z [00:03:45.351]➜  mkdir -p $WORK/b949/
2025-08-20T21:20:52.0159175Z [00:03:45.352]➜  cat >/tmp/go-build3619502580/b949/importcfg << 'EOF' # internal
2025-08-20T21:20:52.0159826Z [00:03:45.352]➜  # import config
2025-08-20T21:20:52.0160478Z [00:03:45.352]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:52.0165371Z [00:03:45.353]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:52.0166440Z [00:03:45.353]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:52.0167232Z [00:03:45.353]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:52.0168423Z [00:03:45.354]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:52.0170065Z [00:03:45.354]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:52.0171100Z [00:03:45.354]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:52.0172051Z [00:03:45.354]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:52.0172872Z [00:03:45.354]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:52.0173789Z [00:03:45.354]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:52.0174577Z [00:03:45.354]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:52.0175171Z [00:03:45.354]➜  EOF
2025-08-20T21:20:52.0192014Z [00:03:45.354]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b949/_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/b949=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedataframeanalytics -lang=go1.21 -complete -installsuffix shared -buildid eNPwvZwepQRFDbXKO2zj/eNPwvZwepQRFDbXKO2zj -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/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:20:52.0901530Z [00:03:45.429]➜  go tool buildid -w $WORK/b946/_pkg_.a # internal
2025-08-20T21:20:52.0906860Z [00:03:45.430]➜  go tool buildid -w $WORK/b947/_pkg_.a # internal
2025-08-20T21:20:52.0927806Z [00:03:45.430]➜  cp $WORK/b946/_pkg_.a /root/.cache/go-build/2d/2d5599b5d5b81fa087c5e579a3aef5475169be36a9a6eceaad9f1ff3a743ec41-d # internal
2025-08-20T21:20:52.0929324Z [00:03:45.430]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteexpireddata
2025-08-20T21:20:52.0933107Z [00:03:45.430]➜  mkdir -p $WORK/b950/
2025-08-20T21:20:52.0934606Z [00:03:45.430]➜  cp $WORK/b947/_pkg_.a /root/.cache/go-build/06/0654ca2a32418d477f019e0832349fc9c5cfb521a94217f8b1944ee8ef228775-d # internal
2025-08-20T21:20:52.0935956Z [00:03:45.430]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletefilter
2025-08-20T21:20:52.0936751Z [00:03:45.430]➜  mkdir -p $WORK/b951/
2025-08-20T21:20:52.0937881Z [00:03:45.430]➜  cat >/tmp/go-build3619502580/b950/importcfg << 'EOF' # internal
2025-08-20T21:20:52.0938908Z [00:03:45.430]➜  # import config
2025-08-20T21:20:52.0939914Z [00:03:45.430]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:52.0941625Z [00:03:45.430]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:52.0942861Z [00:03:45.430]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:52.0944347Z [00:03:45.432]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:52.0945503Z [00:03:45.432]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:52.0947118Z [00:03:45.432]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:52.0948746Z [00:03:45.432]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:52.0949850Z [00:03:45.432]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:52.0950649Z [00:03:45.432]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:52.0952548Z [00:03:45.432]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:52.0954077Z [00:03:45.432]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:52.0955800Z [00:03:45.432]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:52.0957540Z [00:03:45.432]➜  EOF
2025-08-20T21:20:52.0966463Z [00:03:45.432]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b950/_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/b950=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteexpireddata -lang=go1.21 -complete -installsuffix shared -buildid P8txmiy_JQxUXuNppwcC/P8txmiy_JQxUXuNppwcC -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/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:20:52.0974106Z [00:03:45.432]➜  cat >/tmp/go-build3619502580/b951/importcfg << 'EOF' # internal
2025-08-20T21:20:52.0975367Z [00:03:45.432]➜  # import config
2025-08-20T21:20:52.0976300Z [00:03:45.432]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:52.0977433Z [00:03:45.432]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:52.0978918Z [00:03:45.432]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:52.0980382Z [00:03:45.432]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:52.0982279Z [00:03:45.432]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:52.0984535Z [00:03:45.432]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:52.0985886Z [00:03:45.432]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:52.0987146Z [00:03:45.432]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:52.0988268Z [00:03:45.432]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:52.0989505Z [00:03:45.432]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:52.0990571Z [00:03:45.432]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:52.0991417Z [00:03:45.432]➜  EOF
2025-08-20T21:20:52.0997194Z [00:03:45.432]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b951/_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/b951=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletefilter -lang=go1.21 -complete -installsuffix shared -buildid mj4plyaNV-9BQT-qfrc8/mj4plyaNV-9BQT-qfrc8 -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/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:20:52.1264228Z [00:03:45.465]➜  go tool buildid -w $WORK/b949/_pkg_.a # internal
2025-08-20T21:20:52.1279722Z [00:03:45.467]➜  cp $WORK/b949/_pkg_.a /root/.cache/go-build/fc/fc228a10e3967fa1f750084b2315df9c194021b66a4f971c3ad7365ffaf74b2a-d # internal
2025-08-20T21:20:52.1283140Z [00:03:45.467]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteforecast
2025-08-20T21:20:52.1285379Z [00:03:45.467]➜  mkdir -p $WORK/b952/
2025-08-20T21:20:52.1288659Z [00:03:45.468]➜  cat >/tmp/go-build3619502580/b952/importcfg << 'EOF' # internal
2025-08-20T21:20:52.1289552Z [00:03:45.468]➜  # import config
2025-08-20T21:20:52.1290454Z [00:03:45.468]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:52.1291559Z [00:03:45.468]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:52.1292506Z [00:03:45.468]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:52.1293329Z [00:03:45.468]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:52.1294563Z [00:03:45.468]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:52.1296142Z [00:03:45.468]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:52.1297300Z [00:03:45.468]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:52.1298138Z [00:03:45.468]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:52.1299000Z [00:03:45.468]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:52.1300049Z [00:03:45.468]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:52.1300879Z [00:03:45.468]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:52.1301703Z [00:03:45.468]➜  EOF
2025-08-20T21:20:52.1307443Z [00:03:45.468]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b952/_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/b952=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteforecast -lang=go1.21 -complete -installsuffix shared -buildid K8TO8N7GiXNcOzztpPd1/K8TO8N7GiXNcOzztpPd1 -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/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:20:52.1418551Z [00:03:45.481]➜  go tool buildid -w $WORK/b948/_pkg_.a # internal
2025-08-20T21:20:52.1438320Z [00:03:45.483]➜  cp $WORK/b948/_pkg_.a /root/.cache/go-build/b2/b237ec162e1224e2a073527dad77e2f92b3b6e11f1b91099fdfe94f0c410637b-d # internal
2025-08-20T21:20:52.1444933Z [00:03:45.484]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletejob
2025-08-20T21:20:52.1445665Z [00:03:45.484]➜  mkdir -p $WORK/b953/
2025-08-20T21:20:52.1456605Z [00:03:45.485]➜  cat >/tmp/go-build3619502580/b953/importcfg << 'EOF' # internal
2025-08-20T21:20:52.1458129Z [00:03:45.485]➜  # import config
2025-08-20T21:20:52.1462937Z [00:03:45.485]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:52.1465013Z [00:03:45.485]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:52.1466848Z [00:03:45.485]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:52.1467642Z [00:03:45.485]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:52.1468830Z [00:03:45.485]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:52.1470347Z [00:03:45.485]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:52.1471621Z [00:03:45.485]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:52.1472427Z [00:03:45.485]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:52.1473257Z [00:03:45.486]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:52.1474036Z [00:03:45.486]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:52.1474842Z [00:03:45.486]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:52.1475437Z [00:03:45.486]➜  EOF
2025-08-20T21:20:52.1480488Z [00:03:45.486]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b953/_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/b953=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletejob -lang=go1.21 -complete -installsuffix shared -buildid mpcwffLvbBZ75dZF_yEU/mpcwffLvbBZ75dZF_yEU -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/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:20:52.2055647Z [00:03:45.545]➜  go tool buildid -w $WORK/b951/_pkg_.a # internal
2025-08-20T21:20:52.2077365Z [00:03:45.547]➜  cp $WORK/b951/_pkg_.a /root/.cache/go-build/16/167020154ed98d531f1881b4a7129d0bcdf8f5bfc8de827df4b3e9051837a8f4-d # internal
2025-08-20T21:20:52.2086991Z [00:03:45.547]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletemodelsnapshot
2025-08-20T21:20:52.2087791Z [00:03:45.547]➜  mkdir -p $WORK/b954/
2025-08-20T21:20:52.2088661Z [00:03:45.548]➜  cat >/tmp/go-build3619502580/b954/importcfg << 'EOF' # internal
2025-08-20T21:20:52.2089335Z [00:03:45.548]➜  # import config
2025-08-20T21:20:52.2089987Z [00:03:45.548]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:52.2090843Z [00:03:45.548]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:52.2091929Z [00:03:45.548]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:52.2092776Z [00:03:45.548]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:52.2093983Z [00:03:45.548]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:52.2095626Z [00:03:45.548]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:52.2096709Z [00:03:45.548]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:52.2097507Z [00:03:45.548]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:52.2098336Z [00:03:45.548]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:52.2099130Z [00:03:45.548]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:52.2099929Z [00:03:45.548]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:52.2100520Z [00:03:45.548]➜  EOF
2025-08-20T21:20:52.2116510Z [00:03:45.548]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b954/_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/b954=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletemodelsnapshot -lang=go1.21 -complete -installsuffix shared -buildid 9W1vNeeg6xINJ6ycQYQ3/9W1vNeeg6xINJ6ycQYQ3 -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/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:20:52.2276729Z [00:03:45.567]➜  go tool buildid -w $WORK/b950/_pkg_.a # internal
2025-08-20T21:20:52.2297286Z [00:03:45.569]➜  cp $WORK/b950/_pkg_.a /root/.cache/go-build/62/629a44e79319f91f38fa4827a5e7c48fa670984f5695d80b6b85a918e4eff4bd-d # internal
2025-08-20T21:20:52.2304651Z [00:03:45.570]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodel
2025-08-20T21:20:52.2306789Z [00:03:45.570]➜  mkdir -p $WORK/b955/
2025-08-20T21:20:52.2330009Z [00:03:45.572]➜  cat >/tmp/go-build3619502580/b955/importcfg << 'EOF' # internal
2025-08-20T21:20:52.2335616Z [00:03:45.573]➜  # import config
2025-08-20T21:20:52.2342597Z [00:03:45.573]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:52.2343656Z [00:03:45.573]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:52.2344816Z [00:03:45.573]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:52.2345675Z [00:03:45.573]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:52.2346936Z [00:03:45.573]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:52.2348570Z [00:03:45.573]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:52.2349738Z [00:03:45.573]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:52.2350622Z [00:03:45.573]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:52.2351746Z [00:03:45.573]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:52.2352651Z [00:03:45.573]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:52.2353538Z [00:03:45.573]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:52.2354395Z [00:03:45.573]➜  EOF
2025-08-20T21:20:52.2360246Z [00:03:45.573]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b955/_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/b955=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodel -lang=go1.21 -complete -installsuffix shared -buildid gTTBcaVcZm5TyqejFhXS/gTTBcaVcZm5TyqejFhXS -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/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:20:52.2540926Z [00:03:45.593]➜  go tool buildid -w $WORK/b953/_pkg_.a # internal
2025-08-20T21:20:52.2545279Z [00:03:45.594]➜  go tool buildid -w $WORK/b952/_pkg_.a # internal
2025-08-20T21:20:52.2559648Z [00:03:45.595]➜  cp $WORK/b952/_pkg_.a /root/.cache/go-build/04/0445c2c634bf7652fbf7cadeb994099c0108101c2e29efd08c56caf763bc12cb-d # internal
2025-08-20T21:20:52.2572497Z [00:03:45.595]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodelalias
2025-08-20T21:20:52.2573330Z [00:03:45.596]➜  mkdir -p $WORK/b956/
2025-08-20T21:20:52.2574053Z [00:03:45.596]➜  cat >/tmp/go-build3619502580/b956/importcfg << 'EOF' # internal
2025-08-20T21:20:52.2574692Z [00:03:45.596]➜  # import config
2025-08-20T21:20:52.2575503Z [00:03:45.596]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:52.2576427Z [00:03:45.596]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:52.2577326Z [00:03:45.596]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:52.2578158Z [00:03:45.596]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:52.2581395Z [00:03:45.596]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:52.2582996Z [00:03:45.596]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:52.2584124Z [00:03:45.596]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:52.2584930Z [00:03:45.596]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:52.2585769Z [00:03:45.596]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:52.2586611Z [00:03:45.596]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:52.2587442Z [00:03:45.596]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:52.2588047Z [00:03:45.596]➜  EOF
2025-08-20T21:20:52.2596652Z [00:03:45.596]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b956/_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/b956=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodelalias -lang=go1.21 -complete -installsuffix shared -buildid co_g4ZGxWzw_A8ioWAl6/co_g4ZGxWzw_A8ioWAl6 -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/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:20:52.2609157Z [00:03:45.600]➜  cp $WORK/b953/_pkg_.a /root/.cache/go-build/ef/ef433990ca3f1338e55b0d2d90bd9b7c76f43e52047768cf30477a5c61339439-d # internal
2025-08-20T21:20:52.2620210Z [00:03:45.600]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/estimatemodelmemory
2025-08-20T21:20:52.2621027Z [00:03:45.600]➜  mkdir -p $WORK/b957/
2025-08-20T21:20:52.2621903Z [00:03:45.601]➜  cat >/tmp/go-build3619502580/b957/importcfg << 'EOF' # internal
2025-08-20T21:20:52.2622742Z [00:03:45.601]➜  # import config
2025-08-20T21:20:52.2623370Z [00:03:45.601]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:52.2624269Z [00:03:45.601]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:52.2625235Z [00:03:45.601]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:52.2626075Z [00:03:45.601]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:52.2627840Z [00:03:45.601]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:52.2629159Z [00:03:45.601]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:52.2632034Z [00:03:45.601]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:52.2633218Z [00:03:45.601]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:52.2634045Z [00:03:45.601]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:52.2634898Z [00:03:45.601]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:52.2635733Z [00:03:45.601]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:52.2636593Z [00:03:45.601]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:52.2637198Z [00:03:45.601]➜  EOF
2025-08-20T21:20:52.2644070Z [00:03:45.601]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b957/_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/b957=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/estimatemodelmemory -lang=go1.21 -complete -installsuffix shared -buildid F50isAJoZ_m44dlPPxHI/F50isAJoZ_m44dlPPxHI -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/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:20:52.3182653Z [00:03:45.657]➜  go tool buildid -w $WORK/b954/_pkg_.a # internal
2025-08-20T21:20:52.3197176Z [00:03:45.659]➜  cp $WORK/b954/_pkg_.a /root/.cache/go-build/e2/e2b27fea1d46dbd339d861393fc50808a663d3bec882ac0dc2ce0817e6c4ce52-d # internal
2025-08-20T21:20:52.3205217Z [00:03:45.660]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/evaluatedataframe
2025-08-20T21:20:52.3206053Z [00:03:45.660]➜  mkdir -p $WORK/b958/
2025-08-20T21:20:52.3206794Z [00:03:45.660]➜  cat >/tmp/go-build3619502580/b958/importcfg << 'EOF' # internal
2025-08-20T21:20:52.3207476Z [00:03:45.660]➜  # import config
2025-08-20T21:20:52.3208118Z [00:03:45.660]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:52.3209139Z [00:03:45.660]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:52.3210016Z [00:03:45.660]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:52.3210901Z [00:03:45.660]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:52.3211944Z [00:03:45.660]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:52.3242647Z [00:03:45.660]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:52.3244235Z [00:03:45.660]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:52.3245365Z [00:03:45.660]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:52.3246215Z [00:03:45.660]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:52.3247079Z [00:03:45.660]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:52.3248133Z [00:03:45.660]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:52.3248931Z [00:03:45.660]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:52.3249534Z [00:03:45.660]➜  EOF
2025-08-20T21:20:52.3256190Z [00:03:45.660]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b958/_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/b958=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/evaluatedataframe -lang=go1.21 -complete -installsuffix shared -buildid STmuhi9I3eADQnAg3_tq/STmuhi9I3eADQnAg3_tq -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/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:20:52.3371919Z [00:03:45.676]➜  go tool buildid -w $WORK/b955/_pkg_.a # internal
2025-08-20T21:20:52.3397616Z [00:03:45.679]➜  cp $WORK/b955/_pkg_.a /root/.cache/go-build/59/5930993695f9548b87073242a9f7a375aaba90d040ba4d25f2c1c612e5a60944-d # internal
2025-08-20T21:20:52.3405604Z [00:03:45.680]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/explaindataframeanalytics
2025-08-20T21:20:52.3407584Z [00:03:45.680]➜  mkdir -p $WORK/b959/
2025-08-20T21:20:52.3411053Z [00:03:45.680]➜  cat >/tmp/go-build3619502580/b959/importcfg << 'EOF' # internal
2025-08-20T21:20:52.3414111Z [00:03:45.680]➜  # import config
2025-08-20T21:20:52.3414810Z [00:03:45.680]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:52.3415681Z [00:03:45.680]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:52.3416629Z [00:03:45.680]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:52.3417582Z [00:03:45.680]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:52.3418421Z [00:03:45.680]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:52.3419711Z [00:03:45.680]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:52.3421387Z [00:03:45.680]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:52.3422623Z [00:03:45.680]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:52.3423518Z [00:03:45.680]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:52.3424487Z [00:03:45.680]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:52.3425395Z [00:03:45.680]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:52.3426266Z [00:03:45.680]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:52.3427128Z [00:03:45.680]➜  EOF
2025-08-20T21:20:52.3436264Z [00:03:45.682]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b959/_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/b959=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/explaindataframeanalytics -lang=go1.21 -complete -installsuffix shared -buildid qdGLVpZlHHngUbo5DSoJ/qdGLVpZlHHngUbo5DSoJ -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/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:20:52.3590120Z [00:03:45.698]➜  go tool buildid -w $WORK/b956/_pkg_.a # internal
2025-08-20T21:20:52.3606562Z [00:03:45.700]➜  cp $WORK/b956/_pkg_.a /root/.cache/go-build/05/05cfeb3f4d7b920d2aeeb3d0566b3db5ad502325c7a4152a01bf855ec73525b0-d # internal
2025-08-20T21:20:52.3609948Z [00:03:45.700]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/flushjob
2025-08-20T21:20:52.3615115Z [00:03:45.701]➜  mkdir -p $WORK/b960/
2025-08-20T21:20:52.3618714Z [00:03:45.701]➜  cat >/tmp/go-build3619502580/b960/importcfg << 'EOF' # internal
2025-08-20T21:20:52.3619372Z [00:03:45.701]➜  # import config
2025-08-20T21:20:52.3620018Z [00:03:45.701]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:52.3620807Z [00:03:45.701]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:52.3621969Z [00:03:45.701]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:52.3622813Z [00:03:45.701]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:52.3623587Z [00:03:45.701]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:52.3624821Z [00:03:45.701]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:52.3626423Z [00:03:45.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:52.3627482Z [00:03:45.701]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:52.3628246Z [00:03:45.701]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:52.3629168Z [00:03:45.701]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:52.3629961Z [00:03:45.701]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:52.3630746Z [00:03:45.701]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:52.3631473Z [00:03:45.701]➜  EOF
2025-08-20T21:20:52.3637197Z [00:03:45.701]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b960/_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/b960=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/flushjob -lang=go1.21 -complete -installsuffix shared -buildid NlOJtvrqeeCNZw0_h0E_/NlOJtvrqeeCNZw0_h0E_ -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/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:20:52.4046654Z [00:03:45.744]➜  go tool buildid -w $WORK/b957/_pkg_.a # internal
2025-08-20T21:20:52.4067056Z [00:03:45.746]➜  cp $WORK/b957/_pkg_.a /root/.cache/go-build/65/6541c57fcfc60556b9c3d62ab9920d6c330b594a95676fd1575375b055e7d577-d # internal
2025-08-20T21:20:52.4073532Z [00:03:45.746]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/forecast
2025-08-20T21:20:52.4074287Z [00:03:45.746]➜  mkdir -p $WORK/b961/
2025-08-20T21:20:52.4099479Z [00:03:45.749]➜  cat >/tmp/go-build3619502580/b961/importcfg << 'EOF' # internal
2025-08-20T21:20:52.4100192Z [00:03:45.749]➜  # import config
2025-08-20T21:20:52.4100841Z [00:03:45.749]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:52.4101819Z [00:03:45.749]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:52.4102696Z [00:03:45.749]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:52.4103539Z [00:03:45.749]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:52.4104316Z [00:03:45.749]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:52.4105498Z [00:03:45.749]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:52.4107231Z [00:03:45.749]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:52.4108343Z [00:03:45.749]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:52.4109194Z [00:03:45.749]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:52.4110008Z [00:03:45.749]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:52.4110820Z [00:03:45.749]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:52.4111848Z [00:03:45.749]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:52.4112477Z [00:03:45.749]➜  EOF
2025-08-20T21:20:52.4118460Z [00:03:45.749]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b961/_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/b961=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/forecast -lang=go1.21 -complete -installsuffix shared -buildid q6aGjYmJyx_V81EvW_dn/q6aGjYmJyx_V81EvW_dn -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/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:20:52.4286504Z [00:03:45.768]➜  go tool buildid -w $WORK/b958/_pkg_.a # internal
2025-08-20T21:20:52.4306774Z [00:03:45.770]➜  cp $WORK/b958/_pkg_.a /root/.cache/go-build/80/80e842a993cfa816d9d5cf828fd0968c348bb4ebdc35a8e2ac5f2f3b4e51ab78-d # internal
2025-08-20T21:20:52.4311836Z [00:03:45.770]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getbuckets
2025-08-20T21:20:52.4315390Z [00:03:45.771]➜  mkdir -p $WORK/b962/
2025-08-20T21:20:52.4318478Z [00:03:45.771]➜  cat >/tmp/go-build3619502580/b962/importcfg << 'EOF' # internal
2025-08-20T21:20:52.4320616Z [00:03:45.771]➜  # import config
2025-08-20T21:20:52.4332881Z [00:03:45.772]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:52.4335828Z [00:03:45.772]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:52.4338481Z [00:03:45.772]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:52.4342979Z [00:03:45.772]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:52.4343823Z [00:03:45.772]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:52.4345038Z [00:03:45.772]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:52.4346593Z [00:03:45.772]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:52.4347683Z [00:03:45.772]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:52.4348497Z [00:03:45.772]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:52.4349482Z [00:03:45.772]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:52.4350294Z [00:03:45.772]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:52.4351100Z [00:03:45.772]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:52.4351935Z [00:03:45.772]➜  EOF
2025-08-20T21:20:52.4358007Z [00:03:45.772]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b962/_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/b962=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getbuckets -lang=go1.21 -complete -installsuffix shared -buildid ZNG8G5EmhCEOJuGSdP-Z/ZNG8G5EmhCEOJuGSdP-Z -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/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:20:52.4854229Z [00:03:45.824]➜  go tool buildid -w $WORK/b960/_pkg_.a # internal
2025-08-20T21:20:52.4878070Z [00:03:45.827]➜  cp $WORK/b960/_pkg_.a /root/.cache/go-build/83/833929dac9ff5ac7ea2a2c7016779916d0aca8e80c9e701c4db2cfe7233e7007-d # internal
2025-08-20T21:20:52.4882951Z [00:03:45.827]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendarevents
2025-08-20T21:20:52.4883794Z [00:03:45.827]➜  mkdir -p $WORK/b963/
2025-08-20T21:20:52.4888679Z [00:03:45.828]➜  cat >/tmp/go-build3619502580/b963/importcfg << 'EOF' # internal
2025-08-20T21:20:52.4902334Z [00:03:45.828]➜  # import config
2025-08-20T21:20:52.4903074Z [00:03:45.828]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:52.4903955Z [00:03:45.828]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:52.4904818Z [00:03:45.828]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:52.4905606Z [00:03:45.828]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:52.4906805Z [00:03:45.828]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:52.4908331Z [00:03:45.828]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:52.4909654Z [00:03:45.828]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:52.4910485Z [00:03:45.828]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:52.4912177Z [00:03:45.828]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:52.4913090Z [00:03:45.828]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:52.4913955Z [00:03:45.828]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:52.4925068Z [00:03:45.828]➜  EOF
2025-08-20T21:20:52.4930799Z [00:03:45.828]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b963/_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/b963=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendarevents -lang=go1.21 -complete -installsuffix shared -buildid fW_chVHA2DBvINEAJ5OI/fW_chVHA2DBvINEAJ5OI -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/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:20:52.4967182Z [00:03:45.836]➜  go tool buildid -w $WORK/b959/_pkg_.a # internal
2025-08-20T21:20:52.4988189Z [00:03:45.838]➜  cp $WORK/b959/_pkg_.a /root/.cache/go-build/c6/c61a769a648e3e21b4a0182caf66110d31a57bc3dc399f3acc5068f614dad6d5-d # internal
2025-08-20T21:20:52.4995422Z [00:03:45.838]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendars
2025-08-20T21:20:52.4996214Z [00:03:45.838]➜  mkdir -p $WORK/b964/
2025-08-20T21:20:52.4996963Z [00:03:45.838]➜  cat >/tmp/go-build3619502580/b964/importcfg << 'EOF' # internal
2025-08-20T21:20:52.4997691Z [00:03:45.839]➜  # import config
2025-08-20T21:20:52.4998367Z [00:03:45.839]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:52.4999233Z [00:03:45.839]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:52.5000160Z [00:03:45.839]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:52.5001114Z [00:03:45.839]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:52.5002164Z [00:03:45.839]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:52.5003719Z [00:03:45.839]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:52.5005367Z [00:03:45.839]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:52.5006555Z [00:03:45.839]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:52.5007372Z [00:03:45.839]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:52.5008249Z [00:03:45.839]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:52.5009175Z [00:03:45.839]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:52.5010059Z [00:03:45.839]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:52.5010884Z [00:03:45.839]➜  EOF
2025-08-20T21:20:52.5018689Z [00:03:45.839]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b964/_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/b964=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendars -lang=go1.21 -complete -installsuffix shared -buildid rOKRPr1MRwnCdotDHrJK/rOKRPr1MRwnCdotDHrJK -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/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:20:52.5366448Z [00:03:45.876]➜  go tool buildid -w $WORK/b961/_pkg_.a # internal
2025-08-20T21:20:52.5388493Z [00:03:45.878]➜  cp $WORK/b961/_pkg_.a /root/.cache/go-build/a9/a941ff39fd62e7019d2d8fe82f4e11aa4c70fa308598834639c9c5ec974a6e65-d # internal
2025-08-20T21:20:52.5394521Z [00:03:45.879]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcategories
2025-08-20T21:20:52.5397802Z [00:03:45.879]➜  mkdir -p $WORK/b965/
2025-08-20T21:20:52.5406153Z [00:03:45.880]➜  cat >/tmp/go-build3619502580/b965/importcfg << 'EOF' # internal
2025-08-20T21:20:52.5409067Z [00:03:45.880]➜  # import config
2025-08-20T21:20:52.5412263Z [00:03:45.880]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:52.5413134Z [00:03:45.880]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:52.5414151Z [00:03:45.880]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:52.5415212Z [00:03:45.880]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:52.5418088Z [00:03:45.880]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:52.5419317Z [00:03:45.880]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:52.5420816Z [00:03:45.880]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:52.5422280Z [00:03:45.880]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:52.5423142Z [00:03:45.880]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:52.5424032Z [00:03:45.880]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:52.5424960Z [00:03:45.880]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:52.5425844Z [00:03:45.880]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:52.5426497Z [00:03:45.880]➜  EOF
2025-08-20T21:20:52.5435179Z [00:03:45.880]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b965/_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/b965=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcategories -lang=go1.21 -complete -installsuffix shared -buildid qAaTwPDIhdwtlPVi11yZ/qAaTwPDIhdwtlPVi11yZ -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/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:20:52.5705208Z [00:03:45.907]➜  go tool buildid -w $WORK/b962/_pkg_.a # internal
2025-08-20T21:20:52.5720691Z [00:03:45.910]➜  cp $WORK/b962/_pkg_.a /root/.cache/go-build/26/264d4065e047da85d38e44ee1ab8c310cc88c7a612bd64d98e6dbf3d3dd8b9ca-d # internal
2025-08-20T21:20:52.5722307Z [00:03:45.910]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeeds
2025-08-20T21:20:52.5723275Z [00:03:45.910]➜  mkdir -p $WORK/b966/
2025-08-20T21:20:52.5724061Z [00:03:45.910]➜  cat >/tmp/go-build3619502580/b966/importcfg << 'EOF' # internal
2025-08-20T21:20:52.5724862Z [00:03:45.910]➜  # import config
2025-08-20T21:20:52.5725585Z [00:03:45.910]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:52.5726523Z [00:03:45.910]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:52.5727428Z [00:03:45.910]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:52.5728260Z [00:03:45.910]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:52.5729502Z [00:03:45.910]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:52.5732297Z [00:03:45.910]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:52.5733428Z [00:03:45.910]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:52.5734192Z [00:03:45.910]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:52.5735031Z [00:03:45.910]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:52.5735894Z [00:03:45.910]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:52.5736723Z [00:03:45.910]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:52.5737344Z [00:03:45.910]➜  EOF
2025-08-20T21:20:52.5742981Z [00:03:45.910]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b966/_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/b966=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeeds -lang=go1.21 -complete -installsuffix shared -buildid _ogg3vwp7sbNIP1Pb3wr/_ogg3vwp7sbNIP1Pb3wr -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/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:20:52.6296952Z [00:03:45.969]➜  go tool buildid -w $WORK/b964/_pkg_.a # internal
2025-08-20T21:20:52.6301925Z [00:03:45.969]➜  go tool buildid -w $WORK/b963/_pkg_.a # internal
2025-08-20T21:20:52.6319280Z [00:03:45.971]➜  cp $WORK/b963/_pkg_.a /root/.cache/go-build/98/98eb7fb0c076ebef4afdd25ae626109d76da1f8c9f073cddfe49bbbe2865dc59-d # internal
2025-08-20T21:20:52.6323711Z [00:03:45.972]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeedstats
2025-08-20T21:20:52.6328333Z [00:03:45.972]➜  mkdir -p $WORK/b967/
2025-08-20T21:20:52.6331046Z [00:03:45.972]➜  cat >/tmp/go-build3619502580/b967/importcfg << 'EOF' # internal
2025-08-20T21:20:52.6338369Z [00:03:45.972]➜  # import config
2025-08-20T21:20:52.6339124Z [00:03:45.972]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:52.6340069Z [00:03:45.972]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:52.6340983Z [00:03:45.972]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:52.6345028Z [00:03:45.972]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:52.6346260Z [00:03:45.972]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:52.6347797Z [00:03:45.972]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:52.6348924Z [00:03:45.972]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:52.6349787Z [00:03:45.972]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:52.6350654Z [00:03:45.972]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:52.6351945Z [00:03:45.972]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:52.6354253Z [00:03:45.972]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:52.6355061Z [00:03:45.972]➜  EOF
2025-08-20T21:20:52.6361424Z [00:03:45.972]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b967/_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/b967=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeedstats -lang=go1.21 -complete -installsuffix shared -buildid 0dFUXYqOka2FBYpvE1bo/0dFUXYqOka2FBYpvE1bo -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/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:20:52.6367180Z [00:03:45.972]➜  cp $WORK/b964/_pkg_.a /root/.cache/go-build/1d/1de429d8fd6cdfbe23d125317cde530828a11ac895fa838f1ebdf101431e2efa-d # internal
2025-08-20T21:20:52.6368901Z [00:03:45.973]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalytics
2025-08-20T21:20:52.6369721Z [00:03:45.973]➜  mkdir -p $WORK/b968/
2025-08-20T21:20:52.6370446Z [00:03:45.973]➜  cat >/tmp/go-build3619502580/b968/importcfg << 'EOF' # internal
2025-08-20T21:20:52.6371120Z [00:03:45.973]➜  # import config
2025-08-20T21:20:52.6371960Z [00:03:45.973]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:52.6372842Z [00:03:45.973]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:52.6374209Z [00:03:45.973]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:52.6375598Z [00:03:45.973]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:52.6377278Z [00:03:45.973]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:52.6379270Z [00:03:45.973]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:52.6380705Z [00:03:45.973]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:52.6382382Z [00:03:45.973]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:52.6383389Z [00:03:45.973]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:52.6384236Z [00:03:45.973]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:52.6385080Z [00:03:45.973]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:52.6385706Z [00:03:45.973]➜  EOF
2025-08-20T21:20:52.6391881Z [00:03:45.975]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b968/_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/b968=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalytics -lang=go1.21 -complete -installsuffix shared -buildid 0jpj0TPUAfSXWPnw5kZJ/0jpj0TPUAfSXWPnw5kZJ -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/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:20:52.6807378Z [00:03:46.020]➜  go tool buildid -w $WORK/b966/_pkg_.a # internal
2025-08-20T21:20:52.6826715Z [00:03:46.022]➜  cp $WORK/b966/_pkg_.a /root/.cache/go-build/5c/5cdd6d0246b1f82c0b6c6e7ea269605e86c5b9b5651ba1e676ef185213687d80-d # internal
2025-08-20T21:20:52.6830456Z [00:03:46.022]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalyticsstats
2025-08-20T21:20:52.6831423Z [00:03:46.022]➜  mkdir -p $WORK/b969/
2025-08-20T21:20:52.6841168Z [00:03:46.023]➜  cat >/tmp/go-build3619502580/b969/importcfg << 'EOF' # internal
2025-08-20T21:20:52.6842008Z [00:03:46.023]➜  # import config
2025-08-20T21:20:52.6842641Z [00:03:46.023]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:52.6843498Z [00:03:46.023]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:52.6844329Z [00:03:46.023]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:52.6845080Z [00:03:46.023]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:52.6846244Z [00:03:46.023]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:52.6847714Z [00:03:46.023]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:52.6848882Z [00:03:46.023]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:52.6849653Z [00:03:46.023]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:52.6850450Z [00:03:46.023]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:52.6855962Z [00:03:46.023]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:52.6856860Z [00:03:46.023]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:52.6857460Z [00:03:46.023]➜  EOF
2025-08-20T21:20:52.6863697Z [00:03:46.023]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b969/_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/b969=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalyticsstats -lang=go1.21 -complete -installsuffix shared -buildid GnTZoffFaofQMJhYOUeU/GnTZoffFaofQMJhYOUeU -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/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:20:52.6957177Z [00:03:46.035]➜  go tool buildid -w $WORK/b965/_pkg_.a # internal
2025-08-20T21:20:52.6974692Z [00:03:46.037]➜  cp $WORK/b965/_pkg_.a /root/.cache/go-build/c1/c12bf80119bc857d9577905d330d61ae5f853eb03d55c61c6d03f9dfa2ecf7ba-d # internal
2025-08-20T21:20:52.6978177Z [00:03:46.037]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getfilters
2025-08-20T21:20:52.6981638Z [00:03:46.037]➜  mkdir -p $WORK/b970/
2025-08-20T21:20:52.6984207Z [00:03:46.037]➜  cat >/tmp/go-build3619502580/b970/importcfg << 'EOF' # internal
2025-08-20T21:20:52.6984929Z [00:03:46.037]➜  # import config
2025-08-20T21:20:52.6985626Z [00:03:46.037]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:52.6986518Z [00:03:46.037]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:52.6987403Z [00:03:46.037]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:52.6988215Z [00:03:46.037]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:52.6989466Z [00:03:46.037]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:52.6991035Z [00:03:46.037]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:52.6992351Z [00:03:46.037]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:52.6993173Z [00:03:46.037]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:52.6994019Z [00:03:46.037]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:52.6994855Z [00:03:46.037]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:52.6995681Z [00:03:46.037]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:52.6996295Z [00:03:46.037]➜  EOF
2025-08-20T21:20:52.7001912Z [00:03:46.038]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b970/_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/b970=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getfilters -lang=go1.21 -complete -installsuffix shared -buildid 6DRNVp8ZnSKL2FLah5tT/6DRNVp8ZnSKL2FLah5tT -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/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:20:52.7543272Z [00:03:46.093]➜  go tool buildid -w $WORK/b967/_pkg_.a # internal
2025-08-20T21:20:52.7555409Z [00:03:46.095]➜  cp $WORK/b967/_pkg_.a /root/.cache/go-build/e5/e5733e6a69824fef3372dc98ba670d4a01b88475cc71ced99733814f0089322d-d # internal
2025-08-20T21:20:52.7565897Z [00:03:46.096]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getinfluencers
2025-08-20T21:20:52.7567886Z [00:03:46.096]➜  mkdir -p $WORK/b971/
2025-08-20T21:20:52.7568608Z [00:03:46.096]➜  cat >/tmp/go-build3619502580/b971/importcfg << 'EOF' # internal
2025-08-20T21:20:52.7569248Z [00:03:46.096]➜  # import config
2025-08-20T21:20:52.7569892Z [00:03:46.096]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:52.7570728Z [00:03:46.096]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:52.7571777Z [00:03:46.096]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:52.7572642Z [00:03:46.096]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:52.7573443Z [00:03:46.096]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:52.7574695Z [00:03:46.096]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:52.7576228Z [00:03:46.096]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:52.7577330Z [00:03:46.096]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:52.7578483Z [00:03:46.096]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:52.7579299Z [00:03:46.096]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:52.7580106Z [00:03:46.096]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:52.7580887Z [00:03:46.096]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:52.7581659Z [00:03:46.096]➜  EOF
2025-08-20T21:20:52.7587817Z [00:03:46.096]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b971/_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/b971=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getinfluencers -lang=go1.21 -complete -installsuffix shared -buildid OGCDyzxA3W84LsUg4ZNj/OGCDyzxA3W84LsUg4ZNj -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/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:20:52.7673985Z [00:03:46.107]➜  go tool buildid -w $WORK/b968/_pkg_.a # internal
2025-08-20T21:20:52.7706527Z [00:03:46.110]➜  cp $WORK/b968/_pkg_.a /root/.cache/go-build/1f/1f6997d88d0ea8f5e075387182a0a642e17d97e1934336ea139eb8e8bc8fc834-d # internal
2025-08-20T21:20:52.7709007Z [00:03:46.110]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobs
2025-08-20T21:20:52.7709702Z [00:03:46.110]➜  mkdir -p $WORK/b972/
2025-08-20T21:20:52.7710571Z [00:03:46.110]➜  cat >/tmp/go-build3619502580/b972/importcfg << 'EOF' # internal
2025-08-20T21:20:52.7711727Z [00:03:46.110]➜  # import config
2025-08-20T21:20:52.7712461Z [00:03:46.110]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:52.7713414Z [00:03:46.110]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:52.7714335Z [00:03:46.110]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:52.7715171Z [00:03:46.110]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:52.7716415Z [00:03:46.110]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:52.7718159Z [00:03:46.110]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:52.7719340Z [00:03:46.110]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:52.7720196Z [00:03:46.110]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:52.7721054Z [00:03:46.110]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:52.7722105Z [00:03:46.110]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:52.7722983Z [00:03:46.110]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:52.7723600Z [00:03:46.110]➜  EOF
2025-08-20T21:20:52.7728692Z [00:03:46.110]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b972/_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/b972=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobs -lang=go1.21 -complete -installsuffix shared -buildid LHiQifdFiJZPiXtF3w_R/LHiQifdFiJZPiXtF3w_R -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/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:20:52.7936960Z [00:03:46.133]➜  go tool buildid -w $WORK/b969/_pkg_.a # internal
2025-08-20T21:20:52.7954377Z [00:03:46.135]➜  cp $WORK/b969/_pkg_.a /root/.cache/go-build/e8/e82bcdaaa96ab72fc9507e1aa6fc22ea4747e5b869b3275e2779fa731b77a9e7-d # internal
2025-08-20T21:20:52.7975696Z [00:03:46.137]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobstats
2025-08-20T21:20:52.7976842Z [00:03:46.137]➜  mkdir -p $WORK/b973/
2025-08-20T21:20:52.7996043Z [00:03:46.137]➜  cat >/tmp/go-build3619502580/b973/importcfg << 'EOF' # internal
2025-08-20T21:20:52.7996907Z [00:03:46.138]➜  # import config
2025-08-20T21:20:52.7997607Z [00:03:46.138]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:52.7998530Z [00:03:46.138]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:52.7999375Z [00:03:46.138]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:52.8000235Z [00:03:46.138]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:52.8001811Z [00:03:46.138]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:52.8003487Z [00:03:46.138]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:52.8004667Z [00:03:46.138]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:52.8005545Z [00:03:46.138]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:52.8006417Z [00:03:46.138]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:52.8007305Z [00:03:46.138]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:52.8008212Z [00:03:46.138]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:52.8008874Z [00:03:46.138]➜  EOF
2025-08-20T21:20:52.8023660Z [00:03:46.141]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b973/_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/b973=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobstats -lang=go1.21 -complete -installsuffix shared -buildid qwks2HMcwxX7Mcmbj1LO/qwks2HMcwxX7Mcmbj1LO -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/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:20:52.8184958Z [00:03:46.158]➜  go tool buildid -w $WORK/b970/_pkg_.a # internal
2025-08-20T21:20:52.8200040Z [00:03:46.159]➜  cp $WORK/b970/_pkg_.a /root/.cache/go-build/40/406131f5afc0c937f583a9c9421e8ffcde434047ac65c83932b214e31ed700aa-d # internal
2025-08-20T21:20:52.8205116Z [00:03:46.160]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmemorystats
2025-08-20T21:20:52.8206241Z [00:03:46.160]➜  mkdir -p $WORK/b974/
2025-08-20T21:20:52.8217118Z [00:03:46.161]➜  cat >/tmp/go-build3619502580/b974/importcfg << 'EOF' # internal
2025-08-20T21:20:52.8218172Z [00:03:46.161]➜  # import config
2025-08-20T21:20:52.8219364Z [00:03:46.161]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:52.8220505Z [00:03:46.161]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:52.8221577Z [00:03:46.161]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:52.8224195Z [00:03:46.161]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:52.8225541Z [00:03:46.161]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:52.8227052Z [00:03:46.161]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:52.8228128Z [00:03:46.161]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:52.8228842Z [00:03:46.161]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:52.8229779Z [00:03:46.161]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:52.8230606Z [00:03:46.161]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:52.8231548Z [00:03:46.161]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:52.8232154Z [00:03:46.161]➜  EOF
2025-08-20T21:20:52.8237626Z [00:03:46.162]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b974/_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/b974=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmemorystats -lang=go1.21 -complete -installsuffix shared -buildid -mygOtF0oBB1s-CY30RU/-mygOtF0oBB1s-CY30RU -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/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:20:52.8833260Z [00:03:46.222]➜  go tool buildid -w $WORK/b971/_pkg_.a # internal
2025-08-20T21:20:52.8841559Z [00:03:46.223]➜  cp $WORK/b971/_pkg_.a /root/.cache/go-build/c0/c0f0009ecf0a7f62d89fe09a6b4fe43b3fb149ec995f5efb5ebdb52d7cb5ea61-d # internal
2025-08-20T21:20:52.8846429Z [00:03:46.224]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshots
2025-08-20T21:20:52.8847273Z [00:03:46.224]➜  mkdir -p $WORK/b975/
2025-08-20T21:20:52.8853009Z [00:03:46.224]➜  cat >/tmp/go-build3619502580/b975/importcfg << 'EOF' # internal
2025-08-20T21:20:52.8853770Z [00:03:46.225]➜  # import config
2025-08-20T21:20:52.8854434Z [00:03:46.225]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:52.8855304Z [00:03:46.225]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:52.8856468Z [00:03:46.225]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:52.8857550Z [00:03:46.225]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:52.8858515Z [00:03:46.225]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:52.8859859Z [00:03:46.225]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:52.8861652Z [00:03:46.225]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:52.8862932Z [00:03:46.225]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:52.8864077Z [00:03:46.225]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:52.8865096Z [00:03:46.225]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:52.8866040Z [00:03:46.225]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:52.8866890Z [00:03:46.225]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:52.8867503Z [00:03:46.225]➜  EOF
2025-08-20T21:20:52.8874093Z [00:03:46.225]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b975/_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/b975=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshots -lang=go1.21 -complete -installsuffix shared -buildid tJ2ESiN1o_1G67oMbA4Q/tJ2ESiN1o_1G67oMbA4Q -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/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:20:52.9036441Z [00:03:46.243]➜  go tool buildid -w $WORK/b972/_pkg_.a # internal
2025-08-20T21:20:52.9064407Z [00:03:46.245]➜  cp $WORK/b972/_pkg_.a /root/.cache/go-build/c2/c22df1299373f11fd3032a2710f33151113bf55cdc5b0fbb2d9802ac303d41c5-d # internal
2025-08-20T21:20:52.9065945Z [00:03:46.246]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshotupgradestats
2025-08-20T21:20:52.9078030Z [00:03:46.247]➜  mkdir -p $WORK/b976/
2025-08-20T21:20:52.9085504Z [00:03:46.247]➜  cat >/tmp/go-build3619502580/b976/importcfg << 'EOF' # internal
2025-08-20T21:20:52.9086194Z [00:03:46.247]➜  # import config
2025-08-20T21:20:52.9086865Z [00:03:46.247]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:52.9087760Z [00:03:46.247]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:52.9088604Z [00:03:46.247]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:52.9099115Z [00:03:46.247]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:52.9100350Z [00:03:46.247]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:52.9102041Z [00:03:46.247]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:52.9103127Z [00:03:46.247]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:52.9103904Z [00:03:46.247]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:52.9104699Z [00:03:46.247]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:52.9105502Z [00:03:46.247]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:52.9106320Z [00:03:46.247]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:52.9106906Z [00:03:46.247]➜  EOF
2025-08-20T21:20:52.9113595Z [00:03:46.247]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b976/_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/b976=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshotupgradestats -lang=go1.21 -complete -installsuffix shared -buildid NViAlGQ2Hss4CRrRcQkS/NViAlGQ2Hss4CRrRcQkS -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/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:20:52.9168116Z [00:03:46.254]➜  go tool buildid -w $WORK/b973/_pkg_.a # internal
2025-08-20T21:20:52.9170237Z [00:03:46.256]➜  cp $WORK/b973/_pkg_.a /root/.cache/go-build/c2/c2fccf0e52acc6ea01fc4ddac6b6bf5f961a3836e280245ea0b46262c8892169-d # internal
2025-08-20T21:20:52.9173378Z [00:03:46.256]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getoverallbuckets
2025-08-20T21:20:52.9176834Z [00:03:46.257]➜  mkdir -p $WORK/b977/
2025-08-20T21:20:52.9179510Z [00:03:46.257]➜  cat >/tmp/go-build3619502580/b977/importcfg << 'EOF' # internal
2025-08-20T21:20:52.9180911Z [00:03:46.257]➜  # import config
2025-08-20T21:20:52.9181943Z [00:03:46.257]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:52.9183162Z [00:03:46.257]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:52.9184592Z [00:03:46.257]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:52.9186104Z [00:03:46.257]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:52.9187233Z [00:03:46.257]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:52.9188694Z [00:03:46.257]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:52.9190774Z [00:03:46.257]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:52.9192839Z [00:03:46.257]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:52.9194025Z [00:03:46.257]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:52.9195509Z [00:03:46.257]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:52.9196985Z [00:03:46.257]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:52.9199178Z [00:03:46.257]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:52.9199838Z [00:03:46.257]➜  EOF
2025-08-20T21:20:52.9206627Z [00:03:46.257]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b977/_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/b977=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getoverallbuckets -lang=go1.21 -complete -installsuffix shared -buildid vczQ1ySFpVRJsB2v0CKh/vczQ1ySFpVRJsB2v0CKh -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/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:20:52.9490057Z [00:03:46.288]➜  go tool buildid -w $WORK/b974/_pkg_.a # internal
2025-08-20T21:20:52.9512561Z [00:03:46.290]➜  cp $WORK/b974/_pkg_.a /root/.cache/go-build/31/3139dfdcc1a93cd48fcc92962324bd12cbfbbc8cbdde57aa916fabeaabdf9952-d # internal
2025-08-20T21:20:52.9519531Z [00:03:46.291]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getrecords
2025-08-20T21:20:52.9522754Z [00:03:46.291]➜  mkdir -p $WORK/b978/
2025-08-20T21:20:52.9532899Z [00:03:46.292]➜  cat >/tmp/go-build3619502580/b978/importcfg << 'EOF' # internal
2025-08-20T21:20:52.9539714Z [00:03:46.292]➜  # import config
2025-08-20T21:20:52.9540377Z [00:03:46.292]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:52.9541407Z [00:03:46.292]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:52.9542300Z [00:03:46.292]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:52.9543202Z [00:03:46.292]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:52.9544014Z [00:03:46.292]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:52.9545410Z [00:03:46.292]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:52.9546948Z [00:03:46.292]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:52.9548049Z [00:03:46.292]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:52.9548857Z [00:03:46.292]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:52.9549693Z [00:03:46.292]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:52.9550649Z [00:03:46.292]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:52.9554778Z [00:03:46.292]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:52.9555441Z [00:03:46.292]➜  EOF
2025-08-20T21:20:52.9563681Z [00:03:46.293]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b978/_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/b978=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getrecords -lang=go1.21 -complete -installsuffix shared -buildid dGrGMzCgHhHorDxfE6sC/dGrGMzCgHhHorDxfE6sC -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/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:20:53.0313127Z [00:03:46.370]➜  go tool buildid -w $WORK/b976/_pkg_.a # internal
2025-08-20T21:20:53.0328964Z [00:03:46.372]➜  cp $WORK/b976/_pkg_.a /root/.cache/go-build/d5/d5b66c4bb64783644e5f352757b1785d135265d652928a9ead3dded78f054acc-d # internal
2025-08-20T21:20:53.0337968Z [00:03:46.372]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodels
2025-08-20T21:20:53.0338752Z [00:03:46.372]➜  mkdir -p $WORK/b979/
2025-08-20T21:20:53.0339500Z [00:03:46.373]➜  cat >/tmp/go-build3619502580/b979/importcfg << 'EOF' # internal
2025-08-20T21:20:53.0340186Z [00:03:46.373]➜  # import config
2025-08-20T21:20:53.0341035Z [00:03:46.373]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:53.0342151Z [00:03:46.373]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:53.0343020Z [00:03:46.373]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:53.0343832Z [00:03:46.373]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:53.0345048Z [00:03:46.373]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:53.0346476Z [00:03:46.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:53.0348032Z [00:03:46.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/include=/tmp/go-build3619502580/b980/_pkg_.a
2025-08-20T21:20:53.0349406Z [00:03:46.373]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:53.0350212Z [00:03:46.373]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:53.0351018Z [00:03:46.373]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:53.0352043Z [00:03:46.373]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:53.0352880Z [00:03:46.373]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:53.0353482Z [00:03:46.373]➜  EOF
2025-08-20T21:20:53.0359099Z [00:03:46.373]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b979/_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/b979=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodels -lang=go1.21 -complete -installsuffix shared -buildid Md3ef5qXRu8L0anQL8PL/Md3ef5qXRu8L0anQL8PL -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/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:20:53.0406381Z [00:03:46.380]➜  go tool buildid -w $WORK/b975/_pkg_.a # internal
2025-08-20T21:20:53.0426416Z [00:03:46.382]➜  cp $WORK/b975/_pkg_.a /root/.cache/go-build/14/142d4f826ab979624a920a52bc8f2492e9778209e49b3be45a87fb4c67edf55d-d # internal
2025-08-20T21:20:53.0428719Z [00:03:46.382]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodelsstats
2025-08-20T21:20:53.0431147Z [00:03:46.382]➜  mkdir -p $WORK/b981/
2025-08-20T21:20:53.0433075Z [00:03:46.383]➜  cat >/tmp/go-build3619502580/b981/importcfg << 'EOF' # internal
2025-08-20T21:20:53.0436897Z [00:03:46.383]➜  # import config
2025-08-20T21:20:53.0438061Z [00:03:46.383]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:53.0440757Z [00:03:46.383]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:53.0441894Z [00:03:46.383]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:53.0442700Z [00:03:46.383]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:53.0443872Z [00:03:46.383]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:53.0445559Z [00:03:46.383]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:53.0446607Z [00:03:46.383]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:53.0447381Z [00:03:46.383]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:53.0448183Z [00:03:46.383]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:53.0448951Z [00:03:46.383]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:53.0449750Z [00:03:46.383]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:53.0450344Z [00:03:46.383]➜  EOF
2025-08-20T21:20:53.0461463Z [00:03:46.383]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b981/_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/b981=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodelsstats -lang=go1.21 -complete -installsuffix shared -buildid UToLZj-g8xfmP7tEuKVR/UToLZj-g8xfmP7tEuKVR -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/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:20:53.0506176Z [00:03:46.390]➜  go tool buildid -w $WORK/b977/_pkg_.a # internal
2025-08-20T21:20:53.0527201Z [00:03:46.392]➜  cp $WORK/b977/_pkg_.a /root/.cache/go-build/d8/d819124db3c0da29b3247c157eae89a74ae6d7f72b702d683cee040da6a7220b-d # internal
2025-08-20T21:20:53.0530255Z [00:03:46.392]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/infertrainedmodel
2025-08-20T21:20:53.0535109Z [00:03:46.392]➜  mkdir -p $WORK/b982/
2025-08-20T21:20:53.0535911Z [00:03:46.392]➜  cat >/tmp/go-build3619502580/b982/importcfg << 'EOF' # internal
2025-08-20T21:20:53.0536611Z [00:03:46.392]➜  # import config
2025-08-20T21:20:53.0537298Z [00:03:46.392]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:53.0538193Z [00:03:46.392]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:53.0539084Z [00:03:46.392]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:53.0540004Z [00:03:46.393]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:53.0540862Z [00:03:46.393]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:53.0542367Z [00:03:46.393]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:53.0544004Z [00:03:46.393]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:53.0545186Z [00:03:46.393]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:53.0546254Z [00:03:46.393]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:53.0547139Z [00:03:46.393]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:53.0548011Z [00:03:46.393]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:53.0548876Z [00:03:46.393]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:53.0549495Z [00:03:46.393]➜  EOF
2025-08-20T21:20:53.0559540Z [00:03:46.393]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b982/_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/b982=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/infertrainedmodel -lang=go1.21 -complete -installsuffix shared -buildid zNVt_SjGMq2qJHhbl4v5/zNVt_SjGMq2qJHhbl4v5 -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/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:20:53.0935079Z [00:03:46.430]➜  go tool buildid -w $WORK/b978/_pkg_.a # internal
2025-08-20T21:20:53.0956470Z [00:03:46.433]➜  cp $WORK/b978/_pkg_.a /root/.cache/go-build/1f/1f50ed95bf30586beb9ba2b60e1db9d75b7f5755babcd0b9b674185e26bf3d81-d # internal
2025-08-20T21:20:53.0957804Z [00:03:46.433]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/info
2025-08-20T21:20:53.0958474Z [00:03:46.433]➜  mkdir -p $WORK/b983/
2025-08-20T21:20:53.0959390Z [00:03:46.433]➜  cat >/tmp/go-build3619502580/b983/importcfg << 'EOF' # internal
2025-08-20T21:20:53.0960087Z [00:03:46.433]➜  # import config
2025-08-20T21:20:53.0960814Z [00:03:46.433]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:53.0961890Z [00:03:46.433]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:53.0962752Z [00:03:46.433]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:53.0963536Z [00:03:46.433]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:53.0964756Z [00:03:46.433]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:53.0966351Z [00:03:46.433]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:53.0967435Z [00:03:46.433]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:53.0968238Z [00:03:46.433]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:53.0969047Z [00:03:46.434]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:53.0969856Z [00:03:46.434]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:53.0970651Z [00:03:46.434]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:53.0971355Z [00:03:46.434]➜  EOF
2025-08-20T21:20:53.0976228Z [00:03:46.434]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b983/_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/b983=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/info -lang=go1.21 -complete -installsuffix shared -buildid En13FlZLfAQ5sMGaZQ2n/En13FlZLfAQ5sMGaZQ2n -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/info/info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/info/response.go
2025-08-20T21:20:53.1437012Z [00:03:46.483]➜  go tool buildid -w $WORK/b979/_pkg_.a # internal
2025-08-20T21:20:53.1467091Z [00:03:46.486]➜  cp $WORK/b979/_pkg_.a /root/.cache/go-build/d8/d86ea493cd810282031407e0b63be0ddf19f97e3241b64acd237eea431a4a651-d # internal
2025-08-20T21:20:53.1509652Z [00:03:46.490]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/openjob
2025-08-20T21:20:53.1535128Z [00:03:46.493]➜  mkdir -p $WORK/b984/
2025-08-20T21:20:53.1538590Z [00:03:46.493]➜  cat >/tmp/go-build3619502580/b984/importcfg << 'EOF' # internal
2025-08-20T21:20:53.1541735Z [00:03:46.493]➜  # import config
2025-08-20T21:20:53.1544577Z [00:03:46.493]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:53.1545482Z [00:03:46.493]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:53.1546384Z [00:03:46.493]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:53.1547287Z [00:03:46.493]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:53.1548134Z [00:03:46.493]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:53.1549544Z [00:03:46.493]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:53.1551119Z [00:03:46.493]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:53.1552507Z [00:03:46.493]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:53.1553363Z [00:03:46.493]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:53.1554240Z [00:03:46.493]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:53.1555116Z [00:03:46.493]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:53.1555983Z [00:03:46.493]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:53.1556774Z [00:03:46.493]➜  EOF
2025-08-20T21:20:53.1564746Z [00:03:46.493]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b984/_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/b984=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/openjob -lang=go1.21 -complete -installsuffix shared -buildid s5_DtTlqMx28uYCtvUq-/s5_DtTlqMx28uYCtvUq- -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/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:20:53.1686820Z [00:03:46.506]➜  go tool buildid -w $WORK/b982/_pkg_.a # internal
2025-08-20T21:20:53.1689615Z [00:03:46.508]➜  cp $WORK/b982/_pkg_.a /root/.cache/go-build/ad/ad9c491eeb4eeb032aa876ec072dffab40383602d3582bdb76686fbf59080fa4-d # internal
2025-08-20T21:20:53.1695598Z [00:03:46.509]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/postcalendarevents
2025-08-20T21:20:53.1699036Z [00:03:46.509]➜  mkdir -p $WORK/b985/
2025-08-20T21:20:53.1702290Z [00:03:46.509]➜  go tool buildid -w $WORK/b981/_pkg_.a # internal
2025-08-20T21:20:53.1711390Z [00:03:46.510]➜  cat >/tmp/go-build3619502580/b985/importcfg << 'EOF' # internal
2025-08-20T21:20:53.1712450Z [00:03:46.510]➜  # import config
2025-08-20T21:20:53.1714851Z [00:03:46.510]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:53.1715903Z [00:03:46.510]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:53.1718706Z [00:03:46.510]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:53.1719576Z [00:03:46.510]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:53.1720388Z [00:03:46.510]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:53.1721827Z [00:03:46.510]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:53.1723505Z [00:03:46.510]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:53.1724900Z [00:03:46.510]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:53.1725751Z [00:03:46.510]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:53.1726700Z [00:03:46.510]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:53.1727596Z [00:03:46.510]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:53.1728493Z [00:03:46.510]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:53.1729132Z [00:03:46.510]➜  EOF
2025-08-20T21:20:53.1745470Z [00:03:46.510]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b985/_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/b985=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/postcalendarevents -lang=go1.21 -complete -installsuffix shared -buildid ykdEdNaGzwZWtSylFO03/ykdEdNaGzwZWtSylFO03 -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/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:20:53.1752233Z [00:03:46.513]➜  cp $WORK/b981/_pkg_.a /root/.cache/go-build/86/86f2f690a2fac6143836accc91a0ef5ae7f9a15675da8ffe5b5a397016462ed4-d # internal
2025-08-20T21:20:53.1753689Z [00:03:46.513]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/postdata
2025-08-20T21:20:53.1754422Z [00:03:46.513]➜  mkdir -p $WORK/b986/
2025-08-20T21:20:53.1755173Z [00:03:46.513]➜  cat >/tmp/go-build3619502580/b986/importcfg << 'EOF' # internal
2025-08-20T21:20:53.1755893Z [00:03:46.513]➜  # import config
2025-08-20T21:20:53.1758729Z [00:03:46.513]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:53.1759624Z [00:03:46.513]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:53.1760484Z [00:03:46.513]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:53.1761743Z [00:03:46.513]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:53.1762538Z [00:03:46.513]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:53.1763896Z [00:03:46.513]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:53.1765451Z [00:03:46.513]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:53.1766553Z [00:03:46.513]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:53.1767385Z [00:03:46.513]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:53.1768222Z [00:03:46.513]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:53.1769034Z [00:03:46.513]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:53.1769844Z [00:03:46.513]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:53.1770470Z [00:03:46.513]➜  EOF
2025-08-20T21:20:53.1777831Z [00:03:46.513]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b986/_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/b986=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/postdata -lang=go1.21 -complete -installsuffix shared -buildid PUM1Ml8QJ95RGbvJFAgI/PUM1Ml8QJ95RGbvJFAgI -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/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:20:53.2175728Z [00:03:46.557]➜  go tool buildid -w $WORK/b983/_pkg_.a # internal
2025-08-20T21:20:53.2209130Z [00:03:46.560]➜  cp $WORK/b983/_pkg_.a /root/.cache/go-build/fc/fce89655b5e21bcac1cf96dfcd6ae946f85483ff61b55ed74096653d3c98e3dc-d # internal
2025-08-20T21:20:53.2210830Z [00:03:46.560]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdatafeed
2025-08-20T21:20:53.2214012Z [00:03:46.560]➜  mkdir -p $WORK/b987/
2025-08-20T21:20:53.2215668Z [00:03:46.560]➜  cat >/tmp/go-build3619502580/b987/importcfg << 'EOF' # internal
2025-08-20T21:20:53.2216442Z [00:03:46.560]➜  # import config
2025-08-20T21:20:53.2217171Z [00:03:46.560]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:53.2218073Z [00:03:46.560]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:53.2219264Z [00:03:46.560]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:53.2220201Z [00:03:46.560]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:53.2221062Z [00:03:46.560]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:53.2222530Z [00:03:46.560]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:53.2224130Z [00:03:46.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:53.2225286Z [00:03:46.560]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:53.2226160Z [00:03:46.560]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:53.2227220Z [00:03:46.560]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:53.2228074Z [00:03:46.560]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:53.2228916Z [00:03:46.560]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:53.2229537Z [00:03:46.560]➜  EOF
2025-08-20T21:20:53.2236195Z [00:03:46.560]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b987/_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/b987=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdatafeed -lang=go1.21 -complete -installsuffix shared -buildid iHa7mXiupRk6oNvnV1Oc/iHa7mXiupRk6oNvnV1Oc -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/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:20:53.2531176Z [00:03:46.592]➜  go tool buildid -w $WORK/b984/_pkg_.a # internal
2025-08-20T21:20:53.2546915Z [00:03:46.594]➜  cp $WORK/b984/_pkg_.a /root/.cache/go-build/78/780861d16b05244fc524a6957a076aeff5552803d0c6a475a84eb5d535ccbd9f-d # internal
2025-08-20T21:20:53.2551473Z [00:03:46.594]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdataframeanalytics
2025-08-20T21:20:53.2552375Z [00:03:46.594]➜  mkdir -p $WORK/b988/
2025-08-20T21:20:53.2558834Z [00:03:46.595]➜  cat >/tmp/go-build3619502580/b988/importcfg << 'EOF' # internal
2025-08-20T21:20:53.2559757Z [00:03:46.595]➜  # import config
2025-08-20T21:20:53.2561530Z [00:03:46.595]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:53.2562361Z [00:03:46.595]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:53.2563200Z [00:03:46.595]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:53.2564025Z [00:03:46.595]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:53.2564989Z [00:03:46.595]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:53.2566153Z [00:03:46.595]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:53.2567612Z [00:03:46.595]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:53.2568658Z [00:03:46.595]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:53.2569428Z [00:03:46.595]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:53.2570219Z [00:03:46.595]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:53.2571003Z [00:03:46.595]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:53.2571934Z [00:03:46.595]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:53.2572507Z [00:03:46.595]➜  EOF
2025-08-20T21:20:53.2579630Z [00:03:46.595]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b988/_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/b988=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdataframeanalytics -lang=go1.21 -complete -installsuffix shared -buildid NzOYYnGrukdfo5QHEYxR/NzOYYnGrukdfo5QHEYxR -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/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:20:53.2764232Z [00:03:46.615]➜  go tool buildid -w $WORK/b985/_pkg_.a # internal
2025-08-20T21:20:53.2773082Z [00:03:46.616]➜  cp $WORK/b985/_pkg_.a /root/.cache/go-build/0d/0db36174550ead1a8e47a8953696b1f1ff401be0147dbf4a2790406c211268cf-d # internal
2025-08-20T21:20:53.2776308Z [00:03:46.617]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendar
2025-08-20T21:20:53.2777069Z [00:03:46.617]➜  mkdir -p $WORK/b989/
2025-08-20T21:20:53.2781059Z [00:03:46.617]➜  cat >/tmp/go-build3619502580/b989/importcfg << 'EOF' # internal
2025-08-20T21:20:53.2781904Z [00:03:46.617]➜  # import config
2025-08-20T21:20:53.2782553Z [00:03:46.617]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:53.2783544Z [00:03:46.617]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:53.2784466Z [00:03:46.617]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:53.2785367Z [00:03:46.617]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:53.2786192Z [00:03:46.617]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:53.2787457Z [00:03:46.617]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:53.2789021Z [00:03:46.617]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:53.2790125Z [00:03:46.617]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:53.2790964Z [00:03:46.617]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:53.2792000Z [00:03:46.617]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:53.2792824Z [00:03:46.617]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:53.2793607Z [00:03:46.617]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:53.2794187Z [00:03:46.617]➜  EOF
2025-08-20T21:20:53.2800182Z [00:03:46.617]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b989/_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/b989=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendar -lang=go1.21 -complete -installsuffix shared -buildid hQlYLmfJLeaF9yXhK4F6/hQlYLmfJLeaF9yXhK4F6 -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/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:20:53.3030948Z [00:03:46.642]➜  go tool buildid -w $WORK/b986/_pkg_.a # internal
2025-08-20T21:20:53.3058626Z [00:03:46.645]➜  cp $WORK/b986/_pkg_.a /root/.cache/go-build/a2/a253c23cd59c1e00c79a7407b0f1e7f7d1873150758306077f2fcce0c1141a5e-d # internal
2025-08-20T21:20:53.3066627Z [00:03:46.646]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendarjob
2025-08-20T21:20:53.3069632Z [00:03:46.646]➜  mkdir -p $WORK/b990/
2025-08-20T21:20:53.3081950Z [00:03:46.647]➜  cat >/tmp/go-build3619502580/b990/importcfg << 'EOF' # internal
2025-08-20T21:20:53.3082994Z [00:03:46.647]➜  # import config
2025-08-20T21:20:53.3083946Z [00:03:46.647]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:53.3085924Z [00:03:46.647]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:53.3088267Z [00:03:46.647]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:53.3090301Z [00:03:46.647]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:53.3091143Z [00:03:46.647]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:53.3092755Z [00:03:46.647]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:53.3094379Z [00:03:46.647]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:53.3095539Z [00:03:46.647]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:53.3096362Z [00:03:46.647]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:53.3097219Z [00:03:46.647]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:53.3098061Z [00:03:46.647]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:53.3098894Z [00:03:46.647]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:53.3099654Z [00:03:46.647]➜  EOF
2025-08-20T21:20:53.3105343Z [00:03:46.647]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b990/_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/b990=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendarjob -lang=go1.21 -complete -installsuffix shared -buildid G1RJ6a-93TDtRLtA48k2/G1RJ6a-93TDtRLtA48k2 -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/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:20:53.3609351Z [00:03:46.700]➜  go tool buildid -w $WORK/b987/_pkg_.a # internal
2025-08-20T21:20:53.3678341Z [00:03:46.707]➜  cp $WORK/b987/_pkg_.a /root/.cache/go-build/19/19439d2ffcb300c0780abb6a8e010307deefdd076ddc6ccf358287471a895da3-d # internal
2025-08-20T21:20:53.3706112Z [00:03:46.707]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdatafeed
2025-08-20T21:20:53.3706923Z [00:03:46.707]➜  mkdir -p $WORK/b991/
2025-08-20T21:20:53.3707874Z [00:03:46.708]➜  cat >/tmp/go-build3619502580/b991/importcfg << 'EOF' # internal
2025-08-20T21:20:53.3708540Z [00:03:46.708]➜  # import config
2025-08-20T21:20:53.3709204Z [00:03:46.708]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:53.3710238Z [00:03:46.708]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:53.3711153Z [00:03:46.708]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:53.3712248Z [00:03:46.708]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:53.3713084Z [00:03:46.708]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:53.3714360Z [00:03:46.708]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:53.3715986Z [00:03:46.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:53.3717756Z [00:03:46.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:53.3719103Z [00:03:46.708]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:53.3720176Z [00:03:46.708]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:53.3721056Z [00:03:46.708]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:53.3722109Z [00:03:46.709]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:53.3722960Z [00:03:46.709]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:53.3723606Z [00:03:46.709]➜  EOF
2025-08-20T21:20:53.3729873Z [00:03:46.709]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b991/_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/b991=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdatafeed -lang=go1.21 -complete -installsuffix shared -buildid 4kvIByZ-Ip-UY2pnkYlO/4kvIByZ-Ip-UY2pnkYlO -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/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:20:53.3835750Z [00:03:46.723]➜  go tool buildid -w $WORK/b989/_pkg_.a # internal
2025-08-20T21:20:53.3853125Z [00:03:46.724]➜  cp $WORK/b989/_pkg_.a /root/.cache/go-build/78/78bf5fb3760da7310fef2b54e3c72c2bf9d761cc03977d6ee7bcf995a7780d57-d # internal
2025-08-20T21:20:53.3856750Z [00:03:46.725]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdataframeanalytics
2025-08-20T21:20:53.3861553Z [00:03:46.725]➜  mkdir -p $WORK/b992/
2025-08-20T21:20:53.3862294Z [00:03:46.725]➜  cat >/tmp/go-build3619502580/b992/importcfg << 'EOF' # internal
2025-08-20T21:20:53.3862950Z [00:03:46.725]➜  # import config
2025-08-20T21:20:53.3863576Z [00:03:46.725]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:53.3864393Z [00:03:46.725]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:53.3865264Z [00:03:46.725]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:53.3866124Z [00:03:46.725]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:53.3866971Z [00:03:46.725]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:53.3868154Z [00:03:46.725]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:53.3869629Z [00:03:46.725]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:53.3870669Z [00:03:46.725]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:53.3871605Z [00:03:46.725]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:53.3872403Z [00:03:46.725]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:53.3873439Z [00:03:46.725]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:53.3874217Z [00:03:46.725]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:53.3874790Z [00:03:46.725]➜  EOF
2025-08-20T21:20:53.3886393Z [00:03:46.725]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b992/_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/b992=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdataframeanalytics -lang=go1.21 -complete -installsuffix shared -buildid rFjGVcywl0mKTraCo_wS/rFjGVcywl0mKTraCo_wS -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/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:20:53.4014724Z [00:03:46.741]➜  go tool buildid -w $WORK/b988/_pkg_.a # internal
2025-08-20T21:20:53.4034568Z [00:03:46.743]➜  cp $WORK/b988/_pkg_.a /root/.cache/go-build/94/94a8b139220ede9ee91792c443210f4b8a3fd3b2b2bd5b4510ed0cbd200f0131-d # internal
2025-08-20T21:20:53.4041106Z [00:03:46.743]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/putfilter
2025-08-20T21:20:53.4055663Z [00:03:46.743]➜  mkdir -p $WORK/b993/
2025-08-20T21:20:53.4056423Z [00:03:46.744]➜  cat >/tmp/go-build3619502580/b993/importcfg << 'EOF' # internal
2025-08-20T21:20:53.4057086Z [00:03:46.744]➜  # import config
2025-08-20T21:20:53.4057896Z [00:03:46.744]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:53.4058770Z [00:03:46.744]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:53.4059709Z [00:03:46.744]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:53.4060607Z [00:03:46.744]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:53.4081916Z [00:03:46.744]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:53.4083250Z [00:03:46.744]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:53.4084811Z [00:03:46.744]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:53.4086117Z [00:03:46.744]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:53.4086970Z [00:03:46.744]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:53.4087812Z [00:03:46.744]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:53.4088604Z [00:03:46.744]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:53.4089416Z [00:03:46.744]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:53.4090058Z [00:03:46.744]➜  EOF
2025-08-20T21:20:53.4096167Z [00:03:46.744]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b993/_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/b993=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/putfilter -lang=go1.21 -complete -installsuffix shared -buildid Fi6SAyzlIKZWFdMUf-xh/Fi6SAyzlIKZWFdMUf-xh -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/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:20:53.4435173Z [00:03:46.783]➜  go tool buildid -w $WORK/b990/_pkg_.a # internal
2025-08-20T21:20:53.4450607Z [00:03:46.784]➜  cp $WORK/b990/_pkg_.a /root/.cache/go-build/b9/b9ca8c33efa334743164d0ad1a06d10ccc3085b448e40ceb426931b1e430c4ee-d # internal
2025-08-20T21:20:53.4457811Z [00:03:46.785]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/putjob
2025-08-20T21:20:53.4462570Z [00:03:46.785]➜  mkdir -p $WORK/b994/
2025-08-20T21:20:53.4465413Z [00:03:46.785]➜  cat >/tmp/go-build3619502580/b994/importcfg << 'EOF' # internal
2025-08-20T21:20:53.4466119Z [00:03:46.785]➜  # import config
2025-08-20T21:20:53.4466765Z [00:03:46.785]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:53.4467615Z [00:03:46.785]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:53.4468506Z [00:03:46.785]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:53.4469391Z [00:03:46.785]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:53.4470195Z [00:03:46.785]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:53.4471599Z [00:03:46.785]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:53.4473165Z [00:03:46.785]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:53.4474824Z [00:03:46.785]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:53.4476058Z [00:03:46.785]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:53.4476861Z [00:03:46.785]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:53.4477660Z [00:03:46.785]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:53.4478601Z [00:03:46.785]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:53.4479421Z [00:03:46.785]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:53.4480065Z [00:03:46.785]➜  EOF
2025-08-20T21:20:53.4487081Z [00:03:46.785]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b994/_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/b994=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/putjob -lang=go1.21 -complete -installsuffix shared -buildid Cknb1zduVm9cEAVMbdDx/Cknb1zduVm9cEAVMbdDx -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/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:20:53.5097438Z [00:03:46.849]➜  go tool buildid -w $WORK/b993/_pkg_.a # internal
2025-08-20T21:20:53.5116283Z [00:03:46.851]➜  cp $WORK/b993/_pkg_.a /root/.cache/go-build/9a/9aa6877d974444d02f68a41889d1cb648dd6a61b24840850fb491dc080f5905c-d # internal
2025-08-20T21:20:53.5125246Z [00:03:46.851]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodel
2025-08-20T21:20:53.5126022Z [00:03:46.851]➜  mkdir -p $WORK/b995/
2025-08-20T21:20:53.5126777Z [00:03:46.851]➜  cat >/tmp/go-build3619502580/b995/importcfg << 'EOF' # internal
2025-08-20T21:20:53.5127553Z [00:03:46.851]➜  # import config
2025-08-20T21:20:53.5129125Z [00:03:46.851]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:53.5131845Z [00:03:46.851]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:53.5133333Z [00:03:46.851]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:53.5134768Z [00:03:46.851]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:53.5136090Z [00:03:46.851]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:53.5137674Z [00:03:46.851]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:53.5142239Z [00:03:46.851]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:53.5144580Z [00:03:46.851]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainedmodeltype=/tmp/go-build3619502580/b616/_pkg_.a
2025-08-20T21:20:53.5146406Z [00:03:46.851]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:53.5147566Z [00:03:46.852]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:53.5148721Z [00:03:46.852]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:53.5149893Z [00:03:46.852]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:53.5151072Z [00:03:46.852]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:53.5152455Z [00:03:46.852]➜  EOF
2025-08-20T21:20:53.5159084Z [00:03:46.852]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b995/_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/b995=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodel -lang=go1.21 -complete -installsuffix shared -buildid _MvTV7UYRa23s6GSKK9A/_MvTV7UYRa23s6GSKK9A -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/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:20:53.5445364Z [00:03:46.884]➜  go tool buildid -w $WORK/b992/_pkg_.a # internal
2025-08-20T21:20:53.5464971Z [00:03:46.885]➜  cp $WORK/b992/_pkg_.a /root/.cache/go-build/4c/4cd75da51a6b6bab2dabce6f9bf1a5039755fd6752428fecc2f0c142e00c74f9-d # internal
2025-08-20T21:20:53.5466485Z [00:03:46.885]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelalias
2025-08-20T21:20:53.5467244Z [00:03:46.885]➜  mkdir -p $WORK/b996/
2025-08-20T21:20:53.5473033Z [00:03:46.886]➜  cat >/tmp/go-build3619502580/b996/importcfg << 'EOF' # internal
2025-08-20T21:20:53.5479765Z [00:03:46.886]➜  # import config
2025-08-20T21:20:53.5480419Z [00:03:46.886]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:53.5481339Z [00:03:46.886]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:53.5482231Z [00:03:46.886]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:53.5482934Z [00:03:46.886]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:53.5484138Z [00:03:46.886]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:53.5485590Z [00:03:46.886]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:53.5486645Z [00:03:46.886]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:53.5487407Z [00:03:46.886]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:53.5488178Z [00:03:46.886]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:53.5488933Z [00:03:46.886]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:53.5489732Z [00:03:46.886]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:53.5490386Z [00:03:46.886]➜  EOF
2025-08-20T21:20:53.5496122Z [00:03:46.886]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b996/_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/b996=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelalias -lang=go1.21 -complete -installsuffix shared -buildid gBPuq_EKFcNXwoKgYg4f/gBPuq_EKFcNXwoKgYg4f -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/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:20:53.5503953Z [00:03:46.890]➜  go tool buildid -w $WORK/b991/_pkg_.a # internal
2025-08-20T21:20:53.5520702Z [00:03:46.891]➜  cp $WORK/b991/_pkg_.a /root/.cache/go-build/44/4438db5dadf30e7e7653760af548f2f6fab8d4f38d9f008c9c274c45c1892fff-d # internal
2025-08-20T21:20:53.5533539Z [00:03:46.892]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodeldefinitionpart
2025-08-20T21:20:53.5534401Z [00:03:46.892]➜  mkdir -p $WORK/b997/
2025-08-20T21:20:53.5535100Z [00:03:46.892]➜  cat >/tmp/go-build3619502580/b997/importcfg << 'EOF' # internal
2025-08-20T21:20:53.5535765Z [00:03:46.892]➜  # import config
2025-08-20T21:20:53.5539608Z [00:03:46.892]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:53.5553694Z [00:03:46.892]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:53.5554553Z [00:03:46.892]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:53.5555274Z [00:03:46.892]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:53.5556006Z [00:03:46.892]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:53.5557199Z [00:03:46.892]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:53.5558805Z [00:03:46.892]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:53.5559855Z [00:03:46.892]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:53.5560616Z [00:03:46.892]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:53.5561657Z [00:03:46.892]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:53.5562460Z [00:03:46.892]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:53.5563231Z [00:03:46.892]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:53.5563796Z [00:03:46.892]➜  EOF
2025-08-20T21:20:53.5571014Z [00:03:46.892]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b997/_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/b997=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodeldefinitionpart -lang=go1.21 -complete -installsuffix shared -buildid gbwN919IlDl_dvzEfotr/gbwN919IlDl_dvzEfotr -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/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:20:53.6283762Z [00:03:46.966]➜  go tool buildid -w $WORK/b994/_pkg_.a # internal
2025-08-20T21:20:53.6360049Z [00:03:46.975]➜  cp $WORK/b994/_pkg_.a /root/.cache/go-build/2d/2dd1361db4b7f516a12a622ebb77bae640cf593a2c91ceb502d2132c8ea71a1f-d # internal
2025-08-20T21:20:53.6381667Z [00:03:46.976]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelvocabulary
2025-08-20T21:20:53.6382529Z [00:03:46.976]➜  mkdir -p $WORK/b998/
2025-08-20T21:20:53.6383246Z [00:03:46.976]➜  cat >/tmp/go-build3619502580/b998/importcfg << 'EOF' # internal
2025-08-20T21:20:53.6383920Z [00:03:46.976]➜  # import config
2025-08-20T21:20:53.6384566Z [00:03:46.976]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:53.6385682Z [00:03:46.976]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:53.6386536Z [00:03:46.976]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:53.6387372Z [00:03:46.976]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:53.6388135Z [00:03:46.976]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:53.6389310Z [00:03:46.976]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:53.6390843Z [00:03:46.976]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:53.6392943Z [00:03:46.976]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:53.6393774Z [00:03:46.976]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:53.6394610Z [00:03:46.976]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:53.6395391Z [00:03:46.976]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:53.6396189Z [00:03:46.976]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:53.6396779Z [00:03:46.976]➜  EOF
2025-08-20T21:20:53.6403948Z [00:03:46.976]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b998/_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/b998=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelvocabulary -lang=go1.21 -complete -installsuffix shared -buildid Ar0EQQX5z3fkitHkv_RV/Ar0EQQX5z3fkitHkv_RV -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/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:20:53.6673319Z [00:03:47.006]➜  go tool buildid -w $WORK/b996/_pkg_.a # internal
2025-08-20T21:20:53.6689322Z [00:03:47.008]➜  cp $WORK/b996/_pkg_.a /root/.cache/go-build/99/992ede206905174bf6c743f81988cf06f70edce9a798ed88e01bd90bcb664640-d # internal
2025-08-20T21:20:53.6706094Z [00:03:47.008]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/resetjob
2025-08-20T21:20:53.6707000Z [00:03:47.008]➜  mkdir -p $WORK/b999/
2025-08-20T21:20:53.6707742Z [00:03:47.009]➜  cat >/tmp/go-build3619502580/b999/importcfg << 'EOF' # internal
2025-08-20T21:20:53.6708388Z [00:03:47.009]➜  # import config
2025-08-20T21:20:53.6709028Z [00:03:47.009]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:53.6709763Z [00:03:47.009]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:53.6710554Z [00:03:47.009]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:53.6711455Z [00:03:47.009]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:53.6712712Z [00:03:47.009]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:53.6714039Z [00:03:47.009]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:53.6715075Z [00:03:47.009]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:53.6715845Z [00:03:47.009]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:53.6716629Z [00:03:47.009]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:53.6717412Z [00:03:47.009]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:53.6718176Z [00:03:47.009]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:53.6718986Z [00:03:47.009]➜  EOF
2025-08-20T21:20:53.6724189Z [00:03:47.009]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b999/_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/b999=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/resetjob -lang=go1.21 -complete -installsuffix shared -buildid PZxa8FJ5qsPb09NsJgRi/PZxa8FJ5qsPb09NsJgRi -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/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:20:53.6764455Z [00:03:47.016]➜  go tool buildid -w $WORK/b997/_pkg_.a # internal
2025-08-20T21:20:53.6782241Z [00:03:47.017]➜  cp $WORK/b997/_pkg_.a /root/.cache/go-build/4d/4da67c8e969ce30efc2ffde8811db2d7c9608ea37879d0783edc9149b6100dfa-d # internal
2025-08-20T21:20:53.6785161Z [00:03:47.018]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/revertmodelsnapshot
2025-08-20T21:20:53.6788096Z [00:03:47.018]➜  mkdir -p $WORK/b1000/
2025-08-20T21:20:53.6790262Z [00:03:47.018]➜  cat >/tmp/go-build3619502580/b1000/importcfg << 'EOF' # internal
2025-08-20T21:20:53.6791067Z [00:03:47.018]➜  # import config
2025-08-20T21:20:53.6793089Z [00:03:47.018]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:53.6793893Z [00:03:47.018]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:53.6794738Z [00:03:47.018]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:53.6795552Z [00:03:47.018]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:53.6796456Z [00:03:47.018]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:53.6797637Z [00:03:47.018]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:53.6799116Z [00:03:47.018]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:53.6800158Z [00:03:47.018]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:53.6800925Z [00:03:47.018]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:53.6801890Z [00:03:47.018]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:53.6802652Z [00:03:47.018]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:53.6803431Z [00:03:47.018]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:53.6804016Z [00:03:47.018]➜  EOF
2025-08-20T21:20:53.6810524Z [00:03:47.018]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1000/_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/b1000=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/revertmodelsnapshot -lang=go1.21 -complete -installsuffix shared -buildid mePwIqXldGuPnDKIM0kb/mePwIqXldGuPnDKIM0kb -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/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:20:53.6954584Z [00:03:47.035]➜  go tool buildid -w $WORK/b995/_pkg_.a # internal
2025-08-20T21:20:53.6983674Z [00:03:47.037]➜  cp $WORK/b995/_pkg_.a /root/.cache/go-build/6a/6a2dc88728fb15791fd5eee6a23d73df35679e743a7c9cc8e1b334865efeb2b4-d # internal
2025-08-20T21:20:53.6989786Z [00:03:47.038]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/setupgrademode
2025-08-20T21:20:53.6993337Z [00:03:47.038]➜  mkdir -p $WORK/b1001/
2025-08-20T21:20:53.7017177Z [00:03:47.041]➜  cat >/tmp/go-build3619502580/b1001/importcfg << 'EOF' # internal
2025-08-20T21:20:53.7030826Z [00:03:47.041]➜  # import config
2025-08-20T21:20:53.7031751Z [00:03:47.041]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:53.7032677Z [00:03:47.041]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:53.7033506Z [00:03:47.041]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:53.7034246Z [00:03:47.041]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:53.7035390Z [00:03:47.041]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:53.7037011Z [00:03:47.041]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:53.7038159Z [00:03:47.041]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:53.7039004Z [00:03:47.041]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:53.7039834Z [00:03:47.041]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:53.7040654Z [00:03:47.041]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:53.7042519Z [00:03:47.041]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:53.7043205Z [00:03:47.041]➜  EOF
2025-08-20T21:20:53.7048838Z [00:03:47.041]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1001/_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/b1001=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/setupgrademode -lang=go1.21 -complete -installsuffix shared -buildid Q-oy79HBxPjO6--PIdfL/Q-oy79HBxPjO6--PIdfL -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/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:20:53.7456715Z [00:03:47.085]➜  go tool buildid -w $WORK/b998/_pkg_.a # internal
2025-08-20T21:20:53.7478549Z [00:03:47.087]➜  cp $WORK/b998/_pkg_.a /root/.cache/go-build/2a/2a1ddb72b948bfdd23021aefdf49b1803ee22500381a2b21b4e3110323c8e21b-d # internal
2025-08-20T21:20:53.7484234Z [00:03:47.087]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdatafeed
2025-08-20T21:20:53.7491677Z [00:03:47.087]➜  mkdir -p $WORK/b1002/
2025-08-20T21:20:53.7492587Z [00:03:47.088]➜  cat >/tmp/go-build3619502580/b1002/importcfg << 'EOF' # internal
2025-08-20T21:20:53.7493249Z [00:03:47.088]➜  # import config
2025-08-20T21:20:53.7493886Z [00:03:47.088]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:53.7494620Z [00:03:47.088]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:53.7495626Z [00:03:47.088]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:53.7496462Z [00:03:47.088]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:53.7497198Z [00:03:47.088]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:53.7498371Z [00:03:47.088]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:53.7499852Z [00:03:47.088]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:53.7500985Z [00:03:47.088]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:53.7502057Z [00:03:47.088]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:53.7502895Z [00:03:47.088]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:53.7503692Z [00:03:47.088]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:53.7504633Z [00:03:47.088]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:53.7505237Z [00:03:47.088]➜  EOF
2025-08-20T21:20:53.7511638Z [00:03:47.088]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1002/_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/b1002=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdatafeed -lang=go1.21 -complete -installsuffix shared -buildid EtZbgJ6eFtzzAHm1aiXR/EtZbgJ6eFtzzAHm1aiXR -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/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:20:53.7745661Z [00:03:47.114]➜  go tool buildid -w $WORK/b999/_pkg_.a # internal
2025-08-20T21:20:53.7764126Z [00:03:47.116]➜  cp $WORK/b999/_pkg_.a /root/.cache/go-build/a1/a1dba83c4ed8e366acc0177eae396ec11b515fcf9481cb3e765da54e6cfabb08-d # internal
2025-08-20T21:20:53.7785422Z [00:03:47.118]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdataframeanalytics
2025-08-20T21:20:53.7790102Z [00:03:47.118]➜  mkdir -p $WORK/b1003/
2025-08-20T21:20:53.7800894Z [00:03:47.119]➜  cat >/tmp/go-build3619502580/b1003/importcfg << 'EOF' # internal
2025-08-20T21:20:53.7801742Z [00:03:47.119]➜  # import config
2025-08-20T21:20:53.7803663Z [00:03:47.119]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:53.7804541Z [00:03:47.119]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:53.7805376Z [00:03:47.119]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:53.7806127Z [00:03:47.119]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:53.7807310Z [00:03:47.119]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:53.7808774Z [00:03:47.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:53.7809819Z [00:03:47.119]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:53.7810582Z [00:03:47.119]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:53.7811538Z [00:03:47.119]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:53.7812486Z [00:03:47.119]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:53.7813279Z [00:03:47.119]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:53.7813859Z [00:03:47.119]➜  EOF
2025-08-20T21:20:53.7824408Z [00:03:47.121]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1003/_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/b1003=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdataframeanalytics -lang=go1.21 -complete -installsuffix shared -buildid 4W7w1kM__zHhuVRWK1bj/4W7w1kM__zHhuVRWK1bj -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/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:20:53.7940891Z [00:03:47.133]➜  go tool buildid -w $WORK/b1000/_pkg_.a # internal
2025-08-20T21:20:53.7968736Z [00:03:47.136]➜  cp $WORK/b1000/_pkg_.a /root/.cache/go-build/75/755ceb29ad3bc4b98ebc07f70a1016df8bb79a4c968839161f56ee4c6f9ef079-d # internal
2025-08-20T21:20:53.7970253Z [00:03:47.136]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/starttrainedmodeldeployment
2025-08-20T21:20:53.7971560Z [00:03:47.136]➜  mkdir -p $WORK/b1004/
2025-08-20T21:20:53.7972331Z [00:03:47.136]➜  cat >/tmp/go-build3619502580/b1004/importcfg << 'EOF' # internal
2025-08-20T21:20:53.7973015Z [00:03:47.136]➜  # import config
2025-08-20T21:20:53.7973679Z [00:03:47.136]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:53.7976369Z [00:03:47.137]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:53.7977261Z [00:03:47.137]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:53.7978139Z [00:03:47.137]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:53.7978951Z [00:03:47.137]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:53.7980317Z [00:03:47.137]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:53.7982074Z [00:03:47.137]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:53.7983888Z [00:03:47.137]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentallocationstate=/tmp/go-build3619502580/b463/_pkg_.a
2025-08-20T21:20:53.7985838Z [00:03:47.137]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainingpriority=/tmp/go-build3619502580/b617/_pkg_.a
2025-08-20T21:20:53.7987119Z [00:03:47.137]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:53.7987949Z [00:03:47.137]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:53.7988806Z [00:03:47.137]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:53.7989652Z [00:03:47.137]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:53.7990474Z [00:03:47.137]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:53.7991092Z [00:03:47.137]➜  EOF
2025-08-20T21:20:53.8000278Z [00:03:47.137]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1004/_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/b1004=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/starttrainedmodeldeployment -lang=go1.21 -complete -installsuffix shared -buildid jemFc_0NvI_CT24NUHc_/jemFc_0NvI_CT24NUHc_ -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/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:20:53.8421810Z [00:03:47.181]➜  go tool buildid -w $WORK/b1001/_pkg_.a # internal
2025-08-20T21:20:53.8440285Z [00:03:47.183]➜  cp $WORK/b1001/_pkg_.a /root/.cache/go-build/3b/3b2ec6b31b8dd277a6bc64e16cfb08cd6f905f9986713c9082a3074e7122c495-d # internal
2025-08-20T21:20:53.8442302Z [00:03:47.183]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdatafeed
2025-08-20T21:20:53.8484261Z [00:03:47.188]➜  mkdir -p $WORK/b1005/
2025-08-20T21:20:53.8491033Z [00:03:47.188]➜  cat >/tmp/go-build3619502580/b1005/importcfg << 'EOF' # internal
2025-08-20T21:20:53.8492283Z [00:03:47.188]➜  # import config
2025-08-20T21:20:53.8493281Z [00:03:47.188]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:53.8495013Z [00:03:47.188]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:53.8496295Z [00:03:47.188]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:53.8497409Z [00:03:47.189]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:53.8499394Z [00:03:47.189]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:53.8500857Z [00:03:47.189]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:53.8502575Z [00:03:47.189]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:53.8503686Z [00:03:47.189]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:53.8504527Z [00:03:47.189]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:53.8505379Z [00:03:47.189]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:53.8506221Z [00:03:47.189]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:53.8507045Z [00:03:47.189]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:53.8507814Z [00:03:47.189]➜  EOF
2025-08-20T21:20:53.8514148Z [00:03:47.189]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1005/_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/b1005=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdatafeed -lang=go1.21 -complete -installsuffix shared -buildid vXiYoo2u3Abj-H89CO6V/vXiYoo2u3Abj-H89CO6V -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/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:20:53.8818885Z [00:03:47.219]➜  go tool buildid -w $WORK/b1002/_pkg_.a # internal
2025-08-20T21:20:53.8821050Z [00:03:47.221]➜  cp $WORK/b1002/_pkg_.a /root/.cache/go-build/ae/ae3aa8d50d9087c99332dcce6ff56fab2ee9e1e0930c8147ed3130c7acbe343e-d # internal
2025-08-20T21:20:53.8822953Z [00:03:47.221]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdataframeanalytics
2025-08-20T21:20:53.8824036Z [00:03:47.221]➜  mkdir -p $WORK/b1006/
2025-08-20T21:20:53.8824917Z [00:03:47.221]➜  cat >/tmp/go-build3619502580/b1006/importcfg << 'EOF' # internal
2025-08-20T21:20:53.8825817Z [00:03:47.221]➜  # import config
2025-08-20T21:20:53.8826684Z [00:03:47.221]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:53.8827927Z [00:03:47.221]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:53.8829239Z [00:03:47.221]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:53.8830323Z [00:03:47.221]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:53.8831945Z [00:03:47.221]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:53.8833800Z [00:03:47.221]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:53.8835368Z [00:03:47.221]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:53.8836372Z [00:03:47.221]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:53.8837439Z [00:03:47.221]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:53.8838484Z [00:03:47.221]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:53.8839735Z [00:03:47.221]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:53.8916573Z [00:03:47.221]➜  EOF
2025-08-20T21:20:53.8927910Z [00:03:47.221]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1006/_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/b1006=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdataframeanalytics -lang=go1.21 -complete -installsuffix shared -buildid hbUg1m_MJWrWU-hyIHb9/hbUg1m_MJWrWU-hyIHb9 -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/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:20:53.8933601Z [00:03:47.230]➜  go tool buildid -w $WORK/b1003/_pkg_.a # internal
2025-08-20T21:20:53.8935022Z [00:03:47.232]➜  cp $WORK/b1003/_pkg_.a /root/.cache/go-build/56/56d5466cc01e29a53eee64cc99aab6ae06685bef91b3016e0aef4a5b73cf3c5a-d # internal
2025-08-20T21:20:53.8936755Z [00:03:47.233]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/stoptrainedmodeldeployment
2025-08-20T21:20:53.8937781Z [00:03:47.233]➜  mkdir -p $WORK/b1007/
2025-08-20T21:20:53.8938882Z [00:03:47.233]➜  cat >/tmp/go-build3619502580/b1007/importcfg << 'EOF' # internal
2025-08-20T21:20:53.8939811Z [00:03:47.233]➜  # import config
2025-08-20T21:20:53.8940649Z [00:03:47.233]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:53.8941905Z [00:03:47.233]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:53.8942912Z [00:03:47.233]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:53.8943871Z [00:03:47.233]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:53.8945312Z [00:03:47.233]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:53.8947046Z [00:03:47.233]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:53.8948265Z [00:03:47.233]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:53.8949221Z [00:03:47.233]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:53.8950252Z [00:03:47.233]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:53.8951339Z [00:03:47.233]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:53.8952446Z [00:03:47.233]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:53.8953184Z [00:03:47.233]➜  EOF
2025-08-20T21:20:53.8959399Z [00:03:47.233]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1007/_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/b1007=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/stoptrainedmodeldeployment -lang=go1.21 -complete -installsuffix shared -buildid LmoM0fIvvs4N9siy0Zhu/LmoM0fIvvs4N9siy0Zhu -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/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:20:53.9062718Z [00:03:47.243]➜  go tool buildid -w $WORK/b1004/_pkg_.a # internal
2025-08-20T21:20:53.9065789Z [00:03:47.245]➜  cp $WORK/b1004/_pkg_.a /root/.cache/go-build/47/47d82ca21c94c241e1d453268fc6d39efafcaa55abb3258c01f0ff2be857f28d-d # internal
2025-08-20T21:20:53.9067182Z [00:03:47.245]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedatafeed
2025-08-20T21:20:53.9082728Z [00:03:47.247]➜  mkdir -p $WORK/b1008/
2025-08-20T21:20:53.9084772Z [00:03:47.247]➜  cat >/tmp/go-build3619502580/b1008/importcfg << 'EOF' # internal
2025-08-20T21:20:53.9085505Z [00:03:47.247]➜  # import config
2025-08-20T21:20:53.9086173Z [00:03:47.247]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:53.9087064Z [00:03:47.247]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:53.9087982Z [00:03:47.247]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:53.9089091Z [00:03:47.247]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:53.9090016Z [00:03:47.247]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:53.9091423Z [00:03:47.247]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:53.9092988Z [00:03:47.247]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:53.9094640Z [00:03:47.247]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:53.9095917Z [00:03:47.247]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:53.9096704Z [00:03:47.247]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:53.9097683Z [00:03:47.247]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:53.9098554Z [00:03:47.247]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:53.9099417Z [00:03:47.247]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:53.9100042Z [00:03:47.247]➜  EOF
2025-08-20T21:20:53.9106537Z [00:03:47.247]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1008/_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/b1008=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedatafeed -lang=go1.21 -complete -installsuffix shared -buildid EELlLK7IMRe1hckJ31SO/EELlLK7IMRe1hckJ31SO -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/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:20:53.9893508Z [00:03:47.328]➜  go tool buildid -w $WORK/b1005/_pkg_.a # internal
2025-08-20T21:20:53.9917679Z [00:03:47.331]➜  cp $WORK/b1005/_pkg_.a /root/.cache/go-build/53/53863886aecb7696c47ad6748265b6dc471b94a28d959cbb2ffb4ee7514997ab-d # internal
2025-08-20T21:20:53.9933605Z [00:03:47.332]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedataframeanalytics
2025-08-20T21:20:53.9963863Z [00:03:47.332]➜  mkdir -p $WORK/b1009/
2025-08-20T21:20:53.9964651Z [00:03:47.332]➜  cat >/tmp/go-build3619502580/b1009/importcfg << 'EOF' # internal
2025-08-20T21:20:53.9965360Z [00:03:47.332]➜  # import config
2025-08-20T21:20:53.9966013Z [00:03:47.332]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:53.9967043Z [00:03:47.332]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:53.9967961Z [00:03:47.332]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:53.9968827Z [00:03:47.332]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:53.9969900Z [00:03:47.332]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:53.9971149Z [00:03:47.332]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:53.9972954Z [00:03:47.332]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:53.9974108Z [00:03:47.332]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:53.9974959Z [00:03:47.332]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:53.9975836Z [00:03:47.332]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:53.9976708Z [00:03:47.332]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:53.9977572Z [00:03:47.332]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:53.9978215Z [00:03:47.332]➜  EOF
2025-08-20T21:20:54.0003077Z [00:03:47.332]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1009/_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/b1009=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedataframeanalytics -lang=go1.21 -complete -installsuffix shared -buildid xknlcdEH3XEet76i55E8/xknlcdEH3XEet76i55E8 -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/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:20:54.0022478Z [00:03:47.335]➜  go tool buildid -w $WORK/b1006/_pkg_.a # internal
2025-08-20T21:20:54.0025736Z [00:03:47.340]➜  cp $WORK/b1006/_pkg_.a /root/.cache/go-build/10/10fb828db6da30ace1a6d0af65021f2056383dbaed35e963849517e5b577ffe0-d # internal
2025-08-20T21:20:54.0028488Z [00:03:47.340]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatefilter
2025-08-20T21:20:54.0030147Z [00:03:47.340]➜  mkdir -p $WORK/b1010/
2025-08-20T21:20:54.0031000Z [00:03:47.340]➜  cat >/tmp/go-build3619502580/b1010/importcfg << 'EOF' # internal
2025-08-20T21:20:54.0032305Z [00:03:47.340]➜  # import config
2025-08-20T21:20:54.0033141Z [00:03:47.340]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:54.0034598Z [00:03:47.340]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.0035808Z [00:03:47.340]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.0037169Z [00:03:47.340]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.0038174Z [00:03:47.340]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.0039796Z [00:03:47.340]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.0042027Z [00:03:47.340]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.0043966Z [00:03:47.340]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.0044914Z [00:03:47.340]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.0045849Z [00:03:47.340]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.0046853Z [00:03:47.340]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.0047629Z [00:03:47.340]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.0048220Z [00:03:47.340]➜  EOF
2025-08-20T21:20:54.0054740Z [00:03:47.340]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1010/_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/b1010=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatefilter -lang=go1.21 -complete -installsuffix shared -buildid n5Va1iyXIKNEGFrMkaSc/n5Va1iyXIKNEGFrMkaSc -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/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:20:54.0060466Z [00:03:47.340]➜  go tool buildid -w $WORK/b1007/_pkg_.a # internal
2025-08-20T21:20:54.0061842Z [00:03:47.340]➜  cp $WORK/b1007/_pkg_.a /root/.cache/go-build/f6/f65e701f4b37fe4f16163537cb3b63ec86d08f99571b39080a5c9ad209c3074f-d # internal
2025-08-20T21:20:54.0063094Z [00:03:47.341]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatejob
2025-08-20T21:20:54.0063905Z [00:03:47.341]➜  mkdir -p $WORK/b1011/
2025-08-20T21:20:54.0064588Z [00:03:47.341]➜  cat >/tmp/go-build3619502580/b1011/importcfg << 'EOF' # internal
2025-08-20T21:20:54.0065220Z [00:03:47.341]➜  # import config
2025-08-20T21:20:54.0065826Z [00:03:47.342]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:54.0066593Z [00:03:47.342]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.0067417Z [00:03:47.342]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.0068240Z [00:03:47.342]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.0068999Z [00:03:47.342]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.0070282Z [00:03:47.342]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.0073582Z [00:03:47.342]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.0074740Z [00:03:47.342]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.0075527Z [00:03:47.342]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.0076324Z [00:03:47.342]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.0077102Z [00:03:47.342]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.0077876Z [00:03:47.342]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.0078594Z [00:03:47.342]➜  EOF
2025-08-20T21:20:54.0084621Z [00:03:47.342]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1011/_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/b1011=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatejob -lang=go1.21 -complete -installsuffix shared -buildid gmqUE97Ws6-WdtypWd-W/gmqUE97Ws6-WdtypWd-W -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/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:20:54.1063804Z [00:03:47.443]➜  go tool buildid -w $WORK/b1008/_pkg_.a # internal
2025-08-20T21:20:54.1073224Z [00:03:47.446]➜  cp $WORK/b1008/_pkg_.a /root/.cache/go-build/2c/2c89809eb484b7515656c56150e9a432bbf2000449a91feb202facb036f6f210-d # internal
2025-08-20T21:20:54.1075295Z [00:03:47.446]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatemodelsnapshot
2025-08-20T21:20:54.1076252Z [00:03:47.446]➜  mkdir -p $WORK/b1012/
2025-08-20T21:20:54.1076983Z [00:03:47.447]➜  cat >/tmp/go-build3619502580/b1012/importcfg << 'EOF' # internal
2025-08-20T21:20:54.1077668Z [00:03:47.447]➜  # import config
2025-08-20T21:20:54.1078491Z [00:03:47.447]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:54.1079289Z [00:03:47.447]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.1080108Z [00:03:47.447]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.1081085Z [00:03:47.447]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.1082153Z [00:03:47.447]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.1083397Z [00:03:47.447]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.1084881Z [00:03:47.447]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.1085959Z [00:03:47.447]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.1086757Z [00:03:47.447]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.1087755Z [00:03:47.447]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.1088542Z [00:03:47.447]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.1089323Z [00:03:47.447]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.1089904Z [00:03:47.447]➜  EOF
2025-08-20T21:20:54.1096789Z [00:03:47.447]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1012/_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/b1012=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatemodelsnapshot -lang=go1.21 -complete -installsuffix shared -buildid yk6hvMKdIFPYV-RgC0XG/yk6hvMKdIFPYV-RgC0XG -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/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:20:54.1125934Z [00:03:47.452]➜  go tool buildid -w $WORK/b1010/_pkg_.a # internal
2025-08-20T21:20:54.1127380Z [00:03:47.452]➜  cp $WORK/b1010/_pkg_.a /root/.cache/go-build/87/87ad2caa03e8abde8f24d7ce282a00e0f40eef0fc275f69e919d659e7f1e60d4-d # internal
2025-08-20T21:20:54.1129301Z [00:03:47.452]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatetrainedmodeldeployment
2025-08-20T21:20:54.1130391Z [00:03:47.452]➜  mkdir -p $WORK/b1013/
2025-08-20T21:20:54.1131474Z [00:03:47.452]➜  cat >/tmp/go-build3619502580/b1013/importcfg << 'EOF' # internal
2025-08-20T21:20:54.1132332Z [00:03:47.452]➜  # import config
2025-08-20T21:20:54.1133121Z [00:03:47.452]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:54.1134100Z [00:03:47.452]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.1135098Z [00:03:47.452]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.1136060Z [00:03:47.452]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.1136960Z [00:03:47.452]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.1138223Z [00:03:47.452]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.1139842Z [00:03:47.452]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.1141080Z [00:03:47.452]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.1142236Z [00:03:47.452]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.1143185Z [00:03:47.452]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.1144129Z [00:03:47.452]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.1145242Z [00:03:47.452]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.1146001Z [00:03:47.452]➜  EOF
2025-08-20T21:20:54.1170222Z [00:03:47.452]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1013/_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/b1013=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatetrainedmodeldeployment -lang=go1.21 -complete -installsuffix shared -buildid WsWY24Nb5NXyGxAmKZDe/WsWY24Nb5NXyGxAmKZDe -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/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:20:54.1206619Z [00:03:47.460]➜  go tool buildid -w $WORK/b1009/_pkg_.a # internal
2025-08-20T21:20:54.1256464Z [00:03:47.464]➜  cp $WORK/b1009/_pkg_.a /root/.cache/go-build/01/01aab8e583036c9778b78cf0f1070aa1ecd91a086a0eba807ab7723e91736166-d # internal
2025-08-20T21:20:54.1257960Z [00:03:47.464]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/upgradejobsnapshot
2025-08-20T21:20:54.1258791Z [00:03:47.464]➜  mkdir -p $WORK/b1014/
2025-08-20T21:20:54.1259532Z [00:03:47.465]➜  cat >/tmp/go-build3619502580/b1014/importcfg << 'EOF' # internal
2025-08-20T21:20:54.1260197Z [00:03:47.465]➜  # import config
2025-08-20T21:20:54.1261054Z [00:03:47.465]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.1263394Z [00:03:47.465]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.1264277Z [00:03:47.465]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.1266713Z [00:03:47.465]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.1271338Z [00:03:47.465]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.1272864Z [00:03:47.465]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.1273919Z [00:03:47.465]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.1274852Z [00:03:47.465]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.1275351Z [00:03:47.465]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.1275827Z [00:03:47.465]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.1276270Z [00:03:47.465]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.1276604Z [00:03:47.465]➜  EOF
2025-08-20T21:20:54.1280729Z [00:03:47.465]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1014/_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/b1014=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/upgradejobsnapshot -lang=go1.21 -complete -installsuffix shared -buildid AnOiJ77uP4Wrah3n1OLW/AnOiJ77uP4Wrah3n1OLW -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/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:20:54.1646336Z [00:03:47.504]➜  go tool buildid -w $WORK/b1011/_pkg_.a # internal
2025-08-20T21:20:54.1684029Z [00:03:47.508]➜  cp $WORK/b1011/_pkg_.a /root/.cache/go-build/51/5134b72ee48f2b29e0064359803b2717cba21fb36dbe597b9dc20079012f453c-d # internal
2025-08-20T21:20:54.1685799Z [00:03:47.508]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/validate
2025-08-20T21:20:54.1686587Z [00:03:47.508]➜  mkdir -p $WORK/b1015/
2025-08-20T21:20:54.1687368Z [00:03:47.508]➜  cat >/tmp/go-build3619502580/b1015/importcfg << 'EOF' # internal
2025-08-20T21:20:54.1688093Z [00:03:47.508]➜  # import config
2025-08-20T21:20:54.1688774Z [00:03:47.508]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:54.1689646Z [00:03:47.508]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.1690553Z [00:03:47.508]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.1691622Z [00:03:47.508]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.1692478Z [00:03:47.508]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.1693724Z [00:03:47.508]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.1695503Z [00:03:47.508]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.1696670Z [00:03:47.508]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.1697503Z [00:03:47.508]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.1698364Z [00:03:47.508]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.1699224Z [00:03:47.508]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.1700063Z [00:03:47.508]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.1700698Z [00:03:47.508]➜  EOF
2025-08-20T21:20:54.1706987Z [00:03:47.508]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1015/_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/b1015=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/validate -lang=go1.21 -complete -installsuffix shared -buildid U9DaIQhrSR44r32-a1iR/U9DaIQhrSR44r32-a1iR -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/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:20:54.2218182Z [00:03:47.561]➜  go tool buildid -w $WORK/b1012/_pkg_.a # internal
2025-08-20T21:20:54.2234904Z [00:03:47.563]➜  cp $WORK/b1012/_pkg_.a /root/.cache/go-build/45/45386ada76c2d1c9b96640f2f2dde0bfb7546120504ef7c57ed447b7bdacd0c6-d # internal
2025-08-20T21:20:54.2268619Z [00:03:47.566]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/validatedetector
2025-08-20T21:20:54.2269476Z [00:03:47.566]➜  mkdir -p $WORK/b1016/
2025-08-20T21:20:54.2272450Z [00:03:47.566]➜  cat >/tmp/go-build3619502580/b1016/importcfg << 'EOF' # internal
2025-08-20T21:20:54.2294052Z [00:03:47.566]➜  # import config
2025-08-20T21:20:54.2294727Z [00:03:47.566]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:54.2306035Z [00:03:47.566]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.2306984Z [00:03:47.566]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.2307870Z [00:03:47.566]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.2308734Z [00:03:47.566]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.2310039Z [00:03:47.566]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.2314965Z [00:03:47.566]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.2316799Z [00:03:47.566]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/excludefrequent=/tmp/go-build3619502580/b475/_pkg_.a
2025-08-20T21:20:54.2318366Z [00:03:47.566]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.2319228Z [00:03:47.566]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.2320105Z [00:03:47.566]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.2320939Z [00:03:47.566]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.2322035Z [00:03:47.566]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.2322680Z [00:03:47.566]➜  EOF
2025-08-20T21:20:54.2329109Z [00:03:47.566]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1016/_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/b1016=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/validatedetector -lang=go1.21 -complete -installsuffix shared -buildid KrEg3M-w-noQLJWAbwFI/KrEg3M-w-noQLJWAbwFI -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/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:20:54.2335394Z [00:03:47.571]➜  go tool buildid -w $WORK/b1013/_pkg_.a # internal
2025-08-20T21:20:54.2352124Z [00:03:47.574]➜  cp $WORK/b1013/_pkg_.a /root/.cache/go-build/19/19c0a0fd263e75a176683bd8112c46b4c19e61626a4f097d1f07b07a93def13a-d # internal
2025-08-20T21:20:54.2357470Z [00:03:47.575]➜  github.com/elastic/go-elasticsearch/v8/typedapi/monitoring/bulk
2025-08-20T21:20:54.2358858Z [00:03:47.575]➜  mkdir -p $WORK/b1017/
2025-08-20T21:20:54.2364888Z [00:03:47.575]➜  cat >/tmp/go-build3619502580/b1017/importcfg << 'EOF' # internal
2025-08-20T21:20:54.2365656Z [00:03:47.575]➜  # import config
2025-08-20T21:20:54.2368699Z [00:03:47.575]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:54.2369598Z [00:03:47.575]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.2370527Z [00:03:47.575]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.2371653Z [00:03:47.575]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.2372669Z [00:03:47.575]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.2373908Z [00:03:47.575]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.2375458Z [00:03:47.575]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.2376626Z [00:03:47.575]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.2377479Z [00:03:47.575]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.2378360Z [00:03:47.575]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.2379196Z [00:03:47.575]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.2380001Z [00:03:47.575]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.2380586Z [00:03:47.576]➜  EOF
2025-08-20T21:20:54.2388541Z [00:03:47.576]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1017/_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/b1017=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/monitoring/bulk -lang=go1.21 -complete -installsuffix shared -buildid zBC_SKlYsotx12-Ut6Zo/zBC_SKlYsotx12-Ut6Zo -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/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:20:54.2491373Z [00:03:47.588]➜  go tool buildid -w $WORK/b1014/_pkg_.a # internal
2025-08-20T21:20:54.2511735Z [00:03:47.590]➜  cp $WORK/b1014/_pkg_.a /root/.cache/go-build/97/9709699fe331656b00663a639f2147eaf9a23103481ade238e65bd49c64808c0-d # internal
2025-08-20T21:20:54.2518137Z [00:03:47.591]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/clearrepositoriesmeteringarchive
2025-08-20T21:20:54.2522997Z [00:03:47.591]➜  mkdir -p $WORK/b1018/
2025-08-20T21:20:54.2530298Z [00:03:47.592]➜  cat >/tmp/go-build3619502580/b1018/importcfg << 'EOF' # internal
2025-08-20T21:20:54.2535254Z [00:03:47.592]➜  # import config
2025-08-20T21:20:54.2535983Z [00:03:47.592]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.2539639Z [00:03:47.592]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.2540702Z [00:03:47.592]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.2541822Z [00:03:47.592]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.2543240Z [00:03:47.592]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.2545217Z [00:03:47.592]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.2548151Z [00:03:47.592]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.2548985Z [00:03:47.592]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.2549819Z [00:03:47.592]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.2550666Z [00:03:47.592]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.2551692Z [00:03:47.592]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.2552324Z [00:03:47.592]➜  EOF
2025-08-20T21:20:54.2559163Z [00:03:47.593]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1018/_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/b1018=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/clearrepositoriesmeteringarchive -lang=go1.21 -complete -installsuffix shared -buildid x8T6hrHGuENp6LROJG-m/x8T6hrHGuENp6LROJG-m -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/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:20:54.2935374Z [00:03:47.633]➜  go tool buildid -w $WORK/b1015/_pkg_.a # internal
2025-08-20T21:20:54.2957859Z [00:03:47.635]➜  cp $WORK/b1015/_pkg_.a /root/.cache/go-build/f9/f9b89d679a134902145764b55f19ffe02c0cb67a044d0b0a5cb0e2fef707b9a5-d # internal
2025-08-20T21:20:54.2965306Z [00:03:47.636]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/getrepositoriesmeteringinfo
2025-08-20T21:20:54.2968927Z [00:03:47.636]➜  mkdir -p $WORK/b1019/
2025-08-20T21:20:54.2979089Z [00:03:47.637]➜  cat >/tmp/go-build3619502580/b1019/importcfg << 'EOF' # internal
2025-08-20T21:20:54.2982782Z [00:03:47.637]➜  # import config
2025-08-20T21:20:54.2985806Z [00:03:47.637]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.2988300Z [00:03:47.637]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.2995300Z [00:03:47.637]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.2996097Z [00:03:47.637]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.2997283Z [00:03:47.637]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.3001886Z [00:03:47.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.3002898Z [00:03:47.637]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.3003635Z [00:03:47.637]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.3004444Z [00:03:47.637]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.3005222Z [00:03:47.637]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.3006012Z [00:03:47.637]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.3006618Z [00:03:47.637]➜  EOF
2025-08-20T21:20:54.3013036Z [00:03:47.637]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1019/_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/b1019=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/getrepositoriesmeteringinfo -lang=go1.21 -complete -installsuffix shared -buildid 05Ct_H1x2k8Lki4GjXi-/05Ct_H1x2k8Lki4GjXi- -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/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:20:54.3582309Z [00:03:47.697]➜  go tool buildid -w $WORK/b1016/_pkg_.a # internal
2025-08-20T21:20:54.3618093Z [00:03:47.701]➜  cp $WORK/b1016/_pkg_.a /root/.cache/go-build/be/be1367f52789ccd59b7bb606119a4510824039d4584dc11e301da6a7b879c769-d # internal
2025-08-20T21:20:54.3622869Z [00:03:47.701]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/hotthreads
2025-08-20T21:20:54.3642229Z [00:03:47.702]➜  mkdir -p $WORK/b1020/
2025-08-20T21:20:54.3643293Z [00:03:47.702]➜  cat >/tmp/go-build3619502580/b1020/importcfg << 'EOF' # internal
2025-08-20T21:20:54.3644128Z [00:03:47.702]➜  # import config
2025-08-20T21:20:54.3644934Z [00:03:47.702]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.3646162Z [00:03:47.702]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.3647246Z [00:03:47.702]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.3648190Z [00:03:47.702]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.3649518Z [00:03:47.702]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.3651373Z [00:03:47.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.3653223Z [00:03:47.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/threadtype=/tmp/go-build3619502580/b1021/_pkg_.a
2025-08-20T21:20:54.3654621Z [00:03:47.702]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.3655549Z [00:03:47.702]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.3656529Z [00:03:47.702]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.3657510Z [00:03:47.702]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.3658530Z [00:03:47.702]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.3659261Z [00:03:47.702]➜  EOF
2025-08-20T21:20:54.3665811Z [00:03:47.702]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1020/_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/b1020=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/hotthreads -lang=go1.21 -complete -installsuffix shared -buildid obSQ4JFPwW9YVRZdOWo0/obSQ4JFPwW9YVRZdOWo0 -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/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:20:54.3716808Z [00:03:47.711]➜  go tool buildid -w $WORK/b1017/_pkg_.a # internal
2025-08-20T21:20:54.3732800Z [00:03:47.712]➜  cp $WORK/b1017/_pkg_.a /root/.cache/go-build/27/27b1a30cced101a5ad21049c955a7f4c8f23c0fcd1d7da0ef4e70cb85edc7cd6-d # internal
2025-08-20T21:20:54.3737608Z [00:03:47.713]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/info
2025-08-20T21:20:54.3738355Z [00:03:47.713]➜  mkdir -p $WORK/b1022/
2025-08-20T21:20:54.3739080Z [00:03:47.713]➜  cat >/tmp/go-build3619502580/b1022/importcfg << 'EOF' # internal
2025-08-20T21:20:54.3739726Z [00:03:47.713]➜  # import config
2025-08-20T21:20:54.3740373Z [00:03:47.713]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.3741417Z [00:03:47.713]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.3742310Z [00:03:47.713]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.3743118Z [00:03:47.713]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.3744357Z [00:03:47.713]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.3748557Z [00:03:47.714]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.3749737Z [00:03:47.714]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.3750597Z [00:03:47.714]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.3751791Z [00:03:47.714]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.3754044Z [00:03:47.714]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.3754901Z [00:03:47.714]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.3755495Z [00:03:47.714]➜  EOF
2025-08-20T21:20:54.3760577Z [00:03:47.714]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1022/_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/b1022=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/info -lang=go1.21 -complete -installsuffix shared -buildid suDH_s12ROvYMiMwubXh/suDH_s12ROvYMiMwubXh -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/info/info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/nodes/info/response.go
2025-08-20T21:20:54.3765376Z [00:03:47.715]➜  go tool buildid -w $WORK/b1018/_pkg_.a # internal
2025-08-20T21:20:54.3774681Z [00:03:47.717]➜  cp $WORK/b1018/_pkg_.a /root/.cache/go-build/18/182ea8fdfd2866694dba8564e68f85da370e8a8b12ce4a154db1cde5e8746fcd-d # internal
2025-08-20T21:20:54.3783158Z [00:03:47.717]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/reloadsecuresettings
2025-08-20T21:20:54.3784308Z [00:03:47.717]➜  mkdir -p $WORK/b1023/
2025-08-20T21:20:54.3785314Z [00:03:47.717]➜  cat >/tmp/go-build3619502580/b1023/importcfg << 'EOF' # internal
2025-08-20T21:20:54.3786031Z [00:03:47.717]➜  # import config
2025-08-20T21:20:54.3786720Z [00:03:47.717]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:54.3787581Z [00:03:47.717]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.3788820Z [00:03:47.717]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.3789710Z [00:03:47.717]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.3790515Z [00:03:47.717]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.3803088Z [00:03:47.717]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.3804688Z [00:03:47.717]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.3805789Z [00:03:47.718]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.3806588Z [00:03:47.718]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.3807425Z [00:03:47.718]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.3808239Z [00:03:47.718]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.3809066Z [00:03:47.718]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.3809662Z [00:03:47.718]➜  EOF
2025-08-20T21:20:54.3816783Z [00:03:47.720]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1023/_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/b1023=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/reloadsecuresettings -lang=go1.21 -complete -installsuffix shared -buildid hdf6z0JnsK7mY8SLqpL6/hdf6z0JnsK7mY8SLqpL6 -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/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:20:54.4168444Z [00:03:47.756]➜  go tool buildid -w $WORK/b1019/_pkg_.a # internal
2025-08-20T21:20:54.4186100Z [00:03:47.758]➜  cp $WORK/b1019/_pkg_.a /root/.cache/go-build/e4/e4286a6e3d069617eb0dad90a677ed07aec9dab3860c281c889ba7e317a4d506-d # internal
2025-08-20T21:20:54.4187435Z [00:03:47.758]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/stats
2025-08-20T21:20:54.4193200Z [00:03:47.758]➜  mkdir -p $WORK/b1024/
2025-08-20T21:20:54.4200707Z [00:03:47.759]➜  cat >/tmp/go-build3619502580/b1024/importcfg << 'EOF' # internal
2025-08-20T21:20:54.4202543Z [00:03:47.759]➜  # import config
2025-08-20T21:20:54.4204297Z [00:03:47.759]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.4205240Z [00:03:47.759]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.4206131Z [00:03:47.759]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.4206946Z [00:03:47.759]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.4208198Z [00:03:47.759]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.4209787Z [00:03:47.759]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.4211547Z [00:03:47.759]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/level=/tmp/go-build3619502580/b682/_pkg_.a
2025-08-20T21:20:54.4212764Z [00:03:47.760]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.4213571Z [00:03:47.760]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.4214403Z [00:03:47.760]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.4215219Z [00:03:47.760]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.4216023Z [00:03:47.760]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.4216893Z [00:03:47.760]➜  EOF
2025-08-20T21:20:54.4223905Z [00:03:47.760]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1024/_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/b1024=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/stats -lang=go1.21 -complete -installsuffix shared -buildid NBu0o5wQLGMsmHY-VD72/NBu0o5wQLGMsmHY-VD72 -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/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/nodes/stats/stats.go
2025-08-20T21:20:54.4830899Z [00:03:47.822]➜  go tool buildid -w $WORK/b1023/_pkg_.a # internal
2025-08-20T21:20:54.4851353Z [00:03:47.824]➜  cp $WORK/b1023/_pkg_.a /root/.cache/go-build/9b/9bc4b2bff71ac051608d1584278e06c78895267698ab98b504ed248060fd9ba5-d # internal
2025-08-20T21:20:54.4857334Z [00:03:47.825]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/usage
2025-08-20T21:20:54.4859894Z [00:03:47.825]➜  mkdir -p $WORK/b1025/
2025-08-20T21:20:54.4867488Z [00:03:47.826]➜  go tool buildid -w $WORK/b1020/_pkg_.a # internal
2025-08-20T21:20:54.4879058Z [00:03:47.826]➜  cat >/tmp/go-build3619502580/b1025/importcfg << 'EOF' # internal
2025-08-20T21:20:54.4879745Z [00:03:47.826]➜  # import config
2025-08-20T21:20:54.4880385Z [00:03:47.826]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.4881423Z [00:03:47.826]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.4882298Z [00:03:47.826]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.4883288Z [00:03:47.826]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.4884536Z [00:03:47.826]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.4893328Z [00:03:47.826]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.4900119Z [00:03:47.826]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.4901078Z [00:03:47.826]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.4902648Z [00:03:47.826]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.4903583Z [00:03:47.826]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.4904568Z [00:03:47.826]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.4905192Z [00:03:47.826]➜  EOF
2025-08-20T21:20:54.4911605Z [00:03:47.827]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1025/_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/b1025=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/usage -lang=go1.21 -complete -installsuffix shared -buildid JncOYQu2AmelUbrpNvn9/JncOYQu2AmelUbrpNvn9 -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/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:20:54.4916832Z [00:03:47.828]➜  cp $WORK/b1020/_pkg_.a /root/.cache/go-build/e4/e4893009bb90947d1e637e4811cf36f3d7c69f55af5ea87c3ba7ac8b199b9580-d # internal
2025-08-20T21:20:54.4918240Z [00:03:47.829]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleterule
2025-08-20T21:20:54.4918987Z [00:03:47.829]➜  mkdir -p $WORK/b1030/
2025-08-20T21:20:54.4919720Z [00:03:47.829]➜  cat >/tmp/go-build3619502580/b1030/importcfg << 'EOF' # internal
2025-08-20T21:20:54.4920386Z [00:03:47.829]➜  # import config
2025-08-20T21:20:54.4921024Z [00:03:47.829]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.4922405Z [00:03:47.829]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.4923234Z [00:03:47.829]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.4924005Z [00:03:47.829]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.4925205Z [00:03:47.829]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.4926715Z [00:03:47.829]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.4928195Z [00:03:47.829]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.4929335Z [00:03:47.829]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.4930431Z [00:03:47.829]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.4931693Z [00:03:47.829]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.4932745Z [00:03:47.829]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.4933610Z [00:03:47.829]➜  EOF
2025-08-20T21:20:54.4940979Z [00:03:47.829]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1030/_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/b1030=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleterule -lang=go1.21 -complete -installsuffix shared -buildid fmhB7LhYDj_y22SK7RfG/fmhB7LhYDj_y22SK7RfG -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/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:20:54.4951024Z [00:03:47.834]➜  go tool buildid -w $WORK/b1022/_pkg_.a # internal
2025-08-20T21:20:54.4963707Z [00:03:47.836]➜  cp $WORK/b1022/_pkg_.a /root/.cache/go-build/1f/1f358db0649b6f921c91b95ecdc51f8d0eae0fc8d8bd65e54a1b1139f2f46631-d # internal
2025-08-20T21:20:54.4970363Z [00:03:47.836]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleteruleset
2025-08-20T21:20:54.4973988Z [00:03:47.836]➜  mkdir -p $WORK/b1031/
2025-08-20T21:20:54.4974779Z [00:03:47.836]➜  cat >/tmp/go-build3619502580/b1031/importcfg << 'EOF' # internal
2025-08-20T21:20:54.4975479Z [00:03:47.836]➜  # import config
2025-08-20T21:20:54.4976360Z [00:03:47.836]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.4977258Z [00:03:47.836]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.4978086Z [00:03:47.836]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.4978843Z [00:03:47.837]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.4983455Z [00:03:47.837]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.4985154Z [00:03:47.837]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.4986229Z [00:03:47.837]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.4987019Z [00:03:47.837]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.4987818Z [00:03:47.837]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.4988611Z [00:03:47.837]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.4989382Z [00:03:47.837]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.4989981Z [00:03:47.837]➜  EOF
2025-08-20T21:20:54.4999369Z [00:03:47.837]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1031/_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/b1031=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleteruleset -lang=go1.21 -complete -installsuffix shared -buildid 87GD0oJ2I_hqZyij-AOd/87GD0oJ2I_hqZyij-AOd -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/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:20:54.5988354Z [00:03:47.938]➜  go tool buildid -w $WORK/b1031/_pkg_.a # internal
2025-08-20T21:20:54.5989249Z [00:03:47.938]➜  go tool buildid -w $WORK/b1030/_pkg_.a # internal
2025-08-20T21:20:54.6005902Z [00:03:47.940]➜  cp $WORK/b1031/_pkg_.a /root/.cache/go-build/cb/cb842200bafb5cbc9e3f47cbd3d5d78c434e90566393bfe8fe9d8ac3a4a4ebc1-d # internal
2025-08-20T21:20:54.6015381Z [00:03:47.941]➜  cp $WORK/b1030/_pkg_.a /root/.cache/go-build/66/666e335d44134abce2839f0c28089ab0d74415907f6940ccc16a7c9fde3b6676-d # internal
2025-08-20T21:20:54.6018567Z [00:03:47.941]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getruleset
2025-08-20T21:20:54.6019389Z [00:03:47.941]➜  mkdir -p $WORK/b1033/
2025-08-20T21:20:54.6020179Z [00:03:47.941]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getrule
2025-08-20T21:20:54.6020925Z [00:03:47.941]➜  mkdir -p $WORK/b1032/
2025-08-20T21:20:54.6021811Z [00:03:47.941]➜  cat >/tmp/go-build3619502580/b1033/importcfg << 'EOF' # internal
2025-08-20T21:20:54.6022544Z [00:03:47.941]➜  # import config
2025-08-20T21:20:54.6023236Z [00:03:47.941]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.6024135Z [00:03:47.941]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.6025019Z [00:03:47.941]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.6025842Z [00:03:47.941]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.6027087Z [00:03:47.941]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.6028630Z [00:03:47.941]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.6029733Z [00:03:47.941]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.6030579Z [00:03:47.941]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.6031715Z [00:03:47.941]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.6032564Z [00:03:47.941]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.6033416Z [00:03:47.941]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.6034035Z [00:03:47.941]➜  EOF
2025-08-20T21:20:54.6039586Z [00:03:47.941]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1033/_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/b1033=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getruleset -lang=go1.21 -complete -installsuffix shared -buildid IJe2eDoLmPlpEwC5EqcQ/IJe2eDoLmPlpEwC5EqcQ -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/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:20:54.6045199Z [00:03:47.941]➜  cat >/tmp/go-build3619502580/b1032/importcfg << 'EOF' # internal
2025-08-20T21:20:54.6045909Z [00:03:47.941]➜  # import config
2025-08-20T21:20:54.6046570Z [00:03:47.941]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.6047411Z [00:03:47.941]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.6048436Z [00:03:47.941]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.6049211Z [00:03:47.941]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.6050423Z [00:03:47.941]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.6052112Z [00:03:47.941]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.6053728Z [00:03:47.941]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryruletype=/tmp/go-build3619502580/b565/_pkg_.a
2025-08-20T21:20:54.6054967Z [00:03:47.941]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.6055887Z [00:03:47.941]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.6056747Z [00:03:47.941]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.6057568Z [00:03:47.941]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.6058354Z [00:03:47.941]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.6058956Z [00:03:47.941]➜  EOF
2025-08-20T21:20:54.6065511Z [00:03:47.941]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1032/_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/b1032=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getrule -lang=go1.21 -complete -installsuffix shared -buildid rMbakkaS6S6plb70e1Q2/rMbakkaS6S6plb70e1Q2 -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/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:20:54.6108744Z [00:03:47.950]➜  go tool buildid -w $WORK/b1025/_pkg_.a # internal
2025-08-20T21:20:54.6110719Z [00:03:47.950]➜  go tool buildid -w $WORK/b1024/_pkg_.a # internal
2025-08-20T21:20:54.6135005Z [00:03:47.953]➜  cp $WORK/b1025/_pkg_.a /root/.cache/go-build/60/6047e3c28ded7358e0de237c03a23a0ba3e03d3abd0959c3950f266085ff4c7e-d # internal
2025-08-20T21:20:54.6137498Z [00:03:47.953]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/listrulesets
2025-08-20T21:20:54.6138279Z [00:03:47.953]➜  mkdir -p $WORK/b1034/
2025-08-20T21:20:54.6143202Z [00:03:47.953]➜  cp $WORK/b1024/_pkg_.a /root/.cache/go-build/8d/8d0dd363dcf9fe976c962483c4a87fff9e67669635385de81a6a592a7034de0b-d # internal
2025-08-20T21:20:54.6147494Z [00:03:47.954]➜  cat >/tmp/go-build3619502580/b1034/importcfg << 'EOF' # internal
2025-08-20T21:20:54.6148174Z [00:03:47.954]➜  # import config
2025-08-20T21:20:54.6148812Z [00:03:47.954]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.6149658Z [00:03:47.954]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.6150622Z [00:03:47.954]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.6151650Z [00:03:47.954]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.6152829Z [00:03:47.954]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.6154296Z [00:03:47.954]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.6155347Z [00:03:47.954]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.6156111Z [00:03:47.954]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.6156899Z [00:03:47.954]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.6157680Z [00:03:47.954]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.6158585Z [00:03:47.954]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.6159166Z [00:03:47.954]➜  EOF
2025-08-20T21:20:54.6165149Z [00:03:47.954]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1034/_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/b1034=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/listrulesets -lang=go1.21 -complete -installsuffix shared -buildid 3RHybBRekyZH7yR9hA4z/3RHybBRekyZH7yR9hA4z -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/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:20:54.6174238Z [00:03:47.957]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putrule
2025-08-20T21:20:54.6176493Z [00:03:47.957]➜  mkdir -p $WORK/b1035/
2025-08-20T21:20:54.6184242Z [00:03:47.958]➜  cat >/tmp/go-build3619502580/b1035/importcfg << 'EOF' # internal
2025-08-20T21:20:54.6187668Z [00:03:47.958]➜  # import config
2025-08-20T21:20:54.6188323Z [00:03:47.958]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:54.6189149Z [00:03:47.958]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.6189991Z [00:03:47.958]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.6190816Z [00:03:47.958]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.6191748Z [00:03:47.958]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.6192919Z [00:03:47.958]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.6194396Z [00:03:47.958]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.6196006Z [00:03:47.958]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryruletype=/tmp/go-build3619502580/b565/_pkg_.a
2025-08-20T21:20:54.6197681Z [00:03:47.958]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3619502580/b572/_pkg_.a
2025-08-20T21:20:54.6198816Z [00:03:47.958]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.6199584Z [00:03:47.958]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.6200515Z [00:03:47.958]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.6201555Z [00:03:47.958]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.6202356Z [00:03:47.958]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.6202936Z [00:03:47.958]➜  EOF
2025-08-20T21:20:54.6212498Z [00:03:47.960]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1035/_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/b1035=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putrule -lang=go1.21 -complete -installsuffix shared -buildid P5IH2IwS6qH8TGvfWfD1/P5IH2IwS6qH8TGvfWfD1 -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/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:20:54.7173235Z [00:03:48.056]➜  go tool buildid -w $WORK/b1034/_pkg_.a # internal
2025-08-20T21:20:54.7184377Z [00:03:48.058]➜  go tool buildid -w $WORK/b1032/_pkg_.a # internal
2025-08-20T21:20:54.7207409Z [00:03:48.059]➜  cp $WORK/b1034/_pkg_.a /root/.cache/go-build/da/da9c89a8081f2daa3a1519bed72fb5fe81bdf2c8bdb963d5198ec63e32f643e9-d # internal
2025-08-20T21:20:54.7209111Z [00:03:48.059]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putruleset
2025-08-20T21:20:54.7209923Z [00:03:48.059]➜  mkdir -p $WORK/b1036/
2025-08-20T21:20:54.7210659Z [00:03:48.059]➜  cat >/tmp/go-build3619502580/b1036/importcfg << 'EOF' # internal
2025-08-20T21:20:54.7211549Z [00:03:48.059]➜  # import config
2025-08-20T21:20:54.7212225Z [00:03:48.059]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:54.7212995Z [00:03:48.059]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.7213783Z [00:03:48.059]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.7214720Z [00:03:48.059]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.7215498Z [00:03:48.059]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.7216594Z [00:03:48.059]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.7218031Z [00:03:48.059]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.7219571Z [00:03:48.059]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3619502580/b572/_pkg_.a
2025-08-20T21:20:54.7220680Z [00:03:48.059]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.7221647Z [00:03:48.059]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.7222488Z [00:03:48.059]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.7223413Z [00:03:48.060]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.7224235Z [00:03:48.060]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.7227412Z [00:03:48.062]➜  EOF
2025-08-20T21:20:54.7234242Z [00:03:48.062]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1036/_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/b1036=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putruleset -lang=go1.21 -complete -installsuffix shared -buildid ddDbUEKm-n9xDSJO5Six/ddDbUEKm-n9xDSJO5Six -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/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:20:54.7242382Z [00:03:48.062]➜  cp $WORK/b1032/_pkg_.a /root/.cache/go-build/58/5861a15943ec702de8aa189f500ea569d9eb1ea87adaecef1ae0d7cccdae48a2-d # internal
2025-08-20T21:20:54.7247956Z [00:03:48.062]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/test
2025-08-20T21:20:54.7250246Z [00:03:48.062]➜  mkdir -p $WORK/b1037/
2025-08-20T21:20:54.7250889Z [00:03:48.062]➜  go tool buildid -w $WORK/b1033/_pkg_.a # internal
2025-08-20T21:20:54.7251915Z [00:03:48.062]➜  cat >/tmp/go-build3619502580/b1037/importcfg << 'EOF' # internal
2025-08-20T21:20:54.7252619Z [00:03:48.062]➜  # import config
2025-08-20T21:20:54.7253299Z [00:03:48.062]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:54.7254168Z [00:03:48.062]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.7255070Z [00:03:48.062]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.7255975Z [00:03:48.062]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.7256810Z [00:03:48.062]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.7258065Z [00:03:48.062]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.7259775Z [00:03:48.062]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.7260836Z [00:03:48.062]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.7261799Z [00:03:48.062]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.7262564Z [00:03:48.062]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.7263315Z [00:03:48.062]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.7264040Z [00:03:48.062]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.7264665Z [00:03:48.062]➜  EOF
2025-08-20T21:20:54.7270809Z [00:03:48.062]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1037/_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/b1037=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/test -lang=go1.21 -complete -installsuffix shared -buildid GQoZs6q5Ej3nJ_ocmccX/GQoZs6q5Ej3nJ_ocmccX -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/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:20:54.7282910Z [00:03:48.064]➜  cp $WORK/b1033/_pkg_.a /root/.cache/go-build/80/807f879e89aed642257d3ec2178d0641af37e58c7c1c7ff29f3345e29d33e92b-d # internal
2025-08-20T21:20:54.7284243Z [00:03:48.064]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/deletejob
2025-08-20T21:20:54.7284978Z [00:03:48.064]➜  mkdir -p $WORK/b1038/
2025-08-20T21:20:54.7285679Z [00:03:48.064]➜  cat >/tmp/go-build3619502580/b1038/importcfg << 'EOF' # internal
2025-08-20T21:20:54.7286347Z [00:03:48.064]➜  # import config
2025-08-20T21:20:54.7286983Z [00:03:48.064]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.7287827Z [00:03:48.064]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.7288661Z [00:03:48.064]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.7289427Z [00:03:48.064]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.7290646Z [00:03:48.064]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.7292481Z [00:03:48.064]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.7293560Z [00:03:48.064]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.7294347Z [00:03:48.064]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.7295335Z [00:03:48.064]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.7296145Z [00:03:48.064]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.7296930Z [00:03:48.064]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.7297518Z [00:03:48.064]➜  EOF
2025-08-20T21:20:54.7303071Z [00:03:48.067]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1038/_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/b1038=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/deletejob -lang=go1.21 -complete -installsuffix shared -buildid PZXmSxhH2QZu2vTIucrH/PZXmSxhH2QZu2vTIucrH -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/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:20:54.7363838Z [00:03:48.075]➜  go tool buildid -w $WORK/b1035/_pkg_.a # internal
2025-08-20T21:20:54.7382392Z [00:03:48.077]➜  cp $WORK/b1035/_pkg_.a /root/.cache/go-build/0d/0d6e6b9e0151841ad883e356191d9675d273e2b69c1467b9cff0b1671b403376-d # internal
2025-08-20T21:20:54.7388612Z [00:03:48.078]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getjobs
2025-08-20T21:20:54.7393310Z [00:03:48.078]➜  mkdir -p $WORK/b1039/
2025-08-20T21:20:54.7403190Z [00:03:48.079]➜  cat >/tmp/go-build3619502580/b1039/importcfg << 'EOF' # internal
2025-08-20T21:20:54.7404032Z [00:03:48.079]➜  # import config
2025-08-20T21:20:54.7404680Z [00:03:48.079]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.7405706Z [00:03:48.079]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.7406530Z [00:03:48.079]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.7407293Z [00:03:48.079]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.7408448Z [00:03:48.079]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.7409927Z [00:03:48.079]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.7410992Z [00:03:48.079]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.7412320Z [00:03:48.079]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.7413329Z [00:03:48.079]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.7414195Z [00:03:48.079]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.7415030Z [00:03:48.079]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.7415619Z [00:03:48.079]➜  EOF
2025-08-20T21:20:54.7420590Z [00:03:48.079]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1039/_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/b1039=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getjobs -lang=go1.21 -complete -installsuffix shared -buildid 5606WH_MpIZSuO_zCZWP/5606WH_MpIZSuO_zCZWP -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/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:20:54.8366633Z [00:03:48.175]➜  go tool buildid -w $WORK/b1037/_pkg_.a # internal
2025-08-20T21:20:54.8368011Z [00:03:48.176]➜  go tool buildid -w $WORK/b1038/_pkg_.a # internal
2025-08-20T21:20:54.8381003Z [00:03:48.177]➜  cp $WORK/b1037/_pkg_.a /root/.cache/go-build/2c/2ca424e6fea3b61f02b563cbfe1aeb9c0f0674b0326fa9eab43f5e693a149a2d-d # internal
2025-08-20T21:20:54.8400844Z [00:03:48.178]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupcaps
2025-08-20T21:20:54.8410769Z [00:03:48.178]➜  mkdir -p $WORK/b1040/
2025-08-20T21:20:54.8413488Z [00:03:48.178]➜  cat >/tmp/go-build3619502580/b1040/importcfg << 'EOF' # internal
2025-08-20T21:20:54.8414193Z [00:03:48.178]➜  # import config
2025-08-20T21:20:54.8414836Z [00:03:48.178]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.8415697Z [00:03:48.178]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.8416504Z [00:03:48.178]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.8417258Z [00:03:48.178]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.8418422Z [00:03:48.178]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.8419899Z [00:03:48.178]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.8421159Z [00:03:48.178]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.8422129Z [00:03:48.178]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.8422928Z [00:03:48.178]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.8423715Z [00:03:48.178]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.8424517Z [00:03:48.178]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.8425113Z [00:03:48.178]➜  EOF
2025-08-20T21:20:54.8430774Z [00:03:48.178]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1040/_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/b1040=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupcaps -lang=go1.21 -complete -installsuffix shared -buildid 5HbHZbH96ZrSROiFAdxD/5HbHZbH96ZrSROiFAdxD -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/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:20:54.8436503Z [00:03:48.180]➜  cp $WORK/b1038/_pkg_.a /root/.cache/go-build/b4/b4f22d68b85de6d1370fdefa74d3f9a9037356333f39cbba40ffb5b9c45214f3-d # internal
2025-08-20T21:20:54.8437969Z [00:03:48.180]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupindexcaps
2025-08-20T21:20:54.8438742Z [00:03:48.180]➜  mkdir -p $WORK/b1041/
2025-08-20T21:20:54.8439461Z [00:03:48.180]➜  cat >/tmp/go-build3619502580/b1041/importcfg << 'EOF' # internal
2025-08-20T21:20:54.8440132Z [00:03:48.180]➜  # import config
2025-08-20T21:20:54.8440791Z [00:03:48.180]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.8444153Z [00:03:48.180]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.8445031Z [00:03:48.180]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.8445813Z [00:03:48.180]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.8447488Z [00:03:48.180]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.8449215Z [00:03:48.180]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.8450233Z [00:03:48.180]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.8450985Z [00:03:48.180]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.8452026Z [00:03:48.180]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.8452813Z [00:03:48.180]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.8453866Z [00:03:48.180]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.8454459Z [00:03:48.180]➜  EOF
2025-08-20T21:20:54.8460156Z [00:03:48.180]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1041/_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/b1041=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupindexcaps -lang=go1.21 -complete -installsuffix shared -buildid LQvO7OzeWZnwlG0Eq7Iu/LQvO7OzeWZnwlG0Eq7Iu -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/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:20:54.8467158Z [00:03:48.184]➜  go tool buildid -w $WORK/b1036/_pkg_.a # internal
2025-08-20T21:20:54.8468483Z [00:03:48.184]➜  cp $WORK/b1036/_pkg_.a /root/.cache/go-build/b6/b669e93c7dd5c8cc6064b23a33c46bb701d5b63296841d14e2a05938d71749e0-d # internal
2025-08-20T21:20:54.8478189Z [00:03:48.186]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/putjob
2025-08-20T21:20:54.8479075Z [00:03:48.186]➜  mkdir -p $WORK/b1042/
2025-08-20T21:20:54.8479733Z [00:03:48.187]➜  go tool buildid -w $WORK/b1039/_pkg_.a # internal
2025-08-20T21:20:54.8480546Z [00:03:48.187]➜  cat >/tmp/go-build3619502580/b1042/importcfg << 'EOF' # internal
2025-08-20T21:20:54.8481393Z [00:03:48.187]➜  # import config
2025-08-20T21:20:54.8482046Z [00:03:48.187]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:54.8483010Z [00:03:48.187]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.8483897Z [00:03:48.187]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.8487149Z [00:03:48.188]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.8488389Z [00:03:48.188]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.8494365Z [00:03:48.188]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.8495926Z [00:03:48.188]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.8503639Z [00:03:48.188]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.8505747Z [00:03:48.188]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.8507284Z [00:03:48.188]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.8508349Z [00:03:48.188]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.8509588Z [00:03:48.188]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.8510418Z [00:03:48.188]➜  EOF
2025-08-20T21:20:54.8517072Z [00:03:48.188]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1042/_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/b1042=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/putjob -lang=go1.21 -complete -installsuffix shared -buildid dVR57hdR_1nKeITSiMe1/dVR57hdR_1nKeITSiMe1 -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/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:20:54.8523058Z [00:03:48.189]➜  cp $WORK/b1039/_pkg_.a /root/.cache/go-build/87/879c96dd60c9f0953f9ae7dda4f41e16c033a9000262094491d34a3ddf4aa9b6-d # internal
2025-08-20T21:20:54.8530997Z [00:03:48.192]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/rollupsearch
2025-08-20T21:20:54.8535444Z [00:03:48.192]➜  mkdir -p $WORK/b1043/
2025-08-20T21:20:54.8549790Z [00:03:48.193]➜  cat >/tmp/go-build3619502580/b1043/importcfg << 'EOF' # internal
2025-08-20T21:20:54.8550607Z [00:03:48.194]➜  # import config
2025-08-20T21:20:54.8552954Z [00:03:48.194]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:54.8553806Z [00:03:48.194]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.8554767Z [00:03:48.194]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.8555585Z [00:03:48.194]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.8556340Z [00:03:48.194]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.8557506Z [00:03:48.194]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.8559156Z [00:03:48.194]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.8560226Z [00:03:48.194]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.8560994Z [00:03:48.194]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.8561924Z [00:03:48.194]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.8562723Z [00:03:48.194]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.8563504Z [00:03:48.194]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.8564077Z [00:03:48.194]➜  EOF
2025-08-20T21:20:54.8570404Z [00:03:48.194]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1043/_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/b1043=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/rollupsearch -lang=go1.21 -complete -installsuffix shared -buildid NZSrs_Fs2uO7g8LStLfY/NZSrs_Fs2uO7g8LStLfY -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/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:20:54.9356108Z [00:03:48.275]➜  go tool buildid -w $WORK/b1041/_pkg_.a # internal
2025-08-20T21:20:54.9416283Z [00:03:48.281]➜  cp $WORK/b1041/_pkg_.a /root/.cache/go-build/7f/7f90e4351397440bd65017fabe0b37c5875e54af0fe0435bbdd71a2be62adb04-d # internal
2025-08-20T21:20:54.9428718Z [00:03:48.282]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/startjob
2025-08-20T21:20:54.9431055Z [00:03:48.282]➜  mkdir -p $WORK/b1044/
2025-08-20T21:20:54.9459856Z [00:03:48.285]➜  cat >/tmp/go-build3619502580/b1044/importcfg << 'EOF' # internal
2025-08-20T21:20:54.9462413Z [00:03:48.285]➜  # import config
2025-08-20T21:20:54.9473031Z [00:03:48.285]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.9474145Z [00:03:48.285]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.9475154Z [00:03:48.285]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.9476270Z [00:03:48.285]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.9480079Z [00:03:48.285]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.9486159Z [00:03:48.285]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.9487291Z [00:03:48.285]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.9488082Z [00:03:48.286]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.9504806Z [00:03:48.286]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.9505694Z [00:03:48.286]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.9506526Z [00:03:48.286]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.9507147Z [00:03:48.286]➜  EOF
2025-08-20T21:20:54.9512504Z [00:03:48.287]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1044/_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/b1044=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/startjob -lang=go1.21 -complete -installsuffix shared -buildid dXkscfh42z40SXRdPyyQ/dXkscfh42z40SXRdPyyQ -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/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:20:54.9623642Z [00:03:48.301]➜  go tool buildid -w $WORK/b1040/_pkg_.a # internal
2025-08-20T21:20:54.9640134Z [00:03:48.303]➜  cp $WORK/b1040/_pkg_.a /root/.cache/go-build/32/3210a2cc79865c74a6866293e145bcf06141f80a478b1c0f607fa5f107e93b3c-d # internal
2025-08-20T21:20:54.9643009Z [00:03:48.304]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/stopjob
2025-08-20T21:20:54.9644358Z [00:03:48.304]➜  mkdir -p $WORK/b1045/
2025-08-20T21:20:54.9648932Z [00:03:48.304]➜  cat >/tmp/go-build3619502580/b1045/importcfg << 'EOF' # internal
2025-08-20T21:20:54.9651745Z [00:03:48.304]➜  # import config
2025-08-20T21:20:54.9652839Z [00:03:48.304]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.9654514Z [00:03:48.304]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.9655731Z [00:03:48.304]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.9657298Z [00:03:48.304]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.9659702Z [00:03:48.304]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.9661960Z [00:03:48.304]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.9663703Z [00:03:48.304]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.9665174Z [00:03:48.304]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.9666521Z [00:03:48.304]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.9667693Z [00:03:48.304]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.9668914Z [00:03:48.304]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.9669705Z [00:03:48.304]➜  EOF
2025-08-20T21:20:54.9675706Z [00:03:48.304]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1045/_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/b1045=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/stopjob -lang=go1.21 -complete -installsuffix shared -buildid XeDT1hDRNEMZELFlN5sG/XeDT1hDRNEMZELFlN5sG -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/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:20:54.9772973Z [00:03:48.316]➜  go tool buildid -w $WORK/b1042/_pkg_.a # internal
2025-08-20T21:20:54.9792077Z [00:03:48.318]➜  cp $WORK/b1042/_pkg_.a /root/.cache/go-build/a0/a007af27bb52956d863435dde4e9a413596932d0ae10365bb45e3b5eecfcf313-d # internal
2025-08-20T21:20:54.9798349Z [00:03:48.319]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/cachestats
2025-08-20T21:20:54.9806854Z [00:03:48.319]➜  mkdir -p $WORK/b1046/
2025-08-20T21:20:54.9807602Z [00:03:48.319]➜  cat >/tmp/go-build3619502580/b1046/importcfg << 'EOF' # internal
2025-08-20T21:20:54.9808271Z [00:03:48.319]➜  # import config
2025-08-20T21:20:54.9808937Z [00:03:48.319]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:54.9809799Z [00:03:48.319]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:54.9810651Z [00:03:48.319]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:54.9812144Z [00:03:48.319]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:54.9813360Z [00:03:48.319]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:54.9814853Z [00:03:48.319]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:54.9817575Z [00:03:48.319]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:54.9818448Z [00:03:48.319]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:54.9819347Z [00:03:48.319]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:54.9820229Z [00:03:48.319]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:54.9821109Z [00:03:48.319]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:54.9822163Z [00:03:48.319]➜  EOF
2025-08-20T21:20:54.9828414Z [00:03:48.319]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1046/_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/b1046=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/cachestats -lang=go1.21 -complete -installsuffix shared -buildid LHoijM_3qxJIie9Ib9n5/LHoijM_3qxJIie9Ib9n5 -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/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:20:55.0734581Z [00:03:48.412]➜  go tool buildid -w $WORK/b1044/_pkg_.a # internal
2025-08-20T21:20:55.0761497Z [00:03:48.414]➜  cp $WORK/b1044/_pkg_.a /root/.cache/go-build/2d/2dc58c8ae136aac85b1192c4b6919606cd3f75ac77b4e649ea8c8d84199833b8-d # internal
2025-08-20T21:20:55.0763110Z [00:03:48.414]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/clearcache
2025-08-20T21:20:55.0763947Z [00:03:48.415]➜  mkdir -p $WORK/b1047/
2025-08-20T21:20:55.0766868Z [00:03:48.415]➜  cat >/tmp/go-build3619502580/b1047/importcfg << 'EOF' # internal
2025-08-20T21:20:55.0767579Z [00:03:48.415]➜  # import config
2025-08-20T21:20:55.0768276Z [00:03:48.415]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:55.0769227Z [00:03:48.415]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:55.0770076Z [00:03:48.415]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:55.0770843Z [00:03:48.415]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:55.0772109Z [00:03:48.415]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:55.0773567Z [00:03:48.415]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:55.0775221Z [00:03:48.415]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:20:55.0776489Z [00:03:48.415]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:55.0777289Z [00:03:48.415]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:55.0778271Z [00:03:48.415]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:55.0779117Z [00:03:48.415]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:55.0779952Z [00:03:48.415]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:55.0780570Z [00:03:48.415]➜  EOF
2025-08-20T21:20:55.0799465Z [00:03:48.415]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1047/_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/b1047=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/clearcache -lang=go1.21 -complete -installsuffix shared -buildid zPP1-4dgSl9vWiMNfn6G/zPP1-4dgSl9vWiMNfn6G -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/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:20:55.0848945Z [00:03:48.424]➜  go tool buildid -w $WORK/b1045/_pkg_.a # internal
2025-08-20T21:20:55.0864143Z [00:03:48.425]➜  cp $WORK/b1045/_pkg_.a /root/.cache/go-build/6e/6eececd272946607527b288e2e39a00a91eeee3018535fd74b5a8a4bad8bd95d-d # internal
2025-08-20T21:20:55.0885647Z [00:03:48.426]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/mount
2025-08-20T21:20:55.0886505Z [00:03:48.426]➜  mkdir -p $WORK/b1048/
2025-08-20T21:20:55.0887243Z [00:03:48.426]➜  cat >/tmp/go-build3619502580/b1048/importcfg << 'EOF' # internal
2025-08-20T21:20:55.0888119Z [00:03:48.426]➜  # import config
2025-08-20T21:20:55.0888825Z [00:03:48.426]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:55.0889647Z [00:03:48.426]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:55.0890540Z [00:03:48.426]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:55.0891607Z [00:03:48.426]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:55.0892443Z [00:03:48.426]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:55.0893691Z [00:03:48.426]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:55.0895310Z [00:03:48.426]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:55.0896390Z [00:03:48.426]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:55.0897160Z [00:03:48.426]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:55.0897998Z [00:03:48.426]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:55.0898803Z [00:03:48.426]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:55.0899625Z [00:03:48.426]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:55.0900196Z [00:03:48.426]➜  EOF
2025-08-20T21:20:55.0906902Z [00:03:48.426]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1048/_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/b1048=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/mount -lang=go1.21 -complete -installsuffix shared -buildid BlK57T3-AXzZX-2kW5uP/BlK57T3-AXzZX-2kW5uP -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/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:20:55.0927071Z [00:03:48.432]➜  go tool buildid -w $WORK/b1046/_pkg_.a # internal
2025-08-20T21:20:55.0972701Z [00:03:48.434]➜  cp $WORK/b1046/_pkg_.a /root/.cache/go-build/ec/ecd66d7f46f95c0fef76f2194b354c4bf07832b121266ac08de6a94af5f7106d-d # internal
2025-08-20T21:20:55.0974229Z [00:03:48.434]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/stats
2025-08-20T21:20:55.0977610Z [00:03:48.434]➜  mkdir -p $WORK/b1049/
2025-08-20T21:20:55.0978326Z [00:03:48.434]➜  cat >/tmp/go-build3619502580/b1049/importcfg << 'EOF' # internal
2025-08-20T21:20:55.0978994Z [00:03:48.434]➜  # import config
2025-08-20T21:20:55.0979639Z [00:03:48.434]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:55.0980492Z [00:03:48.434]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:55.0981502Z [00:03:48.434]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:55.0982452Z [00:03:48.434]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:55.0983620Z [00:03:48.434]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:55.0985081Z [00:03:48.434]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:55.0986629Z [00:03:48.434]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/statslevel=/tmp/go-build3619502580/b1050/_pkg_.a
2025-08-20T21:20:55.0987822Z [00:03:48.434]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:55.0988581Z [00:03:48.434]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:55.0989498Z [00:03:48.434]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:55.0990274Z [00:03:48.434]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:55.0991025Z [00:03:48.434]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:55.0991809Z [00:03:48.434]➜  EOF
2025-08-20T21:20:55.0997257Z [00:03:48.434]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1049/_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/b1049=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/stats -lang=go1.21 -complete -installsuffix shared -buildid m_bxTZ-88PiJZnMppbE4/m_bxTZ-88PiJZnMppbE4 -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/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:20:55.1942739Z [00:03:48.533]➜  go tool buildid -w $WORK/b1047/_pkg_.a # internal
2025-08-20T21:20:55.1967114Z [00:03:48.535]➜  cp $WORK/b1047/_pkg_.a /root/.cache/go-build/86/86c8ebc6b634224f73689ed60e9e6a426e17d87e990ba041dcb40401b88df1f9-d # internal
2025-08-20T21:20:55.1968683Z [00:03:48.536]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/delete
2025-08-20T21:20:55.1969503Z [00:03:48.536]➜  mkdir -p $WORK/b1051/
2025-08-20T21:20:55.1976799Z [00:03:48.537]➜  cat >/tmp/go-build3619502580/b1051/importcfg << 'EOF' # internal
2025-08-20T21:20:55.1977644Z [00:03:48.537]➜  # import config
2025-08-20T21:20:55.1978315Z [00:03:48.537]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:55.1979200Z [00:03:48.537]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:55.1980040Z [00:03:48.537]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:55.1980808Z [00:03:48.537]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:55.1982130Z [00:03:48.537]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:55.1983880Z [00:03:48.537]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:55.1985008Z [00:03:48.537]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:55.1985822Z [00:03:48.537]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:55.1986636Z [00:03:48.537]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:55.1987442Z [00:03:48.537]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:55.1988257Z [00:03:48.537]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:55.1988856Z [00:03:48.537]➜  EOF
2025-08-20T21:20:55.1995205Z [00:03:48.537]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1051/_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/b1051=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/delete -lang=go1.21 -complete -installsuffix shared -buildid idJCxQumswbC0QVvq4sG/idJCxQumswbC0QVvq4sG -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/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/delete/response.go
2025-08-20T21:20:55.2095723Z [00:03:48.549]➜  go tool buildid -w $WORK/b1048/_pkg_.a # internal
2025-08-20T21:20:55.2107141Z [00:03:48.549]➜  go tool buildid -w $WORK/b1049/_pkg_.a # internal
2025-08-20T21:20:55.2108600Z [00:03:48.549]➜  cp $WORK/b1048/_pkg_.a /root/.cache/go-build/b3/b38ef06a4f1316f1bf6be96bd8e60a32c901a47e59685f539f044cc84590ce28-d # internal
2025-08-20T21:20:55.2110132Z [00:03:48.549]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/deletebehavioralanalytics
2025-08-20T21:20:55.2111051Z [00:03:48.549]➜  mkdir -p $WORK/b1052/
2025-08-20T21:20:55.2112013Z [00:03:48.550]➜  cat >/tmp/go-build3619502580/b1052/importcfg << 'EOF' # internal
2025-08-20T21:20:55.2112923Z [00:03:48.550]➜  # import config
2025-08-20T21:20:55.2113754Z [00:03:48.550]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:55.2114724Z [00:03:48.550]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:55.2115716Z [00:03:48.550]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:55.2116823Z [00:03:48.550]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:55.2118252Z [00:03:48.550]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:55.2119994Z [00:03:48.550]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:55.2122572Z [00:03:48.550]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:55.2123473Z [00:03:48.550]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:55.2124313Z [00:03:48.550]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:55.2125133Z [00:03:48.550]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:55.2125966Z [00:03:48.550]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:55.2126591Z [00:03:48.550]➜  EOF
2025-08-20T21:20:55.2133509Z [00:03:48.550]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1052/_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/b1052=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/deletebehavioralanalytics -lang=go1.21 -complete -installsuffix shared -buildid lvXmuDnpqFisQ2vU2ium/lvXmuDnpqFisQ2vU2ium -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/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:20:55.2161454Z [00:03:48.555]➜  cp $WORK/b1049/_pkg_.a /root/.cache/go-build/81/81e077f56e37b98c7d4061704218dfa9a3d731f85d092f2b5b0f98b6ac364b3b-d # internal
2025-08-20T21:20:55.2166707Z [00:03:48.556]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/get
2025-08-20T21:20:55.2167500Z [00:03:48.556]➜  mkdir -p $WORK/b1053/
2025-08-20T21:20:55.2176203Z [00:03:48.557]➜  cat >/tmp/go-build3619502580/b1053/importcfg << 'EOF' # internal
2025-08-20T21:20:55.2189565Z [00:03:48.557]➜  # import config
2025-08-20T21:20:55.2190226Z [00:03:48.557]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:55.2191019Z [00:03:48.557]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:55.2192088Z [00:03:48.557]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:55.2192863Z [00:03:48.557]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:55.2194043Z [00:03:48.557]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:55.2195533Z [00:03:48.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:55.2196633Z [00:03:48.557]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:55.2197393Z [00:03:48.557]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:55.2198327Z [00:03:48.557]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:55.2199115Z [00:03:48.557]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:55.2199896Z [00:03:48.557]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:55.2200480Z [00:03:48.557]➜  EOF
2025-08-20T21:20:55.2206256Z [00:03:48.557]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1053/_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/b1053=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/get -lang=go1.21 -complete -installsuffix shared -buildid BYXZ7M5FGeoltwJJYMDT/BYXZ7M5FGeoltwJJYMDT -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/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/get/response.go
2025-08-20T21:20:55.2229092Z [00:03:48.562]➜  go tool buildid -w $WORK/b1043/_pkg_.a # internal
2025-08-20T21:20:55.2265830Z [00:03:48.566]➜  cp $WORK/b1043/_pkg_.a /root/.cache/go-build/c2/c204f57e6ec026c7db04beb248d0b410ea43ebb05b94bf33926b757eedfbf3b5-d # internal
2025-08-20T21:20:55.2286880Z [00:03:48.566]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/getbehavioralanalytics
2025-08-20T21:20:55.2287794Z [00:03:48.566]➜  mkdir -p $WORK/b1054/
2025-08-20T21:20:55.2288518Z [00:03:48.566]➜  cat >/tmp/go-build3619502580/b1054/importcfg << 'EOF' # internal
2025-08-20T21:20:55.2289165Z [00:03:48.566]➜  # import config
2025-08-20T21:20:55.2289795Z [00:03:48.566]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:55.2290665Z [00:03:48.566]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:55.2291644Z [00:03:48.566]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:55.2292417Z [00:03:48.566]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:55.2293584Z [00:03:48.566]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:55.2295322Z [00:03:48.566]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:55.2296374Z [00:03:48.566]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:55.2297145Z [00:03:48.566]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:55.2297937Z [00:03:48.567]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:55.2298714Z [00:03:48.567]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:55.2299494Z [00:03:48.567]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:55.2300068Z [00:03:48.567]➜  EOF
2025-08-20T21:20:55.2307229Z [00:03:48.567]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1054/_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/b1054=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/getbehavioralanalytics -lang=go1.21 -complete -installsuffix shared -buildid cHF6_Ltvp-EyGrIm-fcm/cHF6_Ltvp-EyGrIm-fcm -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/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:20:55.3078536Z [00:03:48.647]➜  go tool buildid -w $WORK/b1051/_pkg_.a # internal
2025-08-20T21:20:55.3102475Z [00:03:48.649]➜  cp $WORK/b1051/_pkg_.a /root/.cache/go-build/c8/c8ac9570fa21cb4a8d19267dbeabcd8d31cd4a3705821cdfee0d301c88ac9d31-d # internal
2025-08-20T21:20:55.3111845Z [00:03:48.650]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/list
2025-08-20T21:20:55.3112749Z [00:03:48.650]➜  mkdir -p $WORK/b1055/
2025-08-20T21:20:55.3113565Z [00:03:48.650]➜  cat >/tmp/go-build3619502580/b1055/importcfg << 'EOF' # internal
2025-08-20T21:20:55.3114279Z [00:03:48.650]➜  # import config
2025-08-20T21:20:55.3120034Z [00:03:48.651]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:55.3120994Z [00:03:48.651]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:55.3122134Z [00:03:48.651]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:55.3123169Z [00:03:48.651]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:55.3124452Z [00:03:48.651]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:55.3126041Z [00:03:48.651]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:55.3127184Z [00:03:48.651]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:55.3128053Z [00:03:48.651]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:55.3128934Z [00:03:48.651]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:55.3129801Z [00:03:48.651]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:55.3130624Z [00:03:48.651]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:55.3131428Z [00:03:48.651]➜  EOF
2025-08-20T21:20:55.3137266Z [00:03:48.651]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1055/_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/b1055=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/list -lang=go1.21 -complete -installsuffix shared -buildid IVaiQW2lUrJToM1i3ocO/IVaiQW2lUrJToM1i3ocO -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/list/list.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/list/response.go
2025-08-20T21:20:55.3232749Z [00:03:48.662]➜  go tool buildid -w $WORK/b1052/_pkg_.a # internal
2025-08-20T21:20:55.3235369Z [00:03:48.663]➜  go tool buildid -w $WORK/b1053/_pkg_.a # internal
2025-08-20T21:20:55.3241798Z [00:03:48.663]➜  cp $WORK/b1053/_pkg_.a /root/.cache/go-build/30/3008d318aeec1e007416b9236815f7257b14b02bc70f2518341e308cfa6e8ab6-d # internal
2025-08-20T21:20:55.3244794Z [00:03:48.664]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/postbehavioralanalyticsevent
2025-08-20T21:20:55.3248747Z [00:03:48.664]➜  mkdir -p $WORK/b1056/
2025-08-20T21:20:55.3249482Z [00:03:48.664]➜  cat >/tmp/go-build3619502580/b1056/importcfg << 'EOF' # internal
2025-08-20T21:20:55.3250161Z [00:03:48.664]➜  # import config
2025-08-20T21:20:55.3250828Z [00:03:48.664]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:55.3256686Z [00:03:48.664]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:55.3257584Z [00:03:48.664]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:55.3258427Z [00:03:48.664]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:55.3259218Z [00:03:48.664]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:55.3260452Z [00:03:48.664]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:55.3262143Z [00:03:48.664]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:55.3263439Z [00:03:48.664]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:55.3264276Z [00:03:48.664]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:55.3265111Z [00:03:48.664]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:55.3265952Z [00:03:48.664]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:55.3266754Z [00:03:48.665]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:55.3267356Z [00:03:48.665]➜  EOF
2025-08-20T21:20:55.3275690Z [00:03:48.665]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1056/_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/b1056=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/postbehavioralanalyticsevent -lang=go1.21 -complete -installsuffix shared -buildid p0-_TzPQpUsVwzMAHxJM/p0-_TzPQpUsVwzMAHxJM -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/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:20:55.3296246Z [00:03:48.669]➜  cp $WORK/b1052/_pkg_.a /root/.cache/go-build/14/146c906ac86833c7e1f57114a7310d6aa391ac8234fb39e83f70766a85b62f3e-d # internal
2025-08-20T21:20:55.3304377Z [00:03:48.670]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/put
2025-08-20T21:20:55.3311657Z [00:03:48.670]➜  mkdir -p $WORK/b1057/
2025-08-20T21:20:55.3328043Z [00:03:48.672]➜  go tool buildid -w $WORK/b1054/_pkg_.a # internal
2025-08-20T21:20:55.3330944Z [00:03:48.672]➜  cat >/tmp/go-build3619502580/b1057/importcfg << 'EOF' # internal
2025-08-20T21:20:55.3331763Z [00:03:48.672]➜  # import config
2025-08-20T21:20:55.3332631Z [00:03:48.672]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:55.3333680Z [00:03:48.672]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:55.3334569Z [00:03:48.672]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:55.3335445Z [00:03:48.672]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:55.3336236Z [00:03:48.672]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:55.3337449Z [00:03:48.672]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:55.3339039Z [00:03:48.672]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:55.3340568Z [00:03:48.672]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3619502580/b572/_pkg_.a
2025-08-20T21:20:55.3341882Z [00:03:48.672]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:55.3342672Z [00:03:48.672]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:55.3343464Z [00:03:48.672]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:55.3344244Z [00:03:48.672]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:55.3345020Z [00:03:48.672]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:55.3345596Z [00:03:48.672]➜  EOF
2025-08-20T21:20:55.3355221Z [00:03:48.672]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1057/_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/b1057=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/put -lang=go1.21 -complete -installsuffix shared -buildid bGubDdqldY8XXryws_YN/bGubDdqldY8XXryws_YN -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/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:20:55.3361579Z [00:03:48.672]➜  cp $WORK/b1054/_pkg_.a /root/.cache/go-build/29/29a25e4070e2287bf509056f38c9e8900360ad8b550bd8f0aecee021a467bd43-d # internal
2025-08-20T21:20:55.3363172Z [00:03:48.672]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/putbehavioralanalytics
2025-08-20T21:20:55.3364061Z [00:03:48.672]➜  mkdir -p $WORK/b1058/
2025-08-20T21:20:55.3364764Z [00:03:48.675]➜  cat >/tmp/go-build3619502580/b1058/importcfg << 'EOF' # internal
2025-08-20T21:20:55.3365401Z [00:03:48.675]➜  # import config
2025-08-20T21:20:55.3366026Z [00:03:48.675]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:55.3366880Z [00:03:48.675]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:55.3367824Z [00:03:48.675]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:55.3368572Z [00:03:48.675]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:55.3369731Z [00:03:48.675]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:55.3371348Z [00:03:48.675]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:55.3372418Z [00:03:48.675]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:55.3373182Z [00:03:48.675]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:55.3373975Z [00:03:48.675]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:55.3374753Z [00:03:48.675]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:55.3375651Z [00:03:48.675]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:55.3376235Z [00:03:48.675]➜  EOF
2025-08-20T21:20:55.3386791Z [00:03:48.675]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1058/_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/b1058=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/putbehavioralanalytics -lang=go1.21 -complete -installsuffix shared -buildid 7Oio-tqY23rF1j-6DTpV/7Oio-tqY23rF1j-6DTpV -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/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:20:55.4282587Z [00:03:48.767]➜  go tool buildid -w $WORK/b1055/_pkg_.a # internal
2025-08-20T21:20:55.4311762Z [00:03:48.770]➜  cp $WORK/b1055/_pkg_.a /root/.cache/go-build/78/78d0e0d1c81048c71c72b22a39925cd78567af81e1a24f358284172f2b365a80-d # internal
2025-08-20T21:20:55.4317032Z [00:03:48.771]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/renderquery
2025-08-20T21:20:55.4320331Z [00:03:48.771]➜  mkdir -p $WORK/b1059/
2025-08-20T21:20:55.4337076Z [00:03:48.772]➜  cat >/tmp/go-build3619502580/b1059/importcfg << 'EOF' # internal
2025-08-20T21:20:55.4337778Z [00:03:48.772]➜  # import config
2025-08-20T21:20:55.4338446Z [00:03:48.772]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:55.4339282Z [00:03:48.772]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:55.4340169Z [00:03:48.772]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:55.4341007Z [00:03:48.772]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:55.4341980Z [00:03:48.772]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:55.4343308Z [00:03:48.772]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:55.4344801Z [00:03:48.772]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:55.4345851Z [00:03:48.772]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:55.4346650Z [00:03:48.772]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:55.4347635Z [00:03:48.772]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:55.4348448Z [00:03:48.772]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:55.4349253Z [00:03:48.772]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:55.4349843Z [00:03:48.772]➜  EOF
2025-08-20T21:20:55.4356570Z [00:03:48.772]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1059/_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/b1059=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/renderquery -lang=go1.21 -complete -installsuffix shared -buildid c8D3Fd95bzDsIlwWpRr6/c8D3Fd95bzDsIlwWpRr6 -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/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:20:55.4368899Z [00:03:48.776]➜  go tool buildid -w $WORK/b1056/_pkg_.a # internal
2025-08-20T21:20:55.4393027Z [00:03:48.778]➜  cp $WORK/b1056/_pkg_.a /root/.cache/go-build/cf/cf50a9ce1cdbcc5c2cb414d53693c9420185f79d6123543a13d4b5890667f9bb-d # internal
2025-08-20T21:20:55.4396589Z [00:03:48.778]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/search
2025-08-20T21:20:55.4397444Z [00:03:48.778]➜  mkdir -p $WORK/b1060/
2025-08-20T21:20:55.4398190Z [00:03:48.778]➜  cat >/tmp/go-build3619502580/b1060/importcfg << 'EOF' # internal
2025-08-20T21:20:55.4398872Z [00:03:48.778]➜  # import config
2025-08-20T21:20:55.4399507Z [00:03:48.778]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:55.4400337Z [00:03:48.778]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:55.4401172Z [00:03:48.778]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:55.4402359Z [00:03:48.778]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:55.4403187Z [00:03:48.778]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:55.4404428Z [00:03:48.778]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:55.4405965Z [00:03:48.778]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:55.4407030Z [00:03:48.778]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:55.4407851Z [00:03:48.778]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:55.4408696Z [00:03:48.778]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:55.4412856Z [00:03:48.778]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:55.4413717Z [00:03:48.778]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:55.4415267Z [00:03:48.778]➜  EOF
2025-08-20T21:20:55.4425337Z [00:03:48.778]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1060/_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/b1060=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/search -lang=go1.21 -complete -installsuffix shared -buildid PJePFdXIHI_OETJETrqg/PJePFdXIHI_OETJETrqg -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/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:20:55.4431157Z [00:03:48.780]➜  go tool buildid -w $WORK/b1058/_pkg_.a # internal
2025-08-20T21:20:55.4432665Z [00:03:48.780]➜  cp $WORK/b1058/_pkg_.a /root/.cache/go-build/1f/1f9358504c301da54b6a8e864fbfcf409cfc85c59aa2c800abf6cc64b84734ec-d # internal
2025-08-20T21:20:55.4434187Z [00:03:48.781]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/activateuserprofile
2025-08-20T21:20:55.4435160Z [00:03:48.781]➜  mkdir -p $WORK/b1061/
2025-08-20T21:20:55.4435873Z [00:03:48.781]➜  cat >/tmp/go-build3619502580/b1061/importcfg << 'EOF' # internal
2025-08-20T21:20:55.4436538Z [00:03:48.781]➜  # import config
2025-08-20T21:20:55.4437199Z [00:03:48.781]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:55.4438029Z [00:03:48.781]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:55.4438894Z [00:03:48.781]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:55.4439722Z [00:03:48.781]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:55.4440477Z [00:03:48.781]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:55.4441868Z [00:03:48.781]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:55.4443555Z [00:03:48.781]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:55.4445195Z [00:03:48.781]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/granttype=/tmp/go-build3619502580/b1062/_pkg_.a
2025-08-20T21:20:55.4446446Z [00:03:48.781]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:55.4447265Z [00:03:48.781]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:55.4448119Z [00:03:48.781]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:55.4448969Z [00:03:48.781]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:55.4449768Z [00:03:48.781]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:55.4450528Z [00:03:48.781]➜  EOF
2025-08-20T21:20:55.4457747Z [00:03:48.781]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1061/_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/b1061=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/activateuserprofile -lang=go1.21 -complete -installsuffix shared -buildid fmwZrPWBqxyXtiB-QxVm/fmwZrPWBqxyXtiB-QxVm -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/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:20:55.4485950Z [00:03:48.788]➜  go tool buildid -w $WORK/b1057/_pkg_.a # internal
2025-08-20T21:20:55.4505480Z [00:03:48.790]➜  cp $WORK/b1057/_pkg_.a /root/.cache/go-build/3a/3a14f2c7f8c9869a3587d29979e4a1ed5b1bd047926667ab53edb896640882aa-d # internal
2025-08-20T21:20:55.4512326Z [00:03:48.790]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/authenticate
2025-08-20T21:20:55.4515130Z [00:03:48.790]➜  mkdir -p $WORK/b1063/
2025-08-20T21:20:55.4522644Z [00:03:48.791]➜  cat >/tmp/go-build3619502580/b1063/importcfg << 'EOF' # internal
2025-08-20T21:20:55.4528702Z [00:03:48.792]➜  # import config
2025-08-20T21:20:55.4529359Z [00:03:48.792]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:55.4530215Z [00:03:48.792]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:55.4531175Z [00:03:48.792]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:55.4532431Z [00:03:48.792]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:55.4533628Z [00:03:48.792]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:55.4535118Z [00:03:48.792]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:55.4536327Z [00:03:48.792]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:55.4537091Z [00:03:48.792]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:55.4537881Z [00:03:48.792]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:55.4538664Z [00:03:48.792]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:55.4539436Z [00:03:48.792]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:55.4540007Z [00:03:48.792]➜  EOF
2025-08-20T21:20:55.4549086Z [00:03:48.794]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1063/_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/b1063=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/authenticate -lang=go1.21 -complete -installsuffix shared -buildid Bd3RvS9KGKtEcbSvstF1/Bd3RvS9KGKtEcbSvstF1 -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/authenticate/authenticate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/authenticate/response.go
2025-08-20T21:20:55.5484740Z [00:03:48.887]➜  go tool buildid -w $WORK/b1059/_pkg_.a # internal
2025-08-20T21:20:55.5500940Z [00:03:48.889]➜  go tool buildid -w $WORK/b1063/_pkg_.a # internal
2025-08-20T21:20:55.5526356Z [00:03:48.891]➜  cp $WORK/b1059/_pkg_.a /root/.cache/go-build/d6/d65ab927167ce2a63b0e1b17600335625da621d15d6f66d629e981666e03ca87-d # internal
2025-08-20T21:20:55.5527964Z [00:03:48.891]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkdeleterole
2025-08-20T21:20:55.5528764Z [00:03:48.891]➜  mkdir -p $WORK/b1064/
2025-08-20T21:20:55.5533226Z [00:03:48.892]➜  cat >/tmp/go-build3619502580/b1064/importcfg << 'EOF' # internal
2025-08-20T21:20:55.5533971Z [00:03:48.892]➜  # import config
2025-08-20T21:20:55.5534644Z [00:03:48.892]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:55.5535446Z [00:03:48.892]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:55.5536291Z [00:03:48.892]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:55.5537161Z [00:03:48.892]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:55.5537985Z [00:03:48.892]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:55.5539232Z [00:03:48.892]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:55.5540795Z [00:03:48.892]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:55.5553004Z [00:03:48.892]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3619502580/b568/_pkg_.a
2025-08-20T21:20:55.5554257Z [00:03:48.892]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:55.5555065Z [00:03:48.892]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:55.5555895Z [00:03:48.892]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:55.5556696Z [00:03:48.892]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:55.5557543Z [00:03:48.892]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:55.5558173Z [00:03:48.892]➜  EOF
2025-08-20T21:20:55.5564840Z [00:03:48.892]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1064/_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/b1064=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkdeleterole -lang=go1.21 -complete -installsuffix shared -buildid CO2mPc0pNK-IE9UtW_FL/CO2mPc0pNK-IE9UtW_FL -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/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:20:55.5593441Z [00:03:48.899]➜  go tool buildid -w $WORK/b1061/_pkg_.a # internal
2025-08-20T21:20:55.5616228Z [00:03:48.901]➜  cp $WORK/b1063/_pkg_.a /root/.cache/go-build/7a/7a369d16ab1684fad7b4a50da3745be7fda862767800159a777b597a2cda19f9-d # internal
2025-08-20T21:20:55.5620280Z [00:03:48.901]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkputrole
2025-08-20T21:20:55.5629056Z [00:03:48.901]➜  mkdir -p $WORK/b1065/
2025-08-20T21:20:55.5632195Z [00:03:48.901]➜  cp $WORK/b1061/_pkg_.a /root/.cache/go-build/b5/b5cd1d3f6b993435464af827fe36df63fbe5fdf8503d74ff24551579b2e2fb4d-d # internal
2025-08-20T21:20:55.5633707Z [00:03:48.901]➜  cat >/tmp/go-build3619502580/b1065/importcfg << 'EOF' # internal
2025-08-20T21:20:55.5634438Z [00:03:48.901]➜  # import config
2025-08-20T21:20:55.5635072Z [00:03:48.901]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:55.5635889Z [00:03:48.901]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:55.5636754Z [00:03:48.901]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:55.5637645Z [00:03:48.901]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:55.5638472Z [00:03:48.901]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:55.5639884Z [00:03:48.901]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:55.5641670Z [00:03:48.901]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:55.5643306Z [00:03:48.901]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3619502580/b568/_pkg_.a
2025-08-20T21:20:55.5644525Z [00:03:48.901]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:55.5645330Z [00:03:48.901]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:55.5646192Z [00:03:48.901]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:55.5647027Z [00:03:48.901]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:55.5647990Z [00:03:48.901]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:55.5648609Z [00:03:48.901]➜  EOF
2025-08-20T21:20:55.5662050Z [00:03:48.901]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1065/_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/b1065=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkputrole -lang=go1.21 -complete -installsuffix shared -buildid z3pCnkR4ufr5EJQzEgEW/z3pCnkR4ufr5EJQzEgEW -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/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:20:55.5668106Z [00:03:48.901]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkupdateapikeys
2025-08-20T21:20:55.5668919Z [00:03:48.901]➜  mkdir -p $WORK/b1066/
2025-08-20T21:20:55.5669650Z [00:03:48.905]➜  cat >/tmp/go-build3619502580/b1066/importcfg << 'EOF' # internal
2025-08-20T21:20:55.5670304Z [00:03:48.905]➜  # import config
2025-08-20T21:20:55.5670950Z [00:03:48.905]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:55.5672187Z [00:03:48.905]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:55.5673086Z [00:03:48.905]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:55.5673970Z [00:03:48.905]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:55.5674770Z [00:03:48.905]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:55.5675957Z [00:03:48.905]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:55.5677434Z [00:03:48.905]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:55.5678496Z [00:03:48.905]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:55.5679279Z [00:03:48.905]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:55.5680282Z [00:03:48.905]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:55.5681099Z [00:03:48.905]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:55.5692306Z [00:03:48.905]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:55.5692919Z [00:03:48.905]➜  EOF
2025-08-20T21:20:55.5699718Z [00:03:48.905]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1066/_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/b1066=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkupdateapikeys -lang=go1.21 -complete -installsuffix shared -buildid b6INZ9CleyqCy-lr29MS/b6INZ9CleyqCy-lr29MS -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/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:20:55.6597015Z [00:03:48.999]➜  go tool buildid -w $WORK/b1064/_pkg_.a # internal
2025-08-20T21:20:55.6613238Z [00:03:49.000]➜  cp $WORK/b1064/_pkg_.a /root/.cache/go-build/00/009513052f48d78f2025f206ddb7920b563fad91aaec041ce346841e01cbaeb4-d # internal
2025-08-20T21:20:55.6626655Z [00:03:49.001]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/changepassword
2025-08-20T21:20:55.6627616Z [00:03:49.001]➜  mkdir -p $WORK/b1067/
2025-08-20T21:20:55.6628342Z [00:03:49.001]➜  cat >/tmp/go-build3619502580/b1067/importcfg << 'EOF' # internal
2025-08-20T21:20:55.6641540Z [00:03:49.002]➜  # import config
2025-08-20T21:20:55.6642217Z [00:03:49.002]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:55.6643022Z [00:03:49.002]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:55.6643883Z [00:03:49.002]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:55.6644714Z [00:03:49.002]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:55.6645481Z [00:03:49.002]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:55.6646637Z [00:03:49.002]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:55.6648130Z [00:03:49.002]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:55.6649666Z [00:03:49.002]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3619502580/b568/_pkg_.a
2025-08-20T21:20:55.6650813Z [00:03:49.002]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:55.6651758Z [00:03:49.002]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:55.6652585Z [00:03:49.002]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:55.6653543Z [00:03:49.002]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:55.6654318Z [00:03:49.002]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:55.6654904Z [00:03:49.002]➜  EOF
2025-08-20T21:20:55.6681547Z [00:03:49.002]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1067/_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/b1067=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/changepassword -lang=go1.21 -complete -installsuffix shared -buildid g7ocx3WwOrXNSiU-wRVQ/g7ocx3WwOrXNSiU-wRVQ -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/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:20:55.6781116Z [00:03:49.017]➜  go tool buildid -w $WORK/b1065/_pkg_.a # internal
2025-08-20T21:20:55.6806288Z [00:03:49.020]➜  cp $WORK/b1065/_pkg_.a /root/.cache/go-build/0c/0c9c445fbaf278c80259c4e531aa3bfb1e6592a3f83e544ba5902da97a558940-d # internal
2025-08-20T21:20:55.6808477Z [00:03:49.020]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/clearapikeycache
2025-08-20T21:20:55.6813118Z [00:03:49.020]➜  mkdir -p $WORK/b1068/
2025-08-20T21:20:55.6814897Z [00:03:49.020]➜  cat >/tmp/go-build3619502580/b1068/importcfg << 'EOF' # internal
2025-08-20T21:20:55.6815699Z [00:03:49.020]➜  # import config
2025-08-20T21:20:55.6816357Z [00:03:49.020]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:55.6817200Z [00:03:49.021]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:55.6818041Z [00:03:49.021]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:55.6818784Z [00:03:49.021]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:55.6819932Z [00:03:49.021]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:55.6821594Z [00:03:49.021]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:55.6822787Z [00:03:49.021]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:55.6823586Z [00:03:49.021]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:55.6824394Z [00:03:49.021]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:55.6825177Z [00:03:49.021]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:55.6825946Z [00:03:49.021]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:55.6826532Z [00:03:49.021]➜  EOF
2025-08-20T21:20:55.6832362Z [00:03:49.021]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1068/_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/b1068=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/clearapikeycache -lang=go1.21 -complete -installsuffix shared -buildid fWheGtS0e8gJVhvnFabj/fWheGtS0e8gJVhvnFabj -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/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:20:55.6953014Z [00:03:49.034]➜  go tool buildid -w $WORK/b1066/_pkg_.a # internal
2025-08-20T21:20:55.6969595Z [00:03:49.036]➜  cp $WORK/b1066/_pkg_.a /root/.cache/go-build/0d/0d6185e451bc17a88f1a701e38f37b8d33f058ecc1e720fa9e4d904e6b7378bc-d # internal
2025-08-20T21:20:55.6985687Z [00:03:49.036]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedprivileges
2025-08-20T21:20:55.6986492Z [00:03:49.036]➜  mkdir -p $WORK/b1069/
2025-08-20T21:20:55.6987193Z [00:03:49.037]➜  cat >/tmp/go-build3619502580/b1069/importcfg << 'EOF' # internal
2025-08-20T21:20:55.6987850Z [00:03:49.037]➜  # import config
2025-08-20T21:20:55.6988483Z [00:03:49.037]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:55.6989326Z [00:03:49.037]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:55.6990126Z [00:03:49.037]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:55.6990880Z [00:03:49.037]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:55.6992168Z [00:03:49.037]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:55.6993626Z [00:03:49.037]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:55.6994601Z [00:03:49.037]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:55.6995285Z [00:03:49.037]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:55.6996044Z [00:03:49.037]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:55.6996787Z [00:03:49.037]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:55.6997559Z [00:03:49.037]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:55.6998142Z [00:03:49.037]➜  EOF
2025-08-20T21:20:55.7004356Z [00:03:49.037]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1069/_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/b1069=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedprivileges -lang=go1.21 -complete -installsuffix shared -buildid PY3QlU70KSsrhLUFHQAW/PY3QlU70KSsrhLUFHQAW -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/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:20:55.7782856Z [00:03:49.117]➜  go tool buildid -w $WORK/b1060/_pkg_.a # internal
2025-08-20T21:20:55.7817314Z [00:03:49.120]➜  cp $WORK/b1060/_pkg_.a /root/.cache/go-build/23/23c7bbca07dda19c69bb48fcf6f7e1dc2338bb3ed9c602d8d0d15361e8fdc4a8-d # internal
2025-08-20T21:20:55.7818860Z [00:03:49.120]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedrealms
2025-08-20T21:20:55.7819732Z [00:03:49.120]➜  mkdir -p $WORK/b1070/
2025-08-20T21:20:55.7820564Z [00:03:49.121]➜  cat >/tmp/go-build3619502580/b1070/importcfg << 'EOF' # internal
2025-08-20T21:20:55.7821421Z [00:03:49.121]➜  # import config
2025-08-20T21:20:55.7822071Z [00:03:49.121]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:55.7822946Z [00:03:49.121]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:55.7823761Z [00:03:49.121]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:55.7824514Z [00:03:49.121]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:55.7825716Z [00:03:49.121]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:55.7827267Z [00:03:49.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:55.7828392Z [00:03:49.121]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:55.7829204Z [00:03:49.121]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:55.7830218Z [00:03:49.121]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:55.7831036Z [00:03:49.121]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:55.7833068Z [00:03:49.121]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:55.7833673Z [00:03:49.121]➜  EOF
2025-08-20T21:20:55.7839477Z [00:03:49.121]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1070/_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/b1070=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedrealms -lang=go1.21 -complete -installsuffix shared -buildid Q810arDQBbTtrhmLkq70/Q810arDQBbTtrhmLkq70 -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/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:20:55.7901105Z [00:03:49.129]➜  go tool buildid -w $WORK/b1067/_pkg_.a # internal
2025-08-20T21:20:55.7923534Z [00:03:49.131]➜  cp $WORK/b1067/_pkg_.a /root/.cache/go-build/46/46323d4b901caf112f9cfcf75571e8bfadcffa8050f0095d8dab6553a665e9a0-d # internal
2025-08-20T21:20:55.7930479Z [00:03:49.132]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedroles
2025-08-20T21:20:55.7935575Z [00:03:49.133]➜  mkdir -p $WORK/b1071/
2025-08-20T21:20:55.7944208Z [00:03:49.134]➜  cat >/tmp/go-build3619502580/b1071/importcfg << 'EOF' # internal
2025-08-20T21:20:55.7959946Z [00:03:49.134]➜  # import config
2025-08-20T21:20:55.7960628Z [00:03:49.134]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:55.7963506Z [00:03:49.134]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:55.7964929Z [00:03:49.134]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:55.7965714Z [00:03:49.134]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:55.7966876Z [00:03:49.134]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:55.7968347Z [00:03:49.134]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:55.7969549Z [00:03:49.134]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:55.7970337Z [00:03:49.134]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:55.7971155Z [00:03:49.134]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:55.7975308Z [00:03:49.134]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:55.7976118Z [00:03:49.134]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:55.7976714Z [00:03:49.134]➜  EOF
2025-08-20T21:20:55.7977242Z [00:03:49.137]➜  go tool buildid -w $WORK/b1068/_pkg_.a # internal
2025-08-20T21:20:55.7985716Z [00:03:49.137]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1071/_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/b1071=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedroles -lang=go1.21 -complete -installsuffix shared -buildid 8sS657Zz_xtBglt0UJQA/8sS657Zz_xtBglt0UJQA -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/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:20:55.7991482Z [00:03:49.137]➜  cp $WORK/b1068/_pkg_.a /root/.cache/go-build/e5/e55d7123c00e84a9fdab265cf0b0fe8ece13cd0cfe4c76929edf183f72552a82-d # internal
2025-08-20T21:20:55.8002171Z [00:03:49.139]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedservicetokens
2025-08-20T21:20:55.8002979Z [00:03:49.139]➜  mkdir -p $WORK/b1072/
2025-08-20T21:20:55.8003683Z [00:03:49.139]➜  cat >/tmp/go-build3619502580/b1072/importcfg << 'EOF' # internal
2025-08-20T21:20:55.8004326Z [00:03:49.139]➜  # import config
2025-08-20T21:20:55.8004950Z [00:03:49.139]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:55.8005804Z [00:03:49.139]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:55.8006629Z [00:03:49.139]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:55.8007353Z [00:03:49.139]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:55.8008524Z [00:03:49.139]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:55.8010169Z [00:03:49.139]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:55.8011400Z [00:03:49.139]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:55.8012181Z [00:03:49.139]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:55.8012973Z [00:03:49.139]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:55.8013752Z [00:03:49.139]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:55.8014532Z [00:03:49.139]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:55.8015107Z [00:03:49.139]➜  EOF
2025-08-20T21:20:55.8021595Z [00:03:49.139]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1072/_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/b1072=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedservicetokens -lang=go1.21 -complete -installsuffix shared -buildid zSG4l6nwrTWuqnvfXJ0S/zSG4l6nwrTWuqnvfXJ0S -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/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:20:55.8050137Z [00:03:49.144]➜  go tool buildid -w $WORK/b1069/_pkg_.a # internal
2025-08-20T21:20:55.8067422Z [00:03:49.146]➜  cp $WORK/b1069/_pkg_.a /root/.cache/go-build/07/074052087467ed6dccf6a841387aa29ee0a5e0cc5c92a5bea136280d04c2411f-d # internal
2025-08-20T21:20:55.8076593Z [00:03:49.146]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/createapikey
2025-08-20T21:20:55.8077444Z [00:03:49.146]➜  mkdir -p $WORK/b1073/
2025-08-20T21:20:55.8078150Z [00:03:49.147]➜  cat >/tmp/go-build3619502580/b1073/importcfg << 'EOF' # internal
2025-08-20T21:20:55.8080994Z [00:03:49.147]➜  # import config
2025-08-20T21:20:55.8082440Z [00:03:49.147]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:55.8085268Z [00:03:49.147]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:55.8086631Z [00:03:49.147]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:55.8088545Z [00:03:49.147]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:55.8089377Z [00:03:49.147]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:55.8090628Z [00:03:49.147]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:55.8092290Z [00:03:49.147]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:55.8093844Z [00:03:49.147]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3619502580/b568/_pkg_.a
2025-08-20T21:20:55.8095144Z [00:03:49.147]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:55.8095911Z [00:03:49.147]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:55.8096709Z [00:03:49.147]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:55.8097489Z [00:03:49.147]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:55.8098266Z [00:03:49.147]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:55.8098843Z [00:03:49.147]➜  EOF
2025-08-20T21:20:55.8105412Z [00:03:49.147]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1073/_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/b1073=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/createapikey -lang=go1.21 -complete -installsuffix shared -buildid 8UMnd0JPi76-9j6TAGwm/8UMnd0JPi76-9j6TAGwm -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/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:20:55.9153725Z [00:03:49.254]➜  go tool buildid -w $WORK/b1072/_pkg_.a # internal
2025-08-20T21:20:55.9155236Z [00:03:49.254]➜  cp $WORK/b1072/_pkg_.a /root/.cache/go-build/fa/fadc6bca23e6db03a3341d69f4518fa81736a366d57e73b4ffce6306f7027587-d # internal
2025-08-20T21:20:55.9179154Z [00:03:49.255]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/createcrossclusterapikey
2025-08-20T21:20:55.9180151Z [00:03:49.255]➜  mkdir -p $WORK/b1074/
2025-08-20T21:20:55.9180846Z [00:03:49.255]➜  go tool buildid -w $WORK/b1070/_pkg_.a # internal
2025-08-20T21:20:55.9215595Z [00:03:49.255]➜  cat >/tmp/go-build3619502580/b1074/importcfg << 'EOF' # internal
2025-08-20T21:20:55.9216310Z [00:03:49.255]➜  # import config
2025-08-20T21:20:55.9216962Z [00:03:49.255]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:55.9217788Z [00:03:49.255]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:55.9218634Z [00:03:49.255]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:55.9219652Z [00:03:49.255]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:55.9220444Z [00:03:49.255]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:55.9221802Z [00:03:49.255]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:55.9223310Z [00:03:49.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:55.9224399Z [00:03:49.255]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:55.9225186Z [00:03:49.255]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:55.9226013Z [00:03:49.255]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:55.9226817Z [00:03:49.255]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:55.9227598Z [00:03:49.255]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:55.9228185Z [00:03:49.255]➜  EOF
2025-08-20T21:20:55.9235222Z [00:03:49.255]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1074/_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/b1074=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/createcrossclusterapikey -lang=go1.21 -complete -installsuffix shared -buildid HIluNmbwbmDOTSK-GQUk/HIluNmbwbmDOTSK-GQUk -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/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:20:55.9241820Z [00:03:49.255]➜  go tool buildid -w $WORK/b1071/_pkg_.a # internal
2025-08-20T21:20:55.9243124Z [00:03:49.256]➜  cp $WORK/b1071/_pkg_.a /root/.cache/go-build/92/92affe0d6dbf6617284e29945bbaae1a8fedd146f9bfc475f64bfa31b3a1c1bb-d # internal
2025-08-20T21:20:55.9244521Z [00:03:49.256]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/createservicetoken
2025-08-20T21:20:55.9245432Z [00:03:49.256]➜  mkdir -p $WORK/b1075/
2025-08-20T21:20:55.9246122Z [00:03:49.257]➜  cat >/tmp/go-build3619502580/b1075/importcfg << 'EOF' # internal
2025-08-20T21:20:55.9246756Z [00:03:49.257]➜  # import config
2025-08-20T21:20:55.9247375Z [00:03:49.257]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:55.9248182Z [00:03:49.257]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:55.9248938Z [00:03:49.257]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:55.9249625Z [00:03:49.257]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:55.9250702Z [00:03:49.257]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:55.9252395Z [00:03:49.257]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:55.9253873Z [00:03:49.257]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3619502580/b568/_pkg_.a
2025-08-20T21:20:55.9255027Z [00:03:49.257]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:55.9255770Z [00:03:49.257]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:55.9256544Z [00:03:49.257]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:55.9257311Z [00:03:49.257]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:55.9258075Z [00:03:49.257]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:55.9258638Z [00:03:49.257]➜  EOF
2025-08-20T21:20:55.9293117Z [00:03:49.257]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1075/_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/b1075=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/createservicetoken -lang=go1.21 -complete -installsuffix shared -buildid IEiCiF0ASCaYtVCU4QSB/IEiCiF0ASCaYtVCU4QSB -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/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:20:55.9299066Z [00:03:49.260]➜  cp $WORK/b1070/_pkg_.a /root/.cache/go-build/76/76ee4c1f20f23a0aec677e1bca3a3f543224135ab12234a0898137368f194276-d # internal
2025-08-20T21:20:55.9300400Z [00:03:49.260]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/delegatepki
2025-08-20T21:20:55.9301145Z [00:03:49.260]➜  mkdir -p $WORK/b1076/
2025-08-20T21:20:55.9302533Z [00:03:49.260]➜  cat >/tmp/go-build3619502580/b1076/importcfg << 'EOF' # internal
2025-08-20T21:20:55.9303204Z [00:03:49.260]➜  # import config
2025-08-20T21:20:55.9303856Z [00:03:49.260]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:55.9304851Z [00:03:49.260]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:55.9305723Z [00:03:49.260]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:55.9306617Z [00:03:49.260]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:55.9307416Z [00:03:49.260]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:55.9308626Z [00:03:49.260]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:55.9310146Z [00:03:49.260]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:55.9311402Z [00:03:49.260]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:55.9312199Z [00:03:49.260]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:55.9313034Z [00:03:49.260]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:55.9314021Z [00:03:49.260]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:55.9314806Z [00:03:49.260]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:55.9315367Z [00:03:49.260]➜  EOF
2025-08-20T21:20:55.9322032Z [00:03:49.260]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1076/_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/b1076=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/delegatepki -lang=go1.21 -complete -installsuffix shared -buildid ci61548X8yajkN_8xlOR/ci61548X8yajkN_8xlOR -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/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:20:55.9327983Z [00:03:49.267]➜  go tool buildid -w $WORK/b1073/_pkg_.a # internal
2025-08-20T21:20:55.9329359Z [00:03:49.267]➜  cp $WORK/b1073/_pkg_.a /root/.cache/go-build/bb/bb9276d20ecbd3fbea7889d1d71c1235dc6bdf5e2ed63d2ef399048069ce16b6-d # internal
2025-08-20T21:20:55.9330814Z [00:03:49.268]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteprivileges
2025-08-20T21:20:55.9334368Z [00:03:49.268]➜  mkdir -p $WORK/b1077/
2025-08-20T21:20:55.9335345Z [00:03:49.268]➜  cat >/tmp/go-build3619502580/b1077/importcfg << 'EOF' # internal
2025-08-20T21:20:55.9336253Z [00:03:49.268]➜  # import config
2025-08-20T21:20:55.9336958Z [00:03:49.268]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:55.9337849Z [00:03:49.268]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:55.9338721Z [00:03:49.268]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:55.9339540Z [00:03:49.268]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:55.9340780Z [00:03:49.268]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:55.9342496Z [00:03:49.268]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:55.9344145Z [00:03:49.268]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3619502580/b568/_pkg_.a
2025-08-20T21:20:55.9345388Z [00:03:49.268]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:55.9346184Z [00:03:49.268]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:55.9347013Z [00:03:49.268]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:55.9347827Z [00:03:49.268]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:55.9348825Z [00:03:49.268]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:55.9349587Z [00:03:49.268]➜  EOF
2025-08-20T21:20:55.9355607Z [00:03:49.268]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1077/_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/b1077=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteprivileges -lang=go1.21 -complete -installsuffix shared -buildid cQivbxlPofy6818YFsat/cQivbxlPofy6818YFsat -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/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:20:56.0258262Z [00:03:49.365]➜  go tool buildid -w $WORK/b1074/_pkg_.a # internal
2025-08-20T21:20:56.0276275Z [00:03:49.367]➜  cp $WORK/b1074/_pkg_.a /root/.cache/go-build/40/40160a7f1d5d224c19ba055c6978252a5b41e08b48245c5a99b7898612a1f6ac-d # internal
2025-08-20T21:20:56.0282594Z [00:03:49.367]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterole
2025-08-20T21:20:56.0291189Z [00:03:49.367]➜  mkdir -p $WORK/b1078/
2025-08-20T21:20:56.0292230Z [00:03:49.368]➜  cat >/tmp/go-build3619502580/b1078/importcfg << 'EOF' # internal
2025-08-20T21:20:56.0292953Z [00:03:49.368]➜  # import config
2025-08-20T21:20:56.0293651Z [00:03:49.368]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.0294541Z [00:03:49.368]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.0295625Z [00:03:49.368]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.0296507Z [00:03:49.368]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.0297773Z [00:03:49.368]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.0299384Z [00:03:49.368]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.0301066Z [00:03:49.368]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3619502580/b568/_pkg_.a
2025-08-20T21:20:56.0303518Z [00:03:49.368]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.0304369Z [00:03:49.368]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.0305373Z [00:03:49.368]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.0306195Z [00:03:49.368]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.0307021Z [00:03:49.368]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.0307624Z [00:03:49.368]➜  EOF
2025-08-20T21:20:56.0313263Z [00:03:49.368]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1078/_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/b1078=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterole -lang=go1.21 -complete -installsuffix shared -buildid g8KsBJKSqdfHgTgl0FVZ/g8KsBJKSqdfHgTgl0FVZ -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/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:20:56.0360625Z [00:03:49.375]➜  go tool buildid -w $WORK/b1075/_pkg_.a # internal
2025-08-20T21:20:56.0389126Z [00:03:49.377]➜  cp $WORK/b1075/_pkg_.a /root/.cache/go-build/d2/d2b3879099c3ff309f3b659b9f9cb7eef75b332168e3716fd8c4ee516911df76-d # internal
2025-08-20T21:20:56.0398290Z [00:03:49.378]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterolemapping
2025-08-20T21:20:56.0402489Z [00:03:49.379]➜  mkdir -p $WORK/b1079/
2025-08-20T21:20:56.0403470Z [00:03:49.379]➜  cat >/tmp/go-build3619502580/b1079/importcfg << 'EOF' # internal
2025-08-20T21:20:56.0404361Z [00:03:49.379]➜  # import config
2025-08-20T21:20:56.0405446Z [00:03:49.379]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.0406642Z [00:03:49.379]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.0407917Z [00:03:49.379]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.0408983Z [00:03:49.379]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.0410600Z [00:03:49.379]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.0412728Z [00:03:49.379]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.0419978Z [00:03:49.379]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3619502580/b568/_pkg_.a
2025-08-20T21:20:56.0434406Z [00:03:49.379]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.0435795Z [00:03:49.379]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.0436670Z [00:03:49.379]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.0437529Z [00:03:49.379]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.0438369Z [00:03:49.379]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.0438974Z [00:03:49.379]➜  EOF
2025-08-20T21:20:56.0445504Z [00:03:49.379]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1079/_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/b1079=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterolemapping -lang=go1.21 -complete -installsuffix shared -buildid vTgzVLY-dgC2TwItO464/vTgzVLY-dgC2TwItO464 -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/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:20:56.0451037Z [00:03:49.379]➜  go tool buildid -w $WORK/b1076/_pkg_.a # internal
2025-08-20T21:20:56.0452575Z [00:03:49.381]➜  cp $WORK/b1076/_pkg_.a /root/.cache/go-build/06/06910b7bd9d45766d3801cc397994491d1eeda4a3727ee50462482884eceaa18-d # internal
2025-08-20T21:20:56.0454022Z [00:03:49.381]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteservicetoken
2025-08-20T21:20:56.0454873Z [00:03:49.381]➜  mkdir -p $WORK/b1080/
2025-08-20T21:20:56.0455624Z [00:03:49.382]➜  cat >/tmp/go-build3619502580/b1080/importcfg << 'EOF' # internal
2025-08-20T21:20:56.0456331Z [00:03:49.382]➜  # import config
2025-08-20T21:20:56.0456998Z [00:03:49.382]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.0457870Z [00:03:49.382]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.0458748Z [00:03:49.382]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.0459561Z [00:03:49.382]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.0460772Z [00:03:49.382]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.0462450Z [00:03:49.382]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.0464051Z [00:03:49.382]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3619502580/b568/_pkg_.a
2025-08-20T21:20:56.0465445Z [00:03:49.382]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.0466435Z [00:03:49.382]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.0467648Z [00:03:49.382]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.0469615Z [00:03:49.382]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.0470400Z [00:03:49.382]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.0470981Z [00:03:49.382]➜  EOF
2025-08-20T21:20:56.0477029Z [00:03:49.383]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1080/_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/b1080=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteservicetoken -lang=go1.21 -complete -installsuffix shared -buildid Am3brByYYdWfckauFg_g/Am3brByYYdWfckauFg_g -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/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:20:56.0482527Z [00:03:49.386]➜  go tool buildid -w $WORK/b1077/_pkg_.a # internal
2025-08-20T21:20:56.0520440Z [00:03:49.391]➜  cp $WORK/b1077/_pkg_.a /root/.cache/go-build/91/91a80f48d2dfd000f69ae067a252f5aae588bb5c2091f7ca3488923c1de4cf4a-d # internal
2025-08-20T21:20:56.0524610Z [00:03:49.392]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteuser
2025-08-20T21:20:56.0528766Z [00:03:49.392]➜  mkdir -p $WORK/b1081/
2025-08-20T21:20:56.0535216Z [00:03:49.393]➜  cat >/tmp/go-build3619502580/b1081/importcfg << 'EOF' # internal
2025-08-20T21:20:56.0536221Z [00:03:49.393]➜  # import config
2025-08-20T21:20:56.0537183Z [00:03:49.393]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.0539614Z [00:03:49.393]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.0540522Z [00:03:49.393]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.0541406Z [00:03:49.393]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.0542602Z [00:03:49.393]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.0544198Z [00:03:49.393]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.0545749Z [00:03:49.393]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3619502580/b568/_pkg_.a
2025-08-20T21:20:56.0546901Z [00:03:49.393]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.0547670Z [00:03:49.393]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.0548470Z [00:03:49.393]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.0549247Z [00:03:49.393]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.0550017Z [00:03:49.393]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.0550589Z [00:03:49.393]➜  EOF
2025-08-20T21:20:56.0556165Z [00:03:49.393]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1081/_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/b1081=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteuser -lang=go1.21 -complete -installsuffix shared -buildid s0vbwhKanC7G51U0nmhR/s0vbwhKanC7G51U0nmhR -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/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:20:56.1450306Z [00:03:49.484]➜  go tool buildid -w $WORK/b1079/_pkg_.a # internal
2025-08-20T21:20:56.1451162Z [00:03:49.484]➜  go tool buildid -w $WORK/b1078/_pkg_.a # internal
2025-08-20T21:20:56.1467059Z [00:03:49.485]➜  cp $WORK/b1078/_pkg_.a /root/.cache/go-build/72/72743055054402c3b865449062c378580331dbdbd12c47d355ec81a24cba774d-d # internal
2025-08-20T21:20:56.1468490Z [00:03:49.486]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuser
2025-08-20T21:20:56.1469349Z [00:03:49.486]➜  mkdir -p $WORK/b1082/
2025-08-20T21:20:56.1477867Z [00:03:49.486]➜  cat >/tmp/go-build3619502580/b1082/importcfg << 'EOF' # internal
2025-08-20T21:20:56.1478557Z [00:03:49.487]➜  # import config
2025-08-20T21:20:56.1479253Z [00:03:49.487]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.1480136Z [00:03:49.487]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.1484444Z [00:03:49.487]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.1485239Z [00:03:49.487]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.1486455Z [00:03:49.487]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.1487965Z [00:03:49.487]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.1489627Z [00:03:49.487]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3619502580/b568/_pkg_.a
2025-08-20T21:20:56.1490849Z [00:03:49.487]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.1496953Z [00:03:49.487]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.1497823Z [00:03:49.487]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.1498618Z [00:03:49.487]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.1499462Z [00:03:49.487]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.1500088Z [00:03:49.487]➜  EOF
2025-08-20T21:20:56.1505805Z [00:03:49.487]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1082/_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/b1082=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuser -lang=go1.21 -complete -installsuffix shared -buildid nQiQmDKmsZekNUsLE_mY/nQiQmDKmsZekNUsLE_mY -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/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:20:56.1521434Z [00:03:49.491]➜  cp $WORK/b1079/_pkg_.a /root/.cache/go-build/54/549b8b02d18f5de5fef4de633c30eb873191c3c29cb13b75b35273fea66127f5-d # internal
2025-08-20T21:20:56.1527325Z [00:03:49.492]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuserprofile
2025-08-20T21:20:56.1528218Z [00:03:49.492]➜  mkdir -p $WORK/b1083/
2025-08-20T21:20:56.1537938Z [00:03:49.493]➜  cat >/tmp/go-build3619502580/b1083/importcfg << 'EOF' # internal
2025-08-20T21:20:56.1553742Z [00:03:49.493]➜  # import config
2025-08-20T21:20:56.1555604Z [00:03:49.493]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.1556548Z [00:03:49.493]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.1557452Z [00:03:49.493]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.1560391Z [00:03:49.493]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.1561832Z [00:03:49.493]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.1563737Z [00:03:49.493]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.1565371Z [00:03:49.493]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3619502580/b568/_pkg_.a
2025-08-20T21:20:56.1566610Z [00:03:49.493]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.1567394Z [00:03:49.493]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.1568205Z [00:03:49.493]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.1569025Z [00:03:49.493]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.1569858Z [00:03:49.493]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.1570488Z [00:03:49.493]➜  EOF
2025-08-20T21:20:56.1583876Z [00:03:49.493]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1083/_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/b1083=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuserprofile -lang=go1.21 -complete -installsuffix shared -buildid sDd-0iVlb4KY5ofTHFec/sDd-0iVlb4KY5ofTHFec -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/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:20:56.1589226Z [00:03:49.495]➜  go tool buildid -w $WORK/b1081/_pkg_.a # internal
2025-08-20T21:20:56.1590090Z [00:03:49.495]➜  go tool buildid -w $WORK/b1080/_pkg_.a # internal
2025-08-20T21:20:56.1595573Z [00:03:49.497]➜  cp $WORK/b1081/_pkg_.a /root/.cache/go-build/c6/c61ab21b5f3ff096a6f91cac02d18a0f514a0a184b48a621cbf380140e394af5-d # internal
2025-08-20T21:20:56.1597373Z [00:03:49.497]➜  cp $WORK/b1080/_pkg_.a /root/.cache/go-build/2c/2c602b82e06fadde33433c4b2d10bfd7e83e3ea4ba2d6de52b085f56e244ca1a-d # internal
2025-08-20T21:20:56.1598674Z [00:03:49.497]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuser
2025-08-20T21:20:56.1599389Z [00:03:49.497]➜  mkdir -p $WORK/b1084/
2025-08-20T21:20:56.1600192Z [00:03:49.498]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuserprofile
2025-08-20T21:20:56.1600938Z [00:03:49.498]➜  mkdir -p $WORK/b1085/
2025-08-20T21:20:56.1602058Z [00:03:49.499]➜  cat >/tmp/go-build3619502580/b1084/importcfg << 'EOF' # internal
2025-08-20T21:20:56.1602706Z [00:03:49.499]➜  # import config
2025-08-20T21:20:56.1603348Z [00:03:49.499]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.1604178Z [00:03:49.499]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.1604977Z [00:03:49.499]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.1605726Z [00:03:49.499]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.1606882Z [00:03:49.499]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.1608334Z [00:03:49.499]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.1609875Z [00:03:49.499]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3619502580/b568/_pkg_.a
2025-08-20T21:20:56.1611022Z [00:03:49.499]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.1611972Z [00:03:49.499]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.1612762Z [00:03:49.499]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.1613533Z [00:03:49.499]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.1614513Z [00:03:49.499]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.1615083Z [00:03:49.499]➜  EOF
2025-08-20T21:20:56.1615670Z [00:03:49.499]➜  cat >/tmp/go-build3619502580/b1085/importcfg << 'EOF' # internal
2025-08-20T21:20:56.1616294Z [00:03:49.499]➜  # import config
2025-08-20T21:20:56.1616899Z [00:03:49.499]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.1617732Z [00:03:49.499]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.1618547Z [00:03:49.499]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.1619294Z [00:03:49.499]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.1620555Z [00:03:49.499]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.1633107Z [00:03:49.499]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.1634698Z [00:03:49.499]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3619502580/b568/_pkg_.a
2025-08-20T21:20:56.1635904Z [00:03:49.499]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.1636672Z [00:03:49.499]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.1637467Z [00:03:49.499]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.1638244Z [00:03:49.499]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.1639026Z [00:03:49.499]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.1639597Z [00:03:49.499]➜  EOF
2025-08-20T21:20:56.1645167Z [00:03:49.499]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1084/_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/b1084=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuser -lang=go1.21 -complete -installsuffix shared -buildid useW4ySfuHx76z9THRO8/useW4ySfuHx76z9THRO8 -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/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:20:56.1655557Z [00:03:49.499]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1085/_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/b1085=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuserprofile -lang=go1.21 -complete -installsuffix shared -buildid jVyvP7BBcJ3hi0dLoy9_/jVyvP7BBcJ3hi0dLoy9_ -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/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:20:56.2535551Z [00:03:49.593]➜  go tool buildid -w $WORK/b1082/_pkg_.a # internal
2025-08-20T21:20:56.2553991Z [00:03:49.594]➜  cp $WORK/b1082/_pkg_.a /root/.cache/go-build/a8/a89947a6828de1c44a4a437eb2a9a9ab25f87b91e4c2bcb9e0c6c396aca372fd-d # internal
2025-08-20T21:20:56.2559489Z [00:03:49.595]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollkibana
2025-08-20T21:20:56.2560331Z [00:03:49.595]➜  mkdir -p $WORK/b1086/
2025-08-20T21:20:56.2566974Z [00:03:49.595]➜  cat >/tmp/go-build3619502580/b1086/importcfg << 'EOF' # internal
2025-08-20T21:20:56.2567673Z [00:03:49.596]➜  # import config
2025-08-20T21:20:56.2568351Z [00:03:49.596]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.2569492Z [00:03:49.596]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.2570417Z [00:03:49.596]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.2571435Z [00:03:49.596]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.2572692Z [00:03:49.596]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.2574163Z [00:03:49.596]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.2575239Z [00:03:49.596]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.2576059Z [00:03:49.596]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.2577179Z [00:03:49.596]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.2578106Z [00:03:49.596]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.2579011Z [00:03:49.596]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.2579661Z [00:03:49.596]➜  EOF
2025-08-20T21:20:56.2585589Z [00:03:49.596]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1086/_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/b1086=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollkibana -lang=go1.21 -complete -installsuffix shared -buildid C2DdIMVMUhvpjmIEpNmv/C2DdIMVMUhvpjmIEpNmv -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/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:20:56.2730581Z [00:03:49.611]➜  go tool buildid -w $WORK/b1084/_pkg_.a # internal
2025-08-20T21:20:56.2733136Z [00:03:49.612]➜  cp $WORK/b1084/_pkg_.a /root/.cache/go-build/f9/f9b9c3799116c4593faa0bb64a7de45c65219c61eb06fcd3d80023f070b8732c-d # internal
2025-08-20T21:20:56.2736669Z [00:03:49.613]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollnode
2025-08-20T21:20:56.2737353Z [00:03:49.613]➜  mkdir -p $WORK/b1087/
2025-08-20T21:20:56.2743444Z [00:03:49.614]➜  go tool buildid -w $WORK/b1085/_pkg_.a # internal
2025-08-20T21:20:56.2748279Z [00:03:49.614]➜  cat >/tmp/go-build3619502580/b1087/importcfg << 'EOF' # internal
2025-08-20T21:20:56.2749084Z [00:03:49.614]➜  # import config
2025-08-20T21:20:56.2749734Z [00:03:49.614]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.2750541Z [00:03:49.614]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.2759089Z [00:03:49.614]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.2759933Z [00:03:49.614]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.2761431Z [00:03:49.614]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.2762799Z [00:03:49.614]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.2763836Z [00:03:49.614]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.2764600Z [00:03:49.615]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.2765386Z [00:03:49.615]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.2766162Z [00:03:49.615]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.2766943Z [00:03:49.615]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.2767518Z [00:03:49.615]➜  EOF
2025-08-20T21:20:56.2779135Z [00:03:49.615]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1087/_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/b1087=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollnode -lang=go1.21 -complete -installsuffix shared -buildid B-eQExQ4TZIl7rkkEIdR/B-eQExQ4TZIl7rkkEIdR -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/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:20:56.2790398Z [00:03:49.615]➜  go tool buildid -w $WORK/b1083/_pkg_.a # internal
2025-08-20T21:20:56.2791992Z [00:03:49.617]➜  cp $WORK/b1085/_pkg_.a /root/.cache/go-build/f9/f9ff3da11634491458c3dc802b27af5320a0045bdb25ddf91f8f479c0e306bc2-d # internal
2025-08-20T21:20:56.2793401Z [00:03:49.617]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getapikey
2025-08-20T21:20:56.2798131Z [00:03:49.617]➜  mkdir -p $WORK/b1088/
2025-08-20T21:20:56.2798893Z [00:03:49.617]➜  cat >/tmp/go-build3619502580/b1088/importcfg << 'EOF' # internal
2025-08-20T21:20:56.2799605Z [00:03:49.617]➜  # import config
2025-08-20T21:20:56.2800301Z [00:03:49.617]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.2801421Z [00:03:49.617]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.2802346Z [00:03:49.617]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.2803185Z [00:03:49.617]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.2804385Z [00:03:49.617]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.2805860Z [00:03:49.617]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.2806898Z [00:03:49.617]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.2807696Z [00:03:49.617]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.2808537Z [00:03:49.617]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.2809340Z [00:03:49.617]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.2810117Z [00:03:49.617]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.2810693Z [00:03:49.617]➜  EOF
2025-08-20T21:20:56.2816338Z [00:03:49.617]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1088/_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/b1088=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getapikey -lang=go1.21 -complete -installsuffix shared -buildid 6wB21gTlNeCnamAe0xyY/6wB21gTlNeCnamAe0xyY -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/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:20:56.2821992Z [00:03:49.618]➜  cp $WORK/b1083/_pkg_.a /root/.cache/go-build/df/df3568b20cee5d652a0056f9de05f22e894d83f94bc736cd1cf8a1d15ae8313e-d # internal
2025-08-20T21:20:56.2823381Z [00:03:49.619]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getbuiltinprivileges
2025-08-20T21:20:56.2824160Z [00:03:49.619]➜  mkdir -p $WORK/b1089/
2025-08-20T21:20:56.2826898Z [00:03:49.622]➜  cat >/tmp/go-build3619502580/b1089/importcfg << 'EOF' # internal
2025-08-20T21:20:56.2827742Z [00:03:49.622]➜  # import config
2025-08-20T21:20:56.2828538Z [00:03:49.622]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.2829582Z [00:03:49.622]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.2830726Z [00:03:49.622]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.2831851Z [00:03:49.622]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.2833017Z [00:03:49.622]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.2834687Z [00:03:49.622]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.2836564Z [00:03:49.622]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege=/tmp/go-build3619502580/b439/_pkg_.a
2025-08-20T21:20:56.2838629Z [00:03:49.622]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/remoteclusterprivilege=/tmp/go-build3619502580/b569/_pkg_.a
2025-08-20T21:20:56.2840223Z [00:03:49.622]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.2841160Z [00:03:49.622]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.2842281Z [00:03:49.622]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.2843170Z [00:03:49.622]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.2844038Z [00:03:49.622]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.2844809Z [00:03:49.622]➜  EOF
2025-08-20T21:20:56.2851036Z [00:03:49.622]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1089/_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/b1089=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getbuiltinprivileges -lang=go1.21 -complete -installsuffix shared -buildid yDJTpvIddEb2fFVt8AlJ/yDJTpvIddEb2fFVt8AlJ -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/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:20:56.3704424Z [00:03:49.709]➜  go tool buildid -w $WORK/b1086/_pkg_.a # internal
2025-08-20T21:20:56.3710546Z [00:03:49.710]➜  cp $WORK/b1086/_pkg_.a /root/.cache/go-build/75/753ceaa9473e63f59503125e8204c2911757ab50870ac0d621df00c4df2b8773-d # internal
2025-08-20T21:20:56.3715703Z [00:03:49.711]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getprivileges
2025-08-20T21:20:56.3716491Z [00:03:49.711]➜  mkdir -p $WORK/b1090/
2025-08-20T21:20:56.3726311Z [00:03:49.711]➜  cat >/tmp/go-build3619502580/b1090/importcfg << 'EOF' # internal
2025-08-20T21:20:56.3727104Z [00:03:49.711]➜  # import config
2025-08-20T21:20:56.3727830Z [00:03:49.711]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.3728747Z [00:03:49.711]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.3729684Z [00:03:49.711]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.3730766Z [00:03:49.711]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.3732781Z [00:03:49.711]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.3734418Z [00:03:49.711]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.3735570Z [00:03:49.711]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.3736468Z [00:03:49.711]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.3737340Z [00:03:49.711]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.3738195Z [00:03:49.711]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.3739051Z [00:03:49.711]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.3739925Z [00:03:49.711]➜  EOF
2025-08-20T21:20:56.3745947Z [00:03:49.711]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1090/_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/b1090=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getprivileges -lang=go1.21 -complete -installsuffix shared -buildid 7gAlOaGyopgZK0ZSxwwe/7gAlOaGyopgZK0ZSxwwe -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/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:20:56.3796588Z [00:03:49.719]➜  go tool buildid -w $WORK/b1087/_pkg_.a # internal
2025-08-20T21:20:56.3812529Z [00:03:49.720]➜  cp $WORK/b1087/_pkg_.a /root/.cache/go-build/86/86ead7aea45dac510b2d4d31673e7649d0197fbc1c8d9cb4a7ee97990e282557-d # internal
2025-08-20T21:20:56.3815037Z [00:03:49.721]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getrole
2025-08-20T21:20:56.3833331Z [00:03:49.721]➜  mkdir -p $WORK/b1091/
2025-08-20T21:20:56.3835098Z [00:03:49.721]➜  cat >/tmp/go-build3619502580/b1091/importcfg << 'EOF' # internal
2025-08-20T21:20:56.3835768Z [00:03:49.721]➜  # import config
2025-08-20T21:20:56.3836468Z [00:03:49.721]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.3837348Z [00:03:49.721]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.3838339Z [00:03:49.721]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.3839113Z [00:03:49.721]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.3840298Z [00:03:49.721]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.3841967Z [00:03:49.721]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.3843078Z [00:03:49.721]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.3843860Z [00:03:49.723]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.3844626Z [00:03:49.723]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.3845407Z [00:03:49.723]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.3846149Z [00:03:49.723]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.3846708Z [00:03:49.723]➜  EOF
2025-08-20T21:20:56.3855318Z [00:03:49.723]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1091/_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/b1091=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getrole -lang=go1.21 -complete -installsuffix shared -buildid 73TDBmhvVvAEY-fWsQyj/73TDBmhvVvAEY-fWsQyj -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/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:20:56.3871794Z [00:03:49.726]➜  go tool buildid -w $WORK/b1089/_pkg_.a # internal
2025-08-20T21:20:56.3876096Z [00:03:49.727]➜  go tool buildid -w $WORK/b1088/_pkg_.a # internal
2025-08-20T21:20:56.3901627Z [00:03:49.728]➜  cp $WORK/b1088/_pkg_.a /root/.cache/go-build/7b/7b2f6c5332195c834f040e56ec5d5cad39062629c678090cb93f1750afa0cf5c-d # internal
2025-08-20T21:20:56.3903063Z [00:03:49.728]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getrolemapping
2025-08-20T21:20:56.3926645Z [00:03:49.728]➜  mkdir -p $WORK/b1092/
2025-08-20T21:20:56.3928928Z [00:03:49.728]➜  cp $WORK/b1089/_pkg_.a /root/.cache/go-build/06/06da66152abd92ef02582008b656789b624cf02614fabafdc8c3f8cf68577def-d # internal
2025-08-20T21:20:56.3930399Z [00:03:49.729]➜  cat >/tmp/go-build3619502580/b1092/importcfg << 'EOF' # internal
2025-08-20T21:20:56.3931074Z [00:03:49.729]➜  # import config
2025-08-20T21:20:56.3931894Z [00:03:49.729]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.3932783Z [00:03:49.729]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.3933655Z [00:03:49.729]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.3934477Z [00:03:49.729]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.3935687Z [00:03:49.729]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.3937474Z [00:03:49.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.3938633Z [00:03:49.729]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.3939433Z [00:03:49.729]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.3940237Z [00:03:49.729]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.3941035Z [00:03:49.729]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.3942021Z [00:03:49.729]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.3942626Z [00:03:49.729]➜  EOF
2025-08-20T21:20:56.3948313Z [00:03:49.729]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1092/_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/b1092=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getrolemapping -lang=go1.21 -complete -installsuffix shared -buildid 3qqAMWN_REixF6-Mm0lZ/3qqAMWN_REixF6-Mm0lZ -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/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:20:56.3955215Z [00:03:49.731]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getserviceaccounts
2025-08-20T21:20:56.3956300Z [00:03:49.731]➜  mkdir -p $WORK/b1093/
2025-08-20T21:20:56.3957153Z [00:03:49.731]➜  cat >/tmp/go-build3619502580/b1093/importcfg << 'EOF' # internal
2025-08-20T21:20:56.3957957Z [00:03:49.731]➜  # import config
2025-08-20T21:20:56.3958746Z [00:03:49.731]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.3959747Z [00:03:49.731]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.3960722Z [00:03:49.731]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.3961874Z [00:03:49.731]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.3963545Z [00:03:49.731]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.3965467Z [00:03:49.731]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.3966666Z [00:03:49.731]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.3967615Z [00:03:49.731]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.3968722Z [00:03:49.731]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.3969669Z [00:03:49.731]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.3970454Z [00:03:49.731]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.3971174Z [00:03:49.731]➜  EOF
2025-08-20T21:20:56.3978344Z [00:03:49.731]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1093/_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/b1093=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getserviceaccounts -lang=go1.21 -complete -installsuffix shared -buildid 5Otrv7vQp9MPYBJdEIOX/5Otrv7vQp9MPYBJdEIOX -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/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:20:56.4822325Z [00:03:49.821]➜  go tool buildid -w $WORK/b1091/_pkg_.a # internal
2025-08-20T21:20:56.4839657Z [00:03:49.823]➜  cp $WORK/b1091/_pkg_.a /root/.cache/go-build/83/83ab20a41a30c1957bfede505c571ce76922afceed71b1d8bcc605193bfd4d46-d # internal
2025-08-20T21:20:56.4862164Z [00:03:49.824]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getservicecredentials
2025-08-20T21:20:56.4863147Z [00:03:49.824]➜  mkdir -p $WORK/b1094/
2025-08-20T21:20:56.4863885Z [00:03:49.824]➜  cat >/tmp/go-build3619502580/b1094/importcfg << 'EOF' # internal
2025-08-20T21:20:56.4864570Z [00:03:49.824]➜  # import config
2025-08-20T21:20:56.4865249Z [00:03:49.824]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.4866135Z [00:03:49.824]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.4867178Z [00:03:49.824]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.4867982Z [00:03:49.824]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.4869161Z [00:03:49.824]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.4870620Z [00:03:49.824]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.4871887Z [00:03:49.824]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.4872693Z [00:03:49.824]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.4873531Z [00:03:49.824]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.4874365Z [00:03:49.824]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.4875195Z [00:03:49.824]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.4875819Z [00:03:49.824]➜  EOF
2025-08-20T21:20:56.4883085Z [00:03:49.824]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1094/_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/b1094=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getservicecredentials -lang=go1.21 -complete -installsuffix shared -buildid QslEdNgD5s2tgS6n22Ig/QslEdNgD5s2tgS6n22Ig -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/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:20:56.4960248Z [00:03:49.835]➜  go tool buildid -w $WORK/b1090/_pkg_.a # internal
2025-08-20T21:20:56.4977457Z [00:03:49.837]➜  cp $WORK/b1090/_pkg_.a /root/.cache/go-build/d1/d122c911b4c7aba780cf5d7364854ef009abc64fd77bc2854715ee3ba806f316-d # internal
2025-08-20T21:20:56.4982533Z [00:03:49.837]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getsettings
2025-08-20T21:20:56.4983345Z [00:03:49.837]➜  mkdir -p $WORK/b1095/
2025-08-20T21:20:56.4988809Z [00:03:49.838]➜  cat >/tmp/go-build3619502580/b1095/importcfg << 'EOF' # internal
2025-08-20T21:20:56.4991143Z [00:03:49.838]➜  # import config
2025-08-20T21:20:56.4992494Z [00:03:49.838]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.4993543Z [00:03:49.838]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.4994510Z [00:03:49.838]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.4995409Z [00:03:49.838]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.4996711Z [00:03:49.838]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.5017475Z [00:03:49.838]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.5022087Z [00:03:49.838]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.5023163Z [00:03:49.838]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.5024069Z [00:03:49.838]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.5024890Z [00:03:49.838]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.5025710Z [00:03:49.838]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.5026308Z [00:03:49.838]➜  EOF
2025-08-20T21:20:56.5032059Z [00:03:49.838]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1095/_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/b1095=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getsettings -lang=go1.21 -complete -installsuffix shared -buildid w_DWL8DTPTmMAby0kizH/w_DWL8DTPTmMAby0kizH -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/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:20:56.5040570Z [00:03:49.843]➜  go tool buildid -w $WORK/b1092/_pkg_.a # internal
2025-08-20T21:20:56.5055582Z [00:03:49.845]➜  cp $WORK/b1092/_pkg_.a /root/.cache/go-build/e7/e7f7284d25a4eba2232260d69b07f33fe67766e7c4a04292c73d2c1dba6bda32-d # internal
2025-08-20T21:20:56.5063536Z [00:03:49.845]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/gettoken
2025-08-20T21:20:56.5068443Z [00:03:49.845]➜  mkdir -p $WORK/b1096/
2025-08-20T21:20:56.5069203Z [00:03:49.845]➜  cat >/tmp/go-build3619502580/b1096/importcfg << 'EOF' # internal
2025-08-20T21:20:56.5069871Z [00:03:49.845]➜  # import config
2025-08-20T21:20:56.5070512Z [00:03:49.845]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:56.5071510Z [00:03:49.845]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.5072406Z [00:03:49.845]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.5073269Z [00:03:49.845]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.5074296Z [00:03:49.845]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.5075501Z [00:03:49.845]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.5077010Z [00:03:49.845]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.5078765Z [00:03:49.845]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/accesstokengranttype=/tmp/go-build3619502580/b1097/_pkg_.a
2025-08-20T21:20:56.5080104Z [00:03:49.845]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.5080905Z [00:03:49.845]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.5081906Z [00:03:49.845]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.5082701Z [00:03:49.845]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.5083641Z [00:03:49.845]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.5084238Z [00:03:49.845]➜  EOF
2025-08-20T21:20:56.5090390Z [00:03:49.846]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1096/_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/b1096=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/gettoken -lang=go1.21 -complete -installsuffix shared -buildid QIxojOqG7c5qP5KQFqCG/QIxojOqG7c5qP5KQFqCG -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/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:20:56.5179295Z [00:03:49.857]➜  go tool buildid -w $WORK/b1093/_pkg_.a # internal
2025-08-20T21:20:56.5198124Z [00:03:49.859]➜  cp $WORK/b1093/_pkg_.a /root/.cache/go-build/42/4298b965fa487d52e69260975f53a230ac3442306da7a0c90816dbaeeb5b2b45-d # internal
2025-08-20T21:20:56.5201488Z [00:03:49.859]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getuser
2025-08-20T21:20:56.5202479Z [00:03:49.859]➜  mkdir -p $WORK/b1098/
2025-08-20T21:20:56.5207216Z [00:03:49.860]➜  cat >/tmp/go-build3619502580/b1098/importcfg << 'EOF' # internal
2025-08-20T21:20:56.5208175Z [00:03:49.860]➜  # import config
2025-08-20T21:20:56.5211441Z [00:03:49.860]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.5212372Z [00:03:49.860]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.5213250Z [00:03:49.860]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.5214041Z [00:03:49.860]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.5215214Z [00:03:49.860]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.5216757Z [00:03:49.860]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.5217901Z [00:03:49.860]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.5218708Z [00:03:49.860]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.5219556Z [00:03:49.860]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.5220388Z [00:03:49.860]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.5221338Z [00:03:49.860]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.5221952Z [00:03:49.860]➜  EOF
2025-08-20T21:20:56.5227308Z [00:03:49.860]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1098/_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/b1098=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getuser -lang=go1.21 -complete -installsuffix shared -buildid TK9WF1t9frggej3JYOHp/TK9WF1t9frggej3JYOHp -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/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:20:56.6064970Z [00:03:49.946]➜  go tool buildid -w $WORK/b1094/_pkg_.a # internal
2025-08-20T21:20:56.6076115Z [00:03:49.947]➜  cp $WORK/b1094/_pkg_.a /root/.cache/go-build/82/8219613069b493e149aff015b02134ff38247f18816670cfbe5b2140f1424a9b-d # internal
2025-08-20T21:20:56.6093114Z [00:03:49.947]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprivileges
2025-08-20T21:20:56.6094039Z [00:03:49.947]➜  mkdir -p $WORK/b1099/
2025-08-20T21:20:56.6095041Z [00:03:49.947]➜  cat >/tmp/go-build3619502580/b1099/importcfg << 'EOF' # internal
2025-08-20T21:20:56.6095776Z [00:03:49.947]➜  # import config
2025-08-20T21:20:56.6096475Z [00:03:49.947]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.6097375Z [00:03:49.947]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.6098254Z [00:03:49.947]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.6099069Z [00:03:49.947]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.6100329Z [00:03:49.947]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.6102260Z [00:03:49.947]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.6103452Z [00:03:49.947]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.6104301Z [00:03:49.947]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.6105164Z [00:03:49.947]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.6106010Z [00:03:49.947]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.6106881Z [00:03:49.947]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.6107536Z [00:03:49.947]➜  EOF
2025-08-20T21:20:56.6113973Z [00:03:49.947]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1099/_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/b1099=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprivileges -lang=go1.21 -complete -installsuffix shared -buildid -fObSyTGCssOTr0Ew8Nk/-fObSyTGCssOTr0Ew8Nk -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/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:20:56.6169786Z [00:03:49.956]➜  go tool buildid -w $WORK/b1095/_pkg_.a # internal
2025-08-20T21:20:56.6187046Z [00:03:49.958]➜  cp $WORK/b1095/_pkg_.a /root/.cache/go-build/25/256f1a1b834c21000cd0194c4e292c52cb8b13b7b9754bc54e64104671b3ea31-d # internal
2025-08-20T21:20:56.6193030Z [00:03:49.958]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprofile
2025-08-20T21:20:56.6218412Z [00:03:49.958]➜  mkdir -p $WORK/b1100/
2025-08-20T21:20:56.6219159Z [00:03:49.958]➜  cat >/tmp/go-build3619502580/b1100/importcfg << 'EOF' # internal
2025-08-20T21:20:56.6219803Z [00:03:49.958]➜  # import config
2025-08-20T21:20:56.6220421Z [00:03:49.958]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.6228476Z [00:03:49.958]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.6229622Z [00:03:49.958]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.6230428Z [00:03:49.958]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.6232122Z [00:03:49.958]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.6233912Z [00:03:49.958]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.6235256Z [00:03:49.958]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.6236093Z [00:03:49.958]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.6236932Z [00:03:49.958]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.6237779Z [00:03:49.958]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.6238576Z [00:03:49.958]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.6239342Z [00:03:49.958]➜  EOF
2025-08-20T21:20:56.6245253Z [00:03:49.959]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1100/_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/b1100=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprofile -lang=go1.21 -complete -installsuffix shared -buildid nL5Y0dO1Yw9CKDmuPXJJ/nL5Y0dO1Yw9CKDmuPXJJ -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/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:20:56.6252777Z [00:03:49.963]➜  go tool buildid -w $WORK/b1098/_pkg_.a # internal
2025-08-20T21:20:56.6254117Z [00:03:49.963]➜  cp $WORK/b1098/_pkg_.a /root/.cache/go-build/bb/bb08b31627fafb4196dd994b5f4e5fc6fbfe6381976344a80daa0e6eaa4dddd8-d # internal
2025-08-20T21:20:56.6255504Z [00:03:49.963]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/grantapikey
2025-08-20T21:20:56.6256308Z [00:03:49.963]➜  mkdir -p $WORK/b1101/
2025-08-20T21:20:56.6257065Z [00:03:49.963]➜  cat >/tmp/go-build3619502580/b1101/importcfg << 'EOF' # internal
2025-08-20T21:20:56.6257781Z [00:03:49.963]➜  # import config
2025-08-20T21:20:56.6258423Z [00:03:49.963]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:56.6259406Z [00:03:49.963]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.6260343Z [00:03:49.963]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.6262346Z [00:03:49.963]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.6263187Z [00:03:49.963]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.6264397Z [00:03:49.963]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.6265917Z [00:03:49.963]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.6267531Z [00:03:49.963]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeygranttype=/tmp/go-build3619502580/b1102/_pkg_.a
2025-08-20T21:20:56.6268797Z [00:03:49.963]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.6269635Z [00:03:49.963]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.6270482Z [00:03:49.963]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.6271451Z [00:03:49.963]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.6272292Z [00:03:49.963]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.6272910Z [00:03:49.963]➜  EOF
2025-08-20T21:20:56.6279268Z [00:03:49.963]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1101/_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/b1101=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/grantapikey -lang=go1.21 -complete -installsuffix shared -buildid hlSWpiJ_gGKqhZi8p7IT/hlSWpiJ_gGKqhZi8p7IT -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/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:20:56.6428936Z [00:03:49.982]➜  go tool buildid -w $WORK/b1096/_pkg_.a # internal
2025-08-20T21:20:56.6453863Z [00:03:49.985]➜  cp $WORK/b1096/_pkg_.a /root/.cache/go-build/b1/b1a389b55afa3d26e93d96fced4123793b7359fa2415c093b077326af0e8ad1a-d # internal
2025-08-20T21:20:56.6480838Z [00:03:49.986]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivileges
2025-08-20T21:20:56.6482017Z [00:03:49.986]➜  mkdir -p $WORK/b1103/
2025-08-20T21:20:56.6482752Z [00:03:49.986]➜  cat >/tmp/go-build3619502580/b1103/importcfg << 'EOF' # internal
2025-08-20T21:20:56.6483403Z [00:03:49.986]➜  # import config
2025-08-20T21:20:56.6484019Z [00:03:49.986]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:56.6484828Z [00:03:49.986]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.6485663Z [00:03:49.986]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.6486636Z [00:03:49.986]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.6487398Z [00:03:49.986]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.6488573Z [00:03:49.986]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.6490045Z [00:03:49.986]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.6491816Z [00:03:49.986]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege=/tmp/go-build3619502580/b439/_pkg_.a
2025-08-20T21:20:56.6493032Z [00:03:49.986]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.6493802Z [00:03:49.986]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.6494701Z [00:03:49.986]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.6495482Z [00:03:49.986]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.6496263Z [00:03:49.986]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.6496837Z [00:03:49.986]➜  EOF
2025-08-20T21:20:56.6503428Z [00:03:49.986]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1103/_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/b1103=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivileges -lang=go1.21 -complete -installsuffix shared -buildid LDJV1h528vQTrN99NpWP/LDJV1h528vQTrN99NpWP -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/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:20:56.7217647Z [00:03:50.061]➜  go tool buildid -w $WORK/b1099/_pkg_.a # internal
2025-08-20T21:20:56.7277044Z [00:03:50.067]➜  cp $WORK/b1099/_pkg_.a /root/.cache/go-build/d4/d4f4d4c2ff4585c365e5809db14052779e9a9ea9cd111936b7e1a59ca84fbb23-d # internal
2025-08-20T21:20:56.7279903Z [00:03:50.067]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivilegesuserprofile
2025-08-20T21:20:56.7280827Z [00:03:50.067]➜  mkdir -p $WORK/b1104/
2025-08-20T21:20:56.7283861Z [00:03:50.068]➜  cat >/tmp/go-build3619502580/b1104/importcfg << 'EOF' # internal
2025-08-20T21:20:56.7284603Z [00:03:50.068]➜  # import config
2025-08-20T21:20:56.7285244Z [00:03:50.068]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:56.7286089Z [00:03:50.068]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.7286964Z [00:03:50.068]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.7287809Z [00:03:50.068]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.7288606Z [00:03:50.068]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.7290016Z [00:03:50.068]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.7294545Z [00:03:50.068]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.7295801Z [00:03:50.069]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.7296670Z [00:03:50.069]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.7297518Z [00:03:50.069]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.7298376Z [00:03:50.069]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.7299187Z [00:03:50.069]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.7299797Z [00:03:50.069]➜  EOF
2025-08-20T21:20:56.7307171Z [00:03:50.069]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1104/_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/b1104=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivilegesuserprofile -lang=go1.21 -complete -installsuffix shared -buildid 5YwtAUYNwdI2x4us1OCo/5YwtAUYNwdI2x4us1OCo -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/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:20:56.7362232Z [00:03:50.075]➜  go tool buildid -w $WORK/b1100/_pkg_.a # internal
2025-08-20T21:20:56.7380522Z [00:03:50.077]➜  cp $WORK/b1100/_pkg_.a /root/.cache/go-build/9c/9c9015277eece086adf191d69246c4aa94a52ba4c3e4dd1eea392e8de3b24677-d # internal
2025-08-20T21:20:56.7382242Z [00:03:50.077]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidateapikey
2025-08-20T21:20:56.7383111Z [00:03:50.077]➜  mkdir -p $WORK/b1105/
2025-08-20T21:20:56.7408066Z [00:03:50.080]➜  cat >/tmp/go-build3619502580/b1105/importcfg << 'EOF' # internal
2025-08-20T21:20:56.7413510Z [00:03:50.080]➜  # import config
2025-08-20T21:20:56.7414188Z [00:03:50.080]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:56.7415041Z [00:03:50.080]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.7415944Z [00:03:50.080]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.7416794Z [00:03:50.080]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.7417617Z [00:03:50.080]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.7418881Z [00:03:50.080]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.7420869Z [00:03:50.080]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.7422235Z [00:03:50.080]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.7423077Z [00:03:50.080]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.7423956Z [00:03:50.080]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.7424962Z [00:03:50.080]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.7425827Z [00:03:50.081]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.7426438Z [00:03:50.081]➜  EOF
2025-08-20T21:20:56.7433382Z [00:03:50.081]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1105/_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/b1105=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidateapikey -lang=go1.21 -complete -installsuffix shared -buildid fFJIq7_Sq2TNGMfdc3XO/fFJIq7_Sq2TNGMfdc3XO -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/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:20:56.7497192Z [00:03:50.089]➜  go tool buildid -w $WORK/b1101/_pkg_.a # internal
2025-08-20T21:20:56.7519276Z [00:03:50.091]➜  cp $WORK/b1101/_pkg_.a /root/.cache/go-build/53/53cfbb0a27b7aa34f2601a39b5c7e77891b38ede381e43e93f4266ad1975a99f-d # internal
2025-08-20T21:20:56.7530519Z [00:03:50.092]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidatetoken
2025-08-20T21:20:56.7531494Z [00:03:50.092]➜  mkdir -p $WORK/b1106/
2025-08-20T21:20:56.7532217Z [00:03:50.092]➜  cat >/tmp/go-build3619502580/b1106/importcfg << 'EOF' # internal
2025-08-20T21:20:56.7533903Z [00:03:50.092]➜  # import config
2025-08-20T21:20:56.7534558Z [00:03:50.092]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:56.7535372Z [00:03:50.092]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.7536223Z [00:03:50.092]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.7537236Z [00:03:50.092]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.7538102Z [00:03:50.092]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.7539308Z [00:03:50.092]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.7540825Z [00:03:50.092]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.7542548Z [00:03:50.092]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.7543389Z [00:03:50.092]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.7544219Z [00:03:50.092]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.7545008Z [00:03:50.092]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.7545797Z [00:03:50.092]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.7546419Z [00:03:50.092]➜  EOF
2025-08-20T21:20:56.7553659Z [00:03:50.093]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1106/_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/b1106=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidatetoken -lang=go1.21 -complete -installsuffix shared -buildid PbXoCqJzhXj_kzSHadWv/PbXoCqJzhXj_kzSHadWv -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/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:20:56.7563878Z [00:03:50.096]➜  go tool buildid -w $WORK/b1103/_pkg_.a # internal
2025-08-20T21:20:56.7604837Z [00:03:50.098]➜  cp $WORK/b1103/_pkg_.a /root/.cache/go-build/86/86744e3c391889083d4af0d1a861739f06bfd9f899738b1eb01f6e4994c3cec5-d # internal
2025-08-20T21:20:56.7610816Z [00:03:50.098]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcauthenticate
2025-08-20T21:20:56.7611977Z [00:03:50.098]➜  mkdir -p $WORK/b1107/
2025-08-20T21:20:56.7612677Z [00:03:50.098]➜  cat >/tmp/go-build3619502580/b1107/importcfg << 'EOF' # internal
2025-08-20T21:20:56.7613337Z [00:03:50.098]➜  # import config
2025-08-20T21:20:56.7613949Z [00:03:50.098]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:56.7614732Z [00:03:50.098]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.7615557Z [00:03:50.098]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.7616368Z [00:03:50.098]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.7617117Z [00:03:50.098]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.7618288Z [00:03:50.098]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.7619906Z [00:03:50.098]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.7620964Z [00:03:50.098]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.7621941Z [00:03:50.098]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.7622749Z [00:03:50.098]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.7623532Z [00:03:50.099]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.7624305Z [00:03:50.099]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.7624877Z [00:03:50.099]➜  EOF
2025-08-20T21:20:56.7631767Z [00:03:50.099]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1107/_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/b1107=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcauthenticate -lang=go1.21 -complete -installsuffix shared -buildid 1oxNP5KuYGF-KjEg1_3S/1oxNP5KuYGF-KjEg1_3S -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/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:20:56.8239702Z [00:03:50.163]➜  go tool buildid -w $WORK/b1104/_pkg_.a # internal
2025-08-20T21:20:56.8253960Z [00:03:50.165]➜  cp $WORK/b1104/_pkg_.a /root/.cache/go-build/2b/2b6271f0620995aa8f4c5f5d03357aca5dea328eee6c15a6595a65cc72222e35-d # internal
2025-08-20T21:20:56.8277524Z [00:03:50.167]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/oidclogout
2025-08-20T21:20:56.8280207Z [00:03:50.167]➜  mkdir -p $WORK/b1108/
2025-08-20T21:20:56.8281539Z [00:03:50.167]➜  cat >/tmp/go-build3619502580/b1108/importcfg << 'EOF' # internal
2025-08-20T21:20:56.8282815Z [00:03:50.167]➜  # import config
2025-08-20T21:20:56.8283714Z [00:03:50.167]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:56.8285243Z [00:03:50.167]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.8286443Z [00:03:50.167]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.8287945Z [00:03:50.167]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.8289055Z [00:03:50.167]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.8290428Z [00:03:50.167]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.8292485Z [00:03:50.167]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.8304204Z [00:03:50.167]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.8305061Z [00:03:50.167]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.8305910Z [00:03:50.167]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.8306748Z [00:03:50.167]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.8307569Z [00:03:50.167]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.8308173Z [00:03:50.167]➜  EOF
2025-08-20T21:20:56.8315744Z [00:03:50.168]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1108/_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/b1108=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/oidclogout -lang=go1.21 -complete -installsuffix shared -buildid SwQ0_Gmhsih8K-A0e_DF/SwQ0_Gmhsih8K-A0e_DF -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/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:20:56.8633795Z [00:03:50.202]➜  go tool buildid -w $WORK/b1107/_pkg_.a # internal
2025-08-20T21:20:56.8667253Z [00:03:50.206]➜  cp $WORK/b1107/_pkg_.a /root/.cache/go-build/9c/9c29b45984ee2208861c02df804228378221ce55727dec699914cda36a7d414a-d # internal
2025-08-20T21:20:56.8672201Z [00:03:50.206]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcprepareauthentication
2025-08-20T21:20:56.8673087Z [00:03:50.206]➜  mkdir -p $WORK/b1109/
2025-08-20T21:20:56.8673939Z [00:03:50.206]➜  cat >/tmp/go-build3619502580/b1109/importcfg << 'EOF' # internal
2025-08-20T21:20:56.8674555Z [00:03:50.206]➜  # import config
2025-08-20T21:20:56.8675157Z [00:03:50.206]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:56.8675919Z [00:03:50.206]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.8676730Z [00:03:50.206]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.8677520Z [00:03:50.206]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.8678270Z [00:03:50.206]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.8679417Z [00:03:50.206]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.8680860Z [00:03:50.206]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.8682064Z [00:03:50.206]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.8682799Z [00:03:50.206]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.8683601Z [00:03:50.206]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.8684434Z [00:03:50.206]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.8685478Z [00:03:50.206]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.8686235Z [00:03:50.206]➜  EOF
2025-08-20T21:20:56.8696868Z [00:03:50.206]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1109/_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/b1109=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcprepareauthentication -lang=go1.21 -complete -installsuffix shared -buildid YxiCSICTgfSlU1jqlJk8/YxiCSICTgfSlU1jqlJk8 -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/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:20:56.8706519Z [00:03:50.208]➜  go tool buildid -w $WORK/b1105/_pkg_.a # internal
2025-08-20T21:20:56.8707860Z [00:03:50.210]➜  cp $WORK/b1105/_pkg_.a /root/.cache/go-build/99/99887f29bd75f6495ae6da685dbf08eda8bad8174c9c965a2c4da6152787c3ef-d # internal
2025-08-20T21:20:56.8709236Z [00:03:50.210]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/putprivileges
2025-08-20T21:20:56.8710025Z [00:03:50.210]➜  mkdir -p $WORK/b1110/
2025-08-20T21:20:56.8717532Z [00:03:50.210]➜  cat >/tmp/go-build3619502580/b1110/importcfg << 'EOF' # internal
2025-08-20T21:20:56.8719406Z [00:03:50.210]➜  # import config
2025-08-20T21:20:56.8720488Z [00:03:50.210]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:56.8721675Z [00:03:50.210]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.8722541Z [00:03:50.210]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.8723398Z [00:03:50.210]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.8724196Z [00:03:50.210]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.8725425Z [00:03:50.210]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.8726992Z [00:03:50.210]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.8728959Z [00:03:50.210]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3619502580/b568/_pkg_.a
2025-08-20T21:20:56.8730415Z [00:03:50.210]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.8731644Z [00:03:50.210]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.8732671Z [00:03:50.211]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.8733690Z [00:03:50.211]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.8734890Z [00:03:50.211]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.8735763Z [00:03:50.211]➜  EOF
2025-08-20T21:20:56.8744039Z [00:03:50.211]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1110/_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/b1110=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/putprivileges -lang=go1.21 -complete -installsuffix shared -buildid xzUjBowA628h6y6kcuZ9/xzUjBowA628h6y6kcuZ9 -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/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:20:56.8776467Z [00:03:50.215]➜  go tool buildid -w $WORK/b1106/_pkg_.a # internal
2025-08-20T21:20:56.8784426Z [00:03:50.217]➜  cp $WORK/b1106/_pkg_.a /root/.cache/go-build/9d/9dfe75c9f291834409b4faf6185c38b35e72d34e82cb5b4073e239c5340f4f53-d # internal
2025-08-20T21:20:56.8785941Z [00:03:50.217]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/putrole
2025-08-20T21:20:56.8786867Z [00:03:50.217]➜  mkdir -p $WORK/b1111/
2025-08-20T21:20:56.8789668Z [00:03:50.218]➜  cat >/tmp/go-build3619502580/b1111/importcfg << 'EOF' # internal
2025-08-20T21:20:56.8790360Z [00:03:50.218]➜  # import config
2025-08-20T21:20:56.8791038Z [00:03:50.218]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:56.8792248Z [00:03:50.218]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.8793145Z [00:03:50.218]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.8794039Z [00:03:50.218]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.8794868Z [00:03:50.218]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.8796081Z [00:03:50.218]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.8797574Z [00:03:50.218]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.8799237Z [00:03:50.218]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege=/tmp/go-build3619502580/b439/_pkg_.a
2025-08-20T21:20:56.8800994Z [00:03:50.218]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3619502580/b568/_pkg_.a
2025-08-20T21:20:56.8802550Z [00:03:50.218]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.8803389Z [00:03:50.218]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.8804173Z [00:03:50.218]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.8804931Z [00:03:50.218]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.8805676Z [00:03:50.218]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.8806251Z [00:03:50.218]➜  EOF
2025-08-20T21:20:56.8813540Z [00:03:50.218]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1111/_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/b1111=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/putrole -lang=go1.21 -complete -installsuffix shared -buildid JfaXH6nmX8GgqLa-czCm/JfaXH6nmX8GgqLa-czCm -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/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:20:56.9633515Z [00:03:50.302]➜  go tool buildid -w $WORK/b1109/_pkg_.a # internal
2025-08-20T21:20:56.9654243Z [00:03:50.304]➜  cp $WORK/b1109/_pkg_.a /root/.cache/go-build/e8/e86d33574b499011061e71868b1cbcab9af593a33f8ff91523ac336e6f5795b2-d # internal
2025-08-20T21:20:56.9658835Z [00:03:50.305]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/putrolemapping
2025-08-20T21:20:56.9659624Z [00:03:50.305]➜  mkdir -p $WORK/b1112/
2025-08-20T21:20:56.9667721Z [00:03:50.306]➜  cat >/tmp/go-build3619502580/b1112/importcfg << 'EOF' # internal
2025-08-20T21:20:56.9691871Z [00:03:50.306]➜  # import config
2025-08-20T21:20:56.9692611Z [00:03:50.306]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:56.9693513Z [00:03:50.306]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.9694649Z [00:03:50.306]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.9697078Z [00:03:50.306]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.9698662Z [00:03:50.306]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.9700585Z [00:03:50.306]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.9706139Z [00:03:50.306]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.9708591Z [00:03:50.306]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3619502580/b568/_pkg_.a
2025-08-20T21:20:56.9710908Z [00:03:50.306]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.9711980Z [00:03:50.306]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.9712825Z [00:03:50.306]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.9713654Z [00:03:50.306]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.9714454Z [00:03:50.306]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.9715064Z [00:03:50.306]➜  EOF
2025-08-20T21:20:56.9723425Z [00:03:50.306]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1112/_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/b1112=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/putrolemapping -lang=go1.21 -complete -installsuffix shared -buildid o3Lg8Pb5NJ_LKxfjV2kt/o3Lg8Pb5NJ_LKxfjV2kt -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/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:20:56.9729356Z [00:03:50.308]➜  go tool buildid -w $WORK/b1108/_pkg_.a # internal
2025-08-20T21:20:56.9738497Z [00:03:50.313]➜  cp $WORK/b1108/_pkg_.a /root/.cache/go-build/0e/0e253f25bdfc6eed39b31223acee583b18e3a42f9e172f162e27e0a26de16b84-d # internal
2025-08-20T21:20:56.9743182Z [00:03:50.313]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/putuser
2025-08-20T21:20:56.9743917Z [00:03:50.313]➜  mkdir -p $WORK/b1113/
2025-08-20T21:20:56.9766200Z [00:03:50.316]➜  cat >/tmp/go-build3619502580/b1113/importcfg << 'EOF' # internal
2025-08-20T21:20:56.9768832Z [00:03:50.316]➜  # import config
2025-08-20T21:20:56.9770995Z [00:03:50.316]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:56.9772094Z [00:03:50.316]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:56.9773057Z [00:03:50.316]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:56.9774202Z [00:03:50.316]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:56.9775053Z [00:03:50.316]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:56.9776337Z [00:03:50.316]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:56.9777933Z [00:03:50.316]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:56.9779648Z [00:03:50.316]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3619502580/b568/_pkg_.a
2025-08-20T21:20:56.9780911Z [00:03:50.316]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:56.9781996Z [00:03:50.316]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:56.9782856Z [00:03:50.316]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:56.9783862Z [00:03:50.316]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:56.9784674Z [00:03:50.316]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:56.9785304Z [00:03:50.316]➜  EOF
2025-08-20T21:20:56.9792809Z [00:03:50.316]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1113/_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/b1113=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/putuser -lang=go1.21 -complete -installsuffix shared -buildid J3PZxTA8sczfACXQFG6r/J3PZxTA8sczfACXQFG6r -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/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:20:57.0007614Z [00:03:50.340]➜  go tool buildid -w $WORK/b1110/_pkg_.a # internal
2025-08-20T21:20:57.0034639Z [00:03:50.341]➜  cp $WORK/b1110/_pkg_.a /root/.cache/go-build/ff/ff8587f9f8e0fdb95ed7db09d3935761da440c6eec63d3ab362d1770690894f3-d # internal
2025-08-20T21:20:57.0039474Z [00:03:50.342]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/queryapikeys
2025-08-20T21:20:57.0040318Z [00:03:50.342]➜  mkdir -p $WORK/b1114/
2025-08-20T21:20:57.0041054Z [00:03:50.342]➜  cat >/tmp/go-build3619502580/b1114/importcfg << 'EOF' # internal
2025-08-20T21:20:57.0041989Z [00:03:50.342]➜  # import config
2025-08-20T21:20:57.0042632Z [00:03:50.342]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:57.0043423Z [00:03:50.342]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.0044272Z [00:03:50.342]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.0045162Z [00:03:50.342]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.0045965Z [00:03:50.342]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.0047145Z [00:03:50.342]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.0048643Z [00:03:50.342]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.0049868Z [00:03:50.342]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.0050663Z [00:03:50.342]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.0051679Z [00:03:50.342]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.0052500Z [00:03:50.342]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.0053275Z [00:03:50.342]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.0054079Z [00:03:50.342]➜  EOF
2025-08-20T21:20:57.0060325Z [00:03:50.342]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1114/_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/b1114=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/queryapikeys -lang=go1.21 -complete -installsuffix shared -buildid hmLAI_cAjHq7Jn-OqLYs/hmLAI_cAjHq7Jn-OqLYs -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/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:20:57.0104367Z [00:03:50.350]➜  go tool buildid -w $WORK/b1111/_pkg_.a # internal
2025-08-20T21:20:57.0145757Z [00:03:50.354]➜  cp $WORK/b1111/_pkg_.a /root/.cache/go-build/d4/d42a612b9e5612eeac19279ea4436e4c3edbdaf32507c99ae6fde36ab71ccb90-d # internal
2025-08-20T21:20:57.0160684Z [00:03:50.354]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/queryrole
2025-08-20T21:20:57.0161586Z [00:03:50.354]➜  mkdir -p $WORK/b1115/
2025-08-20T21:20:57.0162298Z [00:03:50.354]➜  cat >/tmp/go-build3619502580/b1115/importcfg << 'EOF' # internal
2025-08-20T21:20:57.0162941Z [00:03:50.354]➜  # import config
2025-08-20T21:20:57.0163583Z [00:03:50.354]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:57.0164380Z [00:03:50.354]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.0165384Z [00:03:50.354]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.0166222Z [00:03:50.354]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.0166991Z [00:03:50.354]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.0168168Z [00:03:50.354]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.0169633Z [00:03:50.354]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.0170682Z [00:03:50.354]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.0171674Z [00:03:50.354]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.0172490Z [00:03:50.354]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.0173267Z [00:03:50.354]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.0174052Z [00:03:50.354]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.0174630Z [00:03:50.354]➜  EOF
2025-08-20T21:20:57.0180863Z [00:03:50.354]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1115/_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/b1115=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/queryrole -lang=go1.21 -complete -installsuffix shared -buildid -5C7uBXaHPIda14VmbY4/-5C7uBXaHPIda14VmbY4 -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/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:20:57.0993289Z [00:03:50.438]➜  go tool buildid -w $WORK/b1112/_pkg_.a # internal
2025-08-20T21:20:57.1021574Z [00:03:50.441]➜  cp $WORK/b1112/_pkg_.a /root/.cache/go-build/f7/f7bb5507c68d25a4b0365ee2a00e0b6629e6687511a530ad553266bfcf69b76f-d # internal
2025-08-20T21:20:57.1027375Z [00:03:50.442]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/queryuser
2025-08-20T21:20:57.1028142Z [00:03:50.442]➜  mkdir -p $WORK/b1116/
2025-08-20T21:20:57.1073426Z [00:03:50.443]➜  cat >/tmp/go-build3619502580/b1116/importcfg << 'EOF' # internal
2025-08-20T21:20:57.1077898Z [00:03:50.443]➜  # import config
2025-08-20T21:20:57.1078587Z [00:03:50.443]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:57.1079425Z [00:03:50.443]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.1080301Z [00:03:50.443]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.1081168Z [00:03:50.443]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.1082183Z [00:03:50.443]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.1083399Z [00:03:50.443]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.1085203Z [00:03:50.444]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.1086335Z [00:03:50.444]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.1087177Z [00:03:50.444]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.1088035Z [00:03:50.444]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.1088882Z [00:03:50.444]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.1089750Z [00:03:50.444]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.1090405Z [00:03:50.444]➜  EOF
2025-08-20T21:20:57.1096943Z [00:03:50.444]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1116/_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/b1116=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/queryuser -lang=go1.21 -complete -installsuffix shared -buildid 9OpAy4A_phZTlcV4VTAt/9OpAy4A_phZTlcV4VTAt -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/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:20:57.1186477Z [00:03:50.458]➜  go tool buildid -w $WORK/b1113/_pkg_.a # internal
2025-08-20T21:20:57.1202852Z [00:03:50.459]➜  cp $WORK/b1113/_pkg_.a /root/.cache/go-build/cb/cbdaffe33a62148d3cc3488e23f21927eb1b729160ab080986f0469437e9b818-d # internal
2025-08-20T21:20:57.1205106Z [00:03:50.460]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/samlauthenticate
2025-08-20T21:20:57.1207181Z [00:03:50.460]➜  mkdir -p $WORK/b1117/
2025-08-20T21:20:57.1212124Z [00:03:50.460]➜  cat >/tmp/go-build3619502580/b1117/importcfg << 'EOF' # internal
2025-08-20T21:20:57.1213397Z [00:03:50.460]➜  # import config
2025-08-20T21:20:57.1214224Z [00:03:50.460]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:57.1216803Z [00:03:50.460]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.1217756Z [00:03:50.460]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.1218668Z [00:03:50.460]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.1219683Z [00:03:50.460]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.1220959Z [00:03:50.460]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.1222820Z [00:03:50.460]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.1224003Z [00:03:50.460]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.1225083Z [00:03:50.460]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.1225956Z [00:03:50.460]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.1226819Z [00:03:50.460]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.1227679Z [00:03:50.460]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.1228308Z [00:03:50.460]➜  EOF
2025-08-20T21:20:57.1242198Z [00:03:50.460]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1117/_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/b1117=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/samlauthenticate -lang=go1.21 -complete -installsuffix shared -buildid 7cSpN1T0GGaa9T_tjECX/7cSpN1T0GGaa9T_tjECX -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/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:20:57.1645498Z [00:03:50.504]➜  go tool buildid -w $WORK/b1114/_pkg_.a # internal
2025-08-20T21:20:57.1664597Z [00:03:50.506]➜  go tool buildid -w $WORK/b1115/_pkg_.a # internal
2025-08-20T21:20:57.1676592Z [00:03:50.507]➜  cp $WORK/b1114/_pkg_.a /root/.cache/go-build/bf/bffce251da44e0fcb31e2f39928278b2e2ffac930a3bbb77a18c9bdf1f6f375f-d # internal
2025-08-20T21:20:57.1693706Z [00:03:50.508]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/samlinvalidate
2025-08-20T21:20:57.1694551Z [00:03:50.508]➜  mkdir -p $WORK/b1119/
2025-08-20T21:20:57.1695321Z [00:03:50.508]➜  cat >/tmp/go-build3619502580/b1119/importcfg << 'EOF' # internal
2025-08-20T21:20:57.1696044Z [00:03:50.508]➜  # import config
2025-08-20T21:20:57.1696707Z [00:03:50.508]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:57.1697518Z [00:03:50.508]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.1698373Z [00:03:50.508]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.1699210Z [00:03:50.508]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.1700143Z [00:03:50.508]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.1701512Z [00:03:50.508]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.1703060Z [00:03:50.508]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.1704148Z [00:03:50.508]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.1704942Z [00:03:50.508]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.1705782Z [00:03:50.508]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.1706619Z [00:03:50.508]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.1707421Z [00:03:50.508]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.1708020Z [00:03:50.508]➜  EOF
2025-08-20T21:20:57.1714588Z [00:03:50.508]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1119/_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/b1119=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/samlinvalidate -lang=go1.21 -complete -installsuffix shared -buildid TmeFI7EkfGCsU2AwOwnT/TmeFI7EkfGCsU2AwOwnT -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/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:20:57.1733019Z [00:03:50.513]➜  cp $WORK/b1115/_pkg_.a /root/.cache/go-build/a4/a4ccb6f67fe2303181e3284c2fc0a24000a809d2d2163be10b37f354c056f6ce-d # internal
2025-08-20T21:20:57.1740322Z [00:03:50.513]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/samllogout
2025-08-20T21:20:57.1742268Z [00:03:50.513]➜  mkdir -p $WORK/b1120/
2025-08-20T21:20:57.1750697Z [00:03:50.514]➜  cat >/tmp/go-build3619502580/b1120/importcfg << 'EOF' # internal
2025-08-20T21:20:57.1751922Z [00:03:50.514]➜  # import config
2025-08-20T21:20:57.1753118Z [00:03:50.514]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:57.1755726Z [00:03:50.514]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.1756656Z [00:03:50.514]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.1757538Z [00:03:50.514]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.1758370Z [00:03:50.514]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.1759589Z [00:03:50.514]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.1761178Z [00:03:50.514]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.1762456Z [00:03:50.514]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.1763413Z [00:03:50.514]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.1764324Z [00:03:50.514]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.1765172Z [00:03:50.514]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.1765972Z [00:03:50.514]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.1766554Z [00:03:50.514]➜  EOF
2025-08-20T21:20:57.1774138Z [00:03:50.515]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1120/_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/b1120=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/samllogout -lang=go1.21 -complete -installsuffix shared -buildid vtDT2ppPkJG0tnBNC6VA/vtDT2ppPkJG0tnBNC6VA -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/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:20:57.2265961Z [00:03:50.565]➜  go tool buildid -w $WORK/b1117/_pkg_.a # internal
2025-08-20T21:20:57.2283420Z [00:03:50.567]➜  cp $WORK/b1117/_pkg_.a /root/.cache/go-build/cf/cf893439df25f96284ed318d078a084df152b2f6b746c34fc9598bc4a139a9af-d # internal
2025-08-20T21:20:57.2290834Z [00:03:50.568]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/samlprepareauthentication
2025-08-20T21:20:57.2293801Z [00:03:50.569]➜  mkdir -p $WORK/b1121/
2025-08-20T21:20:57.2300453Z [00:03:50.569]➜  go tool buildid -w $WORK/b1116/_pkg_.a # internal
2025-08-20T21:20:57.2306314Z [00:03:50.570]➜  cat >/tmp/go-build3619502580/b1121/importcfg << 'EOF' # internal
2025-08-20T21:20:57.2313671Z [00:03:50.570]➜  # import config
2025-08-20T21:20:57.2314401Z [00:03:50.570]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:57.2315269Z [00:03:50.570]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.2316208Z [00:03:50.570]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.2317316Z [00:03:50.570]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.2318156Z [00:03:50.570]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.2319390Z [00:03:50.570]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.2320984Z [00:03:50.570]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.2322646Z [00:03:50.570]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.2323687Z [00:03:50.570]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.2324598Z [00:03:50.570]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.2325465Z [00:03:50.570]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.2326538Z [00:03:50.570]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.2327194Z [00:03:50.570]➜  EOF
2025-08-20T21:20:57.2335111Z [00:03:50.570]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1121/_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/b1121=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/samlprepareauthentication -lang=go1.21 -complete -installsuffix shared -buildid EC72Pen8mnENKj6CPckU/EC72Pen8mnENKj6CPckU -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/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:20:57.2372098Z [00:03:50.576]➜  cp $WORK/b1116/_pkg_.a /root/.cache/go-build/cb/cb410eb8ff3d1a491fc1d8e542ec59cb7a89e8e79359d9392c98a4f22e0bba6c-d # internal
2025-08-20T21:20:57.2373790Z [00:03:50.577]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/samlserviceprovidermetadata
2025-08-20T21:20:57.2376737Z [00:03:50.577]➜  mkdir -p $WORK/b1122/
2025-08-20T21:20:57.2381948Z [00:03:50.577]➜  cat >/tmp/go-build3619502580/b1122/importcfg << 'EOF' # internal
2025-08-20T21:20:57.2384685Z [00:03:50.578]➜  # import config
2025-08-20T21:20:57.2385549Z [00:03:50.578]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.2388410Z [00:03:50.578]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.2389288Z [00:03:50.578]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.2390075Z [00:03:50.578]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.2391571Z [00:03:50.578]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.2393160Z [00:03:50.578]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.2394303Z [00:03:50.578]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.2395142Z [00:03:50.578]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.2396022Z [00:03:50.578]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.2396853Z [00:03:50.578]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.2397673Z [00:03:50.578]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.2398284Z [00:03:50.578]➜  EOF
2025-08-20T21:20:57.2404829Z [00:03:50.578]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1122/_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/b1122=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/samlserviceprovidermetadata -lang=go1.21 -complete -installsuffix shared -buildid p2al7GYaombQHpIKSwEy/p2al7GYaombQHpIKSwEy -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/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:20:57.2672144Z [00:03:50.606]➜  go tool buildid -w $WORK/b1119/_pkg_.a # internal
2025-08-20T21:20:57.2688517Z [00:03:50.608]➜  cp $WORK/b1119/_pkg_.a /root/.cache/go-build/b4/b4a02c64883be91336a323fc9e2d1c36a0a558f6078c1ccc70d4db1a70573853-d # internal
2025-08-20T21:20:57.2721592Z [00:03:50.608]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/suggestuserprofiles
2025-08-20T21:20:57.2722460Z [00:03:50.608]➜  mkdir -p $WORK/b1123/
2025-08-20T21:20:57.2723151Z [00:03:50.610]➜  cat >/tmp/go-build3619502580/b1123/importcfg << 'EOF' # internal
2025-08-20T21:20:57.2723784Z [00:03:50.610]➜  # import config
2025-08-20T21:20:57.2724434Z [00:03:50.610]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:57.2725245Z [00:03:50.610]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.2726113Z [00:03:50.610]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.2726969Z [00:03:50.610]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.2727917Z [00:03:50.610]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.2729155Z [00:03:50.610]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.2730657Z [00:03:50.610]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.2731960Z [00:03:50.610]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.2732857Z [00:03:50.610]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.2733674Z [00:03:50.610]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.2734466Z [00:03:50.610]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.2735422Z [00:03:50.610]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.2736069Z [00:03:50.610]➜  EOF
2025-08-20T21:20:57.2743292Z [00:03:50.610]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1123/_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/b1123=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/suggestuserprofiles -lang=go1.21 -complete -installsuffix shared -buildid 8d8ArbpljHCVqaujS3nf/8d8ArbpljHCVqaujS3nf -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/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:20:57.3264844Z [00:03:50.666]➜  go tool buildid -w $WORK/b1120/_pkg_.a # internal
2025-08-20T21:20:57.3311030Z [00:03:50.670]➜  cp $WORK/b1120/_pkg_.a /root/.cache/go-build/92/92ab4f288d877b7a1e97a19a4a589b83880601f0773963b24d7c7d6043a722c5-d # internal
2025-08-20T21:20:57.3315378Z [00:03:50.671]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/updateapikey
2025-08-20T21:20:57.3316659Z [00:03:50.671]➜  mkdir -p $WORK/b1124/
2025-08-20T21:20:57.3325797Z [00:03:50.672]➜  cat >/tmp/go-build3619502580/b1124/importcfg << 'EOF' # internal
2025-08-20T21:20:57.3326514Z [00:03:50.672]➜  # import config
2025-08-20T21:20:57.3327173Z [00:03:50.672]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:57.3327987Z [00:03:50.672]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.3332026Z [00:03:50.672]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.3334768Z [00:03:50.672]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.3337734Z [00:03:50.672]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.3338967Z [00:03:50.672]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.3340554Z [00:03:50.672]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.3342044Z [00:03:50.672]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.3342847Z [00:03:50.672]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.3343713Z [00:03:50.672]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.3344561Z [00:03:50.672]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.3345431Z [00:03:50.672]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.3346070Z [00:03:50.672]➜  EOF
2025-08-20T21:20:57.3358226Z [00:03:50.674]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1124/_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/b1124=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/updateapikey -lang=go1.21 -complete -installsuffix shared -buildid cYJeTlhCHbn4EZ7te9lO/cYJeTlhCHbn4EZ7te9lO -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/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:20:57.3450586Z [00:03:50.684]➜  go tool buildid -w $WORK/b1121/_pkg_.a # internal
2025-08-20T21:20:57.3495840Z [00:03:50.689]➜  cp $WORK/b1121/_pkg_.a /root/.cache/go-build/28/2831d47055dd6d0cad973b21663c55866212473c9e60c3ba6fc42c9111fdbd84-d # internal
2025-08-20T21:20:57.3498778Z [00:03:50.689]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/updatecrossclusterapikey
2025-08-20T21:20:57.3501757Z [00:03:50.689]➜  mkdir -p $WORK/b1125/
2025-08-20T21:20:57.3502978Z [00:03:50.689]➜  cat >/tmp/go-build3619502580/b1125/importcfg << 'EOF' # internal
2025-08-20T21:20:57.3503914Z [00:03:50.689]➜  # import config
2025-08-20T21:20:57.3504779Z [00:03:50.689]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:57.3505803Z [00:03:50.689]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.3506887Z [00:03:50.689]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.3509518Z [00:03:50.689]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.3514140Z [00:03:50.690]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.3515423Z [00:03:50.690]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.3517001Z [00:03:50.690]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.3518141Z [00:03:50.690]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.3518956Z [00:03:50.690]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.3520038Z [00:03:50.690]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.3520885Z [00:03:50.690]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.3523105Z [00:03:50.690]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.3523753Z [00:03:50.690]➜  EOF
2025-08-20T21:20:57.3531122Z [00:03:50.690]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1125/_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/b1125=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/updatecrossclusterapikey -lang=go1.21 -complete -installsuffix shared -buildid xk836f1gsHjZKwQO0q86/xk836f1gsHjZKwQO0q86 -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/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:20:57.3563456Z [00:03:50.693]➜  go tool buildid -w $WORK/b1122/_pkg_.a # internal
2025-08-20T21:20:57.3564813Z [00:03:50.695]➜  cp $WORK/b1122/_pkg_.a /root/.cache/go-build/db/dbe937b28c29a6fa8d20fb69c81467a60724b8842c069e0385d4ed90d86c77ac-d # internal
2025-08-20T21:20:57.3568208Z [00:03:50.695]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/updatesettings
2025-08-20T21:20:57.3569029Z [00:03:50.695]➜  mkdir -p $WORK/b1126/
2025-08-20T21:20:57.3569915Z [00:03:50.696]➜  cat >/tmp/go-build3619502580/b1126/importcfg << 'EOF' # internal
2025-08-20T21:20:57.3570604Z [00:03:50.696]➜  # import config
2025-08-20T21:20:57.3573863Z [00:03:50.696]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:57.3575498Z [00:03:50.697]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.3576718Z [00:03:50.697]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.3578615Z [00:03:50.697]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.3579439Z [00:03:50.697]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.3580820Z [00:03:50.697]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.3582641Z [00:03:50.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.3583763Z [00:03:50.697]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.3584605Z [00:03:50.697]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.3585462Z [00:03:50.697]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.3586291Z [00:03:50.697]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.3587121Z [00:03:50.697]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.3587744Z [00:03:50.697]➜  EOF
2025-08-20T21:20:57.3595483Z [00:03:50.697]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1126/_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/b1126=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/updatesettings -lang=go1.21 -complete -installsuffix shared -buildid gZS6Wa9-ZVOs3e9BkBDd/gZS6Wa9-ZVOs3e9BkBDd -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/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:20:57.3712782Z [00:03:50.710]➜  go tool buildid -w $WORK/b1123/_pkg_.a # internal
2025-08-20T21:20:57.3733381Z [00:03:50.712]➜  cp $WORK/b1123/_pkg_.a /root/.cache/go-build/96/96895a17f573d4bdd58518fe262b44e3ee250de08529358451d1b4b95d5a597b-d # internal
2025-08-20T21:20:57.3739592Z [00:03:50.713]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/updateuserprofiledata
2025-08-20T21:20:57.3742877Z [00:03:50.713]➜  mkdir -p $WORK/b1127/
2025-08-20T21:20:57.3750681Z [00:03:50.714]➜  cat >/tmp/go-build3619502580/b1127/importcfg << 'EOF' # internal
2025-08-20T21:20:57.3756951Z [00:03:50.715]➜  # import config
2025-08-20T21:20:57.3757608Z [00:03:50.715]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:57.3758413Z [00:03:50.715]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.3759415Z [00:03:50.715]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.3760241Z [00:03:50.715]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.3760998Z [00:03:50.715]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.3762414Z [00:03:50.715]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.3763883Z [00:03:50.715]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.3765430Z [00:03:50.715]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3619502580/b568/_pkg_.a
2025-08-20T21:20:57.3766700Z [00:03:50.715]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.3767483Z [00:03:50.715]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.3768290Z [00:03:50.715]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.3769082Z [00:03:50.715]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.3769857Z [00:03:50.715]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.3770432Z [00:03:50.715]➜  EOF
2025-08-20T21:20:57.3777693Z [00:03:50.715]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1127/_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/b1127=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/updateuserprofiledata -lang=go1.21 -complete -installsuffix shared -buildid mI3KVi_zLdv1QTTVrq-v/mI3KVi_zLdv1QTTVrq-v -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/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:20:57.4632248Z [00:03:50.802]➜  go tool buildid -w $WORK/b1124/_pkg_.a # internal
2025-08-20T21:20:57.4660089Z [00:03:50.805]➜  go tool buildid -w $WORK/b1126/_pkg_.a # internal
2025-08-20T21:20:57.4663049Z [00:03:50.805]➜  cp $WORK/b1124/_pkg_.a /root/.cache/go-build/05/059d6e1fcc625f4881301091569ce3d0f003f0128723a94b68eb4c380df0cacd-d # internal
2025-08-20T21:20:57.4666490Z [00:03:50.805]➜  github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/deletenode
2025-08-20T21:20:57.4667277Z [00:03:50.805]➜  mkdir -p $WORK/b1128/
2025-08-20T21:20:57.4668014Z [00:03:50.805]➜  cat >/tmp/go-build3619502580/b1128/importcfg << 'EOF' # internal
2025-08-20T21:20:57.4668697Z [00:03:50.805]➜  # import config
2025-08-20T21:20:57.4669370Z [00:03:50.805]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.4670450Z [00:03:50.805]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.4671517Z [00:03:50.805]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.4672362Z [00:03:50.805]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.4673602Z [00:03:50.805]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.4675113Z [00:03:50.805]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.4676705Z [00:03:50.805]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3619502580/b641/_pkg_.a
2025-08-20T21:20:57.4677918Z [00:03:50.805]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.4678720Z [00:03:50.805]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.4679751Z [00:03:50.805]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.4680581Z [00:03:50.805]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.4698930Z [00:03:50.805]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.4699659Z [00:03:50.805]➜  EOF
2025-08-20T21:20:57.4706230Z [00:03:50.809]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1128/_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/b1128=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/deletenode -lang=go1.21 -complete -installsuffix shared -buildid GvKSc5Yfkx55ScB7oxgU/GvKSc5Yfkx55ScB7oxgU -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/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:20:57.4712219Z [00:03:50.809]➜  cp $WORK/b1126/_pkg_.a /root/.cache/go-build/3f/3f313fcd584a6ad8c53a33017bf1d0ea9a509c77f38b93b1168fc81f63121708-d # internal
2025-08-20T21:20:57.4713653Z [00:03:50.809]➜  github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/getnode
2025-08-20T21:20:57.4714482Z [00:03:50.809]➜  mkdir -p $WORK/b1129/
2025-08-20T21:20:57.4715244Z [00:03:50.809]➜  cat >/tmp/go-build3619502580/b1129/importcfg << 'EOF' # internal
2025-08-20T21:20:57.4716144Z [00:03:50.809]➜  # import config
2025-08-20T21:20:57.4716894Z [00:03:50.809]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.4717845Z [00:03:50.809]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.4718745Z [00:03:50.809]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.4719591Z [00:03:50.809]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.4720880Z [00:03:50.809]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.4737473Z [00:03:50.809]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.4739092Z [00:03:50.809]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3619502580/b641/_pkg_.a
2025-08-20T21:20:57.4740359Z [00:03:50.809]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.4741171Z [00:03:50.809]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.4742156Z [00:03:50.809]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.4742971Z [00:03:50.809]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.4743750Z [00:03:50.809]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.4744369Z [00:03:50.809]➜  EOF
2025-08-20T21:20:57.4749894Z [00:03:50.809]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1129/_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/b1129=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/getnode -lang=go1.21 -complete -installsuffix shared -buildid rP97NQQCGnvWlAWudbg6/rP97NQQCGnvWlAWudbg6 -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/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:20:57.4755092Z [00:03:50.810]➜  go tool buildid -w $WORK/b1125/_pkg_.a # internal
2025-08-20T21:20:57.4756499Z [00:03:50.811]➜  cp $WORK/b1125/_pkg_.a /root/.cache/go-build/a8/a81ced5eddc55f6a48de9a4f611342e4e23ec2cbfae690cd08c5a1ed26b046a4-d # internal
2025-08-20T21:20:57.4758123Z [00:03:50.812]➜  github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/putnode
2025-08-20T21:20:57.4758922Z [00:03:50.812]➜  mkdir -p $WORK/b1130/
2025-08-20T21:20:57.4759697Z [00:03:50.812]➜  cat >/tmp/go-build3619502580/b1130/importcfg << 'EOF' # internal
2025-08-20T21:20:57.4760430Z [00:03:50.812]➜  # import config
2025-08-20T21:20:57.4761123Z [00:03:50.812]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:57.4762436Z [00:03:50.812]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.4763358Z [00:03:50.812]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.4764235Z [00:03:50.812]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.4765148Z [00:03:50.812]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.4766366Z [00:03:50.812]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.4767959Z [00:03:50.812]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.4769610Z [00:03:50.812]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3619502580/b641/_pkg_.a
2025-08-20T21:20:57.4771633Z [00:03:50.812]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/type_=/tmp/go-build3619502580/b1131/_pkg_.a
2025-08-20T21:20:57.4772953Z [00:03:50.812]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.4773957Z [00:03:50.812]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.4774827Z [00:03:50.812]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.4775659Z [00:03:50.812]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.4776514Z [00:03:50.812]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.4777144Z [00:03:50.812]➜  EOF
2025-08-20T21:20:57.4783474Z [00:03:50.812]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1130/_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/b1130=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/putnode -lang=go1.21 -complete -installsuffix shared -buildid NyPF8uDAPNaM6_uJyloS/NyPF8uDAPNaM6_uJyloS -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/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:20:57.4993785Z [00:03:50.836]➜  go tool buildid -w $WORK/b1127/_pkg_.a # internal
2025-08-20T21:20:57.4996530Z [00:03:50.838]➜  cp $WORK/b1127/_pkg_.a /root/.cache/go-build/aa/aadff9026a8c23e9072e4916fba733ba2db9e2574e05f7c516f26a9a663406bc-d # internal
2025-08-20T21:20:57.5009048Z [00:03:50.838]➜  github.com/elastic/go-elasticsearch/v8/typedapi/simulate/ingest
2025-08-20T21:20:57.5009780Z [00:03:50.838]➜  mkdir -p $WORK/b1132/
2025-08-20T21:20:57.5010478Z [00:03:50.838]➜  cat >/tmp/go-build3619502580/b1132/importcfg << 'EOF' # internal
2025-08-20T21:20:57.5011110Z [00:03:50.838]➜  # import config
2025-08-20T21:20:57.5011884Z [00:03:50.838]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:57.5012696Z [00:03:50.838]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.5013521Z [00:03:50.838]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.5014348Z [00:03:50.838]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.5015102Z [00:03:50.838]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.5016420Z [00:03:50.838]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.5017891Z [00:03:50.838]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.5018933Z [00:03:50.838]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.5019701Z [00:03:50.838]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.5020510Z [00:03:50.838]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.5021470Z [00:03:50.838]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.5022267Z [00:03:50.838]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.5022967Z [00:03:50.838]➜  EOF
2025-08-20T21:20:57.5029040Z [00:03:50.838]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1132/_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/b1132=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/simulate/ingest -lang=go1.21 -complete -installsuffix shared -buildid T5hf3ji2UAeE48XX8HNP/T5hf3ji2UAeE48XX8HNP -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/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:20:57.5842555Z [00:03:50.923]➜  go tool buildid -w $WORK/b1128/_pkg_.a # internal
2025-08-20T21:20:57.5858464Z [00:03:50.925]➜  cp $WORK/b1128/_pkg_.a /root/.cache/go-build/81/81a8b256b59c6bb47d2d34fba89720938ff1beb1fba18ffef3269893671bf36c-d # internal
2025-08-20T21:20:57.5865989Z [00:03:50.925]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/deletelifecycle
2025-08-20T21:20:57.5866847Z [00:03:50.925]➜  mkdir -p $WORK/b1133/
2025-08-20T21:20:57.5870945Z [00:03:50.926]➜  cat >/tmp/go-build3619502580/b1133/importcfg << 'EOF' # internal
2025-08-20T21:20:57.5871795Z [00:03:50.926]➜  # import config
2025-08-20T21:20:57.5872438Z [00:03:50.926]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.5873306Z [00:03:50.926]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.5874164Z [00:03:50.926]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.5874974Z [00:03:50.926]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.5876157Z [00:03:50.926]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.5877661Z [00:03:50.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.5878949Z [00:03:50.926]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.5879859Z [00:03:50.926]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.5880655Z [00:03:50.926]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.5881662Z [00:03:50.926]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.5882490Z [00:03:50.926]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.5883119Z [00:03:50.926]➜  EOF
2025-08-20T21:20:57.5888691Z [00:03:50.926]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1133/_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/b1133=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/deletelifecycle -lang=go1.21 -complete -installsuffix shared -buildid jfCis_1JsRGzcYsNbPA0/jfCis_1JsRGzcYsNbPA0 -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/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:20:57.5897322Z [00:03:50.928]➜  go tool buildid -w $WORK/b1129/_pkg_.a # internal
2025-08-20T21:20:57.5924311Z [00:03:50.932]➜  cp $WORK/b1129/_pkg_.a /root/.cache/go-build/23/238fa96f0bc62ea37881af91d2eb24f7bcff262248a13331b157d42b7727c937-d # internal
2025-08-20T21:20:57.5936940Z [00:03:50.932]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/executelifecycle
2025-08-20T21:20:57.5937690Z [00:03:50.932]➜  mkdir -p $WORK/b1134/
2025-08-20T21:20:57.5938549Z [00:03:50.932]➜  cat >/tmp/go-build3619502580/b1134/importcfg << 'EOF' # internal
2025-08-20T21:20:57.5939201Z [00:03:50.932]➜  # import config
2025-08-20T21:20:57.5939833Z [00:03:50.932]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.5940736Z [00:03:50.932]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.5941666Z [00:03:50.932]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.5942341Z [00:03:50.932]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.5943353Z [00:03:50.932]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.5944781Z [00:03:50.932]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.5945904Z [00:03:50.932]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.5946696Z [00:03:50.932]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.5947572Z [00:03:50.932]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.5948457Z [00:03:50.932]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.5951161Z [00:03:50.932]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.5951921Z [00:03:50.932]➜  EOF
2025-08-20T21:20:57.5957253Z [00:03:50.932]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1134/_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/b1134=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/executelifecycle -lang=go1.21 -complete -installsuffix shared -buildid yw4Y0somVTwmsHsdx94n/yw4Y0somVTwmsHsdx94n -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/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:20:57.5971015Z [00:03:50.934]➜  go tool buildid -w $WORK/b1130/_pkg_.a # internal
2025-08-20T21:20:57.5972776Z [00:03:50.936]➜  cp $WORK/b1130/_pkg_.a /root/.cache/go-build/2b/2b9a4fea03ecec7fab33c3a59badfe6cb9e521c4db0d5988decc5ad1d4605a5e-d # internal
2025-08-20T21:20:57.5974369Z [00:03:50.936]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/executeretention
2025-08-20T21:20:57.5987404Z [00:03:50.936]➜  mkdir -p $WORK/b1135/
2025-08-20T21:20:57.5988253Z [00:03:50.937]➜  cat >/tmp/go-build3619502580/b1135/importcfg << 'EOF' # internal
2025-08-20T21:20:57.5988973Z [00:03:50.937]➜  # import config
2025-08-20T21:20:57.5989661Z [00:03:50.937]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.5990603Z [00:03:50.937]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.5991602Z [00:03:50.937]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.5992408Z [00:03:50.937]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.5993628Z [00:03:50.937]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.5995170Z [00:03:50.937]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.5996254Z [00:03:50.937]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.5997037Z [00:03:50.937]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.5997845Z [00:03:50.937]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.5998647Z [00:03:50.937]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.5999520Z [00:03:50.937]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.6000171Z [00:03:50.937]➜  EOF
2025-08-20T21:20:57.6006039Z [00:03:50.937]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1135/_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/b1135=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/executeretention -lang=go1.21 -complete -installsuffix shared -buildid eNSdwD0cRmMpaUcDrrLb/eNSdwD0cRmMpaUcDrrLb -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/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:20:57.6343124Z [00:03:50.973]➜  go tool buildid -w $WORK/b1132/_pkg_.a # internal
2025-08-20T21:20:57.6367022Z [00:03:50.976]➜  cp $WORK/b1132/_pkg_.a /root/.cache/go-build/ed/edeec780e220f105cccdb46c4a6b4a34cadcee4231a96fb1c811a7efc0fcdecb-d # internal
2025-08-20T21:20:57.6372781Z [00:03:50.976]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/getlifecycle
2025-08-20T21:20:57.6373523Z [00:03:50.976]➜  mkdir -p $WORK/b1136/
2025-08-20T21:20:57.6374243Z [00:03:50.976]➜  cat >/tmp/go-build3619502580/b1136/importcfg << 'EOF' # internal
2025-08-20T21:20:57.6374919Z [00:03:50.976]➜  # import config
2025-08-20T21:20:57.6375559Z [00:03:50.976]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.6376400Z [00:03:50.976]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.6377217Z [00:03:50.976]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.6377975Z [00:03:50.976]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.6379149Z [00:03:50.976]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.6380627Z [00:03:50.976]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.6381808Z [00:03:50.976]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.6382573Z [00:03:50.976]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.6383625Z [00:03:50.976]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.6384401Z [00:03:50.976]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.6385168Z [00:03:50.976]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.6385742Z [00:03:50.976]➜  EOF
2025-08-20T21:20:57.6391055Z [00:03:50.976]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1136/_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/b1136=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/getlifecycle -lang=go1.21 -complete -installsuffix shared -buildid 4252GD4ihwrdE_81CGSd/4252GD4ihwrdE_81CGSd -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/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:20:57.7023880Z [00:03:51.040]➜  go tool buildid -w $WORK/b1135/_pkg_.a # internal
2025-08-20T21:20:57.7029397Z [00:03:51.042]➜  cp $WORK/b1135/_pkg_.a /root/.cache/go-build/cf/cf98cac9c8bc699cbb7489c19124fcf35a8df4703767ee530c9c0df702b60e74-d # internal
2025-08-20T21:20:57.7032475Z [00:03:51.042]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstats
2025-08-20T21:20:57.7033149Z [00:03:51.042]➜  mkdir -p $WORK/b1137/
2025-08-20T21:20:57.7033755Z [00:03:51.042]➜  go tool buildid -w $WORK/b1133/_pkg_.a # internal
2025-08-20T21:20:57.7049383Z [00:03:51.044]➜  cat >/tmp/go-build3619502580/b1137/importcfg << 'EOF' # internal
2025-08-20T21:20:57.7053332Z [00:03:51.044]➜  # import config
2025-08-20T21:20:57.7056757Z [00:03:51.044]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.7057758Z [00:03:51.044]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.7058559Z [00:03:51.044]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.7059378Z [00:03:51.044]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.7060560Z [00:03:51.044]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.7062378Z [00:03:51.044]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.7063520Z [00:03:51.044]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.7064499Z [00:03:51.044]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.7065355Z [00:03:51.044]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.7066245Z [00:03:51.044]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.7067076Z [00:03:51.044]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.7067698Z [00:03:51.044]➜  EOF
2025-08-20T21:20:57.7079286Z [00:03:51.044]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1137/_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/b1137=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstats -lang=go1.21 -complete -installsuffix shared -buildid dps8oOJIYs0dn51B7qHQ/dps8oOJIYs0dn51B7qHQ -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/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:20:57.7084623Z [00:03:51.044]➜  cp $WORK/b1133/_pkg_.a /root/.cache/go-build/0c/0c9b38dc4d57549b4e1480c62f81eff87b9aa526cc42bd4bf6fdf23f1278dbd0-d # internal
2025-08-20T21:20:57.7085922Z [00:03:51.044]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstatus
2025-08-20T21:20:57.7086931Z [00:03:51.044]➜  mkdir -p $WORK/b1138/
2025-08-20T21:20:57.7087650Z [00:03:51.045]➜  cat >/tmp/go-build3619502580/b1138/importcfg << 'EOF' # internal
2025-08-20T21:20:57.7088293Z [00:03:51.045]➜  # import config
2025-08-20T21:20:57.7088923Z [00:03:51.045]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.7089794Z [00:03:51.045]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.7090684Z [00:03:51.045]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.7091633Z [00:03:51.045]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.7092868Z [00:03:51.045]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.7094385Z [00:03:51.045]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.7096124Z [00:03:51.045]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/lifecycleoperationmode=/tmp/go-build3619502580/b537/_pkg_.a
2025-08-20T21:20:57.7097539Z [00:03:51.045]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.7098366Z [00:03:51.045]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.7099210Z [00:03:51.045]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.7100054Z [00:03:51.045]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.7100912Z [00:03:51.045]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.7107699Z [00:03:51.045]➜  EOF
2025-08-20T21:20:57.7113315Z [00:03:51.045]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1138/_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/b1138=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstatus -lang=go1.21 -complete -installsuffix shared -buildid rHEXmdbhIr3Mn76rkhzX/rHEXmdbhIr3Mn76rkhzX -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/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:20:57.7118686Z [00:03:51.047]➜  go tool buildid -w $WORK/b1134/_pkg_.a # internal
2025-08-20T21:20:57.7120422Z [00:03:51.048]➜  cp $WORK/b1134/_pkg_.a /root/.cache/go-build/75/75a99b7ae72ab375a0f0d3182b95a046e65eb63d8f045b5f51fdd8fd14887fbe-d # internal
2025-08-20T21:20:57.7122309Z [00:03:51.049]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/putlifecycle
2025-08-20T21:20:57.7123230Z [00:03:51.049]➜  mkdir -p $WORK/b1139/
2025-08-20T21:20:57.7124135Z [00:03:51.049]➜  cat >/tmp/go-build3619502580/b1139/importcfg << 'EOF' # internal
2025-08-20T21:20:57.7124944Z [00:03:51.049]➜  # import config
2025-08-20T21:20:57.7125798Z [00:03:51.049]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:57.7127421Z [00:03:51.049]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.7130143Z [00:03:51.049]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.7131036Z [00:03:51.049]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.7131989Z [00:03:51.049]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.7133266Z [00:03:51.050]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.7134843Z [00:03:51.050]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.7135937Z [00:03:51.050]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.7136739Z [00:03:51.050]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.7137884Z [00:03:51.050]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.7138686Z [00:03:51.050]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.7139475Z [00:03:51.050]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.7140059Z [00:03:51.050]➜  EOF
2025-08-20T21:20:57.7146728Z [00:03:51.050]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1139/_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/b1139=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/putlifecycle -lang=go1.21 -complete -installsuffix shared -buildid _O4w28wBI5fBA3T8Hi5J/_O4w28wBI5fBA3T8Hi5J -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/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:20:57.7503142Z [00:03:51.088]➜  go tool buildid -w $WORK/b1136/_pkg_.a # internal
2025-08-20T21:20:57.7505753Z [00:03:51.089]➜  cp $WORK/b1136/_pkg_.a /root/.cache/go-build/18/180234256a55aa1e75caf58829a09ce21281a9bac58838b3bcf946a125336f17-d # internal
2025-08-20T21:20:57.7507021Z [00:03:51.089]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/start
2025-08-20T21:20:57.7507711Z [00:03:51.089]➜  mkdir -p $WORK/b1140/
2025-08-20T21:20:57.7508414Z [00:03:51.090]➜  cat >/tmp/go-build3619502580/b1140/importcfg << 'EOF' # internal
2025-08-20T21:20:57.7509084Z [00:03:51.090]➜  # import config
2025-08-20T21:20:57.7509920Z [00:03:51.090]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.7510841Z [00:03:51.090]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.7512245Z [00:03:51.090]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.7513085Z [00:03:51.090]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.7514300Z [00:03:51.090]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.7515846Z [00:03:51.090]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.7516906Z [00:03:51.090]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.7517895Z [00:03:51.090]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.7518781Z [00:03:51.090]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.7519635Z [00:03:51.090]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.7520470Z [00:03:51.090]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.7521429Z [00:03:51.090]➜  EOF
2025-08-20T21:20:57.7526562Z [00:03:51.090]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1140/_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/b1140=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/start -lang=go1.21 -complete -installsuffix shared -buildid T4rxyGjZ8nB5JFqOWc6R/T4rxyGjZ8nB5JFqOWc6R -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/start/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/start/start.go
2025-08-20T21:20:57.8042776Z [00:03:51.141]➜  go tool buildid -w $WORK/b1138/_pkg_.a # internal
2025-08-20T21:20:57.8045341Z [00:03:51.143]➜  cp $WORK/b1138/_pkg_.a /root/.cache/go-build/db/db0b1564da66a08fdbf76cc907a34e98dbfa47d1f46e53ee04ddfb8340bda411-d # internal
2025-08-20T21:20:57.8046834Z [00:03:51.143]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/stop
2025-08-20T21:20:57.8047545Z [00:03:51.144]➜  mkdir -p $WORK/b1141/
2025-08-20T21:20:57.8052800Z [00:03:51.144]➜  cat >/tmp/go-build3619502580/b1141/importcfg << 'EOF' # internal
2025-08-20T21:20:57.8054300Z [00:03:51.144]➜  # import config
2025-08-20T21:20:57.8054929Z [00:03:51.144]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.8055804Z [00:03:51.144]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.8056643Z [00:03:51.144]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.8057434Z [00:03:51.144]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.8058803Z [00:03:51.144]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.8060269Z [00:03:51.144]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.8061590Z [00:03:51.144]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.8062408Z [00:03:51.144]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.8063220Z [00:03:51.145]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.8064007Z [00:03:51.145]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.8067857Z [00:03:51.146]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.8070347Z [00:03:51.146]➜  EOF
2025-08-20T21:20:57.8075564Z [00:03:51.146]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1141/_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/b1141=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/stop -lang=go1.21 -complete -installsuffix shared -buildid I2nDlTMElo7ZmrxbB4m5/I2nDlTMElo7ZmrxbB4m5 -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/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:20:57.8148162Z [00:03:51.154]➜  go tool buildid -w $WORK/b1137/_pkg_.a # internal
2025-08-20T21:20:57.8166899Z [00:03:51.156]➜  cp $WORK/b1137/_pkg_.a /root/.cache/go-build/9c/9c1929615c11c2aa75ba805007c74ef6b5d72d7e1d2c66d1e0d5cca6c7ffc9e9-d # internal
2025-08-20T21:20:57.8169592Z [00:03:51.156]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/cleanuprepository
2025-08-20T21:20:57.8171523Z [00:03:51.156]➜  mkdir -p $WORK/b1142/
2025-08-20T21:20:57.8177223Z [00:03:51.157]➜  cat >/tmp/go-build3619502580/b1142/importcfg << 'EOF' # internal
2025-08-20T21:20:57.8177964Z [00:03:51.157]➜  # import config
2025-08-20T21:20:57.8178673Z [00:03:51.157]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.8179848Z [00:03:51.157]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.8180748Z [00:03:51.157]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.8181783Z [00:03:51.157]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.8183020Z [00:03:51.157]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.8184636Z [00:03:51.157]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.8185797Z [00:03:51.157]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.8186629Z [00:03:51.157]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.8187473Z [00:03:51.157]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.8188344Z [00:03:51.157]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.8189435Z [00:03:51.157]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.8190075Z [00:03:51.157]➜  EOF
2025-08-20T21:20:57.8197784Z [00:03:51.158]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1142/_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/b1142=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/cleanuprepository -lang=go1.21 -complete -installsuffix shared -buildid umBQVwacMwiwisHV9Gmz/umBQVwacMwiwisHV9Gmz -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/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:20:57.8369346Z [00:03:51.176]➜  go tool buildid -w $WORK/b1139/_pkg_.a # internal
2025-08-20T21:20:57.8387250Z [00:03:51.178]➜  cp $WORK/b1139/_pkg_.a /root/.cache/go-build/ac/aceab2e9b7e9678d5312b87d9fa0b17dfadd6ebee3bf2b700245931eb8bdeec2-d # internal
2025-08-20T21:20:57.8547443Z [00:03:51.194]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/clone
2025-08-20T21:20:57.8548199Z [00:03:51.194]➜  mkdir -p $WORK/b1143/
2025-08-20T21:20:57.8555235Z [00:03:51.195]➜  cat >/tmp/go-build3619502580/b1143/importcfg << 'EOF' # internal
2025-08-20T21:20:57.8555936Z [00:03:51.195]➜  # import config
2025-08-20T21:20:57.8556633Z [00:03:51.195]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:57.8557481Z [00:03:51.195]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.8558405Z [00:03:51.195]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.8559217Z [00:03:51.195]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.8559959Z [00:03:51.195]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.8561103Z [00:03:51.195]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.8562802Z [00:03:51.195]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.8563841Z [00:03:51.195]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.8564579Z [00:03:51.195]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.8565500Z [00:03:51.195]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.8566256Z [00:03:51.195]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.8567002Z [00:03:51.195]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.8567547Z [00:03:51.195]➜  EOF
2025-08-20T21:20:57.8574718Z [00:03:51.196]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1143/_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/b1143=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/clone -lang=go1.21 -complete -installsuffix shared -buildid NYVEf9nZY3XV4pPGb0vr/NYVEf9nZY3XV4pPGb0vr -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/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:20:57.8817087Z [00:03:51.221]➜  go tool buildid -w $WORK/b1140/_pkg_.a # internal
2025-08-20T21:20:57.8839681Z [00:03:51.223]➜  cp $WORK/b1140/_pkg_.a /root/.cache/go-build/10/10d123297c8de8bd5a20759891c40fd502ee33f35dadbce2e8e333397fa87e18-d # internal
2025-08-20T21:20:57.8841474Z [00:03:51.223]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/create
2025-08-20T21:20:57.8842251Z [00:03:51.223]➜  mkdir -p $WORK/b1144/
2025-08-20T21:20:57.8851952Z [00:03:51.224]➜  cat >/tmp/go-build3619502580/b1144/importcfg << 'EOF' # internal
2025-08-20T21:20:57.8852647Z [00:03:51.224]➜  # import config
2025-08-20T21:20:57.8853288Z [00:03:51.224]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:57.8854073Z [00:03:51.224]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.8854918Z [00:03:51.224]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.8855731Z [00:03:51.224]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.8856633Z [00:03:51.224]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.8857808Z [00:03:51.224]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.8859296Z [00:03:51.224]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.8860349Z [00:03:51.224]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.8861114Z [00:03:51.224]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.8862069Z [00:03:51.224]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.8862847Z [00:03:51.224]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.8863636Z [00:03:51.224]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.8864207Z [00:03:51.224]➜  EOF
2025-08-20T21:20:57.8870046Z [00:03:51.224]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1144/_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/b1144=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/create -lang=go1.21 -complete -installsuffix shared -buildid apY6YFumxlRMJsomo1p8/apY6YFumxlRMJsomo1p8 -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/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:20:57.9170545Z [00:03:51.256]➜  go tool buildid -w $WORK/b1141/_pkg_.a # internal
2025-08-20T21:20:57.9190089Z [00:03:51.258]➜  cp $WORK/b1141/_pkg_.a /root/.cache/go-build/bf/bf6cc9b919607ec4340c32738ed27055a1e8c4929bc2555d9bbab74d9035a223-d # internal
2025-08-20T21:20:57.9198770Z [00:03:51.259]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/createrepository
2025-08-20T21:20:57.9199676Z [00:03:51.259]➜  mkdir -p $WORK/b1145/
2025-08-20T21:20:57.9210360Z [00:03:51.260]➜  cat >/tmp/go-build3619502580/b1145/importcfg << 'EOF' # internal
2025-08-20T21:20:57.9211634Z [00:03:51.260]➜  # import config
2025-08-20T21:20:57.9212483Z [00:03:51.260]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:57.9216682Z [00:03:51.261]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.9217583Z [00:03:51.261]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.9218422Z [00:03:51.261]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.9219251Z [00:03:51.261]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.9220496Z [00:03:51.261]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.9222264Z [00:03:51.261]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.9223403Z [00:03:51.261]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.9224393Z [00:03:51.261]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.9225237Z [00:03:51.261]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.9226059Z [00:03:51.261]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.9226843Z [00:03:51.261]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.9227429Z [00:03:51.261]➜  EOF
2025-08-20T21:20:57.9234786Z [00:03:51.261]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1145/_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/b1145=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/createrepository -lang=go1.21 -complete -installsuffix shared -buildid CtRkYrci_IypjXFBdPhC/CtRkYrci_IypjXFBdPhC -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/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:20:57.9281966Z [00:03:51.267]➜  go tool buildid -w $WORK/b1142/_pkg_.a # internal
2025-08-20T21:20:57.9299066Z [00:03:51.269]➜  cp $WORK/b1142/_pkg_.a /root/.cache/go-build/43/437aff8d1e24b4d2e1706e3cff6f5e7839a77b022d241b8781f23800a7405966-d # internal
2025-08-20T21:20:57.9300433Z [00:03:51.269]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/delete
2025-08-20T21:20:57.9302467Z [00:03:51.270]➜  mkdir -p $WORK/b1146/
2025-08-20T21:20:57.9307370Z [00:03:51.270]➜  cat >/tmp/go-build3619502580/b1146/importcfg << 'EOF' # internal
2025-08-20T21:20:57.9308240Z [00:03:51.270]➜  # import config
2025-08-20T21:20:57.9310686Z [00:03:51.270]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.9311816Z [00:03:51.270]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.9312757Z [00:03:51.270]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.9313599Z [00:03:51.270]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.9314800Z [00:03:51.270]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.9316459Z [00:03:51.270]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.9317591Z [00:03:51.270]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.9318487Z [00:03:51.270]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.9319374Z [00:03:51.270]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.9320291Z [00:03:51.270]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.9325235Z [00:03:51.270]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.9325942Z [00:03:51.270]➜  EOF
2025-08-20T21:20:57.9331496Z [00:03:51.270]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1146/_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/b1146=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/delete -lang=go1.21 -complete -installsuffix shared -buildid 7awD7OtdsOC3Y0aPAQ_0/7awD7OtdsOC3Y0aPAQ_0 -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/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/delete/response.go
2025-08-20T21:20:57.9715646Z [00:03:51.311]➜  go tool buildid -w $WORK/b1143/_pkg_.a # internal
2025-08-20T21:20:57.9735801Z [00:03:51.313]➜  cp $WORK/b1143/_pkg_.a /root/.cache/go-build/26/2671d8d733b253cb2e0597803444cfb126002e13d38ee48f96df957677112d49-d # internal
2025-08-20T21:20:57.9738064Z [00:03:51.313]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/deleterepository
2025-08-20T21:20:57.9738879Z [00:03:51.313]➜  mkdir -p $WORK/b1147/
2025-08-20T21:20:57.9743774Z [00:03:51.314]➜  cat >/tmp/go-build3619502580/b1147/importcfg << 'EOF' # internal
2025-08-20T21:20:57.9744766Z [00:03:51.314]➜  # import config
2025-08-20T21:20:57.9745796Z [00:03:51.314]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:57.9747496Z [00:03:51.314]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:57.9749003Z [00:03:51.314]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:57.9750947Z [00:03:51.314]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:57.9752466Z [00:03:51.314]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:57.9754141Z [00:03:51.314]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:57.9755365Z [00:03:51.314]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:57.9756293Z [00:03:51.314]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:57.9757215Z [00:03:51.314]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:57.9758298Z [00:03:51.314]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:57.9759239Z [00:03:51.314]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:57.9759909Z [00:03:51.314]➜  EOF
2025-08-20T21:20:57.9774100Z [00:03:51.316]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1147/_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/b1147=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/deleterepository -lang=go1.21 -complete -installsuffix shared -buildid PG95HXgG6WWHuUlIWbxA/PG95HXgG6WWHuUlIWbxA -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/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:20:58.0294049Z [00:03:51.368]➜  go tool buildid -w $WORK/b1144/_pkg_.a # internal
2025-08-20T21:20:58.0298647Z [00:03:51.369]➜  go tool buildid -w $WORK/b1146/_pkg_.a # internal
2025-08-20T21:20:58.0316660Z [00:03:51.371]➜  cp $WORK/b1146/_pkg_.a /root/.cache/go-build/87/878578fec54d5bbabb6a16e65e3f7832733edf862ef4c9fba2a1ca5a39cd35de-d # internal
2025-08-20T21:20:58.0324962Z [00:03:51.371]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/get
2025-08-20T21:20:58.0354750Z [00:03:51.371]➜  mkdir -p $WORK/b1148/
2025-08-20T21:20:58.0356109Z [00:03:51.371]➜  cp $WORK/b1144/_pkg_.a /root/.cache/go-build/29/29c22d294626fa83472d62a0f55220bece3d64effad0c54306f7910ee213a99d-d # internal
2025-08-20T21:20:58.0357430Z [00:03:51.371]➜  cat >/tmp/go-build3619502580/b1148/importcfg << 'EOF' # internal
2025-08-20T21:20:58.0359810Z [00:03:51.371]➜  # import config
2025-08-20T21:20:58.0360504Z [00:03:51.371]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:58.0361892Z [00:03:51.371]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:58.0362758Z [00:03:51.371]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:58.0363551Z [00:03:51.371]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:58.0364744Z [00:03:51.372]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:58.0366429Z [00:03:51.372]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:58.0368050Z [00:03:51.372]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotsort=/tmp/go-build3619502580/b1149/_pkg_.a
2025-08-20T21:20:58.0369810Z [00:03:51.372]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortorder=/tmp/go-build3619502580/b593/_pkg_.a
2025-08-20T21:20:58.0397556Z [00:03:51.372]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:58.0398417Z [00:03:51.372]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:58.0399255Z [00:03:51.372]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:58.0400229Z [00:03:51.372]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:58.0401044Z [00:03:51.372]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:58.0401837Z [00:03:51.372]➜  EOF
2025-08-20T21:20:58.0407103Z [00:03:51.372]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1148/_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/b1148=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/get -lang=go1.21 -complete -installsuffix shared -buildid aexy-H8XHsDP1krX7r7X/aexy-H8XHsDP1krX7r7X -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/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:20:58.0411987Z [00:03:51.372]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/getrepository
2025-08-20T21:20:58.0412762Z [00:03:51.372]➜  mkdir -p $WORK/b1150/
2025-08-20T21:20:58.0413470Z [00:03:51.375]➜  cat >/tmp/go-build3619502580/b1150/importcfg << 'EOF' # internal
2025-08-20T21:20:58.0414130Z [00:03:51.375]➜  # import config
2025-08-20T21:20:58.0414761Z [00:03:51.375]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:58.0415572Z [00:03:51.375]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:58.0416396Z [00:03:51.375]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:58.0417111Z [00:03:51.375]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:58.0417819Z [00:03:51.375]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:58.0418992Z [00:03:51.375]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:58.0420453Z [00:03:51.375]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:58.0421633Z [00:03:51.375]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:58.0422400Z [00:03:51.375]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:58.0423327Z [00:03:51.375]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:58.0424106Z [00:03:51.375]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:58.0424880Z [00:03:51.375]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:58.0425445Z [00:03:51.375]➜  EOF
2025-08-20T21:20:58.0430899Z [00:03:51.375]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1150/_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/b1150=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/getrepository -lang=go1.21 -complete -installsuffix shared -buildid 2Hd6A3M6gIZIbykNQIBd/2Hd6A3M6gIZIbykNQIBd -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/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:20:58.0470510Z [00:03:51.386]➜  go tool buildid -w $WORK/b1145/_pkg_.a # internal
2025-08-20T21:20:58.0486905Z [00:03:51.388]➜  cp $WORK/b1145/_pkg_.a /root/.cache/go-build/55/55b41041b066bdf799c4213ba85c6ee3ccdefa42cba024a5a7fa464137fd44fb-d # internal
2025-08-20T21:20:58.0491061Z [00:03:51.388]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/repositoryanalyze
2025-08-20T21:20:58.0492133Z [00:03:51.388]➜  mkdir -p $WORK/b1151/
2025-08-20T21:20:58.0496197Z [00:03:51.389]➜  cat >/tmp/go-build3619502580/b1151/importcfg << 'EOF' # internal
2025-08-20T21:20:58.0497032Z [00:03:51.389]➜  # import config
2025-08-20T21:20:58.0497754Z [00:03:51.389]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:58.0498620Z [00:03:51.389]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:58.0499494Z [00:03:51.389]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:58.0500277Z [00:03:51.389]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:58.0501618Z [00:03:51.389]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:58.0503138Z [00:03:51.389]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:58.0504358Z [00:03:51.389]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:58.0505169Z [00:03:51.389]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:58.0506056Z [00:03:51.389]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:58.0506872Z [00:03:51.389]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:58.0507659Z [00:03:51.389]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:58.0508249Z [00:03:51.389]➜  EOF
2025-08-20T21:20:58.0514273Z [00:03:51.389]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1151/_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/b1151=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/repositoryanalyze -lang=go1.21 -complete -installsuffix shared -buildid AINTm5zV27Dav8SfrqUH/AINTm5zV27Dav8SfrqUH -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/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:20:58.1264795Z [00:03:51.466]➜  go tool buildid -w $WORK/b1147/_pkg_.a # internal
2025-08-20T21:20:58.1305272Z [00:03:51.470]➜  cp $WORK/b1147/_pkg_.a /root/.cache/go-build/7b/7b611637da2f49df391aef1c2dadfb8edbb5a40f18210204cc361e029292d2f2-d # internal
2025-08-20T21:20:58.1311817Z [00:03:51.470]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/repositoryverifyintegrity
2025-08-20T21:20:58.1315406Z [00:03:51.471]➜  mkdir -p $WORK/b1152/
2025-08-20T21:20:58.1325343Z [00:03:51.472]➜  cat >/tmp/go-build3619502580/b1152/importcfg << 'EOF' # internal
2025-08-20T21:20:58.1326081Z [00:03:51.472]➜  # import config
2025-08-20T21:20:58.1326747Z [00:03:51.472]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:58.1327658Z [00:03:51.472]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:58.1328518Z [00:03:51.472]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:58.1329311Z [00:03:51.472]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:58.1330519Z [00:03:51.472]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:58.1332476Z [00:03:51.472]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:58.1333582Z [00:03:51.472]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:58.1334395Z [00:03:51.472]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:58.1335211Z [00:03:51.472]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:58.1336046Z [00:03:51.472]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:58.1336850Z [00:03:51.472]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:58.1337442Z [00:03:51.472]➜  EOF
2025-08-20T21:20:58.1344089Z [00:03:51.472]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1152/_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/b1152=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/repositoryverifyintegrity -lang=go1.21 -complete -installsuffix shared -buildid FO_pNMg9v863S6L6_jTw/FO_pNMg9v863S6L6_jTw -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/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:20:58.1427289Z [00:03:51.482]➜  go tool buildid -w $WORK/b1148/_pkg_.a # internal
2025-08-20T21:20:58.1446956Z [00:03:51.484]➜  cp $WORK/b1148/_pkg_.a /root/.cache/go-build/38/3822110a8b887d6f22c609eaf0fcf0b577e5461532b591eebe0ed82a14f5fba0-d # internal
2025-08-20T21:20:58.1449526Z [00:03:51.484]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/restore
2025-08-20T21:20:58.1450481Z [00:03:51.484]➜  mkdir -p $WORK/b1153/
2025-08-20T21:20:58.1464123Z [00:03:51.486]➜  cat >/tmp/go-build3619502580/b1153/importcfg << 'EOF' # internal
2025-08-20T21:20:58.1467599Z [00:03:51.486]➜  # import config
2025-08-20T21:20:58.1468250Z [00:03:51.486]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:58.1469034Z [00:03:51.486]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:58.1469863Z [00:03:51.486]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:58.1470685Z [00:03:51.486]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:58.1471619Z [00:03:51.486]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:58.1472797Z [00:03:51.486]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:58.1474276Z [00:03:51.486]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:58.1482853Z [00:03:51.486]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:58.1483844Z [00:03:51.486]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:58.1484653Z [00:03:51.486]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:58.1485439Z [00:03:51.486]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:58.1486227Z [00:03:51.486]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:58.1486795Z [00:03:51.486]➜  EOF
2025-08-20T21:20:58.1487326Z [00:03:51.486]➜  go tool buildid -w $WORK/b1150/_pkg_.a # internal
2025-08-20T21:20:58.1494000Z [00:03:51.487]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1153/_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/b1153=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/restore -lang=go1.21 -complete -installsuffix shared -buildid wlQVrRun0gqfpHeOr8se/wlQVrRun0gqfpHeOr8se -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/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:20:58.1518730Z [00:03:51.491]➜  cp $WORK/b1150/_pkg_.a /root/.cache/go-build/de/deba31d19c72dfbc0200fbae3f480549da7865f20247940e64da5715b693dbf4-d # internal
2025-08-20T21:20:58.1525009Z [00:03:51.492]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/status
2025-08-20T21:20:58.1534692Z [00:03:51.492]➜  mkdir -p $WORK/b1154/
2025-08-20T21:20:58.1535578Z [00:03:51.492]➜  cat >/tmp/go-build3619502580/b1154/importcfg << 'EOF' # internal
2025-08-20T21:20:58.1536241Z [00:03:51.492]➜  # import config
2025-08-20T21:20:58.1536882Z [00:03:51.492]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:58.1537732Z [00:03:51.492]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:58.1538549Z [00:03:51.492]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:58.1539299Z [00:03:51.492]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:58.1540463Z [00:03:51.492]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:58.1543149Z [00:03:51.492]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:58.1544226Z [00:03:51.492]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:58.1544998Z [00:03:51.493]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:58.1545788Z [00:03:51.493]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:58.1546571Z [00:03:51.493]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:58.1547349Z [00:03:51.493]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:58.1547922Z [00:03:51.493]➜  EOF
2025-08-20T21:20:58.1554199Z [00:03:51.493]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1154/_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/b1154=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/status -lang=go1.21 -complete -installsuffix shared -buildid M-5_lq6sNpQwOBxwLA9Y/M-5_lq6sNpQwOBxwLA9Y -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/status/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/status/status.go
2025-08-20T21:20:58.1830947Z [00:03:51.522]➜  go tool buildid -w $WORK/b1151/_pkg_.a # internal
2025-08-20T21:20:58.1847873Z [00:03:51.524]➜  cp $WORK/b1151/_pkg_.a /root/.cache/go-build/e2/e28e5c2eab51ce9a212a511239c2a7d4872101e675b23598969215760bc151d9-d # internal
2025-08-20T21:20:58.1857426Z [00:03:51.524]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/verifyrepository
2025-08-20T21:20:58.1859246Z [00:03:51.524]➜  mkdir -p $WORK/b1155/
2025-08-20T21:20:58.1859997Z [00:03:51.524]➜  cat >/tmp/go-build3619502580/b1155/importcfg << 'EOF' # internal
2025-08-20T21:20:58.1860691Z [00:03:51.524]➜  # import config
2025-08-20T21:20:58.1861531Z [00:03:51.524]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:58.1862447Z [00:03:51.524]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:58.1863327Z [00:03:51.524]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:58.1864126Z [00:03:51.524]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:58.1865556Z [00:03:51.524]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:58.1867100Z [00:03:51.524]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:58.1868196Z [00:03:51.524]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:58.1869026Z [00:03:51.524]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:58.1869869Z [00:03:51.524]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:58.1870752Z [00:03:51.524]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:58.1874429Z [00:03:51.524]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:58.1875266Z [00:03:51.524]➜  EOF
2025-08-20T21:20:58.1881023Z [00:03:51.525]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1155/_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/b1155=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/verifyrepository -lang=go1.21 -complete -installsuffix shared -buildid sVVEbjnogq-QyIwD9u72/sVVEbjnogq-QyIwD9u72 -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/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:20:58.2493629Z [00:03:51.587]➜  go tool buildid -w $WORK/b1152/_pkg_.a # internal
2025-08-20T21:20:58.2508410Z [00:03:51.590]➜  cp $WORK/b1152/_pkg_.a /root/.cache/go-build/91/9154e5a28c8180e41bf08205479a757ff6940aece46e2e4861fef44f5a10e2e5-d # internal
2025-08-20T21:20:58.2512761Z [00:03:51.590]➜  github.com/elastic/go-elasticsearch/v8/typedapi/sql/clearcursor
2025-08-20T21:20:58.2513515Z [00:03:51.590]➜  mkdir -p $WORK/b1156/
2025-08-20T21:20:58.2514279Z [00:03:51.590]➜  cat >/tmp/go-build3619502580/b1156/importcfg << 'EOF' # internal
2025-08-20T21:20:58.2514953Z [00:03:51.590]➜  # import config
2025-08-20T21:20:58.2515592Z [00:03:51.590]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:58.2516390Z [00:03:51.590]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:58.2517237Z [00:03:51.590]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:58.2518081Z [00:03:51.590]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:58.2518861Z [00:03:51.590]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:58.2520076Z [00:03:51.590]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:58.2521755Z [00:03:51.590]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:58.2523087Z [00:03:51.590]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:58.2523885Z [00:03:51.590]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:58.2524703Z [00:03:51.590]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:58.2525509Z [00:03:51.590]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:58.2526310Z [00:03:51.590]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:58.2526919Z [00:03:51.590]➜  EOF
2025-08-20T21:20:58.2533457Z [00:03:51.590]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1156/_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/b1156=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/sql/clearcursor -lang=go1.21 -complete -installsuffix shared -buildid dn_SDi-4jm0e1FVBTusd/dn_SDi-4jm0e1FVBTusd -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/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:20:58.2814078Z [00:03:51.620]➜  go tool buildid -w $WORK/b1153/_pkg_.a # internal
2025-08-20T21:20:58.2828715Z [00:03:51.622]➜  cp $WORK/b1153/_pkg_.a /root/.cache/go-build/e7/e79cd36af16e2fea6b3160cae44c791c1ea64dab588379c23c4a0e4fcb9a00ab-d # internal
2025-08-20T21:20:58.2834636Z [00:03:51.622]➜  github.com/elastic/go-elasticsearch/v8/typedapi/sql/deleteasync
2025-08-20T21:20:58.2835617Z [00:03:51.622]➜  mkdir -p $WORK/b1157/
2025-08-20T21:20:58.2839275Z [00:03:51.623]➜  cat >/tmp/go-build3619502580/b1157/importcfg << 'EOF' # internal
2025-08-20T21:20:58.2843622Z [00:03:51.623]➜  # import config
2025-08-20T21:20:58.2844368Z [00:03:51.623]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:58.2845389Z [00:03:51.623]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:58.2848151Z [00:03:51.623]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:58.2848980Z [00:03:51.623]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:58.2850197Z [00:03:51.623]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:58.2852080Z [00:03:51.623]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:58.2853274Z [00:03:51.623]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:58.2854125Z [00:03:51.623]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:58.2854940Z [00:03:51.623]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:58.2855767Z [00:03:51.623]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:58.2856545Z [00:03:51.623]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:58.2857136Z [00:03:51.623]➜  EOF
2025-08-20T21:20:58.2863641Z [00:03:51.623]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1157/_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/b1157=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/sql/deleteasync -lang=go1.21 -complete -installsuffix shared -buildid 5oQzmj8Piax15LdfLaJs/5oQzmj8Piax15LdfLaJs -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/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:20:58.3007696Z [00:03:51.640]➜  go tool buildid -w $WORK/b1155/_pkg_.a # internal
2025-08-20T21:20:58.3014994Z [00:03:51.640]➜  cp $WORK/b1155/_pkg_.a /root/.cache/go-build/f1/f1db94d3bd2a03ade8394d4e191d0835d5906808f9766da6c34d2e53635b5e43-d # internal
2025-08-20T21:20:58.3026101Z [00:03:51.642]➜  github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasync
2025-08-20T21:20:58.3037628Z [00:03:51.642]➜  mkdir -p $WORK/b1158/
2025-08-20T21:20:58.3049352Z [00:03:51.644]➜  cat >/tmp/go-build3619502580/b1158/importcfg << 'EOF' # internal
2025-08-20T21:20:58.3056467Z [00:03:51.644]➜  # import config
2025-08-20T21:20:58.3057169Z [00:03:51.644]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:58.3058088Z [00:03:51.644]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:58.3059061Z [00:03:51.644]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:58.3059867Z [00:03:51.644]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:58.3061487Z [00:03:51.644]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:58.3063017Z [00:03:51.644]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:58.3064131Z [00:03:51.644]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:58.3064963Z [00:03:51.644]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:58.3065821Z [00:03:51.644]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:58.3066688Z [00:03:51.644]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:58.3067526Z [00:03:51.644]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:58.3068320Z [00:03:51.644]➜  EOF
2025-08-20T21:20:58.3082298Z [00:03:51.647]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1158/_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/b1158=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasync -lang=go1.21 -complete -installsuffix shared -buildid J9OgB24IZaLPdYFLWPxT/J9OgB24IZaLPdYFLWPxT -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/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:20:58.3232800Z [00:03:51.660]➜  go tool buildid -w $WORK/b1154/_pkg_.a # internal
2025-08-20T21:20:58.3248553Z [00:03:51.663]➜  cp $WORK/b1154/_pkg_.a /root/.cache/go-build/76/766bd59b30f672006c67684dbfaf2d71a6c57f5640ed36d3f2a0957661dd12b5-d # internal
2025-08-20T21:20:58.3250059Z [00:03:51.663]➜  github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasyncstatus
2025-08-20T21:20:58.3250857Z [00:03:51.663]➜  mkdir -p $WORK/b1159/
2025-08-20T21:20:58.3251802Z [00:03:51.663]➜  cat >/tmp/go-build3619502580/b1159/importcfg << 'EOF' # internal
2025-08-20T21:20:58.3252488Z [00:03:51.663]➜  # import config
2025-08-20T21:20:58.3253148Z [00:03:51.663]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:58.3254004Z [00:03:51.663]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:58.3254892Z [00:03:51.663]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:58.3255687Z [00:03:51.664]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:58.3257932Z [00:03:51.664]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:58.3261705Z [00:03:51.664]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:58.3263504Z [00:03:51.664]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:58.3267545Z [00:03:51.664]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:58.3268622Z [00:03:51.664]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:58.3269473Z [00:03:51.664]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:58.3270308Z [00:03:51.664]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:58.3270911Z [00:03:51.664]➜  EOF
2025-08-20T21:20:58.3276620Z [00:03:51.664]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1159/_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/b1159=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasyncstatus -lang=go1.21 -complete -installsuffix shared -buildid r0yLo7SVKxEtVNnf7OYL/r0yLo7SVKxEtVNnf7OYL -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/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:20:58.3546464Z [00:03:51.694]➜  go tool buildid -w $WORK/b1156/_pkg_.a # internal
2025-08-20T21:20:58.3566321Z [00:03:51.696]➜  cp $WORK/b1156/_pkg_.a /root/.cache/go-build/4b/4b018c625794f2eebc0af0abcdcd6d480d07451748c510b16fe23e6b1d435b9c-d # internal
2025-08-20T21:20:58.3576307Z [00:03:51.696]➜  github.com/elastic/go-elasticsearch/v8/typedapi/sql/query
2025-08-20T21:20:58.3577389Z [00:03:51.697]➜  mkdir -p $WORK/b1160/
2025-08-20T21:20:58.3586020Z [00:03:51.697]➜  cat >/tmp/go-build3619502580/b1160/importcfg << 'EOF' # internal
2025-08-20T21:20:58.3586769Z [00:03:51.698]➜  # import config
2025-08-20T21:20:58.3587639Z [00:03:51.698]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:58.3590427Z [00:03:51.698]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:58.3593475Z [00:03:51.698]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:58.3595251Z [00:03:51.698]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:58.3597456Z [00:03:51.698]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:58.3600872Z [00:03:51.698]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:58.3602631Z [00:03:51.698]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:58.3604484Z [00:03:51.698]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sqlformat=/tmp/go-build3619502580/b1161/_pkg_.a
2025-08-20T21:20:58.3605825Z [00:03:51.698]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:58.3606708Z [00:03:51.698]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:58.3607587Z [00:03:51.698]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:58.3608474Z [00:03:51.698]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:58.3609337Z [00:03:51.698]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:58.3609983Z [00:03:51.698]➜  EOF
2025-08-20T21:20:58.3616986Z [00:03:51.698]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1160/_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/b1160=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/sql/query -lang=go1.21 -complete -installsuffix shared -buildid 1YFZq-n47iFBDZ6D6Bu4/1YFZq-n47iFBDZ6D6Bu4 -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/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:20:58.4088798Z [00:03:51.748]➜  go tool buildid -w $WORK/b1157/_pkg_.a # internal
2025-08-20T21:20:58.4103449Z [00:03:51.749]➜  cp $WORK/b1157/_pkg_.a /root/.cache/go-build/2d/2d1e75911968b116f208a950b00fb6f47ea81e37d0519d50f49df280d6f12360-d # internal
2025-08-20T21:20:58.4110739Z [00:03:51.750]➜  github.com/elastic/go-elasticsearch/v8/typedapi/sql/translate
2025-08-20T21:20:58.4119146Z [00:03:51.751]➜  mkdir -p $WORK/b1162/
2025-08-20T21:20:58.4119928Z [00:03:51.751]➜  cat >/tmp/go-build3619502580/b1162/importcfg << 'EOF' # internal
2025-08-20T21:20:58.4120653Z [00:03:51.751]➜  # import config
2025-08-20T21:20:58.4121484Z [00:03:51.751]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:58.4123113Z [00:03:51.751]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:58.4124768Z [00:03:51.751]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:58.4126179Z [00:03:51.751]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:58.4127241Z [00:03:51.751]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:58.4128668Z [00:03:51.751]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:58.4131541Z [00:03:51.751]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:58.4132730Z [00:03:51.751]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:58.4133598Z [00:03:51.751]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:58.4134497Z [00:03:51.751]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:58.4135572Z [00:03:51.751]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:58.4136479Z [00:03:51.751]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:58.4143848Z [00:03:51.754]➜  EOF
2025-08-20T21:20:58.4153291Z [00:03:51.754]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1162/_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/b1162=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/sql/translate -lang=go1.21 -complete -installsuffix shared -buildid w3TTUZFtCTdEjPhS6aSq/w3TTUZFtCTdEjPhS6aSq -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/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:20:58.4248994Z [00:03:51.764]➜  go tool buildid -w $WORK/b1158/_pkg_.a # internal
2025-08-20T21:20:58.4262395Z [00:03:51.765]➜  cp $WORK/b1158/_pkg_.a /root/.cache/go-build/86/867879eb2dc932dfa267c1b7f7e22b7ad16d1b2397e33be124f9c2c3fd1bdf08-d # internal
2025-08-20T21:20:58.4270570Z [00:03:51.766]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ssl/certificates
2025-08-20T21:20:58.4271758Z [00:03:51.766]➜  mkdir -p $WORK/b1163/
2025-08-20T21:20:58.4272653Z [00:03:51.766]➜  cat >/tmp/go-build3619502580/b1163/importcfg << 'EOF' # internal
2025-08-20T21:20:58.4273542Z [00:03:51.766]➜  # import config
2025-08-20T21:20:58.4274392Z [00:03:51.766]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:58.4275399Z [00:03:51.766]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:58.4276471Z [00:03:51.766]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:58.4277488Z [00:03:51.766]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:58.4278788Z [00:03:51.766]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:58.4281907Z [00:03:51.766]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:58.4283256Z [00:03:51.766]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:58.4284080Z [00:03:51.766]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:58.4284901Z [00:03:51.766]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:58.4285697Z [00:03:51.766]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:58.4286511Z [00:03:51.766]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:58.4287113Z [00:03:51.766]➜  EOF
2025-08-20T21:20:58.4292671Z [00:03:51.766]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1163/_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/b1163=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ssl/certificates -lang=go1.21 -complete -installsuffix shared -buildid xTQuonjq5tXEIqRf8gPz/xTQuonjq5tXEIqRf8gPz -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/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:20:58.4337188Z [00:03:51.773]➜  go tool buildid -w $WORK/b1159/_pkg_.a # internal
2025-08-20T21:20:58.4364589Z [00:03:51.776]➜  cp $WORK/b1159/_pkg_.a /root/.cache/go-build/e8/e85705f3ef90cae41c0d88610e525302f42778a20b3e937b80f522921c77baaf-d # internal
2025-08-20T21:20:58.4368906Z [00:03:51.776]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonym
2025-08-20T21:20:58.4380241Z [00:03:51.776]➜  mkdir -p $WORK/b1164/
2025-08-20T21:20:58.4380979Z [00:03:51.777]➜  cat >/tmp/go-build3619502580/b1164/importcfg << 'EOF' # internal
2025-08-20T21:20:58.4389786Z [00:03:51.777]➜  # import config
2025-08-20T21:20:58.4390470Z [00:03:51.778]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:58.4391520Z [00:03:51.778]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:58.4392386Z [00:03:51.778]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:58.4393171Z [00:03:51.778]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:58.4394445Z [00:03:51.778]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:58.4396052Z [00:03:51.778]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:58.4397118Z [00:03:51.778]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:58.4397885Z [00:03:51.778]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:58.4398672Z [00:03:51.778]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:58.4399475Z [00:03:51.778]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:58.4400251Z [00:03:51.778]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:58.4400824Z [00:03:51.778]➜  EOF
2025-08-20T21:20:58.4407219Z [00:03:51.778]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1164/_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/b1164=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonym -lang=go1.21 -complete -installsuffix shared -buildid lFcM-_bIvS4JVh3RuqrE/lFcM-_bIvS4JVh3RuqrE -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/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:20:58.5298149Z [00:03:51.869]➜  go tool buildid -w $WORK/b1163/_pkg_.a # internal
2025-08-20T21:20:58.5312247Z [00:03:51.870]➜  cp $WORK/b1163/_pkg_.a /root/.cache/go-build/92/921650ec70c78cf3ab4464cbfdf5f72be14d797c2db2d9e962f27caaa0d8ec0a-d # internal
2025-08-20T21:20:58.5324964Z [00:03:51.871]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonymrule
2025-08-20T21:20:58.5325944Z [00:03:51.871]➜  mkdir -p $WORK/b1165/
2025-08-20T21:20:58.5326738Z [00:03:51.871]➜  cat >/tmp/go-build3619502580/b1165/importcfg << 'EOF' # internal
2025-08-20T21:20:58.5327472Z [00:03:51.871]➜  # import config
2025-08-20T21:20:58.5328166Z [00:03:51.871]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:58.5329079Z [00:03:51.871]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:58.5329922Z [00:03:51.871]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:58.5330747Z [00:03:51.871]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:58.5332110Z [00:03:51.871]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:58.5353920Z [00:03:51.871]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:58.5355538Z [00:03:51.874]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3619502580/b572/_pkg_.a
2025-08-20T21:20:58.5356744Z [00:03:51.874]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:58.5357558Z [00:03:51.874]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:58.5358512Z [00:03:51.874]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:58.5359400Z [00:03:51.874]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:58.5360200Z [00:03:51.874]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:58.5360822Z [00:03:51.874]➜  EOF
2025-08-20T21:20:58.5367057Z [00:03:51.874]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1165/_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/b1165=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonymrule -lang=go1.21 -complete -installsuffix shared -buildid RjVf-DRszt7NDSQJ4K0J/RjVf-DRszt7NDSQJ4K0J -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/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:20:58.5500618Z [00:03:51.889]➜  go tool buildid -w $WORK/b1164/_pkg_.a # internal
2025-08-20T21:20:58.5503935Z [00:03:51.890]➜  go tool buildid -w $WORK/b1162/_pkg_.a # internal
2025-08-20T21:20:58.5519371Z [00:03:51.891]➜  cp $WORK/b1164/_pkg_.a /root/.cache/go-build/30/308e62abdeef339dd649a2808906640610cb544c5ad3323fb4f71dfdfc58d707-d # internal
2025-08-20T21:20:58.5522410Z [00:03:51.891]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonym
2025-08-20T21:20:58.5523163Z [00:03:51.891]➜  mkdir -p $WORK/b1166/
2025-08-20T21:20:58.5527966Z [00:03:51.892]➜  cat >/tmp/go-build3619502580/b1166/importcfg << 'EOF' # internal
2025-08-20T21:20:58.5530937Z [00:03:51.892]➜  # import config
2025-08-20T21:20:58.5531823Z [00:03:51.892]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:58.5532680Z [00:03:51.892]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:58.5533517Z [00:03:51.892]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:58.5535810Z [00:03:51.893]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:58.5537335Z [00:03:51.893]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:58.5540364Z [00:03:51.893]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:58.5545408Z [00:03:51.893]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:58.5546274Z [00:03:51.893]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:58.5547075Z [00:03:51.893]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:58.5547866Z [00:03:51.893]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:58.5548639Z [00:03:51.893]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:58.5549208Z [00:03:51.893]➜  EOF
2025-08-20T21:20:58.5554807Z [00:03:51.893]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1166/_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/b1166=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonym -lang=go1.21 -complete -installsuffix shared -buildid OpJEY3s9TgDjrQ0TqEUe/OpJEY3s9TgDjrQ0TqEUe -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/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:20:58.5560149Z [00:03:51.893]➜  cp $WORK/b1162/_pkg_.a /root/.cache/go-build/21/2181b70917e62725c08eede60470eebcfff426774bf7c8006c46c16f6181b561-d # internal
2025-08-20T21:20:58.5561724Z [00:03:51.893]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymrule
2025-08-20T21:20:58.5562484Z [00:03:51.893]➜  mkdir -p $WORK/b1167/
2025-08-20T21:20:58.5563081Z [00:03:51.893]➜  go tool buildid -w $WORK/b1160/_pkg_.a # internal
2025-08-20T21:20:58.5563874Z [00:03:51.894]➜  cat >/tmp/go-build3619502580/b1167/importcfg << 'EOF' # internal
2025-08-20T21:20:58.5564503Z [00:03:51.894]➜  # import config
2025-08-20T21:20:58.5565122Z [00:03:51.894]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:58.5565953Z [00:03:51.894]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:58.5566767Z [00:03:51.894]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:58.5567515Z [00:03:51.894]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:58.5568777Z [00:03:51.894]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:58.5570252Z [00:03:51.894]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:58.5572749Z [00:03:51.896]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:58.5573678Z [00:03:51.897]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:58.5574582Z [00:03:51.897]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:58.5575450Z [00:03:51.897]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:58.5576326Z [00:03:51.897]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:58.5576990Z [00:03:51.897]➜  EOF
2025-08-20T21:20:58.5583508Z [00:03:51.897]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1167/_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/b1167=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymrule -lang=go1.21 -complete -installsuffix shared -buildid w41yC9v-tSb6L3QiPiwp/w41yC9v-tSb6L3QiPiwp -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/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:20:58.5589976Z [00:03:51.898]➜  cp $WORK/b1160/_pkg_.a /root/.cache/go-build/c6/c6ed4fc775ba4ec8455d6be917e0f9b218234d47881703d0ea94f3f563ae1885-d # internal
2025-08-20T21:20:58.5603894Z [00:03:51.899]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymssets
2025-08-20T21:20:58.5604678Z [00:03:51.899]➜  mkdir -p $WORK/b1168/
2025-08-20T21:20:58.5605390Z [00:03:51.899]➜  cat >/tmp/go-build3619502580/b1168/importcfg << 'EOF' # internal
2025-08-20T21:20:58.5606030Z [00:03:51.899]➜  # import config
2025-08-20T21:20:58.5606666Z [00:03:51.899]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:58.5607496Z [00:03:51.899]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:58.5608307Z [00:03:51.899]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:58.5609074Z [00:03:51.899]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:58.5610231Z [00:03:51.899]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:58.5611861Z [00:03:51.899]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:58.5612907Z [00:03:51.899]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:58.5613677Z [00:03:51.899]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:58.5614467Z [00:03:51.900]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:58.5615395Z [00:03:51.900]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:58.5616194Z [00:03:51.900]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:58.5616771Z [00:03:51.900]➜  EOF
2025-08-20T21:20:58.5623976Z [00:03:51.900]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1168/_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/b1168=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymssets -lang=go1.21 -complete -installsuffix shared -buildid hdyeTKVAN0598uO7-H5m/hdyeTKVAN0598uO7-H5m -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/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:20:58.6502634Z [00:03:51.988]➜  go tool buildid -w $WORK/b1165/_pkg_.a # internal
2025-08-20T21:20:58.6506996Z [00:03:51.990]➜  cp $WORK/b1165/_pkg_.a /root/.cache/go-build/8a/8a830cfad5d0098ce2ae1c161652feb065cbdf80dfd3eadcc797d82618facdee-d # internal
2025-08-20T21:20:58.6537795Z [00:03:51.993]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonym
2025-08-20T21:20:58.6541954Z [00:03:51.993]➜  mkdir -p $WORK/b1169/
2025-08-20T21:20:58.6555322Z [00:03:51.994]➜  cat >/tmp/go-build3619502580/b1169/importcfg << 'EOF' # internal
2025-08-20T21:20:58.6556033Z [00:03:51.994]➜  # import config
2025-08-20T21:20:58.6556734Z [00:03:51.994]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:58.6557573Z [00:03:51.994]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:58.6558468Z [00:03:51.994]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:58.6559326Z [00:03:51.994]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:58.6560111Z [00:03:51.994]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:58.6561470Z [00:03:51.994]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:58.6563204Z [00:03:51.994]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:58.6564844Z [00:03:51.994]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3619502580/b572/_pkg_.a
2025-08-20T21:20:58.6575537Z [00:03:51.994]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:58.6576322Z [00:03:51.994]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:58.6577194Z [00:03:51.994]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:58.6578052Z [00:03:51.994]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:58.6579117Z [00:03:51.994]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:58.6579838Z [00:03:51.994]➜  EOF
2025-08-20T21:20:58.6580428Z [00:03:51.995]➜  go tool buildid -w $WORK/b1168/_pkg_.a # internal
2025-08-20T21:20:58.6587117Z [00:03:51.995]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1169/_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/b1169=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonym -lang=go1.21 -complete -installsuffix shared -buildid QF_HAOYjCcVHM8U6IoZN/QF_HAOYjCcVHM8U6IoZN -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/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:20:58.6594534Z [00:03:51.997]➜  cp $WORK/b1168/_pkg_.a /root/.cache/go-build/2f/2f6e11723c4ef7e17ba2f3df709e329624628395c44001e605cfec8ae66e275c-d # internal
2025-08-20T21:20:58.6595913Z [00:03:51.997]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonymrule
2025-08-20T21:20:58.6596720Z [00:03:51.997]➜  mkdir -p $WORK/b1170/
2025-08-20T21:20:58.6597428Z [00:03:51.997]➜  cat >/tmp/go-build3619502580/b1170/importcfg << 'EOF' # internal
2025-08-20T21:20:58.6598088Z [00:03:51.997]➜  # import config
2025-08-20T21:20:58.6598734Z [00:03:51.997]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:58.6599546Z [00:03:51.997]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:58.6600571Z [00:03:51.997]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:58.6601492Z [00:03:51.997]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:58.6602230Z [00:03:51.997]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:58.6603363Z [00:03:51.997]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:58.6604783Z [00:03:51.997]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:58.6606432Z [00:03:51.997]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3619502580/b572/_pkg_.a
2025-08-20T21:20:58.6607597Z [00:03:51.997]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:58.6608397Z [00:03:51.997]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:58.6609220Z [00:03:51.997]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:58.6610051Z [00:03:51.997]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:58.6610859Z [00:03:51.997]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:58.6611615Z [00:03:51.997]➜  EOF
2025-08-20T21:20:58.6618030Z [00:03:51.997]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1170/_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/b1170=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonymrule -lang=go1.21 -complete -installsuffix shared -buildid Jpdc0DzYk194nzJFfS5o/Jpdc0DzYk194nzJFfS5o -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/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:20:58.6672322Z [00:03:52.002]➜  go tool buildid -w $WORK/b1167/_pkg_.a # internal
2025-08-20T21:20:58.6673661Z [00:03:52.005]➜  cp $WORK/b1167/_pkg_.a /root/.cache/go-build/50/50e9daff6f6b8a7534075f28740c737553621d0e578bfcb8be85b4fac3805caa-d # internal
2025-08-20T21:20:58.6685525Z [00:03:52.008]➜  github.com/elastic/go-elasticsearch/v8/typedapi/tasks/cancel
2025-08-20T21:20:58.6686300Z [00:03:52.008]➜  mkdir -p $WORK/b1171/
2025-08-20T21:20:58.6687025Z [00:03:52.008]➜  cat >/tmp/go-build3619502580/b1171/importcfg << 'EOF' # internal
2025-08-20T21:20:58.6687738Z [00:03:52.008]➜  # import config
2025-08-20T21:20:58.6688386Z [00:03:52.008]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:58.6689207Z [00:03:52.008]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:58.6690072Z [00:03:52.008]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:58.6690951Z [00:03:52.008]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:58.6691942Z [00:03:52.008]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:58.6721952Z [00:03:52.008]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:58.6723597Z [00:03:52.008]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:58.6724726Z [00:03:52.008]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:58.6725550Z [00:03:52.008]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:58.6726428Z [00:03:52.008]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:58.6727248Z [00:03:52.008]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:58.6728260Z [00:03:52.008]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:58.6728905Z [00:03:52.008]➜  EOF
2025-08-20T21:20:58.6734479Z [00:03:52.008]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1171/_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/b1171=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/tasks/cancel -lang=go1.21 -complete -installsuffix shared -buildid LAyS7aDeBD769AzEbzfP/LAyS7aDeBD769AzEbzfP -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/cancel/cancel.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/tasks/cancel/response.go
2025-08-20T21:20:58.6763785Z [00:03:52.016]➜  go tool buildid -w $WORK/b1166/_pkg_.a # internal
2025-08-20T21:20:58.6783873Z [00:03:52.017]➜  cp $WORK/b1166/_pkg_.a /root/.cache/go-build/fa/fa7a8c7fea1dc6ac8b33c2fd3cbbad931a1575c6fbf9b294f441e0b547ee0a51-d # internal
2025-08-20T21:20:58.6785850Z [00:03:52.018]➜  github.com/elastic/go-elasticsearch/v8/typedapi/tasks/get
2025-08-20T21:20:58.6786620Z [00:03:52.018]➜  mkdir -p $WORK/b1172/
2025-08-20T21:20:58.6791771Z [00:03:52.018]➜  cat >/tmp/go-build3619502580/b1172/importcfg << 'EOF' # internal
2025-08-20T21:20:58.6802717Z [00:03:52.018]➜  # import config
2025-08-20T21:20:58.6803687Z [00:03:52.018]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:58.6804607Z [00:03:52.018]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:58.6805494Z [00:03:52.018]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:58.6806282Z [00:03:52.018]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:58.6807513Z [00:03:52.018]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:58.6809107Z [00:03:52.018]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:58.6810256Z [00:03:52.018]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:58.6811155Z [00:03:52.018]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:58.6812213Z [00:03:52.018]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:58.6813006Z [00:03:52.019]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:58.6813781Z [00:03:52.019]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:58.6814385Z [00:03:52.019]➜  EOF
2025-08-20T21:20:58.6820325Z [00:03:52.019]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1172/_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/b1172=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/tasks/get -lang=go1.21 -complete -installsuffix shared -buildid 0Ax3i9FHzSVHC6HqzNTh/0Ax3i9FHzSVHC6HqzNTh -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/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/tasks/get/response.go
2025-08-20T21:20:58.7750800Z [00:03:52.114]➜  go tool buildid -w $WORK/b1172/_pkg_.a # internal
2025-08-20T21:20:58.7775236Z [00:03:52.117]➜  cp $WORK/b1172/_pkg_.a /root/.cache/go-build/1b/1bc624ee2a67c0dcf00759b31c8b62d8a87e2f5d6954f2494923116180009e44-d # internal
2025-08-20T21:20:58.7782554Z [00:03:52.117]➜  github.com/elastic/go-elasticsearch/v8/typedapi/tasks/list
2025-08-20T21:20:58.7793110Z [00:03:52.118]➜  mkdir -p $WORK/b1173/
2025-08-20T21:20:58.7797886Z [00:03:52.119]➜  cat >/tmp/go-build3619502580/b1173/importcfg << 'EOF' # internal
2025-08-20T21:20:58.7798565Z [00:03:52.119]➜  # import config
2025-08-20T21:20:58.7799422Z [00:03:52.119]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:58.7800390Z [00:03:52.119]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:58.7803234Z [00:03:52.119]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:58.7804406Z [00:03:52.119]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:58.7805938Z [00:03:52.119]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:58.7807263Z [00:03:52.119]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:58.7808672Z [00:03:52.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:58.7810106Z [00:03:52.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/groupby=/tmp/go-build3619502580/b1174/_pkg_.a
2025-08-20T21:20:58.7811488Z [00:03:52.119]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:58.7812356Z [00:03:52.119]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:58.7813150Z [00:03:52.119]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:58.7813930Z [00:03:52.119]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:58.7814695Z [00:03:52.119]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:58.7815401Z [00:03:52.119]➜  EOF
2025-08-20T21:20:58.7821542Z [00:03:52.119]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1173/_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/b1173=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/tasks/list -lang=go1.21 -complete -installsuffix shared -buildid s8ujfEF52JHk2O3Sq8c7/s8ujfEF52JHk2O3Sq8c7 -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/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:20:58.7827565Z [00:03:52.119]➜  go tool buildid -w $WORK/b1170/_pkg_.a # internal
2025-08-20T21:20:58.7828401Z [00:03:52.121]➜  go tool buildid -w $WORK/b1169/_pkg_.a # internal
2025-08-20T21:20:58.7829917Z [00:03:52.122]➜  cp $WORK/b1170/_pkg_.a /root/.cache/go-build/56/56992cf58fadc68b77f53b237f96e2ae2eabe89dc841261563be177d49e5b167-d # internal
2025-08-20T21:20:58.7831656Z [00:03:52.122]➜  github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findfieldstructure
2025-08-20T21:20:58.7834797Z [00:03:52.123]➜  mkdir -p $WORK/b1175/
2025-08-20T21:20:58.7839073Z [00:03:52.123]➜  cat >/tmp/go-build3619502580/b1175/importcfg << 'EOF' # internal
2025-08-20T21:20:58.7841682Z [00:03:52.123]➜  # import config
2025-08-20T21:20:58.7842360Z [00:03:52.123]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:58.7843153Z [00:03:52.123]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:58.7844011Z [00:03:52.123]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:58.7844945Z [00:03:52.123]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:58.7846152Z [00:03:52.123]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:58.7847648Z [00:03:52.123]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:58.7849342Z [00:03:52.123]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ecscompatibilitytype=/tmp/go-build3619502580/b1176/_pkg_.a
2025-08-20T21:20:58.7852674Z [00:03:52.123]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/formattype=/tmp/go-build3619502580/b1177/_pkg_.a
2025-08-20T21:20:58.7853940Z [00:03:52.123]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:58.7854911Z [00:03:52.123]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:58.7858692Z [00:03:52.123]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:58.7859810Z [00:03:52.123]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:58.7860686Z [00:03:52.123]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:58.7861490Z [00:03:52.123]➜  EOF
2025-08-20T21:20:58.7874358Z [00:03:52.123]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1175/_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/b1175=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findfieldstructure -lang=go1.21 -complete -installsuffix shared -buildid ye_8xByVqMckv9E9uvtV/ye_8xByVqMckv9E9uvtV -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/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:20:58.7880481Z [00:03:52.124]➜  cp $WORK/b1169/_pkg_.a /root/.cache/go-build/8f/8f9bfb0271d837062b56405060f9584cc349223dba0a7daf16a70bc57f86eb4b-d # internal
2025-08-20T21:20:58.7882340Z [00:03:52.125]➜  github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findmessagestructure
2025-08-20T21:20:58.7883200Z [00:03:52.125]➜  mkdir -p $WORK/b1178/
2025-08-20T21:20:58.7883923Z [00:03:52.126]➜  cat >/tmp/go-build3619502580/b1178/importcfg << 'EOF' # internal
2025-08-20T21:20:58.7884593Z [00:03:52.126]➜  # import config
2025-08-20T21:20:58.7885209Z [00:03:52.126]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:58.7886013Z [00:03:52.126]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:58.7886857Z [00:03:52.126]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:58.7887685Z [00:03:52.126]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:58.7888625Z [00:03:52.126]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:58.7889795Z [00:03:52.126]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:58.7891715Z [00:03:52.126]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:58.7893455Z [00:03:52.126]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ecscompatibilitytype=/tmp/go-build3619502580/b1176/_pkg_.a
2025-08-20T21:20:58.7895298Z [00:03:52.126]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/formattype=/tmp/go-build3619502580/b1177/_pkg_.a
2025-08-20T21:20:58.7896680Z [00:03:52.126]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:58.7897504Z [00:03:52.126]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:58.7898339Z [00:03:52.126]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:58.7899151Z [00:03:52.126]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:58.7900016Z [00:03:52.126]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:58.7900732Z [00:03:52.126]➜  EOF
2025-08-20T21:20:58.7908211Z [00:03:52.126]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1178/_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/b1178=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findmessagestructure -lang=go1.21 -complete -installsuffix shared -buildid 9NLzG9lUkzJGIqTEuJwA/9NLzG9lUkzJGIqTEuJwA -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/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:20:58.7978533Z [00:03:52.135]➜  go tool buildid -w $WORK/b1171/_pkg_.a # internal
2025-08-20T21:20:58.7980306Z [00:03:52.137]➜  cp $WORK/b1171/_pkg_.a /root/.cache/go-build/24/2401ce762233e746c4b8148fa676473484db2b93d69c7fd16c97e95c6b98d3eb-d # internal
2025-08-20T21:20:58.7982301Z [00:03:52.137]➜  github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findstructure
2025-08-20T21:20:58.7983299Z [00:03:52.137]➜  mkdir -p $WORK/b1179/
2025-08-20T21:20:58.7984488Z [00:03:52.137]➜  cat >/tmp/go-build3619502580/b1179/importcfg << 'EOF' # internal
2025-08-20T21:20:58.7985223Z [00:03:52.137]➜  # import config
2025-08-20T21:20:58.7985863Z [00:03:52.137]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:58.7986689Z [00:03:52.137]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:58.7987552Z [00:03:52.137]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:58.7988589Z [00:03:52.137]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:58.7989377Z [00:03:52.137]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:58.7990568Z [00:03:52.137]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:58.7992184Z [00:03:52.137]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:58.7993267Z [00:03:52.137]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:58.7994059Z [00:03:52.137]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:58.7994873Z [00:03:52.137]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:58.7995813Z [00:03:52.137]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:58.7996629Z [00:03:52.137]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:58.7997235Z [00:03:52.137]➜  EOF
2025-08-20T21:20:58.8004259Z [00:03:52.137]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1179/_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/b1179=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findstructure -lang=go1.21 -complete -installsuffix shared -buildid C-El2KEAOYryr5tEKEAs/C-El2KEAOYryr5tEKEAs -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/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:20:58.9002723Z [00:03:52.239]➜  go tool buildid -w $WORK/b1173/_pkg_.a # internal
2025-08-20T21:20:58.9030549Z [00:03:52.242]➜  cp $WORK/b1173/_pkg_.a /root/.cache/go-build/3e/3eab39d2d9d97adaba02688d2d5602e57365983ba234fa42564992973eb7ebc2-d # internal
2025-08-20T21:20:58.9032948Z [00:03:52.242]➜  github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/testgrokpattern
2025-08-20T21:20:58.9034229Z [00:03:52.242]➜  mkdir -p $WORK/b1180/
2025-08-20T21:20:58.9035920Z [00:03:52.242]➜  cat >/tmp/go-build3619502580/b1180/importcfg << 'EOF' # internal
2025-08-20T21:20:58.9036558Z [00:03:52.242]➜  # import config
2025-08-20T21:20:58.9037151Z [00:03:52.242]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:58.9037871Z [00:03:52.242]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:58.9038634Z [00:03:52.242]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:58.9039402Z [00:03:52.242]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:58.9040145Z [00:03:52.242]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:58.9041649Z [00:03:52.242]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:58.9043046Z [00:03:52.242]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:58.9044074Z [00:03:52.242]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:58.9044823Z [00:03:52.242]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:58.9045609Z [00:03:52.242]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:58.9046372Z [00:03:52.242]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:58.9047145Z [00:03:52.242]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:58.9047724Z [00:03:52.242]➜  EOF
2025-08-20T21:20:58.9064454Z [00:03:52.242]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1180/_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/b1180=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/testgrokpattern -lang=go1.21 -complete -installsuffix shared -buildid wMOXX06wEGLXqOJAoqdH/wMOXX06wEGLXqOJAoqdH -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/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:20:58.9070726Z [00:03:52.245]➜  go tool buildid -w $WORK/b1179/_pkg_.a # internal
2025-08-20T21:20:58.9073965Z [00:03:52.247]➜  cp $WORK/b1179/_pkg_.a /root/.cache/go-build/b5/b547ac3a9c22e49ea787399b4a7aa73aa49df8f8443953b6a4a53f1a17e9403c-d # internal
2025-08-20T21:20:58.9076790Z [00:03:52.247]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/deletetransform
2025-08-20T21:20:58.9078688Z [00:03:52.247]➜  mkdir -p $WORK/b1181/
2025-08-20T21:20:58.9087869Z [00:03:52.248]➜  cat >/tmp/go-build3619502580/b1181/importcfg << 'EOF' # internal
2025-08-20T21:20:58.9088703Z [00:03:52.248]➜  # import config
2025-08-20T21:20:58.9089370Z [00:03:52.248]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:58.9090236Z [00:03:52.248]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:58.9091404Z [00:03:52.248]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:58.9092237Z [00:03:52.248]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:58.9093436Z [00:03:52.248]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:58.9096142Z [00:03:52.248]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:58.9097288Z [00:03:52.248]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:58.9098109Z [00:03:52.248]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:58.9098933Z [00:03:52.248]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:58.9099768Z [00:03:52.248]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:58.9100586Z [00:03:52.248]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:58.9101366Z [00:03:52.248]➜  EOF
2025-08-20T21:20:58.9101908Z [00:03:52.248]➜  go tool buildid -w $WORK/b1175/_pkg_.a # internal
2025-08-20T21:20:58.9114569Z [00:03:52.248]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1181/_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/b1181=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/deletetransform -lang=go1.21 -complete -installsuffix shared -buildid 0yKFujg6RJ0gvzlNEDKA/0yKFujg6RJ0gvzlNEDKA -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/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:20:58.9145253Z [00:03:52.254]➜  cp $WORK/b1175/_pkg_.a /root/.cache/go-build/ae/ae680a202aa3a90c974f5d2e7d5de60df626d810420bcdd9c67f84596c98cd2e-d # internal
2025-08-20T21:20:58.9149685Z [00:03:52.254]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransform
2025-08-20T21:20:58.9150695Z [00:03:52.254]➜  mkdir -p $WORK/b1183/
2025-08-20T21:20:58.9157077Z [00:03:52.255]➜  cat >/tmp/go-build3619502580/b1183/importcfg << 'EOF' # internal
2025-08-20T21:20:58.9158025Z [00:03:52.255]➜  # import config
2025-08-20T21:20:58.9158685Z [00:03:52.255]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:58.9159531Z [00:03:52.255]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:58.9160435Z [00:03:52.255]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:58.9161375Z [00:03:52.255]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:58.9162575Z [00:03:52.255]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:58.9164064Z [00:03:52.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:58.9165287Z [00:03:52.255]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:58.9166081Z [00:03:52.255]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:58.9166855Z [00:03:52.255]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:58.9167799Z [00:03:52.255]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:58.9168580Z [00:03:52.255]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:58.9169160Z [00:03:52.255]➜  EOF
2025-08-20T21:20:58.9175129Z [00:03:52.255]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1183/_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/b1183=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransform -lang=go1.21 -complete -installsuffix shared -buildid kS4YIwxGUAu0uex9UbfM/kS4YIwxGUAu0uex9UbfM -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/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:20:58.9203449Z [00:03:52.260]➜  go tool buildid -w $WORK/b1178/_pkg_.a # internal
2025-08-20T21:20:58.9218604Z [00:03:52.261]➜  cp $WORK/b1178/_pkg_.a /root/.cache/go-build/97/9786948a3a6fb0f980590dd74f019134e7368b3f0e1f4c6eaa8f4a40602ce61b-d # internal
2025-08-20T21:20:58.9220586Z [00:03:52.261]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransformstats
2025-08-20T21:20:58.9221487Z [00:03:52.261]➜  mkdir -p $WORK/b1184/
2025-08-20T21:20:58.9222268Z [00:03:52.261]➜  cat >/tmp/go-build3619502580/b1184/importcfg << 'EOF' # internal
2025-08-20T21:20:58.9222926Z [00:03:52.261]➜  # import config
2025-08-20T21:20:58.9223575Z [00:03:52.261]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:58.9224453Z [00:03:52.261]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:58.9225311Z [00:03:52.261]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:58.9226111Z [00:03:52.261]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:58.9227544Z [00:03:52.261]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:58.9229036Z [00:03:52.261]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:58.9230095Z [00:03:52.261]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:58.9230885Z [00:03:52.261]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:58.9235483Z [00:03:52.261]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:58.9236475Z [00:03:52.261]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:58.9237365Z [00:03:52.261]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:58.9237989Z [00:03:52.261]➜  EOF
2025-08-20T21:20:58.9245900Z [00:03:52.261]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1184/_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/b1184=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransformstats -lang=go1.21 -complete -installsuffix shared -buildid Z40xSTdzGgTC2Xa4PYuY/Z40xSTdzGgTC2Xa4PYuY -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/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:20:59.0187014Z [00:03:52.358]➜  go tool buildid -w $WORK/b1180/_pkg_.a # internal
2025-08-20T21:20:59.0205102Z [00:03:52.360]➜  go tool buildid -w $WORK/b1181/_pkg_.a # internal
2025-08-20T21:20:59.0222961Z [00:03:52.360]➜  cp $WORK/b1180/_pkg_.a /root/.cache/go-build/68/684bf5e6045928f39fa019c8c2256fafcfc0e6d7e5f51196fa5f8047fa49ec15-d # internal
2025-08-20T21:20:59.0224379Z [00:03:52.360]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/previewtransform
2025-08-20T21:20:59.0225184Z [00:03:52.360]➜  mkdir -p $WORK/b1185/
2025-08-20T21:20:59.0225902Z [00:03:52.361]➜  cat >/tmp/go-build3619502580/b1185/importcfg << 'EOF' # internal
2025-08-20T21:20:59.0226588Z [00:03:52.361]➜  # import config
2025-08-20T21:20:59.0227229Z [00:03:52.361]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:59.0228254Z [00:03:52.361]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:59.0229128Z [00:03:52.361]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:59.0229983Z [00:03:52.361]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:59.0230727Z [00:03:52.361]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:59.0236074Z [00:03:52.361]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:59.0237665Z [00:03:52.361]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:59.0238771Z [00:03:52.361]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:59.0239571Z [00:03:52.361]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:59.0240397Z [00:03:52.361]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:59.0241341Z [00:03:52.361]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:59.0242175Z [00:03:52.361]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:59.0242782Z [00:03:52.361]➜  EOF
2025-08-20T21:20:59.0249454Z [00:03:52.361]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1185/_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/b1185=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/previewtransform -lang=go1.21 -complete -installsuffix shared -buildid CxGshd-Tl1FSVM2Ef8il/CxGshd-Tl1FSVM2Ef8il -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/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:20:59.0282301Z [00:03:52.367]➜  cp $WORK/b1181/_pkg_.a /root/.cache/go-build/d9/d985e6a560d4632d3ebd77603d2138573831be303c0576c1a560f5c4ebe80faa-d # internal
2025-08-20T21:20:59.0294660Z [00:03:52.368]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/puttransform
2025-08-20T21:20:59.0295617Z [00:03:52.368]➜  mkdir -p $WORK/b1186/
2025-08-20T21:20:59.0296312Z [00:03:52.368]➜  cat >/tmp/go-build3619502580/b1186/importcfg << 'EOF' # internal
2025-08-20T21:20:59.0297027Z [00:03:52.368]➜  # import config
2025-08-20T21:20:59.0297685Z [00:03:52.368]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:59.0298526Z [00:03:52.368]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:59.0299389Z [00:03:52.368]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:59.0300265Z [00:03:52.368]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:59.0301113Z [00:03:52.368]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:59.0302892Z [00:03:52.368]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:59.0304407Z [00:03:52.368]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:59.0305517Z [00:03:52.368]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:59.0306302Z [00:03:52.368]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:59.0307118Z [00:03:52.368]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:59.0307916Z [00:03:52.368]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:59.0308737Z [00:03:52.368]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:59.0309342Z [00:03:52.368]➜  EOF
2025-08-20T21:20:59.0316129Z [00:03:52.369]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1186/_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/b1186=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/puttransform -lang=go1.21 -complete -installsuffix shared -buildid iL2Oab31zc_YvLUHRu43/iL2Oab31zc_YvLUHRu43 -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/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:20:59.0333608Z [00:03:52.373]➜  go tool buildid -w $WORK/b1184/_pkg_.a # internal
2025-08-20T21:20:59.0357157Z [00:03:52.373]➜  cp $WORK/b1184/_pkg_.a /root/.cache/go-build/b9/b9ec8b81076a021f690a9d5ba1e78b4a2fd4950516c6517cdf54d6e3b0c4b22d-d # internal
2025-08-20T21:20:59.0368620Z [00:03:52.374]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/resettransform
2025-08-20T21:20:59.0369399Z [00:03:52.374]➜  mkdir -p $WORK/b1187/
2025-08-20T21:20:59.0370098Z [00:03:52.374]➜  cat >/tmp/go-build3619502580/b1187/importcfg << 'EOF' # internal
2025-08-20T21:20:59.0370749Z [00:03:52.374]➜  # import config
2025-08-20T21:20:59.0371731Z [00:03:52.374]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:59.0372579Z [00:03:52.374]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:59.0373397Z [00:03:52.374]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:59.0374167Z [00:03:52.374]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:59.0375369Z [00:03:52.374]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:59.0376864Z [00:03:52.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:59.0377947Z [00:03:52.374]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:59.0378757Z [00:03:52.374]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:59.0379544Z [00:03:52.374]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:59.0380495Z [00:03:52.374]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:59.0381427Z [00:03:52.374]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:59.0382020Z [00:03:52.374]➜  EOF
2025-08-20T21:20:59.0387814Z [00:03:52.375]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1187/_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/b1187=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/resettransform -lang=go1.21 -complete -installsuffix shared -buildid TW6vK2lvwb5MHqFF4kWA/TW6vK2lvwb5MHqFF4kWA -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/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:20:59.0423954Z [00:03:52.382]➜  go tool buildid -w $WORK/b1183/_pkg_.a # internal
2025-08-20T21:20:59.0447136Z [00:03:52.384]➜  cp $WORK/b1183/_pkg_.a /root/.cache/go-build/38/3858851c5c66ec50bd6989538c2be0dbdbe609ea399ab96d2604d0bf040cc685-d # internal
2025-08-20T21:20:59.0466892Z [00:03:52.384]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/schedulenowtransform
2025-08-20T21:20:59.0467714Z [00:03:52.384]➜  mkdir -p $WORK/b1188/
2025-08-20T21:20:59.0468569Z [00:03:52.384]➜  cat >/tmp/go-build3619502580/b1188/importcfg << 'EOF' # internal
2025-08-20T21:20:59.0469225Z [00:03:52.385]➜  # import config
2025-08-20T21:20:59.0469858Z [00:03:52.385]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:59.0470710Z [00:03:52.385]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:59.0472586Z [00:03:52.385]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:59.0473384Z [00:03:52.385]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:59.0474564Z [00:03:52.385]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:59.0476035Z [00:03:52.385]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:59.0477104Z [00:03:52.385]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:59.0477874Z [00:03:52.385]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:59.0478671Z [00:03:52.385]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:59.0479445Z [00:03:52.385]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:59.0480228Z [00:03:52.385]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:59.0480799Z [00:03:52.385]➜  EOF
2025-08-20T21:20:59.0486999Z [00:03:52.385]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1188/_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/b1188=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/schedulenowtransform -lang=go1.21 -complete -installsuffix shared -buildid d-dSwWOChH074HGU6gdb/d-dSwWOChH074HGU6gdb -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/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:20:59.1511026Z [00:03:52.490]➜  go tool buildid -w $WORK/b1188/_pkg_.a # internal
2025-08-20T21:20:59.1535760Z [00:03:52.493]➜  cp $WORK/b1188/_pkg_.a /root/.cache/go-build/f9/f98cbc3e53914d78c92ac373700d9b19caaead03145445386f19389eb3c7f3f3-d # internal
2025-08-20T21:20:59.1545272Z [00:03:52.493]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/starttransform
2025-08-20T21:20:59.1546090Z [00:03:52.493]➜  mkdir -p $WORK/b1189/
2025-08-20T21:20:59.1546813Z [00:03:52.493]➜  cat >/tmp/go-build3619502580/b1189/importcfg << 'EOF' # internal
2025-08-20T21:20:59.1547484Z [00:03:52.493]➜  # import config
2025-08-20T21:20:59.1548135Z [00:03:52.493]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:59.1548990Z [00:03:52.493]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:59.1549848Z [00:03:52.493]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:59.1550623Z [00:03:52.493]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:59.1552137Z [00:03:52.493]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:59.1553629Z [00:03:52.493]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:59.1554705Z [00:03:52.493]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:59.1555485Z [00:03:52.493]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:59.1556276Z [00:03:52.493]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:59.1557075Z [00:03:52.493]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:59.1557850Z [00:03:52.493]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:59.1558553Z [00:03:52.493]➜  EOF
2025-08-20T21:20:59.1570254Z [00:03:52.493]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1189/_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/b1189=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/starttransform -lang=go1.21 -complete -installsuffix shared -buildid HQ9wTVgyCh_78FVeaH31/HQ9wTVgyCh_78FVeaH31 -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/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:20:59.1579664Z [00:03:52.497]➜  go tool buildid -w $WORK/b1187/_pkg_.a # internal
2025-08-20T21:20:59.1589152Z [00:03:52.498]➜  cp $WORK/b1187/_pkg_.a /root/.cache/go-build/25/259dc2a2b42745d27558cefc54eebec796876129de2dcd2b30a5367aee3703dc-d # internal
2025-08-20T21:20:59.1601919Z [00:03:52.498]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/stoptransform
2025-08-20T21:20:59.1602721Z [00:03:52.499]➜  mkdir -p $WORK/b1190/
2025-08-20T21:20:59.1603431Z [00:03:52.499]➜  cat >/tmp/go-build3619502580/b1190/importcfg << 'EOF' # internal
2025-08-20T21:20:59.1604092Z [00:03:52.499]➜  # import config
2025-08-20T21:20:59.1604871Z [00:03:52.499]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:59.1605727Z [00:03:52.499]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:59.1606608Z [00:03:52.499]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:59.1607377Z [00:03:52.499]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:59.1608542Z [00:03:52.499]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:59.1610045Z [00:03:52.499]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:59.1611118Z [00:03:52.499]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:59.1616040Z [00:03:52.499]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:59.1616832Z [00:03:52.499]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:59.1617742Z [00:03:52.499]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:59.1618481Z [00:03:52.499]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:59.1619054Z [00:03:52.499]➜  EOF
2025-08-20T21:20:59.1624959Z [00:03:52.499]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1190/_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/b1190=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/stoptransform -lang=go1.21 -complete -installsuffix shared -buildid Klh2wUB9jKtfhxSdaYBr/Klh2wUB9jKtfhxSdaYBr -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/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:20:59.1663953Z [00:03:52.506]➜  go tool buildid -w $WORK/b1185/_pkg_.a # internal
2025-08-20T21:20:59.1682289Z [00:03:52.507]➜  cp $WORK/b1185/_pkg_.a /root/.cache/go-build/2a/2ae2ed773cbe8f5c929f6bb0ef1d5235603a7ef1beb7246211c04767af735b2c-d # internal
2025-08-20T21:20:59.1685643Z [00:03:52.508]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/updatetransform
2025-08-20T21:20:59.1687841Z [00:03:52.508]➜  mkdir -p $WORK/b1191/
2025-08-20T21:20:59.1695002Z [00:03:52.509]➜  cat >/tmp/go-build3619502580/b1191/importcfg << 'EOF' # internal
2025-08-20T21:20:59.1700394Z [00:03:52.509]➜  # import config
2025-08-20T21:20:59.1701169Z [00:03:52.509]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:59.1702121Z [00:03:52.509]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:59.1702936Z [00:03:52.509]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:59.1703870Z [00:03:52.509]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:59.1704696Z [00:03:52.509]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:59.1705936Z [00:03:52.509]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:59.1707483Z [00:03:52.509]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:59.1708590Z [00:03:52.509]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:59.1709418Z [00:03:52.509]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:59.1710258Z [00:03:52.509]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:59.1711097Z [00:03:52.509]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:59.1712085Z [00:03:52.509]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:59.1712862Z [00:03:52.509]➜  EOF
2025-08-20T21:20:59.1720866Z [00:03:52.509]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1191/_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/b1191=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/updatetransform -lang=go1.21 -complete -installsuffix shared -buildid IAs3IbL_aSrjRbIxYc7R/IAs3IbL_aSrjRbIxYc7R -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/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:20:59.1879670Z [00:03:52.527]➜  go tool buildid -w $WORK/b1186/_pkg_.a # internal
2025-08-20T21:20:59.1907749Z [00:03:52.530]➜  cp $WORK/b1186/_pkg_.a /root/.cache/go-build/79/79e8bb703103fb8cf1e0ad7fb77a009cc13dfe8421e596e58fdd0e9f9b32548a-d # internal
2025-08-20T21:20:59.1933786Z [00:03:52.533]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/upgradetransforms
2025-08-20T21:20:59.1935876Z [00:03:52.533]➜  mkdir -p $WORK/b1192/
2025-08-20T21:20:59.1936770Z [00:03:52.533]➜  cat >/tmp/go-build3619502580/b1192/importcfg << 'EOF' # internal
2025-08-20T21:20:59.1937445Z [00:03:52.533]➜  # import config
2025-08-20T21:20:59.1938095Z [00:03:52.533]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:59.1938930Z [00:03:52.533]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:59.1939913Z [00:03:52.533]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:59.1940752Z [00:03:52.533]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:59.1942388Z [00:03:52.533]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:59.1943926Z [00:03:52.533]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:59.1944998Z [00:03:52.533]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:59.1945784Z [00:03:52.533]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:59.1946593Z [00:03:52.533]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:59.1947542Z [00:03:52.533]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:59.1948346Z [00:03:52.533]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:59.1948937Z [00:03:52.533]➜  EOF
2025-08-20T21:20:59.1955010Z [00:03:52.533]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1192/_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/b1192=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/upgradetransforms -lang=go1.21 -complete -installsuffix shared -buildid ObazzDLVL2lN1GAcekX_/ObazzDLVL2lN1GAcekX_ -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/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:20:59.2551048Z [00:03:52.594]➜  go tool buildid -w $WORK/b1189/_pkg_.a # internal
2025-08-20T21:20:59.2567150Z [00:03:52.596]➜  cp $WORK/b1189/_pkg_.a /root/.cache/go-build/39/39076da710d73951ac0755967e90596a9a32e6c66d08e1268009b0b178dbc714-d # internal
2025-08-20T21:20:59.2572570Z [00:03:52.596]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/ackwatch
2025-08-20T21:20:59.2573402Z [00:03:52.596]➜  mkdir -p $WORK/b1193/
2025-08-20T21:20:59.2585749Z [00:03:52.598]➜  cat >/tmp/go-build3619502580/b1193/importcfg << 'EOF' # internal
2025-08-20T21:20:59.2589825Z [00:03:52.598]➜  # import config
2025-08-20T21:20:59.2592094Z [00:03:52.598]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:59.2594348Z [00:03:52.598]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:59.2602005Z [00:03:52.598]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:59.2602898Z [00:03:52.598]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:59.2604194Z [00:03:52.598]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:59.2605814Z [00:03:52.598]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:59.2606958Z [00:03:52.598]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:59.2607823Z [00:03:52.598]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:59.2608715Z [00:03:52.598]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:59.2609565Z [00:03:52.598]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:59.2610408Z [00:03:52.598]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:59.2611063Z [00:03:52.598]➜  EOF
2025-08-20T21:20:59.2617170Z [00:03:52.598]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1193/_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/b1193=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/ackwatch -lang=go1.21 -complete -installsuffix shared -buildid 5mV_H9QhGNts2PmeNuoS/5mV_H9QhGNts2PmeNuoS -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/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:20:59.2623695Z [00:03:52.598]➜  go tool buildid -w $WORK/b1190/_pkg_.a # internal
2025-08-20T21:20:59.2625089Z [00:03:52.598]➜  cp $WORK/b1190/_pkg_.a /root/.cache/go-build/f6/f68066b1d269741a7018cfb8c1ae03c0d5e1f69a22e9c80857d9c2b85ebfd1e4-d # internal
2025-08-20T21:20:59.2626542Z [00:03:52.598]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/activatewatch
2025-08-20T21:20:59.2627334Z [00:03:52.598]➜  mkdir -p $WORK/b1194/
2025-08-20T21:20:59.2628265Z [00:03:52.599]➜  cat >/tmp/go-build3619502580/b1194/importcfg << 'EOF' # internal
2025-08-20T21:20:59.2628991Z [00:03:52.599]➜  # import config
2025-08-20T21:20:59.2629672Z [00:03:52.599]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:59.2630590Z [00:03:52.599]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:59.2631691Z [00:03:52.599]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:59.2632566Z [00:03:52.599]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:59.2633836Z [00:03:52.599]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:59.2635411Z [00:03:52.599]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:59.2636573Z [00:03:52.599]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:59.2637438Z [00:03:52.599]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:59.2638336Z [00:03:52.599]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:59.2639197Z [00:03:52.599]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:59.2640057Z [00:03:52.599]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:59.2640893Z [00:03:52.599]➜  EOF
2025-08-20T21:20:59.2652460Z [00:03:52.599]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1194/_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/b1194=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/activatewatch -lang=go1.21 -complete -installsuffix shared -buildid GRhMhrQpg7MRV03_WdpU/GRhMhrQpg7MRV03_WdpU -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/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:20:59.3013086Z [00:03:52.640]➜  go tool buildid -w $WORK/b1191/_pkg_.a # internal
2025-08-20T21:20:59.3043432Z [00:03:52.643]➜  cp $WORK/b1191/_pkg_.a /root/.cache/go-build/c5/c58dc06bfda814340f0611765d03b89f573f36e4e360fdb0db6a9ebcc2104bbe-d # internal
2025-08-20T21:20:59.3052275Z [00:03:52.644]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deactivatewatch
2025-08-20T21:20:59.3053071Z [00:03:52.644]➜  mkdir -p $WORK/b1195/
2025-08-20T21:20:59.3053772Z [00:03:52.644]➜  cat >/tmp/go-build3619502580/b1195/importcfg << 'EOF' # internal
2025-08-20T21:20:59.3054412Z [00:03:52.644]➜  # import config
2025-08-20T21:20:59.3055036Z [00:03:52.644]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:59.3055868Z [00:03:52.644]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:59.3056699Z [00:03:52.644]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:59.3057455Z [00:03:52.644]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:59.3058754Z [00:03:52.644]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:59.3060215Z [00:03:52.644]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:59.3061512Z [00:03:52.644]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:59.3062278Z [00:03:52.644]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:59.3063062Z [00:03:52.644]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:59.3063832Z [00:03:52.644]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:59.3064601Z [00:03:52.644]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:59.3065300Z [00:03:52.644]➜  EOF
2025-08-20T21:20:59.3070982Z [00:03:52.644]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1195/_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/b1195=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deactivatewatch -lang=go1.21 -complete -installsuffix shared -buildid Wnz5KApruGbJRYH_u2XL/Wnz5KApruGbJRYH_u2XL -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/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:20:59.3100592Z [00:03:52.649]➜  go tool buildid -w $WORK/b1192/_pkg_.a # internal
2025-08-20T21:20:59.3121363Z [00:03:52.651]➜  cp $WORK/b1192/_pkg_.a /root/.cache/go-build/36/36809b3ecb69ffe19e2aacfd560eaea21d65d07e48b7669103688d2abc1d30ff-d # internal
2025-08-20T21:20:59.3123834Z [00:03:52.652]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deletewatch
2025-08-20T21:20:59.3126527Z [00:03:52.652]➜  mkdir -p $WORK/b1196/
2025-08-20T21:20:59.3154530Z [00:03:52.655]➜  cat >/tmp/go-build3619502580/b1196/importcfg << 'EOF' # internal
2025-08-20T21:20:59.3155726Z [00:03:52.655]➜  # import config
2025-08-20T21:20:59.3156962Z [00:03:52.655]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:59.3158049Z [00:03:52.655]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:59.3159121Z [00:03:52.655]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:59.3160297Z [00:03:52.655]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:59.3162583Z [00:03:52.655]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:59.3164194Z [00:03:52.655]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:59.3165332Z [00:03:52.655]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:59.3166156Z [00:03:52.655]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:59.3166984Z [00:03:52.655]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:59.3167828Z [00:03:52.655]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:59.3168643Z [00:03:52.655]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:59.3169253Z [00:03:52.655]➜  EOF
2025-08-20T21:20:59.3174994Z [00:03:52.655]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1196/_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/b1196=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deletewatch -lang=go1.21 -complete -installsuffix shared -buildid nl7b_nb4vVrs5UdXXT4q/nl7b_nb4vVrs5UdXXT4q -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/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:20:59.3780161Z [00:03:52.717]➜  go tool buildid -w $WORK/b1194/_pkg_.a # internal
2025-08-20T21:20:59.3796989Z [00:03:52.719]➜  cp $WORK/b1194/_pkg_.a /root/.cache/go-build/80/80de50ed8458bf60f342dbb7d7665a3dd09c7bc998281070d9b91ce927e14434-d # internal
2025-08-20T21:20:59.3823886Z [00:03:52.719]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/executewatch
2025-08-20T21:20:59.3824705Z [00:03:52.719]➜  mkdir -p $WORK/b1197/
2025-08-20T21:20:59.3825447Z [00:03:52.719]➜  cat >/tmp/go-build3619502580/b1197/importcfg << 'EOF' # internal
2025-08-20T21:20:59.3826335Z [00:03:52.720]➜  # import config
2025-08-20T21:20:59.3827013Z [00:03:52.720]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:59.3827846Z [00:03:52.720]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:59.3828691Z [00:03:52.720]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:59.3829486Z [00:03:52.720]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:59.3830267Z [00:03:52.720]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:59.3831695Z [00:03:52.720]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:59.3833246Z [00:03:52.720]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:59.3834923Z [00:03:52.720]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionexecutionmode=/tmp/go-build3619502580/b1198/_pkg_.a
2025-08-20T21:20:59.3836200Z [00:03:52.720]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:59.3836986Z [00:03:52.720]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:59.3837816Z [00:03:52.720]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:59.3838624Z [00:03:52.720]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:59.3839715Z [00:03:52.720]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:59.3840325Z [00:03:52.720]➜  EOF
2025-08-20T21:20:59.3849501Z [00:03:52.720]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1197/_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/b1197=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/executewatch -lang=go1.21 -complete -installsuffix shared -buildid uTTvU1yMWa1DYNRknAGT/uTTvU1yMWa1DYNRknAGT -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/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:20:59.4080453Z [00:03:52.747]➜  go tool buildid -w $WORK/b1193/_pkg_.a # internal
2025-08-20T21:20:59.4095548Z [00:03:52.749]➜  cp $WORK/b1193/_pkg_.a /root/.cache/go-build/5e/5e8c85876534fa3b2298f52a44fad0fea4a3b5859fb6d12eb64002925dfd5f92-d # internal
2025-08-20T21:20:59.4103437Z [00:03:52.749]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getsettings
2025-08-20T21:20:59.4104389Z [00:03:52.749]➜  mkdir -p $WORK/b1199/
2025-08-20T21:20:59.4106897Z [00:03:52.750]➜  cat >/tmp/go-build3619502580/b1199/importcfg << 'EOF' # internal
2025-08-20T21:20:59.4107703Z [00:03:52.750]➜  # import config
2025-08-20T21:20:59.4108413Z [00:03:52.750]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:59.4109490Z [00:03:52.750]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:59.4110435Z [00:03:52.750]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:59.4111482Z [00:03:52.750]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:59.4112720Z [00:03:52.750]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:59.4114211Z [00:03:52.750]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:59.4115313Z [00:03:52.750]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:59.4116110Z [00:03:52.750]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:59.4117054Z [00:03:52.750]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:59.4117881Z [00:03:52.750]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:59.4118683Z [00:03:52.750]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:59.4119274Z [00:03:52.750]➜  EOF
2025-08-20T21:20:59.4124872Z [00:03:52.750]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1199/_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/b1199=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getsettings -lang=go1.21 -complete -installsuffix shared -buildid bpSltCYaN5Dj8ZlwJYuV/bpSltCYaN5Dj8ZlwJYuV -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/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:20:59.4199259Z [00:03:52.759]➜  go tool buildid -w $WORK/b1195/_pkg_.a # internal
2025-08-20T21:20:59.4214355Z [00:03:52.761]➜  cp $WORK/b1195/_pkg_.a /root/.cache/go-build/bb/bbdf6a2e580e6da5af429d7c5c87653e3f71b300f61c3d02ed9429b79ebb4a11-d # internal
2025-08-20T21:20:59.4216714Z [00:03:52.761]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getwatch
2025-08-20T21:20:59.4217615Z [00:03:52.761]➜  mkdir -p $WORK/b1200/
2025-08-20T21:20:59.4222100Z [00:03:52.761]➜  cat >/tmp/go-build3619502580/b1200/importcfg << 'EOF' # internal
2025-08-20T21:20:59.4224095Z [00:03:52.761]➜  # import config
2025-08-20T21:20:59.4224769Z [00:03:52.761]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:59.4225657Z [00:03:52.761]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:59.4226527Z [00:03:52.761]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:59.4227329Z [00:03:52.761]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:59.4228517Z [00:03:52.761]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:59.4230170Z [00:03:52.761]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:59.4231511Z [00:03:52.761]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:59.4232359Z [00:03:52.761]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:59.4233172Z [00:03:52.761]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:59.4233968Z [00:03:52.761]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:59.4234754Z [00:03:52.761]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:59.4235350Z [00:03:52.761]➜  EOF
2025-08-20T21:20:59.4240649Z [00:03:52.761]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1200/_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/b1200=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getwatch -lang=go1.21 -complete -installsuffix shared -buildid wFNcDKdM5zssb790SE4l/wFNcDKdM5zssb790SE4l -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/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:20:59.4284259Z [00:03:52.768]➜  go tool buildid -w $WORK/b1196/_pkg_.a # internal
2025-08-20T21:20:59.4304045Z [00:03:52.770]➜  cp $WORK/b1196/_pkg_.a /root/.cache/go-build/f2/f216738e2797a209a54a0842f5410b62239029c8128e6cfc2dd9d9ebb00d05c3-d # internal
2025-08-20T21:20:59.4308171Z [00:03:52.770]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/putwatch
2025-08-20T21:20:59.4310570Z [00:03:52.770]➜  mkdir -p $WORK/b1201/
2025-08-20T21:20:59.4320022Z [00:03:52.771]➜  cat >/tmp/go-build3619502580/b1201/importcfg << 'EOF' # internal
2025-08-20T21:20:59.4320783Z [00:03:52.771]➜  # import config
2025-08-20T21:20:59.4321677Z [00:03:52.771]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:59.4322490Z [00:03:52.771]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:59.4323564Z [00:03:52.771]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:59.4324418Z [00:03:52.771]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:59.4325192Z [00:03:52.771]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:59.4326267Z [00:03:52.771]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:59.4327788Z [00:03:52.771]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:59.4328884Z [00:03:52.771]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:59.4329700Z [00:03:52.771]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:59.4330532Z [00:03:52.771]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:59.4331604Z [00:03:52.771]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:59.4332564Z [00:03:52.771]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:59.4333193Z [00:03:52.771]➜  EOF
2025-08-20T21:20:59.4339323Z [00:03:52.771]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1201/_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/b1201=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/putwatch -lang=go1.21 -complete -installsuffix shared -buildid lHRX6aVC59FZ0hg8RuN0/lHRX6aVC59FZ0hg8RuN0 -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/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:20:59.5299319Z [00:03:52.869]➜  go tool buildid -w $WORK/b1197/_pkg_.a # internal
2025-08-20T21:20:59.5302592Z [00:03:52.869]➜  go tool buildid -w $WORK/b1199/_pkg_.a # internal
2025-08-20T21:20:59.5322709Z [00:03:52.871]➜  cp $WORK/b1199/_pkg_.a /root/.cache/go-build/e9/e9540e9bdbfd7928d3788b09c3db24223a67e2b4a0982b1b0418c7beec429777-d # internal
2025-08-20T21:20:59.5328475Z [00:03:52.872]➜  cp $WORK/b1197/_pkg_.a /root/.cache/go-build/55/55eb3a114908742721c98aa861db752d875ba5820727d8673384bd2db5b2d4f6-d # internal
2025-08-20T21:20:59.5343155Z [00:03:52.872]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/querywatches
2025-08-20T21:20:59.5344045Z [00:03:52.872]➜  mkdir -p $WORK/b1202/
2025-08-20T21:20:59.5352095Z [00:03:52.873]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/start
2025-08-20T21:20:59.5352942Z [00:03:52.873]➜  mkdir -p $WORK/b1203/
2025-08-20T21:20:59.5353740Z [00:03:52.874]➜  cat >/tmp/go-build3619502580/b1202/importcfg << 'EOF' # internal
2025-08-20T21:20:59.5354473Z [00:03:52.874]➜  # import config
2025-08-20T21:20:59.5355156Z [00:03:52.874]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:59.5356023Z [00:03:52.874]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:59.5356927Z [00:03:52.874]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:59.5357816Z [00:03:52.874]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:59.5358621Z [00:03:52.874]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:59.5360013Z [00:03:52.874]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:59.5361810Z [00:03:52.874]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:59.5363010Z [00:03:52.874]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:59.5363855Z [00:03:52.874]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:59.5364888Z [00:03:52.874]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:59.5365730Z [00:03:52.874]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:59.5366559Z [00:03:52.874]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:59.5367171Z [00:03:52.874]➜  EOF
2025-08-20T21:20:59.5377156Z [00:03:52.874]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1202/_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/b1202=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/querywatches -lang=go1.21 -complete -installsuffix shared -buildid irwKwBcMv4zyOKKRo8qs/irwKwBcMv4zyOKKRo8qs -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/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:20:59.5383431Z [00:03:52.874]➜  cat >/tmp/go-build3619502580/b1203/importcfg << 'EOF' # internal
2025-08-20T21:20:59.5384103Z [00:03:52.874]➜  # import config
2025-08-20T21:20:59.5384770Z [00:03:52.874]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:59.5395837Z [00:03:52.874]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:59.5396748Z [00:03:52.874]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:59.5397722Z [00:03:52.874]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:59.5398950Z [00:03:52.874]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:59.5400466Z [00:03:52.874]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:59.5401850Z [00:03:52.874]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:59.5402715Z [00:03:52.874]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:59.5403537Z [00:03:52.874]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:59.5404359Z [00:03:52.874]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:59.5405175Z [00:03:52.874]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:59.5405785Z [00:03:52.874]➜  EOF
2025-08-20T21:20:59.5410960Z [00:03:52.875]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1203/_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/b1203=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/start -lang=go1.21 -complete -installsuffix shared -buildid _684tEZRYtli-sEev7yI/_684tEZRYtli-sEev7yI -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/start/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/start/start.go
2025-08-20T21:20:59.5415824Z [00:03:52.878]➜  go tool buildid -w $WORK/b1200/_pkg_.a # internal
2025-08-20T21:20:59.5421940Z [00:03:52.881]➜  cp $WORK/b1200/_pkg_.a /root/.cache/go-build/e9/e94742d09bd89df20eae8df801f93cce0d42ecfb72e00365d4d58b2fcc9d20e7-d # internal
2025-08-20T21:20:59.5436816Z [00:03:52.883]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stats
2025-08-20T21:20:59.5439942Z [00:03:52.883]➜  mkdir -p $WORK/b1204/
2025-08-20T21:20:59.5440694Z [00:03:52.883]➜  cat >/tmp/go-build3619502580/b1204/importcfg << 'EOF' # internal
2025-08-20T21:20:59.5441542Z [00:03:52.883]➜  # import config
2025-08-20T21:20:59.5442228Z [00:03:52.883]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:59.5443272Z [00:03:52.883]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:59.5444143Z [00:03:52.883]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:59.5444930Z [00:03:52.883]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:59.5446790Z [00:03:52.883]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:59.5448767Z [00:03:52.883]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:59.5450405Z [00:03:52.883]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:59.5451846Z [00:03:52.883]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:59.5452906Z [00:03:52.883]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:59.5454390Z [00:03:52.883]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:59.5455449Z [00:03:52.883]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:59.5456245Z [00:03:52.883]➜  EOF
2025-08-20T21:20:59.5461925Z [00:03:52.883]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1204/_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/b1204=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stats -lang=go1.21 -complete -installsuffix shared -buildid fBfYjQGDFUcTycn0BhQH/fBfYjQGDFUcTycn0BhQH -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/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/stats/stats.go
2025-08-20T21:20:59.5609513Z [00:03:52.900]➜  go tool buildid -w $WORK/b1201/_pkg_.a # internal
2025-08-20T21:20:59.5642045Z [00:03:52.903]➜  cp $WORK/b1201/_pkg_.a /root/.cache/go-build/1f/1f55bc949e1d35024a48ad50edb9649caeea18cab3a7fe77e5039bb20259d916-d # internal
2025-08-20T21:20:59.5643574Z [00:03:52.903]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stop
2025-08-20T21:20:59.5644266Z [00:03:52.903]➜  mkdir -p $WORK/b1205/
2025-08-20T21:20:59.5644970Z [00:03:52.903]➜  cat >/tmp/go-build3619502580/b1205/importcfg << 'EOF' # internal
2025-08-20T21:20:59.5645723Z [00:03:52.903]➜  # import config
2025-08-20T21:20:59.5646366Z [00:03:52.903]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:59.5647546Z [00:03:52.903]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:59.5648742Z [00:03:52.903]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:59.5649765Z [00:03:52.903]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:59.5652076Z [00:03:52.903]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:59.5653592Z [00:03:52.903]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:59.5654669Z [00:03:52.903]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:59.5655469Z [00:03:52.903]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:59.5656281Z [00:03:52.903]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:59.5657266Z [00:03:52.903]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:59.5658076Z [00:03:52.903]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:59.5658688Z [00:03:52.903]➜  EOF
2025-08-20T21:20:59.5663892Z [00:03:52.903]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1205/_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/b1205=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stop -lang=go1.21 -complete -installsuffix shared -buildid hgnbO008-x5y-AFJF0vM/hgnbO008-x5y-AFJF0vM -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/stop/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/stop/stop.go
2025-08-20T21:20:59.6477594Z [00:03:52.987]➜  go tool buildid -w $WORK/b1203/_pkg_.a # internal
2025-08-20T21:20:59.6498227Z [00:03:52.989]➜  go tool buildid -w $WORK/b1205/_pkg_.a # internal
2025-08-20T21:20:59.6544658Z [00:03:52.993]➜  cp $WORK/b1205/_pkg_.a /root/.cache/go-build/7c/7cb8d049b4c5b7a1702698cffd79ac2306424c630725cff6bbc772ab7e42bcbc-d # internal
2025-08-20T21:20:59.6553315Z [00:03:52.993]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/updatesettings
2025-08-20T21:20:59.6554302Z [00:03:52.993]➜  mkdir -p $WORK/b1206/
2025-08-20T21:20:59.6555033Z [00:03:52.994]➜  cat >/tmp/go-build3619502580/b1206/importcfg << 'EOF' # internal
2025-08-20T21:20:59.6555686Z [00:03:52.994]➜  # import config
2025-08-20T21:20:59.6556323Z [00:03:52.994]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:59.6557121Z [00:03:52.994]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:59.6557957Z [00:03:52.994]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:59.6558806Z [00:03:52.994]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:59.6559582Z [00:03:52.994]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:59.6560905Z [00:03:52.994]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:59.6562613Z [00:03:52.994]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:59.6563846Z [00:03:52.994]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:59.6564644Z [00:03:52.994]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:59.6565454Z [00:03:52.994]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:59.6566247Z [00:03:52.994]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:59.6567050Z [00:03:52.994]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:59.6567646Z [00:03:52.994]➜  EOF
2025-08-20T21:20:59.6574446Z [00:03:52.994]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1206/_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/b1206=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/updatesettings -lang=go1.21 -complete -installsuffix shared -buildid PA7WMNPtZ3wXWtuoFbfI/PA7WMNPtZ3wXWtuoFbfI -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/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:20:59.6597737Z [00:03:52.999]➜  cp $WORK/b1203/_pkg_.a /root/.cache/go-build/16/16e4acfc05a15408f3bf3e38f17fb4d6f095c6dd44a239a7e0afe97e8739265a-d # internal
2025-08-20T21:20:59.6603813Z [00:03:53.000]➜  github.com/elastic/go-elasticsearch/v8/typedapi/xpack/info
2025-08-20T21:20:59.6625141Z [00:03:53.002]➜  mkdir -p $WORK/b1207/
2025-08-20T21:20:59.6625978Z [00:03:53.002]➜  cat >/tmp/go-build3619502580/b1207/importcfg << 'EOF' # internal
2025-08-20T21:20:59.6626697Z [00:03:53.002]➜  # import config
2025-08-20T21:20:59.6627465Z [00:03:53.002]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:59.6628584Z [00:03:53.002]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:59.6629577Z [00:03:53.002]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:59.6630399Z [00:03:53.002]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:59.6633346Z [00:03:53.002]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:59.6635018Z [00:03:53.002]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:59.6636744Z [00:03:53.002]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/xpackcategory=/tmp/go-build3619502580/b1208/_pkg_.a
2025-08-20T21:20:59.6638061Z [00:03:53.002]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:59.6638898Z [00:03:53.002]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:59.6639952Z [00:03:53.002]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:59.6640769Z [00:03:53.002]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:59.6641758Z [00:03:53.002]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:59.6642407Z [00:03:53.002]➜  EOF
2025-08-20T21:20:59.6647810Z [00:03:53.002]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1207/_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/b1207=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/xpack/info -lang=go1.21 -complete -installsuffix shared -buildid lY_4Mx10y7DFKgjcbCHo/lY_4Mx10y7DFKgjcbCHo -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/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:20:59.6684265Z [00:03:53.008]➜  go tool buildid -w $WORK/b1204/_pkg_.a # internal
2025-08-20T21:20:59.6706096Z [00:03:53.010]➜  cp $WORK/b1204/_pkg_.a /root/.cache/go-build/0b/0b9b2c5ccee6543c3a2c688ed08c5a171a851152a4e9bd9afb6d5b98dbb90855-d # internal
2025-08-20T21:20:59.6736082Z [00:03:53.013]➜  go tool buildid -w $WORK/b1202/_pkg_.a # internal
2025-08-20T21:20:59.6740250Z [00:03:53.013]➜  github.com/elastic/go-elasticsearch/v8/typedapi/xpack/usage
2025-08-20T21:20:59.6740948Z [00:03:53.013]➜  mkdir -p $WORK/b1209/
2025-08-20T21:20:59.6742005Z [00:03:53.013]➜  cat >/tmp/go-build3619502580/b1209/importcfg << 'EOF' # internal
2025-08-20T21:20:59.6742663Z [00:03:53.013]➜  # import config
2025-08-20T21:20:59.6743302Z [00:03:53.013]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:59.6744147Z [00:03:53.013]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:59.6746957Z [00:03:53.014]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:59.6748239Z [00:03:53.014]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:59.6749862Z [00:03:53.014]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:59.6751780Z [00:03:53.014]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:20:59.6752924Z [00:03:53.014]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:59.6753742Z [00:03:53.014]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:59.6754588Z [00:03:53.014]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:59.6755424Z [00:03:53.014]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:59.6756250Z [00:03:53.014]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:59.6756862Z [00:03:53.014]➜  EOF
2025-08-20T21:20:59.6765073Z [00:03:53.014]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1209/_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/b1209=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/xpack/usage -lang=go1.21 -complete -installsuffix shared -buildid ffgNVBvGPJSUI6jM43al/ffgNVBvGPJSUI6jM43al -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1209/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:20:59.6770252Z [00:03:53.014]➜  cp $WORK/b1202/_pkg_.a /root/.cache/go-build/4a/4a9a7a84aad7a84925cbcea012ec4a14957098f371be40bc6502f1aca52fd528-d # internal
2025-08-20T21:20:59.6771656Z [00:03:53.014]➜  google.golang.org/grpc/xds/internal/xdsclient
2025-08-20T21:20:59.6772499Z [00:03:53.014]➜  mkdir -p $WORK/b1530/
2025-08-20T21:20:59.6773250Z [00:03:53.014]➜  cat >/tmp/go-build3619502580/b1530/importcfg << 'EOF' # internal
2025-08-20T21:20:59.6773924Z [00:03:53.015]➜  # import config
2025-08-20T21:20:59.6774595Z [00:03:53.015]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:59.6775398Z [00:03:53.015]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:59.6776180Z [00:03:53.015]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:59.6777345Z [00:03:53.015]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/admin/v3=/tmp/go-build3619502580/b1508/_pkg_.a
2025-08-20T21:20:59.6779048Z [00:03:53.015]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/status/v3=/tmp/go-build3619502580/b1507/_pkg_.a
2025-08-20T21:20:59.6780540Z [00:03:53.015]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3619502580/b1266/_pkg_.a
2025-08-20T21:20:59.6781908Z [00:03:53.015]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:20:59.6783027Z [00:03:53.015]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3619502580/b1264/_pkg_.a
2025-08-20T21:20:59.6784214Z [00:03:53.015]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3619502580/b1287/_pkg_.a
2025-08-20T21:20:59.6785459Z [00:03:53.015]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:20:59.6786705Z [00:03:53.015]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3619502580/b1297/_pkg_.a
2025-08-20T21:20:59.6788056Z [00:03:53.015]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build3619502580/b1308/_pkg_.a
2025-08-20T21:20:59.6789864Z [00:03:53.015]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3619502580/b1477/_pkg_.a
2025-08-20T21:20:59.6791771Z [00:03:53.015]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:20:59.6793486Z [00:03:53.015]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/internal=/tmp/go-build3619502580/b1531/_pkg_.a
2025-08-20T21:20:59.6795249Z [00:03:53.015]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/load=/tmp/go-build3619502580/b1532/_pkg_.a
2025-08-20T21:20:59.6797153Z [00:03:53.015]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport=/tmp/go-build3619502580/b1533/_pkg_.a
2025-08-20T21:20:59.6799002Z [00:03:53.015]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport/ads=/tmp/go-build3619502580/b1534/_pkg_.a
2025-08-20T21:20:59.6801068Z [00:03:53.015]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport/grpctransport=/tmp/go-build3619502580/b1547/_pkg_.a
2025-08-20T21:20:59.6803440Z [00:03:53.015]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport/lrs=/tmp/go-build3619502580/b1549/_pkg_.a
2025-08-20T21:20:59.6815416Z [00:03:53.015]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build3619502580/b1536/_pkg_.a
2025-08-20T21:20:59.6817603Z [00:03:53.015]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:20:59.6819321Z [00:03:53.015]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3619502580/b1292/_pkg_.a
2025-08-20T21:20:59.6820727Z [00:03:53.015]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:59.6821772Z [00:03:53.015]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:59.6822771Z [00:03:53.015]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:59.6823888Z [00:03:53.015]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:59.6824539Z [00:03:53.015]➜  EOF
2025-08-20T21:20:59.6835029Z [00:03:53.015]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1530/_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/b1530=>" -p google.golang.org/grpc/xds/internal/xdsclient -lang=go1.23 -complete -installsuffix shared -buildid KrMRIsk3vFbEV4e45wAi/KrMRIsk3vFbEV4e45wAi -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/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:20:59.7602263Z [00:03:53.099]➜  go tool buildid -w $WORK/b1206/_pkg_.a # internal
2025-08-20T21:20:59.7624976Z [00:03:53.102]➜  cp $WORK/b1206/_pkg_.a /root/.cache/go-build/81/817b43d9edec0e8c3ede8985225907fb6eb67ad53ab2b5c526f4072051e9dcb8-d # internal
2025-08-20T21:20:59.7629644Z [00:03:53.102]➜  internal/types/errors
2025-08-20T21:20:59.7631569Z [00:03:53.102]➜  mkdir -p $WORK/b1619/
2025-08-20T21:20:59.7639462Z [00:03:53.103]➜  cat >/tmp/go-build3619502580/b1619/importcfg << 'EOF' # internal
2025-08-20T21:20:59.7641556Z [00:03:53.103]➜  # import config
2025-08-20T21:20:59.7642298Z [00:03:53.103]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:59.7643010Z [00:03:53.103]➜  EOF
2025-08-20T21:20:59.7652794Z [00:03:53.104]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1619/_pkg_.a -trimpath "/root/.go/src/internal/types/errors=>internal/types/errors;$WORK/b1619=>" -p internal/types/errors -lang=go1.25 -std -complete -installsuffix shared -buildid qhmu9C9JtS0iY-jPEMJ1/qhmu9C9JtS0iY-jPEMJ1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1619/importcfg -pack /root/.go/src/internal/types/errors/code_string.go /root/.go/src/internal/types/errors/codes.go
2025-08-20T21:20:59.7700025Z [00:03:53.109]➜  go tool buildid -w $WORK/b1209/_pkg_.a # internal
2025-08-20T21:20:59.7727831Z [00:03:53.111]➜  cp $WORK/b1209/_pkg_.a /root/.cache/go-build/ee/eed59f39104e9531ec3b7c3daa48193dce913ceb8604ee9de764feea9876baee-d # internal
2025-08-20T21:20:59.7729326Z [00:03:53.112]➜  github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/cache
2025-08-20T21:20:59.7736571Z [00:03:53.113]➜  mkdir -p $WORK/b1621/
2025-08-20T21:20:59.7737252Z [00:03:53.113]➜  go tool buildid -w $WORK/b1207/_pkg_.a # internal
2025-08-20T21:20:59.7738114Z [00:03:53.113]➜  cat >/tmp/go-build3619502580/b1621/importcfg << 'EOF' # internal
2025-08-20T21:20:59.7738814Z [00:03:53.113]➜  # import config
2025-08-20T21:20:59.7739722Z [00:03:53.113]➜  packagefile container/list=/tmp/go-build3619502580/b080/_pkg_.a
2025-08-20T21:20:59.7754073Z [00:03:53.113]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:59.7754907Z [00:03:53.113]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:59.7755500Z [00:03:53.113]➜  EOF
2025-08-20T21:20:59.7775965Z [00:03:53.113]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1621/_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/b1621=>" -p github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/cache -lang=go1.21 -complete -installsuffix shared -buildid -0QuN1cYBsjqMUlwL0xV/-0QuN1cYBsjqMUlwL0xV -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/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:20:59.7811089Z [00:03:53.114]➜  cp $WORK/b1207/_pkg_.a /root/.cache/go-build/34/349b20edf90ea472ab42b6971cf57dd8e3be7b72d88be497cab1638bdaf0d4b5-d # internal
2025-08-20T21:20:59.7812508Z [00:03:53.114]➜  github.com/elastic/go-elasticsearch/v8/typedapi
2025-08-20T21:20:59.7813146Z [00:03:53.115]➜  mkdir -p $WORK/b418/
2025-08-20T21:20:59.7813887Z [00:03:53.116]➜  cat >/tmp/go-build3619502580/b418/importcfg << 'EOF' # internal
2025-08-20T21:20:59.7814545Z [00:03:53.116]➜  # import config
2025-08-20T21:20:59.7815204Z [00:03:53.116]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:59.7816638Z [00:03:53.116]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:20:59.7818294Z [00:03:53.116]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/delete=/tmp/go-build3619502580/b419/_pkg_.a
2025-08-20T21:20:59.7819953Z [00:03:53.116]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/get=/tmp/go-build3619502580/b626/_pkg_.a
2025-08-20T21:20:59.7821733Z [00:03:53.116]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/status=/tmp/go-build3619502580/b627/_pkg_.a
2025-08-20T21:20:59.7823414Z [00:03:53.116]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/submit=/tmp/go-build3619502580/b628/_pkg_.a
2025-08-20T21:20:59.7825407Z [00:03:53.116]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/deleteautoscalingpolicy=/tmp/go-build3619502580/b629/_pkg_.a
2025-08-20T21:20:59.7827415Z [00:03:53.116]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingcapacity=/tmp/go-build3619502580/b630/_pkg_.a
2025-08-20T21:20:59.7829383Z [00:03:53.116]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingpolicy=/tmp/go-build3619502580/b631/_pkg_.a
2025-08-20T21:20:59.7831513Z [00:03:53.116]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/putautoscalingpolicy=/tmp/go-build3619502580/b632/_pkg_.a
2025-08-20T21:20:59.7833330Z [00:03:53.116]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/capabilities=/tmp/go-build3619502580/b633/_pkg_.a
2025-08-20T21:20:59.7834922Z [00:03:53.116]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/aliases=/tmp/go-build3619502580/b634/_pkg_.a
2025-08-20T21:20:59.7836548Z [00:03:53.116]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/allocation=/tmp/go-build3619502580/b635/_pkg_.a
2025-08-20T21:20:59.7838283Z [00:03:53.116]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/componenttemplates=/tmp/go-build3619502580/b637/_pkg_.a
2025-08-20T21:20:59.7839929Z [00:03:53.116]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/count=/tmp/go-build3619502580/b638/_pkg_.a
2025-08-20T21:20:59.7845243Z [00:03:53.116]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/fielddata=/tmp/go-build3619502580/b639/_pkg_.a
2025-08-20T21:20:59.7846918Z [00:03:53.116]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/health=/tmp/go-build3619502580/b640/_pkg_.a
2025-08-20T21:20:59.7848440Z [00:03:53.116]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/help=/tmp/go-build3619502580/b642/_pkg_.a
2025-08-20T21:20:59.7850029Z [00:03:53.116]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/indices=/tmp/go-build3619502580/b643/_pkg_.a
2025-08-20T21:20:59.7851752Z [00:03:53.117]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/master=/tmp/go-build3619502580/b644/_pkg_.a
2025-08-20T21:20:59.7853422Z [00:03:53.117]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldatafeeds=/tmp/go-build3619502580/b645/_pkg_.a
2025-08-20T21:20:59.7855363Z [00:03:53.117]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldataframeanalytics=/tmp/go-build3619502580/b646/_pkg_.a
2025-08-20T21:20:59.7857059Z [00:03:53.117]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mljobs=/tmp/go-build3619502580/b647/_pkg_.a
2025-08-20T21:20:59.7858741Z [00:03:53.117]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mltrainedmodels=/tmp/go-build3619502580/b648/_pkg_.a
2025-08-20T21:20:59.7860405Z [00:03:53.117]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodeattrs=/tmp/go-build3619502580/b649/_pkg_.a
2025-08-20T21:20:59.7862194Z [00:03:53.117]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodes=/tmp/go-build3619502580/b650/_pkg_.a
2025-08-20T21:20:59.7864047Z [00:03:53.117]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/pendingtasks=/tmp/go-build3619502580/b651/_pkg_.a
2025-08-20T21:20:59.7865749Z [00:03:53.117]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/plugins=/tmp/go-build3619502580/b652/_pkg_.a
2025-08-20T21:20:59.7867434Z [00:03:53.117]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/recovery=/tmp/go-build3619502580/b653/_pkg_.a
2025-08-20T21:20:59.7869101Z [00:03:53.117]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/repositories=/tmp/go-build3619502580/b654/_pkg_.a
2025-08-20T21:20:59.7870745Z [00:03:53.117]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/segments=/tmp/go-build3619502580/b655/_pkg_.a
2025-08-20T21:20:59.7872732Z [00:03:53.117]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/shards=/tmp/go-build3619502580/b656/_pkg_.a
2025-08-20T21:20:59.7874403Z [00:03:53.117]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/snapshots=/tmp/go-build3619502580/b657/_pkg_.a
2025-08-20T21:20:59.7876043Z [00:03:53.117]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/tasks=/tmp/go-build3619502580/b658/_pkg_.a
2025-08-20T21:20:59.7877657Z [00:03:53.117]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/templates=/tmp/go-build3619502580/b659/_pkg_.a
2025-08-20T21:20:59.7879285Z [00:03:53.117]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/threadpool=/tmp/go-build3619502580/b660/_pkg_.a
2025-08-20T21:20:59.7880851Z [00:03:53.117]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/transforms=/tmp/go-build3619502580/b661/_pkg_.a
2025-08-20T21:20:59.7882784Z [00:03:53.117]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/deleteautofollowpattern=/tmp/go-build3619502580/b662/_pkg_.a
2025-08-20T21:20:59.7884528Z [00:03:53.117]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/follow=/tmp/go-build3619502580/b663/_pkg_.a
2025-08-20T21:20:59.7886140Z [00:03:53.117]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followinfo=/tmp/go-build3619502580/b664/_pkg_.a
2025-08-20T21:20:59.7887820Z [00:03:53.117]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followstats=/tmp/go-build3619502580/b665/_pkg_.a
2025-08-20T21:20:59.7889733Z [00:03:53.117]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/forgetfollower=/tmp/go-build3619502580/b666/_pkg_.a
2025-08-20T21:20:59.7891721Z [00:03:53.117]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/getautofollowpattern=/tmp/go-build3619502580/b667/_pkg_.a
2025-08-20T21:20:59.7893638Z [00:03:53.117]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pauseautofollowpattern=/tmp/go-build3619502580/b668/_pkg_.a
2025-08-20T21:20:59.7895460Z [00:03:53.117]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pausefollow=/tmp/go-build3619502580/b669/_pkg_.a
2025-08-20T21:20:59.7897244Z [00:03:53.117]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/putautofollowpattern=/tmp/go-build3619502580/b670/_pkg_.a
2025-08-20T21:20:59.7899138Z [00:03:53.117]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumeautofollowpattern=/tmp/go-build3619502580/b671/_pkg_.a
2025-08-20T21:20:59.7901169Z [00:03:53.118]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumefollow=/tmp/go-build3619502580/b672/_pkg_.a
2025-08-20T21:20:59.7907611Z [00:03:53.118]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/stats=/tmp/go-build3619502580/b673/_pkg_.a
2025-08-20T21:20:59.7909282Z [00:03:53.118]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/unfollow=/tmp/go-build3619502580/b674/_pkg_.a
2025-08-20T21:20:59.7911065Z [00:03:53.118]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/allocationexplain=/tmp/go-build3619502580/b675/_pkg_.a
2025-08-20T21:20:59.7913181Z [00:03:53.118]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletecomponenttemplate=/tmp/go-build3619502580/b676/_pkg_.a
2025-08-20T21:20:59.7915358Z [00:03:53.118]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletevotingconfigexclusions=/tmp/go-build3619502580/b677/_pkg_.a
2025-08-20T21:20:59.7917351Z [00:03:53.118]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/existscomponenttemplate=/tmp/go-build3619502580/b678/_pkg_.a
2025-08-20T21:20:59.7919220Z [00:03:53.118]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getcomponenttemplate=/tmp/go-build3619502580/b679/_pkg_.a
2025-08-20T21:20:59.7920968Z [00:03:53.118]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getsettings=/tmp/go-build3619502580/b680/_pkg_.a
2025-08-20T21:20:59.7922930Z [00:03:53.118]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/health=/tmp/go-build3619502580/b681/_pkg_.a
2025-08-20T21:20:59.7924500Z [00:03:53.118]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/info=/tmp/go-build3619502580/b684/_pkg_.a
2025-08-20T21:20:59.7926125Z [00:03:53.118]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/pendingtasks=/tmp/go-build3619502580/b685/_pkg_.a
2025-08-20T21:20:59.7927950Z [00:03:53.118]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/postvotingconfigexclusions=/tmp/go-build3619502580/b686/_pkg_.a
2025-08-20T21:20:59.7929822Z [00:03:53.118]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putcomponenttemplate=/tmp/go-build3619502580/b687/_pkg_.a
2025-08-20T21:20:59.7939330Z [00:03:53.118]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putsettings=/tmp/go-build3619502580/b688/_pkg_.a
2025-08-20T21:20:59.7941160Z [00:03:53.118]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/remoteinfo=/tmp/go-build3619502580/b689/_pkg_.a
2025-08-20T21:20:59.7942979Z [00:03:53.118]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/reroute=/tmp/go-build3619502580/b690/_pkg_.a
2025-08-20T21:20:59.7944640Z [00:03:53.118]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/state=/tmp/go-build3619502580/b691/_pkg_.a
2025-08-20T21:20:59.7946218Z [00:03:53.118]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/stats=/tmp/go-build3619502580/b692/_pkg_.a
2025-08-20T21:20:59.7947965Z [00:03:53.118]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/checkin=/tmp/go-build3619502580/b693/_pkg_.a
2025-08-20T21:20:59.7949570Z [00:03:53.118]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/delete=/tmp/go-build3619502580/b694/_pkg_.a
2025-08-20T21:20:59.7951135Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/get=/tmp/go-build3619502580/b695/_pkg_.a
2025-08-20T21:20:59.7952884Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/lastsync=/tmp/go-build3619502580/b696/_pkg_.a
2025-08-20T21:20:59.7954469Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/list=/tmp/go-build3619502580/b697/_pkg_.a
2025-08-20T21:20:59.7956151Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/post=/tmp/go-build3619502580/b698/_pkg_.a
2025-08-20T21:20:59.7957972Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/put=/tmp/go-build3619502580/b699/_pkg_.a
2025-08-20T21:20:59.7959669Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/secretpost=/tmp/go-build3619502580/b700/_pkg_.a
2025-08-20T21:20:59.7981927Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobcancel=/tmp/go-build3619502580/b701/_pkg_.a
2025-08-20T21:20:59.7983886Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobcheckin=/tmp/go-build3619502580/b702/_pkg_.a
2025-08-20T21:20:59.7985755Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobclaim=/tmp/go-build3619502580/b703/_pkg_.a
2025-08-20T21:20:59.7987791Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobdelete=/tmp/go-build3619502580/b704/_pkg_.a
2025-08-20T21:20:59.7989669Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjoberror=/tmp/go-build3619502580/b705/_pkg_.a
2025-08-20T21:20:59.7991659Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobget=/tmp/go-build3619502580/b706/_pkg_.a
2025-08-20T21:20:59.7993488Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjoblist=/tmp/go-build3619502580/b707/_pkg_.a
2025-08-20T21:20:59.7995414Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobpost=/tmp/go-build3619502580/b708/_pkg_.a
2025-08-20T21:20:59.7997366Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobupdatestats=/tmp/go-build3619502580/b709/_pkg_.a
2025-08-20T21:20:59.7999337Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateactivefiltering=/tmp/go-build3619502580/b710/_pkg_.a
2025-08-20T21:20:59.8001459Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateapikeyid=/tmp/go-build3619502580/b711/_pkg_.a
2025-08-20T21:20:59.8003437Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateconfiguration=/tmp/go-build3619502580/b712/_pkg_.a
2025-08-20T21:20:59.8005329Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateerror=/tmp/go-build3619502580/b713/_pkg_.a
2025-08-20T21:20:59.8007164Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefeatures=/tmp/go-build3619502580/b714/_pkg_.a
2025-08-20T21:20:59.8009016Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefiltering=/tmp/go-build3619502580/b715/_pkg_.a
2025-08-20T21:20:59.8011027Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefilteringvalidation=/tmp/go-build3619502580/b716/_pkg_.a
2025-08-20T21:20:59.8013273Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateindexname=/tmp/go-build3619502580/b717/_pkg_.a
2025-08-20T21:20:59.8015210Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatename=/tmp/go-build3619502580/b718/_pkg_.a
2025-08-20T21:20:59.8016943Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatenative=/tmp/go-build3619502580/b719/_pkg_.a
2025-08-20T21:20:59.8018811Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatepipeline=/tmp/go-build3619502580/b720/_pkg_.a
2025-08-20T21:20:59.8020722Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatescheduling=/tmp/go-build3619502580/b721/_pkg_.a
2025-08-20T21:20:59.8022882Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateservicetype=/tmp/go-build3619502580/b722/_pkg_.a
2025-08-20T21:20:59.8024763Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatestatus=/tmp/go-build3619502580/b723/_pkg_.a
2025-08-20T21:20:59.8026639Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/bulk=/tmp/go-build3619502580/b724/_pkg_.a
2025-08-20T21:20:59.8028301Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/clearscroll=/tmp/go-build3619502580/b726/_pkg_.a
2025-08-20T21:20:59.8030080Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/closepointintime=/tmp/go-build3619502580/b727/_pkg_.a
2025-08-20T21:20:59.8032022Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/count=/tmp/go-build3619502580/b728/_pkg_.a
2025-08-20T21:20:59.8033829Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/create=/tmp/go-build3619502580/b729/_pkg_.a
2025-08-20T21:20:59.8035486Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/delete=/tmp/go-build3619502580/b730/_pkg_.a
2025-08-20T21:20:59.8037214Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyquery=/tmp/go-build3619502580/b731/_pkg_.a
2025-08-20T21:20:59.8039072Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyqueryrethrottle=/tmp/go-build3619502580/b733/_pkg_.a
2025-08-20T21:20:59.8040928Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/deletescript=/tmp/go-build3619502580/b734/_pkg_.a
2025-08-20T21:20:59.8042982Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/exists=/tmp/go-build3619502580/b735/_pkg_.a
2025-08-20T21:20:59.8044705Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/existssource=/tmp/go-build3619502580/b736/_pkg_.a
2025-08-20T21:20:59.8046424Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/explain=/tmp/go-build3619502580/b737/_pkg_.a
2025-08-20T21:20:59.8048103Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/fieldcaps=/tmp/go-build3619502580/b738/_pkg_.a
2025-08-20T21:20:59.8049745Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/get=/tmp/go-build3619502580/b739/_pkg_.a
2025-08-20T21:20:59.8051606Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getscript=/tmp/go-build3619502580/b740/_pkg_.a
2025-08-20T21:20:59.8053393Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptcontext=/tmp/go-build3619502580/b741/_pkg_.a
2025-08-20T21:20:59.8055245Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptlanguages=/tmp/go-build3619502580/b742/_pkg_.a
2025-08-20T21:20:59.8057034Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getsource=/tmp/go-build3619502580/b743/_pkg_.a
2025-08-20T21:20:59.8058765Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/healthreport=/tmp/go-build3619502580/b744/_pkg_.a
2025-08-20T21:20:59.8060644Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/index=/tmp/go-build3619502580/b745/_pkg_.a
2025-08-20T21:20:59.8062394Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/info=/tmp/go-build3619502580/b746/_pkg_.a
2025-08-20T21:20:59.8064102Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/knnsearch=/tmp/go-build3619502580/b747/_pkg_.a
2025-08-20T21:20:59.8065731Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/mget=/tmp/go-build3619502580/b748/_pkg_.a
2025-08-20T21:20:59.8067336Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/msearch=/tmp/go-build3619502580/b749/_pkg_.a
2025-08-20T21:20:59.8069039Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/msearchtemplate=/tmp/go-build3619502580/b750/_pkg_.a
2025-08-20T21:20:59.8070984Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/mtermvectors=/tmp/go-build3619502580/b751/_pkg_.a
2025-08-20T21:20:59.8108109Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/openpointintime=/tmp/go-build3619502580/b752/_pkg_.a
2025-08-20T21:20:59.8109812Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/ping=/tmp/go-build3619502580/b753/_pkg_.a
2025-08-20T21:20:59.8111742Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/putscript=/tmp/go-build3619502580/b754/_pkg_.a
2025-08-20T21:20:59.8113461Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/rankeval=/tmp/go-build3619502580/b755/_pkg_.a
2025-08-20T21:20:59.8115276Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/reindex=/tmp/go-build3619502580/b756/_pkg_.a
2025-08-20T21:20:59.8117068Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/reindexrethrottle=/tmp/go-build3619502580/b757/_pkg_.a
2025-08-20T21:20:59.8118831Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/rendersearchtemplate=/tmp/go-build3619502580/b758/_pkg_.a
2025-08-20T21:20:59.8120638Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/scriptspainlessexecute=/tmp/go-build3619502580/b759/_pkg_.a
2025-08-20T21:20:59.8122690Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/scroll=/tmp/go-build3619502580/b761/_pkg_.a
2025-08-20T21:20:59.8124481Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/search=/tmp/go-build3619502580/b762/_pkg_.a
2025-08-20T21:20:59.8126185Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/searchmvt=/tmp/go-build3619502580/b763/_pkg_.a
2025-08-20T21:20:59.8127901Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/searchshards=/tmp/go-build3619502580/b766/_pkg_.a
2025-08-20T21:20:59.8129600Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/searchtemplate=/tmp/go-build3619502580/b767/_pkg_.a
2025-08-20T21:20:59.8131484Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/termsenum=/tmp/go-build3619502580/b768/_pkg_.a
2025-08-20T21:20:59.8133218Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/termvectors=/tmp/go-build3619502580/b769/_pkg_.a
2025-08-20T21:20:59.8134892Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/update=/tmp/go-build3619502580/b770/_pkg_.a
2025-08-20T21:20:59.8136588Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyquery=/tmp/go-build3619502580/b771/_pkg_.a
2025-08-20T21:20:59.8138385Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyqueryrethrottle=/tmp/go-build3619502580/b772/_pkg_.a
2025-08-20T21:20:59.8140508Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/deletedanglingindex=/tmp/go-build3619502580/b773/_pkg_.a
2025-08-20T21:20:59.8143134Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/importdanglingindex=/tmp/go-build3619502580/b774/_pkg_.a
2025-08-20T21:20:59.8144996Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/listdanglingindices=/tmp/go-build3619502580/b775/_pkg_.a
2025-08-20T21:20:59.8146711Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/deletepolicy=/tmp/go-build3619502580/b776/_pkg_.a
2025-08-20T21:20:59.8148265Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/executepolicy=/tmp/go-build3619502580/b777/_pkg_.a
2025-08-20T21:20:59.8149803Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/getpolicy=/tmp/go-build3619502580/b778/_pkg_.a
2025-08-20T21:20:59.8151510Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/putpolicy=/tmp/go-build3619502580/b779/_pkg_.a
2025-08-20T21:20:59.8153016Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/stats=/tmp/go-build3619502580/b780/_pkg_.a
2025-08-20T21:20:59.8154451Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/delete=/tmp/go-build3619502580/b781/_pkg_.a
2025-08-20T21:20:59.8155684Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/get=/tmp/go-build3619502580/b782/_pkg_.a
2025-08-20T21:20:59.8157103Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/getstatus=/tmp/go-build3619502580/b783/_pkg_.a
2025-08-20T21:20:59.8158715Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/search=/tmp/go-build3619502580/b784/_pkg_.a
2025-08-20T21:20:59.8160244Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquery=/tmp/go-build3619502580/b786/_pkg_.a
2025-08-20T21:20:59.8161898Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquerydelete=/tmp/go-build3619502580/b788/_pkg_.a
2025-08-20T21:20:59.8163438Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncqueryget=/tmp/go-build3619502580/b789/_pkg_.a
2025-08-20T21:20:59.8164912Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquerystop=/tmp/go-build3619502580/b790/_pkg_.a
2025-08-20T21:20:59.8166522Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/query=/tmp/go-build3619502580/b791/_pkg_.a
2025-08-20T21:20:59.8168022Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/features/getfeatures=/tmp/go-build3619502580/b792/_pkg_.a
2025-08-20T21:20:59.8169653Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/features/resetfeatures=/tmp/go-build3619502580/b793/_pkg_.a
2025-08-20T21:20:59.8171665Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/globalcheckpoints=/tmp/go-build3619502580/b794/_pkg_.a
2025-08-20T21:20:59.8173475Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/msearch=/tmp/go-build3619502580/b795/_pkg_.a
2025-08-20T21:20:59.8175131Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/postsecret=/tmp/go-build3619502580/b796/_pkg_.a
2025-08-20T21:20:59.8176581Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/search=/tmp/go-build3619502580/b797/_pkg_.a
2025-08-20T21:20:59.8178050Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/graph/explore=/tmp/go-build3619502580/b798/_pkg_.a
2025-08-20T21:20:59.8179702Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/deletelifecycle=/tmp/go-build3619502580/b799/_pkg_.a
2025-08-20T21:20:59.8181673Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/explainlifecycle=/tmp/go-build3619502580/b800/_pkg_.a
2025-08-20T21:20:59.8183708Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getlifecycle=/tmp/go-build3619502580/b801/_pkg_.a
2025-08-20T21:20:59.8185406Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getstatus=/tmp/go-build3619502580/b802/_pkg_.a
2025-08-20T21:20:59.8187157Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/migratetodatatiers=/tmp/go-build3619502580/b803/_pkg_.a
2025-08-20T21:20:59.8188885Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/movetostep=/tmp/go-build3619502580/b804/_pkg_.a
2025-08-20T21:20:59.8190576Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/putlifecycle=/tmp/go-build3619502580/b805/_pkg_.a
2025-08-20T21:20:59.8192571Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/removepolicy=/tmp/go-build3619502580/b806/_pkg_.a
2025-08-20T21:20:59.8194256Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/retry=/tmp/go-build3619502580/b807/_pkg_.a
2025-08-20T21:20:59.8195830Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/start=/tmp/go-build3619502580/b808/_pkg_.a
2025-08-20T21:20:59.8197419Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/stop=/tmp/go-build3619502580/b809/_pkg_.a
2025-08-20T21:20:59.8199083Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/addblock=/tmp/go-build3619502580/b810/_pkg_.a
2025-08-20T21:20:59.8200775Z [00:03:53.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/analyze=/tmp/go-build3619502580/b811/_pkg_.a
2025-08-20T21:20:59.8202971Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/cancelmigratereindex=/tmp/go-build3619502580/b812/_pkg_.a
2025-08-20T21:20:59.8204765Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/clearcache=/tmp/go-build3619502580/b813/_pkg_.a
2025-08-20T21:20:59.8206305Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/clone=/tmp/go-build3619502580/b814/_pkg_.a
2025-08-20T21:20:59.8207797Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/close=/tmp/go-build3619502580/b815/_pkg_.a
2025-08-20T21:20:59.8209315Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/create=/tmp/go-build3619502580/b816/_pkg_.a
2025-08-20T21:20:59.8211077Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/createdatastream=/tmp/go-build3619502580/b817/_pkg_.a
2025-08-20T21:20:59.8212920Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/createfrom=/tmp/go-build3619502580/b818/_pkg_.a
2025-08-20T21:20:59.8214536Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/datastreamsstats=/tmp/go-build3619502580/b819/_pkg_.a
2025-08-20T21:20:59.8216134Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/delete=/tmp/go-build3619502580/b820/_pkg_.a
2025-08-20T21:20:59.8217700Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletealias=/tmp/go-build3619502580/b821/_pkg_.a
2025-08-20T21:20:59.8233543Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatalifecycle=/tmp/go-build3619502580/b822/_pkg_.a
2025-08-20T21:20:59.8235381Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatastream=/tmp/go-build3619502580/b823/_pkg_.a
2025-08-20T21:20:59.8237207Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deleteindextemplate=/tmp/go-build3619502580/b824/_pkg_.a
2025-08-20T21:20:59.8239044Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletetemplate=/tmp/go-build3619502580/b825/_pkg_.a
2025-08-20T21:20:59.8241064Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/diskusage=/tmp/go-build3619502580/b826/_pkg_.a
2025-08-20T21:20:59.8242998Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/downsample=/tmp/go-build3619502580/b827/_pkg_.a
2025-08-20T21:20:59.8244665Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/exists=/tmp/go-build3619502580/b828/_pkg_.a
2025-08-20T21:20:59.8246357Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsalias=/tmp/go-build3619502580/b829/_pkg_.a
2025-08-20T21:20:59.8248156Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsindextemplate=/tmp/go-build3619502580/b830/_pkg_.a
2025-08-20T21:20:59.8249973Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/existstemplate=/tmp/go-build3619502580/b831/_pkg_.a
2025-08-20T21:20:59.8251971Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/explaindatalifecycle=/tmp/go-build3619502580/b832/_pkg_.a
2025-08-20T21:20:59.8253869Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/fieldusagestats=/tmp/go-build3619502580/b833/_pkg_.a
2025-08-20T21:20:59.8255581Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/flush=/tmp/go-build3619502580/b834/_pkg_.a
2025-08-20T21:20:59.8257256Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/forcemerge=/tmp/go-build3619502580/b835/_pkg_.a
2025-08-20T21:20:59.8258891Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/get=/tmp/go-build3619502580/b836/_pkg_.a
2025-08-20T21:20:59.8260665Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getalias=/tmp/go-build3619502580/b837/_pkg_.a
2025-08-20T21:20:59.8262635Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatalifecycle=/tmp/go-build3619502580/b838/_pkg_.a
2025-08-20T21:20:59.8264586Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatalifecyclestats=/tmp/go-build3619502580/b839/_pkg_.a
2025-08-20T21:20:59.8266419Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatastream=/tmp/go-build3619502580/b840/_pkg_.a
2025-08-20T21:20:59.8268193Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getfieldmapping=/tmp/go-build3619502580/b841/_pkg_.a
2025-08-20T21:20:59.8270117Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getindextemplate=/tmp/go-build3619502580/b842/_pkg_.a
2025-08-20T21:20:59.8272079Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getmapping=/tmp/go-build3619502580/b843/_pkg_.a
2025-08-20T21:20:59.8273872Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getmigratereindexstatus=/tmp/go-build3619502580/b844/_pkg_.a
2025-08-20T21:20:59.8275720Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getsettings=/tmp/go-build3619502580/b845/_pkg_.a
2025-08-20T21:20:59.8277447Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/gettemplate=/tmp/go-build3619502580/b846/_pkg_.a
2025-08-20T21:20:59.8279198Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/migratereindex=/tmp/go-build3619502580/b847/_pkg_.a
2025-08-20T21:20:59.8281022Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/migratetodatastream=/tmp/go-build3619502580/b848/_pkg_.a
2025-08-20T21:20:59.8283044Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/modifydatastream=/tmp/go-build3619502580/b849/_pkg_.a
2025-08-20T21:20:59.8284720Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/open=/tmp/go-build3619502580/b850/_pkg_.a
2025-08-20T21:20:59.8286666Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/promotedatastream=/tmp/go-build3619502580/b851/_pkg_.a
2025-08-20T21:20:59.8288386Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putalias=/tmp/go-build3619502580/b852/_pkg_.a
2025-08-20T21:20:59.8290095Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putdatalifecycle=/tmp/go-build3619502580/b853/_pkg_.a
2025-08-20T21:20:59.8292134Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putindextemplate=/tmp/go-build3619502580/b854/_pkg_.a
2025-08-20T21:20:59.8293893Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putmapping=/tmp/go-build3619502580/b855/_pkg_.a
2025-08-20T21:20:59.8295606Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putsettings=/tmp/go-build3619502580/b856/_pkg_.a
2025-08-20T21:20:59.8297336Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/puttemplate=/tmp/go-build3619502580/b857/_pkg_.a
2025-08-20T21:20:59.8299114Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/recovery=/tmp/go-build3619502580/b858/_pkg_.a
2025-08-20T21:20:59.8300558Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/refresh=/tmp/go-build3619502580/b859/_pkg_.a
2025-08-20T21:20:59.8302383Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/reloadsearchanalyzers=/tmp/go-build3619502580/b860/_pkg_.a
2025-08-20T21:20:59.8304236Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolvecluster=/tmp/go-build3619502580/b861/_pkg_.a
2025-08-20T21:20:59.8306064Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolveindex=/tmp/go-build3619502580/b862/_pkg_.a
2025-08-20T21:20:59.8307826Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/rollover=/tmp/go-build3619502580/b863/_pkg_.a
2025-08-20T21:20:59.8309520Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/segments=/tmp/go-build3619502580/b864/_pkg_.a
2025-08-20T21:20:59.8311379Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/shardstores=/tmp/go-build3619502580/b865/_pkg_.a
2025-08-20T21:20:59.8313093Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/shrink=/tmp/go-build3619502580/b867/_pkg_.a
2025-08-20T21:20:59.8315003Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulateindextemplate=/tmp/go-build3619502580/b868/_pkg_.a
2025-08-20T21:20:59.8316913Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulatetemplate=/tmp/go-build3619502580/b869/_pkg_.a
2025-08-20T21:20:59.8318619Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/split=/tmp/go-build3619502580/b870/_pkg_.a
2025-08-20T21:20:59.8320223Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/stats=/tmp/go-build3619502580/b871/_pkg_.a
2025-08-20T21:20:59.8321985Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/unfreeze=/tmp/go-build3619502580/b872/_pkg_.a
2025-08-20T21:20:59.8323710Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/updatealiases=/tmp/go-build3619502580/b873/_pkg_.a
2025-08-20T21:20:59.8325460Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/validatequery=/tmp/go-build3619502580/b874/_pkg_.a
2025-08-20T21:20:59.8327316Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/chatcompletionunified=/tmp/go-build3619502580/b875/_pkg_.a
2025-08-20T21:20:59.8329157Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/completion=/tmp/go-build3619502580/b876/_pkg_.a
2025-08-20T21:20:59.8331145Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/delete=/tmp/go-build3619502580/b877/_pkg_.a
2025-08-20T21:20:59.8332991Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/get=/tmp/go-build3619502580/b878/_pkg_.a
2025-08-20T21:20:59.8334671Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/inference=/tmp/go-build3619502580/b879/_pkg_.a
2025-08-20T21:20:59.8336342Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/put=/tmp/go-build3619502580/b880/_pkg_.a
2025-08-20T21:20:59.8338091Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putalibabacloud=/tmp/go-build3619502580/b881/_pkg_.a
2025-08-20T21:20:59.8339995Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putamazonbedrock=/tmp/go-build3619502580/b883/_pkg_.a
2025-08-20T21:20:59.8342010Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putanthropic=/tmp/go-build3619502580/b885/_pkg_.a
2025-08-20T21:20:59.8343860Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putazureaistudio=/tmp/go-build3619502580/b887/_pkg_.a
2025-08-20T21:20:59.8345694Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putazureopenai=/tmp/go-build3619502580/b889/_pkg_.a
2025-08-20T21:20:59.8347498Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putcohere=/tmp/go-build3619502580/b891/_pkg_.a
2025-08-20T21:20:59.8349304Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putelasticsearch=/tmp/go-build3619502580/b893/_pkg_.a
2025-08-20T21:20:59.8351400Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putelser=/tmp/go-build3619502580/b895/_pkg_.a
2025-08-20T21:20:59.8353247Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putgoogleaistudio=/tmp/go-build3619502580/b897/_pkg_.a
2025-08-20T21:20:59.8355131Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putgooglevertexai=/tmp/go-build3619502580/b899/_pkg_.a
2025-08-20T21:20:59.8357508Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/puthuggingface=/tmp/go-build3619502580/b901/_pkg_.a
2025-08-20T21:20:59.8373485Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putjinaai=/tmp/go-build3619502580/b903/_pkg_.a
2025-08-20T21:20:59.8375365Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putmistral=/tmp/go-build3619502580/b905/_pkg_.a
2025-08-20T21:20:59.8377233Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putopenai=/tmp/go-build3619502580/b907/_pkg_.a
2025-08-20T21:20:59.8379022Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putvoyageai=/tmp/go-build3619502580/b909/_pkg_.a
2025-08-20T21:20:59.8380870Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putwatsonx=/tmp/go-build3619502580/b911/_pkg_.a
2025-08-20T21:20:59.8387666Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/rerank=/tmp/go-build3619502580/b913/_pkg_.a
2025-08-20T21:20:59.8389580Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/sparseembedding=/tmp/go-build3619502580/b914/_pkg_.a
2025-08-20T21:20:59.8391674Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/streamcompletion=/tmp/go-build3619502580/b915/_pkg_.a
2025-08-20T21:20:59.8393643Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/textembedding=/tmp/go-build3619502580/b916/_pkg_.a
2025-08-20T21:20:59.8395490Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/update=/tmp/go-build3619502580/b917/_pkg_.a
2025-08-20T21:20:59.8397585Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletegeoipdatabase=/tmp/go-build3619502580/b918/_pkg_.a
2025-08-20T21:20:59.8399601Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deleteiplocationdatabase=/tmp/go-build3619502580/b919/_pkg_.a
2025-08-20T21:20:59.8401737Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletepipeline=/tmp/go-build3619502580/b920/_pkg_.a
2025-08-20T21:20:59.8403589Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/geoipstats=/tmp/go-build3619502580/b921/_pkg_.a
2025-08-20T21:20:59.8405480Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getgeoipdatabase=/tmp/go-build3619502580/b922/_pkg_.a
2025-08-20T21:20:59.8407424Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getiplocationdatabase=/tmp/go-build3619502580/b923/_pkg_.a
2025-08-20T21:20:59.8409332Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getpipeline=/tmp/go-build3619502580/b924/_pkg_.a
2025-08-20T21:20:59.8411139Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/processorgrok=/tmp/go-build3619502580/b925/_pkg_.a
2025-08-20T21:20:59.8413126Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putgeoipdatabase=/tmp/go-build3619502580/b926/_pkg_.a
2025-08-20T21:20:59.8414986Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putiplocationdatabase=/tmp/go-build3619502580/b927/_pkg_.a
2025-08-20T21:20:59.8416977Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putpipeline=/tmp/go-build3619502580/b928/_pkg_.a
2025-08-20T21:20:59.8418742Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/simulate=/tmp/go-build3619502580/b929/_pkg_.a
2025-08-20T21:20:59.8420477Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/delete=/tmp/go-build3619502580/b930/_pkg_.a
2025-08-20T21:20:59.8422343Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/get=/tmp/go-build3619502580/b931/_pkg_.a
2025-08-20T21:20:59.8424106Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/getbasicstatus=/tmp/go-build3619502580/b932/_pkg_.a
2025-08-20T21:20:59.8426095Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/gettrialstatus=/tmp/go-build3619502580/b933/_pkg_.a
2025-08-20T21:20:59.8427817Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/post=/tmp/go-build3619502580/b934/_pkg_.a
2025-08-20T21:20:59.8429561Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/poststartbasic=/tmp/go-build3619502580/b935/_pkg_.a
2025-08-20T21:20:59.8431571Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/poststarttrial=/tmp/go-build3619502580/b936/_pkg_.a
2025-08-20T21:20:59.8433600Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/logstash/deletepipeline=/tmp/go-build3619502580/b937/_pkg_.a
2025-08-20T21:20:59.8435427Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/logstash/getpipeline=/tmp/go-build3619502580/b938/_pkg_.a
2025-08-20T21:20:59.8437217Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/logstash/putpipeline=/tmp/go-build3619502580/b939/_pkg_.a
2025-08-20T21:20:59.8438986Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/migration/deprecations=/tmp/go-build3619502580/b940/_pkg_.a
2025-08-20T21:20:59.8440897Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/migration/getfeatureupgradestatus=/tmp/go-build3619502580/b941/_pkg_.a
2025-08-20T21:20:59.8443244Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/migration/postfeatureupgrade=/tmp/go-build3619502580/b942/_pkg_.a
2025-08-20T21:20:59.8445249Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/cleartrainedmodeldeploymentcache=/tmp/go-build3619502580/b943/_pkg_.a
2025-08-20T21:20:59.8447052Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/closejob=/tmp/go-build3619502580/b944/_pkg_.a
2025-08-20T21:20:59.8448634Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendar=/tmp/go-build3619502580/b945/_pkg_.a
2025-08-20T21:20:59.8450396Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarevent=/tmp/go-build3619502580/b946/_pkg_.a
2025-08-20T21:20:59.8452623Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarjob=/tmp/go-build3619502580/b947/_pkg_.a
2025-08-20T21:20:59.8454390Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedatafeed=/tmp/go-build3619502580/b948/_pkg_.a
2025-08-20T21:20:59.8456270Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedataframeanalytics=/tmp/go-build3619502580/b949/_pkg_.a
2025-08-20T21:20:59.8458046Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteexpireddata=/tmp/go-build3619502580/b950/_pkg_.a
2025-08-20T21:20:59.8459792Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletefilter=/tmp/go-build3619502580/b951/_pkg_.a
2025-08-20T21:20:59.8461733Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteforecast=/tmp/go-build3619502580/b952/_pkg_.a
2025-08-20T21:20:59.8463508Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletejob=/tmp/go-build3619502580/b953/_pkg_.a
2025-08-20T21:20:59.8465231Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletemodelsnapshot=/tmp/go-build3619502580/b954/_pkg_.a
2025-08-20T21:20:59.8467048Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodel=/tmp/go-build3619502580/b955/_pkg_.a
2025-08-20T21:20:59.8468917Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodelalias=/tmp/go-build3619502580/b956/_pkg_.a
2025-08-20T21:20:59.8470759Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/estimatemodelmemory=/tmp/go-build3619502580/b957/_pkg_.a
2025-08-20T21:20:59.8473090Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/evaluatedataframe=/tmp/go-build3619502580/b958/_pkg_.a
2025-08-20T21:20:59.8475027Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/explaindataframeanalytics=/tmp/go-build3619502580/b959/_pkg_.a
2025-08-20T21:20:59.8476727Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/flushjob=/tmp/go-build3619502580/b960/_pkg_.a
2025-08-20T21:20:59.8478519Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/forecast=/tmp/go-build3619502580/b961/_pkg_.a
2025-08-20T21:20:59.8480176Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getbuckets=/tmp/go-build3619502580/b962/_pkg_.a
2025-08-20T21:20:59.8482141Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendarevents=/tmp/go-build3619502580/b963/_pkg_.a
2025-08-20T21:20:59.8483918Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendars=/tmp/go-build3619502580/b964/_pkg_.a
2025-08-20T21:20:59.8485625Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcategories=/tmp/go-build3619502580/b965/_pkg_.a
2025-08-20T21:20:59.8487272Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeeds=/tmp/go-build3619502580/b966/_pkg_.a
2025-08-20T21:20:59.8489028Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeedstats=/tmp/go-build3619502580/b967/_pkg_.a
2025-08-20T21:20:59.8491012Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalytics=/tmp/go-build3619502580/b968/_pkg_.a
2025-08-20T21:20:59.8493113Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalyticsstats=/tmp/go-build3619502580/b969/_pkg_.a
2025-08-20T21:20:59.8494900Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getfilters=/tmp/go-build3619502580/b970/_pkg_.a
2025-08-20T21:20:59.8496590Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getinfluencers=/tmp/go-build3619502580/b971/_pkg_.a
2025-08-20T21:20:59.8498405Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobs=/tmp/go-build3619502580/b972/_pkg_.a
2025-08-20T21:20:59.8500038Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobstats=/tmp/go-build3619502580/b973/_pkg_.a
2025-08-20T21:20:59.8502039Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmemorystats=/tmp/go-build3619502580/b974/_pkg_.a
2025-08-20T21:20:59.8503844Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshots=/tmp/go-build3619502580/b975/_pkg_.a
2025-08-20T21:20:59.8505746Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshotupgradestats=/tmp/go-build3619502580/b976/_pkg_.a
2025-08-20T21:20:59.8507659Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getoverallbuckets=/tmp/go-build3619502580/b977/_pkg_.a
2025-08-20T21:20:59.8509397Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getrecords=/tmp/go-build3619502580/b978/_pkg_.a
2025-08-20T21:20:59.8511131Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodels=/tmp/go-build3619502580/b979/_pkg_.a
2025-08-20T21:20:59.8513185Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodelsstats=/tmp/go-build3619502580/b981/_pkg_.a
2025-08-20T21:20:59.8515047Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/infertrainedmodel=/tmp/go-build3619502580/b982/_pkg_.a
2025-08-20T21:20:59.8516729Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/info=/tmp/go-build3619502580/b983/_pkg_.a
2025-08-20T21:20:59.8518478Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/openjob=/tmp/go-build3619502580/b984/_pkg_.a
2025-08-20T21:20:59.8520189Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/postcalendarevents=/tmp/go-build3619502580/b985/_pkg_.a
2025-08-20T21:20:59.8522066Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/postdata=/tmp/go-build3619502580/b986/_pkg_.a
2025-08-20T21:20:59.8523717Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdatafeed=/tmp/go-build3619502580/b987/_pkg_.a
2025-08-20T21:20:59.8525776Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdataframeanalytics=/tmp/go-build3619502580/b988/_pkg_.a
2025-08-20T21:20:59.8527618Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendar=/tmp/go-build3619502580/b989/_pkg_.a
2025-08-20T21:20:59.8529334Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendarjob=/tmp/go-build3619502580/b990/_pkg_.a
2025-08-20T21:20:59.8531066Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdatafeed=/tmp/go-build3619502580/b991/_pkg_.a
2025-08-20T21:20:59.8533067Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdataframeanalytics=/tmp/go-build3619502580/b992/_pkg_.a
2025-08-20T21:20:59.8534701Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putfilter=/tmp/go-build3619502580/b993/_pkg_.a
2025-08-20T21:20:59.8536379Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putjob=/tmp/go-build3619502580/b994/_pkg_.a
2025-08-20T21:20:59.8538026Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodel=/tmp/go-build3619502580/b995/_pkg_.a
2025-08-20T21:20:59.8539751Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelalias=/tmp/go-build3619502580/b996/_pkg_.a
2025-08-20T21:20:59.8541787Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodeldefinitionpart=/tmp/go-build3619502580/b997/_pkg_.a
2025-08-20T21:20:59.8543817Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelvocabulary=/tmp/go-build3619502580/b998/_pkg_.a
2025-08-20T21:20:59.8545580Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/resetjob=/tmp/go-build3619502580/b999/_pkg_.a
2025-08-20T21:20:59.8547295Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/revertmodelsnapshot=/tmp/go-build3619502580/b1000/_pkg_.a
2025-08-20T21:20:59.8548946Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/setupgrademode=/tmp/go-build3619502580/b1001/_pkg_.a
2025-08-20T21:20:59.8550388Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdatafeed=/tmp/go-build3619502580/b1002/_pkg_.a
2025-08-20T21:20:59.8552375Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdataframeanalytics=/tmp/go-build3619502580/b1003/_pkg_.a
2025-08-20T21:20:59.8554317Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/starttrainedmodeldeployment=/tmp/go-build3619502580/b1004/_pkg_.a
2025-08-20T21:20:59.8556159Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdatafeed=/tmp/go-build3619502580/b1005/_pkg_.a
2025-08-20T21:20:59.8557882Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdataframeanalytics=/tmp/go-build3619502580/b1006/_pkg_.a
2025-08-20T21:20:59.8559485Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/stoptrainedmodeldeployment=/tmp/go-build3619502580/b1007/_pkg_.a
2025-08-20T21:20:59.8561464Z [00:03:53.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedatafeed=/tmp/go-build3619502580/b1008/_pkg_.a
2025-08-20T21:20:59.8565753Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedataframeanalytics=/tmp/go-build3619502580/b1009/_pkg_.a
2025-08-20T21:20:59.8567554Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatefilter=/tmp/go-build3619502580/b1010/_pkg_.a
2025-08-20T21:20:59.8569235Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatejob=/tmp/go-build3619502580/b1011/_pkg_.a
2025-08-20T21:20:59.8570984Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatemodelsnapshot=/tmp/go-build3619502580/b1012/_pkg_.a
2025-08-20T21:20:59.8573217Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatetrainedmodeldeployment=/tmp/go-build3619502580/b1013/_pkg_.a
2025-08-20T21:20:59.8575091Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/upgradejobsnapshot=/tmp/go-build3619502580/b1014/_pkg_.a
2025-08-20T21:20:59.8576785Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/validate=/tmp/go-build3619502580/b1015/_pkg_.a
2025-08-20T21:20:59.8578438Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/validatedetector=/tmp/go-build3619502580/b1016/_pkg_.a
2025-08-20T21:20:59.8580128Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/monitoring/bulk=/tmp/go-build3619502580/b1017/_pkg_.a
2025-08-20T21:20:59.8582260Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/clearrepositoriesmeteringarchive=/tmp/go-build3619502580/b1018/_pkg_.a
2025-08-20T21:20:59.8584504Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/getrepositoriesmeteringinfo=/tmp/go-build3619502580/b1019/_pkg_.a
2025-08-20T21:20:59.8586376Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/hotthreads=/tmp/go-build3619502580/b1020/_pkg_.a
2025-08-20T21:20:59.8588008Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/info=/tmp/go-build3619502580/b1022/_pkg_.a
2025-08-20T21:20:59.8589698Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/reloadsecuresettings=/tmp/go-build3619502580/b1023/_pkg_.a
2025-08-20T21:20:59.8591803Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/stats=/tmp/go-build3619502580/b1024/_pkg_.a
2025-08-20T21:20:59.8593430Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/usage=/tmp/go-build3619502580/b1025/_pkg_.a
2025-08-20T21:20:59.8595128Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/flamegraph=/tmp/go-build3619502580/b1026/_pkg_.a
2025-08-20T21:20:59.8596883Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/stacktraces=/tmp/go-build3619502580/b1027/_pkg_.a
2025-08-20T21:20:59.8598608Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/status=/tmp/go-build3619502580/b1028/_pkg_.a
2025-08-20T21:20:59.8600353Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/topnfunctions=/tmp/go-build3619502580/b1029/_pkg_.a
2025-08-20T21:20:59.8602378Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleterule=/tmp/go-build3619502580/b1030/_pkg_.a
2025-08-20T21:20:59.8604149Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleteruleset=/tmp/go-build3619502580/b1031/_pkg_.a
2025-08-20T21:20:59.8605894Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getrule=/tmp/go-build3619502580/b1032/_pkg_.a
2025-08-20T21:20:59.8607609Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getruleset=/tmp/go-build3619502580/b1033/_pkg_.a
2025-08-20T21:20:59.8609380Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/listrulesets=/tmp/go-build3619502580/b1034/_pkg_.a
2025-08-20T21:20:59.8611442Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putrule=/tmp/go-build3619502580/b1035/_pkg_.a
2025-08-20T21:20:59.8613290Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putruleset=/tmp/go-build3619502580/b1036/_pkg_.a
2025-08-20T21:20:59.8615007Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/test=/tmp/go-build3619502580/b1037/_pkg_.a
2025-08-20T21:20:59.8616729Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/deletejob=/tmp/go-build3619502580/b1038/_pkg_.a
2025-08-20T21:20:59.8618576Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getjobs=/tmp/go-build3619502580/b1039/_pkg_.a
2025-08-20T21:20:59.8620330Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupcaps=/tmp/go-build3619502580/b1040/_pkg_.a
2025-08-20T21:20:59.8622337Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupindexcaps=/tmp/go-build3619502580/b1041/_pkg_.a
2025-08-20T21:20:59.8624069Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/putjob=/tmp/go-build3619502580/b1042/_pkg_.a
2025-08-20T21:20:59.8625762Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/rollupsearch=/tmp/go-build3619502580/b1043/_pkg_.a
2025-08-20T21:20:59.8627466Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/startjob=/tmp/go-build3619502580/b1044/_pkg_.a
2025-08-20T21:20:59.8629275Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/stopjob=/tmp/go-build3619502580/b1045/_pkg_.a
2025-08-20T21:20:59.8631064Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/cachestats=/tmp/go-build3619502580/b1046/_pkg_.a
2025-08-20T21:20:59.8633195Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/clearcache=/tmp/go-build3619502580/b1047/_pkg_.a
2025-08-20T21:20:59.8635049Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/mount=/tmp/go-build3619502580/b1048/_pkg_.a
2025-08-20T21:20:59.8636982Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/stats=/tmp/go-build3619502580/b1049/_pkg_.a
2025-08-20T21:20:59.8638812Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/delete=/tmp/go-build3619502580/b1051/_pkg_.a
2025-08-20T21:20:59.8640859Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/deletebehavioralanalytics=/tmp/go-build3619502580/b1052/_pkg_.a
2025-08-20T21:20:59.8643040Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/get=/tmp/go-build3619502580/b1053/_pkg_.a
2025-08-20T21:20:59.8645075Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/getbehavioralanalytics=/tmp/go-build3619502580/b1054/_pkg_.a
2025-08-20T21:20:59.8646934Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/list=/tmp/go-build3619502580/b1055/_pkg_.a
2025-08-20T21:20:59.8648939Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/postbehavioralanalyticsevent=/tmp/go-build3619502580/b1056/_pkg_.a
2025-08-20T21:20:59.8650877Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/put=/tmp/go-build3619502580/b1057/_pkg_.a
2025-08-20T21:20:59.8653015Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/putbehavioralanalytics=/tmp/go-build3619502580/b1058/_pkg_.a
2025-08-20T21:20:59.8655005Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/renderquery=/tmp/go-build3619502580/b1059/_pkg_.a
2025-08-20T21:20:59.8656841Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/search=/tmp/go-build3619502580/b1060/_pkg_.a
2025-08-20T21:20:59.8658673Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/activateuserprofile=/tmp/go-build3619502580/b1061/_pkg_.a
2025-08-20T21:20:59.8660463Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/authenticate=/tmp/go-build3619502580/b1063/_pkg_.a
2025-08-20T21:20:59.8662402Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkdeleterole=/tmp/go-build3619502580/b1064/_pkg_.a
2025-08-20T21:20:59.8664373Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkputrole=/tmp/go-build3619502580/b1065/_pkg_.a
2025-08-20T21:20:59.8666129Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkupdateapikeys=/tmp/go-build3619502580/b1066/_pkg_.a
2025-08-20T21:20:59.8667924Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/changepassword=/tmp/go-build3619502580/b1067/_pkg_.a
2025-08-20T21:20:59.8669730Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearapikeycache=/tmp/go-build3619502580/b1068/_pkg_.a
2025-08-20T21:20:59.8671749Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedprivileges=/tmp/go-build3619502580/b1069/_pkg_.a
2025-08-20T21:20:59.8673863Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedrealms=/tmp/go-build3619502580/b1070/_pkg_.a
2025-08-20T21:20:59.8675714Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedroles=/tmp/go-build3619502580/b1071/_pkg_.a
2025-08-20T21:20:59.8677612Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedservicetokens=/tmp/go-build3619502580/b1072/_pkg_.a
2025-08-20T21:20:59.8679469Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/createapikey=/tmp/go-build3619502580/b1073/_pkg_.a
2025-08-20T21:20:59.8681547Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/createcrossclusterapikey=/tmp/go-build3619502580/b1074/_pkg_.a
2025-08-20T21:20:59.8683637Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/createservicetoken=/tmp/go-build3619502580/b1075/_pkg_.a
2025-08-20T21:20:59.8685487Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/delegatepki=/tmp/go-build3619502580/b1076/_pkg_.a
2025-08-20T21:20:59.8687268Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteprivileges=/tmp/go-build3619502580/b1077/_pkg_.a
2025-08-20T21:20:59.8689033Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterole=/tmp/go-build3619502580/b1078/_pkg_.a
2025-08-20T21:20:59.8690914Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterolemapping=/tmp/go-build3619502580/b1079/_pkg_.a
2025-08-20T21:20:59.8693002Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteservicetoken=/tmp/go-build3619502580/b1080/_pkg_.a
2025-08-20T21:20:59.8694788Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteuser=/tmp/go-build3619502580/b1081/_pkg_.a
2025-08-20T21:20:59.8696500Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuser=/tmp/go-build3619502580/b1082/_pkg_.a
2025-08-20T21:20:59.8698285Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuserprofile=/tmp/go-build3619502580/b1083/_pkg_.a
2025-08-20T21:20:59.8700010Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuser=/tmp/go-build3619502580/b1084/_pkg_.a
2025-08-20T21:20:59.8701921Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuserprofile=/tmp/go-build3619502580/b1085/_pkg_.a
2025-08-20T21:20:59.8703688Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollkibana=/tmp/go-build3619502580/b1086/_pkg_.a
2025-08-20T21:20:59.8705444Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollnode=/tmp/go-build3619502580/b1087/_pkg_.a
2025-08-20T21:20:59.8707067Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getapikey=/tmp/go-build3619502580/b1088/_pkg_.a
2025-08-20T21:20:59.8709042Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getbuiltinprivileges=/tmp/go-build3619502580/b1089/_pkg_.a
2025-08-20T21:20:59.8710880Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getprivileges=/tmp/go-build3619502580/b1090/_pkg_.a
2025-08-20T21:20:59.8712816Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getrole=/tmp/go-build3619502580/b1091/_pkg_.a
2025-08-20T21:20:59.8714517Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getrolemapping=/tmp/go-build3619502580/b1092/_pkg_.a
2025-08-20T21:20:59.8716339Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getserviceaccounts=/tmp/go-build3619502580/b1093/_pkg_.a
2025-08-20T21:20:59.8718206Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getservicecredentials=/tmp/go-build3619502580/b1094/_pkg_.a
2025-08-20T21:20:59.8720174Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getsettings=/tmp/go-build3619502580/b1095/_pkg_.a
2025-08-20T21:20:59.8722002Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/gettoken=/tmp/go-build3619502580/b1096/_pkg_.a
2025-08-20T21:20:59.8723706Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getuser=/tmp/go-build3619502580/b1098/_pkg_.a
2025-08-20T21:20:59.8725508Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprivileges=/tmp/go-build3619502580/b1099/_pkg_.a
2025-08-20T21:20:59.8727456Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprofile=/tmp/go-build3619502580/b1100/_pkg_.a
2025-08-20T21:20:59.8729235Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/grantapikey=/tmp/go-build3619502580/b1101/_pkg_.a
2025-08-20T21:20:59.8730952Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivileges=/tmp/go-build3619502580/b1103/_pkg_.a
2025-08-20T21:20:59.8733039Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivilegesuserprofile=/tmp/go-build3619502580/b1104/_pkg_.a
2025-08-20T21:20:59.8734935Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidateapikey=/tmp/go-build3619502580/b1105/_pkg_.a
2025-08-20T21:20:59.8736921Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidatetoken=/tmp/go-build3619502580/b1106/_pkg_.a
2025-08-20T21:20:59.8738791Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcauthenticate=/tmp/go-build3619502580/b1107/_pkg_.a
2025-08-20T21:20:59.8740545Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/oidclogout=/tmp/go-build3619502580/b1108/_pkg_.a
2025-08-20T21:20:59.8742724Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcprepareauthentication=/tmp/go-build3619502580/b1109/_pkg_.a
2025-08-20T21:20:59.8744609Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putprivileges=/tmp/go-build3619502580/b1110/_pkg_.a
2025-08-20T21:20:59.8746435Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putrole=/tmp/go-build3619502580/b1111/_pkg_.a
2025-08-20T21:20:59.8748278Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putrolemapping=/tmp/go-build3619502580/b1112/_pkg_.a
2025-08-20T21:20:59.8750109Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putuser=/tmp/go-build3619502580/b1113/_pkg_.a
2025-08-20T21:20:59.8752168Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/queryapikeys=/tmp/go-build3619502580/b1114/_pkg_.a
2025-08-20T21:20:59.8754151Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/queryrole=/tmp/go-build3619502580/b1115/_pkg_.a
2025-08-20T21:20:59.8755940Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/queryuser=/tmp/go-build3619502580/b1116/_pkg_.a
2025-08-20T21:20:59.8757769Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlauthenticate=/tmp/go-build3619502580/b1117/_pkg_.a
2025-08-20T21:20:59.8759662Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlcompletelogout=/tmp/go-build3619502580/b1118/_pkg_.a
2025-08-20T21:20:59.8761710Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlinvalidate=/tmp/go-build3619502580/b1119/_pkg_.a
2025-08-20T21:20:59.8763566Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samllogout=/tmp/go-build3619502580/b1120/_pkg_.a
2025-08-20T21:20:59.8765656Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlprepareauthentication=/tmp/go-build3619502580/b1121/_pkg_.a
2025-08-20T21:20:59.8767716Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlserviceprovidermetadata=/tmp/go-build3619502580/b1122/_pkg_.a
2025-08-20T21:20:59.8769707Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/suggestuserprofiles=/tmp/go-build3619502580/b1123/_pkg_.a
2025-08-20T21:20:59.8771657Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updateapikey=/tmp/go-build3619502580/b1124/_pkg_.a
2025-08-20T21:20:59.8773663Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updatecrossclusterapikey=/tmp/go-build3619502580/b1125/_pkg_.a
2025-08-20T21:20:59.8775571Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updatesettings=/tmp/go-build3619502580/b1126/_pkg_.a
2025-08-20T21:20:59.8777424Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updateuserprofiledata=/tmp/go-build3619502580/b1127/_pkg_.a
2025-08-20T21:20:59.8779219Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/deletenode=/tmp/go-build3619502580/b1128/_pkg_.a
2025-08-20T21:20:59.8780916Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/getnode=/tmp/go-build3619502580/b1129/_pkg_.a
2025-08-20T21:20:59.8782893Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/putnode=/tmp/go-build3619502580/b1130/_pkg_.a
2025-08-20T21:20:59.8784576Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/simulate/ingest=/tmp/go-build3619502580/b1132/_pkg_.a
2025-08-20T21:20:59.8786274Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/deletelifecycle=/tmp/go-build3619502580/b1133/_pkg_.a
2025-08-20T21:20:59.8788024Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/executelifecycle=/tmp/go-build3619502580/b1134/_pkg_.a
2025-08-20T21:20:59.8789799Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/executeretention=/tmp/go-build3619502580/b1135/_pkg_.a
2025-08-20T21:20:59.8791713Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/getlifecycle=/tmp/go-build3619502580/b1136/_pkg_.a
2025-08-20T21:20:59.8793394Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstats=/tmp/go-build3619502580/b1137/_pkg_.a
2025-08-20T21:20:59.8795038Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstatus=/tmp/go-build3619502580/b1138/_pkg_.a
2025-08-20T21:20:59.8796708Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/putlifecycle=/tmp/go-build3619502580/b1139/_pkg_.a
2025-08-20T21:20:59.8798405Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/start=/tmp/go-build3619502580/b1140/_pkg_.a
2025-08-20T21:20:59.8800254Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/stop=/tmp/go-build3619502580/b1141/_pkg_.a
2025-08-20T21:20:59.8802218Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/cleanuprepository=/tmp/go-build3619502580/b1142/_pkg_.a
2025-08-20T21:20:59.8804046Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/clone=/tmp/go-build3619502580/b1143/_pkg_.a
2025-08-20T21:20:59.8805823Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/create=/tmp/go-build3619502580/b1144/_pkg_.a
2025-08-20T21:20:59.8807697Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/createrepository=/tmp/go-build3619502580/b1145/_pkg_.a
2025-08-20T21:20:59.8809535Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/delete=/tmp/go-build3619502580/b1146/_pkg_.a
2025-08-20T21:20:59.8811752Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/deleterepository=/tmp/go-build3619502580/b1147/_pkg_.a
2025-08-20T21:20:59.8813589Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/get=/tmp/go-build3619502580/b1148/_pkg_.a
2025-08-20T21:20:59.8815272Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/getrepository=/tmp/go-build3619502580/b1150/_pkg_.a
2025-08-20T21:20:59.8817090Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/repositoryanalyze=/tmp/go-build3619502580/b1151/_pkg_.a
2025-08-20T21:20:59.8819128Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/repositoryverifyintegrity=/tmp/go-build3619502580/b1152/_pkg_.a
2025-08-20T21:20:59.8820910Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/restore=/tmp/go-build3619502580/b1153/_pkg_.a
2025-08-20T21:20:59.8822800Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/status=/tmp/go-build3619502580/b1154/_pkg_.a
2025-08-20T21:20:59.8824649Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/verifyrepository=/tmp/go-build3619502580/b1155/_pkg_.a
2025-08-20T21:20:59.8826456Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/clearcursor=/tmp/go-build3619502580/b1156/_pkg_.a
2025-08-20T21:20:59.8828326Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/deleteasync=/tmp/go-build3619502580/b1157/_pkg_.a
2025-08-20T21:20:59.8830024Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasync=/tmp/go-build3619502580/b1158/_pkg_.a
2025-08-20T21:20:59.8831998Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasyncstatus=/tmp/go-build3619502580/b1159/_pkg_.a
2025-08-20T21:20:59.8833596Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/query=/tmp/go-build3619502580/b1160/_pkg_.a
2025-08-20T21:20:59.8835285Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/translate=/tmp/go-build3619502580/b1162/_pkg_.a
2025-08-20T21:20:59.8837022Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ssl/certificates=/tmp/go-build3619502580/b1163/_pkg_.a
2025-08-20T21:20:59.8838837Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonym=/tmp/go-build3619502580/b1164/_pkg_.a
2025-08-20T21:20:59.8840738Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonymrule=/tmp/go-build3619502580/b1165/_pkg_.a
2025-08-20T21:20:59.8842856Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonym=/tmp/go-build3619502580/b1166/_pkg_.a
2025-08-20T21:20:59.8844643Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymrule=/tmp/go-build3619502580/b1167/_pkg_.a
2025-08-20T21:20:59.8846652Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymssets=/tmp/go-build3619502580/b1168/_pkg_.a
2025-08-20T21:20:59.8848420Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonym=/tmp/go-build3619502580/b1169/_pkg_.a
2025-08-20T21:20:59.8850181Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonymrule=/tmp/go-build3619502580/b1170/_pkg_.a
2025-08-20T21:20:59.8852087Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/tasks/cancel=/tmp/go-build3619502580/b1171/_pkg_.a
2025-08-20T21:20:59.8853706Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/tasks/get=/tmp/go-build3619502580/b1172/_pkg_.a
2025-08-20T21:20:59.8855303Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/tasks/list=/tmp/go-build3619502580/b1173/_pkg_.a
2025-08-20T21:20:59.8857287Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findfieldstructure=/tmp/go-build3619502580/b1175/_pkg_.a
2025-08-20T21:20:59.8859245Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findmessagestructure=/tmp/go-build3619502580/b1178/_pkg_.a
2025-08-20T21:20:59.8861165Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findstructure=/tmp/go-build3619502580/b1179/_pkg_.a
2025-08-20T21:20:59.8863415Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/testgrokpattern=/tmp/go-build3619502580/b1180/_pkg_.a
2025-08-20T21:20:59.8865587Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/deletetransform=/tmp/go-build3619502580/b1181/_pkg_.a
2025-08-20T21:20:59.8867499Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/getnodestats=/tmp/go-build3619502580/b1182/_pkg_.a
2025-08-20T21:20:59.8869391Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransform=/tmp/go-build3619502580/b1183/_pkg_.a
2025-08-20T21:20:59.8871506Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransformstats=/tmp/go-build3619502580/b1184/_pkg_.a
2025-08-20T21:20:59.8873428Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/previewtransform=/tmp/go-build3619502580/b1185/_pkg_.a
2025-08-20T21:20:59.8875531Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/puttransform=/tmp/go-build3619502580/b1186/_pkg_.a
2025-08-20T21:20:59.8877258Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/resettransform=/tmp/go-build3619502580/b1187/_pkg_.a
2025-08-20T21:20:59.8879226Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/schedulenowtransform=/tmp/go-build3619502580/b1188/_pkg_.a
2025-08-20T21:20:59.8881434Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/starttransform=/tmp/go-build3619502580/b1189/_pkg_.a
2025-08-20T21:20:59.8883350Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/stoptransform=/tmp/go-build3619502580/b1190/_pkg_.a
2025-08-20T21:20:59.8885249Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/updatetransform=/tmp/go-build3619502580/b1191/_pkg_.a
2025-08-20T21:20:59.8887193Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/upgradetransforms=/tmp/go-build3619502580/b1192/_pkg_.a
2025-08-20T21:20:59.8889079Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/ackwatch=/tmp/go-build3619502580/b1193/_pkg_.a
2025-08-20T21:20:59.8890850Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/activatewatch=/tmp/go-build3619502580/b1194/_pkg_.a
2025-08-20T21:20:59.8893119Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deactivatewatch=/tmp/go-build3619502580/b1195/_pkg_.a
2025-08-20T21:20:59.8894970Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deletewatch=/tmp/go-build3619502580/b1196/_pkg_.a
2025-08-20T21:20:59.8896783Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/executewatch=/tmp/go-build3619502580/b1197/_pkg_.a
2025-08-20T21:20:59.8898611Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getsettings=/tmp/go-build3619502580/b1199/_pkg_.a
2025-08-20T21:20:59.8900402Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getwatch=/tmp/go-build3619502580/b1200/_pkg_.a
2025-08-20T21:20:59.8902379Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/putwatch=/tmp/go-build3619502580/b1201/_pkg_.a
2025-08-20T21:20:59.8904349Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/querywatches=/tmp/go-build3619502580/b1202/_pkg_.a
2025-08-20T21:20:59.8906136Z [00:03:53.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/start=/tmp/go-build3619502580/b1203/_pkg_.a
2025-08-20T21:20:59.8907814Z [00:03:53.122]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stats=/tmp/go-build3619502580/b1204/_pkg_.a
2025-08-20T21:20:59.8909486Z [00:03:53.122]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stop=/tmp/go-build3619502580/b1205/_pkg_.a
2025-08-20T21:20:59.8911469Z [00:03:53.122]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/updatesettings=/tmp/go-build3619502580/b1206/_pkg_.a
2025-08-20T21:20:59.8913368Z [00:03:53.122]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/xpack/info=/tmp/go-build3619502580/b1207/_pkg_.a
2025-08-20T21:20:59.8915049Z [00:03:53.122]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/xpack/usage=/tmp/go-build3619502580/b1209/_pkg_.a
2025-08-20T21:20:59.8916312Z [00:03:53.122]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:59.8916993Z [00:03:53.122]➜  EOF
2025-08-20T21:20:59.8922144Z [00:03:53.122]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b418/_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/b418=>" -p github.com/elastic/go-elasticsearch/v8/typedapi -lang=go1.21 -complete -installsuffix shared -buildid JD2ymXgb33yhX-huHTEf/JD2ymXgb33yhX-huHTEf -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/api._.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/typedclient.request.go
2025-08-20T21:20:59.8926546Z [00:03:53.133]➜  go tool buildid -w $WORK/b1619/_pkg_.a # internal
2025-08-20T21:20:59.8927908Z [00:03:53.133]➜  cp $WORK/b1619/_pkg_.a /root/.cache/go-build/ae/ae52bf1525ff560f4c06b547120a4c03ba871351115868af04a6bb1fecb5b199-d # internal
2025-08-20T21:20:59.8929048Z [00:03:53.147]➜  go/types
2025-08-20T21:20:59.8929541Z [00:03:53.148]➜  mkdir -p $WORK/b1609/
2025-08-20T21:20:59.8930298Z [00:03:53.148]➜  cat >/tmp/go-build3619502580/b1609/importcfg << 'EOF' # internal
2025-08-20T21:20:59.8931032Z [00:03:53.148]➜  # import config
2025-08-20T21:20:59.8932011Z [00:03:53.148]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:59.8932826Z [00:03:53.148]➜  packagefile cmp=/tmp/go-build3619502580/b051/_pkg_.a
2025-08-20T21:20:59.8933709Z [00:03:53.148]➜  packagefile container/heap=/tmp/go-build3619502580/b1555/_pkg_.a
2025-08-20T21:20:59.8934609Z [00:03:53.148]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:59.8935408Z [00:03:53.148]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:59.8936266Z [00:03:53.148]➜  packagefile go/ast=/tmp/go-build3619502580/b1610/_pkg_.a
2025-08-20T21:20:59.8937293Z [00:03:53.148]➜  packagefile go/constant=/tmp/go-build3619502580/b1612/_pkg_.a
2025-08-20T21:20:59.8938158Z [00:03:53.148]➜  packagefile go/parser=/tmp/go-build3619502580/b1613/_pkg_.a
2025-08-20T21:20:59.8938992Z [00:03:53.148]➜  packagefile go/token=/tmp/go-build3619502580/b1232/_pkg_.a
2025-08-20T21:20:59.8939841Z [00:03:53.148]➜  packagefile go/version=/tmp/go-build3619502580/b1615/_pkg_.a
2025-08-20T21:20:59.8940805Z [00:03:53.148]➜  packagefile internal/buildcfg=/tmp/go-build3619502580/b1617/_pkg_.a
2025-08-20T21:20:59.8942028Z [00:03:53.148]➜  packagefile internal/godebug=/tmp/go-build3619502580/b045/_pkg_.a
2025-08-20T21:20:59.8943061Z [00:03:53.148]➜  packagefile internal/goversion=/tmp/go-build3619502580/b1618/_pkg_.a
2025-08-20T21:20:59.8944122Z [00:03:53.148]➜  packagefile internal/types/errors=/tmp/go-build3619502580/b1619/_pkg_.a
2025-08-20T21:20:59.8945051Z [00:03:53.148]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:59.8946119Z [00:03:53.148]➜  packagefile iter=/tmp/go-build3619502580/b039/_pkg_.a
2025-08-20T21:20:59.8946925Z [00:03:53.148]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:59.8947717Z [00:03:53.148]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:20:59.8948580Z [00:03:53.148]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:20:59.8949486Z [00:03:53.148]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:20:59.8950324Z [00:03:53.148]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:20:59.8951152Z [00:03:53.148]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:20:59.8952194Z [00:03:53.148]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:20:59.8953190Z [00:03:53.148]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:59.8954066Z [00:03:53.148]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:59.8954936Z [00:03:53.148]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:20:59.8955795Z [00:03:53.148]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:20:59.8956685Z [00:03:53.148]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:20:59.8957348Z [00:03:53.148]➜  EOF
2025-08-20T21:20:59.8957906Z [00:03:53.148]➜  go tool buildid -w $WORK/b1621/_pkg_.a # internal
2025-08-20T21:20:59.8959208Z [00:03:53.148]➜  cp $WORK/b1621/_pkg_.a /root/.cache/go-build/55/55f5b8bcc018a15901e92d0e38098b3d7e1a6ea5e275a344bcfd939b05b5d9b6-d # internal
2025-08-20T21:20:59.8960726Z [00:03:53.149]➜  github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rest
2025-08-20T21:20:59.8961724Z [00:03:53.149]➜  mkdir -p $WORK/b1623/
2025-08-20T21:20:59.8962475Z [00:03:53.149]➜  cat >/tmp/go-build3619502580/b1623/importcfg << 'EOF' # internal
2025-08-20T21:20:59.8963163Z [00:03:53.149]➜  # import config
2025-08-20T21:20:59.8963891Z [00:03:53.149]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:59.8964520Z [00:03:53.149]➜  EOF
2025-08-20T21:20:59.8969030Z [00:03:53.149]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1623/_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/b1623=>" -p github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rest -lang=go1.21 -complete -installsuffix shared -buildid _WnD46LO-lTdjJP8IJv3/_WnD46LO-lTdjJP8IJv3 -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/rest/rest_error.go
2025-08-20T21:20:59.8999517Z [00:03:53.149]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1609/_pkg_.a -trimpath "/root/.go/src/go/types=>go/types;$WORK/b1609=>" -p go/types -lang=go1.25 -std -complete -installsuffix shared -buildid orl3YK8TKJ5M9fAQqOfi/orl3YK8TKJ5M9fAQqOfi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1609/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:20:59.9016994Z [00:03:53.175]➜  go tool buildid -w $WORK/b1623/_pkg_.a # internal
2025-08-20T21:20:59.9018525Z [00:03:53.176]➜  cp $WORK/b1623/_pkg_.a /root/.cache/go-build/c3/c3ff8bb9c35eab0763fd7d2b0b2bfbebb9d45d0f77374a66d7b41941131dfcbe-d # internal
2025-08-20T21:20:59.9019790Z [00:03:53.176]➜  golang.org/x/oauth2/clientcredentials
2025-08-20T21:20:59.9020424Z [00:03:53.176]➜  mkdir -p $WORK/b1624/
2025-08-20T21:20:59.9021158Z [00:03:53.176]➜  cat >/tmp/go-build3619502580/b1624/importcfg << 'EOF' # internal
2025-08-20T21:20:59.9022081Z [00:03:53.176]➜  # import config
2025-08-20T21:20:59.9022785Z [00:03:53.176]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:59.9023597Z [00:03:53.176]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:59.9024464Z [00:03:53.176]➜  packagefile golang.org/x/oauth2=/tmp/go-build3619502580/b1351/_pkg_.a
2025-08-20T21:20:59.9025532Z [00:03:53.176]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build3619502580/b1352/_pkg_.a
2025-08-20T21:20:59.9026519Z [00:03:53.176]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:59.9027377Z [00:03:53.176]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:59.9028213Z [00:03:53.176]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:59.9028861Z [00:03:53.176]➜  EOF
2025-08-20T21:20:59.9032993Z [00:03:53.176]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1624/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/clientcredentials=>golang.org/x/oauth2@v0.29.0/clientcredentials;$WORK/b1624=>" -p golang.org/x/oauth2/clientcredentials -lang=go1.23 -complete -installsuffix shared -buildid ljimjWFWwKU34sh3h1xg/ljimjWFWwKU34sh3h1xg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1624/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/clientcredentials/clientcredentials.go
2025-08-20T21:20:59.9036847Z [00:03:53.238]➜  go tool buildid -w $WORK/b1624/_pkg_.a # internal
2025-08-20T21:20:59.9038184Z [00:03:53.238]➜  cp $WORK/b1624/_pkg_.a /root/.cache/go-build/3c/3c6db093d2e114d0a2461712c842574886c4f9d853bae90d34c40a8997763bca-d # internal
2025-08-20T21:20:59.9039606Z [00:03:53.238]➜  github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/internal
2025-08-20T21:20:59.9040407Z [00:03:53.238]➜  mkdir -p $WORK/b1622/
2025-08-20T21:20:59.9041147Z [00:03:53.238]➜  cat >/tmp/go-build3619502580/b1622/importcfg << 'EOF' # internal
2025-08-20T21:20:59.9042156Z [00:03:53.238]➜  # import config
2025-08-20T21:20:59.9043070Z [00:03:53.238]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:20:59.9043924Z [00:03:53.238]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:20:59.9044794Z [00:03:53.238]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:20:59.9045722Z [00:03:53.238]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:20:59.9046703Z [00:03:53.238]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:20:59.9047670Z [00:03:53.238]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:20:59.9048580Z [00:03:53.238]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:20:59.9049416Z [00:03:53.238]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:20:59.9050878Z [00:03:53.238]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rest=/tmp/go-build3619502580/b1623/_pkg_.a
2025-08-20T21:20:59.9052516Z [00:03:53.238]➜  packagefile golang.org/x/oauth2=/tmp/go-build3619502580/b1351/_pkg_.a
2025-08-20T21:20:59.9053736Z [00:03:53.238]➜  packagefile golang.org/x/oauth2/clientcredentials=/tmp/go-build3619502580/b1624/_pkg_.a
2025-08-20T21:20:59.9054810Z [00:03:53.238]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:20:59.9058215Z [00:03:53.238]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:20:59.9059179Z [00:03:53.238]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:20:59.9060021Z [00:03:53.238]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:20:59.9061072Z [00:03:53.238]➜  packagefile math/rand=/tmp/go-build3619502580/b108/_pkg_.a
2025-08-20T21:20:59.9062186Z [00:03:53.238]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:20:59.9063039Z [00:03:53.238]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:20:59.9063974Z [00:03:53.238]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:20:59.9064852Z [00:03:53.238]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:20:59.9065693Z [00:03:53.238]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:20:59.9066519Z [00:03:53.238]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:20:59.9067328Z [00:03:53.238]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:20:59.9067960Z [00:03:53.238]➜  EOF
2025-08-20T21:20:59.9075026Z [00:03:53.238]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1622/_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/b1622=>" -p github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/internal -lang=go1.21 -complete -installsuffix shared -buildid 9sR8jjncofHaVpKgBxoB/9sR8jjncofHaVpKgBxoB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1622/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:21:00.0373544Z [00:03:53.377]➜  go tool buildid -w $WORK/b1622/_pkg_.a # internal
2025-08-20T21:21:00.0403078Z [00:03:53.378]➜  cp $WORK/b1622/_pkg_.a /root/.cache/go-build/90/908b3267740d2cc35007c679178a5b9505873ab769ac5ed6556ad56c99b353b2-d # internal
2025-08-20T21:21:00.0404446Z [00:03:53.379]➜  github.com/confluentinc/confluent-kafka-go/v2/schemaregistry
2025-08-20T21:21:00.0405172Z [00:03:53.379]➜  mkdir -p $WORK/b1620/
2025-08-20T21:21:00.0405878Z [00:03:53.379]➜  cat >/tmp/go-build3619502580/b1620/importcfg << 'EOF' # internal
2025-08-20T21:21:00.0406541Z [00:03:53.379]➜  # import config
2025-08-20T21:21:00.0407220Z [00:03:53.379]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:00.0408090Z [00:03:53.379]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:00.0408866Z [00:03:53.379]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:00.0410090Z [00:03:53.379]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/cache=/tmp/go-build3619502580/b1621/_pkg_.a
2025-08-20T21:21:00.0411918Z [00:03:53.379]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/internal=/tmp/go-build3619502580/b1622/_pkg_.a
2025-08-20T21:21:00.0413147Z [00:03:53.379]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:00.0413914Z [00:03:53.379]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:00.0414876Z [00:03:53.379]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:00.0415664Z [00:03:53.379]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:00.0416451Z [00:03:53.379]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:00.0417235Z [00:03:53.379]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:00.0417994Z [00:03:53.379]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:00.0418756Z [00:03:53.379]➜  packagefile testing=/tmp/go-build3619502580/b376/_pkg_.a
2025-08-20T21:21:00.0419512Z [00:03:53.379]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:00.0420087Z [00:03:53.379]➜  EOF
2025-08-20T21:21:00.0433211Z [00:03:53.379]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1620/_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/b1620=>" -p github.com/confluentinc/confluent-kafka-go/v2/schemaregistry -lang=go1.21 -complete -installsuffix shared -buildid JgIk2SJSz1x3oEp7ajQv/JgIk2SJSz1x3oEp7ajQv -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/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:21:00.0690460Z [00:03:53.408]➜  go tool buildid -w $WORK/b1530/_pkg_.a # internal
2025-08-20T21:21:00.0813331Z [00:03:53.420]➜  cp $WORK/b1530/_pkg_.a /root/.cache/go-build/cc/cc784fd500feb37d84fffdc90b3fdc57732381461a759c48a59a8c8f9aa71668-d # internal
2025-08-20T21:21:00.0827263Z [00:03:53.422]➜  google.golang.org/grpc/xds/csds
2025-08-20T21:21:00.0830027Z [00:03:53.422]➜  mkdir -p $WORK/b1529/
2025-08-20T21:21:00.0835697Z [00:03:53.423]➜  cat >/tmp/go-build3619502580/b1529/importcfg << 'EOF' # internal
2025-08-20T21:21:00.0853848Z [00:03:53.423]➜  # import config
2025-08-20T21:21:00.0854739Z [00:03:53.423]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:00.0855544Z [00:03:53.423]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:00.0856741Z [00:03:53.423]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/status/v3=/tmp/go-build3619502580/b1507/_pkg_.a
2025-08-20T21:21:00.0858071Z [00:03:53.423]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:21:00.0859155Z [00:03:53.423]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:21:00.0860338Z [00:03:53.423]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:21:00.0882144Z [00:03:53.423]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:21:00.0883412Z [00:03:53.423]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build3619502580/b1530/_pkg_.a
2025-08-20T21:21:00.0884458Z [00:03:53.423]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:00.0885067Z [00:03:53.423]➜  EOF
2025-08-20T21:21:00.0888356Z [00:03:53.423]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1529/_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/b1529=>" -p google.golang.org/grpc/xds/csds -lang=go1.23 -complete -installsuffix shared -buildid eIoQil_xjWJ-GzFGezQ-/eIoQil_xjWJ-GzFGezQ- -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/csds/csds.go
2025-08-20T21:21:00.2109019Z [00:03:53.550]➜  go tool buildid -w $WORK/b1529/_pkg_.a # internal
2025-08-20T21:21:00.2146773Z [00:03:53.553]➜  cp $WORK/b1529/_pkg_.a /root/.cache/go-build/66/66f6bcba91c963531817375e103ca4472537a1534e347ac2d324e997e5c8cab0-d # internal
2025-08-20T21:21:00.2154169Z [00:03:53.553]➜  google.golang.org/grpc/xds/internal/balancer/clusterimpl
2025-08-20T21:21:00.2154970Z [00:03:53.553]➜  mkdir -p $WORK/b1563/
2025-08-20T21:21:00.2155731Z [00:03:53.554]➜  cat >/tmp/go-build3619502580/b1563/importcfg << 'EOF' # internal
2025-08-20T21:21:00.2156454Z [00:03:53.554]➜  # import config
2025-08-20T21:21:00.2157135Z [00:03:53.554]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:00.2158052Z [00:03:53.554]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:00.2159092Z [00:03:53.554]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:00.2160344Z [00:03:53.554]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build3619502580/b1564/_pkg_.a
2025-08-20T21:21:00.2161788Z [00:03:53.554]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3619502580/b1254/_pkg_.a
2025-08-20T21:21:00.2162983Z [00:03:53.554]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:21:00.2164238Z [00:03:53.554]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3619502580/b1257/_pkg_.a
2025-08-20T21:21:00.2165486Z [00:03:53.554]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:21:00.2166676Z [00:03:53.554]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3619502580/b1264/_pkg_.a
2025-08-20T21:21:00.2168092Z [00:03:53.554]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build3619502580/b1288/_pkg_.a
2025-08-20T21:21:00.2169523Z [00:03:53.554]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:21:00.2170819Z [00:03:53.554]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3619502580/b1275/_pkg_.a
2025-08-20T21:21:00.2172406Z [00:03:53.554]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3619502580/b1302/_pkg_.a
2025-08-20T21:21:00.2173729Z [00:03:53.554]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build3619502580/b1308/_pkg_.a
2025-08-20T21:21:00.2175162Z [00:03:53.554]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build3619502580/b1554/_pkg_.a
2025-08-20T21:21:00.2176575Z [00:03:53.554]➜  packagefile google.golang.org/grpc/internal/xds=/tmp/go-build3619502580/b1431/_pkg_.a
2025-08-20T21:21:00.2177905Z [00:03:53.554]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3619502580/b1477/_pkg_.a
2025-08-20T21:21:00.2179213Z [00:03:53.554]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:21:00.2180450Z [00:03:53.554]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3619502580/b1265/_pkg_.a
2025-08-20T21:21:00.2181853Z [00:03:53.554]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:21:00.2183074Z [00:03:53.554]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build3619502580/b1542/_pkg_.a
2025-08-20T21:21:00.2184451Z [00:03:53.554]➜  packagefile google.golang.org/grpc/xds/internal/balancer/loadstore=/tmp/go-build3619502580/b1565/_pkg_.a
2025-08-20T21:21:00.2185945Z [00:03:53.554]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build3619502580/b1530/_pkg_.a
2025-08-20T21:21:00.2187393Z [00:03:53.554]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/load=/tmp/go-build3619502580/b1532/_pkg_.a
2025-08-20T21:21:00.2188514Z [00:03:53.554]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:00.2189366Z [00:03:53.554]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:00.2190023Z [00:03:53.554]➜  EOF
2025-08-20T21:21:00.2196737Z [00:03:53.554]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1563/_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/b1563=>" -p google.golang.org/grpc/xds/internal/balancer/clusterimpl -lang=go1.23 -complete -installsuffix shared -buildid PZmxPXEmz_q6bRNiMEkK/PZmxPXEmz_q6bRNiMEkK -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/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:21:00.2321595Z [00:03:53.571]➜  go tool buildid -w $WORK/b1620/_pkg_.a # internal
2025-08-20T21:21:00.2370114Z [00:03:53.576]➜  cp $WORK/b1620/_pkg_.a /root/.cache/go-build/ed/edfe0982ce4e07992e02af16f9a4dafe890d70fc29b1416ea7e3573895781980-d # internal
2025-08-20T21:21:00.2376474Z [00:03:53.577]➜  google.golang.org/grpc/xds/internal/resolver
2025-08-20T21:21:00.2378289Z [00:03:53.577]➜  mkdir -p $WORK/b1583/
2025-08-20T21:21:00.2381120Z [00:03:53.577]➜  cat >/tmp/go-build3619502580/b1583/importcfg << 'EOF' # internal
2025-08-20T21:21:00.2382484Z [00:03:53.577]➜  # import config
2025-08-20T21:21:00.2385038Z [00:03:53.577]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:00.2386192Z [00:03:53.577]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:00.2387496Z [00:03:53.577]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:00.2399784Z [00:03:53.577]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build3619502580/b1584/_pkg_.a
2025-08-20T21:21:00.2400924Z [00:03:53.577]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:21:00.2402338Z [00:03:53.577]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3619502580/b1266/_pkg_.a
2025-08-20T21:21:00.2403560Z [00:03:53.577]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:21:00.2404750Z [00:03:53.577]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3619502580/b1264/_pkg_.a
2025-08-20T21:21:00.2406172Z [00:03:53.577]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:21:00.2407631Z [00:03:53.577]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3619502580/b1297/_pkg_.a
2025-08-20T21:21:00.2408944Z [00:03:53.577]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3619502580/b1284/_pkg_.a
2025-08-20T21:21:00.2410231Z [00:03:53.577]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3619502580/b1275/_pkg_.a
2025-08-20T21:21:00.2412717Z [00:03:53.577]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3619502580/b1301/_pkg_.a
2025-08-20T21:21:00.2414068Z [00:03:53.577]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3619502580/b1302/_pkg_.a
2025-08-20T21:21:00.2415316Z [00:03:53.577]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build3619502580/b1554/_pkg_.a
2025-08-20T21:21:00.2416492Z [00:03:53.577]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3619502580/b1477/_pkg_.a
2025-08-20T21:21:00.2417736Z [00:03:53.577]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:21:00.2418862Z [00:03:53.577]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:21:00.2420028Z [00:03:53.577]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:21:00.2421558Z [00:03:53.577]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clustermanager=/tmp/go-build3619502580/b1569/_pkg_.a
2025-08-20T21:21:00.2423105Z [00:03:53.577]➜  packagefile google.golang.org/grpc/xds/internal/balancer/ringhash=/tmp/go-build3619502580/b1585/_pkg_.a
2025-08-20T21:21:00.2424691Z [00:03:53.578]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build3619502580/b1544/_pkg_.a
2025-08-20T21:21:00.2426139Z [00:03:53.578]➜  packagefile google.golang.org/grpc/xds/internal/resolver/internal=/tmp/go-build3619502580/b1587/_pkg_.a
2025-08-20T21:21:00.2427586Z [00:03:53.578]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build3619502580/b1530/_pkg_.a
2025-08-20T21:21:00.2429031Z [00:03:53.578]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build3619502580/b1536/_pkg_.a
2025-08-20T21:21:00.2430177Z [00:03:53.578]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:21:00.2431023Z [00:03:53.578]➜  packagefile math/rand/v2=/tmp/go-build3619502580/b103/_pkg_.a
2025-08-20T21:21:00.2432043Z [00:03:53.578]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:00.2432991Z [00:03:53.578]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:00.2433794Z [00:03:53.578]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:00.2434395Z [00:03:53.578]➜  EOF
2025-08-20T21:21:00.2439944Z [00:03:53.578]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1583/_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/b1583=>" -p google.golang.org/grpc/xds/internal/resolver -lang=go1.23 -complete -installsuffix shared -buildid JWLlQIVpd7habeM-09cC/JWLlQIVpd7habeM-09cC -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/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:21:00.4579068Z [00:03:53.797]➜  go tool buildid -w $WORK/b1563/_pkg_.a # internal
2025-08-20T21:21:00.4635401Z [00:03:53.803]➜  cp $WORK/b1563/_pkg_.a /root/.cache/go-build/1b/1b58ee724a2c8451a4cb78b5c6ef6a62e78b1b0706bf9506921ec7f9f02d83cd-d # internal
2025-08-20T21:21:00.4642635Z [00:03:53.803]➜  google.golang.org/grpc/xds/internal/balancer/clusterresolver
2025-08-20T21:21:00.4646163Z [00:03:53.803]➜  mkdir -p $WORK/b1560/
2025-08-20T21:21:00.4657273Z [00:03:53.805]➜  cat >/tmp/go-build3619502580/b1560/importcfg << 'EOF' # internal
2025-08-20T21:21:00.4658351Z [00:03:53.805]➜  # import config
2025-08-20T21:21:00.4659195Z [00:03:53.805]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:00.4660003Z [00:03:53.805]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:00.4660845Z [00:03:53.805]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:00.4661852Z [00:03:53.805]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:00.4662602Z [00:03:53.805]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:00.4663560Z [00:03:53.805]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build3619502580/b1261/_pkg_.a
2025-08-20T21:21:00.4664644Z [00:03:53.805]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3619502580/b1254/_pkg_.a
2025-08-20T21:21:00.4665752Z [00:03:53.805]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3619502580/b1270/_pkg_.a
2025-08-20T21:21:00.4666824Z [00:03:53.805]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3619502580/b1257/_pkg_.a
2025-08-20T21:21:00.4667888Z [00:03:53.805]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:21:00.4668989Z [00:03:53.805]➜  packagefile google.golang.org/grpc/internal/balancer/nop=/tmp/go-build3619502580/b1558/_pkg_.a
2025-08-20T21:21:00.4670247Z [00:03:53.805]➜  packagefile google.golang.org/grpc/internal/balancer/weight=/tmp/go-build3619502580/b1561/_pkg_.a
2025-08-20T21:21:00.4671792Z [00:03:53.805]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build3619502580/b1298/_pkg_.a
2025-08-20T21:21:00.4672985Z [00:03:53.805]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:21:00.4674230Z [00:03:53.805]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3619502580/b1297/_pkg_.a
2025-08-20T21:21:00.4675379Z [00:03:53.805]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build3619502580/b1556/_pkg_.a
2025-08-20T21:21:00.4676486Z [00:03:53.805]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3619502580/b1275/_pkg_.a
2025-08-20T21:21:00.4677682Z [00:03:53.805]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3619502580/b1302/_pkg_.a
2025-08-20T21:21:00.4695120Z [00:03:53.805]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3619502580/b1477/_pkg_.a
2025-08-20T21:21:00.4696478Z [00:03:53.805]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:21:00.4697683Z [00:03:53.805]➜  packagefile google.golang.org/grpc/resolver/ringhash=/tmp/go-build3619502580/b1562/_pkg_.a
2025-08-20T21:21:00.4698918Z [00:03:53.805]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3619502580/b1265/_pkg_.a
2025-08-20T21:21:00.4700103Z [00:03:53.805]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build3619502580/b1542/_pkg_.a
2025-08-20T21:21:00.4701616Z [00:03:53.805]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterimpl=/tmp/go-build3619502580/b1563/_pkg_.a
2025-08-20T21:21:00.4703007Z [00:03:53.805]➜  packagefile google.golang.org/grpc/xds/internal/balancer/outlierdetection=/tmp/go-build3619502580/b1566/_pkg_.a
2025-08-20T21:21:00.4704321Z [00:03:53.805]➜  packagefile google.golang.org/grpc/xds/internal/balancer/priority=/tmp/go-build3619502580/b1567/_pkg_.a
2025-08-20T21:21:00.4705815Z [00:03:53.805]➜  packagefile google.golang.org/grpc/xds/internal/balancer/wrrlocality=/tmp/go-build3619502580/b1568/_pkg_.a
2025-08-20T21:21:00.4707084Z [00:03:53.805]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build3619502580/b1530/_pkg_.a
2025-08-20T21:21:00.4708350Z [00:03:53.805]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build3619502580/b1536/_pkg_.a
2025-08-20T21:21:00.4709641Z [00:03:53.805]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:00.4710335Z [00:03:53.805]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:00.4711030Z [00:03:53.805]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:00.4711764Z [00:03:53.805]➜  EOF
2025-08-20T21:21:00.4721699Z [00:03:53.809]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1560/_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/b1560=>" -p google.golang.org/grpc/xds/internal/balancer/clusterresolver -lang=go1.23 -complete -installsuffix shared -buildid _uWGcRvv_SqeEr3rriXA/_uWGcRvv_SqeEr3rriXA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1560/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:21:00.4894724Z [00:03:53.829]➜  go tool buildid -w $WORK/b1583/_pkg_.a # internal
2025-08-20T21:21:00.4914267Z [00:03:53.831]➜  cp $WORK/b1583/_pkg_.a /root/.cache/go-build/8e/8e1656b4a42755b4a87639a78bc5dd830ffc03681c644e03dbecaa9f12ff6545-d # internal
2025-08-20T21:21:00.4921666Z [00:03:53.831]➜  github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/deks
2025-08-20T21:21:00.4942703Z [00:03:53.831]➜  mkdir -p $WORK/b1626/
2025-08-20T21:21:00.4943393Z [00:03:53.831]➜  cat >/tmp/go-build3619502580/b1626/importcfg << 'EOF' # internal
2025-08-20T21:21:00.4944001Z [00:03:53.831]➜  # import config
2025-08-20T21:21:00.4944655Z [00:03:53.831]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:00.4946032Z [00:03:53.831]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry=/tmp/go-build3619502580/b1620/_pkg_.a
2025-08-20T21:21:00.4947555Z [00:03:53.831]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/cache=/tmp/go-build3619502580/b1621/_pkg_.a
2025-08-20T21:21:00.4949085Z [00:03:53.831]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/internal=/tmp/go-build3619502580/b1622/_pkg_.a
2025-08-20T21:21:00.4950599Z [00:03:53.831]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rest=/tmp/go-build3619502580/b1623/_pkg_.a
2025-08-20T21:21:00.4952111Z [00:03:53.831]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:00.4952837Z [00:03:53.831]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:00.4953553Z [00:03:53.831]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:00.4954264Z [00:03:53.831]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:00.4954793Z [00:03:53.831]➜  EOF
2025-08-20T21:21:00.4960347Z [00:03:53.831]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1626/_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/b1626=>" -p github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/deks -lang=go1.21 -complete -installsuffix shared -buildid FhnPmJrCEtf6AY14E1-W/FhnPmJrCEtf6AY14E1-W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1626/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:21:00.5696062Z [00:03:53.909]➜  go tool buildid -w $WORK/b1626/_pkg_.a # internal
2025-08-20T21:21:00.5733788Z [00:03:53.913]➜  cp $WORK/b1626/_pkg_.a /root/.cache/go-build/62/62f13f319132a7dfb7445d5c20c0ced8d809fcce29da98172e5f8f3acd999a39-d # internal
2025-08-20T21:21:00.5735889Z [00:03:53.913]➜  github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/serde
2025-08-20T21:21:00.5736931Z [00:03:53.913]➜  mkdir -p $WORK/b1627/
2025-08-20T21:21:00.5743341Z [00:03:53.913]➜  cat >/tmp/go-build3619502580/b1627/importcfg << 'EOF' # internal
2025-08-20T21:21:00.5744053Z [00:03:53.913]➜  # import config
2025-08-20T21:21:00.5744739Z [00:03:53.913]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:00.5745598Z [00:03:53.913]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:00.5746438Z [00:03:53.913]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:00.5747664Z [00:03:53.913]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry=/tmp/go-build3619502580/b1620/_pkg_.a
2025-08-20T21:21:00.5748830Z [00:03:53.913]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:21:00.5749625Z [00:03:53.913]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:00.5750432Z [00:03:53.913]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:00.5751428Z [00:03:53.913]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:00.5752266Z [00:03:53.913]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:00.5753045Z [00:03:53.913]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:00.5753838Z [00:03:53.913]➜  packagefile testing=/tmp/go-build3619502580/b376/_pkg_.a
2025-08-20T21:21:00.5754435Z [00:03:53.913]➜  EOF
2025-08-20T21:21:00.5762287Z [00:03:53.913]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1627/_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/b1627=>" -p github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/serde -lang=go1.21 -complete -installsuffix shared -buildid 7eye7rnF6tOaX-6YpWnn/7eye7rnF6tOaX-6YpWnn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1627/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:21:00.7687129Z [00:03:54.107]➜  go tool buildid -w $WORK/b1627/_pkg_.a # internal
2025-08-20T21:21:00.7738160Z [00:03:54.113]➜  cp $WORK/b1627/_pkg_.a /root/.cache/go-build/bc/bcba6e394b3a080f950583c12611ec2d480ee30b511a17f16c1c48d13b6e9a38-d # internal
2025-08-20T21:21:00.7747594Z [00:03:54.113]➜  github.com/tink-crypto/tink-go/v2/proto/tink_go_proto
2025-08-20T21:21:00.7748324Z [00:03:54.113]➜  mkdir -p $WORK/b1633/
2025-08-20T21:21:00.7749070Z [00:03:54.113]➜  cat >/tmp/go-build3619502580/b1633/importcfg << 'EOF' # internal
2025-08-20T21:21:00.7749794Z [00:03:54.113]➜  # import config
2025-08-20T21:21:00.7750785Z [00:03:54.113]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:21:00.7752652Z [00:03:54.113]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:21:00.7753792Z [00:03:54.113]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:00.7754646Z [00:03:54.113]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:00.7755258Z [00:03:54.113]➜  EOF
2025-08-20T21:21:00.7759412Z [00:03:54.113]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1633/_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/b1633=>" -p github.com/tink-crypto/tink-go/v2/proto/tink_go_proto -lang=go1.23 -complete -installsuffix shared -buildid 7wDZZ51ne0rr5k1z7jt_/7wDZZ51ne0rr5k1z7jt_ -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/proto/tink_go_proto/tink.pb.go
2025-08-20T21:21:00.8156787Z [00:03:54.155]➜  go tool buildid -w $WORK/b1560/_pkg_.a # internal
2025-08-20T21:21:00.8248672Z [00:03:54.164]➜  cp $WORK/b1560/_pkg_.a /root/.cache/go-build/76/766030e3ef6bcf11042d2f01a127b04402a0b90a1cc7d5aac7001aa15627eb8c-d # internal
2025-08-20T21:21:00.8255480Z [00:03:54.165]➜  google.golang.org/grpc/xds/internal/balancer/cdsbalancer
2025-08-20T21:21:00.8257223Z [00:03:54.165]➜  mkdir -p $WORK/b1557/
2025-08-20T21:21:00.8268131Z [00:03:54.166]➜  cat >/tmp/go-build3619502580/b1557/importcfg << 'EOF' # internal
2025-08-20T21:21:00.8269118Z [00:03:54.166]➜  # import config
2025-08-20T21:21:00.8270068Z [00:03:54.166]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:00.8271177Z [00:03:54.166]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:21:00.8272489Z [00:03:54.166]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:00.8273496Z [00:03:54.166]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:00.8274725Z [00:03:54.166]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3619502580/b1254/_pkg_.a
2025-08-20T21:21:00.8275943Z [00:03:54.166]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3619502580/b1270/_pkg_.a
2025-08-20T21:21:00.8277422Z [00:03:54.166]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3619502580/b1257/_pkg_.a
2025-08-20T21:21:00.8278747Z [00:03:54.166]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3619502580/b1260/_pkg_.a
2025-08-20T21:21:00.8281156Z [00:03:54.166]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build3619502580/b1487/_pkg_.a
2025-08-20T21:21:00.8282647Z [00:03:54.166]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:21:00.8283879Z [00:03:54.166]➜  packagefile google.golang.org/grpc/internal/balancer/nop=/tmp/go-build3619502580/b1558/_pkg_.a
2025-08-20T21:21:00.8285219Z [00:03:54.166]➜  packagefile google.golang.org/grpc/internal/credentials/xds=/tmp/go-build3619502580/b1559/_pkg_.a
2025-08-20T21:21:00.8286702Z [00:03:54.166]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:21:00.8287962Z [00:03:54.166]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3619502580/b1297/_pkg_.a
2025-08-20T21:21:00.8289213Z [00:03:54.166]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3619502580/b1275/_pkg_.a
2025-08-20T21:21:00.8290405Z [00:03:54.166]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:21:00.8296365Z [00:03:54.166]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3619502580/b1265/_pkg_.a
2025-08-20T21:21:00.8297829Z [00:03:54.166]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterresolver=/tmp/go-build3619502580/b1560/_pkg_.a
2025-08-20T21:21:00.8299280Z [00:03:54.166]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build3619502580/b1530/_pkg_.a
2025-08-20T21:21:00.8300901Z [00:03:54.166]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build3619502580/b1536/_pkg_.a
2025-08-20T21:21:00.8302410Z [00:03:54.166]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:00.8303042Z [00:03:54.166]➜  EOF
2025-08-20T21:21:00.8312871Z [00:03:54.170]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1557/_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/b1557=>" -p google.golang.org/grpc/xds/internal/balancer/cdsbalancer -lang=go1.23 -complete -installsuffix shared -buildid SlxrYQKO-UhrnDACvA7s/SlxrYQKO-UhrnDACvA7s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1557/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:21:00.8648235Z [00:03:54.204]➜  go tool buildid -w $WORK/b1633/_pkg_.a # internal
2025-08-20T21:21:00.8668080Z [00:03:54.206]➜  cp $WORK/b1633/_pkg_.a /root/.cache/go-build/86/8601c759e7226d83fb890dc5054cc1c14321b2355f7957ef738de324769083e1-d # internal
2025-08-20T21:21:00.8678728Z [00:03:54.206]➜  github.com/tink-crypto/tink-go/v2/tink
2025-08-20T21:21:00.8679338Z [00:03:54.206]➜  mkdir -p $WORK/b1634/
2025-08-20T21:21:00.8680077Z [00:03:54.206]➜  cat >/tmp/go-build3619502580/b1634/importcfg << 'EOF' # internal
2025-08-20T21:21:00.8681718Z [00:03:54.207]➜  # import config
2025-08-20T21:21:00.8682993Z [00:03:54.207]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:00.8683978Z [00:03:54.207]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:00.8684715Z [00:03:54.207]➜  EOF
2025-08-20T21:21:00.8697222Z [00:03:54.207]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1634/_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/b1634=>" -p github.com/tink-crypto/tink-go/v2/tink -lang=go1.23 -complete -installsuffix shared -buildid vRRb167oJaWtR6xMrg54/vRRb167oJaWtR6xMrg54 -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/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:21:00.8941891Z [00:03:54.233]➜  go tool buildid -w $WORK/b1634/_pkg_.a # internal
2025-08-20T21:21:00.8952723Z [00:03:54.234]➜  cp $WORK/b1634/_pkg_.a /root/.cache/go-build/a1/a15eedf5312c5917432faefbd386696f4312eb6b2d713312d8e8a7f8580c244c-d # internal
2025-08-20T21:21:00.8954070Z [00:03:54.234]➜  github.com/tink-crypto/tink-go/v2/core/registry
2025-08-20T21:21:00.8957639Z [00:03:54.234]➜  mkdir -p $WORK/b1632/
2025-08-20T21:21:00.8960431Z [00:03:54.235]➜  cat >/tmp/go-build3619502580/b1632/importcfg << 'EOF' # internal
2025-08-20T21:21:00.8962479Z [00:03:54.235]➜  # import config
2025-08-20T21:21:00.8963112Z [00:03:54.235]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:00.8964254Z [00:03:54.235]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build3619502580/b1633/_pkg_.a
2025-08-20T21:21:00.8965552Z [00:03:54.235]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build3619502580/b1634/_pkg_.a
2025-08-20T21:21:00.8967048Z [00:03:54.235]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:21:00.8968017Z [00:03:54.235]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:00.8968609Z [00:03:54.235]➜  EOF
2025-08-20T21:21:00.8974541Z [00:03:54.235]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1632/_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/b1632=>" -p github.com/tink-crypto/tink-go/v2/core/registry -lang=go1.23 -complete -installsuffix shared -buildid jOrhueold-zT0St1EKlT/jOrhueold-zT0St1EKlT -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/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:21:00.9766976Z [00:03:54.316]➜  go tool buildid -w $WORK/b1632/_pkg_.a # internal
2025-08-20T21:21:00.9778844Z [00:03:54.316]➜  cp $WORK/b1632/_pkg_.a /root/.cache/go-build/a1/a136e5d624a999646fcb5eba42dc7b1659021c4e33d4ffd98b7b21209792417e-d # internal
2025-08-20T21:21:00.9780171Z [00:03:54.316]➜  github.com/tink-crypto/tink-go/v2/subtle/random
2025-08-20T21:21:00.9780852Z [00:03:54.316]➜  mkdir -p $WORK/b1637/
2025-08-20T21:21:00.9781843Z [00:03:54.316]➜  cat >/tmp/go-build3619502580/b1637/importcfg << 'EOF' # internal
2025-08-20T21:21:00.9782563Z [00:03:54.316]➜  # import config
2025-08-20T21:21:00.9783325Z [00:03:54.316]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:21:00.9784324Z [00:03:54.316]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:00.9785030Z [00:03:54.316]➜  EOF
2025-08-20T21:21:00.9789148Z [00:03:54.316]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1637/_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/b1637=>" -p github.com/tink-crypto/tink-go/v2/subtle/random -lang=go1.23 -complete -installsuffix shared -buildid hJtEwrA7xZypT7fO9xgU/hJtEwrA7xZypT7fO9xgU -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/subtle/random/random.go
2025-08-20T21:21:01.0010911Z [00:03:54.340]➜  go tool buildid -w $WORK/b1637/_pkg_.a # internal
2025-08-20T21:21:01.0028894Z [00:03:54.342]➜  cp $WORK/b1637/_pkg_.a /root/.cache/go-build/a4/a40e8c8a28041a0effa71de540804c2e699518d63b926770603f94e8d3bbd8f0-d # internal
2025-08-20T21:21:01.0033079Z [00:03:54.342]➜  github.com/tink-crypto/tink-go/v2/internal/aead
2025-08-20T21:21:01.0033737Z [00:03:54.342]➜  mkdir -p $WORK/b1636/
2025-08-20T21:21:01.0034676Z [00:03:54.342]➜  cat >/tmp/go-build3619502580/b1636/importcfg << 'EOF' # internal
2025-08-20T21:21:01.0035396Z [00:03:54.342]➜  # import config
2025-08-20T21:21:01.0036084Z [00:03:54.342]➜  packagefile crypto/aes=/tmp/go-build3619502580/b110/_pkg_.a
2025-08-20T21:21:01.0036996Z [00:03:54.342]➜  packagefile crypto/cipher=/tmp/go-build3619502580/b084/_pkg_.a
2025-08-20T21:21:01.0037871Z [00:03:54.342]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:01.0038679Z [00:03:54.342]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:01.0039788Z [00:03:54.342]➜  packagefile github.com/tink-crypto/tink-go/v2/subtle/random=/tmp/go-build3619502580/b1637/_pkg_.a
2025-08-20T21:21:01.0041125Z [00:03:54.342]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build3619502580/b1385/_pkg_.a
2025-08-20T21:21:01.0042274Z [00:03:54.342]➜  EOF
2025-08-20T21:21:01.0048008Z [00:03:54.342]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1636/_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/b1636=>" -p github.com/tink-crypto/tink-go/v2/internal/aead -lang=go1.23 -complete -installsuffix shared -buildid vOL7aDw6sfZn4CKJHPtP/vOL7aDw6sfZn4CKJHPtP -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/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:21:01.0525887Z [00:03:54.392]➜  go tool buildid -w $WORK/b1636/_pkg_.a # internal
2025-08-20T21:21:01.0538397Z [00:03:54.393]➜  cp $WORK/b1636/_pkg_.a /root/.cache/go-build/f0/f09ea44820836ea6c51f94226ca0408d144702700c1b640fc465b5326b523c71-d # internal
2025-08-20T21:21:01.0544879Z [00:03:54.394]➜  github.com/tink-crypto/tink-go/v2/internal/internalregistry
2025-08-20T21:21:01.0545849Z [00:03:54.394]➜  mkdir -p $WORK/b1639/
2025-08-20T21:21:01.0553095Z [00:03:54.394]➜  cat >/tmp/go-build3619502580/b1639/importcfg << 'EOF' # internal
2025-08-20T21:21:01.0554672Z [00:03:54.395]➜  # import config
2025-08-20T21:21:01.0555313Z [00:03:54.395]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:01.0556377Z [00:03:54.395]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build3619502580/b1632/_pkg_.a
2025-08-20T21:21:01.0557921Z [00:03:54.395]➜  packagefile github.com/tink-crypto/tink-go/v2/monitoring=/tmp/go-build3619502580/b1640/_pkg_.a
2025-08-20T21:21:01.0559354Z [00:03:54.395]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build3619502580/b1633/_pkg_.a
2025-08-20T21:21:01.0560675Z [00:03:54.395]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:21:01.0561997Z [00:03:54.395]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:01.0562821Z [00:03:54.395]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:01.0563420Z [00:03:54.395]➜  EOF
2025-08-20T21:21:01.0573939Z [00:03:54.396]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1639/_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/b1639=>" -p github.com/tink-crypto/tink-go/v2/internal/internalregistry -lang=go1.23 -complete -installsuffix shared -buildid idLrOVUL07KEjCOc-jhC/idLrOVUL07KEjCOc-jhC -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/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:21:01.1347662Z [00:03:54.474]➜  go tool buildid -w $WORK/b1639/_pkg_.a # internal
2025-08-20T21:21:01.1368430Z [00:03:54.476]➜  cp $WORK/b1639/_pkg_.a /root/.cache/go-build/2b/2b49f7dbadc739e8b382443a5701d1a1edb9ad5d089dd89d52da51d7aa7d3bdf-d # internal
2025-08-20T21:21:01.1378058Z [00:03:54.477]➜  github.com/tink-crypto/tink-go/v2/internal/outputprefix
2025-08-20T21:21:01.1378796Z [00:03:54.477]➜  mkdir -p $WORK/b1641/
2025-08-20T21:21:01.1388303Z [00:03:54.478]➜  cat >/tmp/go-build3619502580/b1641/importcfg << 'EOF' # internal
2025-08-20T21:21:01.1389414Z [00:03:54.478]➜  # import config
2025-08-20T21:21:01.1390330Z [00:03:54.478]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:01.1391096Z [00:03:54.478]➜  EOF
2025-08-20T21:21:01.1413743Z [00:03:54.480]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1641/_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/b1641=>" -p github.com/tink-crypto/tink-go/v2/internal/outputprefix -lang=go1.23 -complete -installsuffix shared -buildid pU74vz8fv-ZIz4DNCkuG/pU74vz8fv-ZIz4DNCkuG -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/internal/outputprefix/outputprefix.go
2025-08-20T21:21:01.1646594Z [00:03:54.504]➜  go tool buildid -w $WORK/b1641/_pkg_.a # internal
2025-08-20T21:21:01.1666866Z [00:03:54.506]➜  cp $WORK/b1641/_pkg_.a /root/.cache/go-build/9f/9f44d1d39376a1f3cba1a82e46b8f252b3d606ec697bbd3796379ee475f9cb87-d # internal
2025-08-20T21:21:01.1673825Z [00:03:54.506]➜  github.com/tink-crypto/tink-go/v2/internal/protoserialization
2025-08-20T21:21:01.1674826Z [00:03:54.506]➜  mkdir -p $WORK/b1642/
2025-08-20T21:21:01.1675630Z [00:03:54.506]➜  cat >/tmp/go-build3619502580/b1642/importcfg << 'EOF' # internal
2025-08-20T21:21:01.1676341Z [00:03:54.506]➜  # import config
2025-08-20T21:21:01.1677009Z [00:03:54.506]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:01.1678172Z [00:03:54.506]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build3619502580/b1632/_pkg_.a
2025-08-20T21:21:01.1679525Z [00:03:54.506]➜  packagefile github.com/tink-crypto/tink-go/v2/key=/tmp/go-build3619502580/b1643/_pkg_.a
2025-08-20T21:21:01.1680938Z [00:03:54.506]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build3619502580/b1633/_pkg_.a
2025-08-20T21:21:01.1682705Z [00:03:54.506]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:21:01.1683629Z [00:03:54.506]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:01.1684362Z [00:03:54.506]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:01.1684882Z [00:03:54.506]➜  EOF
2025-08-20T21:21:01.1689123Z [00:03:54.506]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1642/_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/b1642=>" -p github.com/tink-crypto/tink-go/v2/internal/protoserialization -lang=go1.23 -complete -installsuffix shared -buildid NEqMhFh79Bom1eHerzUJ/NEqMhFh79Bom1eHerzUJ -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/protoserialization/protoserialization.go
2025-08-20T21:21:01.2198053Z [00:03:54.559]➜  go tool buildid -w $WORK/b1557/_pkg_.a # internal
2025-08-20T21:21:01.2361600Z [00:03:54.575]➜  cp $WORK/b1557/_pkg_.a /root/.cache/go-build/3f/3fd2967cc1b67a376f7caf6f6d89f776c2fff92570874ec11db514de94141b71-d # internal
2025-08-20T21:21:01.2405682Z [00:03:54.580]➜  google.golang.org/grpc/xds/internal/balancer
2025-08-20T21:21:01.2408828Z [00:03:54.580]➜  mkdir -p $WORK/b1550/
2025-08-20T21:21:01.2417228Z [00:03:54.581]➜  cat >/tmp/go-build3619502580/b1550/importcfg << 'EOF' # internal
2025-08-20T21:21:01.2419082Z [00:03:54.581]➜  # import config
2025-08-20T21:21:01.2420300Z [00:03:54.581]➜  packagefile google.golang.org/grpc/balancer/leastrequest=/tmp/go-build3619502580/b1551/_pkg_.a
2025-08-20T21:21:01.2423318Z [00:03:54.581]➜  packagefile google.golang.org/grpc/balancer/weightedtarget=/tmp/go-build3619502580/b1552/_pkg_.a
2025-08-20T21:21:01.2424909Z [00:03:54.581]➜  packagefile google.golang.org/grpc/xds/internal/balancer/cdsbalancer=/tmp/go-build3619502580/b1557/_pkg_.a
2025-08-20T21:21:01.2426551Z [00:03:54.581]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterimpl=/tmp/go-build3619502580/b1563/_pkg_.a
2025-08-20T21:21:01.2428193Z [00:03:54.581]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clustermanager=/tmp/go-build3619502580/b1569/_pkg_.a
2025-08-20T21:21:01.2429877Z [00:03:54.581]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterresolver=/tmp/go-build3619502580/b1560/_pkg_.a
2025-08-20T21:21:01.2431938Z [00:03:54.581]➜  packagefile google.golang.org/grpc/xds/internal/balancer/outlierdetection=/tmp/go-build3619502580/b1566/_pkg_.a
2025-08-20T21:21:01.2433524Z [00:03:54.581]➜  packagefile google.golang.org/grpc/xds/internal/balancer/priority=/tmp/go-build3619502580/b1567/_pkg_.a
2025-08-20T21:21:01.2434437Z [00:03:54.581]➜  EOF
2025-08-20T21:21:01.2438423Z [00:03:54.581]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1550/_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/b1550=>" -p google.golang.org/grpc/xds/internal/balancer -lang=go1.23 -complete -installsuffix shared -buildid SSjZfE0NyH2Cb097-aEF/SSjZfE0NyH2Cb097-aEF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1550/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/balancer.go
2025-08-20T21:21:01.2705194Z [00:03:54.610]➜  go tool buildid -w $WORK/b1550/_pkg_.a # internal
2025-08-20T21:21:01.2773264Z [00:03:54.616]➜  cp $WORK/b1550/_pkg_.a /root/.cache/go-build/9c/9cf887c278fc81dd43b6c82b124701b17bcedfbe6f893b8a625008db7d86e0b8-d # internal
2025-08-20T21:21:01.2804179Z [00:03:54.617]➜  google.golang.org/grpc/xds
2025-08-20T21:21:01.2804837Z [00:03:54.617]➜  mkdir -p $WORK/b1506/
2025-08-20T21:21:01.2805611Z [00:03:54.618]➜  cat >/tmp/go-build3619502580/b1506/importcfg << 'EOF' # internal
2025-08-20T21:21:01.2806327Z [00:03:54.618]➜  # import config
2025-08-20T21:21:01.2807001Z [00:03:54.618]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:01.2807926Z [00:03:54.618]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:01.2808702Z [00:03:54.618]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:01.2809855Z [00:03:54.618]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/status/v3=/tmp/go-build3619502580/b1507/_pkg_.a
2025-08-20T21:21:01.2811405Z [00:03:54.618]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:21:01.2812481Z [00:03:54.618]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:21:01.2813627Z [00:03:54.618]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3619502580/b1257/_pkg_.a
2025-08-20T21:21:01.2815041Z [00:03:54.618]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider/pemfile=/tmp/go-build3619502580/b1504/_pkg_.a
2025-08-20T21:21:01.2816536Z [00:03:54.618]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3619502580/b1266/_pkg_.a
2025-08-20T21:21:01.2817678Z [00:03:54.618]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:21:01.2818825Z [00:03:54.618]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3619502580/b1264/_pkg_.a
2025-08-20T21:21:01.2819951Z [00:03:54.618]➜  packagefile google.golang.org/grpc/internal/admin=/tmp/go-build3619502580/b1528/_pkg_.a
2025-08-20T21:21:01.2822927Z [00:03:54.618]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:21:01.2824411Z [00:03:54.618]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3619502580/b1297/_pkg_.a
2025-08-20T21:21:01.2825728Z [00:03:54.618]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3619502580/b1301/_pkg_.a
2025-08-20T21:21:01.2827051Z [00:03:54.618]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build3619502580/b1308/_pkg_.a
2025-08-20T21:21:01.2828332Z [00:03:54.618]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build3619502580/b1309/_pkg_.a
2025-08-20T21:21:01.2829605Z [00:03:54.618]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3619502580/b1477/_pkg_.a
2025-08-20T21:21:01.2830929Z [00:03:54.618]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:21:01.2832249Z [00:03:54.618]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:21:01.2833591Z [00:03:54.618]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:21:01.2834682Z [00:03:54.618]➜  packagefile google.golang.org/grpc/xds/csds=/tmp/go-build3619502580/b1529/_pkg_.a
2025-08-20T21:21:01.2835922Z [00:03:54.618]➜  packagefile google.golang.org/grpc/xds/internal/balancer=/tmp/go-build3619502580/b1550/_pkg_.a
2025-08-20T21:21:01.2837394Z [00:03:54.618]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier/rls=/tmp/go-build3619502580/b1570/_pkg_.a
2025-08-20T21:21:01.2838866Z [00:03:54.618]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/fault=/tmp/go-build3619502580/b1571/_pkg_.a
2025-08-20T21:21:01.2840543Z [00:03:54.618]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/rbac=/tmp/go-build3619502580/b1574/_pkg_.a
2025-08-20T21:21:01.2842124Z [00:03:54.618]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/router=/tmp/go-build3619502580/b1581/_pkg_.a
2025-08-20T21:21:01.2843587Z [00:03:54.618]➜  packagefile google.golang.org/grpc/xds/internal/resolver=/tmp/go-build3619502580/b1583/_pkg_.a
2025-08-20T21:21:01.2844894Z [00:03:54.618]➜  packagefile google.golang.org/grpc/xds/internal/server=/tmp/go-build3619502580/b1588/_pkg_.a
2025-08-20T21:21:01.2846229Z [00:03:54.618]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build3619502580/b1530/_pkg_.a
2025-08-20T21:21:01.2847846Z [00:03:54.618]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter=/tmp/go-build3619502580/b1589/_pkg_.a
2025-08-20T21:21:01.2849624Z [00:03:54.618]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build3619502580/b1536/_pkg_.a
2025-08-20T21:21:01.2850834Z [00:03:54.618]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:01.2851573Z [00:03:54.618]➜  EOF
2025-08-20T21:21:01.2855697Z [00:03:54.618]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1506/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds=>google.golang.org/grpc@v1.72.0/xds;$WORK/b1506=>" -p google.golang.org/grpc/xds -lang=go1.23 -complete -installsuffix shared -buildid 59zkhFL8M5jQyhM9ydlO/59zkhFL8M5jQyhM9ydlO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1506/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:21:01.3165505Z [00:03:54.656]➜  go tool buildid -w $WORK/b1642/_pkg_.a # internal
2025-08-20T21:21:01.3182458Z [00:03:54.657]➜  cp $WORK/b1642/_pkg_.a /root/.cache/go-build/69/692db2f8aece3923c5b176992c667ba99ea681254524d3631f9716018aa52fed-d # internal
2025-08-20T21:21:01.3188676Z [00:03:54.658]➜  github.com/tink-crypto/tink-go/v2/internal/registryconfig
2025-08-20T21:21:01.3205566Z [00:03:54.658]➜  mkdir -p $WORK/b1644/
2025-08-20T21:21:01.3206365Z [00:03:54.658]➜  cat >/tmp/go-build3619502580/b1644/importcfg << 'EOF' # internal
2025-08-20T21:21:01.3207312Z [00:03:54.658]➜  # import config
2025-08-20T21:21:01.3207941Z [00:03:54.658]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:01.3209064Z [00:03:54.658]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build3619502580/b1632/_pkg_.a
2025-08-20T21:21:01.3210479Z [00:03:54.658]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalapi=/tmp/go-build3619502580/b1638/_pkg_.a
2025-08-20T21:21:01.3212083Z [00:03:54.658]➜  packagefile github.com/tink-crypto/tink-go/v2/key=/tmp/go-build3619502580/b1643/_pkg_.a
2025-08-20T21:21:01.3213509Z [00:03:54.658]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build3619502580/b1633/_pkg_.a
2025-08-20T21:21:01.3214702Z [00:03:54.658]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:01.3215568Z [00:03:54.658]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:01.3216220Z [00:03:54.658]➜  EOF
2025-08-20T21:21:01.3220874Z [00:03:54.658]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1644/_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/b1644=>" -p github.com/tink-crypto/tink-go/v2/internal/registryconfig -lang=go1.23 -complete -installsuffix shared -buildid f4sQX1rsO0CvFxGGazHF/f4sQX1rsO0CvFxGGazHF -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/registryconfig/registry_config.go
2025-08-20T21:21:01.3494157Z [00:03:54.688]➜  go tool buildid -w $WORK/b1644/_pkg_.a # internal
2025-08-20T21:21:01.3506631Z [00:03:54.690]➜  cp $WORK/b1644/_pkg_.a /root/.cache/go-build/40/4071dbf46279c36be043fe4946abac6855d1d6118234b5060a9d3a9c631b073e-d # internal
2025-08-20T21:21:01.3511961Z [00:03:54.690]➜  github.com/tink-crypto/tink-go/v2/core/cryptofmt
2025-08-20T21:21:01.3516823Z [00:03:54.691]➜  mkdir -p $WORK/b1648/
2025-08-20T21:21:01.3517586Z [00:03:54.691]➜  cat >/tmp/go-build3619502580/b1648/importcfg << 'EOF' # internal
2025-08-20T21:21:01.3519528Z [00:03:54.691]➜  # import config
2025-08-20T21:21:01.3521910Z [00:03:54.691]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:01.3523946Z [00:03:54.691]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/outputprefix=/tmp/go-build3619502580/b1641/_pkg_.a
2025-08-20T21:21:01.3525370Z [00:03:54.691]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build3619502580/b1633/_pkg_.a
2025-08-20T21:21:01.3526392Z [00:03:54.691]➜  EOF
2025-08-20T21:21:01.3530412Z [00:03:54.691]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1648/_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/b1648=>" -p github.com/tink-crypto/tink-go/v2/core/cryptofmt -lang=go1.23 -complete -installsuffix shared -buildid WPIMUFCyQt949fYj0RFX/WPIMUFCyQt949fYj0RFX -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/core/cryptofmt/cryptofmt.go
2025-08-20T21:21:01.3838567Z [00:03:54.723]➜  go tool buildid -w $WORK/b1648/_pkg_.a # internal
2025-08-20T21:21:01.3852507Z [00:03:54.724]➜  cp $WORK/b1648/_pkg_.a /root/.cache/go-build/de/de8f7f99ea4161bda30147e256f574d825c6f16d7b5812860693146cd6dd5cf3-d # internal
2025-08-20T21:21:01.3861146Z [00:03:54.725]➜  github.com/tink-crypto/tink-go/v2/internal/primitiveset
2025-08-20T21:21:01.3862119Z [00:03:54.725]➜  mkdir -p $WORK/b1647/
2025-08-20T21:21:01.3868505Z [00:03:54.726]➜  cat >/tmp/go-build3619502580/b1647/importcfg << 'EOF' # internal
2025-08-20T21:21:01.3872181Z [00:03:54.726]➜  # import config
2025-08-20T21:21:01.3872887Z [00:03:54.726]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:01.3875075Z [00:03:54.727]➜  packagefile github.com/tink-crypto/tink-go/v2/core/cryptofmt=/tmp/go-build3619502580/b1648/_pkg_.a
2025-08-20T21:21:01.3877234Z [00:03:54.727]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build3619502580/b1633/_pkg_.a
2025-08-20T21:21:01.3879414Z [00:03:54.727]➜  EOF
2025-08-20T21:21:01.3883953Z [00:03:54.727]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1647/_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/b1647=>" -p github.com/tink-crypto/tink-go/v2/internal/primitiveset -lang=go1.23 -complete -installsuffix shared -buildid 2zT0oBCi5yDV3na_EgC3/2zT0oBCi5yDV3na_EgC3 -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/internal/primitiveset/primitiveset.go
2025-08-20T21:21:01.4126840Z [00:03:54.752]➜  go tool buildid -w $WORK/b1647/_pkg_.a # internal
2025-08-20T21:21:01.4149925Z [00:03:54.753]➜  cp $WORK/b1647/_pkg_.a /root/.cache/go-build/bb/bbfa084a5a672e9965d88fdce50c02221cbbfc2cf67b68eb079e1d3ac93968fb-d # internal
2025-08-20T21:21:01.4156516Z [00:03:54.754]➜  github.com/tink-crypto/tink-go/v2/keyset
2025-08-20T21:21:01.4157175Z [00:03:54.754]➜  mkdir -p $WORK/b1645/
2025-08-20T21:21:01.4162436Z [00:03:54.755]➜  cat >/tmp/go-build3619502580/b1645/importcfg << 'EOF' # internal
2025-08-20T21:21:01.4168534Z [00:03:54.756]➜  # import config
2025-08-20T21:21:01.4169203Z [00:03:54.756]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:01.4170026Z [00:03:54.756]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:01.4170844Z [00:03:54.756]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:01.4174842Z [00:03:54.756]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build3619502580/b1632/_pkg_.a
2025-08-20T21:21:01.4176873Z [00:03:54.757]➜  packagefile github.com/tink-crypto/tink-go/v2/internal=/tmp/go-build3619502580/b1646/_pkg_.a
2025-08-20T21:21:01.4179311Z [00:03:54.757]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalapi=/tmp/go-build3619502580/b1638/_pkg_.a
2025-08-20T21:21:01.4180879Z [00:03:54.757]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/primitiveset=/tmp/go-build3619502580/b1647/_pkg_.a
2025-08-20T21:21:01.4182637Z [00:03:54.757]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/protoserialization=/tmp/go-build3619502580/b1642/_pkg_.a
2025-08-20T21:21:01.4184251Z [00:03:54.757]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/registryconfig=/tmp/go-build3619502580/b1644/_pkg_.a
2025-08-20T21:21:01.4185818Z [00:03:54.757]➜  packagefile github.com/tink-crypto/tink-go/v2/key=/tmp/go-build3619502580/b1643/_pkg_.a
2025-08-20T21:21:01.4187206Z [00:03:54.757]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build3619502580/b1633/_pkg_.a
2025-08-20T21:21:01.4188639Z [00:03:54.757]➜  packagefile github.com/tink-crypto/tink-go/v2/subtle/random=/tmp/go-build3619502580/b1637/_pkg_.a
2025-08-20T21:21:01.4189970Z [00:03:54.757]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build3619502580/b1634/_pkg_.a
2025-08-20T21:21:01.4203371Z [00:03:54.757]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3619502580/b1276/_pkg_.a
2025-08-20T21:21:01.4204932Z [00:03:54.757]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build3619502580/b1241/_pkg_.a
2025-08-20T21:21:01.4206273Z [00:03:54.757]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:21:01.4207307Z [00:03:54.757]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:01.4208140Z [00:03:54.757]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:21:01.4208789Z [00:03:54.757]➜  EOF
2025-08-20T21:21:01.4217479Z [00:03:54.757]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1645/_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/b1645=>" -p github.com/tink-crypto/tink-go/v2/keyset -lang=go1.23 -complete -installsuffix shared -buildid OwpigJmRoJDZhACekbrm/OwpigJmRoJDZhACekbrm -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/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:21:01.5977955Z [00:03:54.937]➜  go tool buildid -w $WORK/b1645/_pkg_.a # internal
2025-08-20T21:21:01.5990618Z [00:03:54.937]➜  cp $WORK/b1645/_pkg_.a /root/.cache/go-build/32/3200d9974445acf3c2c595b162bb2699a425a1b8e304bcc46f0b9d8bf7d13062-d # internal
2025-08-20T21:21:01.5992233Z [00:03:54.937]➜  github.com/tink-crypto/tink-go/v2/proto/aes_gcm_go_proto
2025-08-20T21:21:01.5992910Z [00:03:54.937]➜  mkdir -p $WORK/b1649/
2025-08-20T21:21:01.5993610Z [00:03:54.937]➜  cat >/tmp/go-build3619502580/b1649/importcfg << 'EOF' # internal
2025-08-20T21:21:01.5994258Z [00:03:54.937]➜  # import config
2025-08-20T21:21:01.5995233Z [00:03:54.937]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:21:01.5996808Z [00:03:54.937]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:21:01.5997871Z [00:03:54.937]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:01.5998681Z [00:03:54.937]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:01.5999278Z [00:03:54.937]➜  EOF
2025-08-20T21:21:01.6003802Z [00:03:54.937]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1649/_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/b1649=>" -p github.com/tink-crypto/tink-go/v2/proto/aes_gcm_go_proto -lang=go1.23 -complete -installsuffix shared -buildid l5XmMD61hnf37JIZcL37/l5XmMD61hnf37JIZcL37 -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/proto/aes_gcm_go_proto/aes_gcm.pb.go
2025-08-20T21:21:01.6127987Z [00:03:54.952]➜  go tool buildid -w $WORK/b1506/_pkg_.a # internal
2025-08-20T21:21:01.6270535Z [00:03:54.966]➜  cp $WORK/b1506/_pkg_.a /root/.cache/go-build/31/31831bb1ab0e5f4178f9ee296e98c81a7efa23014d9278f4a041a9e872064ea4-d # internal
2025-08-20T21:21:01.6279321Z [00:03:54.966]➜  google.golang.org/grpc/xds/googledirectpath
2025-08-20T21:21:01.6280001Z [00:03:54.966]➜  mkdir -p $WORK/b1476/
2025-08-20T21:21:01.6280736Z [00:03:54.967]➜  cat >/tmp/go-build3619502580/b1476/importcfg << 'EOF' # internal
2025-08-20T21:21:01.6281640Z [00:03:54.967]➜  # import config
2025-08-20T21:21:01.6282438Z [00:03:54.967]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:01.6283338Z [00:03:54.967]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:01.6284181Z [00:03:54.967]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:01.6285161Z [00:03:54.967]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:21:01.6286397Z [00:03:54.967]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3619502580/b1263/_pkg_.a
2025-08-20T21:21:01.6287753Z [00:03:54.967]➜  packagefile google.golang.org/grpc/internal/googlecloud=/tmp/go-build3619502580/b1429/_pkg_.a
2025-08-20T21:21:01.6289058Z [00:03:54.967]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:21:01.6290574Z [00:03:54.967]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3619502580/b1477/_pkg_.a
2025-08-20T21:21:01.6293745Z [00:03:54.967]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:21:01.6294887Z [00:03:54.967]➜  packagefile google.golang.org/grpc/xds=/tmp/go-build3619502580/b1506/_pkg_.a
2025-08-20T21:21:01.6296137Z [00:03:54.967]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build3619502580/b1530/_pkg_.a
2025-08-20T21:21:01.6297189Z [00:03:54.967]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:01.6298035Z [00:03:54.967]➜  packagefile math/rand/v2=/tmp/go-build3619502580/b103/_pkg_.a
2025-08-20T21:21:01.6298899Z [00:03:54.967]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:01.6299946Z [00:03:54.967]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:01.6300775Z [00:03:54.967]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:01.6301786Z [00:03:54.967]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:01.6302604Z [00:03:54.967]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:01.6303209Z [00:03:54.967]➜  EOF
2025-08-20T21:21:01.6307904Z [00:03:54.967]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1476/_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/b1476=>" -p google.golang.org/grpc/xds/googledirectpath -lang=go1.23 -complete -installsuffix shared -buildid H2-1UhQ6EC4go5z_zqRp/H2-1UhQ6EC4go5z_zqRp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1476/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:21:01.6725157Z [00:03:55.012]➜  go tool buildid -w $WORK/b1649/_pkg_.a # internal
2025-08-20T21:21:01.6762230Z [00:03:55.014]➜  cp $WORK/b1649/_pkg_.a /root/.cache/go-build/d3/d339561316d5f630de81b5dba9c332e631811aedc5384f55d229c93e9af063e5-d # internal
2025-08-20T21:21:01.6763568Z [00:03:55.015]➜  github.com/tink-crypto/tink-go/v2/secretdata
2025-08-20T21:21:01.6764205Z [00:03:55.015]➜  mkdir -p $WORK/b1650/
2025-08-20T21:21:01.6769385Z [00:03:55.016]➜  cat >/tmp/go-build3619502580/b1650/importcfg << 'EOF' # internal
2025-08-20T21:21:01.6787408Z [00:03:55.016]➜  # import config
2025-08-20T21:21:01.6789688Z [00:03:55.016]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:01.6790588Z [00:03:55.016]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:21:01.6791678Z [00:03:55.016]➜  packagefile crypto/subtle=/tmp/go-build3619502580/b105/_pkg_.a
2025-08-20T21:21:01.6792980Z [00:03:55.016]➜  packagefile github.com/tink-crypto/tink-go/v2/insecuresecretdataaccess=/tmp/go-build3619502580/b1635/_pkg_.a
2025-08-20T21:21:01.6793991Z [00:03:55.016]➜  EOF
2025-08-20T21:21:01.6797960Z [00:03:55.018]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1650/_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/b1650=>" -p github.com/tink-crypto/tink-go/v2/secretdata -lang=go1.23 -complete -installsuffix shared -buildid XYilJXYLgQWqhhaw7fVa/XYilJXYLgQWqhhaw7fVa -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/secretdata/secretdata.go
2025-08-20T21:21:01.7029365Z [00:03:55.042]➜  go tool buildid -w $WORK/b1650/_pkg_.a # internal
2025-08-20T21:21:01.7034796Z [00:03:55.043]➜  cp $WORK/b1650/_pkg_.a /root/.cache/go-build/e7/e72dcc58748d8a3a50ee1051b0fceef1bcd0b441cbe8361b692e664172b142ca-d # internal
2025-08-20T21:21:01.7047213Z [00:03:55.044]➜  github.com/tink-crypto/tink-go/v2/aead/aesgcm
2025-08-20T21:21:01.7056374Z [00:03:55.044]➜  mkdir -p $WORK/b1631/
2025-08-20T21:21:01.7057102Z [00:03:55.044]➜  cat >/tmp/go-build3619502580/b1631/importcfg << 'EOF' # internal
2025-08-20T21:21:01.7057786Z [00:03:55.044]➜  # import config
2025-08-20T21:21:01.7058447Z [00:03:55.044]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:01.7059317Z [00:03:55.044]➜  packagefile crypto/aes=/tmp/go-build3619502580/b110/_pkg_.a
2025-08-20T21:21:01.7060258Z [00:03:55.044]➜  packagefile crypto/cipher=/tmp/go-build3619502580/b084/_pkg_.a
2025-08-20T21:21:01.7061159Z [00:03:55.044]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:01.7062488Z [00:03:55.044]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build3619502580/b1632/_pkg_.a
2025-08-20T21:21:01.7063950Z [00:03:55.044]➜  packagefile github.com/tink-crypto/tink-go/v2/insecuresecretdataaccess=/tmp/go-build3619502580/b1635/_pkg_.a
2025-08-20T21:21:01.7065576Z [00:03:55.044]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/aead=/tmp/go-build3619502580/b1636/_pkg_.a
2025-08-20T21:21:01.7067064Z [00:03:55.045]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalapi=/tmp/go-build3619502580/b1638/_pkg_.a
2025-08-20T21:21:01.7068583Z [00:03:55.045]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalregistry=/tmp/go-build3619502580/b1639/_pkg_.a
2025-08-20T21:21:01.7070101Z [00:03:55.045]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/outputprefix=/tmp/go-build3619502580/b1641/_pkg_.a
2025-08-20T21:21:01.7093039Z [00:03:55.045]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/protoserialization=/tmp/go-build3619502580/b1642/_pkg_.a
2025-08-20T21:21:01.7094866Z [00:03:55.045]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/registryconfig=/tmp/go-build3619502580/b1644/_pkg_.a
2025-08-20T21:21:01.7096267Z [00:03:55.045]➜  packagefile github.com/tink-crypto/tink-go/v2/key=/tmp/go-build3619502580/b1643/_pkg_.a
2025-08-20T21:21:01.7097495Z [00:03:55.045]➜  packagefile github.com/tink-crypto/tink-go/v2/keyset=/tmp/go-build3619502580/b1645/_pkg_.a
2025-08-20T21:21:01.7098840Z [00:03:55.045]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_gcm_go_proto=/tmp/go-build3619502580/b1649/_pkg_.a
2025-08-20T21:21:01.7100256Z [00:03:55.045]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build3619502580/b1633/_pkg_.a
2025-08-20T21:21:01.7101766Z [00:03:55.045]➜  packagefile github.com/tink-crypto/tink-go/v2/secretdata=/tmp/go-build3619502580/b1650/_pkg_.a
2025-08-20T21:21:01.7103275Z [00:03:55.045]➜  packagefile github.com/tink-crypto/tink-go/v2/subtle/random=/tmp/go-build3619502580/b1637/_pkg_.a
2025-08-20T21:21:01.7104636Z [00:03:55.045]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build3619502580/b1634/_pkg_.a
2025-08-20T21:21:01.7105849Z [00:03:55.045]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:21:01.7106830Z [00:03:55.045]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:01.7107658Z [00:03:55.045]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:01.7108258Z [00:03:55.045]➜  EOF
2025-08-20T21:21:01.7114652Z [00:03:55.045]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1631/_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/b1631=>" -p github.com/tink-crypto/tink-go/v2/aead/aesgcm -lang=go1.23 -complete -installsuffix shared -buildid 0CgLkrroZp5B_tQkAN1b/0CgLkrroZp5B_tQkAN1b -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/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:21:01.8518059Z [00:03:55.191]➜  go tool buildid -w $WORK/b1631/_pkg_.a # internal
2025-08-20T21:21:01.8588522Z [00:03:55.198]➜  cp $WORK/b1631/_pkg_.a /root/.cache/go-build/ba/ba84524f77736ac8c28c079ad24e382989d161541b5608c8f659ce43734602d9-d # internal
2025-08-20T21:21:01.8593331Z [00:03:55.198]➜  github.com/tink-crypto/tink-go/v2/aead/subtle
2025-08-20T21:21:01.8596676Z [00:03:55.199]➜  mkdir -p $WORK/b1630/
2025-08-20T21:21:01.8599933Z [00:03:55.199]➜  cat >/tmp/go-build3619502580/b1630/importcfg << 'EOF' # internal
2025-08-20T21:21:01.8603930Z [00:03:55.200]➜  # import config
2025-08-20T21:21:01.8607338Z [00:03:55.200]➜  packagefile crypto/aes=/tmp/go-build3619502580/b110/_pkg_.a
2025-08-20T21:21:01.8617850Z [00:03:55.200]➜  packagefile crypto/subtle=/tmp/go-build3619502580/b105/_pkg_.a
2025-08-20T21:21:01.8618863Z [00:03:55.200]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:01.8619771Z [00:03:55.200]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:01.8620748Z [00:03:55.200]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:01.8622018Z [00:03:55.200]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/aesgcm=/tmp/go-build3619502580/b1631/_pkg_.a
2025-08-20T21:21:01.8623476Z [00:03:55.200]➜  packagefile github.com/tink-crypto/tink-go/v2/insecuresecretdataaccess=/tmp/go-build3619502580/b1635/_pkg_.a
2025-08-20T21:21:01.8624958Z [00:03:55.200]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/aead=/tmp/go-build3619502580/b1636/_pkg_.a
2025-08-20T21:21:01.8626330Z [00:03:55.200]➜  packagefile github.com/tink-crypto/tink-go/v2/secretdata=/tmp/go-build3619502580/b1650/_pkg_.a
2025-08-20T21:21:01.8627856Z [00:03:55.200]➜  packagefile github.com/tink-crypto/tink-go/v2/subtle/random=/tmp/go-build3619502580/b1637/_pkg_.a
2025-08-20T21:21:01.8629236Z [00:03:55.200]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build3619502580/b1634/_pkg_.a
2025-08-20T21:21:01.8630506Z [00:03:55.200]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build3619502580/b1385/_pkg_.a
2025-08-20T21:21:01.8651995Z [00:03:55.200]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:01.8652646Z [00:03:55.200]➜  EOF
2025-08-20T21:21:01.8661785Z [00:03:55.200]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1630/_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/b1630=>" -p github.com/tink-crypto/tink-go/v2/aead/subtle -lang=go1.23 -complete -installsuffix shared -buildid 2opfPEjoAmVVeS7ITNpx/2opfPEjoAmVVeS7ITNpx -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/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:21:01.9178504Z [00:03:55.257]➜  go tool buildid -w $WORK/b1476/_pkg_.a # internal
2025-08-20T21:21:01.9218857Z [00:03:55.261]➜  cp $WORK/b1476/_pkg_.a /root/.cache/go-build/1a/1ab1d1500f09cb7de1c6f9dff42d8fc3713186471e466675bf42f75e3753d1c7-d # internal
2025-08-20T21:21:01.9288795Z [00:03:55.268]➜  cloud.google.com/go/storage
2025-08-20T21:21:01.9291831Z [00:03:55.268]➜  mkdir -p $WORK/b1211/
2025-08-20T21:21:01.9303710Z [00:03:55.269]➜  cat >/tmp/go-build3619502580/b1211/importcfg << 'EOF' # internal
2025-08-20T21:21:01.9304666Z [00:03:55.269]➜  # import config
2025-08-20T21:21:01.9305254Z [00:03:55.269]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:01.9306190Z [00:03:55.269]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3619502580/b1212/_pkg_.a
2025-08-20T21:21:01.9307196Z [00:03:55.269]➜  packagefile cloud.google.com/go/iam=/tmp/go-build3619502580/b1213/_pkg_.a
2025-08-20T21:21:01.9308195Z [00:03:55.269]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build3619502580/b1214/_pkg_.a
2025-08-20T21:21:01.9309241Z [00:03:55.269]➜  packagefile cloud.google.com/go/internal=/tmp/go-build3619502580/b1328/_pkg_.a
2025-08-20T21:21:01.9310552Z [00:03:55.269]➜  packagefile cloud.google.com/go/internal/optional=/tmp/go-build3619502580/b1329/_pkg_.a
2025-08-20T21:21:01.9311999Z [00:03:55.269]➜  packagefile cloud.google.com/go/internal/trace=/tmp/go-build3619502580/b1330/_pkg_.a
2025-08-20T21:21:01.9313257Z [00:03:55.269]➜  packagefile cloud.google.com/go/internal/version=/tmp/go-build3619502580/b1331/_pkg_.a
2025-08-20T21:21:01.9314541Z [00:03:55.269]➜  packagefile cloud.google.com/go/storage/experimental=/tmp/go-build3619502580/b1332/_pkg_.a
2025-08-20T21:21:01.9315809Z [00:03:55.269]➜  packagefile cloud.google.com/go/storage/internal=/tmp/go-build3619502580/b1333/_pkg_.a
2025-08-20T21:21:01.9317030Z [00:03:55.269]➜  packagefile cloud.google.com/go/storage/internal/apiv2=/tmp/go-build3619502580/b1405/_pkg_.a
2025-08-20T21:21:01.9319242Z [00:03:55.269]➜  packagefile cloud.google.com/go/storage/internal/apiv2/storagepb=/tmp/go-build3619502580/b1406/_pkg_.a
2025-08-20T21:21:01.9320260Z [00:03:55.269]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:01.9321121Z [00:03:55.269]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:21:01.9322157Z [00:03:55.269]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:21:01.9323020Z [00:03:55.269]➜  packagefile crypto/rsa=/tmp/go-build3619502580/b147/_pkg_.a
2025-08-20T21:21:01.9323898Z [00:03:55.269]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:21:01.9324761Z [00:03:55.269]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:21:01.9325638Z [00:03:55.269]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:01.9326541Z [00:03:55.269]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:01.9327428Z [00:03:55.269]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:21:01.9328467Z [00:03:55.269]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:01.9329362Z [00:03:55.269]➜  packagefile encoding/pem=/tmp/go-build3619502580/b157/_pkg_.a
2025-08-20T21:21:01.9330186Z [00:03:55.269]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:01.9330992Z [00:03:55.269]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:01.9332558Z [00:03:55.269]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric=/tmp/go-build3619502580/b1436/_pkg_.a
2025-08-20T21:21:01.9333995Z [00:03:55.269]➜  packagefile github.com/google/uuid=/tmp/go-build3619502580/b213/_pkg_.a
2025-08-20T21:21:01.9335073Z [00:03:55.269]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3619502580/b1319/_pkg_.a
2025-08-20T21:21:01.9336236Z [00:03:55.269]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build3619502580/b1326/_pkg_.a
2025-08-20T21:21:01.9337479Z [00:03:55.269]➜  packagefile go.opentelemetry.io/contrib/detectors/gcp=/tmp/go-build3619502580/b1451/_pkg_.a
2025-08-20T21:21:01.9338624Z [00:03:55.269]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3619502580/b391/_pkg_.a
2025-08-20T21:21:01.9339701Z [00:03:55.269]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3619502580/b401/_pkg_.a
2025-08-20T21:21:01.9340798Z [00:03:55.269]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3619502580/b404/_pkg_.a
2025-08-20T21:21:01.9355052Z [00:03:55.269]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build3619502580/b1334/_pkg_.a
2025-08-20T21:21:01.9356362Z [00:03:55.269]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build3619502580/b1340/_pkg_.a
2025-08-20T21:21:01.9357617Z [00:03:55.269]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build3619502580/b1341/_pkg_.a
2025-08-20T21:21:01.9358764Z [00:03:55.269]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3619502580/b406/_pkg_.a
2025-08-20T21:21:01.9359898Z [00:03:55.269]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3619502580/b1353/_pkg_.a
2025-08-20T21:21:01.9360988Z [00:03:55.269]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3619502580/b1323/_pkg_.a
2025-08-20T21:21:01.9362422Z [00:03:55.269]➜  packagefile google.golang.org/api/iamcredentials/v1=/tmp/go-build3619502580/b1453/_pkg_.a
2025-08-20T21:21:01.9363623Z [00:03:55.269]➜  packagefile google.golang.org/api/iterator=/tmp/go-build3619502580/b1411/_pkg_.a
2025-08-20T21:21:01.9364761Z [00:03:55.269]➜  packagefile google.golang.org/api/option=/tmp/go-build3619502580/b1345/_pkg_.a
2025-08-20T21:21:01.9365993Z [00:03:55.269]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3619502580/b1412/_pkg_.a
2025-08-20T21:21:01.9367238Z [00:03:55.269]➜  packagefile google.golang.org/api/storage/v1=/tmp/go-build3619502580/b1464/_pkg_.a
2025-08-20T21:21:01.9368367Z [00:03:55.269]➜  packagefile google.golang.org/api/transport=/tmp/go-build3619502580/b1465/_pkg_.a
2025-08-20T21:21:01.9369599Z [00:03:55.269]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build3619502580/b1455/_pkg_.a
2025-08-20T21:21:01.9371031Z [00:03:55.269]➜  packagefile google.golang.org/genproto/googleapis/type/date=/tmp/go-build3619502580/b1407/_pkg_.a
2025-08-20T21:21:01.9372632Z [00:03:55.269]➜  packagefile google.golang.org/genproto/googleapis/type/expr=/tmp/go-build3619502580/b1248/_pkg_.a
2025-08-20T21:21:01.9373853Z [00:03:55.269]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:21:01.9374990Z [00:03:55.269]➜  packagefile google.golang.org/grpc/balancer/rls=/tmp/go-build3619502580/b1466/_pkg_.a
2025-08-20T21:21:01.9376136Z [00:03:55.269]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:21:01.9377266Z [00:03:55.269]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build3619502580/b1283/_pkg_.a
2025-08-20T21:21:01.9378478Z [00:03:55.269]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3619502580/b1266/_pkg_.a
2025-08-20T21:21:01.9379836Z [00:03:55.269]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build3619502580/b1285/_pkg_.a
2025-08-20T21:21:01.9380995Z [00:03:55.269]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:21:01.9382374Z [00:03:55.269]➜  packagefile google.golang.org/grpc/stats/opentelemetry=/tmp/go-build3619502580/b1472/_pkg_.a
2025-08-20T21:21:01.9383465Z [00:03:55.269]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:21:01.9384582Z [00:03:55.269]➜  packagefile google.golang.org/grpc/xds/googledirectpath=/tmp/go-build3619502580/b1476/_pkg_.a
2025-08-20T21:21:01.9385799Z [00:03:55.269]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3619502580/b1218/_pkg_.a
2025-08-20T21:21:01.9386923Z [00:03:55.269]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:21:01.9388094Z [00:03:55.269]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:21:01.9389371Z [00:03:55.269]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:21:01.9390663Z [00:03:55.269]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build3619502580/b1318/_pkg_.a
2025-08-20T21:21:01.9392149Z [00:03:55.269]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3619502580/b1292/_pkg_.a
2025-08-20T21:21:01.9393408Z [00:03:55.269]➜  packagefile hash/crc32=/tmp/go-build3619502580/b078/_pkg_.a
2025-08-20T21:21:01.9394164Z [00:03:55.269]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:01.9394884Z [00:03:55.269]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:01.9395604Z [00:03:55.269]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:21:01.9396335Z [00:03:55.269]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:01.9397092Z [00:03:55.269]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:01.9397865Z [00:03:55.269]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:01.9398664Z [00:03:55.269]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:01.9399413Z [00:03:55.269]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:01.9400112Z [00:03:55.269]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:01.9400875Z [00:03:55.269]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:01.9401746Z [00:03:55.269]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:01.9402481Z [00:03:55.269]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:01.9403238Z [00:03:55.269]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:01.9403989Z [00:03:55.269]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:01.9404730Z [00:03:55.269]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:01.9405491Z [00:03:55.269]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:01.9406080Z [00:03:55.269]➜  EOF
2025-08-20T21:21:01.9449028Z [00:03:55.269]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1211/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0=>cloud.google.com/go/storage@v1.52.0;$WORK/b1211=>" -p cloud.google.com/go/storage -lang=go1.23 -complete -installsuffix shared -buildid 1MWSXHVWtT-nYQFeBtps/1MWSXHVWtT-nYQFeBtps -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1211/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:21:02.0000455Z [00:03:55.339]➜  go tool buildid -w $WORK/b1630/_pkg_.a # internal
2025-08-20T21:21:02.0015119Z [00:03:55.341]➜  cp $WORK/b1630/_pkg_.a /root/.cache/go-build/9f/9fd298d8138e03dad9c5421781ad2b68ebf43ec5dc5006dbb0e0b7bb73658613-d # internal
2025-08-20T21:21:02.0030766Z [00:03:55.341]➜  golang.org/x/crypto/curve25519
2025-08-20T21:21:02.0031717Z [00:03:55.341]➜  mkdir -p $WORK/b1653/
2025-08-20T21:21:02.0032435Z [00:03:55.341]➜  cat >/tmp/go-build3619502580/b1653/importcfg << 'EOF' # internal
2025-08-20T21:21:02.0033098Z [00:03:55.341]➜  # import config
2025-08-20T21:21:02.0033762Z [00:03:55.341]➜  packagefile crypto/ecdh=/tmp/go-build3619502580/b112/_pkg_.a
2025-08-20T21:21:02.0034394Z [00:03:55.341]➜  EOF
2025-08-20T21:21:02.0037609Z [00:03:55.342]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1653/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/curve25519=>golang.org/x/crypto@v0.37.0/curve25519;$WORK/b1653=>" -p golang.org/x/crypto/curve25519 -lang=go1.23 -complete -installsuffix shared -buildid hjTfU9xDL4FEFziOoqL1/hjTfU9xDL4FEFziOoqL1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1653/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/curve25519/curve25519.go
2025-08-20T21:21:02.0306727Z [00:03:55.370]➜  go tool buildid -w $WORK/b1653/_pkg_.a # internal
2025-08-20T21:21:02.0317554Z [00:03:55.371]➜  cp $WORK/b1653/_pkg_.a /root/.cache/go-build/e8/e86a898543ba3c7c8acd730d1f47fa26544d6c37a8f182dddfcac05c62a44abf-d # internal
2025-08-20T21:21:02.0318749Z [00:03:55.371]➜  github.com/tink-crypto/tink-go/v2/subtle
2025-08-20T21:21:02.0319352Z [00:03:55.371]➜  mkdir -p $WORK/b1652/
2025-08-20T21:21:02.0336105Z [00:03:55.373]➜  cat >/tmp/go-build3619502580/b1652/importcfg << 'EOF' # internal
2025-08-20T21:21:02.0342482Z [00:03:55.373]➜  # import config
2025-08-20T21:21:02.0343231Z [00:03:55.373]➜  packagefile crypto/elliptic=/tmp/go-build3619502580/b118/_pkg_.a
2025-08-20T21:21:02.0346654Z [00:03:55.374]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:21:02.0347707Z [00:03:55.374]➜  packagefile crypto/sha1=/tmp/go-build3619502580/b149/_pkg_.a
2025-08-20T21:21:02.0348586Z [00:03:55.374]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:21:02.0349450Z [00:03:55.374]➜  packagefile crypto/sha512=/tmp/go-build3619502580/b126/_pkg_.a
2025-08-20T21:21:02.0350345Z [00:03:55.374]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:21:02.0351174Z [00:03:55.374]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:02.0352144Z [00:03:55.374]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:02.0353110Z [00:03:55.374]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build3619502580/b1653/_pkg_.a
2025-08-20T21:21:02.0354171Z [00:03:55.374]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build3619502580/b1392/_pkg_.a
2025-08-20T21:21:02.0355178Z [00:03:55.374]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:21:02.0355935Z [00:03:55.374]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:02.0356715Z [00:03:55.374]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:21:02.0357315Z [00:03:55.374]➜  EOF
2025-08-20T21:21:02.0364322Z [00:03:55.374]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1652/_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/b1652=>" -p github.com/tink-crypto/tink-go/v2/subtle -lang=go1.23 -complete -installsuffix shared -buildid d3gf7lqO-GG7ZIt1uldS/d3gf7lqO-GG7ZIt1uldS -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/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:21:02.0929082Z [00:03:55.432]➜  go tool buildid -w $WORK/b1652/_pkg_.a # internal
2025-08-20T21:21:02.0939445Z [00:03:55.433]➜  cp $WORK/b1652/_pkg_.a /root/.cache/go-build/29/291b08e4ca16ced04798d8068b7b0fc4016e6c111b6364489495dc98cb290b93-d # internal
2025-08-20T21:21:02.0947902Z [00:03:55.433]➜  github.com/tink-crypto/tink-go/v2/internal/mac/hmac
2025-08-20T21:21:02.0948781Z [00:03:55.433]➜  mkdir -p $WORK/b1651/
2025-08-20T21:21:02.0956748Z [00:03:55.434]➜  cat >/tmp/go-build3619502580/b1651/importcfg << 'EOF' # internal
2025-08-20T21:21:02.0957489Z [00:03:55.434]➜  # import config
2025-08-20T21:21:02.0958211Z [00:03:55.434]➜  packagefile crypto/hmac=/tmp/go-build3619502580/b135/_pkg_.a
2025-08-20T21:21:02.0959091Z [00:03:55.434]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:02.0959948Z [00:03:55.434]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:02.0961021Z [00:03:55.434]➜  packagefile github.com/tink-crypto/tink-go/v2/subtle=/tmp/go-build3619502580/b1652/_pkg_.a
2025-08-20T21:21:02.0962178Z [00:03:55.434]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:21:02.0962765Z [00:03:55.434]➜  EOF
2025-08-20T21:21:02.0966804Z [00:03:55.434]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1651/_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/b1651=>" -p github.com/tink-crypto/tink-go/v2/internal/mac/hmac -lang=go1.23 -complete -installsuffix shared -buildid _Avkg9b1cvMnYkjL_iZ4/_Avkg9b1cvMnYkjL_iZ4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1651/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/internal/mac/hmac/hmac.go
2025-08-20T21:21:02.1187813Z [00:03:55.458]➜  go tool buildid -w $WORK/b1651/_pkg_.a # internal
2025-08-20T21:21:02.1194207Z [00:03:55.458]➜  cp $WORK/b1651/_pkg_.a /root/.cache/go-build/0a/0a0ee472d3937a37367ef3c6dd2525b145820a8c18737dfd36062c47a604c6ae-d # internal
2025-08-20T21:21:02.1209195Z [00:03:55.459]➜  github.com/tink-crypto/tink-go/v2/proto/aes_ctr_go_proto
2025-08-20T21:21:02.1209793Z [00:03:55.459]➜  mkdir -p $WORK/b1654/
2025-08-20T21:21:02.1210448Z [00:03:55.460]➜  cat >/tmp/go-build3619502580/b1654/importcfg << 'EOF' # internal
2025-08-20T21:21:02.1211139Z [00:03:55.460]➜  # import config
2025-08-20T21:21:02.1212348Z [00:03:55.460]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:21:02.1213747Z [00:03:55.460]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:21:02.1214791Z [00:03:55.460]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:02.1215612Z [00:03:55.460]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:02.1216205Z [00:03:55.460]➜  EOF
2025-08-20T21:21:02.1220483Z [00:03:55.460]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1654/_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/b1654=>" -p github.com/tink-crypto/tink-go/v2/proto/aes_ctr_go_proto -lang=go1.23 -complete -installsuffix shared -buildid Sf9lZkhg0sCeEdm7TMpR/Sf9lZkhg0sCeEdm7TMpR -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/aes_ctr_go_proto/aes_ctr.pb.go
2025-08-20T21:21:02.1629284Z [00:03:55.502]➜  go tool buildid -w $WORK/b1654/_pkg_.a # internal
2025-08-20T21:21:02.1643324Z [00:03:55.503]➜  cp $WORK/b1654/_pkg_.a /root/.cache/go-build/b8/b87774a6a02325988194eb087f0581c0e6c2b43bdb5d4bf6ba4112b3f30b6922-d # internal
2025-08-20T21:21:02.1644545Z [00:03:55.503]➜  github.com/tink-crypto/tink-go/v2/proto/common_go_proto
2025-08-20T21:21:02.1654861Z [00:03:55.504]➜  mkdir -p $WORK/b1657/
2025-08-20T21:21:02.1655551Z [00:03:55.504]➜  cat >/tmp/go-build3619502580/b1657/importcfg << 'EOF' # internal
2025-08-20T21:21:02.1656144Z [00:03:55.504]➜  # import config
2025-08-20T21:21:02.1656985Z [00:03:55.504]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:21:02.1658170Z [00:03:55.504]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:21:02.1659296Z [00:03:55.504]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:02.1660005Z [00:03:55.504]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:02.1660507Z [00:03:55.504]➜  EOF
2025-08-20T21:21:02.1666224Z [00:03:55.504]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1657/_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/b1657=>" -p github.com/tink-crypto/tink-go/v2/proto/common_go_proto -lang=go1.23 -complete -installsuffix shared -buildid oWDDMwJs4KZvUSaWkpxp/oWDDMwJs4KZvUSaWkpxp -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/common_go_proto/common.pb.go
2025-08-20T21:21:02.2018309Z [00:03:55.541]➜  go tool buildid -w $WORK/b1609/_pkg_.a # internal
2025-08-20T21:21:02.2084871Z [00:03:55.548]➜  go tool buildid -w $WORK/b1657/_pkg_.a # internal
2025-08-20T21:21:02.2105615Z [00:03:55.550]➜  cp $WORK/b1657/_pkg_.a /root/.cache/go-build/f9/f9a7ba908ea62b58fa859cd9859dbb5c086b52e931baaf1507c1c5bd80b5d739-d # internal
2025-08-20T21:21:02.2114110Z [00:03:55.550]➜  github.com/tink-crypto/tink-go/v2/proto/hmac_go_proto
2025-08-20T21:21:02.2114715Z [00:03:55.550]➜  mkdir -p $WORK/b1656/
2025-08-20T21:21:02.2115362Z [00:03:55.550]➜  cat >/tmp/go-build3619502580/b1656/importcfg << 'EOF' # internal
2025-08-20T21:21:02.2115953Z [00:03:55.550]➜  # import config
2025-08-20T21:21:02.2116871Z [00:03:55.550]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/common_go_proto=/tmp/go-build3619502580/b1657/_pkg_.a
2025-08-20T21:21:02.2118172Z [00:03:55.550]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:21:02.2119426Z [00:03:55.550]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:21:02.2120387Z [00:03:55.550]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:02.2121117Z [00:03:55.550]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:02.2121836Z [00:03:55.550]➜  EOF
2025-08-20T21:21:02.2125849Z [00:03:55.550]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1656/_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/b1656=>" -p github.com/tink-crypto/tink-go/v2/proto/hmac_go_proto -lang=go1.23 -complete -installsuffix shared -buildid kKfgWe55iBHTKg6j-bYr/kKfgWe55iBHTKg6j-bYr -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/proto/hmac_go_proto/hmac.pb.go
2025-08-20T21:21:02.2254720Z [00:03:55.565]➜  cp $WORK/b1609/_pkg_.a /root/.cache/go-build/bc/bc9536e1e2ca7914bf15926826918ff2a334840f912682c9348a88201041ef2c-d # internal
2025-08-20T21:21:02.2270920Z [00:03:55.566]➜  github.com/confluentinc/confluent-kafka-go/v2/kafka
2025-08-20T21:21:02.2273321Z [00:03:55.567]➜  mkdir -p $WORK/b1607/
2025-08-20T21:21:02.2274473Z [00:03:55.567]➜  echo -n > $WORK/b1607/preferlinkext # internal
2025-08-20T21:21:02.2277198Z [00:03:55.567]➜  cd /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka
2025-08-20T21:21:02.2285009Z [00:03:55.567]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b1607/ -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_amd64.a\" \"-lm\" \"-ldl\" \"-lpthread\" \"-lrt\" \"-lpthread\" \"-lrt\"" -- -I $WORK/b1607/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_VENDORED_LIBRDKAFKA -DLIBRDKAFKA_STATICLIB ./00version.go ./adminapi.go ./adminoptions.go ./build_glibc_linux_amd64.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:21:02.2864044Z [00:03:55.626]➜  go tool buildid -w $WORK/b1656/_pkg_.a # internal
2025-08-20T21:21:02.2913981Z [00:03:55.630]➜  cp $WORK/b1656/_pkg_.a /root/.cache/go-build/d9/d90f1fa5a6b4cf3e9265fa193c73161d5674024a3d04cea40405d39a677599c7-d # internal
2025-08-20T21:21:02.2915395Z [00:03:55.630]➜  github.com/tink-crypto/tink-go/v2/proto/aes_ctr_hmac_aead_go_proto
2025-08-20T21:21:02.2923842Z [00:03:55.631]➜  mkdir -p $WORK/b1655/
2025-08-20T21:21:02.2924606Z [00:03:55.631]➜  cat >/tmp/go-build3619502580/b1655/importcfg << 'EOF' # internal
2025-08-20T21:21:02.2925257Z [00:03:55.631]➜  # import config
2025-08-20T21:21:02.2926394Z [00:03:55.631]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_ctr_go_proto=/tmp/go-build3619502580/b1654/_pkg_.a
2025-08-20T21:21:02.2927790Z [00:03:55.631]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/hmac_go_proto=/tmp/go-build3619502580/b1656/_pkg_.a
2025-08-20T21:21:02.2929175Z [00:03:55.631]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:21:02.2930492Z [00:03:55.631]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:21:02.2931709Z [00:03:55.631]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:02.2932509Z [00:03:55.631]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:02.2933083Z [00:03:55.631]➜  EOF
2025-08-20T21:21:02.2933560Z [00:03:55.631]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:02.2938010Z [00:03:55.632]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1655/_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/b1655=>" -p github.com/tink-crypto/tink-go/v2/proto/aes_ctr_hmac_aead_go_proto -lang=go1.23 -complete -installsuffix shared -buildid 5c5SVcNOsp9UunhWpGin/5c5SVcNOsp9UunhWpGin -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/aes_ctr_hmac_aead_go_proto/aes_ctr_hmac_aead.pb.go
2025-08-20T21:21:02.3988320Z [00:03:55.738]➜  go tool buildid -w $WORK/b1655/_pkg_.a # internal
2025-08-20T21:21:02.4003592Z [00:03:55.739]➜  cp $WORK/b1655/_pkg_.a /root/.cache/go-build/93/9363022e69c4b72389789c5532f583e3619cf3e77b17a9feea57fca84d7a3f77-d # internal
2025-08-20T21:21:02.4008848Z [00:03:55.740]➜  github.com/tink-crypto/tink-go/v2/aead/aesctrhmac
2025-08-20T21:21:02.4014855Z [00:03:55.741]➜  mkdir -p $WORK/b1629/
2025-08-20T21:21:02.4021118Z [00:03:55.741]➜  cat >/tmp/go-build3619502580/b1629/importcfg << 'EOF' # internal
2025-08-20T21:21:02.4050723Z [00:03:55.742]➜  # import config
2025-08-20T21:21:02.4051573Z [00:03:55.742]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:02.4052468Z [00:03:55.742]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:02.4053529Z [00:03:55.742]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:02.4054301Z [00:03:55.742]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:02.4055380Z [00:03:55.742]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/subtle=/tmp/go-build3619502580/b1630/_pkg_.a
2025-08-20T21:21:02.4056690Z [00:03:55.742]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build3619502580/b1632/_pkg_.a
2025-08-20T21:21:02.4058132Z [00:03:55.742]➜  packagefile github.com/tink-crypto/tink-go/v2/insecuresecretdataaccess=/tmp/go-build3619502580/b1635/_pkg_.a
2025-08-20T21:21:02.4059551Z [00:03:55.742]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/aead=/tmp/go-build3619502580/b1636/_pkg_.a
2025-08-20T21:21:02.4060933Z [00:03:55.742]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalapi=/tmp/go-build3619502580/b1638/_pkg_.a
2025-08-20T21:21:02.4067133Z [00:03:55.742]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/mac/hmac=/tmp/go-build3619502580/b1651/_pkg_.a
2025-08-20T21:21:02.4068531Z [00:03:55.742]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/outputprefix=/tmp/go-build3619502580/b1641/_pkg_.a
2025-08-20T21:21:02.4072565Z [00:03:55.742]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/protoserialization=/tmp/go-build3619502580/b1642/_pkg_.a
2025-08-20T21:21:02.4074073Z [00:03:55.742]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/registryconfig=/tmp/go-build3619502580/b1644/_pkg_.a
2025-08-20T21:21:02.4075370Z [00:03:55.742]➜  packagefile github.com/tink-crypto/tink-go/v2/key=/tmp/go-build3619502580/b1643/_pkg_.a
2025-08-20T21:21:02.4076695Z [00:03:55.742]➜  packagefile github.com/tink-crypto/tink-go/v2/keyset=/tmp/go-build3619502580/b1645/_pkg_.a
2025-08-20T21:21:02.4078044Z [00:03:55.742]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_ctr_go_proto=/tmp/go-build3619502580/b1654/_pkg_.a
2025-08-20T21:21:02.4079520Z [00:03:55.742]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_ctr_hmac_aead_go_proto=/tmp/go-build3619502580/b1655/_pkg_.a
2025-08-20T21:21:02.4080979Z [00:03:55.742]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/common_go_proto=/tmp/go-build3619502580/b1657/_pkg_.a
2025-08-20T21:21:02.4082730Z [00:03:55.742]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/hmac_go_proto=/tmp/go-build3619502580/b1656/_pkg_.a
2025-08-20T21:21:02.4084104Z [00:03:55.742]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build3619502580/b1633/_pkg_.a
2025-08-20T21:21:02.4085497Z [00:03:55.746]➜  packagefile github.com/tink-crypto/tink-go/v2/secretdata=/tmp/go-build3619502580/b1650/_pkg_.a
2025-08-20T21:21:02.4086865Z [00:03:55.746]➜  packagefile github.com/tink-crypto/tink-go/v2/subtle/random=/tmp/go-build3619502580/b1637/_pkg_.a
2025-08-20T21:21:02.4088118Z [00:03:55.746]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build3619502580/b1634/_pkg_.a
2025-08-20T21:21:02.4089295Z [00:03:55.746]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:21:02.4090276Z [00:03:55.746]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:02.4090898Z [00:03:55.746]➜  EOF
2025-08-20T21:21:02.4098306Z [00:03:55.746]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1629/_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/b1629=>" -p github.com/tink-crypto/tink-go/v2/aead/aesctrhmac -lang=go1.23 -complete -installsuffix shared -buildid k31piOcKdITt1VxKTr3p/k31piOcKdITt1VxKTr3p -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/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:21:02.5430229Z [00:03:55.882]➜  go tool buildid -w $WORK/b1629/_pkg_.a # internal
2025-08-20T21:21:02.5457193Z [00:03:55.885]➜  cp $WORK/b1629/_pkg_.a /root/.cache/go-build/4f/4f0e3b951c6481ac21347e754aae1c1592c7d9c6c2f23997704450424a908522-d # internal
2025-08-20T21:21:02.5463850Z [00:03:55.885]➜  github.com/tink-crypto/tink-go/v2/proto/aes_gcm_siv_go_proto
2025-08-20T21:21:02.5467877Z [00:03:55.886]➜  mkdir -p $WORK/b1659/
2025-08-20T21:21:02.5484899Z [00:03:55.888]➜  cat >/tmp/go-build3619502580/b1659/importcfg << 'EOF' # internal
2025-08-20T21:21:02.5491528Z [00:03:55.888]➜  # import config
2025-08-20T21:21:02.5492497Z [00:03:55.888]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:21:02.5494018Z [00:03:55.888]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:21:02.5495907Z [00:03:55.889]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:02.5497049Z [00:03:55.889]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:02.5498513Z [00:03:55.889]➜  EOF
2025-08-20T21:21:02.5503197Z [00:03:55.889]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1659/_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/b1659=>" -p github.com/tink-crypto/tink-go/v2/proto/aes_gcm_siv_go_proto -lang=go1.23 -complete -installsuffix shared -buildid 013n1qkMisMamN_PYqQu/013n1qkMisMamN_PYqQu -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/aes_gcm_siv_go_proto/aes_gcm_siv.pb.go
2025-08-20T21:21:02.5870295Z [00:03:55.926]➜  go tool buildid -w $WORK/b1659/_pkg_.a # internal
2025-08-20T21:21:02.5888318Z [00:03:55.928]➜  cp $WORK/b1659/_pkg_.a /root/.cache/go-build/ea/eab0ec0726eaab8fd1209e365f60aef1b3a362a93e3c95fc87ad242ee426f709-d # internal
2025-08-20T21:21:02.5896512Z [00:03:55.929]➜  github.com/tink-crypto/tink-go/v2/aead/aesgcmsiv
2025-08-20T21:21:02.5902355Z [00:03:55.929]➜  mkdir -p $WORK/b1658/
2025-08-20T21:21:02.5912160Z [00:03:55.930]➜  cat >/tmp/go-build3619502580/b1658/importcfg << 'EOF' # internal
2025-08-20T21:21:02.5913424Z [00:03:55.930]➜  # import config
2025-08-20T21:21:02.5915449Z [00:03:55.930]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:02.5916273Z [00:03:55.930]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:02.5917346Z [00:03:55.930]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/subtle=/tmp/go-build3619502580/b1630/_pkg_.a
2025-08-20T21:21:02.5918678Z [00:03:55.930]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build3619502580/b1632/_pkg_.a
2025-08-20T21:21:02.5920110Z [00:03:55.930]➜  packagefile github.com/tink-crypto/tink-go/v2/insecuresecretdataaccess=/tmp/go-build3619502580/b1635/_pkg_.a
2025-08-20T21:21:02.5921712Z [00:03:55.930]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalapi=/tmp/go-build3619502580/b1638/_pkg_.a
2025-08-20T21:21:02.5923166Z [00:03:55.930]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/outputprefix=/tmp/go-build3619502580/b1641/_pkg_.a
2025-08-20T21:21:02.5924689Z [00:03:55.930]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/protoserialization=/tmp/go-build3619502580/b1642/_pkg_.a
2025-08-20T21:21:02.5926226Z [00:03:55.930]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/registryconfig=/tmp/go-build3619502580/b1644/_pkg_.a
2025-08-20T21:21:02.5927543Z [00:03:55.930]➜  packagefile github.com/tink-crypto/tink-go/v2/key=/tmp/go-build3619502580/b1643/_pkg_.a
2025-08-20T21:21:02.5928769Z [00:03:55.930]➜  packagefile github.com/tink-crypto/tink-go/v2/keyset=/tmp/go-build3619502580/b1645/_pkg_.a
2025-08-20T21:21:02.5930486Z [00:03:55.930]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_gcm_siv_go_proto=/tmp/go-build3619502580/b1659/_pkg_.a
2025-08-20T21:21:02.5932184Z [00:03:55.930]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build3619502580/b1633/_pkg_.a
2025-08-20T21:21:02.5933632Z [00:03:55.930]➜  packagefile github.com/tink-crypto/tink-go/v2/secretdata=/tmp/go-build3619502580/b1650/_pkg_.a
2025-08-20T21:21:02.5935069Z [00:03:55.930]➜  packagefile github.com/tink-crypto/tink-go/v2/subtle/random=/tmp/go-build3619502580/b1637/_pkg_.a
2025-08-20T21:21:02.5936457Z [00:03:55.930]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build3619502580/b1634/_pkg_.a
2025-08-20T21:21:02.5937712Z [00:03:55.930]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:21:02.5938919Z [00:03:55.930]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:02.5939729Z [00:03:55.930]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:21:02.5940306Z [00:03:55.930]➜  EOF
2025-08-20T21:21:02.5956666Z [00:03:55.934]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1658/_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/b1658=>" -p github.com/tink-crypto/tink-go/v2/aead/aesgcmsiv -lang=go1.23 -complete -installsuffix shared -buildid -hCkflkrAqNjqeia4Kgw/-hCkflkrAqNjqeia4Kgw -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/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:21:02.6929490Z [00:03:56.032]➜  go tool buildid -w $WORK/b1658/_pkg_.a # internal
2025-08-20T21:21:02.6960095Z [00:03:56.035]➜  cp $WORK/b1658/_pkg_.a /root/.cache/go-build/0a/0a73f1179391ad171b62c9c7174793a9564e6d9f9f6ece8ed162d543f938f30a-d # internal
2025-08-20T21:21:02.6968288Z [00:03:56.036]➜  github.com/tink-crypto/tink-go/v2/proto/chacha20_poly1305_go_proto
2025-08-20T21:21:02.6974020Z [00:03:56.037]➜  mkdir -p $WORK/b1661/
2025-08-20T21:21:02.6984677Z [00:03:56.038]➜  cat >/tmp/go-build3619502580/b1661/importcfg << 'EOF' # internal
2025-08-20T21:21:02.6989641Z [00:03:56.038]➜  # import config
2025-08-20T21:21:02.6990733Z [00:03:56.038]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:21:02.6993000Z [00:03:56.038]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:21:02.6994202Z [00:03:56.038]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:02.6995090Z [00:03:56.038]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:02.6995750Z [00:03:56.038]➜  EOF
2025-08-20T21:21:02.7005634Z [00:03:56.039]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1661/_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/b1661=>" -p github.com/tink-crypto/tink-go/v2/proto/chacha20_poly1305_go_proto -lang=go1.23 -complete -installsuffix shared -buildid Jl5kWma7Z4ij9suZ9Juc/Jl5kWma7Z4ij9suZ9Juc -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/proto/chacha20_poly1305_go_proto/chacha20_poly1305.pb.go
2025-08-20T21:21:02.7393729Z [00:03:56.078]➜  go tool buildid -w $WORK/b1661/_pkg_.a # internal
2025-08-20T21:21:02.7399768Z [00:03:56.079]➜  cp $WORK/b1661/_pkg_.a /root/.cache/go-build/18/1812ebf7346b0032af2c0cb9b2a5d7d020c01578830c0715842adcf1c70a516b-d # internal
2025-08-20T21:21:02.7408079Z [00:03:56.079]➜  github.com/tink-crypto/tink-go/v2/aead/chacha20poly1305
2025-08-20T21:21:02.7408834Z [00:03:56.080]➜  mkdir -p $WORK/b1660/
2025-08-20T21:21:02.7414959Z [00:03:56.080]➜  cat >/tmp/go-build3619502580/b1660/importcfg << 'EOF' # internal
2025-08-20T21:21:02.7415696Z [00:03:56.080]➜  # import config
2025-08-20T21:21:02.7443167Z [00:03:56.080]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:02.7446000Z [00:03:56.080]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:02.7447063Z [00:03:56.080]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build3619502580/b1632/_pkg_.a
2025-08-20T21:21:02.7448413Z [00:03:56.080]➜  packagefile github.com/tink-crypto/tink-go/v2/insecuresecretdataaccess=/tmp/go-build3619502580/b1635/_pkg_.a
2025-08-20T21:21:02.7449976Z [00:03:56.080]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/aead=/tmp/go-build3619502580/b1636/_pkg_.a
2025-08-20T21:21:02.7451419Z [00:03:56.080]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalapi=/tmp/go-build3619502580/b1638/_pkg_.a
2025-08-20T21:21:02.7452800Z [00:03:56.080]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/outputprefix=/tmp/go-build3619502580/b1641/_pkg_.a
2025-08-20T21:21:02.7454242Z [00:03:56.080]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/protoserialization=/tmp/go-build3619502580/b1642/_pkg_.a
2025-08-20T21:21:02.7455700Z [00:03:56.080]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/registryconfig=/tmp/go-build3619502580/b1644/_pkg_.a
2025-08-20T21:21:02.7457155Z [00:03:56.080]➜  packagefile github.com/tink-crypto/tink-go/v2/key=/tmp/go-build3619502580/b1643/_pkg_.a
2025-08-20T21:21:02.7458492Z [00:03:56.080]➜  packagefile github.com/tink-crypto/tink-go/v2/keyset=/tmp/go-build3619502580/b1645/_pkg_.a
2025-08-20T21:21:02.7460068Z [00:03:56.080]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/chacha20_poly1305_go_proto=/tmp/go-build3619502580/b1661/_pkg_.a
2025-08-20T21:21:02.7461837Z [00:03:56.080]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build3619502580/b1633/_pkg_.a
2025-08-20T21:21:02.7463297Z [00:03:56.080]➜  packagefile github.com/tink-crypto/tink-go/v2/secretdata=/tmp/go-build3619502580/b1650/_pkg_.a
2025-08-20T21:21:02.7464725Z [00:03:56.080]➜  packagefile github.com/tink-crypto/tink-go/v2/subtle/random=/tmp/go-build3619502580/b1637/_pkg_.a
2025-08-20T21:21:02.7466286Z [00:03:56.080]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build3619502580/b1634/_pkg_.a
2025-08-20T21:21:02.7484148Z [00:03:56.080]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build3619502580/b1385/_pkg_.a
2025-08-20T21:21:02.7485460Z [00:03:56.080]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:21:02.7486539Z [00:03:56.080]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:02.7487210Z [00:03:56.080]➜  EOF
2025-08-20T21:21:02.7494401Z [00:03:56.080]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1660/_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/b1660=>" -p github.com/tink-crypto/tink-go/v2/aead/chacha20poly1305 -lang=go1.23 -complete -installsuffix shared -buildid mebEBgL7od6UxCWVZ_ja/mebEBgL7od6UxCWVZ_ja -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/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:21:02.8819078Z [00:03:56.221]➜  go tool buildid -w $WORK/b1660/_pkg_.a # internal
2025-08-20T21:21:02.8840231Z [00:03:56.223]➜  cp $WORK/b1660/_pkg_.a /root/.cache/go-build/26/26b2fbef2ef0ec23a07323538f2b85536e4467b86254fbea4e28a5296aec978f-d # internal
2025-08-20T21:21:02.8872364Z [00:03:56.226]➜  github.com/tink-crypto/tink-go/v2/internal/mac/aescmac
2025-08-20T21:21:02.8904682Z [00:03:56.230]➜  mkdir -p $WORK/b1664/
2025-08-20T21:21:02.8910018Z [00:03:56.230]➜  cat >/tmp/go-build3619502580/b1664/importcfg << 'EOF' # internal
2025-08-20T21:21:02.8933678Z [00:03:56.230]➜  # import config
2025-08-20T21:21:02.8934369Z [00:03:56.230]➜  packagefile crypto/aes=/tmp/go-build3619502580/b110/_pkg_.a
2025-08-20T21:21:02.8935269Z [00:03:56.230]➜  packagefile crypto/cipher=/tmp/go-build3619502580/b084/_pkg_.a
2025-08-20T21:21:02.8936140Z [00:03:56.230]➜  packagefile crypto/subtle=/tmp/go-build3619502580/b105/_pkg_.a
2025-08-20T21:21:02.8937146Z [00:03:56.230]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:02.8937718Z [00:03:56.230]➜  EOF
2025-08-20T21:21:02.8941952Z [00:03:56.231]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1664/_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/b1664=>" -p github.com/tink-crypto/tink-go/v2/internal/mac/aescmac -lang=go1.23 -complete -installsuffix shared -buildid 8uMb4GpwmGc9h54QUdvt/8uMb4GpwmGc9h54QUdvt -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/internal/mac/aescmac/aescmac.go
2025-08-20T21:21:02.9256255Z [00:03:56.265]➜  go tool buildid -w $WORK/b1664/_pkg_.a # internal
2025-08-20T21:21:02.9267583Z [00:03:56.265]➜  cp $WORK/b1664/_pkg_.a /root/.cache/go-build/6f/6f9991e8faf6e1b5e52030176b396f311e997cb2c27fe7d8d4739d182ce91975-d # internal
2025-08-20T21:21:02.9268831Z [00:03:56.266]➜  github.com/tink-crypto/tink-go/v2/prf/subtle
2025-08-20T21:21:02.9302653Z [00:03:56.266]➜  mkdir -p $WORK/b1663/
2025-08-20T21:21:02.9303486Z [00:03:56.266]➜  cat >/tmp/go-build3619502580/b1663/importcfg << 'EOF' # internal
2025-08-20T21:21:02.9304139Z [00:03:56.267]➜  # import config
2025-08-20T21:21:02.9304791Z [00:03:56.267]➜  packagefile crypto/hmac=/tmp/go-build3619502580/b135/_pkg_.a
2025-08-20T21:21:02.9305597Z [00:03:56.267]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:02.9306869Z [00:03:56.267]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/mac/aescmac=/tmp/go-build3619502580/b1664/_pkg_.a
2025-08-20T21:21:02.9308360Z [00:03:56.267]➜  packagefile github.com/tink-crypto/tink-go/v2/subtle=/tmp/go-build3619502580/b1652/_pkg_.a
2025-08-20T21:21:02.9309627Z [00:03:56.267]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build3619502580/b1392/_pkg_.a
2025-08-20T21:21:02.9310558Z [00:03:56.267]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:21:02.9311489Z [00:03:56.267]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:02.9312051Z [00:03:56.267]➜  EOF
2025-08-20T21:21:02.9317890Z [00:03:56.270]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1663/_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/b1663=>" -p github.com/tink-crypto/tink-go/v2/prf/subtle -lang=go1.23 -complete -installsuffix shared -buildid nvbtObsbr__pDSno_o6Q/nvbtObsbr__pDSno_o6Q -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/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:21:02.9568904Z [00:03:56.296]➜  go tool buildid -w $WORK/b1663/_pkg_.a # internal
2025-08-20T21:21:02.9584160Z [00:03:56.298]➜  cp $WORK/b1663/_pkg_.a /root/.cache/go-build/54/5499b02b7c8cc41d867f568f875d080ebe5ba05f923aaa7ca3eebfcc51408ec1-d # internal
2025-08-20T21:21:02.9590349Z [00:03:56.298]➜  github.com/tink-crypto/tink-go/v2/proto/x_aes_gcm_go_proto
2025-08-20T21:21:02.9596203Z [00:03:56.299]➜  mkdir -p $WORK/b1665/
2025-08-20T21:21:02.9606030Z [00:03:56.300]➜  cat >/tmp/go-build3619502580/b1665/importcfg << 'EOF' # internal
2025-08-20T21:21:02.9610546Z [00:03:56.300]➜  # import config
2025-08-20T21:21:02.9613192Z [00:03:56.300]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:21:02.9620734Z [00:03:56.300]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:21:02.9621971Z [00:03:56.300]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:02.9622757Z [00:03:56.300]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:02.9623521Z [00:03:56.300]➜  EOF
2025-08-20T21:21:02.9632210Z [00:03:56.302]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1665/_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/b1665=>" -p github.com/tink-crypto/tink-go/v2/proto/x_aes_gcm_go_proto -lang=go1.23 -complete -installsuffix shared -buildid C8S8hzdL0B1M3zyQLdOZ/C8S8hzdL0B1M3zyQLdOZ -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/x_aes_gcm_go_proto/x_aes_gcm.pb.go
2025-08-20T21:21:03.0053950Z [00:03:56.343]➜  go tool buildid -w $WORK/b1665/_pkg_.a # internal
2025-08-20T21:21:03.0063428Z [00:03:56.345]➜  cp $WORK/b1665/_pkg_.a /root/.cache/go-build/31/3176ae5d6436b4e5dd8ba762e54b922d6ba9a0d458823fe36b63d3cc9d6bd9f4-d # internal
2025-08-20T21:21:03.0064773Z [00:03:56.345]➜  github.com/tink-crypto/tink-go/v2/aead/xaesgcm
2025-08-20T21:21:03.0065459Z [00:03:56.345]➜  mkdir -p $WORK/b1662/
2025-08-20T21:21:03.0066190Z [00:03:56.345]➜  cat >/tmp/go-build3619502580/b1662/importcfg << 'EOF' # internal
2025-08-20T21:21:03.0066852Z [00:03:56.345]➜  # import config
2025-08-20T21:21:03.0067468Z [00:03:56.345]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:03.0068306Z [00:03:56.345]➜  packagefile crypto/aes=/tmp/go-build3619502580/b110/_pkg_.a
2025-08-20T21:21:03.0069221Z [00:03:56.345]➜  packagefile crypto/cipher=/tmp/go-build3619502580/b084/_pkg_.a
2025-08-20T21:21:03.0073580Z [00:03:56.346]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:03.0075414Z [00:03:56.346]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build3619502580/b1632/_pkg_.a
2025-08-20T21:21:03.0077189Z [00:03:56.346]➜  packagefile github.com/tink-crypto/tink-go/v2/insecuresecretdataaccess=/tmp/go-build3619502580/b1635/_pkg_.a
2025-08-20T21:21:03.0079280Z [00:03:56.346]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalapi=/tmp/go-build3619502580/b1638/_pkg_.a
2025-08-20T21:21:03.0083223Z [00:03:56.346]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/outputprefix=/tmp/go-build3619502580/b1641/_pkg_.a
2025-08-20T21:21:03.0084815Z [00:03:56.346]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/protoserialization=/tmp/go-build3619502580/b1642/_pkg_.a
2025-08-20T21:21:03.0086365Z [00:03:56.346]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/registryconfig=/tmp/go-build3619502580/b1644/_pkg_.a
2025-08-20T21:21:03.0087699Z [00:03:56.346]➜  packagefile github.com/tink-crypto/tink-go/v2/key=/tmp/go-build3619502580/b1643/_pkg_.a
2025-08-20T21:21:03.0088914Z [00:03:56.346]➜  packagefile github.com/tink-crypto/tink-go/v2/keyset=/tmp/go-build3619502580/b1645/_pkg_.a
2025-08-20T21:21:03.0090164Z [00:03:56.346]➜  packagefile github.com/tink-crypto/tink-go/v2/prf/subtle=/tmp/go-build3619502580/b1663/_pkg_.a
2025-08-20T21:21:03.0091695Z [00:03:56.346]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build3619502580/b1633/_pkg_.a
2025-08-20T21:21:03.0093288Z [00:03:56.346]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/x_aes_gcm_go_proto=/tmp/go-build3619502580/b1665/_pkg_.a
2025-08-20T21:21:03.0094642Z [00:03:56.346]➜  packagefile github.com/tink-crypto/tink-go/v2/secretdata=/tmp/go-build3619502580/b1650/_pkg_.a
2025-08-20T21:21:03.0095917Z [00:03:56.346]➜  packagefile github.com/tink-crypto/tink-go/v2/subtle/random=/tmp/go-build3619502580/b1637/_pkg_.a
2025-08-20T21:21:03.0097156Z [00:03:56.346]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build3619502580/b1634/_pkg_.a
2025-08-20T21:21:03.0098344Z [00:03:56.347]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:21:03.0099306Z [00:03:56.347]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:03.0100082Z [00:03:56.347]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:21:03.0100874Z [00:03:56.347]➜  EOF
2025-08-20T21:21:03.0107315Z [00:03:56.347]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1662/_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/b1662=>" -p github.com/tink-crypto/tink-go/v2/aead/xaesgcm -lang=go1.23 -complete -installsuffix shared -buildid iIyBON3BKFSalwA6er5n/iIyBON3BKFSalwA6er5n -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/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:21:03.0892054Z [00:03:56.428]➜  go tool buildid -w $WORK/b1662/_pkg_.a # internal
2025-08-20T21:21:03.0936666Z [00:03:56.433]➜  cp $WORK/b1662/_pkg_.a /root/.cache/go-build/f8/f83ac12165954608ab86d431571faba67e9fd8914c4cd2038eb7f3886eae0634-d # internal
2025-08-20T21:21:03.0944483Z [00:03:56.434]➜  github.com/tink-crypto/tink-go/v2/proto/xchacha20_poly1305_go_proto
2025-08-20T21:21:03.0953753Z [00:03:56.434]➜  mkdir -p $WORK/b1667/
2025-08-20T21:21:03.0974098Z [00:03:56.435]➜  cat >/tmp/go-build3619502580/b1667/importcfg << 'EOF' # internal
2025-08-20T21:21:03.0974786Z [00:03:56.435]➜  # import config
2025-08-20T21:21:03.0975948Z [00:03:56.435]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:21:03.0977318Z [00:03:56.435]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:21:03.0998251Z [00:03:56.435]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:03.0999081Z [00:03:56.435]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:03.0999686Z [00:03:56.435]➜  EOF
2025-08-20T21:21:03.1004370Z [00:03:56.437]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1667/_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/b1667=>" -p github.com/tink-crypto/tink-go/v2/proto/xchacha20_poly1305_go_proto -lang=go1.23 -complete -installsuffix shared -buildid 3r2e3W6C8bgXEFnb32o8/3r2e3W6C8bgXEFnb32o8 -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/proto/xchacha20_poly1305_go_proto/xchacha20_poly1305.pb.go
2025-08-20T21:21:03.1449502Z [00:03:56.484]➜  go tool buildid -w $WORK/b1667/_pkg_.a # internal
2025-08-20T21:21:03.1479216Z [00:03:56.487]➜  cp $WORK/b1667/_pkg_.a /root/.cache/go-build/40/403e7fa3a4bb85358127f2aeabf58d394bf13d2ae2aa50797d721c4f8b32b226-d # internal
2025-08-20T21:21:03.1512381Z [00:03:56.488]➜  github.com/tink-crypto/tink-go/v2/aead/xchacha20poly1305
2025-08-20T21:21:03.1513322Z [00:03:56.488]➜  mkdir -p $WORK/b1666/
2025-08-20T21:21:03.1514006Z [00:03:56.490]➜  cat >/tmp/go-build3619502580/b1666/importcfg << 'EOF' # internal
2025-08-20T21:21:03.1514637Z [00:03:56.490]➜  # import config
2025-08-20T21:21:03.1515225Z [00:03:56.490]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:03.1516028Z [00:03:56.490]➜  packagefile crypto/cipher=/tmp/go-build3619502580/b084/_pkg_.a
2025-08-20T21:21:03.1516814Z [00:03:56.490]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:03.1517798Z [00:03:56.490]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build3619502580/b1632/_pkg_.a
2025-08-20T21:21:03.1519136Z [00:03:56.490]➜  packagefile github.com/tink-crypto/tink-go/v2/insecuresecretdataaccess=/tmp/go-build3619502580/b1635/_pkg_.a
2025-08-20T21:21:03.1520516Z [00:03:56.490]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalapi=/tmp/go-build3619502580/b1638/_pkg_.a
2025-08-20T21:21:03.1525363Z [00:03:56.490]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalregistry=/tmp/go-build3619502580/b1639/_pkg_.a
2025-08-20T21:21:03.1526809Z [00:03:56.490]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/outputprefix=/tmp/go-build3619502580/b1641/_pkg_.a
2025-08-20T21:21:03.1528222Z [00:03:56.490]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/protoserialization=/tmp/go-build3619502580/b1642/_pkg_.a
2025-08-20T21:21:03.1529673Z [00:03:56.490]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/registryconfig=/tmp/go-build3619502580/b1644/_pkg_.a
2025-08-20T21:21:03.1530915Z [00:03:56.490]➜  packagefile github.com/tink-crypto/tink-go/v2/key=/tmp/go-build3619502580/b1643/_pkg_.a
2025-08-20T21:21:03.1532438Z [00:03:56.490]➜  packagefile github.com/tink-crypto/tink-go/v2/keyset=/tmp/go-build3619502580/b1645/_pkg_.a
2025-08-20T21:21:03.1533790Z [00:03:56.490]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build3619502580/b1633/_pkg_.a
2025-08-20T21:21:03.1535346Z [00:03:56.490]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/xchacha20_poly1305_go_proto=/tmp/go-build3619502580/b1667/_pkg_.a
2025-08-20T21:21:03.1536795Z [00:03:56.490]➜  packagefile github.com/tink-crypto/tink-go/v2/secretdata=/tmp/go-build3619502580/b1650/_pkg_.a
2025-08-20T21:21:03.1538090Z [00:03:56.490]➜  packagefile github.com/tink-crypto/tink-go/v2/subtle/random=/tmp/go-build3619502580/b1637/_pkg_.a
2025-08-20T21:21:03.1539459Z [00:03:56.490]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build3619502580/b1634/_pkg_.a
2025-08-20T21:21:03.1540632Z [00:03:56.490]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build3619502580/b1385/_pkg_.a
2025-08-20T21:21:03.1541864Z [00:03:56.490]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:21:03.1542693Z [00:03:56.490]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:03.1543394Z [00:03:56.490]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:03.1543965Z [00:03:56.490]➜  EOF
2025-08-20T21:21:03.1550801Z [00:03:56.492]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1666/_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/b1666=>" -p github.com/tink-crypto/tink-go/v2/aead/xchacha20poly1305 -lang=go1.23 -complete -installsuffix shared -buildid Yfv0Eb1sV9F-LM4zwg97/Yfv0Eb1sV9F-LM4zwg97 -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/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:21:03.2596901Z [00:03:56.599]➜  go tool buildid -w $WORK/b1666/_pkg_.a # internal
2025-08-20T21:21:03.2606557Z [00:03:56.600]➜  cp $WORK/b1666/_pkg_.a /root/.cache/go-build/54/54e4d7fc849c058370544fa2028212846d6016adb549581f80169e23c44e3688-d # internal
2025-08-20T21:21:03.2614932Z [00:03:56.600]➜  github.com/tink-crypto/tink-go/v2/internal/monitoringutil
2025-08-20T21:21:03.2615771Z [00:03:56.600]➜  mkdir -p $WORK/b1668/
2025-08-20T21:21:03.2638030Z [00:03:56.603]➜  cat >/tmp/go-build3619502580/b1668/importcfg << 'EOF' # internal
2025-08-20T21:21:03.2639802Z [00:03:56.603]➜  # import config
2025-08-20T21:21:03.2642925Z [00:03:56.603]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:03.2644424Z [00:03:56.603]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/primitiveset=/tmp/go-build3619502580/b1647/_pkg_.a
2025-08-20T21:21:03.2647630Z [00:03:56.603]➜  packagefile github.com/tink-crypto/tink-go/v2/monitoring=/tmp/go-build3619502580/b1640/_pkg_.a
2025-08-20T21:21:03.2649702Z [00:03:56.603]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build3619502580/b1633/_pkg_.a
2025-08-20T21:21:03.2653945Z [00:03:56.603]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:03.2654632Z [00:03:56.603]➜  EOF
2025-08-20T21:21:03.2659228Z [00:03:56.603]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1668/_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/b1668=>" -p github.com/tink-crypto/tink-go/v2/internal/monitoringutil -lang=go1.23 -complete -installsuffix shared -buildid AkUlk3teMVJX9qbIu0cg/AkUlk3teMVJX9qbIu0cg -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/internal/monitoringutil/monitoring_util.go
2025-08-20T21:21:03.3060055Z [00:03:56.645]➜  go tool buildid -w $WORK/b1668/_pkg_.a # internal
2025-08-20T21:21:03.3066856Z [00:03:56.646]➜  cp $WORK/b1668/_pkg_.a /root/.cache/go-build/61/61ee4ed0d9ad893be83b7ba1134e0e22d962bef22be7dadb574fb6617201a396-d # internal
2025-08-20T21:21:03.3086965Z [00:03:56.648]➜  github.com/tink-crypto/tink-go/v2/proto/kms_envelope_go_proto
2025-08-20T21:21:03.3097730Z [00:03:56.648]➜  mkdir -p $WORK/b1670/
2025-08-20T21:21:03.3098524Z [00:03:56.648]➜  cat >/tmp/go-build3619502580/b1670/importcfg << 'EOF' # internal
2025-08-20T21:21:03.3099426Z [00:03:56.648]➜  # import config
2025-08-20T21:21:03.3100453Z [00:03:56.648]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build3619502580/b1633/_pkg_.a
2025-08-20T21:21:03.3102130Z [00:03:56.648]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:21:03.3103546Z [00:03:56.648]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:21:03.3104669Z [00:03:56.648]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:03.3105472Z [00:03:56.648]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:03.3106054Z [00:03:56.648]➜  EOF
2025-08-20T21:21:03.3110448Z [00:03:56.648]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1670/_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/b1670=>" -p github.com/tink-crypto/tink-go/v2/proto/kms_envelope_go_proto -lang=go1.23 -complete -installsuffix shared -buildid smghbgqOkHVhBG7Mb-HX/smghbgqOkHVhBG7Mb-HX -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/proto/kms_envelope_go_proto/kms_envelope.pb.go
2025-08-20T21:21:03.3831424Z [00:03:56.722]➜  go tool buildid -w $WORK/b1670/_pkg_.a # internal
2025-08-20T21:21:03.3855303Z [00:03:56.724]➜  cp $WORK/b1670/_pkg_.a /root/.cache/go-build/3e/3e4002187c080a724750a2af78b65c192a285add2db3068ad9c3df5b06bd14c6-d # internal
2025-08-20T21:21:03.3856617Z [00:03:56.724]➜  github.com/tink-crypto/tink-go/v2/aead
2025-08-20T21:21:03.3857258Z [00:03:56.724]➜  mkdir -p $WORK/b1628/
2025-08-20T21:21:03.3886059Z [00:03:56.727]➜  cat >/tmp/go-build3619502580/b1628/importcfg << 'EOF' # internal
2025-08-20T21:21:03.3889507Z [00:03:56.727]➜  # import config
2025-08-20T21:21:03.3892064Z [00:03:56.727]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:03.3893288Z [00:03:56.727]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:03.3896492Z [00:03:56.727]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:03.3897359Z [00:03:56.727]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:03.3898506Z [00:03:56.727]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/aesctrhmac=/tmp/go-build3619502580/b1629/_pkg_.a
2025-08-20T21:21:03.3900116Z [00:03:56.727]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/aesgcm=/tmp/go-build3619502580/b1631/_pkg_.a
2025-08-20T21:21:03.3901730Z [00:03:56.727]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/aesgcmsiv=/tmp/go-build3619502580/b1658/_pkg_.a
2025-08-20T21:21:03.3903243Z [00:03:56.727]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/chacha20poly1305=/tmp/go-build3619502580/b1660/_pkg_.a
2025-08-20T21:21:03.3904748Z [00:03:56.727]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/xaesgcm=/tmp/go-build3619502580/b1662/_pkg_.a
2025-08-20T21:21:03.3906260Z [00:03:56.727]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/xchacha20poly1305=/tmp/go-build3619502580/b1666/_pkg_.a
2025-08-20T21:21:03.3907954Z [00:03:56.727]➜  packagefile github.com/tink-crypto/tink-go/v2/core/cryptofmt=/tmp/go-build3619502580/b1648/_pkg_.a
2025-08-20T21:21:03.3909407Z [00:03:56.727]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build3619502580/b1632/_pkg_.a
2025-08-20T21:21:03.3910908Z [00:03:56.728]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalapi=/tmp/go-build3619502580/b1638/_pkg_.a
2025-08-20T21:21:03.3916300Z [00:03:56.728]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalregistry=/tmp/go-build3619502580/b1639/_pkg_.a
2025-08-20T21:21:03.3917937Z [00:03:56.728]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/monitoringutil=/tmp/go-build3619502580/b1668/_pkg_.a
2025-08-20T21:21:03.3919706Z [00:03:56.728]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/primitiveset=/tmp/go-build3619502580/b1647/_pkg_.a
2025-08-20T21:21:03.3921484Z [00:03:56.728]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/tinkerror=/tmp/go-build3619502580/b1669/_pkg_.a
2025-08-20T21:21:03.3922959Z [00:03:56.728]➜  packagefile github.com/tink-crypto/tink-go/v2/keyset=/tmp/go-build3619502580/b1645/_pkg_.a
2025-08-20T21:21:03.3924298Z [00:03:56.728]➜  packagefile github.com/tink-crypto/tink-go/v2/monitoring=/tmp/go-build3619502580/b1640/_pkg_.a
2025-08-20T21:21:03.3925805Z [00:03:56.728]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_ctr_go_proto=/tmp/go-build3619502580/b1654/_pkg_.a
2025-08-20T21:21:03.3927410Z [00:03:56.728]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_ctr_hmac_aead_go_proto=/tmp/go-build3619502580/b1655/_pkg_.a
2025-08-20T21:21:03.3928957Z [00:03:56.728]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_gcm_go_proto=/tmp/go-build3619502580/b1649/_pkg_.a
2025-08-20T21:21:03.3930498Z [00:03:56.728]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_gcm_siv_go_proto=/tmp/go-build3619502580/b1659/_pkg_.a
2025-08-20T21:21:03.3932243Z [00:03:56.728]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/common_go_proto=/tmp/go-build3619502580/b1657/_pkg_.a
2025-08-20T21:21:03.3933801Z [00:03:56.728]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/hmac_go_proto=/tmp/go-build3619502580/b1656/_pkg_.a
2025-08-20T21:21:03.3935340Z [00:03:56.728]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/kms_envelope_go_proto=/tmp/go-build3619502580/b1670/_pkg_.a
2025-08-20T21:21:03.3937020Z [00:03:56.728]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build3619502580/b1633/_pkg_.a
2025-08-20T21:21:03.3938529Z [00:03:56.728]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/x_aes_gcm_go_proto=/tmp/go-build3619502580/b1665/_pkg_.a
2025-08-20T21:21:03.3939900Z [00:03:56.728]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build3619502580/b1634/_pkg_.a
2025-08-20T21:21:03.3941123Z [00:03:56.728]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:21:03.3952506Z [00:03:56.728]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:21:03.3953173Z [00:03:56.728]➜  EOF
2025-08-20T21:21:03.3959373Z [00:03:56.728]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1628/_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/b1628=>" -p github.com/tink-crypto/tink-go/v2/aead -lang=go1.23 -complete -installsuffix shared -buildid amPmgBP34WGnT3vToSEz/amPmgBP34WGnT3vToSEz -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/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:21:03.5173037Z [00:03:56.856]➜  go tool buildid -w $WORK/b1628/_pkg_.a # internal
2025-08-20T21:21:03.5197706Z [00:03:56.859]➜  cp $WORK/b1628/_pkg_.a /root/.cache/go-build/f4/f4cddf8ecce08a252492e24820e85bac50ff2805ed7dbf9d3925c3f67847e741-d # internal
2025-08-20T21:21:03.5214071Z [00:03:56.859]➜  github.com/tink-crypto/tink-go/v2/daead/subtle
2025-08-20T21:21:03.5214654Z [00:03:56.859]➜  mkdir -p $WORK/b1673/
2025-08-20T21:21:03.5215268Z [00:03:56.860]➜  cat >/tmp/go-build3619502580/b1673/importcfg << 'EOF' # internal
2025-08-20T21:21:03.5215836Z [00:03:56.860]➜  # import config
2025-08-20T21:21:03.5216470Z [00:03:56.860]➜  packagefile crypto/aes=/tmp/go-build3619502580/b110/_pkg_.a
2025-08-20T21:21:03.5217219Z [00:03:56.860]➜  packagefile crypto/cipher=/tmp/go-build3619502580/b084/_pkg_.a
2025-08-20T21:21:03.5218108Z [00:03:56.860]➜  packagefile crypto/subtle=/tmp/go-build3619502580/b105/_pkg_.a
2025-08-20T21:21:03.5218890Z [00:03:56.860]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:03.5219499Z [00:03:56.860]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:03.5220462Z [00:03:56.860]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/mac/aescmac=/tmp/go-build3619502580/b1664/_pkg_.a
2025-08-20T21:21:03.5225650Z [00:03:56.860]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:21:03.5226314Z [00:03:56.860]➜  EOF
2025-08-20T21:21:03.5230040Z [00:03:56.860]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1673/_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/b1673=>" -p github.com/tink-crypto/tink-go/v2/daead/subtle -lang=go1.23 -complete -installsuffix shared -buildid qrabUjk-1PCNzgavofRP/qrabUjk-1PCNzgavofRP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1673/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/daead/subtle/aes_siv.go
2025-08-20T21:21:03.5467921Z [00:03:56.886]➜  go tool buildid -w $WORK/b1673/_pkg_.a # internal
2025-08-20T21:21:03.5495970Z [00:03:56.889]➜  cp $WORK/b1673/_pkg_.a /root/.cache/go-build/cd/cdebdc60b920b0592a80458ea06612aa90b088c9c113e439f50ee45ba0e6888c-d # internal
2025-08-20T21:21:03.5503699Z [00:03:56.889]➜  github.com/tink-crypto/tink-go/v2/proto/aes_siv_go_proto
2025-08-20T21:21:03.5504645Z [00:03:56.889]➜  mkdir -p $WORK/b1674/
2025-08-20T21:21:03.5505333Z [00:03:56.889]➜  cat >/tmp/go-build3619502580/b1674/importcfg << 'EOF' # internal
2025-08-20T21:21:03.5505972Z [00:03:56.889]➜  # import config
2025-08-20T21:21:03.5506898Z [00:03:56.889]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:21:03.5508218Z [00:03:56.889]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:21:03.5509248Z [00:03:56.889]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:03.5510009Z [00:03:56.889]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:03.5510567Z [00:03:56.889]➜  EOF
2025-08-20T21:21:03.5514748Z [00:03:56.889]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1674/_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/b1674=>" -p github.com/tink-crypto/tink-go/v2/proto/aes_siv_go_proto -lang=go1.23 -complete -installsuffix shared -buildid sFP6NYZrunoVOM0GP6Y0/sFP6NYZrunoVOM0GP6Y0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1674/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:21:03.6156207Z [00:03:56.955]➜  go tool buildid -w $WORK/b1674/_pkg_.a # internal
2025-08-20T21:21:03.6169070Z [00:03:56.956]➜  cp $WORK/b1674/_pkg_.a /root/.cache/go-build/74/74b08eac47299062fa27b2a46b37c28dadc1d08734b21c36b4496be94e69b774-d # internal
2025-08-20T21:21:03.6171762Z [00:03:56.956]➜  github.com/tink-crypto/tink-go/v2/daead/aessiv
2025-08-20T21:21:03.6173006Z [00:03:56.956]➜  mkdir -p $WORK/b1672/
2025-08-20T21:21:03.6179204Z [00:03:56.957]➜  cat >/tmp/go-build3619502580/b1672/importcfg << 'EOF' # internal
2025-08-20T21:21:03.6179877Z [00:03:56.957]➜  # import config
2025-08-20T21:21:03.6180509Z [00:03:56.957]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:03.6185442Z [00:03:56.957]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:03.6186659Z [00:03:56.957]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build3619502580/b1632/_pkg_.a
2025-08-20T21:21:03.6187974Z [00:03:56.957]➜  packagefile github.com/tink-crypto/tink-go/v2/daead/subtle=/tmp/go-build3619502580/b1673/_pkg_.a
2025-08-20T21:21:03.6189373Z [00:03:56.957]➜  packagefile github.com/tink-crypto/tink-go/v2/insecuresecretdataaccess=/tmp/go-build3619502580/b1635/_pkg_.a
2025-08-20T21:21:03.6190980Z [00:03:56.957]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalapi=/tmp/go-build3619502580/b1638/_pkg_.a
2025-08-20T21:21:03.6199190Z [00:03:56.957]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalregistry=/tmp/go-build3619502580/b1639/_pkg_.a
2025-08-20T21:21:03.6200665Z [00:03:56.957]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/outputprefix=/tmp/go-build3619502580/b1641/_pkg_.a
2025-08-20T21:21:03.6202309Z [00:03:56.957]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/protoserialization=/tmp/go-build3619502580/b1642/_pkg_.a
2025-08-20T21:21:03.6203797Z [00:03:56.957]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/registryconfig=/tmp/go-build3619502580/b1644/_pkg_.a
2025-08-20T21:21:03.6205083Z [00:03:56.957]➜  packagefile github.com/tink-crypto/tink-go/v2/key=/tmp/go-build3619502580/b1643/_pkg_.a
2025-08-20T21:21:03.6206262Z [00:03:56.957]➜  packagefile github.com/tink-crypto/tink-go/v2/keyset=/tmp/go-build3619502580/b1645/_pkg_.a
2025-08-20T21:21:03.6207549Z [00:03:56.957]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_siv_go_proto=/tmp/go-build3619502580/b1674/_pkg_.a
2025-08-20T21:21:03.6208913Z [00:03:56.957]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build3619502580/b1633/_pkg_.a
2025-08-20T21:21:03.6210205Z [00:03:56.957]➜  packagefile github.com/tink-crypto/tink-go/v2/secretdata=/tmp/go-build3619502580/b1650/_pkg_.a
2025-08-20T21:21:03.6211846Z [00:03:56.957]➜  packagefile github.com/tink-crypto/tink-go/v2/subtle/random=/tmp/go-build3619502580/b1637/_pkg_.a
2025-08-20T21:21:03.6213077Z [00:03:56.957]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build3619502580/b1634/_pkg_.a
2025-08-20T21:21:03.6214241Z [00:03:56.957]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:21:03.6215153Z [00:03:56.957]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:03.6215904Z [00:03:56.957]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:21:03.6216468Z [00:03:56.957]➜  EOF
2025-08-20T21:21:03.6229231Z [00:03:56.959]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1672/_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/b1672=>" -p github.com/tink-crypto/tink-go/v2/daead/aessiv -lang=go1.23 -complete -installsuffix shared -buildid YOjdREzyBDUyl2rBDs1k/YOjdREzyBDUyl2rBDs1k -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/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:21:03.7282481Z [00:03:57.067]➜  go tool buildid -w $WORK/b1672/_pkg_.a # internal
2025-08-20T21:21:03.7297750Z [00:03:57.069]➜  cp $WORK/b1672/_pkg_.a /root/.cache/go-build/49/493745868388a37fedd89f5342e452da9645bbb8deeb05e9471bf9551cd6fed4-d # internal
2025-08-20T21:21:03.7317415Z [00:03:57.071]➜  github.com/tink-crypto/tink-go/v2/daead
2025-08-20T21:21:03.7334641Z [00:03:57.071]➜  mkdir -p $WORK/b1671/
2025-08-20T21:21:03.7335390Z [00:03:57.072]➜  cat >/tmp/go-build3619502580/b1671/importcfg << 'EOF' # internal
2025-08-20T21:21:03.7336044Z [00:03:57.072]➜  # import config
2025-08-20T21:21:03.7336647Z [00:03:57.072]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:03.7337731Z [00:03:57.072]➜  packagefile github.com/tink-crypto/tink-go/v2/core/cryptofmt=/tmp/go-build3619502580/b1648/_pkg_.a
2025-08-20T21:21:03.7339196Z [00:03:57.072]➜  packagefile github.com/tink-crypto/tink-go/v2/daead/aessiv=/tmp/go-build3619502580/b1672/_pkg_.a
2025-08-20T21:21:03.7340562Z [00:03:57.072]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalapi=/tmp/go-build3619502580/b1638/_pkg_.a
2025-08-20T21:21:03.7342196Z [00:03:57.072]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalregistry=/tmp/go-build3619502580/b1639/_pkg_.a
2025-08-20T21:21:03.7343677Z [00:03:57.072]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/monitoringutil=/tmp/go-build3619502580/b1668/_pkg_.a
2025-08-20T21:21:03.7345135Z [00:03:57.072]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/primitiveset=/tmp/go-build3619502580/b1647/_pkg_.a
2025-08-20T21:21:03.7346526Z [00:03:57.072]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/tinkerror=/tmp/go-build3619502580/b1669/_pkg_.a
2025-08-20T21:21:03.7347803Z [00:03:57.072]➜  packagefile github.com/tink-crypto/tink-go/v2/keyset=/tmp/go-build3619502580/b1645/_pkg_.a
2025-08-20T21:21:03.7357600Z [00:03:57.072]➜  packagefile github.com/tink-crypto/tink-go/v2/monitoring=/tmp/go-build3619502580/b1640/_pkg_.a
2025-08-20T21:21:03.7358970Z [00:03:57.072]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_siv_go_proto=/tmp/go-build3619502580/b1674/_pkg_.a
2025-08-20T21:21:03.7360362Z [00:03:57.072]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build3619502580/b1633/_pkg_.a
2025-08-20T21:21:03.7361841Z [00:03:57.072]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build3619502580/b1634/_pkg_.a
2025-08-20T21:21:03.7363236Z [00:03:57.072]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:21:03.7364180Z [00:03:57.072]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:21:03.7364785Z [00:03:57.072]➜  EOF
2025-08-20T21:21:03.7369511Z [00:03:57.072]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1671/_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/b1671=>" -p github.com/tink-crypto/tink-go/v2/daead -lang=go1.23 -complete -installsuffix shared -buildid 1reilBnItIJno5idy5YN/1reilBnItIJno5idy5YN -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/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:21:03.8628130Z [00:03:57.202]➜  go tool buildid -w $WORK/b1671/_pkg_.a # internal
2025-08-20T21:21:03.8664054Z [00:03:57.203]➜  cp $WORK/b1671/_pkg_.a /root/.cache/go-build/1e/1eacb1b2411f6ff5a3ee8dafea6b34316599c70502cfa29a1856a66b80fa4d68-d # internal
2025-08-20T21:21:03.8669327Z [00:03:57.206]➜  github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption
2025-08-20T21:21:03.8673229Z [00:03:57.207]➜  mkdir -p $WORK/b1625/
2025-08-20T21:21:03.8677906Z [00:03:57.207]➜  cat >/tmp/go-build3619502580/b1625/importcfg << 'EOF' # internal
2025-08-20T21:21:03.8683123Z [00:03:57.207]➜  # import config
2025-08-20T21:21:03.8686035Z [00:03:57.207]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:03.8688817Z [00:03:57.207]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:03.8694358Z [00:03:57.207]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:03.8695311Z [00:03:57.207]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:03.8696157Z [00:03:57.207]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:03.8697424Z [00:03:57.207]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry=/tmp/go-build3619502580/b1620/_pkg_.a
2025-08-20T21:21:03.8699120Z [00:03:57.207]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rest=/tmp/go-build3619502580/b1623/_pkg_.a
2025-08-20T21:21:03.8701129Z [00:03:57.207]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/deks=/tmp/go-build3619502580/b1626/_pkg_.a
2025-08-20T21:21:03.8703275Z [00:03:57.207]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/serde=/tmp/go-build3619502580/b1627/_pkg_.a
2025-08-20T21:21:03.8704833Z [00:03:57.208]➜  packagefile github.com/tink-crypto/tink-go/v2/aead=/tmp/go-build3619502580/b1628/_pkg_.a
2025-08-20T21:21:03.8706252Z [00:03:57.208]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build3619502580/b1632/_pkg_.a
2025-08-20T21:21:03.8707644Z [00:03:57.208]➜  packagefile github.com/tink-crypto/tink-go/v2/daead=/tmp/go-build3619502580/b1671/_pkg_.a
2025-08-20T21:21:03.8709074Z [00:03:57.208]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build3619502580/b1633/_pkg_.a
2025-08-20T21:21:03.8710470Z [00:03:57.208]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build3619502580/b1634/_pkg_.a
2025-08-20T21:21:03.8711903Z [00:03:57.208]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:21:03.8713912Z [00:03:57.208]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:03.8714800Z [00:03:57.208]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:03.8715671Z [00:03:57.208]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:03.8716512Z [00:03:57.208]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:03.8717485Z [00:03:57.208]➜  EOF
2025-08-20T21:21:03.8723841Z [00:03:57.208]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1625/_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/b1625=>" -p github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption -lang=go1.21 -complete -installsuffix shared -buildid J_aMHJRROm9uH-WFh54M/J_aMHJRROm9uH-WFh54M -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/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:21:03.9589299Z [00:03:57.298]➜  go tool buildid -w $WORK/b1625/_pkg_.a # internal
2025-08-20T21:21:03.9611705Z [00:03:57.300]➜  cp $WORK/b1625/_pkg_.a /root/.cache/go-build/ed/edf82a2c39a81c5483553cd713db0660d2abc4731c68502581496184ca560535-d # internal
2025-08-20T21:21:03.9623433Z [00:03:57.301]➜  github.com/aws/aws-sdk-go-v2/service/kms/internal/endpoints
2025-08-20T21:21:03.9624252Z [00:03:57.301]➜  mkdir -p $WORK/b1677/
2025-08-20T21:21:03.9625045Z [00:03:57.301]➜  cat >/tmp/go-build3619502580/b1677/importcfg << 'EOF' # internal
2025-08-20T21:21:03.9625781Z [00:03:57.301]➜  # import config
2025-08-20T21:21:03.9626628Z [00:03:57.301]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:21:03.9627962Z [00:03:57.301]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build3619502580/b288/_pkg_.a
2025-08-20T21:21:03.9629457Z [00:03:57.301]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3619502580/b244/_pkg_.a
2025-08-20T21:21:03.9630497Z [00:03:57.301]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:03.9631158Z [00:03:57.301]➜  EOF
2025-08-20T21:21:03.9635876Z [00:03:57.301]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1677/_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/b1677=>" -p github.com/aws/aws-sdk-go-v2/service/kms/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid NBAl2Yvi64fv1r-Lzr3V/NBAl2Yvi64fv1r-Lzr3V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1677/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:21:04.0028217Z [00:03:57.342]➜  go tool buildid -w $WORK/b1677/_pkg_.a # internal
2025-08-20T21:21:04.0039600Z [00:03:57.343]➜  cp $WORK/b1677/_pkg_.a /root/.cache/go-build/7c/7cc0b47047b4f52dbc74ffe0d0283d3514a3e76c2985a183c9fbcd662ca798d8-d # internal
2025-08-20T21:21:04.0055482Z [00:03:57.343]➜  github.com/aws/aws-sdk-go-v2/service/kms/types
2025-08-20T21:21:04.0056221Z [00:03:57.343]➜  mkdir -p $WORK/b1678/
2025-08-20T21:21:04.0057015Z [00:03:57.344]➜  cat >/tmp/go-build3619502580/b1678/importcfg << 'EOF' # internal
2025-08-20T21:21:04.0057720Z [00:03:57.344]➜  # import config
2025-08-20T21:21:04.0058382Z [00:03:57.344]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:04.0059383Z [00:03:57.344]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:21:04.0060537Z [00:03:57.344]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3619502580/b290/_pkg_.a
2025-08-20T21:21:04.0061750Z [00:03:57.344]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:04.0062369Z [00:03:57.344]➜  EOF
2025-08-20T21:21:04.0067465Z [00:03:57.344]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1678/_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/b1678=>" -p github.com/aws/aws-sdk-go-v2/service/kms/types -lang=go1.22 -complete -installsuffix shared -buildid 2r5VfkzjxQK18k0oQD6a/2r5VfkzjxQK18k0oQD6a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1678/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:21:04.1898810Z [00:03:57.529]➜  go tool buildid -w $WORK/b1678/_pkg_.a # internal
2025-08-20T21:21:04.1969845Z [00:03:57.536]➜  cp $WORK/b1678/_pkg_.a /root/.cache/go-build/7f/7fef0cf0826ae2917c7704a42d13c156e64061e6d75b0e30a0dabfc24a120334-d # internal
2025-08-20T21:21:04.1994477Z [00:03:57.539]➜  github.com/aws/aws-sdk-go-v2/service/kms
2025-08-20T21:21:04.2006842Z [00:03:57.540]➜  mkdir -p $WORK/b1676/
2025-08-20T21:21:04.2013058Z [00:03:57.541]➜  cat >/tmp/go-build3619502580/b1676/importcfg << 'EOF' # internal
2025-08-20T21:21:04.2014036Z [00:03:57.541]➜  # import config
2025-08-20T21:21:04.2015574Z [00:03:57.541]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:04.2016649Z [00:03:57.541]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:04.2018060Z [00:03:57.541]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:04.2020739Z [00:03:57.541]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:04.2022138Z [00:03:57.541]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:04.2024346Z [00:03:57.541]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:04.2025593Z [00:03:57.541]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:21:04.2027212Z [00:03:57.541]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build3619502580/b275/_pkg_.a
2025-08-20T21:21:04.2052622Z [00:03:57.541]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3619502580/b255/_pkg_.a
2025-08-20T21:21:04.2054315Z [00:03:57.541]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build3619502580/b276/_pkg_.a
2025-08-20T21:21:04.2056956Z [00:03:57.541]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3619502580/b260/_pkg_.a
2025-08-20T21:21:04.2058195Z [00:03:57.541]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3619502580/b277/_pkg_.a
2025-08-20T21:21:04.2059454Z [00:03:57.541]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3619502580/b254/_pkg_.a
2025-08-20T21:21:04.2060932Z [00:03:57.541]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3619502580/b280/_pkg_.a
2025-08-20T21:21:04.2062477Z [00:03:57.541]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3619502580/b282/_pkg_.a
2025-08-20T21:21:04.2063846Z [00:03:57.541]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build3619502580/b283/_pkg_.a
2025-08-20T21:21:04.2065178Z [00:03:57.541]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build3619502580/b284/_pkg_.a
2025-08-20T21:21:04.2066582Z [00:03:57.541]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build3619502580/b285/_pkg_.a
2025-08-20T21:21:04.2067953Z [00:03:57.541]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build3619502580/b286/_pkg_.a
2025-08-20T21:21:04.2069385Z [00:03:57.541]➜  packagefile github.com/aws/aws-sdk-go-v2/service/kms/internal/endpoints=/tmp/go-build3619502580/b1677/_pkg_.a
2025-08-20T21:21:04.2070831Z [00:03:57.541]➜  packagefile github.com/aws/aws-sdk-go-v2/service/kms/types=/tmp/go-build3619502580/b1678/_pkg_.a
2025-08-20T21:21:04.2072193Z [00:03:57.541]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:21:04.2073266Z [00:03:57.541]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3619502580/b247/_pkg_.a
2025-08-20T21:21:04.2074377Z [00:03:57.541]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3619502580/b290/_pkg_.a
2025-08-20T21:21:04.2075934Z [00:03:57.541]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3619502580/b281/_pkg_.a
2025-08-20T21:21:04.2077178Z [00:03:57.541]➜  packagefile github.com/aws/smithy-go/encoding/json=/tmp/go-build3619502580/b295/_pkg_.a
2025-08-20T21:21:04.2078368Z [00:03:57.541]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build3619502580/b291/_pkg_.a
2025-08-20T21:21:04.2079463Z [00:03:57.541]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3619502580/b265/_pkg_.a
2025-08-20T21:21:04.2080569Z [00:03:57.541]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3619502580/b244/_pkg_.a
2025-08-20T21:21:04.2086485Z [00:03:57.541]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3619502580/b248/_pkg_.a
2025-08-20T21:21:04.2087666Z [00:03:57.541]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:21:04.2088779Z [00:03:57.541]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3619502580/b253/_pkg_.a
2025-08-20T21:21:04.2089852Z [00:03:57.541]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3619502580/b249/_pkg_.a
2025-08-20T21:21:04.2090958Z [00:03:57.541]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3619502580/b250/_pkg_.a
2025-08-20T21:21:04.2092325Z [00:03:57.541]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3619502580/b245/_pkg_.a
2025-08-20T21:21:04.2093366Z [00:03:57.541]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:04.2094171Z [00:03:57.541]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:04.2095003Z [00:03:57.541]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:04.2095809Z [00:03:57.541]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:04.2096629Z [00:03:57.541]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:04.2097405Z [00:03:57.541]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:04.2098180Z [00:03:57.541]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:21:04.2098975Z [00:03:57.541]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:04.2099823Z [00:03:57.541]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:04.2100658Z [00:03:57.541]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:04.2101443Z [00:03:57.541]➜  EOF
2025-08-20T21:21:04.2142338Z [00:03:57.544]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1676/_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/b1676=>" -p github.com/aws/aws-sdk-go-v2/service/kms -lang=go1.22 -complete -installsuffix shared -buildid x-YsvXkH64Q_bIrmV7si/x-YsvXkH64Q_bIrmV7si -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/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:21:04.2377485Z [00:03:57.577]➜  go tool buildid -w $WORK/b418/_pkg_.a # internal
2025-08-20T21:21:04.2699681Z [00:03:57.609]➜  cp $WORK/b418/_pkg_.a /root/.cache/go-build/c2/c2035a0c2e700381bdd309f605e0d9b39781b6acf1f3854375eacc3bf45dfeb9-d # internal
2025-08-20T21:21:04.2747138Z [00:03:57.614]➜  github.com/elastic/go-elasticsearch/v8
2025-08-20T21:21:04.2781040Z [00:03:57.614]➜  mkdir -p $WORK/b389/
2025-08-20T21:21:04.2782060Z [00:03:57.614]➜  cat >/tmp/go-build3619502580/b389/importcfg << 'EOF' # internal
2025-08-20T21:21:04.2782769Z [00:03:57.614]➜  # import config
2025-08-20T21:21:04.2783505Z [00:03:57.614]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:04.2784368Z [00:03:57.614]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:04.2785158Z [00:03:57.614]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:04.2786351Z [00:03:57.614]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:21:04.2787974Z [00:03:57.614]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport/version=/tmp/go-build3619502580/b415/_pkg_.a
2025-08-20T21:21:04.2789860Z [00:03:57.614]➜  packagefile github.com/elastic/go-elasticsearch/v8/esapi=/tmp/go-build3619502580/b416/_pkg_.a
2025-08-20T21:21:04.2791776Z [00:03:57.614]➜  packagefile github.com/elastic/go-elasticsearch/v8/internal/version=/tmp/go-build3619502580/b417/_pkg_.a
2025-08-20T21:21:04.2793615Z [00:03:57.614]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi=/tmp/go-build3619502580/b418/_pkg_.a
2025-08-20T21:21:04.2795111Z [00:03:57.614]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3619502580/b406/_pkg_.a
2025-08-20T21:21:04.2796433Z [00:03:57.614]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:04.2797571Z [00:03:57.614]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:04.2798534Z [00:03:57.614]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:04.2799582Z [00:03:57.614]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:04.2800739Z [00:03:57.614]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:04.2802099Z [00:03:57.614]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:04.2803121Z [00:03:57.614]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:04.2804178Z [00:03:57.614]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:04.2805263Z [00:03:57.614]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:04.2806325Z [00:03:57.614]➜  EOF
2025-08-20T21:21:04.2810779Z [00:03:57.614]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b389/_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/b389=>" -p github.com/elastic/go-elasticsearch/v8 -lang=go1.21 -complete -installsuffix shared -buildid HroWizbEzs5n32_zx44g/HroWizbEzs5n32_zx44g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b389/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:21:04.5763235Z [00:03:57.914]➜  go tool buildid -w $WORK/b1211/_pkg_.a # internal
2025-08-20T21:21:04.6136359Z [00:03:57.953]➜  cp $WORK/b1211/_pkg_.a /root/.cache/go-build/ea/ea77ca8a2e80495ae435cac18fd044ed88b5025b2e92795b00927fe7ef3e04bf-d # internal
2025-08-20T21:21:04.6137848Z [00:03:57.953]➜  github.com/jrnd-io/jr/pkg/producers/gcs
2025-08-20T21:21:04.6138503Z [00:03:57.953]➜  mkdir -p $WORK/b1210/
2025-08-20T21:21:04.6142611Z [00:03:57.953]➜  cat >/tmp/go-build3619502580/b1210/importcfg << 'EOF' # internal
2025-08-20T21:21:04.6143332Z [00:03:57.953]➜  # import config
2025-08-20T21:21:04.6145692Z [00:03:57.953]➜  packagefile cloud.google.com/go/storage=/tmp/go-build3619502580/b1211/_pkg_.a
2025-08-20T21:21:04.6146648Z [00:03:57.954]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:04.6147467Z [00:03:57.954]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:04.6148169Z [00:03:57.954]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:04.6149204Z [00:03:57.954]➜  packagefile github.com/google/uuid=/tmp/go-build3619502580/b213/_pkg_.a
2025-08-20T21:21:04.6150198Z [00:03:57.954]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build3619502580/b216/_pkg_.a
2025-08-20T21:21:04.6151075Z [00:03:57.954]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:04.6152006Z [00:03:57.954]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:04.6152617Z [00:03:57.954]➜  EOF
2025-08-20T21:21:04.6155925Z [00:03:57.954]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1210/_pkg_.a -trimpath "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/gcs=>github.com/jrnd-io/jr/pkg/producers/gcs;$WORK/b1210=>" -p github.com/jrnd-io/jr/pkg/producers/gcs -lang=go1.24 -complete -installsuffix shared -buildid N5X-famTcZNmZd7AIw9l/N5X-famTcZNmZd7AIw9l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1210/importcfg -pack ./pkg/producers/gcs/gcsProducer.go
2025-08-20T21:21:04.9635416Z [00:03:58.303]➜  go tool buildid -w $WORK/b389/_pkg_.a # internal
2025-08-20T21:21:04.9944569Z [00:03:58.333]➜  cp $WORK/b389/_pkg_.a /root/.cache/go-build/fe/fe5e15aaa99ac2cfa274da067d24a6417ce94be58a2598b5c76ce33b9cb5e668-d # internal
2025-08-20T21:21:04.9945923Z [00:03:58.334]➜  github.com/jrnd-io/jr/pkg/producers/elastic
2025-08-20T21:21:04.9946614Z [00:03:58.334]➜  mkdir -p $WORK/b388/
2025-08-20T21:21:04.9979684Z [00:03:58.337]➜  cat >/tmp/go-build3619502580/b388/importcfg << 'EOF' # internal
2025-08-20T21:21:04.9980433Z [00:03:58.337]➜  # import config
2025-08-20T21:21:04.9983597Z [00:03:58.337]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:04.9987253Z [00:03:58.337]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:21:04.9992049Z [00:03:58.337]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:04.9993444Z [00:03:58.337]➜  packagefile github.com/elastic/go-elasticsearch/v8=/tmp/go-build3619502580/b389/_pkg_.a
2025-08-20T21:21:04.9994861Z [00:03:58.337]➜  packagefile github.com/elastic/go-elasticsearch/v8/esapi=/tmp/go-build3619502580/b416/_pkg_.a
2025-08-20T21:21:04.9996040Z [00:03:58.337]➜  packagefile github.com/google/uuid=/tmp/go-build3619502580/b213/_pkg_.a
2025-08-20T21:21:04.9997146Z [00:03:58.337]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build3619502580/b216/_pkg_.a
2025-08-20T21:21:04.9998325Z [00:03:58.337]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:04.9999194Z [00:03:58.337]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:05.0000026Z [00:03:58.337]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:05.0000798Z [00:03:58.337]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:05.0001881Z [00:03:58.337]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:05.0002532Z [00:03:58.337]➜  EOF
2025-08-20T21:21:05.0006097Z [00:03:58.337]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b388/_pkg_.a -trimpath "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/elastic=>github.com/jrnd-io/jr/pkg/producers/elastic;$WORK/b388=>" -p github.com/jrnd-io/jr/pkg/producers/elastic -lang=go1.24 -complete -installsuffix shared -buildid e82ctBb6Web6OCd4FFPu/e82ctBb6Web6OCd4FFPu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b388/importcfg -pack ./pkg/producers/elastic/elasticProducer.go
2025-08-20T21:21:05.2686633Z [00:03:58.608]➜  go tool buildid -w $WORK/b388/_pkg_.a # internal
2025-08-20T21:21:05.2748199Z [00:03:58.614]➜  cp $WORK/b388/_pkg_.a /root/.cache/go-build/46/4643b488e6e4376b4e583834e75493c498f11465d62c31970df4067311d86edb-d # internal
2025-08-20T21:21:05.2751697Z [00:03:58.614]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/internal/resource
2025-08-20T21:21:05.2753490Z [00:03:58.615]➜  mkdir -p $WORK/b1682/
2025-08-20T21:21:05.2759106Z [00:03:58.615]➜  cat >/tmp/go-build3619502580/b1682/importcfg << 'EOF' # internal
2025-08-20T21:21:05.2761799Z [00:03:58.615]➜  # import config
2025-08-20T21:21:05.2762453Z [00:03:58.615]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:05.2763517Z [00:03:58.615]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:05.2764205Z [00:03:58.615]➜  EOF
2025-08-20T21:21:05.2769755Z [00:03:58.615]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1682/_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/b1682=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/internal/resource -lang=go1.23 -complete -installsuffix shared -buildid iySEYhQlGXQbaenvcHfo/iySEYhQlGXQbaenvcHfo -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/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:21:05.3139777Z [00:03:58.653]➜  go tool buildid -w $WORK/b1682/_pkg_.a # internal
2025-08-20T21:21:05.3154544Z [00:03:58.654]➜  cp $WORK/b1682/_pkg_.a /root/.cache/go-build/e1/e1f707a0d31db185d6cb2b5b6123a8fc6dde1b66cbd1fbe73232adfe5cb473b7-d # internal
2025-08-20T21:21:05.3157378Z [00:03:58.655]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/policy
2025-08-20T21:21:05.3158280Z [00:03:58.655]➜  mkdir -p $WORK/b1683/
2025-08-20T21:21:05.3171464Z [00:03:58.656]➜  cat >/tmp/go-build3619502580/b1683/importcfg << 'EOF' # internal
2025-08-20T21:21:05.3172331Z [00:03:58.656]➜  # import config
2025-08-20T21:21:05.3173375Z [00:03:58.656]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3619502580/b336/_pkg_.a
2025-08-20T21:21:05.3174579Z [00:03:58.656]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:05.3175228Z [00:03:58.656]➜  EOF
2025-08-20T21:21:05.3179680Z [00:03:58.656]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1683/_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/b1683=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/policy -lang=go1.23 -complete -installsuffix shared -buildid MnhdAXM985vI-en8uuN_/MnhdAXM985vI-en8uuN_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1683/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:21:05.3539781Z [00:03:58.693]➜  go tool buildid -w $WORK/b1683/_pkg_.a # internal
2025-08-20T21:21:05.3558846Z [00:03:58.695]➜  cp $WORK/b1683/_pkg_.a /root/.cache/go-build/95/955f5bd23bb3b6461c5a879cd043f138bbb9f3a95696fe8ac6eb1e1541aa774d-d # internal
2025-08-20T21:21:05.3564911Z [00:03:58.695]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/runtime
2025-08-20T21:21:05.3565647Z [00:03:58.696]➜  mkdir -p $WORK/b1681/
2025-08-20T21:21:05.3575990Z [00:03:58.697]➜  cat >/tmp/go-build3619502580/b1681/importcfg << 'EOF' # internal
2025-08-20T21:21:05.3578263Z [00:03:58.697]➜  # import config
2025-08-20T21:21:05.3578923Z [00:03:58.697]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:05.3579707Z [00:03:58.697]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:05.3580666Z [00:03:58.697]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:05.3583142Z [00:03:58.697]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3619502580/b329/_pkg_.a
2025-08-20T21:21:05.3584591Z [00:03:58.697]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/internal/resource=/tmp/go-build3619502580/b1682/_pkg_.a
2025-08-20T21:21:05.3586080Z [00:03:58.697]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/policy=/tmp/go-build3619502580/b1683/_pkg_.a
2025-08-20T21:21:05.3587445Z [00:03:58.697]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud=/tmp/go-build3619502580/b337/_pkg_.a
2025-08-20T21:21:05.3589007Z [00:03:58.697]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3619502580/b330/_pkg_.a
2025-08-20T21:21:05.3590494Z [00:03:58.697]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3619502580/b334/_pkg_.a
2025-08-20T21:21:05.3592071Z [00:03:58.697]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3619502580/b336/_pkg_.a
2025-08-20T21:21:05.3599399Z [00:03:58.697]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3619502580/b339/_pkg_.a
2025-08-20T21:21:05.3600743Z [00:03:58.697]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing=/tmp/go-build3619502580/b338/_pkg_.a
2025-08-20T21:21:05.3602269Z [00:03:58.697]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build3619502580/b333/_pkg_.a
2025-08-20T21:21:05.3603802Z [00:03:58.697]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/temporal=/tmp/go-build3619502580/b351/_pkg_.a
2025-08-20T21:21:05.3604953Z [00:03:58.697]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:05.3605772Z [00:03:58.697]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:05.3606571Z [00:03:58.697]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:05.3607395Z [00:03:58.697]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:05.3608162Z [00:03:58.697]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:05.3608750Z [00:03:58.697]➜  EOF
2025-08-20T21:21:05.3615979Z [00:03:58.697]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1681/_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/b1681=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/runtime -lang=go1.23 -complete -installsuffix shared -buildid sI7Asy07GczgRajlP4al/sI7Asy07GczgRajlP4al -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/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:21:05.4256724Z [00:03:58.765]➜  go tool buildid -w $WORK/b1210/_pkg_.a # internal
2025-08-20T21:21:05.4414478Z [00:03:58.781]➜  cp $WORK/b1210/_pkg_.a /root/.cache/go-build/68/684e269d489dbb83f0d54b8c980b7d938c6a8b893c3a3c5de7081b509f556b46-d # internal
2025-08-20T21:21:05.4420612Z [00:03:58.781]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache
2025-08-20T21:21:05.4424003Z [00:03:58.782]➜  mkdir -p $WORK/b1685/
2025-08-20T21:21:05.4432273Z [00:03:58.782]➜  cat >/tmp/go-build3619502580/b1685/importcfg << 'EOF' # internal
2025-08-20T21:21:05.4432945Z [00:03:58.782]➜  # import config
2025-08-20T21:21:05.4433606Z [00:03:58.782]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:05.4434399Z [00:03:58.782]➜  EOF
2025-08-20T21:21:05.4444452Z [00:03:58.783]➜  /root/.go/pkg/tool/linux_amd64/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/cache=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/cache;$WORK/b1685=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache -lang=go1.18 -complete -installsuffix shared -buildid tWMxVqYMBv4QdSGLg2S4/tWMxVqYMBv4QdSGLg2S4 -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/cache/cache.go
2025-08-20T21:21:05.4456040Z [00:03:58.785]➜  go tool buildid -w $WORK/b1681/_pkg_.a # internal
2025-08-20T21:21:05.4480792Z [00:03:58.787]➜  cp $WORK/b1681/_pkg_.a /root/.cache/go-build/10/10d41fb2dfff87bd2f863b0275d84ac42685566fc9ecb4991acdc9a5479a4c07-d # internal
2025-08-20T21:21:05.4482333Z [00:03:58.787]➜  github.com/kylelemons/godebug/diff
2025-08-20T21:21:05.4482902Z [00:03:58.788]➜  mkdir -p $WORK/b1690/
2025-08-20T21:21:05.4487497Z [00:03:58.788]➜  cat >/tmp/go-build3619502580/b1690/importcfg << 'EOF' # internal
2025-08-20T21:21:05.4488670Z [00:03:58.788]➜  # import config
2025-08-20T21:21:05.4490465Z [00:03:58.788]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:05.4491790Z [00:03:58.788]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:05.4492938Z [00:03:58.788]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:05.4493858Z [00:03:58.788]➜  EOF
2025-08-20T21:21:05.4498442Z [00:03:58.788]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1690/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kylelemons/godebug@v1.1.0/diff=>github.com/kylelemons/godebug@v1.1.0/diff;$WORK/b1690=>" -p github.com/kylelemons/godebug/diff -lang=go1.11 -complete -installsuffix shared -buildid ELtHmg2uPe1ydBcvaaQD/ELtHmg2uPe1ydBcvaaQD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1690/importcfg -pack /root/go/pkg/mod/github.com/kylelemons/godebug@v1.1.0/diff/diff.go
2025-08-20T21:21:05.4574690Z [00:03:58.797]➜  go tool buildid -w $WORK/b1685/_pkg_.a # internal
2025-08-20T21:21:05.4582024Z [00:03:58.797]➜  cp $WORK/b1685/_pkg_.a /root/.cache/go-build/c3/c38b88579df4c6982b801325cddf16dda282e1e20576cb28fa75f3b5c4932d56-d # internal
2025-08-20T21:21:05.4584194Z [00:03:58.798]➜  github.com/Azure/azure-sdk-for-go/sdk/azidentity/internal
2025-08-20T21:21:05.4606135Z [00:03:58.800]➜  mkdir -p $WORK/b1684/
2025-08-20T21:21:05.4607095Z [00:03:58.800]➜  cat >/tmp/go-build3619502580/b1684/importcfg << 'EOF' # internal
2025-08-20T21:21:05.4607798Z [00:03:58.800]➜  # import config
2025-08-20T21:21:05.4608913Z [00:03:58.800]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache=/tmp/go-build3619502580/b1685/_pkg_.a
2025-08-20T21:21:05.4610069Z [00:03:58.800]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:05.4610686Z [00:03:58.800]➜  EOF
2025-08-20T21:21:05.4615375Z [00:03:58.800]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1684/_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/b1684=>" -p github.com/Azure/azure-sdk-for-go/sdk/azidentity/internal -lang=go1.23 -complete -installsuffix shared -buildid 6yWk_nq5HxMFitUH0sY0/6yWk_nq5HxMFitUH0sY0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1684/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.9.0/internal/cache.go
2025-08-20T21:21:05.4739766Z [00:03:58.813]➜  go tool buildid -w $WORK/b1690/_pkg_.a # internal
2025-08-20T21:21:05.4750053Z [00:03:58.814]➜  cp $WORK/b1690/_pkg_.a /root/.cache/go-build/b4/b4cd3e1af84b3555170693a44ffd9e09dad12e1468b6d9d725e58ed7c6fd799a-d # internal
2025-08-20T21:21:05.4751552Z [00:03:58.814]➜  go tool buildid -w $WORK/b1684/_pkg_.a # internal
2025-08-20T21:21:05.4769817Z [00:03:58.815]➜  cp $WORK/b1684/_pkg_.a /root/.cache/go-build/df/df1fbe73e77ef3174d04527dd1abeb8733fb86cd867b278c5551b074754699a3-d # internal
2025-08-20T21:21:05.4770960Z [00:03:58.816]➜  github.com/kylelemons/godebug/pretty
2025-08-20T21:21:05.4775841Z [00:03:58.817]➜  mkdir -p $WORK/b1689/
2025-08-20T21:21:05.4776958Z [00:03:58.817]➜  cat >/tmp/go-build3619502580/b1689/importcfg << 'EOF' # internal
2025-08-20T21:21:05.4777600Z [00:03:58.817]➜  # import config
2025-08-20T21:21:05.4778200Z [00:03:58.817]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:21:05.4778954Z [00:03:58.817]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:05.4779777Z [00:03:58.817]➜  packagefile encoding=/tmp/go-build3619502580/b059/_pkg_.a
2025-08-20T21:21:05.4780718Z [00:03:58.817]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:05.4781875Z [00:03:58.817]➜  packagefile github.com/kylelemons/godebug/diff=/tmp/go-build3619502580/b1690/_pkg_.a
2025-08-20T21:21:05.4782790Z [00:03:58.817]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:05.4783494Z [00:03:58.817]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:05.4784237Z [00:03:58.817]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:05.4784966Z [00:03:58.817]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:05.4785682Z [00:03:58.817]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:05.4786439Z [00:03:58.817]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:05.4787303Z [00:03:58.817]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:05.4787863Z [00:03:58.817]➜  EOF
2025-08-20T21:21:05.4792994Z [00:03:58.817]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1689/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kylelemons/godebug@v1.1.0/pretty=>github.com/kylelemons/godebug@v1.1.0/pretty;$WORK/b1689=>" -p github.com/kylelemons/godebug/pretty -lang=go1.11 -complete -installsuffix shared -buildid mlwjHGsyFo5GwFuwSi4e/mlwjHGsyFo5GwFuwSi4e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1689/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:21:05.4798038Z [00:03:58.817]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json
2025-08-20T21:21:05.4798986Z [00:03:58.817]➜  mkdir -p $WORK/b1692/
2025-08-20T21:21:05.4799770Z [00:03:58.818]➜  cat >/tmp/go-build3619502580/b1692/importcfg << 'EOF' # internal
2025-08-20T21:21:05.4800518Z [00:03:58.818]➜  # import config
2025-08-20T21:21:05.4815784Z [00:03:58.818]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:05.4816731Z [00:03:58.818]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:05.4817771Z [00:03:58.818]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:05.4818510Z [00:03:58.818]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:05.4819270Z [00:03:58.818]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:05.4820020Z [00:03:58.818]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:21:05.4820559Z [00:03:58.818]➜  EOF
2025-08-20T21:21:05.4827836Z [00:03:58.819]➜  /root/.go/pkg/tool/linux_amd64/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/json=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/json;$WORK/b1692=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json -lang=go1.18 -complete -installsuffix shared -buildid dFCgo--b5Ejm0ziVBKoC/dFCgo--b5Ejm0ziVBKoC -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/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:21:05.6124817Z [00:03:58.951]➜  go tool buildid -w $WORK/b1689/_pkg_.a # internal
2025-08-20T21:21:05.6154351Z [00:03:58.954]➜  cp $WORK/b1689/_pkg_.a /root/.cache/go-build/b9/b964b7b986db6d595ae9026c638463f7e42723cc4416286401e87103f9534e5b-d # internal
2025-08-20T21:21:05.6160716Z [00:03:58.954]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors
2025-08-20T21:21:05.6162140Z [00:03:58.954]➜  mkdir -p $WORK/b1688/
2025-08-20T21:21:05.6169369Z [00:03:58.956]➜  cat >/tmp/go-build3619502580/b1688/importcfg << 'EOF' # internal
2025-08-20T21:21:05.6170910Z [00:03:58.956]➜  # import config
2025-08-20T21:21:05.6173644Z [00:03:58.957]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:05.6176281Z [00:03:58.957]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:05.6177675Z [00:03:58.957]➜  packagefile github.com/kylelemons/godebug/pretty=/tmp/go-build3619502580/b1689/_pkg_.a
2025-08-20T21:21:05.6183223Z [00:03:58.957]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:05.6184826Z [00:03:58.957]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:05.6187385Z [00:03:58.957]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:05.6189955Z [00:03:58.957]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:05.6193556Z [00:03:58.957]➜  EOF
2025-08-20T21:21:05.6198638Z [00:03:58.957]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1688/_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/b1688=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors -lang=go1.18 -complete -installsuffix shared -buildid G0RGDwtJpS5qGWgrLvwj/G0RGDwtJpS5qGWgrLvwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1688/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:21:05.6258805Z [00:03:58.965]➜  go tool buildid -w $WORK/b1692/_pkg_.a # internal
2025-08-20T21:21:05.6280388Z [00:03:58.967]➜  cp $WORK/b1692/_pkg_.a /root/.cache/go-build/0e/0e41b4fab012f47430abca4323bbacd9245797be15db4af50ed4119c1504e03e-d # internal
2025-08-20T21:21:05.6289660Z [00:03:58.968]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json/types/time
2025-08-20T21:21:05.6290619Z [00:03:58.968]➜  mkdir -p $WORK/b1693/
2025-08-20T21:21:05.6291805Z [00:03:58.968]➜  cat >/tmp/go-build3619502580/b1693/importcfg << 'EOF' # internal
2025-08-20T21:21:05.6292522Z [00:03:58.968]➜  # import config
2025-08-20T21:21:05.6293164Z [00:03:58.968]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:05.6293989Z [00:03:58.968]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:05.6294845Z [00:03:58.968]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:05.6295680Z [00:03:58.968]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:05.6296307Z [00:03:58.968]➜  EOF
2025-08-20T21:21:05.6306082Z [00:03:58.968]➜  /root/.go/pkg/tool/linux_amd64/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/json/types/time=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/json/types/time;$WORK/b1693=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json/types/time -lang=go1.18 -complete -installsuffix shared -buildid Hcc5tKlyDAosPMLm8inA/Hcc5tKlyDAosPMLm8inA -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/json/types/time/time.go
2025-08-20T21:21:05.6469434Z [00:03:58.986]➜  go tool buildid -w $WORK/b1693/_pkg_.a # internal
2025-08-20T21:21:05.6474715Z [00:03:58.987]➜  cp $WORK/b1693/_pkg_.a /root/.cache/go-build/ef/ef3d0ad6fc115c2908f8d240b62c160574e9c5dc23be5a1bb9753ac667b22201-d # internal
2025-08-20T21:21:05.6477263Z [00:03:58.987]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority
2025-08-20T21:21:05.6479283Z [00:03:58.987]➜  mkdir -p $WORK/b1698/
2025-08-20T21:21:05.6484980Z [00:03:58.987]➜  cat >/tmp/go-build3619502580/b1698/importcfg << 'EOF' # internal
2025-08-20T21:21:05.6485707Z [00:03:58.987]➜  # import config
2025-08-20T21:21:05.6486432Z [00:03:58.987]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:05.6487383Z [00:03:58.987]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:21:05.6488351Z [00:03:58.987]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:05.6489315Z [00:03:58.987]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:05.6490148Z [00:03:58.987]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:05.6490916Z [00:03:58.987]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:05.6492321Z [00:03:58.987]➜  packagefile github.com/google/uuid=/tmp/go-build3619502580/b213/_pkg_.a
2025-08-20T21:21:05.6493297Z [00:03:58.987]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:05.6494151Z [00:03:58.987]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:05.6495019Z [00:03:58.987]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:05.6495868Z [00:03:58.987]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:05.6496673Z [00:03:58.987]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:21:05.6497409Z [00:03:58.987]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:05.6498258Z [00:03:58.987]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:05.6499082Z [00:03:58.987]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:05.6499699Z [00:03:58.987]➜  EOF
2025-08-20T21:21:05.6519590Z [00:03:58.987]➜  /root/.go/pkg/tool/linux_amd64/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/authority=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/authority;$WORK/b1698=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority -lang=go1.18 -complete -installsuffix shared -buildid ezaHFl_kpBeWhIx6CQ6k/ezaHFl_kpBeWhIx6CQ6k -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/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:21:05.6715650Z [00:03:59.011]➜  go tool buildid -w $WORK/b1688/_pkg_.a # internal
2025-08-20T21:21:05.6732194Z [00:03:59.012]➜  cp $WORK/b1688/_pkg_.a /root/.cache/go-build/d7/d77f5ab6b7409360c9760a8f0fc39efa7384a851a8e7895f13a3473cb46de696-d # internal
2025-08-20T21:21:05.6757263Z [00:03:59.013]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared
2025-08-20T21:21:05.6758218Z [00:03:59.013]➜  mkdir -p $WORK/b1702/
2025-08-20T21:21:05.6758985Z [00:03:59.014]➜  cat >/tmp/go-build3619502580/b1702/importcfg << 'EOF' # internal
2025-08-20T21:21:05.6759916Z [00:03:59.014]➜  # import config
2025-08-20T21:21:05.6760609Z [00:03:59.014]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:05.6761690Z [00:03:59.014]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:05.6762561Z [00:03:59.014]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:05.6763198Z [00:03:59.014]➜  EOF
2025-08-20T21:21:05.6768495Z [00:03:59.014]➜  /root/.go/pkg/tool/linux_amd64/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/shared=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/shared;$WORK/b1702=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared -lang=go1.18 -complete -installsuffix shared -buildid o0Z1cSv9OMili9Jqm0_l/o0Z1cSv9OMili9Jqm0_l -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/shared/shared.go
2025-08-20T21:21:05.7062125Z [00:03:59.045]➜  go tool buildid -w $WORK/b1702/_pkg_.a # internal
2025-08-20T21:21:05.7075147Z [00:03:59.046]➜  cp $WORK/b1702/_pkg_.a /root/.cache/go-build/95/95bb4f2dc7ac51da874f59aa62aa2f40d0cca4c2944d157b8643221e0f618c33-d # internal
2025-08-20T21:21:05.7079792Z [00:03:59.047]➜  github.com/golang-jwt/jwt/v5
2025-08-20T21:21:05.7080830Z [00:03:59.047]➜  mkdir -p $WORK/b1703/
2025-08-20T21:21:05.7085690Z [00:03:59.048]➜  cat >/tmp/go-build3619502580/b1703/importcfg << 'EOF' # internal
2025-08-20T21:21:05.7090306Z [00:03:59.048]➜  # import config
2025-08-20T21:21:05.7094249Z [00:03:59.048]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:05.7095111Z [00:03:59.048]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:21:05.7095985Z [00:03:59.048]➜  packagefile crypto/ecdsa=/tmp/go-build3619502580/b117/_pkg_.a
2025-08-20T21:21:05.7096966Z [00:03:59.048]➜  packagefile crypto/ed25519=/tmp/go-build3619502580/b130/_pkg_.a
2025-08-20T21:21:05.7097870Z [00:03:59.048]➜  packagefile crypto/hmac=/tmp/go-build3619502580/b135/_pkg_.a
2025-08-20T21:21:05.7098746Z [00:03:59.048]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:21:05.7099569Z [00:03:59.048]➜  packagefile crypto/rsa=/tmp/go-build3619502580/b147/_pkg_.a
2025-08-20T21:21:05.7100443Z [00:03:59.048]➜  packagefile crypto/subtle=/tmp/go-build3619502580/b105/_pkg_.a
2025-08-20T21:21:05.7102474Z [00:03:59.048]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:21:05.7103405Z [00:03:59.048]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:05.7104298Z [00:03:59.048]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:05.7105176Z [00:03:59.048]➜  packagefile encoding/pem=/tmp/go-build3619502580/b157/_pkg_.a
2025-08-20T21:21:05.7106007Z [00:03:59.048]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:05.7106961Z [00:03:59.048]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:05.7107721Z [00:03:59.048]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:05.7108531Z [00:03:59.048]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:21:05.7109323Z [00:03:59.048]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:05.7110124Z [00:03:59.048]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:05.7110940Z [00:03:59.048]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:05.7111898Z [00:03:59.048]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:05.7112463Z [00:03:59.048]➜  EOF
2025-08-20T21:21:05.7125120Z [00:03:59.048]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1703/_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/b1703=>" -p github.com/golang-jwt/jwt/v5 -lang=go1.18 -complete -installsuffix shared -buildid edZD76P1gx3ySfT778Mc/edZD76P1gx3ySfT778Mc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1703/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:21:05.7154622Z [00:03:59.055]➜  go tool buildid -w $WORK/b1698/_pkg_.a # internal
2025-08-20T21:21:05.7172844Z [00:03:59.056]➜  cp $WORK/b1698/_pkg_.a /root/.cache/go-build/53/53660b99f7e7c43c5317ce0130ea8f86adfc9a1c5b77f2f3cdf1b0058f727060-d # internal
2025-08-20T21:21:05.7184382Z [00:03:59.057]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust/defs
2025-08-20T21:21:05.7185441Z [00:03:59.057]➜  mkdir -p $WORK/b1701/
2025-08-20T21:21:05.7186148Z [00:03:59.057]➜  cat >/tmp/go-build3619502580/b1701/importcfg << 'EOF' # internal
2025-08-20T21:21:05.7186785Z [00:03:59.057]➜  # import config
2025-08-20T21:21:05.7187458Z [00:03:59.057]➜  packagefile encoding/xml=/tmp/go-build3619502580/b299/_pkg_.a
2025-08-20T21:21:05.7188278Z [00:03:59.057]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:05.7189082Z [00:03:59.057]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:05.7191068Z [00:03:59.057]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3619502580/b1698/_pkg_.a
2025-08-20T21:21:05.7192881Z [00:03:59.057]➜  packagefile github.com/google/uuid=/tmp/go-build3619502580/b213/_pkg_.a
2025-08-20T21:21:05.7193808Z [00:03:59.057]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:05.7194632Z [00:03:59.057]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:05.7195638Z [00:03:59.057]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:05.7196220Z [00:03:59.057]➜  EOF
2025-08-20T21:21:05.7207545Z [00:03:59.058]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1701/_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/b1701=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust/defs -lang=go1.18 -complete -installsuffix shared -buildid Elyrj9KRPK6TQ7GtOaLF/Elyrj9KRPK6TQ7GtOaLF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1701/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:21:05.8236875Z [00:03:59.163]➜  go tool buildid -w $WORK/b1701/_pkg_.a # internal
2025-08-20T21:21:05.8271510Z [00:03:59.166]➜  cp $WORK/b1701/_pkg_.a /root/.cache/go-build/52/52c6a1339d924a1eb6812e6e24de7714e7fbc3c9449b0963ca2c5b0fc9200292-d # internal
2025-08-20T21:21:05.8325083Z [00:03:59.172]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust
2025-08-20T21:21:05.8328280Z [00:03:59.172]➜  mkdir -p $WORK/b1700/
2025-08-20T21:21:05.8335983Z [00:03:59.173]➜  cat >/tmp/go-build3619502580/b1700/importcfg << 'EOF' # internal
2025-08-20T21:21:05.8336693Z [00:03:59.173]➜  # import config
2025-08-20T21:21:05.8337332Z [00:03:59.173]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:05.8338127Z [00:03:59.173]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:05.8339048Z [00:03:59.173]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:05.8340525Z [00:03:59.173]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3619502580/b1698/_pkg_.a
2025-08-20T21:21:05.8342796Z [00:03:59.173]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/grant=/tmp/go-build3619502580/b1699/_pkg_.a
2025-08-20T21:21:05.8344893Z [00:03:59.173]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust/defs=/tmp/go-build3619502580/b1701/_pkg_.a
2025-08-20T21:21:05.8346281Z [00:03:59.173]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:05.8347063Z [00:03:59.173]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:05.8347635Z [00:03:59.173]➜  EOF
2025-08-20T21:21:05.8357267Z [00:03:59.174]➜  /root/.go/pkg/tool/linux_amd64/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/oauth/ops/wstrust=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/wstrust;$WORK/b1700=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust -lang=go1.18 -complete -installsuffix shared -buildid sUOmlELQx2WxvBUBWLn-/sUOmlELQx2WxvBUBWLn- -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/oauth/ops/wstrust/wstrust.go
2025-08-20T21:21:05.8974604Z [00:03:59.237]➜  go tool buildid -w $WORK/b1700/_pkg_.a # internal
2025-08-20T21:21:05.8987020Z [00:03:59.238]➜  cp $WORK/b1700/_pkg_.a /root/.cache/go-build/5c/5c8b1a4818ec80e9f19814df0ba3a7b5a45dd79b094139d22d1abf93992b9bff-d # internal
2025-08-20T21:21:05.8989636Z [00:03:59.238]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/comm
2025-08-20T21:21:05.8996570Z [00:03:59.239]➜  mkdir -p $WORK/b1704/
2025-08-20T21:21:05.8997368Z [00:03:59.239]➜  cat >/tmp/go-build3619502580/b1704/importcfg << 'EOF' # internal
2025-08-20T21:21:05.8998063Z [00:03:59.239]➜  # import config
2025-08-20T21:21:05.8998758Z [00:03:59.239]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:05.8999672Z [00:03:59.239]➜  packagefile compress/gzip=/tmp/go-build3619502580/b074/_pkg_.a
2025-08-20T21:21:05.9000914Z [00:03:59.239]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:05.9002119Z [00:03:59.239]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:05.9013525Z [00:03:59.239]➜  packagefile encoding/xml=/tmp/go-build3619502580/b299/_pkg_.a
2025-08-20T21:21:05.9014495Z [00:03:59.239]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:05.9015874Z [00:03:59.239]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors=/tmp/go-build3619502580/b1688/_pkg_.a
2025-08-20T21:21:05.9017804Z [00:03:59.239]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json=/tmp/go-build3619502580/b1692/_pkg_.a
2025-08-20T21:21:05.9020026Z [00:03:59.239]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/version=/tmp/go-build3619502580/b1705/_pkg_.a
2025-08-20T21:21:05.9021783Z [00:03:59.239]➜  packagefile github.com/google/uuid=/tmp/go-build3619502580/b213/_pkg_.a
2025-08-20T21:21:05.9022778Z [00:03:59.239]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:05.9023614Z [00:03:59.239]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:05.9024478Z [00:03:59.239]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:05.9025316Z [00:03:59.239]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:05.9026167Z [00:03:59.239]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:05.9027232Z [00:03:59.239]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:05.9028105Z [00:03:59.239]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:05.9028743Z [00:03:59.239]➜  EOF
2025-08-20T21:21:05.9035827Z [00:03:59.239]➜  /root/.go/pkg/tool/linux_amd64/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/oauth/ops/internal/comm=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/internal/comm;$WORK/b1704=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/comm -lang=go1.18 -complete -installsuffix shared -buildid VPf8PRki4umqQJKHYwGE/VPf8PRki4umqQJKHYwGE -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/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:21:05.9638262Z [00:03:59.303]➜  go tool buildid -w $WORK/b1703/_pkg_.a # internal
2025-08-20T21:21:05.9739691Z [00:03:59.313]➜  cp $WORK/b1703/_pkg_.a /root/.cache/go-build/8a/8a6a0ed5391329e6bae0083dd94a55f492f69e57e778f352a26de2fe9c7805f8-d # internal
2025-08-20T21:21:05.9741496Z [00:03:59.313]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens
2025-08-20T21:21:05.9742832Z [00:03:59.313]➜  mkdir -p $WORK/b1697/
2025-08-20T21:21:05.9763518Z [00:03:59.314]➜  cat >/tmp/go-build3619502580/b1697/importcfg << 'EOF' # internal
2025-08-20T21:21:05.9764803Z [00:03:59.314]➜  # import config
2025-08-20T21:21:05.9766081Z [00:03:59.314]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:05.9767336Z [00:03:59.314]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:05.9768423Z [00:03:59.314]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:21:05.9770450Z [00:03:59.314]➜  packagefile crypto/sha1=/tmp/go-build3619502580/b149/_pkg_.a
2025-08-20T21:21:05.9771630Z [00:03:59.314]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:21:05.9772595Z [00:03:59.314]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:21:05.9773528Z [00:03:59.314]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:05.9774692Z [00:03:59.314]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:05.9775551Z [00:03:59.314]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:05.9776371Z [00:03:59.314]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:05.9777808Z [00:03:59.314]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported=/tmp/go-build3619502580/b1695/_pkg_.a
2025-08-20T21:21:05.9779889Z [00:03:59.314]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json/types/time=/tmp/go-build3619502580/b1693/_pkg_.a
2025-08-20T21:21:05.9782380Z [00:03:59.314]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3619502580/b1698/_pkg_.a
2025-08-20T21:21:05.9784606Z [00:03:59.314]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/grant=/tmp/go-build3619502580/b1699/_pkg_.a
2025-08-20T21:21:05.9786870Z [00:03:59.314]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust=/tmp/go-build3619502580/b1700/_pkg_.a
2025-08-20T21:21:05.9788914Z [00:03:59.314]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build3619502580/b1702/_pkg_.a
2025-08-20T21:21:05.9790460Z [00:03:59.314]➜  packagefile github.com/golang-jwt/jwt/v5=/tmp/go-build3619502580/b1703/_pkg_.a
2025-08-20T21:21:05.9797332Z [00:03:59.314]➜  packagefile github.com/google/uuid=/tmp/go-build3619502580/b213/_pkg_.a
2025-08-20T21:21:05.9798395Z [00:03:59.314]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:05.9799277Z [00:03:59.314]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:05.9800121Z [00:03:59.314]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:05.9800962Z [00:03:59.314]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:05.9801982Z [00:03:59.314]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:05.9802588Z [00:03:59.314]➜  EOF
2025-08-20T21:21:05.9810603Z [00:03:59.314]➜  /root/.go/pkg/tool/linux_amd64/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/accesstokens=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/accesstokens;$WORK/b1697=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens -lang=go1.18 -complete -installsuffix shared -buildid 6ZlLq1XJAaGlb-c34Yu6/6ZlLq1XJAaGlb-c34Yu6 -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/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:21:05.9903351Z [00:03:59.329]➜  go tool buildid -w $WORK/b1704/_pkg_.a # internal
2025-08-20T21:21:05.9949985Z [00:03:59.332]➜  cp $WORK/b1704/_pkg_.a /root/.cache/go-build/3c/3c7c45646431f5c96a6e8f6eed874845432e7b6895041fb64f7fdd989f54c1ab-d # internal
2025-08-20T21:21:05.9951827Z [00:03:59.332]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/options
2025-08-20T21:21:05.9952686Z [00:03:59.332]➜  mkdir -p $WORK/b1706/
2025-08-20T21:21:05.9953383Z [00:03:59.333]➜  cat >/tmp/go-build3619502580/b1706/importcfg << 'EOF' # internal
2025-08-20T21:21:05.9954031Z [00:03:59.333]➜  # import config
2025-08-20T21:21:05.9954648Z [00:03:59.333]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:05.9955410Z [00:03:59.333]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:05.9955970Z [00:03:59.333]➜  EOF
2025-08-20T21:21:05.9966219Z [00:03:59.333]➜  /root/.go/pkg/tool/linux_amd64/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/internal/options=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/options;$WORK/b1706=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/options -lang=go1.18 -complete -installsuffix shared -buildid Rr2HYX2YkfrMmZCejkmz/Rr2HYX2YkfrMmZCejkmz -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/internal/options/options.go
2025-08-20T21:21:06.0067075Z [00:03:59.346]➜  go tool buildid -w $WORK/b1706/_pkg_.a # internal
2025-08-20T21:21:06.0076340Z [00:03:59.347]➜  cp $WORK/b1706/_pkg_.a /root/.cache/go-build/fe/fec4aa070e4421410454263791132b3ee0cdb84338778f9f6549ecb59e70c5bd-d # internal
2025-08-20T21:21:06.0086705Z [00:03:59.348]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/local
2025-08-20T21:21:06.0087542Z [00:03:59.348]➜  mkdir -p $WORK/b1709/
2025-08-20T21:21:06.0091549Z [00:03:59.348]➜  cat >/tmp/go-build3619502580/b1709/importcfg << 'EOF' # internal
2025-08-20T21:21:06.0092315Z [00:03:59.348]➜  # import config
2025-08-20T21:21:06.0093035Z [00:03:59.348]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:06.0094087Z [00:03:59.348]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:06.0094946Z [00:03:59.348]➜  packagefile html=/tmp/go-build3619502580/b192/_pkg_.a
2025-08-20T21:21:06.0095805Z [00:03:59.348]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:06.0096679Z [00:03:59.348]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:06.0097512Z [00:03:59.348]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:06.0098414Z [00:03:59.348]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:06.0099266Z [00:03:59.348]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:06.0099918Z [00:03:59.348]➜  EOF
2025-08-20T21:21:06.0105308Z [00:03:59.348]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1709/_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/b1709=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/local -lang=go1.18 -complete -installsuffix shared -buildid zEz0OQ-AthgUMLEg-BMz/zEz0OQ-AthgUMLEg-BMz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1709/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:21:06.0580336Z [00:03:59.397]➜  go tool buildid -w $WORK/b1709/_pkg_.a # internal
2025-08-20T21:21:06.0602403Z [00:03:59.399]➜  cp $WORK/b1709/_pkg_.a /root/.cache/go-build/61/618fc4723dd373150cf2ef61613c9e1c1854732f7aecd50e4fae16a2a03fa3aa-d # internal
2025-08-20T21:21:06.0612058Z [00:03:59.400]➜  github.com/pkg/browser
2025-08-20T21:21:06.0612676Z [00:03:59.400]➜  mkdir -p $WORK/b1710/
2025-08-20T21:21:06.0621142Z [00:03:59.401]➜  cat >/tmp/go-build3619502580/b1710/importcfg << 'EOF' # internal
2025-08-20T21:21:06.0622182Z [00:03:59.401]➜  # import config
2025-08-20T21:21:06.0622869Z [00:03:59.401]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:06.0623702Z [00:03:59.401]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:06.0624568Z [00:03:59.401]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:06.0625380Z [00:03:59.401]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:06.0626185Z [00:03:59.401]➜  packagefile os/exec=/tmp/go-build3619502580/b270/_pkg_.a
2025-08-20T21:21:06.0627113Z [00:03:59.401]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:21:06.0628042Z [00:03:59.401]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:06.0628686Z [00:03:59.401]➜  EOF
2025-08-20T21:21:06.0633634Z [00:03:59.401]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1710/_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/b1710=>" -p github.com/pkg/browser -lang=go1.14 -complete -installsuffix shared -buildid Ve6r9Ucq5LZ78Bt_AWP7/Ve6r9Ucq5LZ78Bt_AWP7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1710/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:21:06.0887079Z [00:03:59.428]➜  go tool buildid -w $WORK/b1710/_pkg_.a # internal
2025-08-20T21:21:06.0899276Z [00:03:59.429]➜  cp $WORK/b1710/_pkg_.a /root/.cache/go-build/35/35aecd1da067ae0b910e38c2fae58dded5fb507cb907ed091518e1d83dfa35c7-d # internal
2025-08-20T21:21:06.0906544Z [00:03:59.429]➜  golang.org/x/crypto/pkcs12/internal/rc2
2025-08-20T21:21:06.0907261Z [00:03:59.430]➜  mkdir -p $WORK/b1712/
2025-08-20T21:21:06.0911817Z [00:03:59.430]➜  cat >/tmp/go-build3619502580/b1712/importcfg << 'EOF' # internal
2025-08-20T21:21:06.0912586Z [00:03:59.430]➜  # import config
2025-08-20T21:21:06.0913349Z [00:03:59.430]➜  packagefile crypto/cipher=/tmp/go-build3619502580/b084/_pkg_.a
2025-08-20T21:21:06.0914524Z [00:03:59.430]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:06.0915470Z [00:03:59.430]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:21:06.0916124Z [00:03:59.430]➜  EOF
2025-08-20T21:21:06.0920727Z [00:03:59.431]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1712/_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/b1712=>" -p golang.org/x/crypto/pkcs12/internal/rc2 -lang=go1.23 -complete -installsuffix shared -buildid B-dEkKl24qlMLdlyUc4i/B-dEkKl24qlMLdlyUc4i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1712/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/pkcs12/internal/rc2/rc2.go
2025-08-20T21:21:06.1226397Z [00:03:59.461]➜  go tool buildid -w $WORK/b1712/_pkg_.a # internal
2025-08-20T21:21:06.1228356Z [00:03:59.462]➜  cp $WORK/b1712/_pkg_.a /root/.cache/go-build/f4/f4f26a19a542c43bd874ccc45af85b10d97d2787cb65b85af5696c77f4c68d6b-d # internal
2025-08-20T21:21:06.1230605Z [00:03:59.462]➜  golang.org/x/crypto/pkcs12
2025-08-20T21:21:06.1231731Z [00:03:59.462]➜  mkdir -p $WORK/b1711/
2025-08-20T21:21:06.1241461Z [00:03:59.463]➜  cat >/tmp/go-build3619502580/b1711/importcfg << 'EOF' # internal
2025-08-20T21:21:06.1243526Z [00:03:59.463]➜  # import config
2025-08-20T21:21:06.1244434Z [00:03:59.463]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:06.1245334Z [00:03:59.463]➜  packagefile crypto/cipher=/tmp/go-build3619502580/b084/_pkg_.a
2025-08-20T21:21:06.1246223Z [00:03:59.463]➜  packagefile crypto/des=/tmp/go-build3619502580/b111/_pkg_.a
2025-08-20T21:21:06.1247121Z [00:03:59.463]➜  packagefile crypto/ecdsa=/tmp/go-build3619502580/b117/_pkg_.a
2025-08-20T21:21:06.1248017Z [00:03:59.463]➜  packagefile crypto/hmac=/tmp/go-build3619502580/b135/_pkg_.a
2025-08-20T21:21:06.1248887Z [00:03:59.463]➜  packagefile crypto/rsa=/tmp/go-build3619502580/b147/_pkg_.a
2025-08-20T21:21:06.1249776Z [00:03:59.463]➜  packagefile crypto/sha1=/tmp/go-build3619502580/b149/_pkg_.a
2025-08-20T21:21:06.1250667Z [00:03:59.463]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:21:06.1251718Z [00:03:59.463]➜  packagefile crypto/x509/pkix=/tmp/go-build3619502580/b155/_pkg_.a
2025-08-20T21:21:06.1252643Z [00:03:59.463]➜  packagefile encoding/asn1=/tmp/go-build3619502580/b128/_pkg_.a
2025-08-20T21:21:06.1253547Z [00:03:59.463]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:21:06.1254455Z [00:03:59.463]➜  packagefile encoding/pem=/tmp/go-build3619502580/b157/_pkg_.a
2025-08-20T21:21:06.1255332Z [00:03:59.463]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:06.1256414Z [00:03:59.463]➜  packagefile golang.org/x/crypto/pkcs12/internal/rc2=/tmp/go-build3619502580/b1712/_pkg_.a
2025-08-20T21:21:06.1257457Z [00:03:59.463]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:21:06.1258328Z [00:03:59.463]➜  packagefile unicode/utf16=/tmp/go-build3619502580/b070/_pkg_.a
2025-08-20T21:21:06.1258980Z [00:03:59.463]➜  EOF
2025-08-20T21:21:06.1264841Z [00:03:59.464]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1711/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/pkcs12=>golang.org/x/crypto@v0.37.0/pkcs12;$WORK/b1711=>" -p golang.org/x/crypto/pkcs12 -lang=go1.23 -complete -installsuffix shared -buildid NVC50eA_u8SqePtKlq-M/NVC50eA_u8SqePtKlq-M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1711/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:21:06.1318074Z [00:03:59.471]➜  go tool buildid -w $WORK/b1697/_pkg_.a # internal
2025-08-20T21:21:06.1327273Z [00:03:59.472]➜  cp $WORK/b1697/_pkg_.a /root/.cache/go-build/34/344d0daf1318c01f969598166f7d4c0664c77fcf05cd45c44d0318e4e548d998-d # internal
2025-08-20T21:21:06.1345535Z [00:03:59.474]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops
2025-08-20T21:21:06.1352668Z [00:03:59.474]➜  mkdir -p $WORK/b1696/
2025-08-20T21:21:06.1353624Z [00:03:59.475]➜  cat >/tmp/go-build3619502580/b1696/importcfg << 'EOF' # internal
2025-08-20T21:21:06.1354379Z [00:03:59.475]➜  # import config
2025-08-20T21:21:06.1356025Z [00:03:59.475]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build3619502580/b1697/_pkg_.a
2025-08-20T21:21:06.1358090Z [00:03:59.475]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3619502580/b1698/_pkg_.a
2025-08-20T21:21:06.1360277Z [00:03:59.475]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/comm=/tmp/go-build3619502580/b1704/_pkg_.a
2025-08-20T21:21:06.1362651Z [00:03:59.475]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust=/tmp/go-build3619502580/b1700/_pkg_.a
2025-08-20T21:21:06.1363834Z [00:03:59.475]➜  EOF
2025-08-20T21:21:06.1369203Z [00:03:59.475]➜  /root/.go/pkg/tool/linux_amd64/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=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops;$WORK/b1696=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops -lang=go1.18 -complete -installsuffix shared -buildid gCWEgGfFnbTmqECMrhQK/gCWEgGfFnbTmqECMrhQK -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/ops.go
2025-08-20T21:21:06.1680271Z [00:03:59.507]➜  go tool buildid -w $WORK/b1696/_pkg_.a # internal
2025-08-20T21:21:06.1696857Z [00:03:59.509]➜  cp $WORK/b1696/_pkg_.a /root/.cache/go-build/61/610d095a210d126faca2a425ba61fe1c45b345a7b1962d3b6668eddc7a9ace5c-d # internal
2025-08-20T21:21:06.1700514Z [00:03:59.509]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth
2025-08-20T21:21:06.1714128Z [00:03:59.509]➜  mkdir -p $WORK/b1694/
2025-08-20T21:21:06.1716284Z [00:03:59.511]➜  cat >/tmp/go-build3619502580/b1694/importcfg << 'EOF' # internal
2025-08-20T21:21:06.1717027Z [00:03:59.511]➜  # import config
2025-08-20T21:21:06.1717737Z [00:03:59.511]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:06.1718697Z [00:03:59.511]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:06.1719604Z [00:03:59.511]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:06.1720445Z [00:03:59.511]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:06.1722110Z [00:03:59.511]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors=/tmp/go-build3619502580/b1688/_pkg_.a
2025-08-20T21:21:06.1724065Z [00:03:59.511]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported=/tmp/go-build3619502580/b1695/_pkg_.a
2025-08-20T21:21:06.1726096Z [00:03:59.511]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json/types/time=/tmp/go-build3619502580/b1693/_pkg_.a
2025-08-20T21:21:06.1728105Z [00:03:59.511]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops=/tmp/go-build3619502580/b1696/_pkg_.a
2025-08-20T21:21:06.1730168Z [00:03:59.511]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build3619502580/b1697/_pkg_.a
2025-08-20T21:21:06.1732927Z [00:03:59.511]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3619502580/b1698/_pkg_.a
2025-08-20T21:21:06.1735634Z [00:03:59.511]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust=/tmp/go-build3619502580/b1700/_pkg_.a
2025-08-20T21:21:06.1738445Z [00:03:59.511]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust/defs=/tmp/go-build3619502580/b1701/_pkg_.a
2025-08-20T21:21:06.1740625Z [00:03:59.511]➜  packagefile github.com/google/uuid=/tmp/go-build3619502580/b213/_pkg_.a
2025-08-20T21:21:06.1742361Z [00:03:59.511]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:06.1743845Z [00:03:59.511]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:06.1745319Z [00:03:59.511]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:06.1746768Z [00:03:59.511]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:06.1748364Z [00:03:59.511]➜  EOF
2025-08-20T21:21:06.1754395Z [00:03:59.511]➜  /root/.go/pkg/tool/linux_amd64/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=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth;$WORK/b1694=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth -lang=go1.18 -complete -installsuffix shared -buildid pMwR3zXSw4FzlLESO9Mh/pMwR3zXSw4FzlLESO9Mh -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/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:21:06.2587999Z [00:03:59.598]➜  go tool buildid -w $WORK/b1711/_pkg_.a # internal
2025-08-20T21:21:06.2595492Z [00:03:59.599]➜  cp $WORK/b1711/_pkg_.a /root/.cache/go-build/fa/fade2c33f132a952f00d2795a92e8896258a1935577c7631c6efaa4fda286d9d-d # internal
2025-08-20T21:21:06.2607916Z [00:03:59.600]➜  github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal
2025-08-20T21:21:06.2610975Z [00:03:59.600]➜  mkdir -p $WORK/b1714/
2025-08-20T21:21:06.2615163Z [00:03:59.601]➜  cat >/tmp/go-build3619502580/b1714/importcfg << 'EOF' # internal
2025-08-20T21:21:06.2619862Z [00:03:59.601]➜  # import config
2025-08-20T21:21:06.2620511Z [00:03:59.601]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:06.2621431Z [00:03:59.601]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:06.2622543Z [00:03:59.601]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3619502580/b329/_pkg_.a
2025-08-20T21:21:06.2623976Z [00:03:59.601]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3619502580/b336/_pkg_.a
2025-08-20T21:21:06.2625477Z [00:03:59.601]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3619502580/b339/_pkg_.a
2025-08-20T21:21:06.2627099Z [00:03:59.601]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build3619502580/b363/_pkg_.a
2025-08-20T21:21:06.2628239Z [00:03:59.601]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:06.2629073Z [00:03:59.601]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:06.2629955Z [00:03:59.601]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:06.2630814Z [00:03:59.601]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:06.2631805Z [00:03:59.601]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:06.2632364Z [00:03:59.601]➜  EOF
2025-08-20T21:21:06.2639193Z [00:03:59.601]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1714/_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/b1714=>" -p github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal -lang=go1.18 -complete -installsuffix shared -buildid wkoBJOBhP3BNfcTVx8P3/wkoBJOBhP3BNfcTVx8P3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1714/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:21:06.2798520Z [00:03:59.619]➜  go tool buildid -w $WORK/b1694/_pkg_.a # internal
2025-08-20T21:21:06.2824848Z [00:03:59.622]➜  cp $WORK/b1694/_pkg_.a /root/.cache/go-build/79/79f45094dd03f0123bf2323dda4f4ae6fb264febd18a11d709927e52ddfab0ec-d # internal
2025-08-20T21:21:06.2830446Z [00:03:59.622]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base/storage
2025-08-20T21:21:06.2831539Z [00:03:59.622]➜  mkdir -p $WORK/b1691/
2025-08-20T21:21:06.2838494Z [00:03:59.623]➜  cat >/tmp/go-build3619502580/b1691/importcfg << 'EOF' # internal
2025-08-20T21:21:06.2875632Z [00:03:59.623]➜  # import config
2025-08-20T21:21:06.2876438Z [00:03:59.623]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:06.2877313Z [00:03:59.623]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:06.2878018Z [00:03:59.623]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:06.2879290Z [00:03:59.623]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json=/tmp/go-build3619502580/b1692/_pkg_.a
2025-08-20T21:21:06.2881167Z [00:03:59.623]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json/types/time=/tmp/go-build3619502580/b1693/_pkg_.a
2025-08-20T21:21:06.2883176Z [00:03:59.623]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth=/tmp/go-build3619502580/b1694/_pkg_.a
2025-08-20T21:21:06.2885212Z [00:03:59.623]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build3619502580/b1697/_pkg_.a
2025-08-20T21:21:06.2887249Z [00:03:59.623]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3619502580/b1698/_pkg_.a
2025-08-20T21:21:06.2889072Z [00:03:59.623]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build3619502580/b1702/_pkg_.a
2025-08-20T21:21:06.2890287Z [00:03:59.623]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:06.2891017Z [00:03:59.623]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:06.2891980Z [00:03:59.623]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:06.2892762Z [00:03:59.623]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:06.2893350Z [00:03:59.623]➜  EOF
2025-08-20T21:21:06.2900676Z [00:03:59.623]➜  /root/.go/pkg/tool/linux_amd64/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/base/storage=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/base/storage;$WORK/b1691=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base/storage -lang=go1.18 -complete -installsuffix shared -buildid 4CCUljm4UXQ1SUu9dZbB/4CCUljm4UXQ1SUu9dZbB -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/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:21:06.3627179Z [00:03:59.702]➜  go tool buildid -w $WORK/b1714/_pkg_.a # internal
2025-08-20T21:21:06.3646512Z [00:03:59.704]➜  cp $WORK/b1714/_pkg_.a /root/.cache/go-build/29/291edd8ff3a38b6a25e22e51184b783ede1d7721ee47781c2876e824d072cc28-d # internal
2025-08-20T21:21:06.3680221Z [00:03:59.707]➜  github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys
2025-08-20T21:21:06.3683671Z [00:03:59.707]➜  mkdir -p $WORK/b1713/
2025-08-20T21:21:06.3688542Z [00:03:59.708]➜  cat >/tmp/go-build3619502580/b1713/importcfg << 'EOF' # internal
2025-08-20T21:21:06.3707790Z [00:03:59.708]➜  # import config
2025-08-20T21:21:06.3708499Z [00:03:59.708]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:06.3709383Z [00:03:59.708]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:06.3710276Z [00:03:59.708]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:06.3711081Z [00:03:59.708]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:06.3716118Z [00:03:59.708]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3619502580/b329/_pkg_.a
2025-08-20T21:21:06.3717542Z [00:03:59.708]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3619502580/b336/_pkg_.a
2025-08-20T21:21:06.3719241Z [00:03:59.708]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3619502580/b339/_pkg_.a
2025-08-20T21:21:06.3720816Z [00:03:59.708]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal=/tmp/go-build3619502580/b1714/_pkg_.a
2025-08-20T21:21:06.3722257Z [00:03:59.708]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:06.3723108Z [00:03:59.708]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:06.3723942Z [00:03:59.708]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:06.3724766Z [00:03:59.708]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:06.3725725Z [00:03:59.708]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:06.3726353Z [00:03:59.708]➜  EOF
2025-08-20T21:21:06.3737473Z [00:03:59.708]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1713/_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/b1713=>" -p github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys -lang=go1.18 -complete -installsuffix shared -buildid LhRz99Q8N-oEvzEGlhlG/LhRz99Q8N-oEvzEGlhlG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1713/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:21:06.4782376Z [00:03:59.817]➜  go tool buildid -w $WORK/b1691/_pkg_.a # internal
2025-08-20T21:21:06.4821661Z [00:03:59.821]➜  cp $WORK/b1691/_pkg_.a /root/.cache/go-build/28/286277a1f0c496f55f3ac1b57c56eed6092b3ab23e13265210588929a14e3468-d # internal
2025-08-20T21:21:06.4834518Z [00:03:59.823]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base
2025-08-20T21:21:06.4836011Z [00:03:59.823]➜  mkdir -p $WORK/b1687/
2025-08-20T21:21:06.4837150Z [00:03:59.823]➜  cat >/tmp/go-build3619502580/b1687/importcfg << 'EOF' # internal
2025-08-20T21:21:06.4839038Z [00:03:59.823]➜  # import config
2025-08-20T21:21:06.4839951Z [00:03:59.823]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:06.4840801Z [00:03:59.823]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:06.4842359Z [00:03:59.823]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache=/tmp/go-build3619502580/b1685/_pkg_.a
2025-08-20T21:21:06.4844142Z [00:03:59.823]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors=/tmp/go-build3619502580/b1688/_pkg_.a
2025-08-20T21:21:06.4846090Z [00:03:59.823]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base/storage=/tmp/go-build3619502580/b1691/_pkg_.a
2025-08-20T21:21:06.4848086Z [00:03:59.823]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth=/tmp/go-build3619502580/b1694/_pkg_.a
2025-08-20T21:21:06.4850147Z [00:03:59.823]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build3619502580/b1697/_pkg_.a
2025-08-20T21:21:06.4863769Z [00:03:59.823]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3619502580/b1698/_pkg_.a
2025-08-20T21:21:06.4865874Z [00:03:59.823]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build3619502580/b1702/_pkg_.a
2025-08-20T21:21:06.4867204Z [00:03:59.823]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:06.4868038Z [00:03:59.823]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:06.4868838Z [00:03:59.823]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:06.4869802Z [00:03:59.823]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:06.4870636Z [00:03:59.823]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:06.4872450Z [00:03:59.823]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:06.4873089Z [00:03:59.823]➜  EOF
2025-08-20T21:21:06.4878114Z [00:03:59.823]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1687/_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/b1687=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base -lang=go1.18 -complete -installsuffix shared -buildid GZmMPmQjCOZz0rdMChgg/GZmMPmQjCOZz0rdMChgg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1687/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:21:06.5650217Z [00:03:59.904]➜  go tool buildid -w $WORK/b1687/_pkg_.a # internal
2025-08-20T21:21:06.5691407Z [00:03:59.908]➜  cp $WORK/b1687/_pkg_.a /root/.cache/go-build/30/305735904c9c576470cf5e04509a4eb9f2c358ebc27d6fa4587d4bf7a4598bac-d # internal
2025-08-20T21:21:06.5716648Z [00:03:59.909]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/confidential
2025-08-20T21:21:06.5717558Z [00:03:59.909]➜  mkdir -p $WORK/b1686/
2025-08-20T21:21:06.5721626Z [00:03:59.909]➜  cat >/tmp/go-build3619502580/b1686/importcfg << 'EOF' # internal
2025-08-20T21:21:06.5722328Z [00:03:59.909]➜  # import config
2025-08-20T21:21:06.5723007Z [00:03:59.909]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:06.5723848Z [00:03:59.909]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:21:06.5724889Z [00:03:59.909]➜  packagefile crypto/rsa=/tmp/go-build3619502580/b147/_pkg_.a
2025-08-20T21:21:06.5725809Z [00:03:59.909]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:21:06.5726717Z [00:03:59.909]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:06.5727620Z [00:03:59.909]➜  packagefile encoding/pem=/tmp/go-build3619502580/b157/_pkg_.a
2025-08-20T21:21:06.5728682Z [00:03:59.909]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:06.5729492Z [00:03:59.909]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:06.5730781Z [00:03:59.909]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache=/tmp/go-build3619502580/b1685/_pkg_.a
2025-08-20T21:21:06.5761470Z [00:03:59.909]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base=/tmp/go-build3619502580/b1687/_pkg_.a
2025-08-20T21:21:06.5770447Z [00:03:59.909]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported=/tmp/go-build3619502580/b1695/_pkg_.a
2025-08-20T21:21:06.5791773Z [00:03:59.909]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth=/tmp/go-build3619502580/b1694/_pkg_.a
2025-08-20T21:21:06.5793825Z [00:03:59.909]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops=/tmp/go-build3619502580/b1696/_pkg_.a
2025-08-20T21:21:06.5796460Z [00:03:59.909]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build3619502580/b1697/_pkg_.a
2025-08-20T21:21:06.5798724Z [00:03:59.909]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3619502580/b1698/_pkg_.a
2025-08-20T21:21:06.5800828Z [00:03:59.909]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/options=/tmp/go-build3619502580/b1706/_pkg_.a
2025-08-20T21:21:06.5829065Z [00:03:59.909]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build3619502580/b1702/_pkg_.a
2025-08-20T21:21:06.5830628Z [00:03:59.909]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:06.5831664Z [00:03:59.909]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:06.5832310Z [00:03:59.909]➜  EOF
2025-08-20T21:21:06.5837426Z [00:03:59.909]➜  /root/.go/pkg/tool/linux_amd64/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/confidential=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/confidential;$WORK/b1686=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/confidential -lang=go1.18 -complete -installsuffix shared -buildid ihR3rRpfu4I3vQ3X8oBn/ihR3rRpfu4I3vQ3X8oBn -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/confidential/confidential.go
2025-08-20T21:21:06.7558080Z [00:04:00.095]➜  go tool buildid -w $WORK/b1686/_pkg_.a # internal
2025-08-20T21:21:06.7602799Z [00:04:00.099]➜  cp $WORK/b1686/_pkg_.a /root/.cache/go-build/9b/9bb3e3411ecbb0dde44fd5df5200f28e07ad372e27f1558bb3a88afb8baa6661-d # internal
2025-08-20T21:21:06.7617402Z [00:04:00.101]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/managedidentity
2025-08-20T21:21:06.7619425Z [00:04:00.101]➜  mkdir -p $WORK/b1707/
2025-08-20T21:21:06.7628142Z [00:04:00.102]➜  cat >/tmp/go-build3619502580/b1707/importcfg << 'EOF' # internal
2025-08-20T21:21:06.7630657Z [00:04:00.102]➜  # import config
2025-08-20T21:21:06.7633644Z [00:04:00.102]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:06.7634608Z [00:04:00.102]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:06.7635702Z [00:04:00.102]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:06.7637136Z [00:04:00.102]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors=/tmp/go-build3619502580/b1688/_pkg_.a
2025-08-20T21:21:06.7639012Z [00:04:00.102]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base=/tmp/go-build3619502580/b1687/_pkg_.a
2025-08-20T21:21:06.7641013Z [00:04:00.102]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base/storage=/tmp/go-build3619502580/b1691/_pkg_.a
2025-08-20T21:21:06.7643381Z [00:04:00.102]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops=/tmp/go-build3619502580/b1696/_pkg_.a
2025-08-20T21:21:06.7645458Z [00:04:00.102]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build3619502580/b1697/_pkg_.a
2025-08-20T21:21:06.7647589Z [00:04:00.102]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3619502580/b1698/_pkg_.a
2025-08-20T21:21:06.7649597Z [00:04:00.102]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build3619502580/b1702/_pkg_.a
2025-08-20T21:21:06.7650923Z [00:04:00.102]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:06.7656481Z [00:04:00.102]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:06.7657357Z [00:04:00.102]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:06.7658170Z [00:04:00.102]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:06.7659012Z [00:04:00.102]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:21:06.7659893Z [00:04:00.102]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:06.7660710Z [00:04:00.102]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:06.7661816Z [00:04:00.102]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:06.7662643Z [00:04:00.102]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:06.7663386Z [00:04:00.102]➜  EOF
2025-08-20T21:21:06.7671529Z [00:04:00.105]➜  /root/.go/pkg/tool/linux_amd64/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/managedidentity=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/managedidentity;$WORK/b1707=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/managedidentity -lang=go1.18 -complete -installsuffix shared -buildid g2oUi8IYvccXoDR-V4gB/g2oUi8IYvccXoDR-V4gB -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/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:21:06.9648308Z [00:04:00.304]➜  go tool buildid -w $WORK/b1713/_pkg_.a # internal
2025-08-20T21:21:06.9727358Z [00:04:00.312]➜  cp $WORK/b1713/_pkg_.a /root/.cache/go-build/f6/f6c8582113139e2a1499c476b550311019d4de91b7cfe97adb9b7067e655ba4e-d # internal
2025-08-20T21:21:06.9734313Z [00:04:00.312]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/public
2025-08-20T21:21:06.9735035Z [00:04:00.312]➜  mkdir -p $WORK/b1708/
2025-08-20T21:21:06.9739043Z [00:04:00.313]➜  cat >/tmp/go-build3619502580/b1708/importcfg << 'EOF' # internal
2025-08-20T21:21:06.9750085Z [00:04:00.313]➜  # import config
2025-08-20T21:21:06.9750720Z [00:04:00.313]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:06.9751874Z [00:04:00.313]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:21:06.9752727Z [00:04:00.313]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:21:06.9753614Z [00:04:00.313]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:06.9754417Z [00:04:00.313]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:06.9755277Z [00:04:00.313]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:06.9756490Z [00:04:00.313]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache=/tmp/go-build3619502580/b1685/_pkg_.a
2025-08-20T21:21:06.9758153Z [00:04:00.313]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base=/tmp/go-build3619502580/b1687/_pkg_.a
2025-08-20T21:21:06.9759998Z [00:04:00.313]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/local=/tmp/go-build3619502580/b1709/_pkg_.a
2025-08-20T21:21:06.9762712Z [00:04:00.313]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth=/tmp/go-build3619502580/b1694/_pkg_.a
2025-08-20T21:21:06.9764679Z [00:04:00.313]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops=/tmp/go-build3619502580/b1696/_pkg_.a
2025-08-20T21:21:06.9767107Z [00:04:00.313]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build3619502580/b1697/_pkg_.a
2025-08-20T21:21:06.9769151Z [00:04:00.313]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3619502580/b1698/_pkg_.a
2025-08-20T21:21:06.9771009Z [00:04:00.313]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/options=/tmp/go-build3619502580/b1706/_pkg_.a
2025-08-20T21:21:06.9773007Z [00:04:00.313]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build3619502580/b1702/_pkg_.a
2025-08-20T21:21:06.9774320Z [00:04:00.314]➜  packagefile github.com/google/uuid=/tmp/go-build3619502580/b213/_pkg_.a
2025-08-20T21:21:06.9775406Z [00:04:00.314]➜  packagefile github.com/pkg/browser=/tmp/go-build3619502580/b1710/_pkg_.a
2025-08-20T21:21:06.9776351Z [00:04:00.314]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:06.9777149Z [00:04:00.314]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:06.9777937Z [00:04:00.314]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:06.9778529Z [00:04:00.314]➜  EOF
2025-08-20T21:21:06.9783474Z [00:04:00.314]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1708/_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/b1708=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/public -lang=go1.18 -complete -installsuffix shared -buildid DKIm_8OZIL4mW5SQNEUk/DKIm_8OZIL4mW5SQNEUk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1708/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:21:06.9790046Z [00:04:00.318]➜  go tool buildid -w $WORK/b1707/_pkg_.a # internal
2025-08-20T21:21:06.9795589Z [00:04:00.319]➜  cp $WORK/b1707/_pkg_.a /root/.cache/go-build/67/671462185a072eb1c189a9e29ed1259ab77c5f00a44c2e324fb24e5b4995d4a1-d # internal
2025-08-20T21:21:06.9799691Z [00:04:00.319]➜  google.golang.org/api/cloudkms/v1
2025-08-20T21:21:06.9803105Z [00:04:00.319]➜  mkdir -p $WORK/b1717/
2025-08-20T21:21:06.9820628Z [00:04:00.321]➜  cat >/tmp/go-build3619502580/b1717/importcfg << 'EOF' # internal
2025-08-20T21:21:06.9832279Z [00:04:00.322]➜  # import config
2025-08-20T21:21:06.9838942Z [00:04:00.323]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:06.9839806Z [00:04:00.323]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:06.9844608Z [00:04:00.323]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:06.9845490Z [00:04:00.323]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:06.9846260Z [00:04:00.323]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:06.9847334Z [00:04:00.323]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3619502580/b1349/_pkg_.a
2025-08-20T21:21:06.9848694Z [00:04:00.323]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3619502580/b1323/_pkg_.a
2025-08-20T21:21:06.9849779Z [00:04:00.323]➜  packagefile google.golang.org/api/internal=/tmp/go-build3619502580/b1361/_pkg_.a
2025-08-20T21:21:06.9850952Z [00:04:00.323]➜  packagefile google.golang.org/api/internal/gensupport=/tmp/go-build3619502580/b1454/_pkg_.a
2025-08-20T21:21:06.9856060Z [00:04:00.323]➜  packagefile google.golang.org/api/option=/tmp/go-build3619502580/b1345/_pkg_.a
2025-08-20T21:21:06.9857319Z [00:04:00.323]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3619502580/b1412/_pkg_.a
2025-08-20T21:21:06.9858634Z [00:04:00.323]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build3619502580/b1455/_pkg_.a
2025-08-20T21:21:06.9859624Z [00:04:00.323]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:06.9860614Z [00:04:00.323]➜  packagefile log/slog=/tmp/go-build3619502580/b393/_pkg_.a
2025-08-20T21:21:06.9861612Z [00:04:00.324]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:06.9862436Z [00:04:00.324]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:06.9863227Z [00:04:00.324]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:06.9864015Z [00:04:00.324]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:06.9864604Z [00:04:00.324]➜  EOF
2025-08-20T21:21:06.9868338Z [00:04:00.324]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1717/_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/b1717=>" -p google.golang.org/api/cloudkms/v1 -lang=go1.23 -complete -installsuffix shared -buildid 4FV2kzaAAejibPDcSvcS/4FV2kzaAAejibPDcSvcS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1717/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.230.0/cloudkms/v1/cloudkms-gen.go
2025-08-20T21:21:07.1363186Z [00:04:00.475]➜  go tool buildid -w $WORK/b1708/_pkg_.a # internal
2025-08-20T21:21:07.1436018Z [00:04:00.483]➜  cp $WORK/b1708/_pkg_.a /root/.cache/go-build/a2/a25c1342a393d94e8a9e887391aa1c0d1252b059a6bc5243ec336b9665d0ba49-d # internal
2025-08-20T21:21:07.1517185Z [00:04:00.491]➜  github.com/Azure/azure-sdk-for-go/sdk/azidentity
2025-08-20T21:21:07.1520252Z [00:04:00.491]➜  mkdir -p $WORK/b1680/
2025-08-20T21:21:07.1526019Z [00:04:00.492]➜  cat >/tmp/go-build3619502580/b1680/importcfg << 'EOF' # internal
2025-08-20T21:21:07.1527105Z [00:04:00.492]➜  # import config
2025-08-20T21:21:07.1528209Z [00:04:00.492]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:07.1529182Z [00:04:00.492]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:07.1530147Z [00:04:00.492]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:21:07.1531104Z [00:04:00.492]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:21:07.1533194Z [00:04:00.492]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:07.1534061Z [00:04:00.492]➜  packagefile encoding/pem=/tmp/go-build3619502580/b157/_pkg_.a
2025-08-20T21:21:07.1534854Z [00:04:00.492]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:07.1535576Z [00:04:00.492]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:07.1536562Z [00:04:00.492]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3619502580/b329/_pkg_.a
2025-08-20T21:21:07.1537863Z [00:04:00.492]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/runtime=/tmp/go-build3619502580/b1681/_pkg_.a
2025-08-20T21:21:07.1539196Z [00:04:00.492]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud=/tmp/go-build3619502580/b337/_pkg_.a
2025-08-20T21:21:07.1540502Z [00:04:00.492]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3619502580/b336/_pkg_.a
2025-08-20T21:21:07.1542131Z [00:04:00.492]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3619502580/b339/_pkg_.a
2025-08-20T21:21:07.1543445Z [00:04:00.492]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build3619502580/b348/_pkg_.a
2025-08-20T21:21:07.1544817Z [00:04:00.492]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azidentity/internal=/tmp/go-build3619502580/b1684/_pkg_.a
2025-08-20T21:21:07.1546213Z [00:04:00.492]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/errorinfo=/tmp/go-build3619502580/b350/_pkg_.a
2025-08-20T21:21:07.1547513Z [00:04:00.492]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build3619502580/b333/_pkg_.a
2025-08-20T21:21:07.1549043Z [00:04:00.492]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/confidential=/tmp/go-build3619502580/b1686/_pkg_.a
2025-08-20T21:21:07.1550911Z [00:04:00.492]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors=/tmp/go-build3619502580/b1688/_pkg_.a
2025-08-20T21:21:07.1558704Z [00:04:00.492]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/managedidentity=/tmp/go-build3619502580/b1707/_pkg_.a
2025-08-20T21:21:07.1560435Z [00:04:00.492]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/public=/tmp/go-build3619502580/b1708/_pkg_.a
2025-08-20T21:21:07.1561916Z [00:04:00.492]➜  packagefile golang.org/x/crypto/pkcs12=/tmp/go-build3619502580/b1711/_pkg_.a
2025-08-20T21:21:07.1562779Z [00:04:00.492]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:07.1563517Z [00:04:00.492]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:07.1564404Z [00:04:00.492]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:07.1565142Z [00:04:00.492]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:07.1565875Z [00:04:00.492]➜  packagefile os/exec=/tmp/go-build3619502580/b270/_pkg_.a
2025-08-20T21:21:07.1566628Z [00:04:00.492]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:07.1567374Z [00:04:00.492]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:07.1568100Z [00:04:00.492]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:07.1568813Z [00:04:00.492]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:07.1569350Z [00:04:00.492]➜  EOF
2025-08-20T21:21:07.1598743Z [00:04:00.495]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1680/_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/b1680=>" -p github.com/Azure/azure-sdk-for-go/sdk/azidentity -lang=go1.23 -complete -installsuffix shared -buildid E8-wdzSqXKfugM1pWlap/E8-wdzSqXKfugM1pWlap -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/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:21:07.6871571Z [00:04:01.026]➜  go tool buildid -w $WORK/b1680/_pkg_.a # internal
2025-08-20T21:21:07.6934600Z [00:04:01.033]➜  cp $WORK/b1680/_pkg_.a /root/.cache/go-build/87/879ccf099413c87ee82f2acab51cea5085c8dbfa414864cae838523259bd8b18-d # internal
2025-08-20T21:21:07.6949508Z [00:04:01.033]➜  github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/azurekms
2025-08-20T21:21:07.6950424Z [00:04:01.033]➜  mkdir -p $WORK/b1679/
2025-08-20T21:21:07.6951501Z [00:04:01.034]➜  cat >/tmp/go-build3619502580/b1679/importcfg << 'EOF' # internal
2025-08-20T21:21:07.6958586Z [00:04:01.034]➜  # import config
2025-08-20T21:21:07.6959275Z [00:04:01.034]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:07.6960128Z [00:04:01.034]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:07.6960928Z [00:04:01.034]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:07.6962200Z [00:04:01.034]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3619502580/b329/_pkg_.a
2025-08-20T21:21:07.6963549Z [00:04:01.034]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azidentity=/tmp/go-build3619502580/b1680/_pkg_.a
2025-08-20T21:21:07.6965225Z [00:04:01.034]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys=/tmp/go-build3619502580/b1713/_pkg_.a
2025-08-20T21:21:07.6967002Z [00:04:01.034]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption=/tmp/go-build3619502580/b1625/_pkg_.a
2025-08-20T21:21:07.6968572Z [00:04:01.034]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build3619502580/b1632/_pkg_.a
2025-08-20T21:21:07.6969922Z [00:04:01.034]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build3619502580/b1634/_pkg_.a
2025-08-20T21:21:07.6970998Z [00:04:01.034]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:07.6972040Z [00:04:01.034]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:07.6972667Z [00:04:01.034]➜  EOF
2025-08-20T21:21:07.6980071Z [00:04:01.034]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1679/_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/b1679=>" -p github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/azurekms -lang=go1.21 -complete -installsuffix shared -buildid nFT1m-32hkhqLrlqnhs7/nFT1m-32hkhqLrlqnhs7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1679/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:21:07.7611996Z [00:04:01.100]➜  go tool buildid -w $WORK/b1679/_pkg_.a # internal
2025-08-20T21:21:07.7632351Z [00:04:01.102]➜  cp $WORK/b1679/_pkg_.a /root/.cache/go-build/a6/a621fdf9362b473f8940301f437aee46901f4f0c565afad943bdabdd8c907bf4-d # internal
2025-08-20T21:21:07.7637018Z [00:04:01.103]➜  archive/tar
2025-08-20T21:21:07.7639554Z [00:04:01.103]➜  mkdir -p $WORK/b1720/
2025-08-20T21:21:07.7646229Z [00:04:01.104]➜  cat >/tmp/go-build3619502580/b1720/importcfg << 'EOF' # internal
2025-08-20T21:21:07.7650051Z [00:04:01.104]➜  # import config
2025-08-20T21:21:07.7650708Z [00:04:01.104]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:07.7651839Z [00:04:01.104]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:07.7652613Z [00:04:01.104]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:07.7653511Z [00:04:01.104]➜  packagefile internal/godebug=/tmp/go-build3619502580/b045/_pkg_.a
2025-08-20T21:21:07.7654382Z [00:04:01.104]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:07.7655152Z [00:04:01.104]➜  packagefile io/fs=/tmp/go-build3619502580/b053/_pkg_.a
2025-08-20T21:21:07.7655946Z [00:04:01.104]➜  packagefile maps=/tmp/go-build3619502580/b158/_pkg_.a
2025-08-20T21:21:07.7656758Z [00:04:01.104]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:07.7657573Z [00:04:01.104]➜  packagefile os/user=/tmp/go-build3619502580/b273/_pkg_.a
2025-08-20T21:21:07.7658532Z [00:04:01.104]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:21:07.7659419Z [00:04:01.104]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:21:07.7660319Z [00:04:01.104]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:07.7661146Z [00:04:01.104]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:07.7662252Z [00:04:01.104]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:21:07.7663053Z [00:04:01.104]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:07.7663878Z [00:04:01.104]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:07.7664671Z [00:04:01.104]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:07.7665642Z [00:04:01.104]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:21:07.7666449Z [00:04:01.104]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:07.7667050Z [00:04:01.104]➜  EOF
2025-08-20T21:21:07.7691818Z [00:04:01.104]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1720/_pkg_.a -trimpath "/root/.go/src/archive/tar=>archive/tar;$WORK/b1720=>" -p archive/tar -lang=go1.25 -std -complete -installsuffix shared -buildid tn8ri761jPTYWk4Je8QT/tn8ri761jPTYWk4Je8QT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1720/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:21:08.0683675Z [00:04:01.407]➜  go tool buildid -w $WORK/b1717/_pkg_.a # internal
2025-08-20T21:21:08.0837076Z [00:04:01.423]➜  cp $WORK/b1717/_pkg_.a /root/.cache/go-build/d2/d260576f2f2d7a7c6d5c74a7d4651682f8d75d02139fd66ed9ac5597eb19c947-d # internal
2025-08-20T21:21:08.0838973Z [00:04:01.423]➜  github.com/tink-crypto/tink-go-gcpkms/v2/integration/gcpkms
2025-08-20T21:21:08.0840310Z [00:04:01.423]➜  mkdir -p $WORK/b1716/
2025-08-20T21:21:08.0850449Z [00:04:01.424]➜  cat >/tmp/go-build3619502580/b1716/importcfg << 'EOF' # internal
2025-08-20T21:21:08.0851729Z [00:04:01.424]➜  # import config
2025-08-20T21:21:08.0853020Z [00:04:01.424]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:08.0854016Z [00:04:01.424]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:08.0856641Z [00:04:01.424]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:08.0857421Z [00:04:01.424]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:08.0858491Z [00:04:01.424]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build3619502580/b1632/_pkg_.a
2025-08-20T21:21:08.0859710Z [00:04:01.424]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build3619502580/b1634/_pkg_.a
2025-08-20T21:21:08.0860852Z [00:04:01.424]➜  packagefile google.golang.org/api/cloudkms/v1=/tmp/go-build3619502580/b1717/_pkg_.a
2025-08-20T21:21:08.0862080Z [00:04:01.424]➜  packagefile google.golang.org/api/option=/tmp/go-build3619502580/b1345/_pkg_.a
2025-08-20T21:21:08.0863143Z [00:04:01.424]➜  packagefile hash/crc32=/tmp/go-build3619502580/b078/_pkg_.a
2025-08-20T21:21:08.0863947Z [00:04:01.424]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:08.0864715Z [00:04:01.424]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:08.0865281Z [00:04:01.424]➜  EOF
2025-08-20T21:21:08.0870340Z [00:04:01.424]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1716/_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/b1716=>" -p github.com/tink-crypto/tink-go-gcpkms/v2/integration/gcpkms -lang=go1.21 -complete -installsuffix shared -buildid wTbjX7brI3IsdNwHwvj1/wTbjX7brI3IsdNwHwvj1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1716/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:21:08.1915293Z [00:04:01.531]➜  go tool buildid -w $WORK/b1716/_pkg_.a # internal
2025-08-20T21:21:08.1959752Z [00:04:01.533]➜  cp $WORK/b1716/_pkg_.a /root/.cache/go-build/98/980ad49b774204de8d203fdf3b46d6211eb8d70121a4a24501a3c27e3a3d5382-d # internal
2025-08-20T21:21:08.1961497Z [00:04:01.533]➜  github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/gcpkms
2025-08-20T21:21:08.1962403Z [00:04:01.533]➜  mkdir -p $WORK/b1715/
2025-08-20T21:21:08.1963341Z [00:04:01.534]➜  cat >/tmp/go-build3619502580/b1715/importcfg << 'EOF' # internal
2025-08-20T21:21:08.1964059Z [00:04:01.534]➜  # import config
2025-08-20T21:21:08.1964703Z [00:04:01.534]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:08.1970948Z [00:04:01.534]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:08.1972595Z [00:04:01.534]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption=/tmp/go-build3619502580/b1625/_pkg_.a
2025-08-20T21:21:08.1974382Z [00:04:01.534]➜  packagefile github.com/tink-crypto/tink-go-gcpkms/v2/integration/gcpkms=/tmp/go-build3619502580/b1716/_pkg_.a
2025-08-20T21:21:08.1975873Z [00:04:01.534]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build3619502580/b1632/_pkg_.a
2025-08-20T21:21:08.1977113Z [00:04:01.534]➜  packagefile google.golang.org/api/option=/tmp/go-build3619502580/b1345/_pkg_.a
2025-08-20T21:21:08.1977859Z [00:04:01.534]➜  EOF
2025-08-20T21:21:08.1983264Z [00:04:01.534]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1715/_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/b1715=>" -p github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/gcpkms -lang=go1.21 -complete -installsuffix shared -buildid 7BcyRLrRMmfdop72kslG/7BcyRLrRMmfdop72kslG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1715/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:21:08.2097389Z [00:04:01.549]➜  go tool buildid -w $WORK/b1676/_pkg_.a # internal
2025-08-20T21:21:08.2102980Z [00:04:01.550]➜  go tool buildid -w $WORK/b1720/_pkg_.a # internal
2025-08-20T21:21:08.2165791Z [00:04:01.556]➜  cp $WORK/b1720/_pkg_.a /root/.cache/go-build/61/617e04be5f39e20d005edd860c0a30ee1c39cae8100d80b13889577db6e3e16c-d # internal
2025-08-20T21:21:08.2167423Z [00:04:01.556]➜  github.com/cenkalti/backoff/v4
2025-08-20T21:21:08.2168423Z [00:04:01.556]➜  mkdir -p $WORK/b1721/
2025-08-20T21:21:08.2172946Z [00:04:01.556]➜  cat >/tmp/go-build3619502580/b1721/importcfg << 'EOF' # internal
2025-08-20T21:21:08.2173654Z [00:04:01.556]➜  # import config
2025-08-20T21:21:08.2174322Z [00:04:01.556]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:08.2175355Z [00:04:01.556]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:08.2176188Z [00:04:01.556]➜  packagefile math/rand=/tmp/go-build3619502580/b108/_pkg_.a
2025-08-20T21:21:08.2177009Z [00:04:01.556]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:08.2177809Z [00:04:01.556]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:08.2178432Z [00:04:01.556]➜  EOF
2025-08-20T21:21:08.2185037Z [00:04:01.557]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1721/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0=>github.com/cenkalti/backoff/v4@v4.3.0;$WORK/b1721=>" -p github.com/cenkalti/backoff/v4 -lang=go1.18 -complete -installsuffix shared -buildid RgI3X8_-jg_vx1pmUNUe/RgI3X8_-jg_vx1pmUNUe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1721/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:21:08.2568051Z [00:04:01.596]➜  go tool buildid -w $WORK/b1715/_pkg_.a # internal
2025-08-20T21:21:08.2581995Z [00:04:01.597]➜  cp $WORK/b1676/_pkg_.a /root/.cache/go-build/1d/1d2672297d14361ae5040a43bb5ffaa3cf1c70cac1e3070e58751e723b83c407-d # internal
2025-08-20T21:21:08.2609580Z [00:04:01.598]➜  github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/awskms
2025-08-20T21:21:08.2610468Z [00:04:01.598]➜  mkdir -p $WORK/b1675/
2025-08-20T21:21:08.2611904Z [00:04:01.598]➜  cp $WORK/b1715/_pkg_.a /root/.cache/go-build/49/49bb5629a509dd9d605cc2d7eec0475414665a53e5d55e4eac267af3840407ee-d # internal
2025-08-20T21:21:08.2613007Z [00:04:01.598]➜  github.com/go-jose/go-jose/v4/jwt
2025-08-20T21:21:08.2613554Z [00:04:01.599]➜  mkdir -p $WORK/b1722/
2025-08-20T21:21:08.2614230Z [00:04:01.599]➜  cat >/tmp/go-build3619502580/b1722/importcfg << 'EOF' # internal
2025-08-20T21:21:08.2617889Z [00:04:01.599]➜  # import config
2025-08-20T21:21:08.2618525Z [00:04:01.599]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:08.2619300Z [00:04:01.599]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:08.2620042Z [00:04:01.599]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:08.2620951Z [00:04:01.599]➜  packagefile github.com/go-jose/go-jose/v4=/tmp/go-build3619502580/b1489/_pkg_.a
2025-08-20T21:21:08.2622212Z [00:04:01.599]➜  packagefile github.com/go-jose/go-jose/v4/json=/tmp/go-build3619502580/b1493/_pkg_.a
2025-08-20T21:21:08.2623133Z [00:04:01.599]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:08.2623901Z [00:04:01.599]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:08.2624885Z [00:04:01.599]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:08.2625644Z [00:04:01.599]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:08.2626211Z [00:04:01.599]➜  EOF
2025-08-20T21:21:08.2626799Z [00:04:01.599]➜  cat >/tmp/go-build3619502580/b1675/importcfg << 'EOF' # internal
2025-08-20T21:21:08.2627430Z [00:04:01.599]➜  # import config
2025-08-20T21:21:08.2628038Z [00:04:01.599]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:08.2628814Z [00:04:01.599]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:08.2629553Z [00:04:01.599]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:08.2630465Z [00:04:01.599]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:21:08.2631684Z [00:04:01.599]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build3619502580/b235/_pkg_.a
2025-08-20T21:21:08.2633039Z [00:04:01.599]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build3619502580/b257/_pkg_.a
2025-08-20T21:21:08.2634307Z [00:04:01.599]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/stscreds=/tmp/go-build3619502580/b297/_pkg_.a
2025-08-20T21:21:08.2635544Z [00:04:01.599]➜  packagefile github.com/aws/aws-sdk-go-v2/service/kms=/tmp/go-build3619502580/b1676/_pkg_.a
2025-08-20T21:21:08.2636826Z [00:04:01.599]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build3619502580/b298/_pkg_.a
2025-08-20T21:21:08.2638465Z [00:04:01.599]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption=/tmp/go-build3619502580/b1625/_pkg_.a
2025-08-20T21:21:08.2640264Z [00:04:01.599]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build3619502580/b1632/_pkg_.a
2025-08-20T21:21:08.2641726Z [00:04:01.599]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build3619502580/b1634/_pkg_.a
2025-08-20T21:21:08.2642697Z [00:04:01.599]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:08.2643470Z [00:04:01.599]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:08.2644258Z [00:04:01.599]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:08.2644845Z [00:04:01.599]➜  EOF
2025-08-20T21:21:08.2655269Z [00:04:01.600]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1675/_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/b1675=>" -p github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/awskms -lang=go1.21 -complete -installsuffix shared -buildid e9Q6VMZgICu3hFJ5hn71/e9Q6VMZgICu3hFJ5hn71 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1675/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:21:08.2666956Z [00:04:01.600]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1722/_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/b1722=>" -p github.com/go-jose/go-jose/v4/jwt -lang=go1.24 -complete -installsuffix shared -buildid akaI8qgd42lXcGbJ7beM/akaI8qgd42lXcGbJ7beM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1722/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:21:08.2672286Z [00:04:01.601]➜  go tool buildid -w $WORK/b1721/_pkg_.a # internal
2025-08-20T21:21:08.2673563Z [00:04:01.603]➜  cp $WORK/b1721/_pkg_.a /root/.cache/go-build/cc/cca7f06830cf7e07d15773ab6c7e4f244e81b19dac56eb618c2316a1b882fde2-d # internal
2025-08-20T21:21:08.2674655Z [00:04:01.603]➜  github.com/hashicorp/errwrap
2025-08-20T21:21:08.2675178Z [00:04:01.603]➜  mkdir -p $WORK/b1723/
2025-08-20T21:21:08.2675876Z [00:04:01.603]➜  cat >/tmp/go-build3619502580/b1723/importcfg << 'EOF' # internal
2025-08-20T21:21:08.2676520Z [00:04:01.603]➜  # import config
2025-08-20T21:21:08.2677146Z [00:04:01.603]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:08.2677951Z [00:04:01.603]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:08.2678745Z [00:04:01.603]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:08.2679467Z [00:04:01.603]➜  EOF
2025-08-20T21:21:08.2682911Z [00:04:01.603]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1723/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/errwrap@v1.1.0=>github.com/hashicorp/errwrap@v1.1.0;$WORK/b1723=>" -p github.com/hashicorp/errwrap -lang=go1.16 -complete -installsuffix shared -buildid 7ABM8M-zHEZv3Txr73Fd/7ABM8M-zHEZv3Txr73Fd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1723/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/errwrap@v1.1.0/errwrap.go
2025-08-20T21:21:08.2934166Z [00:04:01.632]➜  go tool buildid -w $WORK/b1723/_pkg_.a # internal
2025-08-20T21:21:08.2945696Z [00:04:01.633]➜  cp $WORK/b1723/_pkg_.a /root/.cache/go-build/84/84bb072f9ad1edfb5234e234db0894de0553569949260896be9f26443cdb96d5-d # internal
2025-08-20T21:21:08.2948624Z [00:04:01.634]➜  github.com/hashicorp/go-cleanhttp
2025-08-20T21:21:08.2956138Z [00:04:01.634]➜  mkdir -p $WORK/b1724/
2025-08-20T21:21:08.2956871Z [00:04:01.634]➜  cat >/tmp/go-build3619502580/b1724/importcfg << 'EOF' # internal
2025-08-20T21:21:08.2957550Z [00:04:01.634]➜  # import config
2025-08-20T21:21:08.2958149Z [00:04:01.634]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:08.2958927Z [00:04:01.634]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:08.2959708Z [00:04:01.634]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:08.2960479Z [00:04:01.634]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:08.2961636Z [00:04:01.634]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:08.2962787Z [00:04:01.634]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:21:08.2963380Z [00:04:01.634]➜  EOF
2025-08-20T21:21:08.2967802Z [00:04:01.635]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1724/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-cleanhttp@v0.5.2=>github.com/hashicorp/go-cleanhttp@v0.5.2;$WORK/b1724=>" -p github.com/hashicorp/go-cleanhttp -lang=go1.13 -complete -installsuffix shared -buildid 1zdoQNuBkdxZtAB8KXyR/1zdoQNuBkdxZtAB8KXyR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1724/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-cleanhttp@v0.5.2/cleanhttp.go /root/go/pkg/mod/github.com/hashicorp/go-cleanhttp@v0.5.2/doc.go /root/go/pkg/mod/github.com/hashicorp/go-cleanhttp@v0.5.2/handlers.go
2025-08-20T21:21:08.3302110Z [00:04:01.669]➜  go tool buildid -w $WORK/b1675/_pkg_.a # internal
2025-08-20T21:21:08.3328339Z [00:04:01.672]➜  cp $WORK/b1675/_pkg_.a /root/.cache/go-build/26/26292e2df6c9e0a8dfb7a16f8378cce58c0fd72f35969a617cc9a652dcf0841c-d # internal
2025-08-20T21:21:08.3336246Z [00:04:01.673]➜  github.com/hashicorp/go-multierror
2025-08-20T21:21:08.3338617Z [00:04:01.673]➜  mkdir -p $WORK/b1725/
2025-08-20T21:21:08.3350399Z [00:04:01.674]➜  cat >/tmp/go-build3619502580/b1725/importcfg << 'EOF' # internal
2025-08-20T21:21:08.3381444Z [00:04:01.674]➜  # import config
2025-08-20T21:21:08.3382316Z [00:04:01.674]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:08.3383208Z [00:04:01.674]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:08.3384129Z [00:04:01.674]➜  packagefile github.com/hashicorp/errwrap=/tmp/go-build3619502580/b1723/_pkg_.a
2025-08-20T21:21:08.3385028Z [00:04:01.674]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:08.3385777Z [00:04:01.674]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:08.3386327Z [00:04:01.674]➜  EOF
2025-08-20T21:21:08.3394815Z [00:04:01.674]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1725/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1=>github.com/hashicorp/go-multierror@v1.1.1;$WORK/b1725=>" -p github.com/hashicorp/go-multierror -lang=go1.13 -complete -installsuffix shared -buildid nr4SMuJH3GryakL8RzdI/nr4SMuJH3GryakL8RzdI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1725/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:21:08.3420395Z [00:04:01.681]➜  go tool buildid -w $WORK/b1724/_pkg_.a # internal
2025-08-20T21:21:08.3433303Z [00:04:01.682]➜  cp $WORK/b1724/_pkg_.a /root/.cache/go-build/a7/a75276d822d9aa7e0988d5da5a3477acb4d082dd4ed8cf602085e226255680c9-d # internal
2025-08-20T21:21:08.3477251Z [00:04:01.687]➜  github.com/hashicorp/go-retryablehttp
2025-08-20T21:21:08.3479294Z [00:04:01.687]➜  mkdir -p $WORK/b1726/
2025-08-20T21:21:08.3480012Z [00:04:01.687]➜  cat >/tmp/go-build3619502580/b1726/importcfg << 'EOF' # internal
2025-08-20T21:21:08.3480671Z [00:04:01.687]➜  # import config
2025-08-20T21:21:08.3481464Z [00:04:01.687]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:08.3482272Z [00:04:01.687]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:08.3483073Z [00:04:01.687]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:21:08.3483862Z [00:04:01.687]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:08.3484607Z [00:04:01.687]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:08.3485679Z [00:04:01.687]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build3619502580/b1724/_pkg_.a
2025-08-20T21:21:08.3486589Z [00:04:01.687]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:08.3487314Z [00:04:01.687]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:21:08.3488039Z [00:04:01.687]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:08.3488813Z [00:04:01.687]➜  packagefile math/rand=/tmp/go-build3619502580/b108/_pkg_.a
2025-08-20T21:21:08.3489609Z [00:04:01.687]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:08.3490379Z [00:04:01.687]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:08.3491112Z [00:04:01.687]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:08.3492013Z [00:04:01.687]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:08.3492775Z [00:04:01.687]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:08.3493549Z [00:04:01.687]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:08.3494299Z [00:04:01.687]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:08.3495033Z [00:04:01.687]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:08.3495580Z [00:04:01.687]➜  EOF
2025-08-20T21:21:08.3500158Z [00:04:01.687]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1726/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-retryablehttp@v0.7.7=>github.com/hashicorp/go-retryablehttp@v0.7.7;$WORK/b1726=>" -p github.com/hashicorp/go-retryablehttp -lang=go1.19 -complete -installsuffix shared -buildid Pqk1ah4U92gXP8CVa7T2/Pqk1ah4U92gXP8CVa7T2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1726/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:21:08.3636892Z [00:04:01.703]➜  go tool buildid -w $WORK/b1722/_pkg_.a # internal
2025-08-20T21:21:08.3659689Z [00:04:01.705]➜  cp $WORK/b1722/_pkg_.a /root/.cache/go-build/2a/2afa3c73897c10d70ef47117b2918ec4aa564dcfaec37a81c3821efa04ad52d7-d # internal
2025-08-20T21:21:08.3665982Z [00:04:01.706]➜  github.com/hashicorp/go-rootcerts
2025-08-20T21:21:08.3680680Z [00:04:01.706]➜  mkdir -p $WORK/b1727/
2025-08-20T21:21:08.3681591Z [00:04:01.706]➜  cat >/tmp/go-build3619502580/b1727/importcfg << 'EOF' # internal
2025-08-20T21:21:08.3682255Z [00:04:01.706]➜  # import config
2025-08-20T21:21:08.3682904Z [00:04:01.706]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:21:08.3683741Z [00:04:01.706]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:21:08.3684529Z [00:04:01.706]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:08.3685285Z [00:04:01.706]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:08.3686065Z [00:04:01.706]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:08.3686826Z [00:04:01.706]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:08.3687767Z [00:04:01.706]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:21:08.3688394Z [00:04:01.706]➜  EOF
2025-08-20T21:21:08.3693884Z [00:04:01.707]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1727/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-rootcerts@v1.0.2=>github.com/hashicorp/go-rootcerts@v1.0.2;$WORK/b1727=>" -p github.com/hashicorp/go-rootcerts -lang=go1.12 -complete -installsuffix shared -buildid 2NYZAKZuVbB5OjxI5RiR/2NYZAKZuVbB5OjxI5RiR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1727/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:21:08.3731938Z [00:04:01.711]➜  go tool buildid -w $WORK/b1725/_pkg_.a # internal
2025-08-20T21:21:08.3745484Z [00:04:01.712]➜  cp $WORK/b1725/_pkg_.a /root/.cache/go-build/fa/fa8741cb8bd20ddc596e04fc0c1f090682a10a1cc3500ad03f04d54c3d8822b6-d # internal
2025-08-20T21:21:08.3746590Z [00:04:01.713]➜  github.com/ryanuber/go-glob
2025-08-20T21:21:08.3747106Z [00:04:01.713]➜  mkdir -p $WORK/b1730/
2025-08-20T21:21:08.3747791Z [00:04:01.713]➜  cat >/tmp/go-build3619502580/b1730/importcfg << 'EOF' # internal
2025-08-20T21:21:08.3748423Z [00:04:01.713]➜  # import config
2025-08-20T21:21:08.3749043Z [00:04:01.713]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:08.3749622Z [00:04:01.713]➜  EOF
2025-08-20T21:21:08.3752928Z [00:04:01.713]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1730/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ryanuber/go-glob@v1.0.0=>github.com/ryanuber/go-glob@v1.0.0;$WORK/b1730=>" -p github.com/ryanuber/go-glob -lang=go1.16 -complete -installsuffix shared -buildid Wp7K_r843js56YIJdIZS/Wp7K_r843js56YIJdIZS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1730/importcfg -pack /root/go/pkg/mod/github.com/ryanuber/go-glob@v1.0.0/glob.go
2025-08-20T21:21:08.3872423Z [00:04:01.726]➜  go tool buildid -w $WORK/b1730/_pkg_.a # internal
2025-08-20T21:21:08.3878103Z [00:04:01.727]➜  cp $WORK/b1730/_pkg_.a /root/.cache/go-build/91/910fbcdf2cb104275c6480de8c9cd0b4e66ba576b7ed0cf8a00e779b776507fb-d # internal
2025-08-20T21:21:08.3901583Z [00:04:01.729]➜  github.com/hashicorp/go-secure-stdlib/strutil
2025-08-20T21:21:08.3915873Z [00:04:01.729]➜  mkdir -p $WORK/b1729/
2025-08-20T21:21:08.3916727Z [00:04:01.730]➜  cat >/tmp/go-build3619502580/b1729/importcfg << 'EOF' # internal
2025-08-20T21:21:08.3917379Z [00:04:01.730]➜  # import config
2025-08-20T21:21:08.3918055Z [00:04:01.730]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:08.3928548Z [00:04:01.730]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:08.3929388Z [00:04:01.730]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:08.3930300Z [00:04:01.730]➜  packagefile github.com/ryanuber/go-glob=/tmp/go-build3619502580/b1730/_pkg_.a
2025-08-20T21:21:08.3944208Z [00:04:01.730]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:08.3945174Z [00:04:01.730]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:08.3945999Z [00:04:01.730]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:21:08.3946586Z [00:04:01.730]➜  EOF
2025-08-20T21:21:08.3950375Z [00:04:01.730]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1729/_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/b1729=>" -p github.com/hashicorp/go-secure-stdlib/strutil -lang=go1.16 -complete -installsuffix shared -buildid WgkjEL8bo_RmQuMswP8_/WgkjEL8bo_RmQuMswP8_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1729/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-secure-stdlib/strutil@v0.1.2/strutil.go
2025-08-20T21:21:08.4011920Z [00:04:01.740]➜  go tool buildid -w $WORK/b1727/_pkg_.a # internal
2025-08-20T21:21:08.4023279Z [00:04:01.741]➜  cp $WORK/b1727/_pkg_.a /root/.cache/go-build/95/957451ff12728f06d812e65adeff08fed70662fb30379eb322d65109de08b417-d # internal
2025-08-20T21:21:08.4032839Z [00:04:01.742]➜  github.com/hashicorp/go-sockaddr
2025-08-20T21:21:08.4034708Z [00:04:01.742]➜  mkdir -p $WORK/b1731/
2025-08-20T21:21:08.4042375Z [00:04:01.743]➜  cat >/tmp/go-build3619502580/b1731/importcfg << 'EOF' # internal
2025-08-20T21:21:08.4044225Z [00:04:01.743]➜  # import config
2025-08-20T21:21:08.4045086Z [00:04:01.743]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:08.4046139Z [00:04:01.743]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:08.4047592Z [00:04:01.743]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:08.4049251Z [00:04:01.743]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:08.4050598Z [00:04:01.743]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:08.4051801Z [00:04:01.743]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:21:08.4052769Z [00:04:01.743]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:08.4053591Z [00:04:01.743]➜  packagefile os/exec=/tmp/go-build3619502580/b270/_pkg_.a
2025-08-20T21:21:08.4054385Z [00:04:01.743]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:08.4055145Z [00:04:01.743]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:08.4055911Z [00:04:01.743]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:08.4056708Z [00:04:01.743]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:08.4057294Z [00:04:01.743]➜  EOF
2025-08-20T21:21:08.4066987Z [00:04:01.744]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1731/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-sockaddr@v1.0.7=>github.com/hashicorp/go-sockaddr@v1.0.7;$WORK/b1731=>" -p github.com/hashicorp/go-sockaddr -lang=go1.19 -complete -installsuffix shared -buildid WzYdOZztFYDTfCgtHZwY/WzYdOZztFYDTfCgtHZwY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1731/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:21:08.4508494Z [00:04:01.790]➜  go tool buildid -w $WORK/b1729/_pkg_.a # internal
2025-08-20T21:21:08.4527458Z [00:04:01.792]➜  cp $WORK/b1729/_pkg_.a /root/.cache/go-build/b5/b51bc2e11328954fba4c0021fab43f830255b3c22da6f95f46e81d08920eb006-d # internal
2025-08-20T21:21:08.4535575Z [00:04:01.793]➜  github.com/mitchellh/mapstructure
2025-08-20T21:21:08.4540318Z [00:04:01.793]➜  mkdir -p $WORK/b1732/
2025-08-20T21:21:08.4549867Z [00:04:01.794]➜  cat >/tmp/go-build3619502580/b1732/importcfg << 'EOF' # internal
2025-08-20T21:21:08.4550979Z [00:04:01.794]➜  # import config
2025-08-20T21:21:08.4551989Z [00:04:01.794]➜  packagefile encoding=/tmp/go-build3619502580/b059/_pkg_.a
2025-08-20T21:21:08.4553620Z [00:04:01.794]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:08.4554457Z [00:04:01.794]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:08.4555391Z [00:04:01.794]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:08.4556144Z [00:04:01.794]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:08.4556924Z [00:04:01.794]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:08.4557702Z [00:04:01.794]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:08.4558458Z [00:04:01.794]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:08.4559229Z [00:04:01.794]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:08.4559976Z [00:04:01.794]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:08.4560530Z [00:04:01.794]➜  EOF
2025-08-20T21:21:08.4572541Z [00:04:01.796]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1732/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mitchellh/mapstructure@v1.5.0=>github.com/mitchellh/mapstructure@v1.5.0;$WORK/b1732=>" -p github.com/mitchellh/mapstructure -lang=go1.14 -complete -installsuffix shared -buildid fwqKtsWGzg2n1ftzuTB8/fwqKtsWGzg2n1ftzuTB8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1732/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:21:08.5002892Z [00:04:01.839]➜  go tool buildid -w $WORK/b1726/_pkg_.a # internal
2025-08-20T21:21:08.5039713Z [00:04:01.843]➜  cp $WORK/b1726/_pkg_.a /root/.cache/go-build/b5/b5f23ef286dfb89dbc5721ac7586f114a0bfeace25d1820cd15fad8026bbd810-d # internal
2025-08-20T21:21:08.5047977Z [00:04:01.844]➜  github.com/hashicorp/hcl/hcl/strconv
2025-08-20T21:21:08.5048591Z [00:04:01.844]➜  mkdir -p $WORK/b1736/
2025-08-20T21:21:08.5053850Z [00:04:01.844]➜  cat >/tmp/go-build3619502580/b1736/importcfg << 'EOF' # internal
2025-08-20T21:21:08.5054548Z [00:04:01.844]➜  # import config
2025-08-20T21:21:08.5055231Z [00:04:01.844]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:08.5056123Z [00:04:01.844]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:08.5057009Z [00:04:01.844]➜  EOF
2025-08-20T21:21:08.5060850Z [00:04:01.844]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1736/_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/b1736=>" -p github.com/hashicorp/hcl/hcl/strconv -lang=go1.16 -complete -installsuffix shared -buildid VlaQo7ta7HXlLPV8Uk8b/VlaQo7ta7HXlLPV8Uk8b -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/strconv/quote.go
2025-08-20T21:21:08.5271582Z [00:04:01.866]➜  go tool buildid -w $WORK/b1736/_pkg_.a # internal
2025-08-20T21:21:08.5276748Z [00:04:01.867]➜  cp $WORK/b1736/_pkg_.a /root/.cache/go-build/4f/4f573ac7cde82a7191cff080f97b64ffb9df47b7a8c279f6dc274d17661057ea-d # internal
2025-08-20T21:21:08.5281839Z [00:04:01.867]➜  github.com/hashicorp/hcl/hcl/token
2025-08-20T21:21:08.5285310Z [00:04:01.867]➜  mkdir -p $WORK/b1735/
2025-08-20T21:21:08.5286152Z [00:04:01.868]➜  cat >/tmp/go-build3619502580/b1735/importcfg << 'EOF' # internal
2025-08-20T21:21:08.5286886Z [00:04:01.868]➜  # import config
2025-08-20T21:21:08.5287566Z [00:04:01.868]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:08.5288651Z [00:04:01.868]➜  packagefile github.com/hashicorp/hcl/hcl/strconv=/tmp/go-build3619502580/b1736/_pkg_.a
2025-08-20T21:21:08.5289746Z [00:04:01.868]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:08.5290602Z [00:04:01.868]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:08.5291397Z [00:04:01.868]➜  EOF
2025-08-20T21:21:08.5295773Z [00:04:01.868]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1735/_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/b1735=>" -p github.com/hashicorp/hcl/hcl/token -lang=go1.16 -complete -installsuffix shared -buildid n9pECNDFw0qCvBwOfIc3/n9pECNDFw0qCvBwOfIc3 -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/token/position.go /root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0/hcl/token/token.go
2025-08-20T21:21:08.5589605Z [00:04:01.898]➜  go tool buildid -w $WORK/b1735/_pkg_.a # internal
2025-08-20T21:21:08.5603531Z [00:04:01.899]➜  cp $WORK/b1735/_pkg_.a /root/.cache/go-build/7b/7b9a1d7ff38126fe248a33f42ba3bc8c731e9bcea1eb2503327301ade082e230-d # internal
2025-08-20T21:21:08.5609200Z [00:04:01.899]➜  github.com/hashicorp/hcl/hcl/ast
2025-08-20T21:21:08.5610954Z [00:04:01.900]➜  mkdir -p $WORK/b1734/
2025-08-20T21:21:08.5643040Z [00:04:01.900]➜  cat >/tmp/go-build3619502580/b1734/importcfg << 'EOF' # internal
2025-08-20T21:21:08.5645239Z [00:04:01.900]➜  # import config
2025-08-20T21:21:08.5650651Z [00:04:01.900]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:08.5652191Z [00:04:01.900]➜  packagefile github.com/hashicorp/hcl/hcl/token=/tmp/go-build3619502580/b1735/_pkg_.a
2025-08-20T21:21:08.5653287Z [00:04:01.900]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:08.5653962Z [00:04:01.900]➜  EOF
2025-08-20T21:21:08.5658079Z [00:04:01.900]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1734/_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/b1734=>" -p github.com/hashicorp/hcl/hcl/ast -lang=go1.16 -complete -installsuffix shared -buildid VRPFemC3APbeZrHXWY-Y/VRPFemC3APbeZrHXWY-Y -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/ast/ast.go /root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0/hcl/ast/walk.go
2025-08-20T21:21:08.6242655Z [00:04:01.963]➜  go tool buildid -w $WORK/b1734/_pkg_.a # internal
2025-08-20T21:21:08.6253835Z [00:04:01.965]➜  cp $WORK/b1734/_pkg_.a /root/.cache/go-build/59/59d6859700b6b3a6cadae44b41c5b724c0c3afd9a0024feb1d51e13ba2a0baff-d # internal
2025-08-20T21:21:08.6286463Z [00:04:01.968]➜  github.com/hashicorp/hcl/hcl/scanner
2025-08-20T21:21:08.6290262Z [00:04:01.968]➜  mkdir -p $WORK/b1738/
2025-08-20T21:21:08.6293208Z [00:04:01.968]➜  cat >/tmp/go-build3619502580/b1738/importcfg << 'EOF' # internal
2025-08-20T21:21:08.6294230Z [00:04:01.968]➜  # import config
2025-08-20T21:21:08.6295199Z [00:04:01.968]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:08.6297902Z [00:04:01.968]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:08.6298947Z [00:04:01.968]➜  packagefile github.com/hashicorp/hcl/hcl/token=/tmp/go-build3619502580/b1735/_pkg_.a
2025-08-20T21:21:08.6300001Z [00:04:01.969]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:08.6300828Z [00:04:01.969]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:08.6302013Z [00:04:01.969]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:21:08.6302955Z [00:04:01.969]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:08.6303654Z [00:04:01.969]➜  EOF
2025-08-20T21:21:08.6307310Z [00:04:01.969]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1738/_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/b1738=>" -p github.com/hashicorp/hcl/hcl/scanner -lang=go1.16 -complete -installsuffix shared -buildid U_8gIt8FDvt6WwTbsfkc/U_8gIt8FDvt6WwTbsfkc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1738/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0/hcl/scanner/scanner.go
2025-08-20T21:21:08.7068290Z [00:04:02.046]➜  go tool buildid -w $WORK/b1738/_pkg_.a # internal
2025-08-20T21:21:08.7085390Z [00:04:02.047]➜  cp $WORK/b1738/_pkg_.a /root/.cache/go-build/f8/f8cd1f72b1cae8b1cf7e7c484a785c1f6270a9ef4f76b8366aa4a67287adc253-d # internal
2025-08-20T21:21:08.7094078Z [00:04:02.048]➜  github.com/hashicorp/hcl/hcl/parser
2025-08-20T21:21:08.7094715Z [00:04:02.048]➜  mkdir -p $WORK/b1737/
2025-08-20T21:21:08.7095494Z [00:04:02.048]➜  cat >/tmp/go-build3619502580/b1737/importcfg << 'EOF' # internal
2025-08-20T21:21:08.7096215Z [00:04:02.048]➜  # import config
2025-08-20T21:21:08.7096894Z [00:04:02.048]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:08.7097747Z [00:04:02.048]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:08.7098607Z [00:04:02.048]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:08.7099645Z [00:04:02.048]➜  packagefile github.com/hashicorp/hcl/hcl/ast=/tmp/go-build3619502580/b1734/_pkg_.a
2025-08-20T21:21:08.7101109Z [00:04:02.048]➜  packagefile github.com/hashicorp/hcl/hcl/scanner=/tmp/go-build3619502580/b1738/_pkg_.a
2025-08-20T21:21:08.7102599Z [00:04:02.048]➜  packagefile github.com/hashicorp/hcl/hcl/token=/tmp/go-build3619502580/b1735/_pkg_.a
2025-08-20T21:21:08.7103600Z [00:04:02.048]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:08.7104239Z [00:04:02.048]➜  EOF
2025-08-20T21:21:08.7126212Z [00:04:02.049]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1737/_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/b1737=>" -p github.com/hashicorp/hcl/hcl/parser -lang=go1.16 -complete -installsuffix shared -buildid ubVtOBybKdP3NEuDcWl5/ubVtOBybKdP3NEuDcWl5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1737/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:21:08.7130449Z [00:04:02.052]➜  go tool buildid -w $WORK/b1732/_pkg_.a # internal
2025-08-20T21:21:08.7135056Z [00:04:02.053]➜  cp $WORK/b1732/_pkg_.a /root/.cache/go-build/98/987652bcb5d72a9753e4fd8b3bdbcd236bbd8dfefe5f1ef2604cfe89f8f2830a-d # internal
2025-08-20T21:21:08.7138213Z [00:04:02.053]➜  github.com/hashicorp/hcl/json/token
2025-08-20T21:21:08.7138801Z [00:04:02.053]➜  mkdir -p $WORK/b1741/
2025-08-20T21:21:08.7141894Z [00:04:02.053]➜  cat >/tmp/go-build3619502580/b1741/importcfg << 'EOF' # internal
2025-08-20T21:21:08.7143945Z [00:04:02.053]➜  # import config
2025-08-20T21:21:08.7144585Z [00:04:02.053]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:08.7145554Z [00:04:02.053]➜  packagefile github.com/hashicorp/hcl/hcl/token=/tmp/go-build3619502580/b1735/_pkg_.a
2025-08-20T21:21:08.7146503Z [00:04:02.053]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:08.7147112Z [00:04:02.053]➜  EOF
2025-08-20T21:21:08.7152611Z [00:04:02.054]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1741/_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/b1741=>" -p github.com/hashicorp/hcl/json/token -lang=go1.16 -complete -installsuffix shared -buildid Pjw11bh2AejJyxLqEWrZ/Pjw11bh2AejJyxLqEWrZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1741/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:21:08.7426495Z [00:04:02.082]➜  go tool buildid -w $WORK/b1741/_pkg_.a # internal
2025-08-20T21:21:08.7443555Z [00:04:02.083]➜  cp $WORK/b1741/_pkg_.a /root/.cache/go-build/d0/d05f3e43ae606b5768e81fa290bbcadd1eae2fe2656e566d50caa2f9e66a2710-d # internal
2025-08-20T21:21:08.7456156Z [00:04:02.085]➜  github.com/hashicorp/hcl/json/scanner
2025-08-20T21:21:08.7458925Z [00:04:02.085]➜  mkdir -p $WORK/b1740/
2025-08-20T21:21:08.7462967Z [00:04:02.085]➜  cat >/tmp/go-build3619502580/b1740/importcfg << 'EOF' # internal
2025-08-20T21:21:08.7463634Z [00:04:02.085]➜  # import config
2025-08-20T21:21:08.7464244Z [00:04:02.085]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:08.7465008Z [00:04:02.085]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:08.7465951Z [00:04:02.085]➜  packagefile github.com/hashicorp/hcl/json/token=/tmp/go-build3619502580/b1741/_pkg_.a
2025-08-20T21:21:08.7466879Z [00:04:02.085]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:08.7467623Z [00:04:02.085]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:21:08.7468435Z [00:04:02.085]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:08.7469038Z [00:04:02.085]➜  EOF
2025-08-20T21:21:08.7473777Z [00:04:02.086]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1740/_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/b1740=>" -p github.com/hashicorp/hcl/json/scanner -lang=go1.16 -complete -installsuffix shared -buildid Walruif1XaEkeTKGirE0/Walruif1XaEkeTKGirE0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1740/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0/json/scanner/scanner.go
2025-08-20T21:21:08.7740784Z [00:04:02.113]➜  go tool buildid -w $WORK/b1737/_pkg_.a # internal
2025-08-20T21:21:08.7755344Z [00:04:02.115]➜  cp $WORK/b1737/_pkg_.a /root/.cache/go-build/ce/ce48c8a27b08f617211b3c8d7c6e33e072e838a17e002cb8eaa3ab5776350ea3-d # internal
2025-08-20T21:21:08.7760647Z [00:04:02.115]➜  github.com/hamba/avro/v2/pkg/crc64
2025-08-20T21:21:08.7763261Z [00:04:02.115]➜  mkdir -p $WORK/b1745/
2025-08-20T21:21:08.7764005Z [00:04:02.115]➜  cat >/tmp/go-build3619502580/b1745/importcfg << 'EOF' # internal
2025-08-20T21:21:08.7764676Z [00:04:02.115]➜  # import config
2025-08-20T21:21:08.7765288Z [00:04:02.115]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:21:08.7765848Z [00:04:02.115]➜  EOF
2025-08-20T21:21:08.7771942Z [00:04:02.116]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1745/_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/b1745=>" -p github.com/hamba/avro/v2/pkg/crc64 -lang=go1.23 -complete -installsuffix shared -buildid 6uigTtZDqpFnS79zmsB1/6uigTtZDqpFnS79zmsB1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1745/importcfg -pack /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/pkg/crc64/crc64.go
2025-08-20T21:21:08.8000476Z [00:04:02.139]➜  go tool buildid -w $WORK/b1745/_pkg_.a # internal
2025-08-20T21:21:08.8008962Z [00:04:02.140]➜  cp $WORK/b1745/_pkg_.a /root/.cache/go-build/84/84d2f48a280cdfcd65d8d0fc604c49a11ffa12bf5b6c3526a15fb1a0bdb46b9f-d # internal
2025-08-20T21:21:08.8010731Z [00:04:02.140]➜  github.com/modern-go/concurrent
2025-08-20T21:21:08.8011919Z [00:04:02.141]➜  mkdir -p $WORK/b1747/
2025-08-20T21:21:08.8017536Z [00:04:02.141]➜  cat >/tmp/go-build3619502580/b1747/importcfg << 'EOF' # internal
2025-08-20T21:21:08.8019354Z [00:04:02.141]➜  # import config
2025-08-20T21:21:08.8022474Z [00:04:02.141]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:08.8023439Z [00:04:02.141]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:08.8024242Z [00:04:02.141]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:08.8025023Z [00:04:02.141]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:21:08.8025751Z [00:04:02.141]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:08.8026563Z [00:04:02.141]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:08.8027343Z [00:04:02.141]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:08.8028157Z [00:04:02.141]➜  packagefile runtime/debug=/tmp/go-build3619502580/b197/_pkg_.a
2025-08-20T21:21:08.8028951Z [00:04:02.141]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:08.8029695Z [00:04:02.141]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:08.8030253Z [00:04:02.141]➜  EOF
2025-08-20T21:21:08.8036565Z [00:04:02.141]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1747/_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/b1747=>" -p github.com/modern-go/concurrent -lang=go1.16 -complete -installsuffix shared -buildid GtDDegCUt95D5YP8XOCq/GtDDegCUt95D5YP8XOCq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1747/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:21:08.8054895Z [00:04:02.143]➜  go tool buildid -w $WORK/b1740/_pkg_.a # internal
2025-08-20T21:21:08.8056184Z [00:04:02.144]➜  cp $WORK/b1740/_pkg_.a /root/.cache/go-build/8f/8f783ed8bba843cae08b797753282e28aad7199b976f66d3e94887394e5172c1-d # internal
2025-08-20T21:21:08.8066575Z [00:04:02.145]➜  github.com/hashicorp/hcl/json/parser
2025-08-20T21:21:08.8067156Z [00:04:02.145]➜  mkdir -p $WORK/b1739/
2025-08-20T21:21:08.8067980Z [00:04:02.145]➜  cat >/tmp/go-build3619502580/b1739/importcfg << 'EOF' # internal
2025-08-20T21:21:08.8068610Z [00:04:02.145]➜  # import config
2025-08-20T21:21:08.8069222Z [00:04:02.145]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:08.8069974Z [00:04:02.145]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:08.8070908Z [00:04:02.145]➜  packagefile github.com/hashicorp/hcl/hcl/ast=/tmp/go-build3619502580/b1734/_pkg_.a
2025-08-20T21:21:08.8072221Z [00:04:02.145]➜  packagefile github.com/hashicorp/hcl/hcl/token=/tmp/go-build3619502580/b1735/_pkg_.a
2025-08-20T21:21:08.8073383Z [00:04:02.145]➜  packagefile github.com/hashicorp/hcl/json/scanner=/tmp/go-build3619502580/b1740/_pkg_.a
2025-08-20T21:21:08.8074547Z [00:04:02.145]➜  packagefile github.com/hashicorp/hcl/json/token=/tmp/go-build3619502580/b1741/_pkg_.a
2025-08-20T21:21:08.8075289Z [00:04:02.145]➜  EOF
2025-08-20T21:21:08.8079429Z [00:04:02.146]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1739/_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/b1739=>" -p github.com/hashicorp/hcl/json/parser -lang=go1.16 -complete -installsuffix shared -buildid _SpM4oVooxs2wu1ipFk9/_SpM4oVooxs2wu1ipFk9 -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/parser/flatten.go /root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0/json/parser/parser.go
2025-08-20T21:21:08.8632901Z [00:04:02.202]➜  go tool buildid -w $WORK/b1739/_pkg_.a # internal
2025-08-20T21:21:08.8645172Z [00:04:02.204]➜  cp $WORK/b1739/_pkg_.a /root/.cache/go-build/64/64bc7396e59bd2148ffc72672f3bce56f1568f3c73f5e9415584ade89f3f1853-d # internal
2025-08-20T21:21:08.8647936Z [00:04:02.204]➜  github.com/hashicorp/hcl
2025-08-20T21:21:08.8649645Z [00:04:02.204]➜  mkdir -p $WORK/b1733/
2025-08-20T21:21:08.8653615Z [00:04:02.205]➜  cat >/tmp/go-build3619502580/b1733/importcfg << 'EOF' # internal
2025-08-20T21:21:08.8654355Z [00:04:02.205]➜  # import config
2025-08-20T21:21:08.8656930Z [00:04:02.205]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:08.8658576Z [00:04:02.205]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:08.8659545Z [00:04:02.205]➜  packagefile github.com/hashicorp/hcl/hcl/ast=/tmp/go-build3619502580/b1734/_pkg_.a
2025-08-20T21:21:08.8660702Z [00:04:02.205]➜  packagefile github.com/hashicorp/hcl/hcl/parser=/tmp/go-build3619502580/b1737/_pkg_.a
2025-08-20T21:21:08.8662104Z [00:04:02.205]➜  packagefile github.com/hashicorp/hcl/hcl/token=/tmp/go-build3619502580/b1735/_pkg_.a
2025-08-20T21:21:08.8663282Z [00:04:02.205]➜  packagefile github.com/hashicorp/hcl/json/parser=/tmp/go-build3619502580/b1739/_pkg_.a
2025-08-20T21:21:08.8664259Z [00:04:02.205]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:08.8665020Z [00:04:02.205]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:08.8665792Z [00:04:02.205]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:08.8666564Z [00:04:02.205]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:08.8667329Z [00:04:02.205]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:21:08.8668136Z [00:04:02.205]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:08.8668745Z [00:04:02.205]➜  EOF
2025-08-20T21:21:08.8704944Z [00:04:02.205]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1733/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0=>github.com/hashicorp/hcl@v1.0.0;$WORK/b1733=>" -p github.com/hashicorp/hcl -lang=go1.16 -complete -installsuffix shared -buildid AZvIFmBb7IEqJukIyGBL/AZvIFmBb7IEqJukIyGBL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1733/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:21:08.9467966Z [00:04:02.286]➜  go tool buildid -w $WORK/b1731/_pkg_.a # internal
2025-08-20T21:21:08.9552345Z [00:04:02.294]➜  cp $WORK/b1731/_pkg_.a /root/.cache/go-build/18/18a20f645f8be63923fb5d6ffd8a6b6556cde4114c59f0251153cb4314b657bd-d # internal
2025-08-20T21:21:08.9555805Z [00:04:02.295]➜  github.com/hashicorp/go-secure-stdlib/parseutil
2025-08-20T21:21:08.9567120Z [00:04:02.296]➜  mkdir -p $WORK/b1728/
2025-08-20T21:21:08.9568004Z [00:04:02.296]➜  cat >/tmp/go-build3619502580/b1728/importcfg << 'EOF' # internal
2025-08-20T21:21:08.9568713Z [00:04:02.296]➜  # import config
2025-08-20T21:21:08.9569416Z [00:04:02.296]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:08.9570284Z [00:04:02.296]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:08.9571069Z [00:04:02.296]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:08.9572524Z [00:04:02.296]➜  packagefile github.com/hashicorp/go-secure-stdlib/strutil=/tmp/go-build3619502580/b1729/_pkg_.a
2025-08-20T21:21:08.9573752Z [00:04:02.296]➜  packagefile github.com/hashicorp/go-sockaddr=/tmp/go-build3619502580/b1731/_pkg_.a
2025-08-20T21:21:08.9574886Z [00:04:02.296]➜  packagefile github.com/mitchellh/mapstructure=/tmp/go-build3619502580/b1732/_pkg_.a
2025-08-20T21:21:08.9575886Z [00:04:02.296]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:08.9576828Z [00:04:02.296]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:08.9577572Z [00:04:02.296]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:08.9578346Z [00:04:02.296]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:08.9579227Z [00:04:02.296]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:08.9579987Z [00:04:02.296]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:08.9580780Z [00:04:02.296]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:08.9581726Z [00:04:02.296]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:08.9582496Z [00:04:02.296]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:08.9583069Z [00:04:02.296]➜  EOF
2025-08-20T21:21:08.9588051Z [00:04:02.296]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1728/_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/b1728=>" -p github.com/hashicorp/go-secure-stdlib/parseutil -lang=go1.20 -complete -installsuffix shared -buildid tzL5krc1BJB13InBj59N/tzL5krc1BJB13InBj59N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1728/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:21:08.9660201Z [00:04:02.305]➜  go tool buildid -w $WORK/b1747/_pkg_.a # internal
2025-08-20T21:21:08.9675466Z [00:04:02.307]➜  go tool buildid -w $WORK/b1733/_pkg_.a # internal
2025-08-20T21:21:08.9695070Z [00:04:02.308]➜  cp $WORK/b1733/_pkg_.a /root/.cache/go-build/c4/c45a7a757af08b4d5e447fbe855d02f8b2374cc48657ce013152b5b93d779fd4-d # internal
2025-08-20T21:21:08.9699612Z [00:04:02.309]➜  github.com/modern-go/reflect2
2025-08-20T21:21:08.9700164Z [00:04:02.309]➜  mkdir -p $WORK/b1748/
2025-08-20T21:21:08.9700736Z [00:04:02.309]➜  echo -n > $WORK/b1748/go_asm.h # internal
2025-08-20T21:21:08.9701604Z [00:04:02.309]➜  cd /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2
2025-08-20T21:21:08.9704585Z [00:04:02.309]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b1748=>" -I $WORK/b1748/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1748/symabis ./reflect2_amd64.s ./relfect2_mips64x.s ./relfect2_mipsx.s ./relfect2_ppc64x.s
2025-08-20T21:21:08.9707814Z [00:04:02.309]➜  cp $WORK/b1747/_pkg_.a /root/.cache/go-build/fa/fa796256e1c069541263b869ef5f2959af131a217c6aa03496da34c683a139e7-d # internal
2025-08-20T21:21:08.9714365Z [00:04:02.311]➜  github.com/buger/jsonparser
2025-08-20T21:21:08.9722165Z [00:04:02.311]➜  mkdir -p $WORK/b1753/
2025-08-20T21:21:08.9724814Z [00:04:02.311]➜  cat >/tmp/go-build3619502580/b1753/importcfg << 'EOF' # internal
2025-08-20T21:21:08.9725969Z [00:04:02.311]➜  # import config
2025-08-20T21:21:08.9726845Z [00:04:02.311]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:08.9727663Z [00:04:02.311]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:08.9728422Z [00:04:02.311]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:08.9729385Z [00:04:02.311]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:08.9730230Z [00:04:02.311]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:08.9731083Z [00:04:02.311]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:08.9732172Z [00:04:02.311]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:08.9732841Z [00:04:02.311]➜  EOF
2025-08-20T21:21:08.9733333Z [00:04:02.311]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:08.9738736Z [00:04:02.311]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1753/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/buger/jsonparser@v1.1.1=>github.com/buger/jsonparser@v1.1.1;$WORK/b1753=>" -p github.com/buger/jsonparser -lang=go1.13 -complete -installsuffix shared -buildid 4ynuACIGwmrrbamUzCan/4ynuACIGwmrrbamUzCan -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1753/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:21:08.9743624Z [00:04:02.313]➜  cat >/tmp/go-build3619502580/b1748/importcfg << 'EOF' # internal
2025-08-20T21:21:08.9744356Z [00:04:02.313]➜  # import config
2025-08-20T21:21:08.9745058Z [00:04:02.313]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:08.9745924Z [00:04:02.313]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:08.9746902Z [00:04:02.313]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:08.9747548Z [00:04:02.313]➜  EOF
2025-08-20T21:21:08.9770215Z [00:04:02.313]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1748/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b1748=>" -p github.com/modern-go/reflect2 -lang=go1.12 -installsuffix shared -buildid 1pmDiabqQihCT31TSE-X/1pmDiabqQihCT31TSE-X -goversion go1.25.0 -symabis $WORK/b1748/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1748/importcfg -pack -asmhdr $WORK/b1748/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:21:09.0360166Z [00:04:02.375]➜  go tool buildid -w $WORK/b1728/_pkg_.a # internal
2025-08-20T21:21:09.0375938Z [00:04:02.377]➜  cp $WORK/b1728/_pkg_.a /root/.cache/go-build/2c/2c38ff0abfd3408f802608bf4987c9be5295b5e631c7e81e209e16da2989a51b-d # internal
2025-08-20T21:21:09.0417762Z [00:04:02.381]➜  github.com/hashicorp/vault/api
2025-08-20T21:21:09.0418913Z [00:04:02.381]➜  mkdir -p $WORK/b1719/
2025-08-20T21:21:09.0436639Z [00:04:02.383]➜  cat >/tmp/go-build3619502580/b1719/importcfg << 'EOF' # internal
2025-08-20T21:21:09.0437378Z [00:04:02.383]➜  # import config
2025-08-20T21:21:09.0438083Z [00:04:02.383]➜  packagefile archive/tar=/tmp/go-build3619502580/b1720/_pkg_.a
2025-08-20T21:21:09.0438952Z [00:04:02.383]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:21:09.0439780Z [00:04:02.383]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:09.0440647Z [00:04:02.383]➜  packagefile compress/gzip=/tmp/go-build3619502580/b074/_pkg_.a
2025-08-20T21:21:09.0441880Z [00:04:02.383]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:09.0442747Z [00:04:02.383]➜  packagefile crypto/hmac=/tmp/go-build3619502580/b135/_pkg_.a
2025-08-20T21:21:09.0443808Z [00:04:02.383]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:21:09.0444710Z [00:04:02.383]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:21:09.0445616Z [00:04:02.383]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:21:09.0446565Z [00:04:02.383]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:09.0447491Z [00:04:02.383]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:21:09.0448372Z [00:04:02.383]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:09.0449239Z [00:04:02.383]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:09.0450058Z [00:04:02.383]➜  packagefile flag=/tmp/go-build3619502580/b340/_pkg_.a
2025-08-20T21:21:09.0450998Z [00:04:02.383]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:09.0452177Z [00:04:02.383]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build3619502580/b1721/_pkg_.a
2025-08-20T21:21:09.0453253Z [00:04:02.383]➜  packagefile github.com/go-jose/go-jose/v4=/tmp/go-build3619502580/b1489/_pkg_.a
2025-08-20T21:21:09.0454310Z [00:04:02.383]➜  packagefile github.com/go-jose/go-jose/v4/jwt=/tmp/go-build3619502580/b1722/_pkg_.a
2025-08-20T21:21:09.0455427Z [00:04:02.383]➜  packagefile github.com/hashicorp/errwrap=/tmp/go-build3619502580/b1723/_pkg_.a
2025-08-20T21:21:09.0456589Z [00:04:02.383]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build3619502580/b1724/_pkg_.a
2025-08-20T21:21:09.0457781Z [00:04:02.383]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3619502580/b1725/_pkg_.a
2025-08-20T21:21:09.0458989Z [00:04:02.383]➜  packagefile github.com/hashicorp/go-retryablehttp=/tmp/go-build3619502580/b1726/_pkg_.a
2025-08-20T21:21:09.0460221Z [00:04:02.383]➜  packagefile github.com/hashicorp/go-rootcerts=/tmp/go-build3619502580/b1727/_pkg_.a
2025-08-20T21:21:09.0472249Z [00:04:02.383]➜  packagefile github.com/hashicorp/go-secure-stdlib/parseutil=/tmp/go-build3619502580/b1728/_pkg_.a
2025-08-20T21:21:09.0473771Z [00:04:02.383]➜  packagefile github.com/hashicorp/go-secure-stdlib/strutil=/tmp/go-build3619502580/b1729/_pkg_.a
2025-08-20T21:21:09.0474992Z [00:04:02.383]➜  packagefile github.com/hashicorp/hcl=/tmp/go-build3619502580/b1733/_pkg_.a
2025-08-20T21:21:09.0476225Z [00:04:02.383]➜  packagefile github.com/hashicorp/hcl/hcl/ast=/tmp/go-build3619502580/b1734/_pkg_.a
2025-08-20T21:21:09.0477368Z [00:04:02.383]➜  packagefile github.com/mitchellh/mapstructure=/tmp/go-build3619502580/b1732/_pkg_.a
2025-08-20T21:21:09.0478520Z [00:04:02.383]➜  packagefile golang.org/x/net/http2=/tmp/go-build3619502580/b353/_pkg_.a
2025-08-20T21:21:09.0479593Z [00:04:02.383]➜  packagefile golang.org/x/time/rate=/tmp/go-build3619502580/b1432/_pkg_.a
2025-08-20T21:21:09.0480543Z [00:04:02.383]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:09.0481617Z [00:04:02.383]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:09.0482554Z [00:04:02.383]➜  packagefile math/rand=/tmp/go-build3619502580/b108/_pkg_.a
2025-08-20T21:21:09.0483384Z [00:04:02.383]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:09.0484389Z [00:04:02.383]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:09.0485263Z [00:04:02.383]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:09.0486084Z [00:04:02.383]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:09.0486875Z [00:04:02.383]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:21:09.0487690Z [00:04:02.383]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:09.0488526Z [00:04:02.383]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:09.0489364Z [00:04:02.383]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:09.0490223Z [00:04:02.383]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:09.0491363Z [00:04:02.383]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:09.0492209Z [00:04:02.383]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:09.0493020Z [00:04:02.383]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:09.0493876Z [00:04:02.383]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:21:09.0494499Z [00:04:02.383]➜  EOF
2025-08-20T21:21:09.0550684Z [00:04:02.387]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1719/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0=>github.com/hashicorp/vault/api@v1.16.0;$WORK/b1719=>" -p github.com/hashicorp/vault/api -lang=go1.21 -complete -installsuffix shared -buildid 7fUPTlB6SOh01d5CIxhQ/7fUPTlB6SOh01d5CIxhQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1719/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:21:09.1030607Z [00:04:02.442]➜  go tool buildid -w $WORK/b1753/_pkg_.a # internal
2025-08-20T21:21:09.1055422Z [00:04:02.445]➜  cp $WORK/b1753/_pkg_.a /root/.cache/go-build/af/af13a275e84eafafb56e7a02f72bc9d98ee40fc11548076ff8d1506a6601fe48-d # internal
2025-08-20T21:21:09.1056679Z [00:04:02.445]➜  github.com/mailru/easyjson/buffer
2025-08-20T21:21:09.1057251Z [00:04:02.445]➜  mkdir -p $WORK/b1755/
2025-08-20T21:21:09.1057944Z [00:04:02.445]➜  cat >/tmp/go-build3619502580/b1755/importcfg << 'EOF' # internal
2025-08-20T21:21:09.1058578Z [00:04:02.445]➜  # import config
2025-08-20T21:21:09.1059167Z [00:04:02.445]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:09.1059905Z [00:04:02.445]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:09.1060923Z [00:04:02.445]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:09.1061803Z [00:04:02.445]➜  EOF
2025-08-20T21:21:09.1065411Z [00:04:02.445]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1755/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mailru/easyjson@v0.9.0/buffer=>github.com/mailru/easyjson@v0.9.0/buffer;$WORK/b1755=>" -p github.com/mailru/easyjson/buffer -lang=go1.20 -complete -installsuffix shared -buildid hepmJyB-UEIUaB4ZEtdx/hepmJyB-UEIUaB4ZEtdx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1755/importcfg -pack /root/go/pkg/mod/github.com/mailru/easyjson@v0.9.0/buffer/pool.go
2025-08-20T21:21:09.1357997Z [00:04:02.475]➜  go tool buildid -w $WORK/b1755/_pkg_.a # internal
2025-08-20T21:21:09.1359371Z [00:04:02.475]➜  cp $WORK/b1755/_pkg_.a /root/.cache/go-build/a6/a647280da841050d6162cb017e572aef5b8eaf91eb6320155c00bab2a393ac13-d # internal
2025-08-20T21:21:09.1360441Z [00:04:02.475]➜  github.com/mailru/easyjson/jwriter
2025-08-20T21:21:09.1361021Z [00:04:02.475]➜  mkdir -p $WORK/b1754/
2025-08-20T21:21:09.1361902Z [00:04:02.475]➜  cat >/tmp/go-build3619502580/b1754/importcfg << 'EOF' # internal
2025-08-20T21:21:09.1362566Z [00:04:02.475]➜  # import config
2025-08-20T21:21:09.1363396Z [00:04:02.475]➜  packagefile github.com/mailru/easyjson/buffer=/tmp/go-build3619502580/b1755/_pkg_.a
2025-08-20T21:21:09.1364178Z [00:04:02.475]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:09.1365237Z [00:04:02.475]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:09.1366042Z [00:04:02.475]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:09.1366674Z [00:04:02.475]➜  EOF
2025-08-20T21:21:09.1370268Z [00:04:02.475]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1754/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mailru/easyjson@v0.9.0/jwriter=>github.com/mailru/easyjson@v0.9.0/jwriter;$WORK/b1754=>" -p github.com/mailru/easyjson/jwriter -lang=go1.20 -complete -installsuffix shared -buildid 0Im6oceqa12KL8xHeR7d/0Im6oceqa12KL8xHeR7d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1754/importcfg -pack /root/go/pkg/mod/github.com/mailru/easyjson@v0.9.0/jwriter/writer.go
2025-08-20T21:21:09.1895916Z [00:04:02.529]➜  go tool buildid -w $WORK/b1754/_pkg_.a # internal
2025-08-20T21:21:09.1908935Z [00:04:02.530]➜  cp $WORK/b1754/_pkg_.a /root/.cache/go-build/9c/9cb913c1729418b3a1e22bbee61ef7debdb5c364693a9207852d125154ece25c-d # internal
2025-08-20T21:21:09.1920404Z [00:04:02.531]➜  gopkg.in/yaml.v3
2025-08-20T21:21:09.1924156Z [00:04:02.531]➜  mkdir -p $WORK/b1756/
2025-08-20T21:21:09.1924954Z [00:04:02.531]➜  cat >/tmp/go-build3619502580/b1756/importcfg << 'EOF' # internal
2025-08-20T21:21:09.1925711Z [00:04:02.531]➜  # import config
2025-08-20T21:21:09.1926381Z [00:04:02.531]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:09.1927346Z [00:04:02.531]➜  packagefile encoding=/tmp/go-build3619502580/b059/_pkg_.a
2025-08-20T21:21:09.1928341Z [00:04:02.531]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:09.1929246Z [00:04:02.531]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:09.1930307Z [00:04:02.531]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:09.1931152Z [00:04:02.531]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:09.1932340Z [00:04:02.531]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:09.1933197Z [00:04:02.531]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:09.1934068Z [00:04:02.531]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:09.1934935Z [00:04:02.531]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:09.1935759Z [00:04:02.531]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:09.1936660Z [00:04:02.531]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:09.1937687Z [00:04:02.531]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:09.1938583Z [00:04:02.531]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:09.1939475Z [00:04:02.531]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:21:09.1940380Z [00:04:02.531]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:09.1941102Z [00:04:02.531]➜  EOF
2025-08-20T21:21:09.1950979Z [00:04:02.531]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1756/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1=>gopkg.in/yaml.v3@v3.0.1;$WORK/b1756=>" -p gopkg.in/yaml.v3 -lang=go1.16 -complete -installsuffix shared -buildid 7xeNoW1_O8WLaAVuvFBZ/7xeNoW1_O8WLaAVuvFBZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1756/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:21:09.6273099Z [00:04:02.966]➜  cd /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2
2025-08-20T21:21:09.6277686Z [00:04:02.966]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b1748=>" -I $WORK/b1748/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1748/reflect2_amd64.o ./reflect2_amd64.s
2025-08-20T21:21:09.6349042Z [00:04:02.974]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b1748=>" -I $WORK/b1748/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1748/relfect2_mips64x.o ./relfect2_mips64x.s
2025-08-20T21:21:09.6440250Z [00:04:02.983]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b1748=>" -I $WORK/b1748/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1748/relfect2_mipsx.o ./relfect2_mipsx.s
2025-08-20T21:21:09.6546851Z [00:04:02.994]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b1748=>" -I $WORK/b1748/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1748/relfect2_ppc64x.o ./relfect2_ppc64x.s
2025-08-20T21:21:09.6608071Z [00:04:03.000]➜  go tool pack r $WORK/b1748/_pkg_.a $WORK/b1748/reflect2_amd64.o $WORK/b1748/relfect2_mips64x.o $WORK/b1748/relfect2_mipsx.o $WORK/b1748/relfect2_ppc64x.o # internal
2025-08-20T21:21:09.6612249Z [00:04:03.000]➜  go tool buildid -w $WORK/b1748/_pkg_.a # internal
2025-08-20T21:21:09.7104927Z [00:04:03.050]➜  cp $WORK/b1748/_pkg_.a /root/.cache/go-build/29/29dd7dfe321f1a4bd14535900810c99395f1fd772c05cc0b27a3d45281d442f9-d # internal
2025-08-20T21:21:09.7203553Z [00:04:03.059]➜  github.com/json-iterator/go
2025-08-20T21:21:09.7205770Z [00:04:03.060]➜  mkdir -p $WORK/b1746/
2025-08-20T21:21:09.7208839Z [00:04:03.060]➜  cat >/tmp/go-build3619502580/b1746/importcfg << 'EOF' # internal
2025-08-20T21:21:09.7209740Z [00:04:03.060]➜  # import config
2025-08-20T21:21:09.7211867Z [00:04:03.060]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:09.7213834Z [00:04:03.060]➜  packagefile encoding=/tmp/go-build3619502580/b059/_pkg_.a
2025-08-20T21:21:09.7214760Z [00:04:03.060]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:09.7215705Z [00:04:03.060]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:09.7216566Z [00:04:03.060]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:09.7217395Z [00:04:03.060]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:09.7218390Z [00:04:03.060]➜  packagefile github.com/modern-go/concurrent=/tmp/go-build3619502580/b1747/_pkg_.a
2025-08-20T21:21:09.7219501Z [00:04:03.060]➜  packagefile github.com/modern-go/reflect2=/tmp/go-build3619502580/b1748/_pkg_.a
2025-08-20T21:21:09.7220447Z [00:04:03.060]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:09.7221414Z [00:04:03.060]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:09.7222287Z [00:04:03.060]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:21:09.7223084Z [00:04:03.060]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:09.7223829Z [00:04:03.060]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:09.7224660Z [00:04:03.061]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:09.7225475Z [00:04:03.061]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:09.7226292Z [00:04:03.061]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:09.7227314Z [00:04:03.061]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:21:09.7228183Z [00:04:03.061]➜  packagefile unicode/utf16=/tmp/go-build3619502580/b070/_pkg_.a
2025-08-20T21:21:09.7229127Z [00:04:03.061]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:09.7229735Z [00:04:03.061]➜  EOF
2025-08-20T21:21:09.7230196Z [00:04:03.061]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:09.7259141Z [00:04:03.063]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1746/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/json-iterator/go@v1.1.12=>github.com/json-iterator/go@v1.1.12;$WORK/b1746=>" -p github.com/json-iterator/go -lang=go1.12 -complete -installsuffix shared -buildid WhzEn92VvTdvJfcGWOHj/WhzEn92VvTdvJfcGWOHj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1746/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:21:10.1472735Z [00:04:03.486]➜  go tool buildid -w $WORK/b1756/_pkg_.a # internal
2025-08-20T21:21:10.1576139Z [00:04:03.496]➜  cp $WORK/b1756/_pkg_.a /root/.cache/go-build/52/523508b84ca488dc76f0ffce0ca5b3d903e536900f98926ac0f4be5607051b60-d # internal
2025-08-20T21:21:10.1583688Z [00:04:03.497]➜  github.com/wk8/go-ordered-map/v2
2025-08-20T21:21:10.1610139Z [00:04:03.497]➜  mkdir -p $WORK/b1751/
2025-08-20T21:21:10.1610884Z [00:04:03.497]➜  cat >/tmp/go-build3619502580/b1751/importcfg << 'EOF' # internal
2025-08-20T21:21:10.1611688Z [00:04:03.497]➜  # import config
2025-08-20T21:21:10.1612283Z [00:04:03.497]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:10.1613032Z [00:04:03.497]➜  packagefile encoding=/tmp/go-build3619502580/b059/_pkg_.a
2025-08-20T21:21:10.1613998Z [00:04:03.497]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:10.1614789Z [00:04:03.497]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:10.1615740Z [00:04:03.497]➜  packagefile github.com/bahlo/generic-list-go=/tmp/go-build3619502580/b1752/_pkg_.a
2025-08-20T21:21:10.1616879Z [00:04:03.497]➜  packagefile github.com/buger/jsonparser=/tmp/go-build3619502580/b1753/_pkg_.a
2025-08-20T21:21:10.1617946Z [00:04:03.497]➜  packagefile github.com/mailru/easyjson/jwriter=/tmp/go-build3619502580/b1754/_pkg_.a
2025-08-20T21:21:10.1619026Z [00:04:03.497]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3619502580/b1756/_pkg_.a
2025-08-20T21:21:10.1619912Z [00:04:03.497]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:10.1620768Z [00:04:03.497]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:10.1621766Z [00:04:03.497]➜  EOF
2025-08-20T21:21:10.1626095Z [00:04:03.497]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1751/_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/b1751=>" -p github.com/wk8/go-ordered-map/v2 -lang=go1.18 -complete -installsuffix shared -buildid 3uWYg3IPAEXHlxSC98kZ/3uWYg3IPAEXHlxSC98kZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1751/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:21:10.1880341Z [00:04:03.527]➜  go tool buildid -w $WORK/b1719/_pkg_.a # internal
2025-08-20T21:21:10.2031896Z [00:04:03.539]➜  cp $WORK/b1719/_pkg_.a /root/.cache/go-build/c4/c402fe831a3ef1791d28d13d5cfdf9c5497724646222b2cce975a82c56a3b841-d # internal
2025-08-20T21:21:10.2033519Z [00:04:03.540]➜  github.com/tink-crypto/tink-go-hcvault/v2/integration/hcvault
2025-08-20T21:21:10.2034283Z [00:04:03.540]➜  mkdir -p $WORK/b1742/
2025-08-20T21:21:10.2035281Z [00:04:03.542]➜  cat >/tmp/go-build3619502580/b1742/importcfg << 'EOF' # internal
2025-08-20T21:21:10.2036012Z [00:04:03.542]➜  # import config
2025-08-20T21:21:10.2036716Z [00:04:03.542]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:21:10.2037660Z [00:04:03.542]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:10.2038552Z [00:04:03.542]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:10.2039384Z [00:04:03.542]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:10.2040347Z [00:04:03.542]➜  packagefile github.com/hashicorp/vault/api=/tmp/go-build3619502580/b1719/_pkg_.a
2025-08-20T21:21:10.2041789Z [00:04:03.542]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build3619502580/b1632/_pkg_.a
2025-08-20T21:21:10.2043056Z [00:04:03.542]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build3619502580/b1634/_pkg_.a
2025-08-20T21:21:10.2044056Z [00:04:03.542]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:10.2044924Z [00:04:03.542]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:10.2045739Z [00:04:03.542]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:10.2046379Z [00:04:03.542]➜  EOF
2025-08-20T21:21:10.2055036Z [00:04:03.542]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1742/_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/b1742=>" -p github.com/tink-crypto/tink-go-hcvault/v2/integration/hcvault -lang=go1.21 -complete -installsuffix shared -buildid VePLYv1dzykvAMhukhIt/VePLYv1dzykvAMhukhIt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1742/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:21:10.2719243Z [00:04:03.611]➜  go tool buildid -w $WORK/b1742/_pkg_.a # internal
2025-08-20T21:21:10.2737368Z [00:04:03.612]➜  cp $WORK/b1742/_pkg_.a /root/.cache/go-build/15/15d6ba0a190aa740bce986afc49d1070a27c3d0e54b85607a6e186638a8d44c6-d # internal
2025-08-20T21:21:10.2739027Z [00:04:03.613]➜  github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/hcvault
2025-08-20T21:21:10.2764765Z [00:04:03.613]➜  mkdir -p $WORK/b1718/
2025-08-20T21:21:10.2765585Z [00:04:03.613]➜  cat >/tmp/go-build3619502580/b1718/importcfg << 'EOF' # internal
2025-08-20T21:21:10.2766294Z [00:04:03.613]➜  # import config
2025-08-20T21:21:10.2766985Z [00:04:03.613]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:21:10.2767855Z [00:04:03.613]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:10.2768673Z [00:04:03.613]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:10.2770083Z [00:04:03.613]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption=/tmp/go-build3619502580/b1625/_pkg_.a
2025-08-20T21:21:10.2771895Z [00:04:03.613]➜  packagefile github.com/hashicorp/vault/api=/tmp/go-build3619502580/b1719/_pkg_.a
2025-08-20T21:21:10.2773557Z [00:04:03.613]➜  packagefile github.com/tink-crypto/tink-go-hcvault/v2/integration/hcvault=/tmp/go-build3619502580/b1742/_pkg_.a
2025-08-20T21:21:10.2775165Z [00:04:03.613]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build3619502580/b1632/_pkg_.a
2025-08-20T21:21:10.2776560Z [00:04:03.613]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build3619502580/b1634/_pkg_.a
2025-08-20T21:21:10.2777649Z [00:04:03.613]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:10.2778520Z [00:04:03.614]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:10.2779361Z [00:04:03.614]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:10.2780176Z [00:04:03.614]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:10.2781002Z [00:04:03.614]➜  EOF
2025-08-20T21:21:10.2795056Z [00:04:03.614]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1718/_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/b1718=>" -p github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/hcvault -lang=go1.21 -complete -installsuffix shared -buildid kFftcFFAtHYyBpfkEhgV/kFftcFFAtHYyBpfkEhgV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1718/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:21:10.3133017Z [00:04:03.650]➜  go tool buildid -w $WORK/b1751/_pkg_.a # internal
2025-08-20T21:21:10.3137103Z [00:04:03.653]➜  cp $WORK/b1751/_pkg_.a /root/.cache/go-build/b1/b118e4f443245656e8407529e93aa63bbe940a083a650f1ad5069cbdc34a1c84-d # internal
2025-08-20T21:21:10.3147346Z [00:04:03.654]➜  go/doc/comment
2025-08-20T21:21:10.3148954Z [00:04:03.654]➜  mkdir -p $WORK/b1758/
2025-08-20T21:21:10.3160044Z [00:04:03.655]➜  cat >/tmp/go-build3619502580/b1758/importcfg << 'EOF' # internal
2025-08-20T21:21:10.3161034Z [00:04:03.655]➜  # import config
2025-08-20T21:21:10.3162035Z [00:04:03.655]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:10.3162838Z [00:04:03.655]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:10.3163609Z [00:04:03.655]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:21:10.3164400Z [00:04:03.655]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:10.3165215Z [00:04:03.655]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:10.3166071Z [00:04:03.655]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:10.3166899Z [00:04:03.655]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:21:10.3167785Z [00:04:03.655]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:10.3168458Z [00:04:03.655]➜  EOF
2025-08-20T21:21:10.3175293Z [00:04:03.655]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1758/_pkg_.a -trimpath "/root/.go/src/go/doc/comment=>go/doc/comment;$WORK/b1758=>" -p go/doc/comment -lang=go1.25 -std -complete -installsuffix shared -buildid 3KhzQTgrsD4Tef8PeR5s/3KhzQTgrsD4Tef8PeR5s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1758/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:21:10.3548453Z [00:04:03.694]➜  go tool buildid -w $WORK/b1718/_pkg_.a # internal
2025-08-20T21:21:10.3565274Z [00:04:03.696]➜  cp $WORK/b1718/_pkg_.a /root/.cache/go-build/cd/cd704b0476ec79dc1bde11ae94ab7b4cee2c00404f9057f525880c3806a2f19b-d # internal
2025-08-20T21:21:10.3588768Z [00:04:03.696]➜  internal/lazyregexp
2025-08-20T21:21:10.3589379Z [00:04:03.696]➜  mkdir -p $WORK/b1759/
2025-08-20T21:21:10.3590151Z [00:04:03.696]➜  cat >/tmp/go-build3619502580/b1759/importcfg << 'EOF' # internal
2025-08-20T21:21:10.3590884Z [00:04:03.696]➜  # import config
2025-08-20T21:21:10.3591666Z [00:04:03.696]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:10.3592497Z [00:04:03.696]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:10.3593326Z [00:04:03.696]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:10.3594187Z [00:04:03.696]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:10.3594799Z [00:04:03.696]➜  EOF
2025-08-20T21:21:10.3598013Z [00:04:03.696]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1759/_pkg_.a -trimpath "/root/.go/src/internal/lazyregexp=>internal/lazyregexp;$WORK/b1759=>" -p internal/lazyregexp -lang=go1.25 -std -complete -installsuffix shared -buildid bIkBTwhEceVvTPrLJ1zP/bIkBTwhEceVvTPrLJ1zP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1759/importcfg -pack /root/.go/src/internal/lazyregexp/lazyre.go
2025-08-20T21:21:10.3862633Z [00:04:03.725]➜  go tool buildid -w $WORK/b1759/_pkg_.a # internal
2025-08-20T21:21:10.3873850Z [00:04:03.726]➜  cp $WORK/b1759/_pkg_.a /root/.cache/go-build/57/5751a868673443aeae88b0b0d221e700a242b7a4d6aaf1284d00fb9607b658c9-d # internal
2025-08-20T21:21:10.3875045Z [00:04:03.726]➜  hash/maphash
2025-08-20T21:21:10.3877206Z [00:04:03.727]➜  mkdir -p $WORK/b1761/
2025-08-20T21:21:10.3881112Z [00:04:03.727]➜  cat >/tmp/go-build3619502580/b1761/importcfg << 'EOF' # internal
2025-08-20T21:21:10.3882974Z [00:04:03.727]➜  # import config
2025-08-20T21:21:10.3883703Z [00:04:03.727]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:21:10.3884617Z [00:04:03.727]➜  packagefile internal/abi=/tmp/go-build3619502580/b006/_pkg_.a
2025-08-20T21:21:10.3885609Z [00:04:03.727]➜  packagefile internal/goarch=/tmp/go-build3619502580/b007/_pkg_.a
2025-08-20T21:21:10.3886614Z [00:04:03.727]➜  packagefile internal/goexperiment=/tmp/go-build3619502580/b017/_pkg_.a
2025-08-20T21:21:10.3887588Z [00:04:03.727]➜  EOF
2025-08-20T21:21:10.3891052Z [00:04:03.727]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1761/_pkg_.a -trimpath "/root/.go/src/hash/maphash=>hash/maphash;$WORK/b1761=>" -p hash/maphash -lang=go1.25 -std -complete -installsuffix shared -buildid -QhU7rXRYR21BeiLqIc5/-QhU7rXRYR21BeiLqIc5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1761/importcfg -pack /root/.go/src/hash/maphash/maphash.go /root/.go/src/hash/maphash/maphash_runtime.go
2025-08-20T21:21:10.4100119Z [00:04:03.749]➜  go tool buildid -w $WORK/b1761/_pkg_.a # internal
2025-08-20T21:21:10.4106998Z [00:04:03.750]➜  cp $WORK/b1761/_pkg_.a /root/.cache/go-build/52/520078817d802480be6109a944ce542c6b23f165bf4d027674c1c2bbe6098d6b-d # internal
2025-08-20T21:21:10.4110167Z [00:04:03.750]➜  github.com/santhosh-tekuri/jsonschema/v5
2025-08-20T21:21:10.4116020Z [00:04:03.750]➜  mkdir -p $WORK/b1760/
2025-08-20T21:21:10.4124320Z [00:04:03.751]➜  cat >/tmp/go-build3619502580/b1760/importcfg << 'EOF' # internal
2025-08-20T21:21:10.4125763Z [00:04:03.751]➜  # import config
2025-08-20T21:21:10.4126783Z [00:04:03.751]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:10.4128345Z [00:04:03.751]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:10.4129643Z [00:04:03.751]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:10.4130514Z [00:04:03.751]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:10.4131423Z [00:04:03.751]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:10.4132255Z [00:04:03.751]➜  packagefile hash/maphash=/tmp/go-build3619502580/b1761/_pkg_.a
2025-08-20T21:21:10.4133042Z [00:04:03.751]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:10.4133988Z [00:04:03.752]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:21:10.4134814Z [00:04:03.752]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:10.4135583Z [00:04:03.752]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:21:10.4136370Z [00:04:03.752]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:10.4137113Z [00:04:03.752]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:10.4137900Z [00:04:03.752]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:21:10.4138710Z [00:04:03.752]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:10.4139473Z [00:04:03.752]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:10.4140351Z [00:04:03.752]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:10.4141106Z [00:04:03.752]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:10.4142021Z [00:04:03.752]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:10.4142763Z [00:04:03.752]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:10.4143561Z [00:04:03.752]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:10.4144170Z [00:04:03.752]➜  EOF
2025-08-20T21:21:10.4153335Z [00:04:03.752]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1760/_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/b1760=>" -p github.com/santhosh-tekuri/jsonschema/v5 -lang=go1.19 -complete -installsuffix shared -buildid jcXEPOyj9FynmwizmsbW/jcXEPOyj9FynmwizmsbW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1760/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:21:10.6108493Z [00:04:03.950]➜  go tool buildid -w $WORK/b1758/_pkg_.a # internal
2025-08-20T21:21:10.6143689Z [00:04:03.953]➜  cp $WORK/b1758/_pkg_.a /root/.cache/go-build/94/94556c67af21580214117be07f7b9fa24ce93add292ddb59fbd396c6234dade9-d # internal
2025-08-20T21:21:10.6150641Z [00:04:03.954]➜  go/doc
2025-08-20T21:21:10.6151105Z [00:04:03.954]➜  mkdir -p $WORK/b1757/
2025-08-20T21:21:10.6158248Z [00:04:03.955]➜  cat >/tmp/go-build3619502580/b1757/importcfg << 'EOF' # internal
2025-08-20T21:21:10.6158956Z [00:04:03.955]➜  # import config
2025-08-20T21:21:10.6159549Z [00:04:03.955]➜  packagefile cmp=/tmp/go-build3619502580/b051/_pkg_.a
2025-08-20T21:21:10.6160283Z [00:04:03.955]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:10.6161019Z [00:04:03.955]➜  packagefile go/ast=/tmp/go-build3619502580/b1610/_pkg_.a
2025-08-20T21:21:10.6162083Z [00:04:03.955]➜  packagefile go/doc/comment=/tmp/go-build3619502580/b1758/_pkg_.a
2025-08-20T21:21:10.6162988Z [00:04:03.955]➜  packagefile go/token=/tmp/go-build3619502580/b1232/_pkg_.a
2025-08-20T21:21:10.6163809Z [00:04:03.955]➜  packagefile internal/lazyregexp=/tmp/go-build3619502580/b1759/_pkg_.a
2025-08-20T21:21:10.6164705Z [00:04:03.955]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:10.6165497Z [00:04:03.955]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:21:10.6166594Z [00:04:03.955]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:21:10.6167459Z [00:04:03.955]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:10.6168260Z [00:04:03.955]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:10.6169074Z [00:04:03.955]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:21:10.6169924Z [00:04:03.955]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:10.6170561Z [00:04:03.955]➜  EOF
2025-08-20T21:21:10.6174655Z [00:04:03.955]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1757/_pkg_.a -trimpath "/root/.go/src/go/doc=>go/doc;$WORK/b1757=>" -p go/doc -lang=go1.25 -std -complete -installsuffix shared -buildid -_26vMdFuHl3uWHR4aBX/-_26vMdFuHl3uWHR4aBX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1757/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:21:10.8761135Z [00:04:04.215]➜  go tool buildid -w $WORK/b1746/_pkg_.a # internal
2025-08-20T21:21:10.8909277Z [00:04:04.230]➜  cp $WORK/b1746/_pkg_.a /root/.cache/go-build/8c/8c84b6a9ee2f65a3d12439503b0ab6be0b847f87edc9129e38fab3e6e6c8fde5-d # internal
2025-08-20T21:21:10.8924481Z [00:04:04.232]➜  github.com/hamba/avro/v2
2025-08-20T21:21:10.8929072Z [00:04:04.232]➜  mkdir -p $WORK/b1744/
2025-08-20T21:21:10.8937537Z [00:04:04.233]➜  echo -n > $WORK/b1744/go_asm.h # internal
2025-08-20T21:21:10.8943617Z [00:04:04.233]➜  cd /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0
2025-08-20T21:21:10.8950789Z [00:04:04.234]➜  /root/.go/pkg/tool/linux_amd64/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/b1744=>" -I $WORK/b1744/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1744/symabis ./noescape.s
2025-08-20T21:21:10.9039780Z [00:04:04.243]➜  cat >/tmp/go-build3619502580/b1744/importcfg << 'EOF' # internal
2025-08-20T21:21:10.9040521Z [00:04:04.243]➜  # import config
2025-08-20T21:21:10.9041635Z [00:04:04.243]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:10.9042687Z [00:04:04.243]➜  packagefile crypto/md5=/tmp/go-build3619502580/b145/_pkg_.a
2025-08-20T21:21:10.9043604Z [00:04:04.243]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:21:10.9044489Z [00:04:04.243]➜  packagefile encoding=/tmp/go-build3619502580/b059/_pkg_.a
2025-08-20T21:21:10.9045390Z [00:04:04.243]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:10.9046312Z [00:04:04.243]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:21:10.9047177Z [00:04:04.243]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:10.9047974Z [00:04:04.243]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:10.9048963Z [00:04:04.243]➜  packagefile github.com/hamba/avro/v2/pkg/crc64=/tmp/go-build3619502580/b1745/_pkg_.a
2025-08-20T21:21:10.9050108Z [00:04:04.243]➜  packagefile github.com/json-iterator/go=/tmp/go-build3619502580/b1746/_pkg_.a
2025-08-20T21:21:10.9051447Z [00:04:04.243]➜  packagefile github.com/mitchellh/mapstructure=/tmp/go-build3619502580/b1732/_pkg_.a
2025-08-20T21:21:10.9052716Z [00:04:04.243]➜  packagefile github.com/modern-go/reflect2=/tmp/go-build3619502580/b1748/_pkg_.a
2025-08-20T21:21:10.9053644Z [00:04:04.243]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:10.9054401Z [00:04:04.243]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:10.9055193Z [00:04:04.243]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:21:10.9055970Z [00:04:04.243]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:10.9056794Z [00:04:04.243]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:21:10.9057751Z [00:04:04.243]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:10.9058505Z [00:04:04.243]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:10.9059253Z [00:04:04.243]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:10.9060010Z [00:04:04.243]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:10.9060766Z [00:04:04.243]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:10.9084486Z [00:04:04.243]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:10.9085382Z [00:04:04.243]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:10.9086006Z [00:04:04.243]➜  EOF
2025-08-20T21:21:10.9086520Z [00:04:04.248]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:10.9102895Z [00:04:04.248]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1744/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0=>github.com/hamba/avro/v2@v2.28.0;$WORK/b1744=>" -p github.com/hamba/avro/v2 -lang=go1.23 -installsuffix shared -buildid 6gZ2Ndxpj8ya2GaAWMky/6gZ2Ndxpj8ya2GaAWMky -goversion go1.25.0 -symabis $WORK/b1744/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1744/importcfg -pack -asmhdr $WORK/b1744/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:21:11.0062146Z [00:04:04.345]➜  go tool buildid -w $WORK/b1757/_pkg_.a # internal
2025-08-20T21:21:11.0103761Z [00:04:04.349]➜  cp $WORK/b1757/_pkg_.a /root/.cache/go-build/20/208e57b5a8b70515e39fd667b6ad892ce1f93691c1a50fa6b74f3120585c0796-d # internal
2025-08-20T21:21:11.0108870Z [00:04:04.350]➜  github.com/invopop/jsonschema
2025-08-20T21:21:11.0113364Z [00:04:04.350]➜  mkdir -p $WORK/b1750/
2025-08-20T21:21:11.0117886Z [00:04:04.351]➜  cat >/tmp/go-build3619502580/b1750/importcfg << 'EOF' # internal
2025-08-20T21:21:11.0120217Z [00:04:04.351]➜  # import config
2025-08-20T21:21:11.0121045Z [00:04:04.351]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:11.0123327Z [00:04:04.351]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:11.0124379Z [00:04:04.351]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:11.0131434Z [00:04:04.351]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:11.0132496Z [00:04:04.351]➜  packagefile github.com/wk8/go-ordered-map/v2=/tmp/go-build3619502580/b1751/_pkg_.a
2025-08-20T21:21:11.0133469Z [00:04:04.351]➜  packagefile go/ast=/tmp/go-build3619502580/b1610/_pkg_.a
2025-08-20T21:21:11.0134275Z [00:04:04.351]➜  packagefile go/doc=/tmp/go-build3619502580/b1757/_pkg_.a
2025-08-20T21:21:11.0135104Z [00:04:04.351]➜  packagefile go/parser=/tmp/go-build3619502580/b1613/_pkg_.a
2025-08-20T21:21:11.0136002Z [00:04:04.351]➜  packagefile go/token=/tmp/go-build3619502580/b1232/_pkg_.a
2025-08-20T21:21:11.0136941Z [00:04:04.351]➜  packagefile io/fs=/tmp/go-build3619502580/b053/_pkg_.a
2025-08-20T21:21:11.0137730Z [00:04:04.351]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:11.0138540Z [00:04:04.351]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:11.0139334Z [00:04:04.351]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:21:11.0140187Z [00:04:04.351]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:21:11.0141046Z [00:04:04.351]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:11.0142145Z [00:04:04.351]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:11.0142976Z [00:04:04.351]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:11.0143806Z [00:04:04.351]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:11.0144603Z [00:04:04.351]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:11.0145196Z [00:04:04.351]➜  EOF
2025-08-20T21:21:11.0150607Z [00:04:04.351]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1750/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/invopop/jsonschema@v0.13.0=>github.com/invopop/jsonschema@v0.13.0;$WORK/b1750=>" -p github.com/invopop/jsonschema -lang=go1.18 -complete -installsuffix shared -buildid 7B9gxz_uf4ESjPg3wiLF/7B9gxz_uf4ESjPg3wiLF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1750/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:21:11.0553219Z [00:04:04.394]➜  go tool buildid -w $WORK/b1760/_pkg_.a # internal
2025-08-20T21:21:11.0613096Z [00:04:04.400]➜  cp $WORK/b1760/_pkg_.a /root/.cache/go-build/28/28b42a15b8f14430ad17fef4d5f470f7f7c94b1b8faf05d2e45c7c71b86520e7-d # internal
2025-08-20T21:21:11.0615808Z [00:04:04.401]➜  go/printer
2025-08-20T21:21:11.0619918Z [00:04:04.401]➜  mkdir -p $WORK/b1768/
2025-08-20T21:21:11.0622070Z [00:04:04.401]➜  cat >/tmp/go-build3619502580/b1768/importcfg << 'EOF' # internal
2025-08-20T21:21:11.0623573Z [00:04:04.402]➜  # import config
2025-08-20T21:21:11.0625054Z [00:04:04.402]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:11.0626433Z [00:04:04.402]➜  packagefile go/ast=/tmp/go-build3619502580/b1610/_pkg_.a
2025-08-20T21:21:11.0628047Z [00:04:04.402]➜  packagefile go/build/constraint=/tmp/go-build3619502580/b1614/_pkg_.a
2025-08-20T21:21:11.0642275Z [00:04:04.402]➜  packagefile go/doc/comment=/tmp/go-build3619502580/b1758/_pkg_.a
2025-08-20T21:21:11.0643298Z [00:04:04.402]➜  packagefile go/token=/tmp/go-build3619502580/b1232/_pkg_.a
2025-08-20T21:21:11.0644149Z [00:04:04.402]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:11.0645003Z [00:04:04.402]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:11.0645849Z [00:04:04.402]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:11.0646666Z [00:04:04.402]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:21:11.0647504Z [00:04:04.402]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:11.0648358Z [00:04:04.402]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:11.0649207Z [00:04:04.402]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:11.0650066Z [00:04:04.402]➜  packagefile text/tabwriter=/tmp/go-build3619502580/b195/_pkg_.a
2025-08-20T21:21:11.0650967Z [00:04:04.402]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:21:11.0651998Z [00:04:04.402]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:11.0652681Z [00:04:04.402]➜  EOF
2025-08-20T21:21:11.0656324Z [00:04:04.402]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1768/_pkg_.a -trimpath "/root/.go/src/go/printer=>go/printer;$WORK/b1768=>" -p go/printer -lang=go1.25 -std -complete -installsuffix shared -buildid WwcXNE_MNBsr8z6Vw0zf/WwcXNE_MNBsr8z6Vw0zf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1768/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:21:11.2856527Z [00:04:04.625]➜  go tool buildid -w $WORK/b1750/_pkg_.a # internal
2025-08-20T21:21:11.2922239Z [00:04:04.631]➜  cp $WORK/b1750/_pkg_.a /root/.cache/go-build/93/93a3947f520c411c93223f2849d8cef21bcf24b07373897413fad5a5df6ab62f-d # internal
2025-08-20T21:21:11.2967157Z [00:04:04.636]➜  github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/serde/jsonschema
2025-08-20T21:21:11.2968155Z [00:04:04.636]➜  mkdir -p $WORK/b1749/
2025-08-20T21:21:11.2977275Z [00:04:04.637]➜  cat >/tmp/go-build3619502580/b1749/importcfg << 'EOF' # internal
2025-08-20T21:21:11.2979307Z [00:04:04.637]➜  # import config
2025-08-20T21:21:11.2981854Z [00:04:04.637]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:11.2982886Z [00:04:04.637]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:11.2984092Z [00:04:04.637]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry=/tmp/go-build3619502580/b1620/_pkg_.a
2025-08-20T21:21:11.2986062Z [00:04:04.637]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/cache=/tmp/go-build3619502580/b1621/_pkg_.a
2025-08-20T21:21:11.2987846Z [00:04:04.637]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/serde=/tmp/go-build3619502580/b1627/_pkg_.a
2025-08-20T21:21:11.2989297Z [00:04:04.637]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build3619502580/b1750/_pkg_.a
2025-08-20T21:21:11.2990578Z [00:04:04.637]➜  packagefile github.com/santhosh-tekuri/jsonschema/v5=/tmp/go-build3619502580/b1760/_pkg_.a
2025-08-20T21:21:11.2991820Z [00:04:04.637]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:11.2992675Z [00:04:04.637]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:11.2993727Z [00:04:04.637]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:11.2994641Z [00:04:04.637]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:11.2995286Z [00:04:04.637]➜  EOF
2025-08-20T21:21:11.3012370Z [00:04:04.640]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1749/_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/b1749=>" -p github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/serde/jsonschema -lang=go1.21 -complete -installsuffix shared -buildid 81Zt1ZXvH23XWSquxcb-/81Zt1ZXvH23XWSquxcb- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1749/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:21:11.5207970Z [00:04:04.860]➜  go tool buildid -w $WORK/b1768/_pkg_.a # internal
2025-08-20T21:21:11.5274362Z [00:04:04.865]➜  cp $WORK/b1768/_pkg_.a /root/.cache/go-build/04/04017c55f7161b7ecc60243bee39bb611ea29085e5b5a2042a7a3e9ab9701273-d # internal
2025-08-20T21:21:11.5282186Z [00:04:04.867]➜  go/format
2025-08-20T21:21:11.5284624Z [00:04:04.867]➜  mkdir -p $WORK/b1767/
2025-08-20T21:21:11.5293261Z [00:04:04.868]➜  cat >/tmp/go-build3619502580/b1767/importcfg << 'EOF' # internal
2025-08-20T21:21:11.5301464Z [00:04:04.869]➜  # import config
2025-08-20T21:21:11.5302314Z [00:04:04.869]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:11.5303334Z [00:04:04.869]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:11.5304158Z [00:04:04.869]➜  packagefile go/ast=/tmp/go-build3619502580/b1610/_pkg_.a
2025-08-20T21:21:11.5305023Z [00:04:04.869]➜  packagefile go/parser=/tmp/go-build3619502580/b1613/_pkg_.a
2025-08-20T21:21:11.5305915Z [00:04:04.869]➜  packagefile go/printer=/tmp/go-build3619502580/b1768/_pkg_.a
2025-08-20T21:21:11.5306790Z [00:04:04.869]➜  packagefile go/token=/tmp/go-build3619502580/b1232/_pkg_.a
2025-08-20T21:21:11.5307740Z [00:04:04.869]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:11.5308498Z [00:04:04.869]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:11.5309113Z [00:04:04.869]➜  EOF
2025-08-20T21:21:11.5316086Z [00:04:04.871]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1767/_pkg_.a -trimpath "/root/.go/src/go/format=>go/format;$WORK/b1767=>" -p go/format -lang=go1.25 -std -complete -installsuffix shared -buildid xdEV-IBB2DtR6VrCS7s2/xdEV-IBB2DtR6VrCS7s2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1767/importcfg -pack /root/.go/src/go/format/format.go /root/.go/src/go/format/internal.go
2025-08-20T21:21:11.5678307Z [00:04:04.907]➜  go tool buildid -w $WORK/b1749/_pkg_.a # internal
2025-08-20T21:21:11.5724319Z [00:04:04.911]➜  cp $WORK/b1749/_pkg_.a /root/.cache/go-build/6e/6e9c55e2562a7459dbf1d6a8a3520470191abdb882e8ce95a5c4999ea6224c4c-d # internal
2025-08-20T21:21:11.5726069Z [00:04:04.912]➜  github.com/actgardner/gogen-avro/v10/util
2025-08-20T21:21:11.5728048Z [00:04:04.912]➜  mkdir -p $WORK/b1769/
2025-08-20T21:21:11.5736223Z [00:04:04.913]➜  cat >/tmp/go-build3619502580/b1769/importcfg << 'EOF' # internal
2025-08-20T21:21:11.5739810Z [00:04:04.913]➜  # import config
2025-08-20T21:21:11.5742381Z [00:04:04.913]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:11.5743189Z [00:04:04.913]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:11.5744038Z [00:04:04.913]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:11.5744627Z [00:04:04.913]➜  EOF
2025-08-20T21:21:11.5748364Z [00:04:04.914]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1769/_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/b1769=>" -p github.com/actgardner/gogen-avro/v10/util -lang=go1.17 -complete -installsuffix shared -buildid eMm9XjgvLbwLtCZnM7C7/eMm9XjgvLbwLtCZnM7C7 -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/util/bytes.go
2025-08-20T21:21:11.5835038Z [00:04:04.923]➜  go tool buildid -w $WORK/b1767/_pkg_.a # internal
2025-08-20T21:21:11.5851031Z [00:04:04.924]➜  cp $WORK/b1767/_pkg_.a /root/.cache/go-build/80/8072103728fb2ba6935cee7a3ec3096d47cd03669c955b8b5a76e3581111f80a-d # internal
2025-08-20T21:21:11.5862874Z [00:04:04.926]➜  github.com/actgardner/gogen-avro/v10/generator
2025-08-20T21:21:11.5863568Z [00:04:04.926]➜  mkdir -p $WORK/b1766/
2025-08-20T21:21:11.5868697Z [00:04:04.926]➜  cat >/tmp/go-build3619502580/b1766/importcfg << 'EOF' # internal
2025-08-20T21:21:11.5870017Z [00:04:04.926]➜  # import config
2025-08-20T21:21:11.5870889Z [00:04:04.926]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:11.5871855Z [00:04:04.926]➜  packagefile go/format=/tmp/go-build3619502580/b1767/_pkg_.a
2025-08-20T21:21:11.5872752Z [00:04:04.926]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:11.5873618Z [00:04:04.926]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:21:11.5874434Z [00:04:04.926]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:11.5875260Z [00:04:04.926]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:11.5876084Z [00:04:04.926]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:11.5877046Z [00:04:04.926]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:21:11.5877652Z [00:04:04.926]➜  EOF
2025-08-20T21:21:11.5882850Z [00:04:04.926]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1766/_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/b1766=>" -p github.com/actgardner/gogen-avro/v10/generator -lang=go1.17 -complete -installsuffix shared -buildid XFUrcyaf80j2drkYAibg/XFUrcyaf80j2drkYAibg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1766/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:21:11.6104915Z [00:04:04.950]➜  go tool buildid -w $WORK/b1769/_pkg_.a # internal
2025-08-20T21:21:11.6118784Z [00:04:04.951]➜  cp $WORK/b1769/_pkg_.a /root/.cache/go-build/3e/3eefed08dd83e26c2a19482ac37c302d3c7ade308b8a6bb164162e8968351109-d # internal
2025-08-20T21:21:11.6145497Z [00:04:04.954]➜  github.com/actgardner/gogen-avro/v10/vm
2025-08-20T21:21:11.6146854Z [00:04:04.954]➜  mkdir -p $WORK/b1771/
2025-08-20T21:21:11.6148339Z [00:04:04.954]➜  cat >/tmp/go-build3619502580/b1771/importcfg << 'EOF' # internal
2025-08-20T21:21:11.6149326Z [00:04:04.954]➜  # import config
2025-08-20T21:21:11.6151543Z [00:04:04.954]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:11.6152422Z [00:04:04.954]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:11.6153460Z [00:04:04.954]➜  packagefile github.com/actgardner/gogen-avro/v10/vm/types=/tmp/go-build3619502580/b1772/_pkg_.a
2025-08-20T21:21:11.6154444Z [00:04:04.954]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:11.6155182Z [00:04:04.954]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:11.6155738Z [00:04:04.954]➜  EOF
2025-08-20T21:21:11.6163214Z [00:04:04.954]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1771/_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/b1771=>" -p github.com/actgardner/gogen-avro/v10/vm -lang=go1.17 -complete -installsuffix shared -buildid iJaASa-IuzvOW4SvnoqC/iJaASa-IuzvOW4SvnoqC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1771/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:21:11.6303651Z [00:04:04.969]➜  go tool buildid -w $WORK/b1766/_pkg_.a # internal
2025-08-20T21:21:11.6304974Z [00:04:04.970]➜  cp $WORK/b1766/_pkg_.a /root/.cache/go-build/93/933ac1c8e97598e559f8944fe879dad226853715791ba89f36cc3817be83c0f6-d # internal
2025-08-20T21:21:11.6320990Z [00:04:04.971]➜  github.com/actgardner/gogen-avro/v10/schema
2025-08-20T21:21:11.6321796Z [00:04:04.971]➜  mkdir -p $WORK/b1765/
2025-08-20T21:21:11.6337845Z [00:04:04.973]➜  cat >/tmp/go-build3619502580/b1765/importcfg << 'EOF' # internal
2025-08-20T21:21:11.6338665Z [00:04:04.973]➜  # import config
2025-08-20T21:21:11.6340583Z [00:04:04.973]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:11.6343081Z [00:04:04.973]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:11.6344955Z [00:04:04.973]➜  packagefile github.com/actgardner/gogen-avro/v10/generator=/tmp/go-build3619502580/b1766/_pkg_.a
2025-08-20T21:21:11.6347353Z [00:04:04.973]➜  packagefile github.com/actgardner/gogen-avro/v10/util=/tmp/go-build3619502580/b1769/_pkg_.a
2025-08-20T21:21:11.6348660Z [00:04:04.973]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:11.6349374Z [00:04:04.973]➜  EOF
2025-08-20T21:21:11.6370553Z [00:04:04.975]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1765/_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/b1765=>" -p github.com/actgardner/gogen-avro/v10/schema -lang=go1.17 -complete -installsuffix shared -buildid byL9TTPiXwrJmqSm0h56/byL9TTPiXwrJmqSm0h56 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1765/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:21:11.6940949Z [00:04:05.033]➜  go tool buildid -w $WORK/b1771/_pkg_.a # internal
2025-08-20T21:21:11.6948094Z [00:04:05.034]➜  cp $WORK/b1771/_pkg_.a /root/.cache/go-build/c9/c914f38ced526da6ca53770b969292b3600e706c3c2d3335c7dedd676804953f-d # internal
2025-08-20T21:21:11.6965967Z [00:04:05.036]➜  github.com/yuin/gopher-lua/ast
2025-08-20T21:21:11.6974126Z [00:04:05.037]➜  mkdir -p $WORK/b1778/
2025-08-20T21:21:11.6980410Z [00:04:05.037]➜  cat >/tmp/go-build3619502580/b1778/importcfg << 'EOF' # internal
2025-08-20T21:21:11.6982927Z [00:04:05.038]➜  # import config
2025-08-20T21:21:11.6988593Z [00:04:05.038]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:11.6989278Z [00:04:05.038]➜  EOF
2025-08-20T21:21:11.6994630Z [00:04:05.038]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1778/_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/b1778=>" -p github.com/yuin/gopher-lua/ast -lang=go1.17 -complete -installsuffix shared -buildid AOqYp8nL_AWtx8TzIJSh/AOqYp8nL_AWtx8TzIJSh -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/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:21:11.8213637Z [00:04:05.160]➜  go tool buildid -w $WORK/b1778/_pkg_.a # internal
2025-08-20T21:21:11.8237857Z [00:04:05.163]➜  cp $WORK/b1778/_pkg_.a /root/.cache/go-build/c5/c55533cd96e183f1ba44a18223a29a8e3cfce5adcd37ee6f9563cf58220336a8-d # internal
2025-08-20T21:21:11.8344215Z [00:04:05.173]➜  github.com/yuin/gopher-lua/parse
2025-08-20T21:21:11.8344952Z [00:04:05.173]➜  mkdir -p $WORK/b1779/
2025-08-20T21:21:11.8364432Z [00:04:05.174]➜  cat >/tmp/go-build3619502580/b1779/importcfg << 'EOF' # internal
2025-08-20T21:21:11.8376245Z [00:04:05.174]➜  # import config
2025-08-20T21:21:11.8377161Z [00:04:05.174]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:21:11.8378300Z [00:04:05.174]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:11.8379113Z [00:04:05.174]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:11.8380112Z [00:04:05.174]➜  packagefile github.com/yuin/gopher-lua/ast=/tmp/go-build3619502580/b1778/_pkg_.a
2025-08-20T21:21:11.8381108Z [00:04:05.174]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:11.8382187Z [00:04:05.174]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:11.8383067Z [00:04:05.174]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:11.8383955Z [00:04:05.174]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:11.8384641Z [00:04:05.174]➜  EOF
2025-08-20T21:21:11.8388739Z [00:04:05.176]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1779/_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/b1779=>" -p github.com/yuin/gopher-lua/parse -lang=go1.17 -complete -installsuffix shared -buildid NlsGLQDEshDEbCppuxeT/NlsGLQDEshDEbCppuxeT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1779/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:21:11.9330626Z [00:04:05.272]➜  go tool buildid -w $WORK/b1765/_pkg_.a # internal
2025-08-20T21:21:11.9387103Z [00:04:05.278]➜  cp $WORK/b1765/_pkg_.a /root/.cache/go-build/e3/e3de497671d67ce4e954f4a6d9798ef5b2757ae431a461b630250f555226cec3-d # internal
2025-08-20T21:21:11.9413331Z [00:04:05.278]➜  github.com/actgardner/gogen-avro/v10/parser
2025-08-20T21:21:11.9414159Z [00:04:05.278]➜  mkdir -p $WORK/b1764/
2025-08-20T21:21:11.9414906Z [00:04:05.279]➜  cat >/tmp/go-build3619502580/b1764/importcfg << 'EOF' # internal
2025-08-20T21:21:11.9415570Z [00:04:05.279]➜  # import config
2025-08-20T21:21:11.9416270Z [00:04:05.279]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:11.9417110Z [00:04:05.279]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:11.9418144Z [00:04:05.279]➜  packagefile github.com/actgardner/gogen-avro/v10/schema=/tmp/go-build3619502580/b1765/_pkg_.a
2025-08-20T21:21:11.9419158Z [00:04:05.279]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:11.9419986Z [00:04:05.279]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:11.9420593Z [00:04:05.279]➜  EOF
2025-08-20T21:21:11.9426688Z [00:04:05.279]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1764/_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/b1764=>" -p github.com/actgardner/gogen-avro/v10/parser -lang=go1.17 -complete -installsuffix shared -buildid x7BmCGtJQgmY8ccvZ5fh/x7BmCGtJQgmY8ccvZ5fh -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/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:21:12.0238926Z [00:04:05.363]➜  go tool buildid -w $WORK/b1764/_pkg_.a # internal
2025-08-20T21:21:12.0258526Z [00:04:05.365]➜  cp $WORK/b1764/_pkg_.a /root/.cache/go-build/d9/d9259f0f1709bc6982a1f62fb31938c045d966a44bae5aab8d9097a60082e04f-d # internal
2025-08-20T21:21:12.0261089Z [00:04:05.365]➜  github.com/actgardner/gogen-avro/v10/resolver
2025-08-20T21:21:12.0261847Z [00:04:05.365]➜  mkdir -p $WORK/b1770/
2025-08-20T21:21:12.0267855Z [00:04:05.366]➜  cat >/tmp/go-build3619502580/b1770/importcfg << 'EOF' # internal
2025-08-20T21:21:12.0290057Z [00:04:05.366]➜  # import config
2025-08-20T21:21:12.0290744Z [00:04:05.366]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:12.0292182Z [00:04:05.366]➜  packagefile github.com/actgardner/gogen-avro/v10/schema=/tmp/go-build3619502580/b1765/_pkg_.a
2025-08-20T21:21:12.0292978Z [00:04:05.366]➜  EOF
2025-08-20T21:21:12.0296732Z [00:04:05.366]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1770/_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/b1770=>" -p github.com/actgardner/gogen-avro/v10/resolver -lang=go1.17 -complete -installsuffix shared -buildid p0n020O3Rk5j0Zl_vjo9/p0n020O3Rk5j0Zl_vjo9 -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/resolver/resolver.go
2025-08-20T21:21:12.0393615Z [00:04:05.378]➜  go tool buildid -w $WORK/b1770/_pkg_.a # internal
2025-08-20T21:21:12.0405816Z [00:04:05.380]➜  cp $WORK/b1770/_pkg_.a /root/.cache/go-build/09/091b3338a8de57f52e63d7d40978e0e4ba4f6604d112c13158b24259e87c71ac-d # internal
2025-08-20T21:21:12.0413464Z [00:04:05.381]➜  github.com/actgardner/gogen-avro/v10/compiler
2025-08-20T21:21:12.0418716Z [00:04:05.381]➜  mkdir -p $WORK/b1763/
2025-08-20T21:21:12.0428248Z [00:04:05.382]➜  cat >/tmp/go-build3619502580/b1763/importcfg << 'EOF' # internal
2025-08-20T21:21:12.0433205Z [00:04:05.382]➜  # import config
2025-08-20T21:21:12.0433864Z [00:04:05.382]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:12.0434945Z [00:04:05.382]➜  packagefile github.com/actgardner/gogen-avro/v10/parser=/tmp/go-build3619502580/b1764/_pkg_.a
2025-08-20T21:21:12.0436256Z [00:04:05.382]➜  packagefile github.com/actgardner/gogen-avro/v10/resolver=/tmp/go-build3619502580/b1770/_pkg_.a
2025-08-20T21:21:12.0437722Z [00:04:05.382]➜  packagefile github.com/actgardner/gogen-avro/v10/schema=/tmp/go-build3619502580/b1765/_pkg_.a
2025-08-20T21:21:12.0438938Z [00:04:05.382]➜  packagefile github.com/actgardner/gogen-avro/v10/vm=/tmp/go-build3619502580/b1771/_pkg_.a
2025-08-20T21:21:12.0439763Z [00:04:05.382]➜  EOF
2025-08-20T21:21:12.0453896Z [00:04:05.384]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1763/_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/b1763=>" -p github.com/actgardner/gogen-avro/v10/compiler -lang=go1.17 -complete -installsuffix shared -buildid 0HTp1puf5KQ7fbreoQgb/0HTp1puf5KQ7fbreoQgb -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/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:21:12.0620978Z [00:04:05.401]➜  cd /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0
2025-08-20T21:21:12.0623760Z [00:04:05.401]➜  /root/.go/pkg/tool/linux_amd64/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/b1744=>" -I $WORK/b1744/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1744/noescape.o ./noescape.s
2025-08-20T21:21:12.0656681Z [00:04:05.405]➜  go tool pack r $WORK/b1744/_pkg_.a $WORK/b1744/noescape.o # internal
2025-08-20T21:21:12.0663277Z [00:04:05.405]➜  go tool buildid -w $WORK/b1744/_pkg_.a # internal
2025-08-20T21:21:12.0786652Z [00:04:05.418]➜  cp $WORK/b1744/_pkg_.a /root/.cache/go-build/1a/1a5ac45cf3007ba8498ae89078771cdd8960393760e498500dda57e473e5a5ff-d # internal
2025-08-20T21:21:12.0798736Z [00:04:05.419]➜  github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/serde/avrov2
2025-08-20T21:21:12.0799717Z [00:04:05.419]➜  mkdir -p $WORK/b1743/
2025-08-20T21:21:12.0800730Z [00:04:05.419]➜  cat >/tmp/go-build3619502580/b1743/importcfg << 'EOF' # internal
2025-08-20T21:21:12.0801646Z [00:04:05.419]➜  # import config
2025-08-20T21:21:12.0802378Z [00:04:05.419]➜  packagefile encoding=/tmp/go-build3619502580/b059/_pkg_.a
2025-08-20T21:21:12.0803297Z [00:04:05.419]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:12.0804172Z [00:04:05.419]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:12.0805490Z [00:04:05.419]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry=/tmp/go-build3619502580/b1620/_pkg_.a
2025-08-20T21:21:12.0807234Z [00:04:05.419]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/cache=/tmp/go-build3619502580/b1621/_pkg_.a
2025-08-20T21:21:12.0809013Z [00:04:05.419]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/serde=/tmp/go-build3619502580/b1627/_pkg_.a
2025-08-20T21:21:12.0810562Z [00:04:05.419]➜  packagefile github.com/hamba/avro/v2=/tmp/go-build3619502580/b1744/_pkg_.a
2025-08-20T21:21:12.0811943Z [00:04:05.419]➜  packagefile github.com/modern-go/reflect2=/tmp/go-build3619502580/b1748/_pkg_.a
2025-08-20T21:21:12.0812984Z [00:04:05.419]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:12.0813852Z [00:04:05.419]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:12.0814700Z [00:04:05.419]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:12.0815546Z [00:04:05.419]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:12.0816187Z [00:04:05.419]➜  EOF
2025-08-20T21:21:12.0816656Z [00:04:05.419]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:12.0854343Z [00:04:05.419]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1743/_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/b1743=>" -p github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/serde/avrov2 -lang=go1.21 -complete -installsuffix shared -buildid eJRrxvp1hlnTgX9fKJxa/eJRrxvp1hlnTgX9fKJxa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1743/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:21:12.1385207Z [00:04:05.478]➜  go tool buildid -w $WORK/b1779/_pkg_.a # internal
2025-08-20T21:21:12.1413472Z [00:04:05.480]➜  cp $WORK/b1779/_pkg_.a /root/.cache/go-build/1b/1b3304fadf38c5bc1430b6039ba74471bcce34355dfc4c39b2b2c6a57556a412-d # internal
2025-08-20T21:21:12.1417340Z [00:04:05.481]➜  github.com/yuin/gopher-lua/pm
2025-08-20T21:21:12.1421835Z [00:04:05.481]➜  mkdir -p $WORK/b1780/
2025-08-20T21:21:12.1426617Z [00:04:05.482]➜  cat >/tmp/go-build3619502580/b1780/importcfg << 'EOF' # internal
2025-08-20T21:21:12.1430456Z [00:04:05.482]➜  # import config
2025-08-20T21:21:12.1432497Z [00:04:05.482]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:12.1435898Z [00:04:05.482]➜  EOF
2025-08-20T21:21:12.1439206Z [00:04:05.482]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1780/_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/b1780=>" -p github.com/yuin/gopher-lua/pm -lang=go1.17 -complete -installsuffix shared -buildid 9kJrxNn7X0LPMXF0ZCsH/9kJrxNn7X0LPMXF0ZCsH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1780/importcfg -pack /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/pm/pm.go
2025-08-20T21:21:12.1459384Z [00:04:05.485]➜  go tool buildid -w $WORK/b1763/_pkg_.a # internal
2025-08-20T21:21:12.1481527Z [00:04:05.487]➜  cp $WORK/b1763/_pkg_.a /root/.cache/go-build/8d/8d3a192cd88eceb3ae6a76749a76d95b097ada4f45bb9ad9781fb8647e1e7d54-d # internal
2025-08-20T21:21:12.1499171Z [00:04:05.489]➜  github.com/jrnd-io/jr/pkg/types
2025-08-20T21:21:12.1501756Z [00:04:05.489]➜  mkdir -p $WORK/b1762/
2025-08-20T21:21:12.1505415Z [00:04:05.490]➜  cat >/tmp/go-build3619502580/b1762/importcfg << 'EOF' # internal
2025-08-20T21:21:12.1506698Z [00:04:05.490]➜  # import config
2025-08-20T21:21:12.1507571Z [00:04:05.490]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:12.1508409Z [00:04:05.490]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:12.1509442Z [00:04:05.490]➜  packagefile github.com/actgardner/gogen-avro/v10/compiler=/tmp/go-build3619502580/b1763/_pkg_.a
2025-08-20T21:21:12.1510767Z [00:04:05.490]➜  packagefile github.com/actgardner/gogen-avro/v10/util=/tmp/go-build3619502580/b1769/_pkg_.a
2025-08-20T21:21:12.1512186Z [00:04:05.490]➜  packagefile github.com/actgardner/gogen-avro/v10/vm=/tmp/go-build3619502580/b1771/_pkg_.a
2025-08-20T21:21:12.1513689Z [00:04:05.490]➜  packagefile github.com/actgardner/gogen-avro/v10/vm/types=/tmp/go-build3619502580/b1772/_pkg_.a
2025-08-20T21:21:12.1514767Z [00:04:05.490]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:12.1515361Z [00:04:05.490]➜  EOF
2025-08-20T21:21:12.1541924Z [00:04:05.491]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1762/_pkg_.a -trimpath "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types=>github.com/jrnd-io/jr/pkg/types;$WORK/b1762=>" -p github.com/jrnd-io/jr/pkg/types -lang=go1.24 -complete -installsuffix shared -buildid W8lRVPHfytROFawkICfU/W8lRVPHfytROFawkICfU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1762/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:21:12.2324261Z [00:04:05.571]➜  go tool buildid -w $WORK/b1780/_pkg_.a # internal
2025-08-20T21:21:12.2347308Z [00:04:05.574]➜  cp $WORK/b1780/_pkg_.a /root/.cache/go-build/38/385e7e136629b6777fafc8f98d7cf3527f60a243e9c1943dc140e1c6e10b1853-d # internal
2025-08-20T21:21:12.2542099Z [00:04:05.593]➜  github.com/yuin/gopher-lua
2025-08-20T21:21:12.2542753Z [00:04:05.593]➜  mkdir -p $WORK/b1777/
2025-08-20T21:21:12.2548581Z [00:04:05.594]➜  cat >/tmp/go-build3619502580/b1777/importcfg << 'EOF' # internal
2025-08-20T21:21:12.2549828Z [00:04:05.594]➜  # import config
2025-08-20T21:21:12.2551827Z [00:04:05.594]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:21:12.2552639Z [00:04:05.594]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:12.2553424Z [00:04:05.594]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:12.2554285Z [00:04:05.594]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:12.2555254Z [00:04:05.594]➜  packagefile github.com/yuin/gopher-lua/ast=/tmp/go-build3619502580/b1778/_pkg_.a
2025-08-20T21:21:12.2556376Z [00:04:05.594]➜  packagefile github.com/yuin/gopher-lua/parse=/tmp/go-build3619502580/b1779/_pkg_.a
2025-08-20T21:21:12.2557484Z [00:04:05.594]➜  packagefile github.com/yuin/gopher-lua/pm=/tmp/go-build3619502580/b1780/_pkg_.a
2025-08-20T21:21:12.2558417Z [00:04:05.594]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:12.2559222Z [00:04:05.594]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:12.2560252Z [00:04:05.594]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:12.2561073Z [00:04:05.594]➜  packagefile math/rand=/tmp/go-build3619502580/b108/_pkg_.a
2025-08-20T21:21:12.2593518Z [00:04:05.594]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:12.2594399Z [00:04:05.594]➜  packagefile os/exec=/tmp/go-build3619502580/b270/_pkg_.a
2025-08-20T21:21:12.2595331Z [00:04:05.594]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:21:12.2596230Z [00:04:05.594]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:12.2597086Z [00:04:05.594]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:12.2597921Z [00:04:05.594]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:12.2598982Z [00:04:05.594]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:12.2599935Z [00:04:05.594]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:12.2600778Z [00:04:05.594]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:12.2601825Z [00:04:05.594]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:12.2602693Z [00:04:05.594]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:21:12.2603504Z [00:04:05.594]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:12.2604104Z [00:04:05.594]➜  EOF
2025-08-20T21:21:12.2616687Z [00:04:05.594]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1777/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1=>github.com/yuin/gopher-lua@v1.1.1;$WORK/b1777=>" -p github.com/yuin/gopher-lua -lang=go1.17 -complete -installsuffix shared -buildid RkGZB0Ag5VzTkcsODq7w/RkGZB0Ag5VzTkcsODq7w -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/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:21:12.3423025Z [00:04:05.681]➜  go tool buildid -w $WORK/b1743/_pkg_.a # internal
2025-08-20T21:21:12.3487313Z [00:04:05.688]➜  cp $WORK/b1743/_pkg_.a /root/.cache/go-build/8f/8fe3a5c31b8f78240f1790e6d6e969d48563f2a7ec3f89c3caafefe83a9e0e36-d # internal
2025-08-20T21:21:12.3494378Z [00:04:05.689]➜  github.com/jmespath/go-jmespath
2025-08-20T21:21:12.3502109Z [00:04:05.689]➜  mkdir -p $WORK/b1787/
2025-08-20T21:21:12.3502824Z [00:04:05.689]➜  cat >/tmp/go-build3619502580/b1787/importcfg << 'EOF' # internal
2025-08-20T21:21:12.3503477Z [00:04:05.689]➜  # import config
2025-08-20T21:21:12.3504082Z [00:04:05.689]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:12.3504882Z [00:04:05.689]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:12.3505864Z [00:04:05.689]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:12.3506603Z [00:04:05.689]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:12.3507315Z [00:04:05.689]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:12.3508049Z [00:04:05.689]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:12.3508789Z [00:04:05.689]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:12.3509553Z [00:04:05.689]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:12.3510304Z [00:04:05.689]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:12.3511178Z [00:04:05.689]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:21:12.3512161Z [00:04:05.689]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:12.3512763Z [00:04:05.689]➜  EOF
2025-08-20T21:21:12.3519430Z [00:04:05.689]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1787/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0=>github.com/jmespath/go-jmespath@v0.4.0;$WORK/b1787=>" -p github.com/jmespath/go-jmespath -lang=go1.14 -complete -installsuffix shared -buildid L31NNZTUBzVleW1YHi2q/L31NNZTUBzVleW1YHi2q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1787/importcfg -pack /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/api.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/astnodetype_string.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/functions.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/interpreter.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/lexer.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/parser.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/toktype_string.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/util.go
2025-08-20T21:21:12.5644127Z [00:04:05.903]➜  go tool buildid -w $WORK/b1787/_pkg_.a # internal
2025-08-20T21:21:12.5681005Z [00:04:05.907]➜  cp $WORK/b1787/_pkg_.a /root/.cache/go-build/6a/6a7b57f4baddaced6d4ec9bd69e9a992876c2dba453f3f4f5560e28c9e21a1ea-d # internal
2025-08-20T21:21:12.5686417Z [00:04:05.908]➜  github.com/aws/aws-sdk-go/aws/awsutil
2025-08-20T21:21:12.5687046Z [00:04:05.908]➜  mkdir -p $WORK/b1786/
2025-08-20T21:21:12.5691975Z [00:04:05.908]➜  cat >/tmp/go-build3619502580/b1786/importcfg << 'EOF' # internal
2025-08-20T21:21:12.5725929Z [00:04:05.908]➜  # import config
2025-08-20T21:21:12.5726664Z [00:04:05.908]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:12.5727501Z [00:04:05.908]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:12.5728525Z [00:04:05.908]➜  packagefile github.com/jmespath/go-jmespath=/tmp/go-build3619502580/b1787/_pkg_.a
2025-08-20T21:21:12.5729533Z [00:04:05.908]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:12.5730387Z [00:04:05.908]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:12.5731619Z [00:04:05.908]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:12.5732471Z [00:04:05.908]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:12.5733376Z [00:04:05.908]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:12.5734200Z [00:04:05.908]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:12.5734808Z [00:04:05.908]➜  EOF
2025-08-20T21:21:12.5740424Z [00:04:05.909]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1786/_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/b1786=>" -p github.com/aws/aws-sdk-go/aws/awsutil -lang=go1.19 -complete -installsuffix shared -buildid aZnfvUcRXNyjiywYGCPW/aZnfvUcRXNyjiywYGCPW -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/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:21:12.6715918Z [00:04:06.011]➜  go tool buildid -w $WORK/b1786/_pkg_.a # internal
2025-08-20T21:21:12.6734040Z [00:04:06.012]➜  cp $WORK/b1786/_pkg_.a /root/.cache/go-build/d5/d51da842efab89e1bb177f1acbfa20ef82b3d99562b1a387466487def32caded-d # internal
2025-08-20T21:21:12.6742347Z [00:04:06.013]➜  github.com/aws/aws-sdk-go/aws/request
2025-08-20T21:21:12.6743051Z [00:04:06.013]➜  mkdir -p $WORK/b1785/
2025-08-20T21:21:12.6756280Z [00:04:06.014]➜  cat >/tmp/go-build3619502580/b1785/importcfg << 'EOF' # internal
2025-08-20T21:21:12.6757113Z [00:04:06.014]➜  # import config
2025-08-20T21:21:12.6757781Z [00:04:06.014]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:12.6758573Z [00:04:06.014]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:12.6759563Z [00:04:06.014]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3619502580/b319/_pkg_.a
2025-08-20T21:21:12.6760712Z [00:04:06.014]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3619502580/b320/_pkg_.a
2025-08-20T21:21:12.6762163Z [00:04:06.014]➜  packagefile github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build3619502580/b1786/_pkg_.a
2025-08-20T21:21:12.6763442Z [00:04:06.014]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3619502580/b1784/_pkg_.a
2025-08-20T21:21:12.6764905Z [00:04:06.014]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build3619502580/b326/_pkg_.a
2025-08-20T21:21:12.6765877Z [00:04:06.014]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:12.6766702Z [00:04:06.014]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:12.6767538Z [00:04:06.014]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:12.6768380Z [00:04:06.014]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:12.6769213Z [00:04:06.014]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:12.6770066Z [00:04:06.014]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:12.6770930Z [00:04:06.014]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:12.6771977Z [00:04:06.014]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:12.6772823Z [00:04:06.014]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:12.6773622Z [00:04:06.014]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:12.6774195Z [00:04:06.014]➜  EOF
2025-08-20T21:21:12.6783961Z [00:04:06.015]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1785/_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/b1785=>" -p github.com/aws/aws-sdk-go/aws/request -lang=go1.19 -complete -installsuffix shared -buildid FtS5rG4NWoyHEaKunrcp/FtS5rG4NWoyHEaKunrcp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1785/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:21:12.9759656Z [00:04:06.315]➜  go tool buildid -w $WORK/b1785/_pkg_.a # internal
2025-08-20T21:21:12.9863468Z [00:04:06.325]➜  cp $WORK/b1785/_pkg_.a /root/.cache/go-build/e7/e7a4919bb0df8052b0f33a407bd17974c80c29a4f2f6f14344063891e888f08f-d # internal
2025-08-20T21:21:12.9865024Z [00:04:06.325]➜  github.com/aws/aws-sdk-go/internal/sdkrand
2025-08-20T21:21:12.9865870Z [00:04:06.325]➜  mkdir -p $WORK/b1788/
2025-08-20T21:21:12.9866848Z [00:04:06.325]➜  cat >/tmp/go-build3619502580/b1788/importcfg << 'EOF' # internal
2025-08-20T21:21:12.9868856Z [00:04:06.325]➜  # import config
2025-08-20T21:21:12.9873157Z [00:04:06.325]➜  packagefile math/rand=/tmp/go-build3619502580/b108/_pkg_.a
2025-08-20T21:21:12.9874067Z [00:04:06.325]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:12.9877969Z [00:04:06.325]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:12.9878631Z [00:04:06.325]➜  EOF
2025-08-20T21:21:12.9883396Z [00:04:06.325]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1788/_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/b1788=>" -p github.com/aws/aws-sdk-go/internal/sdkrand -lang=go1.19 -complete -installsuffix shared -buildid JSyGHDx-V6z0yiB7Z03F/JSyGHDx-V6z0yiB7Z03F -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/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:21:13.0270913Z [00:04:06.366]➜  go tool buildid -w $WORK/b1788/_pkg_.a # internal
2025-08-20T21:21:13.0278398Z [00:04:06.367]➜  cp $WORK/b1788/_pkg_.a /root/.cache/go-build/b7/b7fca7f4edd0d4f1b355e881337bfa27684949ac8e09191aede4543abe6df0f3-d # internal
2025-08-20T21:21:13.0280299Z [00:04:06.367]➜  github.com/aws/aws-sdk-go/aws/client
2025-08-20T21:21:13.0281768Z [00:04:06.367]➜  mkdir -p $WORK/b1783/
2025-08-20T21:21:13.0287470Z [00:04:06.368]➜  cat >/tmp/go-build3619502580/b1783/importcfg << 'EOF' # internal
2025-08-20T21:21:13.0288551Z [00:04:06.368]➜  # import config
2025-08-20T21:21:13.0289546Z [00:04:06.368]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:13.0290665Z [00:04:06.368]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:13.0292504Z [00:04:06.368]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3619502580/b319/_pkg_.a
2025-08-20T21:21:13.0293851Z [00:04:06.368]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3619502580/b1784/_pkg_.a
2025-08-20T21:21:13.0295197Z [00:04:06.368]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3619502580/b1785/_pkg_.a
2025-08-20T21:21:13.0296543Z [00:04:06.368]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkrand=/tmp/go-build3619502580/b1788/_pkg_.a
2025-08-20T21:21:13.0297839Z [00:04:06.368]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:13.0298677Z [00:04:06.368]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:13.0299529Z [00:04:06.368]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:13.0300420Z [00:04:06.368]➜  packagefile net/http/httputil=/tmp/go-build3619502580/b252/_pkg_.a
2025-08-20T21:21:13.0301521Z [00:04:06.368]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:13.0302422Z [00:04:06.368]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:13.0303053Z [00:04:06.368]➜  EOF
2025-08-20T21:21:13.0308293Z [00:04:06.368]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1783/_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/b1783=>" -p github.com/aws/aws-sdk-go/aws/client -lang=go1.19 -complete -installsuffix shared -buildid cvAS-OXJeiuF5V3x7XIg/cvAS-OXJeiuF5V3x7XIg -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/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:21:13.1176345Z [00:04:06.457]➜  go tool buildid -w $WORK/b1783/_pkg_.a # internal
2025-08-20T21:21:13.1201739Z [00:04:06.459]➜  cp $WORK/b1783/_pkg_.a /root/.cache/go-build/c5/c5055a4e0ad32db65bfb82462e9045c872f717b781df367cb8afd2845292ac71-d # internal
2025-08-20T21:21:13.1204765Z [00:04:06.460]➜  github.com/aws/aws-sdk-go/aws/corehandlers
2025-08-20T21:21:13.1206147Z [00:04:06.460]➜  mkdir -p $WORK/b1789/
2025-08-20T21:21:13.1213142Z [00:04:06.461]➜  cat >/tmp/go-build3619502580/b1789/importcfg << 'EOF' # internal
2025-08-20T21:21:13.1214257Z [00:04:06.461]➜  # import config
2025-08-20T21:21:13.1215459Z [00:04:06.461]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:13.1216639Z [00:04:06.461]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:13.1217743Z [00:04:06.461]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3619502580/b319/_pkg_.a
2025-08-20T21:21:13.1218903Z [00:04:06.461]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3619502580/b320/_pkg_.a
2025-08-20T21:21:13.1220120Z [00:04:06.461]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3619502580/b321/_pkg_.a
2025-08-20T21:21:13.1221676Z [00:04:06.461]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3619502580/b1785/_pkg_.a
2025-08-20T21:21:13.1222747Z [00:04:06.461]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:13.1223625Z [00:04:06.461]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:13.1224458Z [00:04:06.461]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:13.1225257Z [00:04:06.461]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:13.1226033Z [00:04:06.461]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:13.1226834Z [00:04:06.461]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:13.1227640Z [00:04:06.461]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:13.1228432Z [00:04:06.461]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:13.1229002Z [00:04:06.461]➜  EOF
2025-08-20T21:21:13.1234836Z [00:04:06.461]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1789/_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/b1789=>" -p github.com/aws/aws-sdk-go/aws/corehandlers -lang=go1.19 -complete -installsuffix shared -buildid B4KdAu5ywki_dZ5MiVNm/B4KdAu5ywki_dZ5MiVNm -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/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:21:13.1810884Z [00:04:06.520]➜  go tool buildid -w $WORK/b1789/_pkg_.a # internal
2025-08-20T21:21:13.1830697Z [00:04:06.522]➜  cp $WORK/b1789/_pkg_.a /root/.cache/go-build/5f/5fa2db0e2b7d31b2135be7f52b6223a15beca17ba914d3c7c3e4ad9296c6b776-d # internal
2025-08-20T21:21:13.1832842Z [00:04:06.522]➜  github.com/aws/aws-sdk-go/aws/credentials/processcreds
2025-08-20T21:21:13.1833574Z [00:04:06.523]➜  mkdir -p $WORK/b1790/
2025-08-20T21:21:13.1841047Z [00:04:06.523]➜  cat >/tmp/go-build3619502580/b1790/importcfg << 'EOF' # internal
2025-08-20T21:21:13.1842686Z [00:04:06.523]➜  # import config
2025-08-20T21:21:13.1843953Z [00:04:06.523]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:13.1845027Z [00:04:06.523]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:13.1845851Z [00:04:06.523]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:13.1846771Z [00:04:06.523]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3619502580/b320/_pkg_.a
2025-08-20T21:21:13.1847934Z [00:04:06.523]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3619502580/b321/_pkg_.a
2025-08-20T21:21:13.1849152Z [00:04:06.523]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build3619502580/b326/_pkg_.a
2025-08-20T21:21:13.1850116Z [00:04:06.523]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:13.1851123Z [00:04:06.523]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:13.1852127Z [00:04:06.523]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:13.1852958Z [00:04:06.523]➜  packagefile os/exec=/tmp/go-build3619502580/b270/_pkg_.a
2025-08-20T21:21:13.1853770Z [00:04:06.523]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:13.1854559Z [00:04:06.523]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:13.1855339Z [00:04:06.524]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:13.1855915Z [00:04:06.524]➜  EOF
2025-08-20T21:21:13.1860140Z [00:04:06.524]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1790/_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/b1790=>" -p github.com/aws/aws-sdk-go/aws/credentials/processcreds -lang=go1.19 -complete -installsuffix shared -buildid MTK_v9bA2sEhIwGAefnO/MTK_v9bA2sEhIwGAefnO -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/credentials/processcreds/provider.go
2025-08-20T21:21:13.2387589Z [00:04:06.578]➜  go tool buildid -w $WORK/b1790/_pkg_.a # internal
2025-08-20T21:21:13.2403448Z [00:04:06.579]➜  cp $WORK/b1790/_pkg_.a /root/.cache/go-build/30/30e1528bd31608820a3763e3876b0fa1e90dc60086e2824ab7a7e6ef70e8755d-d # internal
2025-08-20T21:21:13.2405163Z [00:04:06.580]➜  github.com/aws/aws-sdk-go/aws/auth/bearer
2025-08-20T21:21:13.2406485Z [00:04:06.580]➜  mkdir -p $WORK/b1792/
2025-08-20T21:21:13.2413860Z [00:04:06.581]➜  cat >/tmp/go-build3619502580/b1792/importcfg << 'EOF' # internal
2025-08-20T21:21:13.2414816Z [00:04:06.581]➜  # import config
2025-08-20T21:21:13.2415776Z [00:04:06.581]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3619502580/b319/_pkg_.a
2025-08-20T21:21:13.2416662Z [00:04:06.581]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:13.2417208Z [00:04:06.581]➜  EOF
2025-08-20T21:21:13.2420732Z [00:04:06.581]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1792/_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/b1792=>" -p github.com/aws/aws-sdk-go/aws/auth/bearer -lang=go1.19 -complete -installsuffix shared -buildid cYVyj7xGxoAkd9DthaTS/cYVyj7xGxoAkd9DthaTS -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/auth/bearer/token.go
2025-08-20T21:21:13.2594575Z [00:04:06.599]➜  go tool buildid -w $WORK/b1792/_pkg_.a # internal
2025-08-20T21:21:13.2654542Z [00:04:06.605]➜  cp $WORK/b1792/_pkg_.a /root/.cache/go-build/c0/c0f5aff1eedc453d4cb188d59b50f610b62dfbb45d6e4e0f55ae55d8c3ec90ff-d # internal
2025-08-20T21:21:13.2655862Z [00:04:06.605]➜  github.com/aws/aws-sdk-go/internal/strings
2025-08-20T21:21:13.2656512Z [00:04:06.605]➜  mkdir -p $WORK/b1795/
2025-08-20T21:21:13.2657252Z [00:04:06.605]➜  cat >/tmp/go-build3619502580/b1795/importcfg << 'EOF' # internal
2025-08-20T21:21:13.2657941Z [00:04:06.605]➜  # import config
2025-08-20T21:21:13.2658633Z [00:04:06.605]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:13.2659265Z [00:04:06.605]➜  EOF
2025-08-20T21:21:13.2663292Z [00:04:06.605]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1795/_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/b1795=>" -p github.com/aws/aws-sdk-go/internal/strings -lang=go1.19 -complete -installsuffix shared -buildid kminF1KP85Gr85WhbNyf/kminF1KP85Gr85WhbNyf -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/internal/strings/strings.go
2025-08-20T21:21:13.2953402Z [00:04:06.635]➜  go tool buildid -w $WORK/b1795/_pkg_.a # internal
2025-08-20T21:21:13.2983353Z [00:04:06.635]➜  cp $WORK/b1795/_pkg_.a /root/.cache/go-build/29/29fdb5538d2fad133a711d4c9f47b69c3a5fa6af8e35fe733326e3ebbd982bb0-d # internal
2025-08-20T21:21:13.2984698Z [00:04:06.635]➜  github.com/aws/aws-sdk-go/private/protocol
2025-08-20T21:21:13.2985356Z [00:04:06.635]➜  mkdir -p $WORK/b1797/
2025-08-20T21:21:13.2986091Z [00:04:06.636]➜  cat >/tmp/go-build3619502580/b1797/importcfg << 'EOF' # internal
2025-08-20T21:21:13.2986764Z [00:04:06.636]➜  # import config
2025-08-20T21:21:13.2987404Z [00:04:06.636]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:13.2988242Z [00:04:06.636]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:21:13.2989142Z [00:04:06.636]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:13.2990220Z [00:04:06.636]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:13.2991093Z [00:04:06.636]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:13.2992269Z [00:04:06.636]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3619502580/b319/_pkg_.a
2025-08-20T21:21:13.2993414Z [00:04:06.636]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3619502580/b320/_pkg_.a
2025-08-20T21:21:13.2994721Z [00:04:06.636]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3619502580/b1784/_pkg_.a
2025-08-20T21:21:13.2995993Z [00:04:06.636]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3619502580/b1785/_pkg_.a
2025-08-20T21:21:13.2997240Z [00:04:06.636]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkmath=/tmp/go-build3619502580/b1798/_pkg_.a
2025-08-20T21:21:13.2998249Z [00:04:06.636]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:13.2999063Z [00:04:06.636]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:13.2999864Z [00:04:06.636]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:13.3000638Z [00:04:06.636]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:13.3011841Z [00:04:06.636]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:13.3012798Z [00:04:06.636]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:13.3013968Z [00:04:06.636]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:13.3014821Z [00:04:06.636]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:13.3015637Z [00:04:06.636]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:13.3016241Z [00:04:06.636]➜  EOF
2025-08-20T21:21:13.3024849Z [00:04:06.636]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1797/_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/b1797=>" -p github.com/aws/aws-sdk-go/private/protocol -lang=go1.19 -complete -installsuffix shared -buildid WKVMl6Tvo05XjC_f2BWR/WKVMl6Tvo05XjC_f2BWR -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/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:21:13.4837514Z [00:04:06.823]➜  go tool buildid -w $WORK/b1797/_pkg_.a # internal
2025-08-20T21:21:13.4859021Z [00:04:06.825]➜  cp $WORK/b1797/_pkg_.a /root/.cache/go-build/09/09ce0e36a33e7671600845592602c4a13c0e569d44e069a3953100fa4724b030-d # internal
2025-08-20T21:21:13.4890554Z [00:04:06.828]➜  github.com/aws/aws-sdk-go/private/protocol/rest
2025-08-20T21:21:13.4891441Z [00:04:06.828]➜  mkdir -p $WORK/b1796/
2025-08-20T21:21:13.4918061Z [00:04:06.831]➜  cat >/tmp/go-build3619502580/b1796/importcfg << 'EOF' # internal
2025-08-20T21:21:13.4919159Z [00:04:06.831]➜  # import config
2025-08-20T21:21:13.4920095Z [00:04:06.831]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:13.4921610Z [00:04:06.831]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:13.4922515Z [00:04:06.831]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:13.4923487Z [00:04:06.831]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3619502580/b319/_pkg_.a
2025-08-20T21:21:13.4924836Z [00:04:06.831]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3619502580/b320/_pkg_.a
2025-08-20T21:21:13.4926078Z [00:04:06.831]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3619502580/b1785/_pkg_.a
2025-08-20T21:21:13.4927340Z [00:04:06.831]➜  packagefile github.com/aws/aws-sdk-go/internal/strings=/tmp/go-build3619502580/b1795/_pkg_.a
2025-08-20T21:21:13.4928640Z [00:04:06.831]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3619502580/b1797/_pkg_.a
2025-08-20T21:21:13.4929639Z [00:04:06.831]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:13.4930441Z [00:04:06.831]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:13.4931412Z [00:04:06.831]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:13.4932229Z [00:04:06.831]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:13.4933040Z [00:04:06.831]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:13.4933830Z [00:04:06.831]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:21:13.4934640Z [00:04:06.831]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:13.4935452Z [00:04:06.831]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:13.4936233Z [00:04:06.831]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:13.4937325Z [00:04:06.831]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:13.4937923Z [00:04:06.831]➜  EOF
2025-08-20T21:21:13.4943015Z [00:04:06.831]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1796/_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/b1796=>" -p github.com/aws/aws-sdk-go/private/protocol/rest -lang=go1.19 -complete -installsuffix shared -buildid KF1FWfd6-nfwPY_l6-cF/KF1FWfd6-nfwPY_l6-cF -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/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:21:13.6249897Z [00:04:06.964]➜  go tool buildid -w $WORK/b1762/_pkg_.a # internal
2025-08-20T21:21:13.6283016Z [00:04:06.968]➜  go tool buildid -w $WORK/b1777/_pkg_.a # internal
2025-08-20T21:21:13.6415158Z [00:04:06.981]➜  cp $WORK/b1777/_pkg_.a /root/.cache/go-build/e4/e4310cb99e70a7c58b677f86af74a9c213b1b3a0aff559878feca1e5db1e2962-d # internal
2025-08-20T21:21:13.6417343Z [00:04:06.981]➜  github.com/vadv/gopher-lua-libs/argparse
2025-08-20T21:21:13.6417946Z [00:04:06.981]➜  mkdir -p $WORK/b1776/
2025-08-20T21:21:13.6421932Z [00:04:06.981]➜  cat >/tmp/go-build3619502580/b1776/importcfg << 'EOF' # internal
2025-08-20T21:21:13.6422621Z [00:04:06.981]➜  # import config
2025-08-20T21:21:13.6423270Z [00:04:06.981]➜  packagefile embed=/tmp/go-build3619502580/b052/_pkg_.a
2025-08-20T21:21:13.6424189Z [00:04:06.981]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:13.6425034Z [00:04:06.981]➜  EOF
2025-08-20T21:21:13.6430884Z [00:04:06.982]➜  cat >/tmp/go-build3619502580/b1776/embedcfg << 'EOF' # internal
2025-08-20T21:21:13.6440081Z [00:04:06.982]➜  {
2025-08-20T21:21:13.6440497Z [00:04:06.982]➜  	"Patterns": {
2025-08-20T21:21:13.6440990Z [00:04:06.982]➜  		"argparse.lua": [
2025-08-20T21:21:13.6441639Z [00:04:06.982]➜  			"argparse.lua"
2025-08-20T21:21:13.6442067Z [00:04:06.982]➜  		]
2025-08-20T21:21:13.6442409Z [00:04:06.982]➜  	},
2025-08-20T21:21:13.6442794Z [00:04:06.982]➜  	"Files": {
2025-08-20T21:21:13.6443646Z [00:04:06.982]➜  		"argparse.lua": "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/argparse/argparse.lua"
2025-08-20T21:21:13.6444424Z [00:04:06.982]➜  	}
2025-08-20T21:21:13.6444782Z [00:04:06.982]➜  }EOF
2025-08-20T21:21:13.6448669Z [00:04:06.983]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1776/_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/b1776=>" -p github.com/vadv/gopher-lua-libs/argparse -lang=go1.16 -complete -installsuffix shared -buildid 8PXA4pZ6W0a-S9VzCsIG/8PXA4pZ6W0a-S9VzCsIG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1776/importcfg -embedcfg $WORK/b1776/embedcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/argparse/loader.go
2025-08-20T21:21:13.6504351Z [00:04:06.988]➜  cp $WORK/b1762/_pkg_.a /root/.cache/go-build/fa/fa72138661b2dec40a48b030e28a68ffba6761bcc71c55a23e96515cb0fec243-d # internal
2025-08-20T21:21:13.6505705Z [00:04:06.988]➜  github.com/aws/aws-sdk-go/private/protocol/json/jsonutil
2025-08-20T21:21:13.6506368Z [00:04:06.988]➜  mkdir -p $WORK/b1800/
2025-08-20T21:21:13.6507074Z [00:04:06.989]➜  cat >/tmp/go-build3619502580/b1800/importcfg << 'EOF' # internal
2025-08-20T21:21:13.6507729Z [00:04:06.989]➜  # import config
2025-08-20T21:21:13.6508361Z [00:04:06.989]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:13.6509226Z [00:04:06.989]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:13.6510099Z [00:04:06.989]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:13.6511067Z [00:04:06.989]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:13.6512310Z [00:04:06.989]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3619502580/b319/_pkg_.a
2025-08-20T21:21:13.6513465Z [00:04:06.989]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3619502580/b320/_pkg_.a
2025-08-20T21:21:13.6514683Z [00:04:06.989]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3619502580/b1797/_pkg_.a
2025-08-20T21:21:13.6515669Z [00:04:06.989]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:13.6516459Z [00:04:06.989]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:13.6517281Z [00:04:06.989]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:21:13.6518176Z [00:04:06.989]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:13.6519218Z [00:04:06.989]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:13.6520235Z [00:04:06.989]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:13.6521827Z [00:04:06.989]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:13.6522922Z [00:04:06.989]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:13.6523766Z [00:04:06.989]➜  EOF
2025-08-20T21:21:13.6530809Z [00:04:06.989]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1800/_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/b1800=>" -p github.com/aws/aws-sdk-go/private/protocol/json/jsonutil -lang=go1.19 -complete -installsuffix shared -buildid MMcEb59CBGgkzvEQAR-c/MMcEb59CBGgkzvEQAR-c -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/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:21:13.6543428Z [00:04:06.994]➜  go tool buildid -w $WORK/b1796/_pkg_.a # internal
2025-08-20T21:21:13.6568664Z [00:04:06.996]➜  cp $WORK/b1796/_pkg_.a /root/.cache/go-build/d5/d5d7eb9c13e1e7fd46eda4fdf4646a22ec44164aaa29693fd0f8cb705ad330db-d # internal
2025-08-20T21:21:13.6569871Z [00:04:06.996]➜  github.com/aws/aws-sdk-go/aws/signer/v4
2025-08-20T21:21:13.6570453Z [00:04:06.996]➜  mkdir -p $WORK/b1794/
2025-08-20T21:21:13.6573905Z [00:04:06.997]➜  cat >/tmp/go-build3619502580/b1794/importcfg << 'EOF' # internal
2025-08-20T21:21:13.6575387Z [00:04:06.997]➜  # import config
2025-08-20T21:21:13.6576846Z [00:04:06.997]➜  packagefile crypto/hmac=/tmp/go-build3619502580/b135/_pkg_.a
2025-08-20T21:21:13.6578495Z [00:04:06.997]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:21:13.6579791Z [00:04:06.997]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:21:13.6580959Z [00:04:06.997]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:13.6582515Z [00:04:06.997]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3619502580/b319/_pkg_.a
2025-08-20T21:21:13.6584033Z [00:04:06.997]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3619502580/b321/_pkg_.a
2025-08-20T21:21:13.6585320Z [00:04:06.997]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3619502580/b1785/_pkg_.a
2025-08-20T21:21:13.6586500Z [00:04:06.997]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build3619502580/b326/_pkg_.a
2025-08-20T21:21:13.6587762Z [00:04:06.997]➜  packagefile github.com/aws/aws-sdk-go/internal/strings=/tmp/go-build3619502580/b1795/_pkg_.a
2025-08-20T21:21:13.6589087Z [00:04:06.997]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/rest=/tmp/go-build3619502580/b1796/_pkg_.a
2025-08-20T21:21:13.6590143Z [00:04:06.997]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:13.6590920Z [00:04:06.997]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:13.6592127Z [00:04:06.997]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:13.6593096Z [00:04:06.997]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:13.6593905Z [00:04:06.997]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:13.6594688Z [00:04:06.997]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:13.6595497Z [00:04:06.997]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:13.6596303Z [00:04:06.997]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:13.6596917Z [00:04:06.997]➜  EOF
2025-08-20T21:21:13.6603726Z [00:04:06.997]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1794/_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/b1794=>" -p github.com/aws/aws-sdk-go/aws/signer/v4 -lang=go1.19 -complete -installsuffix shared -buildid 06rKe69IUfvpzXBF0JHi/06rKe69IUfvpzXBF0JHi -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/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:21:13.6697439Z [00:04:07.009]➜  go tool buildid -w $WORK/b1776/_pkg_.a # internal
2025-08-20T21:21:13.6713140Z [00:04:07.010]➜  cp $WORK/b1776/_pkg_.a /root/.cache/go-build/d9/d9a4c9173219b0d24b774acdd1bfc1786bc08dfb09a3ffd465be77f867433f90-d # internal
2025-08-20T21:21:13.6728363Z [00:04:07.012]➜  github.com/aws/aws-sdk-go/private/protocol/query/queryutil
2025-08-20T21:21:13.6730726Z [00:04:07.012]➜  mkdir -p $WORK/b1807/
2025-08-20T21:21:13.6731754Z [00:04:07.012]➜  cat >/tmp/go-build3619502580/b1807/importcfg << 'EOF' # internal
2025-08-20T21:21:13.6732574Z [00:04:07.012]➜  # import config
2025-08-20T21:21:13.6733306Z [00:04:07.012]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:13.6734218Z [00:04:07.012]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:13.6735328Z [00:04:07.012]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3619502580/b1797/_pkg_.a
2025-08-20T21:21:13.6736389Z [00:04:07.012]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:13.6737414Z [00:04:07.012]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:13.6738264Z [00:04:07.012]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:13.6739119Z [00:04:07.012]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:13.6739970Z [00:04:07.012]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:13.6740815Z [00:04:07.012]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:13.6741955Z [00:04:07.012]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:13.6742578Z [00:04:07.012]➜  EOF
2025-08-20T21:21:13.6747124Z [00:04:07.012]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1807/_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/b1807=>" -p github.com/aws/aws-sdk-go/private/protocol/query/queryutil -lang=go1.19 -complete -installsuffix shared -buildid QHRt1EegupctbsVUnKxo/QHRt1EegupctbsVUnKxo -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/private/protocol/query/queryutil/queryutil.go
2025-08-20T21:21:13.7236511Z [00:04:07.063]➜  go tool buildid -w $WORK/b1807/_pkg_.a # internal
2025-08-20T21:21:13.7247836Z [00:04:07.064]➜  cp $WORK/b1807/_pkg_.a /root/.cache/go-build/94/94f29df0d9f2c31a78eed9bdacc2e132ac38dd0c58fe78d1250a48dbc010bc74-d # internal
2025-08-20T21:21:13.7249729Z [00:04:07.064]➜  github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil
2025-08-20T21:21:13.7250613Z [00:04:07.064]➜  mkdir -p $WORK/b1808/
2025-08-20T21:21:13.7256626Z [00:04:07.065]➜  cat >/tmp/go-build3619502580/b1808/importcfg << 'EOF' # internal
2025-08-20T21:21:13.7257634Z [00:04:07.065]➜  # import config
2025-08-20T21:21:13.7258826Z [00:04:07.065]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:13.7259727Z [00:04:07.065]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:13.7260474Z [00:04:07.065]➜  packagefile encoding/xml=/tmp/go-build3619502580/b299/_pkg_.a
2025-08-20T21:21:13.7261629Z [00:04:07.065]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:13.7262628Z [00:04:07.065]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3619502580/b320/_pkg_.a
2025-08-20T21:21:13.7263853Z [00:04:07.065]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3619502580/b1797/_pkg_.a
2025-08-20T21:21:13.7264867Z [00:04:07.065]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:13.7265696Z [00:04:07.065]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:13.7266534Z [00:04:07.065]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:13.7267348Z [00:04:07.065]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:13.7268140Z [00:04:07.065]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:13.7268955Z [00:04:07.065]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:13.7269732Z [00:04:07.065]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:13.7270323Z [00:04:07.065]➜  EOF
2025-08-20T21:21:13.7276848Z [00:04:07.065]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1808/_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/b1808=>" -p github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil -lang=go1.19 -complete -installsuffix shared -buildid H_jIHVivQ8Pg67BE6zUY/H_jIHVivQ8Pg67BE6zUY -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/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:21:13.7673226Z [00:04:07.106]➜  go tool buildid -w $WORK/b1800/_pkg_.a # internal
2025-08-20T21:21:13.7680028Z [00:04:07.107]➜  cp $WORK/b1800/_pkg_.a /root/.cache/go-build/78/78e3522471e10c1440d4913bf3c80759e0301a55bc851c54d1170e16bdb69634-d # internal
2025-08-20T21:21:13.7683454Z [00:04:07.107]➜  github.com/aws/aws-sdk-go/private/protocol/jsonrpc
2025-08-20T21:21:13.7685160Z [00:04:07.107]➜  mkdir -p $WORK/b1801/
2025-08-20T21:21:13.7687355Z [00:04:07.108]➜  cat >/tmp/go-build3619502580/b1801/importcfg << 'EOF' # internal
2025-08-20T21:21:13.7688229Z [00:04:07.108]➜  # import config
2025-08-20T21:21:13.7689393Z [00:04:07.108]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:13.7690510Z [00:04:07.108]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3619502580/b320/_pkg_.a
2025-08-20T21:21:13.7692039Z [00:04:07.108]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3619502580/b1785/_pkg_.a
2025-08-20T21:21:13.7693359Z [00:04:07.108]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3619502580/b1797/_pkg_.a
2025-08-20T21:21:13.7694854Z [00:04:07.108]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/json/jsonutil=/tmp/go-build3619502580/b1800/_pkg_.a
2025-08-20T21:21:13.7696570Z [00:04:07.108]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/rest=/tmp/go-build3619502580/b1796/_pkg_.a
2025-08-20T21:21:13.7697712Z [00:04:07.108]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:13.7698572Z [00:04:07.108]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:13.7699447Z [00:04:07.108]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:13.7700312Z [00:04:07.108]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:13.7700953Z [00:04:07.108]➜  EOF
2025-08-20T21:21:13.7706393Z [00:04:07.108]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1801/_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/b1801=>" -p github.com/aws/aws-sdk-go/private/protocol/jsonrpc -lang=go1.19 -complete -installsuffix shared -buildid Qe4s2hlFS0LQuqoYIyKQ/Qe4s2hlFS0LQuqoYIyKQ -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/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:21:13.7831998Z [00:04:07.122]➜  go tool buildid -w $WORK/b1794/_pkg_.a # internal
2025-08-20T21:21:13.7865032Z [00:04:07.124]➜  cp $WORK/b1794/_pkg_.a /root/.cache/go-build/29/297e226aa1961a70d67610efa49eb0d3beb94a20c57dd998d3c581fdf9fe3adf-d # internal
2025-08-20T21:21:13.7866226Z [00:04:07.125]➜  github.com/aws/aws-sdk-go/aws/csm
2025-08-20T21:21:13.7866880Z [00:04:07.125]➜  mkdir -p $WORK/b1810/
2025-08-20T21:21:13.7867621Z [00:04:07.125]➜  cat >/tmp/go-build3619502580/b1810/importcfg << 'EOF' # internal
2025-08-20T21:21:13.7868296Z [00:04:07.125]➜  # import config
2025-08-20T21:21:13.7868993Z [00:04:07.125]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:13.7869799Z [00:04:07.125]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:13.7870783Z [00:04:07.125]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3619502580/b319/_pkg_.a
2025-08-20T21:21:13.7872159Z [00:04:07.125]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3619502580/b320/_pkg_.a
2025-08-20T21:21:13.7873408Z [00:04:07.125]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3619502580/b1785/_pkg_.a
2025-08-20T21:21:13.7874392Z [00:04:07.125]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:13.7875225Z [00:04:07.125]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:13.7876258Z [00:04:07.125]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:13.7877092Z [00:04:07.125]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:13.7877923Z [00:04:07.125]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:13.7878736Z [00:04:07.125]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:13.7879343Z [00:04:07.125]➜  EOF
2025-08-20T21:21:13.7885614Z [00:04:07.125]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1810/_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/b1810=>" -p github.com/aws/aws-sdk-go/aws/csm -lang=go1.19 -complete -installsuffix shared -buildid WxsZ5mWIVPFyc_wQDm2n/WxsZ5mWIVPFyc_wQDm2n -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/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:21:13.8264397Z [00:04:07.165]➜  go tool buildid -w $WORK/b1801/_pkg_.a # internal
2025-08-20T21:21:13.8279283Z [00:04:07.167]➜  cp $WORK/b1801/_pkg_.a /root/.cache/go-build/89/899c67202c16c15c075e671e640084bee5a7311e33a64fe796635c161c824870-d # internal
2025-08-20T21:21:13.8285113Z [00:04:07.167]➜  github.com/aws/aws-sdk-go/private/protocol/restjson
2025-08-20T21:21:13.8285805Z [00:04:07.167]➜  mkdir -p $WORK/b1799/
2025-08-20T21:21:13.8293782Z [00:04:07.168]➜  cat >/tmp/go-build3619502580/b1799/importcfg << 'EOF' # internal
2025-08-20T21:21:13.8294613Z [00:04:07.168]➜  # import config
2025-08-20T21:21:13.8295310Z [00:04:07.168]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:13.8296241Z [00:04:07.168]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:13.8297353Z [00:04:07.168]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3619502580/b320/_pkg_.a
2025-08-20T21:21:13.8298756Z [00:04:07.168]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3619502580/b1785/_pkg_.a
2025-08-20T21:21:13.8300111Z [00:04:07.168]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3619502580/b1797/_pkg_.a
2025-08-20T21:21:13.8301880Z [00:04:07.168]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/json/jsonutil=/tmp/go-build3619502580/b1800/_pkg_.a
2025-08-20T21:21:13.8303419Z [00:04:07.168]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/jsonrpc=/tmp/go-build3619502580/b1801/_pkg_.a
2025-08-20T21:21:13.8304853Z [00:04:07.168]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/rest=/tmp/go-build3619502580/b1796/_pkg_.a
2025-08-20T21:21:13.8305942Z [00:04:07.168]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:13.8306792Z [00:04:07.168]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:13.8307665Z [00:04:07.168]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:13.8308543Z [00:04:07.168]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:13.8309194Z [00:04:07.168]➜  EOF
2025-08-20T21:21:13.8314439Z [00:04:07.168]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1799/_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/b1799=>" -p github.com/aws/aws-sdk-go/private/protocol/restjson -lang=go1.19 -complete -installsuffix shared -buildid YFSsuhcLgmRkfOjzi8w-/YFSsuhcLgmRkfOjzi8w- -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/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:21:13.8772736Z [00:04:07.216]➜  go tool buildid -w $WORK/b1810/_pkg_.a # internal
2025-08-20T21:21:13.8788521Z [00:04:07.218]➜  go tool buildid -w $WORK/b1799/_pkg_.a # internal
2025-08-20T21:21:13.8796593Z [00:04:07.219]➜  cp $WORK/b1810/_pkg_.a /root/.cache/go-build/cf/cfec0a9a4f3146bf4bae43754113f34b31e5058118b0fc0a94d2c29bc2d1c630-d # internal
2025-08-20T21:21:13.8803522Z [00:04:07.219]➜  github.com/aws/aws-sdk-go/internal/sdkuri
2025-08-20T21:21:13.8805650Z [00:04:07.219]➜  mkdir -p $WORK/b1814/
2025-08-20T21:21:13.8810303Z [00:04:07.220]➜  cp $WORK/b1799/_pkg_.a /root/.cache/go-build/85/85a36d462edc5fa70d84a8272a274cfd570716c875f11c47d7530093f491f9a7-d # internal
2025-08-20T21:21:13.8812569Z [00:04:07.220]➜  github.com/aws/aws-sdk-go/service/sso
2025-08-20T21:21:13.8813230Z [00:04:07.220]➜  mkdir -p $WORK/b1793/
2025-08-20T21:21:13.8818930Z [00:04:07.221]➜  cat >/tmp/go-build3619502580/b1814/importcfg << 'EOF' # internal
2025-08-20T21:21:13.8823808Z [00:04:07.221]➜  # import config
2025-08-20T21:21:13.8826527Z [00:04:07.221]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:21:13.8827394Z [00:04:07.221]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:13.8828498Z [00:04:07.221]➜  EOF
2025-08-20T21:21:13.8829053Z [00:04:07.221]➜  cat >/tmp/go-build3619502580/b1793/importcfg << 'EOF' # internal
2025-08-20T21:21:13.8831071Z [00:04:07.221]➜  # import config
2025-08-20T21:21:13.8833071Z [00:04:07.221]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:13.8834032Z [00:04:07.221]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3619502580/b319/_pkg_.a
2025-08-20T21:21:13.8835188Z [00:04:07.221]➜  packagefile github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build3619502580/b1786/_pkg_.a
2025-08-20T21:21:13.8836343Z [00:04:07.221]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3619502580/b1783/_pkg_.a
2025-08-20T21:21:13.8837601Z [00:04:07.221]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3619502580/b1784/_pkg_.a
2025-08-20T21:21:13.8838881Z [00:04:07.221]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3619502580/b321/_pkg_.a
2025-08-20T21:21:13.8840199Z [00:04:07.221]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3619502580/b1785/_pkg_.a
2025-08-20T21:21:13.8841643Z [00:04:07.221]➜  packagefile github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build3619502580/b1794/_pkg_.a
2025-08-20T21:21:13.8842967Z [00:04:07.221]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3619502580/b1797/_pkg_.a
2025-08-20T21:21:13.8845044Z [00:04:07.221]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/restjson=/tmp/go-build3619502580/b1799/_pkg_.a
2025-08-20T21:21:13.8845973Z [00:04:07.221]➜  EOF
2025-08-20T21:21:13.8846537Z [00:04:07.222]➜  go tool buildid -w $WORK/b1808/_pkg_.a # internal
2025-08-20T21:21:13.8850592Z [00:04:07.222]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1814/_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/b1814=>" -p github.com/aws/aws-sdk-go/internal/sdkuri -lang=go1.19 -complete -installsuffix shared -buildid lRqOMTJZaE14yjNBMvv5/lRqOMTJZaE14yjNBMvv5 -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/internal/sdkuri/path.go
2025-08-20T21:21:13.8858657Z [00:04:07.222]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1793/_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/b1793=>" -p github.com/aws/aws-sdk-go/service/sso -lang=go1.19 -complete -installsuffix shared -buildid bBfIDcbKuKdbXdvps8fZ/bBfIDcbKuKdbXdvps8fZ -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/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:21:13.8891603Z [00:04:07.228]➜  cp $WORK/b1808/_pkg_.a /root/.cache/go-build/4a/4a2a1d58140711013c8992603374a39daa7db0c6a8a22b575fee84d5aedde386-d # internal
2025-08-20T21:21:13.8898516Z [00:04:07.229]➜  github.com/aws/aws-sdk-go/service/ssooidc
2025-08-20T21:21:13.8900030Z [00:04:07.229]➜  mkdir -p $WORK/b1803/
2025-08-20T21:21:13.8911375Z [00:04:07.230]➜  cat >/tmp/go-build3619502580/b1803/importcfg << 'EOF' # internal
2025-08-20T21:21:13.8913319Z [00:04:07.231]➜  # import config
2025-08-20T21:21:13.8914274Z [00:04:07.231]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:13.8917703Z [00:04:07.231]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3619502580/b319/_pkg_.a
2025-08-20T21:21:13.8919054Z [00:04:07.231]➜  packagefile github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build3619502580/b1786/_pkg_.a
2025-08-20T21:21:13.8920320Z [00:04:07.231]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3619502580/b1783/_pkg_.a
2025-08-20T21:21:13.8921783Z [00:04:07.231]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3619502580/b1784/_pkg_.a
2025-08-20T21:21:13.8923115Z [00:04:07.231]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3619502580/b321/_pkg_.a
2025-08-20T21:21:13.8924520Z [00:04:07.231]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3619502580/b1785/_pkg_.a
2025-08-20T21:21:13.8925740Z [00:04:07.231]➜  packagefile github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build3619502580/b1794/_pkg_.a
2025-08-20T21:21:13.8927011Z [00:04:07.231]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3619502580/b1797/_pkg_.a
2025-08-20T21:21:13.8928394Z [00:04:07.231]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/restjson=/tmp/go-build3619502580/b1799/_pkg_.a
2025-08-20T21:21:13.8929345Z [00:04:07.231]➜  EOF
2025-08-20T21:21:13.8935001Z [00:04:07.231]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1803/_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/b1803=>" -p github.com/aws/aws-sdk-go/service/ssooidc -lang=go1.19 -complete -installsuffix shared -buildid 3frSaoyhxt2BQNLoxj03/3frSaoyhxt2BQNLoxj03 -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/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:21:13.8944055Z [00:04:07.233]➜  go tool buildid -w $WORK/b1814/_pkg_.a # internal
2025-08-20T21:21:13.8946047Z [00:04:07.234]➜  cp $WORK/b1814/_pkg_.a /root/.cache/go-build/47/47f38d2c7b86379ea800f614def12b69e78b3a4f4e00f4d948277b9bd085feee-d # internal
2025-08-20T21:21:13.8947866Z [00:04:07.234]➜  github.com/aws/aws-sdk-go/private/protocol/query
2025-08-20T21:21:13.8948913Z [00:04:07.234]➜  mkdir -p $WORK/b1806/
2025-08-20T21:21:13.8950934Z [00:04:07.234]➜  cat >/tmp/go-build3619502580/b1806/importcfg << 'EOF' # internal
2025-08-20T21:21:13.8951996Z [00:04:07.234]➜  # import config
2025-08-20T21:21:13.8953948Z [00:04:07.234]➜  packagefile encoding/xml=/tmp/go-build3619502580/b299/_pkg_.a
2025-08-20T21:21:13.8955209Z [00:04:07.234]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:13.8956537Z [00:04:07.234]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3619502580/b320/_pkg_.a
2025-08-20T21:21:13.8958151Z [00:04:07.234]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3619502580/b1785/_pkg_.a
2025-08-20T21:21:13.8959896Z [00:04:07.234]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/query/queryutil=/tmp/go-build3619502580/b1807/_pkg_.a
2025-08-20T21:21:13.8963217Z [00:04:07.234]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil=/tmp/go-build3619502580/b1808/_pkg_.a
2025-08-20T21:21:13.8964851Z [00:04:07.234]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:13.8965889Z [00:04:07.234]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:13.8966870Z [00:04:07.234]➜  EOF
2025-08-20T21:21:13.8973947Z [00:04:07.234]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1806/_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/b1806=>" -p github.com/aws/aws-sdk-go/private/protocol/query -lang=go1.19 -complete -installsuffix shared -buildid Dnh2d2BzEuxjMgLWQpC7/Dnh2d2BzEuxjMgLWQpC7 -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/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:21:13.9461518Z [00:04:07.285]➜  go tool buildid -w $WORK/b1806/_pkg_.a # internal
2025-08-20T21:21:13.9478413Z [00:04:07.286]➜  cp $WORK/b1806/_pkg_.a /root/.cache/go-build/e2/e28c3623921fb35d4434161554a325187394886d8356cb24aadcc513ad973960-d # internal
2025-08-20T21:21:13.9479958Z [00:04:07.287]➜  github.com/aws/aws-sdk-go/service/sts
2025-08-20T21:21:13.9480596Z [00:04:07.287]➜  mkdir -p $WORK/b1805/
2025-08-20T21:21:13.9496647Z [00:04:07.288]➜  cat >/tmp/go-build3619502580/b1805/importcfg << 'EOF' # internal
2025-08-20T21:21:13.9502436Z [00:04:07.288]➜  # import config
2025-08-20T21:21:13.9503357Z [00:04:07.288]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:13.9504958Z [00:04:07.288]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3619502580/b319/_pkg_.a
2025-08-20T21:21:13.9507321Z [00:04:07.288]➜  packagefile github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build3619502580/b1786/_pkg_.a
2025-08-20T21:21:13.9508930Z [00:04:07.288]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3619502580/b1783/_pkg_.a
2025-08-20T21:21:13.9511990Z [00:04:07.288]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3619502580/b1784/_pkg_.a
2025-08-20T21:21:13.9513739Z [00:04:07.288]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3619502580/b321/_pkg_.a
2025-08-20T21:21:13.9516091Z [00:04:07.288]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3619502580/b1785/_pkg_.a
2025-08-20T21:21:13.9517637Z [00:04:07.288]➜  packagefile github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build3619502580/b1794/_pkg_.a
2025-08-20T21:21:13.9519135Z [00:04:07.288]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/query=/tmp/go-build3619502580/b1806/_pkg_.a
2025-08-20T21:21:13.9521594Z [00:04:07.288]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:13.9522394Z [00:04:07.288]➜  EOF
2025-08-20T21:21:13.9529129Z [00:04:07.288]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1805/_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/b1805=>" -p github.com/aws/aws-sdk-go/service/sts -lang=go1.19 -complete -installsuffix shared -buildid 5siqrV-R1Ro86ceGhCPl/5siqrV-R1Ro86ceGhCPl -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/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:21:14.0661928Z [00:04:07.405]➜  go tool buildid -w $WORK/b1793/_pkg_.a # internal
2025-08-20T21:21:14.0729161Z [00:04:07.412]➜  cp $WORK/b1793/_pkg_.a /root/.cache/go-build/72/72a9594149210d57c3e5cf0cd00a633ae4f6bb74e78a811b19dcebcdd8397d06-d # internal
2025-08-20T21:21:14.0730594Z [00:04:07.412]➜  github.com/aws/aws-sdk-go/service/sso/ssoiface
2025-08-20T21:21:14.0764225Z [00:04:07.416]➜  mkdir -p $WORK/b1802/
2025-08-20T21:21:14.0769736Z [00:04:07.416]➜  cat >/tmp/go-build3619502580/b1802/importcfg << 'EOF' # internal
2025-08-20T21:21:14.0770423Z [00:04:07.416]➜  # import config
2025-08-20T21:21:14.0771631Z [00:04:07.416]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3619502580/b319/_pkg_.a
2025-08-20T21:21:14.0772776Z [00:04:07.416]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3619502580/b1785/_pkg_.a
2025-08-20T21:21:14.0773922Z [00:04:07.416]➜  packagefile github.com/aws/aws-sdk-go/service/sso=/tmp/go-build3619502580/b1793/_pkg_.a
2025-08-20T21:21:14.0774667Z [00:04:07.416]➜  EOF
2025-08-20T21:21:14.0778707Z [00:04:07.416]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1802/_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/b1802=>" -p github.com/aws/aws-sdk-go/service/sso/ssoiface -lang=go1.19 -complete -installsuffix shared -buildid SlF_qpvmEAwsRShDbbWe/SlF_qpvmEAwsRShDbbWe -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/service/sso/ssoiface/interface.go
2025-08-20T21:21:14.0907919Z [00:04:07.430]➜  go tool buildid -w $WORK/b1803/_pkg_.a # internal
2025-08-20T21:21:14.0950493Z [00:04:07.434]➜  cp $WORK/b1803/_pkg_.a /root/.cache/go-build/ad/adf6ea37f757ac2bb25376e73ae71edecd23d8d2121717ad41b3dbdad7f53a47-d # internal
2025-08-20T21:21:14.0956960Z [00:04:07.435]➜  github.com/aws/aws-sdk-go/aws/ec2metadata
2025-08-20T21:21:14.0957575Z [00:04:07.435]➜  mkdir -p $WORK/b1813/
2025-08-20T21:21:14.0966231Z [00:04:07.436]➜  cat >/tmp/go-build3619502580/b1813/importcfg << 'EOF' # internal
2025-08-20T21:21:14.0975662Z [00:04:07.436]➜  # import config
2025-08-20T21:21:14.0976347Z [00:04:07.436]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:14.0977180Z [00:04:07.436]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:14.0978150Z [00:04:07.436]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:14.0979068Z [00:04:07.436]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3619502580/b319/_pkg_.a
2025-08-20T21:21:14.0980172Z [00:04:07.436]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3619502580/b320/_pkg_.a
2025-08-20T21:21:14.0981457Z [00:04:07.436]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3619502580/b1783/_pkg_.a
2025-08-20T21:21:14.0982673Z [00:04:07.436]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3619502580/b1784/_pkg_.a
2025-08-20T21:21:14.0983913Z [00:04:07.436]➜  packagefile github.com/aws/aws-sdk-go/aws/corehandlers=/tmp/go-build3619502580/b1789/_pkg_.a
2025-08-20T21:21:14.0985251Z [00:04:07.436]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3619502580/b321/_pkg_.a
2025-08-20T21:21:14.0986427Z [00:04:07.436]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3619502580/b1785/_pkg_.a
2025-08-20T21:21:14.0987602Z [00:04:07.436]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkuri=/tmp/go-build3619502580/b1814/_pkg_.a
2025-08-20T21:21:14.0988547Z [00:04:07.436]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:14.0989320Z [00:04:07.436]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:14.0990102Z [00:04:07.436]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:14.0990846Z [00:04:07.436]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:14.1002399Z [00:04:07.436]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:14.1003246Z [00:04:07.436]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:14.1004094Z [00:04:07.436]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:14.1004893Z [00:04:07.436]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:14.1005456Z [00:04:07.436]➜  EOF
2025-08-20T21:21:14.1010347Z [00:04:07.436]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1813/_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/b1813=>" -p github.com/aws/aws-sdk-go/aws/ec2metadata -lang=go1.19 -complete -installsuffix shared -buildid ae-nbo6Xl0HgNcwOyhsV/ae-nbo6Xl0HgNcwOyhsV -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/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:21:14.1263001Z [00:04:07.465]➜  go tool buildid -w $WORK/b1802/_pkg_.a # internal
2025-08-20T21:21:14.1276235Z [00:04:07.467]➜  cp $WORK/b1802/_pkg_.a /root/.cache/go-build/0d/0d515c4374a08a8fd7befdf2ed5f46cf7d550fc37470f2035e70c082b3cafecb-d # internal
2025-08-20T21:21:14.1285790Z [00:04:07.468]➜  github.com/aws/aws-sdk-go/aws/credentials/ssocreds
2025-08-20T21:21:14.1293619Z [00:04:07.468]➜  mkdir -p $WORK/b1791/
2025-08-20T21:21:14.1294448Z [00:04:07.468]➜  cat >/tmp/go-build3619502580/b1791/importcfg << 'EOF' # internal
2025-08-20T21:21:14.1295482Z [00:04:07.468]➜  # import config
2025-08-20T21:21:14.1296264Z [00:04:07.468]➜  packagefile crypto/sha1=/tmp/go-build3619502580/b149/_pkg_.a
2025-08-20T21:21:14.1297244Z [00:04:07.468]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:21:14.1298248Z [00:04:07.468]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:14.1322146Z [00:04:07.468]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:14.1323390Z [00:04:07.468]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3619502580/b319/_pkg_.a
2025-08-20T21:21:14.1324804Z [00:04:07.468]➜  packagefile github.com/aws/aws-sdk-go/aws/auth/bearer=/tmp/go-build3619502580/b1792/_pkg_.a
2025-08-20T21:21:14.1327240Z [00:04:07.468]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3619502580/b320/_pkg_.a
2025-08-20T21:21:14.1328513Z [00:04:07.468]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3619502580/b1783/_pkg_.a
2025-08-20T21:21:14.1329868Z [00:04:07.468]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3619502580/b321/_pkg_.a
2025-08-20T21:21:14.1332476Z [00:04:07.468]➜  packagefile github.com/aws/aws-sdk-go/internal/shareddefaults=/tmp/go-build3619502580/b323/_pkg_.a
2025-08-20T21:21:14.1333919Z [00:04:07.468]➜  packagefile github.com/aws/aws-sdk-go/service/sso=/tmp/go-build3619502580/b1793/_pkg_.a
2025-08-20T21:21:14.1335253Z [00:04:07.468]➜  packagefile github.com/aws/aws-sdk-go/service/sso/ssoiface=/tmp/go-build3619502580/b1802/_pkg_.a
2025-08-20T21:21:14.1336822Z [00:04:07.468]➜  packagefile github.com/aws/aws-sdk-go/service/ssooidc=/tmp/go-build3619502580/b1803/_pkg_.a
2025-08-20T21:21:14.1337994Z [00:04:07.468]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:14.1338888Z [00:04:07.468]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:14.1339796Z [00:04:07.468]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:21:14.1340710Z [00:04:07.468]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:14.1341751Z [00:04:07.468]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:14.1342538Z [00:04:07.468]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:14.1343137Z [00:04:07.468]➜  EOF
2025-08-20T21:21:14.1349838Z [00:04:07.468]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1791/_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/b1791=>" -p github.com/aws/aws-sdk-go/aws/credentials/ssocreds -lang=go1.19 -complete -installsuffix shared -buildid MoFpFoKcxY3rRqiu5nLR/MoFpFoKcxY3rRqiu5nLR -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/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:21:14.1357455Z [00:04:07.474]➜  go tool buildid -w $WORK/b1805/_pkg_.a # internal
2025-08-20T21:21:14.1394884Z [00:04:07.479]➜  cp $WORK/b1805/_pkg_.a /root/.cache/go-build/02/02947f1d385ab2ec582ca417591b6c242bc59c4e42d2c790dd02eb2e9efa6086-d # internal
2025-08-20T21:21:14.1399380Z [00:04:07.479]➜  github.com/aws/aws-sdk-go/service/sts/stsiface
2025-08-20T21:21:14.1400245Z [00:04:07.479]➜  mkdir -p $WORK/b1809/
2025-08-20T21:21:14.1401048Z [00:04:07.479]➜  cat >/tmp/go-build3619502580/b1809/importcfg << 'EOF' # internal
2025-08-20T21:21:14.1402048Z [00:04:07.479]➜  # import config
2025-08-20T21:21:14.1402899Z [00:04:07.479]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3619502580/b319/_pkg_.a
2025-08-20T21:21:14.1404349Z [00:04:07.479]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3619502580/b1785/_pkg_.a
2025-08-20T21:21:14.1405733Z [00:04:07.479]➜  packagefile github.com/aws/aws-sdk-go/service/sts=/tmp/go-build3619502580/b1805/_pkg_.a
2025-08-20T21:21:14.1406605Z [00:04:07.479]➜  EOF
2025-08-20T21:21:14.1410900Z [00:04:07.479]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1809/_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/b1809=>" -p github.com/aws/aws-sdk-go/service/sts/stsiface -lang=go1.19 -complete -installsuffix shared -buildid eV547zrt1ordPEUQp3_L/eV547zrt1ordPEUQp3_L -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/service/sts/stsiface/interface.go
2025-08-20T21:21:14.1722263Z [00:04:07.511]➜  go tool buildid -w $WORK/b1809/_pkg_.a # internal
2025-08-20T21:21:14.1739366Z [00:04:07.513]➜  cp $WORK/b1809/_pkg_.a /root/.cache/go-build/87/87349ff2d4a6d269c586f747d6db123154ad7f1bb2a4dc0edf4b6d4e6a7ebcc0-d # internal
2025-08-20T21:21:14.1741772Z [00:04:07.513]➜  github.com/aws/aws-sdk-go/aws/credentials/stscreds
2025-08-20T21:21:14.1745341Z [00:04:07.514]➜  mkdir -p $WORK/b1804/
2025-08-20T21:21:14.1749231Z [00:04:07.514]➜  cat >/tmp/go-build3619502580/b1804/importcfg << 'EOF' # internal
2025-08-20T21:21:14.1750331Z [00:04:07.514]➜  # import config
2025-08-20T21:21:14.1751143Z [00:04:07.514]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:14.1752416Z [00:04:07.514]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3619502580/b319/_pkg_.a
2025-08-20T21:21:14.1753892Z [00:04:07.514]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3619502580/b320/_pkg_.a
2025-08-20T21:21:14.1755060Z [00:04:07.514]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3619502580/b1783/_pkg_.a
2025-08-20T21:21:14.1756225Z [00:04:07.514]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3619502580/b321/_pkg_.a
2025-08-20T21:21:14.1757408Z [00:04:07.514]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3619502580/b1785/_pkg_.a
2025-08-20T21:21:14.1758586Z [00:04:07.514]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkrand=/tmp/go-build3619502580/b1788/_pkg_.a
2025-08-20T21:21:14.1759754Z [00:04:07.514]➜  packagefile github.com/aws/aws-sdk-go/service/sts=/tmp/go-build3619502580/b1805/_pkg_.a
2025-08-20T21:21:14.1760961Z [00:04:07.514]➜  packagefile github.com/aws/aws-sdk-go/service/sts/stsiface=/tmp/go-build3619502580/b1809/_pkg_.a
2025-08-20T21:21:14.1762165Z [00:04:07.514]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:14.1762928Z [00:04:07.514]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:14.1763686Z [00:04:07.514]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:14.1764446Z [00:04:07.514]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:14.1765015Z [00:04:07.514]➜  EOF
2025-08-20T21:21:14.1769947Z [00:04:07.515]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1804/_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/b1804=>" -p github.com/aws/aws-sdk-go/aws/credentials/stscreds -lang=go1.19 -complete -installsuffix shared -buildid fPtKUoBuBzScFHdpx5cb/fPtKUoBuBzScFHdpx5cb -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/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:21:14.2120399Z [00:04:07.551]➜  go tool buildid -w $WORK/b1813/_pkg_.a # internal
2025-08-20T21:21:14.2144099Z [00:04:07.554]➜  cp $WORK/b1813/_pkg_.a /root/.cache/go-build/da/da563a506973ba7181907fe9a23fef4bb23ddcc56392a2e05854b996c2d9ba9b-d # internal
2025-08-20T21:21:14.2148114Z [00:04:07.554]➜  github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds
2025-08-20T21:21:14.2153144Z [00:04:07.555]➜  mkdir -p $WORK/b1812/
2025-08-20T21:21:14.2162538Z [00:04:07.555]➜  cat >/tmp/go-build3619502580/b1812/importcfg << 'EOF' # internal
2025-08-20T21:21:14.2163211Z [00:04:07.555]➜  # import config
2025-08-20T21:21:14.2163831Z [00:04:07.555]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:21:14.2164658Z [00:04:07.555]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:14.2165497Z [00:04:07.555]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:14.2166409Z [00:04:07.555]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3619502580/b319/_pkg_.a
2025-08-20T21:21:14.2167642Z [00:04:07.555]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3619502580/b320/_pkg_.a
2025-08-20T21:21:14.2168774Z [00:04:07.555]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3619502580/b1783/_pkg_.a
2025-08-20T21:21:14.2169954Z [00:04:07.555]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3619502580/b321/_pkg_.a
2025-08-20T21:21:14.2171155Z [00:04:07.555]➜  packagefile github.com/aws/aws-sdk-go/aws/ec2metadata=/tmp/go-build3619502580/b1813/_pkg_.a
2025-08-20T21:21:14.2172533Z [00:04:07.555]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3619502580/b1785/_pkg_.a
2025-08-20T21:21:14.2181628Z [00:04:07.555]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkuri=/tmp/go-build3619502580/b1814/_pkg_.a
2025-08-20T21:21:14.2182893Z [00:04:07.555]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:14.2183681Z [00:04:07.555]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:14.2184250Z [00:04:07.555]➜  EOF
2025-08-20T21:21:14.2188392Z [00:04:07.557]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1812/_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/b1812=>" -p github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds -lang=go1.19 -complete -installsuffix shared -buildid x9Io-gQNJ802-UXgap2c/x9Io-gQNJ802-UXgap2c -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/aws/credentials/ec2rolecreds/ec2_role_provider.go
2025-08-20T21:21:14.2440784Z [00:04:07.583]➜  go tool buildid -w $WORK/b1804/_pkg_.a # internal
2025-08-20T21:21:14.2462229Z [00:04:07.584]➜  cp $WORK/b1804/_pkg_.a /root/.cache/go-build/68/6816c5c085d8d6c730f86091ac438a0347b56637462b55f2c11d4184aadabbbf-d # internal
2025-08-20T21:21:14.2463588Z [00:04:07.585]➜  github.com/aws/aws-sdk-go/aws/credentials/endpointcreds
2025-08-20T21:21:14.2464258Z [00:04:07.585]➜  mkdir -p $WORK/b1815/
2025-08-20T21:21:14.2464937Z [00:04:07.585]➜  cat >/tmp/go-build3619502580/b1815/importcfg << 'EOF' # internal
2025-08-20T21:21:14.2467453Z [00:04:07.585]➜  # import config
2025-08-20T21:21:14.2468581Z [00:04:07.585]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:14.2472569Z [00:04:07.585]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:14.2473509Z [00:04:07.586]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3619502580/b319/_pkg_.a
2025-08-20T21:21:14.2477138Z [00:04:07.586]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3619502580/b320/_pkg_.a
2025-08-20T21:21:14.2478341Z [00:04:07.586]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3619502580/b1783/_pkg_.a
2025-08-20T21:21:14.2479562Z [00:04:07.586]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3619502580/b1784/_pkg_.a
2025-08-20T21:21:14.2480803Z [00:04:07.586]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3619502580/b321/_pkg_.a
2025-08-20T21:21:14.2483051Z [00:04:07.586]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3619502580/b1785/_pkg_.a
2025-08-20T21:21:14.2484600Z [00:04:07.586]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/json/jsonutil=/tmp/go-build3619502580/b1800/_pkg_.a
2025-08-20T21:21:14.2485762Z [00:04:07.586]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:14.2486566Z [00:04:07.586]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:14.2487155Z [00:04:07.586]➜  EOF
2025-08-20T21:21:14.2491710Z [00:04:07.586]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1815/_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/b1815=>" -p github.com/aws/aws-sdk-go/aws/credentials/endpointcreds -lang=go1.19 -complete -installsuffix shared -buildid XvoUk6_Na-h4O4XCvUjN/XvoUk6_Na-h4O4XCvUjN -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/aws/credentials/endpointcreds/provider.go
2025-08-20T21:21:14.2548922Z [00:04:07.594]➜  go tool buildid -w $WORK/b1791/_pkg_.a # internal
2025-08-20T21:21:14.2558272Z [00:04:07.595]➜  cp $WORK/b1791/_pkg_.a /root/.cache/go-build/6f/6fcb1b4d525672f23c8d65733728bf5af249b3e27aaec982f41cd472a4c0c2b5-d # internal
2025-08-20T21:21:14.2561579Z [00:04:07.595]➜  github.com/aws/aws-sdk-go/internal/encoding/gzip
2025-08-20T21:21:14.2562444Z [00:04:07.595]➜  mkdir -p $WORK/b1817/
2025-08-20T21:21:14.2572142Z [00:04:07.596]➜  cat >/tmp/go-build3619502580/b1817/importcfg << 'EOF' # internal
2025-08-20T21:21:14.2573050Z [00:04:07.596]➜  # import config
2025-08-20T21:21:14.2573911Z [00:04:07.596]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:14.2574844Z [00:04:07.596]➜  packagefile compress/gzip=/tmp/go-build3619502580/b074/_pkg_.a
2025-08-20T21:21:14.2575745Z [00:04:07.596]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:14.2576839Z [00:04:07.596]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3619502580/b1785/_pkg_.a
2025-08-20T21:21:14.2580689Z [00:04:07.596]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:14.2581808Z [00:04:07.596]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:14.2582700Z [00:04:07.596]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:14.2583332Z [00:04:07.596]➜  EOF
2025-08-20T21:21:14.2587426Z [00:04:07.596]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1817/_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/b1817=>" -p github.com/aws/aws-sdk-go/internal/encoding/gzip -lang=go1.19 -complete -installsuffix shared -buildid JTSSJx6MyN3XCYmD2op3/JTSSJx6MyN3XCYmD2op3 -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/internal/encoding/gzip/handler.go
2025-08-20T21:21:14.2691878Z [00:04:07.608]➜  go tool buildid -w $WORK/b1812/_pkg_.a # internal
2025-08-20T21:21:14.2705712Z [00:04:07.610]➜  cp $WORK/b1812/_pkg_.a /root/.cache/go-build/7d/7d077d62c331ebfa1a5a9b1745d9b93d643c651d6fa9e91a03c7f18a0e48d105-d # internal
2025-08-20T21:21:14.2717119Z [00:04:07.611]➜  github.com/aws/aws-sdk-go/private/protocol/eventstream
2025-08-20T21:21:14.2719623Z [00:04:07.611]➜  mkdir -p $WORK/b1819/
2025-08-20T21:21:14.2720983Z [00:04:07.611]➜  cat >/tmp/go-build3619502580/b1819/importcfg << 'EOF' # internal
2025-08-20T21:21:14.2723562Z [00:04:07.611]➜  # import config
2025-08-20T21:21:14.2724568Z [00:04:07.611]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:14.2726064Z [00:04:07.611]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:14.2727277Z [00:04:07.611]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:14.2728583Z [00:04:07.611]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:21:14.2729947Z [00:04:07.611]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:14.2734044Z [00:04:07.611]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:14.2753098Z [00:04:07.611]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3619502580/b319/_pkg_.a
2025-08-20T21:21:14.2755875Z [00:04:07.611]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:21:14.2757446Z [00:04:07.611]➜  packagefile hash/crc32=/tmp/go-build3619502580/b078/_pkg_.a
2025-08-20T21:21:14.2758298Z [00:04:07.611]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:14.2759062Z [00:04:07.611]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:14.2759820Z [00:04:07.611]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:14.2760534Z [00:04:07.611]➜  EOF
2025-08-20T21:21:14.2778800Z [00:04:07.611]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1819/_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/b1819=>" -p github.com/aws/aws-sdk-go/private/protocol/eventstream -lang=go1.19 -complete -installsuffix shared -buildid 82DmucsbQ0aL23YX2EFI/82DmucsbQ0aL23YX2EFI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1819/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:21:14.2907739Z [00:04:07.630]➜  go tool buildid -w $WORK/b1817/_pkg_.a # internal
2025-08-20T21:21:14.2926617Z [00:04:07.631]➜  cp $WORK/b1817/_pkg_.a /root/.cache/go-build/61/617d52cc795c8a8cd157a2d369f6bf707c6bf9dbf1389e7b071cf602e1e429d9-d # internal
2025-08-20T21:21:14.2927861Z [00:04:07.632]➜  github.com/aws/aws-sdk-go/service/cloudwatch
2025-08-20T21:21:14.2943492Z [00:04:07.632]➜  mkdir -p $WORK/b1816/
2025-08-20T21:21:14.2944644Z [00:04:07.632]➜  cat >/tmp/go-build3619502580/b1816/importcfg << 'EOF' # internal
2025-08-20T21:21:14.2945407Z [00:04:07.632]➜  # import config
2025-08-20T21:21:14.2946077Z [00:04:07.632]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:14.2947008Z [00:04:07.632]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3619502580/b319/_pkg_.a
2025-08-20T21:21:14.2948130Z [00:04:07.633]➜  packagefile github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build3619502580/b1786/_pkg_.a
2025-08-20T21:21:14.2949275Z [00:04:07.633]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3619502580/b1783/_pkg_.a
2025-08-20T21:21:14.2950772Z [00:04:07.633]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3619502580/b1784/_pkg_.a
2025-08-20T21:21:14.2952223Z [00:04:07.633]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3619502580/b1785/_pkg_.a
2025-08-20T21:21:14.2953391Z [00:04:07.633]➜  packagefile github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build3619502580/b1794/_pkg_.a
2025-08-20T21:21:14.2954630Z [00:04:07.633]➜  packagefile github.com/aws/aws-sdk-go/internal/encoding/gzip=/tmp/go-build3619502580/b1817/_pkg_.a
2025-08-20T21:21:14.2955895Z [00:04:07.633]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3619502580/b1797/_pkg_.a
2025-08-20T21:21:14.2957163Z [00:04:07.633]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/query=/tmp/go-build3619502580/b1806/_pkg_.a
2025-08-20T21:21:14.2958176Z [00:04:07.633]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:14.2958739Z [00:04:07.633]➜  EOF
2025-08-20T21:21:14.2965659Z [00:04:07.633]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1816/_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/b1816=>" -p github.com/aws/aws-sdk-go/service/cloudwatch -lang=go1.19 -complete -installsuffix shared -buildid 7GEgzFH752Q8oNZ-2Cm2/7GEgzFH752Q8oNZ-2Cm2 -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/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:21:14.3029770Z [00:04:07.642]➜  go tool buildid -w $WORK/b1815/_pkg_.a # internal
2025-08-20T21:21:14.3047198Z [00:04:07.644]➜  cp $WORK/b1815/_pkg_.a /root/.cache/go-build/f6/f6cc314061b5ef9a015cc9afbe9230bd8d377bc05b7f56b763b669258cf0d848-d # internal
2025-08-20T21:21:14.3048365Z [00:04:07.644]➜  github.com/aws/aws-sdk-go/aws/defaults
2025-08-20T21:21:14.3049624Z [00:04:07.644]➜  mkdir -p $WORK/b1811/
2025-08-20T21:21:14.3086218Z [00:04:07.648]➜  cat >/tmp/go-build3619502580/b1811/importcfg << 'EOF' # internal
2025-08-20T21:21:14.3087764Z [00:04:07.648]➜  # import config
2025-08-20T21:21:14.3088605Z [00:04:07.648]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:14.3092264Z [00:04:07.648]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3619502580/b319/_pkg_.a
2025-08-20T21:21:14.3093477Z [00:04:07.648]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3619502580/b320/_pkg_.a
2025-08-20T21:21:14.3094680Z [00:04:07.648]➜  packagefile github.com/aws/aws-sdk-go/aws/corehandlers=/tmp/go-build3619502580/b1789/_pkg_.a
2025-08-20T21:21:14.3095942Z [00:04:07.648]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3619502580/b321/_pkg_.a
2025-08-20T21:21:14.3097297Z [00:04:07.648]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds=/tmp/go-build3619502580/b1812/_pkg_.a
2025-08-20T21:21:14.3098771Z [00:04:07.648]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/endpointcreds=/tmp/go-build3619502580/b1815/_pkg_.a
2025-08-20T21:21:14.3100108Z [00:04:07.648]➜  packagefile github.com/aws/aws-sdk-go/aws/ec2metadata=/tmp/go-build3619502580/b1813/_pkg_.a
2025-08-20T21:21:14.3101529Z [00:04:07.648]➜  packagefile github.com/aws/aws-sdk-go/aws/endpoints=/tmp/go-build3619502580/b325/_pkg_.a
2025-08-20T21:21:14.3102723Z [00:04:07.648]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3619502580/b1785/_pkg_.a
2025-08-20T21:21:14.3104011Z [00:04:07.648]➜  packagefile github.com/aws/aws-sdk-go/internal/shareddefaults=/tmp/go-build3619502580/b323/_pkg_.a
2025-08-20T21:21:14.3105243Z [00:04:07.648]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:14.3106176Z [00:04:07.648]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:14.3106996Z [00:04:07.648]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:14.3107817Z [00:04:07.648]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:14.3108570Z [00:04:07.648]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:14.3109310Z [00:04:07.648]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:14.3109890Z [00:04:07.648]➜  EOF
2025-08-20T21:21:14.3116957Z [00:04:07.648]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1811/_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/b1811=>" -p github.com/aws/aws-sdk-go/aws/defaults -lang=go1.19 -complete -installsuffix shared -buildid V5aIsbQkBMvMrYehGkRJ/V5aIsbQkBMvMrYehGkRJ -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/defaults/defaults.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/defaults/shared_config.go
2025-08-20T21:21:14.3639693Z [00:04:07.703]➜  go tool buildid -w $WORK/b1811/_pkg_.a # internal
2025-08-20T21:21:14.3653771Z [00:04:07.704]➜  cp $WORK/b1811/_pkg_.a /root/.cache/go-build/72/722549e29cd387bfd53064c7b5c009d399364cedfcc3a64a27162e49608e322d-d # internal
2025-08-20T21:21:14.3659886Z [00:04:07.705]➜  github.com/aws/aws-sdk-go/aws/session
2025-08-20T21:21:14.3663212Z [00:04:07.705]➜  mkdir -p $WORK/b1782/
2025-08-20T21:21:14.3672752Z [00:04:07.706]➜  cat >/tmp/go-build3619502580/b1782/importcfg << 'EOF' # internal
2025-08-20T21:21:14.3673498Z [00:04:07.706]➜  # import config
2025-08-20T21:21:14.3675741Z [00:04:07.706]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:21:14.3680510Z [00:04:07.706]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:21:14.3685579Z [00:04:07.706]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:14.3688219Z [00:04:07.706]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3619502580/b319/_pkg_.a
2025-08-20T21:21:14.3692034Z [00:04:07.706]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3619502580/b320/_pkg_.a
2025-08-20T21:21:14.3693318Z [00:04:07.706]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3619502580/b1783/_pkg_.a
2025-08-20T21:21:14.3694832Z [00:04:07.706]➜  packagefile github.com/aws/aws-sdk-go/aws/corehandlers=/tmp/go-build3619502580/b1789/_pkg_.a
2025-08-20T21:21:14.3696192Z [00:04:07.706]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3619502580/b321/_pkg_.a
2025-08-20T21:21:14.3697663Z [00:04:07.706]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/processcreds=/tmp/go-build3619502580/b1790/_pkg_.a
2025-08-20T21:21:14.3699229Z [00:04:07.706]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/ssocreds=/tmp/go-build3619502580/b1791/_pkg_.a
2025-08-20T21:21:14.3700752Z [00:04:07.706]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/stscreds=/tmp/go-build3619502580/b1804/_pkg_.a
2025-08-20T21:21:14.3702424Z [00:04:07.706]➜  packagefile github.com/aws/aws-sdk-go/aws/csm=/tmp/go-build3619502580/b1810/_pkg_.a
2025-08-20T21:21:14.3703711Z [00:04:07.706]➜  packagefile github.com/aws/aws-sdk-go/aws/defaults=/tmp/go-build3619502580/b1811/_pkg_.a
2025-08-20T21:21:14.3705010Z [00:04:07.706]➜  packagefile github.com/aws/aws-sdk-go/aws/endpoints=/tmp/go-build3619502580/b325/_pkg_.a
2025-08-20T21:21:14.3706319Z [00:04:07.706]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3619502580/b1785/_pkg_.a
2025-08-20T21:21:14.3707586Z [00:04:07.706]➜  packagefile github.com/aws/aws-sdk-go/internal/ini=/tmp/go-build3619502580/b322/_pkg_.a
2025-08-20T21:21:14.3708944Z [00:04:07.706]➜  packagefile github.com/aws/aws-sdk-go/internal/shareddefaults=/tmp/go-build3619502580/b323/_pkg_.a
2025-08-20T21:21:14.3710560Z [00:04:07.706]➜  packagefile github.com/aws/aws-sdk-go/service/ssooidc=/tmp/go-build3619502580/b1803/_pkg_.a
2025-08-20T21:21:14.3712200Z [00:04:07.706]➜  packagefile github.com/aws/aws-sdk-go/service/sts=/tmp/go-build3619502580/b1805/_pkg_.a
2025-08-20T21:21:14.3713197Z [00:04:07.706]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:14.3714014Z [00:04:07.706]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:14.3714837Z [00:04:07.706]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:14.3715650Z [00:04:07.706]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:14.3716439Z [00:04:07.706]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:14.3717251Z [00:04:07.706]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:14.3718065Z [00:04:07.706]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:14.3718849Z [00:04:07.706]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:14.3719455Z [00:04:07.706]➜  EOF
2025-08-20T21:21:14.3758573Z [00:04:07.706]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1782/_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/b1782=>" -p github.com/aws/aws-sdk-go/aws/session -lang=go1.19 -complete -installsuffix shared -buildid kuiZZqEhqilkXLZs0463/kuiZZqEhqilkXLZs0463 -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/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:21:14.4497469Z [00:04:07.789]➜  go tool buildid -w $WORK/b1819/_pkg_.a # internal
2025-08-20T21:21:14.4519184Z [00:04:07.791]➜  cp $WORK/b1819/_pkg_.a /root/.cache/go-build/30/30057113ef685e07d1d953ab7415ee8043ad379fece80be3a381d2578fdf0900-d # internal
2025-08-20T21:21:14.4528953Z [00:04:07.792]➜  github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi
2025-08-20T21:21:14.4537001Z [00:04:07.793]➜  mkdir -p $WORK/b1820/
2025-08-20T21:21:14.4564181Z [00:04:07.794]➜  cat >/tmp/go-build3619502580/b1820/importcfg << 'EOF' # internal
2025-08-20T21:21:14.4564980Z [00:04:07.794]➜  # import config
2025-08-20T21:21:14.4565875Z [00:04:07.794]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:14.4566764Z [00:04:07.794]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:14.4567773Z [00:04:07.794]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3619502580/b319/_pkg_.a
2025-08-20T21:21:14.4568990Z [00:04:07.794]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3619502580/b1785/_pkg_.a
2025-08-20T21:21:14.4570300Z [00:04:07.794]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3619502580/b1797/_pkg_.a
2025-08-20T21:21:14.4572751Z [00:04:07.794]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/eventstream=/tmp/go-build3619502580/b1819/_pkg_.a
2025-08-20T21:21:14.4573955Z [00:04:07.794]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:14.4574794Z [00:04:07.794]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:14.4575707Z [00:04:07.794]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:14.4576518Z [00:04:07.794]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:14.4577128Z [00:04:07.794]➜  EOF
2025-08-20T21:21:14.4593683Z [00:04:07.797]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1820/_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/b1820=>" -p github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi -lang=go1.19 -complete -installsuffix shared -buildid Awyn7PPdFcx65ZOt6LEl/Awyn7PPdFcx65ZOt6LEl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1820/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:21:14.5291919Z [00:04:07.868]➜  go tool buildid -w $WORK/b1820/_pkg_.a # internal
2025-08-20T21:21:14.5318193Z [00:04:07.871]➜  cp $WORK/b1820/_pkg_.a /root/.cache/go-build/53/53575c46e0b146ac5364a92a9b84aab72b7e0883f84fe945694e577d78ead1a3-d # internal
2025-08-20T21:21:14.5365144Z [00:04:07.876]➜  github.com/aws/aws-sdk-go/service/cloudwatchlogs
2025-08-20T21:21:14.5372774Z [00:04:07.876]➜  mkdir -p $WORK/b1818/
2025-08-20T21:21:14.5387704Z [00:04:07.877]➜  cat >/tmp/go-build3619502580/b1818/importcfg << 'EOF' # internal
2025-08-20T21:21:14.5388464Z [00:04:07.878]➜  # import config
2025-08-20T21:21:14.5391636Z [00:04:07.878]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:14.5400907Z [00:04:07.878]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:14.5402143Z [00:04:07.878]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3619502580/b319/_pkg_.a
2025-08-20T21:21:14.5403350Z [00:04:07.878]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3619502580/b320/_pkg_.a
2025-08-20T21:21:14.5404615Z [00:04:07.878]➜  packagefile github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build3619502580/b1786/_pkg_.a
2025-08-20T21:21:14.5405842Z [00:04:07.878]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3619502580/b1783/_pkg_.a
2025-08-20T21:21:14.5407108Z [00:04:07.878]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3619502580/b1784/_pkg_.a
2025-08-20T21:21:14.5408574Z [00:04:07.878]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3619502580/b1785/_pkg_.a
2025-08-20T21:21:14.5409836Z [00:04:07.878]➜  packagefile github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build3619502580/b1794/_pkg_.a
2025-08-20T21:21:14.5411151Z [00:04:07.878]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3619502580/b1797/_pkg_.a
2025-08-20T21:21:14.5416474Z [00:04:07.878]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/eventstream=/tmp/go-build3619502580/b1819/_pkg_.a
2025-08-20T21:21:14.5418213Z [00:04:07.878]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi=/tmp/go-build3619502580/b1820/_pkg_.a
2025-08-20T21:21:14.5419819Z [00:04:07.878]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/jsonrpc=/tmp/go-build3619502580/b1801/_pkg_.a
2025-08-20T21:21:14.5421433Z [00:04:07.878]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/rest=/tmp/go-build3619502580/b1796/_pkg_.a
2025-08-20T21:21:14.5422477Z [00:04:07.878]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:14.5436750Z [00:04:07.878]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:14.5437599Z [00:04:07.878]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:14.5438223Z [00:04:07.878]➜  EOF
2025-08-20T21:21:14.5444336Z [00:04:07.881]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1818/_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/b1818=>" -p github.com/aws/aws-sdk-go/service/cloudwatchlogs -lang=go1.19 -complete -installsuffix shared -buildid 36C6sX60JmDy8EmVW9tL/36C6sX60JmDy8EmVW9tL -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/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:21:14.5853917Z [00:04:07.924]➜  go tool buildid -w $WORK/b1782/_pkg_.a # internal
2025-08-20T21:21:14.5905100Z [00:04:07.929]➜  cp $WORK/b1782/_pkg_.a /root/.cache/go-build/6f/6f4656ef36bf0496299ee895f4b378ce93601127d1d5d618d72251c6d0995f8a-d # internal
2025-08-20T21:21:14.5906277Z [00:04:07.929]➜  github.com/vadv/gopher-lua-libs/io
2025-08-20T21:21:14.5906869Z [00:04:07.929]➜  mkdir -p $WORK/b1822/
2025-08-20T21:21:14.5907607Z [00:04:07.929]➜  cat >/tmp/go-build3619502580/b1822/importcfg << 'EOF' # internal
2025-08-20T21:21:14.5908311Z [00:04:07.929]➜  # import config
2025-08-20T21:21:14.5908984Z [00:04:07.929]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:14.5909813Z [00:04:07.929]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:14.5910808Z [00:04:07.929]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:14.5912029Z [00:04:07.929]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:14.5912849Z [00:04:07.929]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:14.5913919Z [00:04:07.929]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:14.5914835Z [00:04:07.929]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:14.5915505Z [00:04:07.929]➜  EOF
2025-08-20T21:21:14.5919604Z [00:04:07.929]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1822/_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/b1822=>" -p github.com/vadv/gopher-lua-libs/io -lang=go1.16 -complete -installsuffix shared -buildid AiU5qC6HN5zge7Amp_mx/AiU5qC6HN5zge7Amp_mx -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/io/rune-reader.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/io/wrappers.go
2025-08-20T21:21:14.6424348Z [00:04:07.981]➜  go tool buildid -w $WORK/b1822/_pkg_.a # internal
2025-08-20T21:21:14.6437654Z [00:04:07.983]➜  cp $WORK/b1822/_pkg_.a /root/.cache/go-build/d8/d871cf4d08594c67f6b08b09320bd9a48de1234b2d66f48bf01b58dc9a86d5ee-d # internal
2025-08-20T21:21:14.6440783Z [00:04:07.983]➜  github.com/vadv/gopher-lua-libs/base64
2025-08-20T21:21:14.6441999Z [00:04:07.983]➜  mkdir -p $WORK/b1821/
2025-08-20T21:21:14.6446838Z [00:04:07.984]➜  cat >/tmp/go-build3619502580/b1821/importcfg << 'EOF' # internal
2025-08-20T21:21:14.6447836Z [00:04:07.984]➜  # import config
2025-08-20T21:21:14.6449001Z [00:04:07.984]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:14.6450694Z [00:04:07.984]➜  packagefile github.com/vadv/gopher-lua-libs/io=/tmp/go-build3619502580/b1822/_pkg_.a
2025-08-20T21:21:14.6453604Z [00:04:07.984]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:14.6454973Z [00:04:07.984]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:14.6455811Z [00:04:07.984]➜  EOF
2025-08-20T21:21:14.6460117Z [00:04:07.984]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1821/_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/b1821=>" -p github.com/vadv/gopher-lua-libs/base64 -lang=go1.16 -complete -installsuffix shared -buildid gx3gDS2Txoc2hDN-ndlJ/gx3gDS2Txoc2hDN-ndlJ -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/base64/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/base64/loader.go
2025-08-20T21:21:14.7088955Z [00:04:08.048]➜  go tool buildid -w $WORK/b1821/_pkg_.a # internal
2025-08-20T21:21:14.7121119Z [00:04:08.051]➜  cp $WORK/b1821/_pkg_.a /root/.cache/go-build/65/652fc8c5f4fe84359fe042e5011828dd71f4a29c73181f3b4f8539e06dfbc6a6-d # internal
2025-08-20T21:21:14.7126964Z [00:04:08.052]➜  github.com/vadv/gopher-lua-libs/cert_util
2025-08-20T21:21:14.7156354Z [00:04:08.055]➜  mkdir -p $WORK/b1823/
2025-08-20T21:21:14.7163589Z [00:04:08.055]➜  cat >/tmp/go-build3619502580/b1823/importcfg << 'EOF' # internal
2025-08-20T21:21:14.7164514Z [00:04:08.056]➜  # import config
2025-08-20T21:21:14.7165286Z [00:04:08.056]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:21:14.7166163Z [00:04:08.056]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:14.7167174Z [00:04:08.056]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:14.7168130Z [00:04:08.056]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:14.7168954Z [00:04:08.056]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:14.7169583Z [00:04:08.056]➜  EOF
2025-08-20T21:21:14.7174080Z [00:04:08.056]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1823/_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/b1823=>" -p github.com/vadv/gopher-lua-libs/cert_util -lang=go1.16 -complete -installsuffix shared -buildid qH61U4wch_RdAgOvXEQz/qH61U4wch_RdAgOvXEQz -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/cert_util/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/cert_util/loader.go
2025-08-20T21:21:14.8148415Z [00:04:08.154]➜  go tool buildid -w $WORK/b1823/_pkg_.a # internal
2025-08-20T21:21:14.8172313Z [00:04:08.156]➜  cp $WORK/b1823/_pkg_.a /root/.cache/go-build/f1/f1a922f8aa228f9634e858795f48223b142ef9b4b0d17de46ab2f9419474283b-d # internal
2025-08-20T21:21:14.8173672Z [00:04:08.156]➜  github.com/vadv/gopher-lua-libs/http/client/interface
2025-08-20T21:21:14.8174407Z [00:04:08.156]➜  mkdir -p $WORK/b1825/
2025-08-20T21:21:14.8183069Z [00:04:08.157]➜  cat >/tmp/go-build3619502580/b1825/importcfg << 'EOF' # internal
2025-08-20T21:21:14.8183789Z [00:04:08.157]➜  # import config
2025-08-20T21:21:14.8184665Z [00:04:08.157]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:14.8185533Z [00:04:08.157]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:14.8186186Z [00:04:08.157]➜  EOF
2025-08-20T21:21:14.8191062Z [00:04:08.157]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1825/_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/b1825=>" -p github.com/vadv/gopher-lua-libs/http/client/interface -lang=go1.16 -complete -installsuffix shared -buildid spb9AbcK89OUoUQs6wdW/spb9AbcK89OUoUQs6wdW -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/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:21:14.8587741Z [00:04:08.198]➜  go tool buildid -w $WORK/b1825/_pkg_.a # internal
2025-08-20T21:21:14.8600163Z [00:04:08.199]➜  cp $WORK/b1825/_pkg_.a /root/.cache/go-build/eb/eb1b279ba84cf32297506edbea8405cc8c1371e89682a3ef0ceed6fa1a3f1424-d # internal
2025-08-20T21:21:14.8606395Z [00:04:08.200]➜  github.com/vadv/gopher-lua-libs/json
2025-08-20T21:21:14.8610557Z [00:04:08.200]➜  mkdir -p $WORK/b1826/
2025-08-20T21:21:14.8615529Z [00:04:08.201]➜  cat >/tmp/go-build3619502580/b1826/importcfg << 'EOF' # internal
2025-08-20T21:21:14.8617677Z [00:04:08.201]➜  # import config
2025-08-20T21:21:14.8619999Z [00:04:08.201]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:14.8621684Z [00:04:08.201]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:14.8626309Z [00:04:08.201]➜  packagefile github.com/vadv/gopher-lua-libs/io=/tmp/go-build3619502580/b1822/_pkg_.a
2025-08-20T21:21:14.8627482Z [00:04:08.201]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:14.8628261Z [00:04:08.201]➜  EOF
2025-08-20T21:21:14.8637564Z [00:04:08.201]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1826/_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/b1826=>" -p github.com/vadv/gopher-lua-libs/json -lang=go1.16 -complete -installsuffix shared -buildid 7HMRQqiES2Nz5OeUzFXQ/7HMRQqiES2Nz5OeUzFXQ -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/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:21:14.9700043Z [00:04:08.309]➜  go tool buildid -w $WORK/b1826/_pkg_.a # internal
2025-08-20T21:21:14.9753908Z [00:04:08.314]➜  cp $WORK/b1826/_pkg_.a /root/.cache/go-build/bb/bb2f0454dded5d9d26d35a516f0f554e54f52621e55bc73e83bbf83e9f2f1d0c-d # internal
2025-08-20T21:21:14.9759879Z [00:04:08.315]➜  github.com/vadv/gopher-lua-libs/chef
2025-08-20T21:21:14.9769036Z [00:04:08.315]➜  mkdir -p $WORK/b1824/
2025-08-20T21:21:14.9769838Z [00:04:08.316]➜  cat >/tmp/go-build3619502580/b1824/importcfg << 'EOF' # internal
2025-08-20T21:21:14.9770554Z [00:04:08.316]➜  # import config
2025-08-20T21:21:14.9771436Z [00:04:08.316]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:14.9772359Z [00:04:08.316]➜  packagefile crypto/rsa=/tmp/go-build3619502580/b147/_pkg_.a
2025-08-20T21:21:14.9773276Z [00:04:08.316]➜  packagefile crypto/sha1=/tmp/go-build3619502580/b149/_pkg_.a
2025-08-20T21:21:14.9774186Z [00:04:08.316]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:21:14.9775141Z [00:04:08.316]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:14.9776249Z [00:04:08.316]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:14.9777189Z [00:04:08.316]➜  packagefile encoding/pem=/tmp/go-build3619502580/b157/_pkg_.a
2025-08-20T21:21:14.9778065Z [00:04:08.316]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:14.9778875Z [00:04:08.316]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:14.9780038Z [00:04:08.316]➜  packagefile github.com/vadv/gopher-lua-libs/http/client/interface=/tmp/go-build3619502580/b1825/_pkg_.a
2025-08-20T21:21:14.9781797Z [00:04:08.316]➜  packagefile github.com/vadv/gopher-lua-libs/json=/tmp/go-build3619502580/b1826/_pkg_.a
2025-08-20T21:21:14.9782997Z [00:04:08.316]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:14.9783951Z [00:04:08.316]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:14.9784802Z [00:04:08.316]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:14.9785647Z [00:04:08.316]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:21:14.9786484Z [00:04:08.316]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:21:14.9787383Z [00:04:08.316]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:14.9788240Z [00:04:08.316]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:14.9789063Z [00:04:08.316]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:21:14.9790113Z [00:04:08.316]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:14.9790940Z [00:04:08.316]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:14.9793894Z [00:04:08.316]➜  EOF
2025-08-20T21:21:14.9799662Z [00:04:08.316]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1824/_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/b1824=>" -p github.com/vadv/gopher-lua-libs/chef -lang=go1.16 -complete -installsuffix shared -buildid jCwkr2lUPvyqm3p9IeV-/jCwkr2lUPvyqm3p9IeV- -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/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:21:15.0842706Z [00:04:08.423]➜  go tool buildid -w $WORK/b1824/_pkg_.a # internal
2025-08-20T21:21:15.0858668Z [00:04:08.425]➜  cp $WORK/b1824/_pkg_.a /root/.cache/go-build/19/19879f2a272939466a203d84a9cf63f5d8c1d431676e5e384538fc2547253b2d-d # internal
2025-08-20T21:21:15.0877077Z [00:04:08.427]➜  github.com/vadv/gopher-lua-libs/cmd
2025-08-20T21:21:15.0883271Z [00:04:08.427]➜  mkdir -p $WORK/b1827/
2025-08-20T21:21:15.0886918Z [00:04:08.428]➜  cat >/tmp/go-build3619502580/b1827/importcfg << 'EOF' # internal
2025-08-20T21:21:15.0887688Z [00:04:08.428]➜  # import config
2025-08-20T21:21:15.0889689Z [00:04:08.428]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:15.0894718Z [00:04:08.428]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:15.0899543Z [00:04:08.428]➜  packagefile os/exec=/tmp/go-build3619502580/b270/_pkg_.a
2025-08-20T21:21:15.0902158Z [00:04:08.428]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:15.0905080Z [00:04:08.428]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:21:15.0906446Z [00:04:08.428]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:15.0907570Z [00:04:08.428]➜  EOF
2025-08-20T21:21:15.0913207Z [00:04:08.428]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1827/_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/b1827=>" -p github.com/vadv/gopher-lua-libs/cmd -lang=go1.16 -complete -installsuffix shared -buildid HTwhkzRJa-bmxw0usfxJ/HTwhkzRJa-bmxw0usfxJ -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/cmd/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/cmd/loader.go
2025-08-20T21:21:15.1341788Z [00:04:08.473]➜  go tool buildid -w $WORK/b1827/_pkg_.a # internal
2025-08-20T21:21:15.1360278Z [00:04:08.475]➜  cp $WORK/b1827/_pkg_.a /root/.cache/go-build/26/267f26b27d04d1931ec627d197897eb714f3b33ef0fee53f2ce988bacc37ea3e-d # internal
2025-08-20T21:21:15.1368660Z [00:04:08.476]➜  github.com/vadv/gopher-lua-libs/crypto
2025-08-20T21:21:15.1378459Z [00:04:08.477]➜  mkdir -p $WORK/b1828/
2025-08-20T21:21:15.1379815Z [00:04:08.477]➜  cat >/tmp/go-build3619502580/b1828/importcfg << 'EOF' # internal
2025-08-20T21:21:15.1382881Z [00:04:08.477]➜  # import config
2025-08-20T21:21:15.1383535Z [00:04:08.477]➜  packagefile crypto/md5=/tmp/go-build3619502580/b145/_pkg_.a
2025-08-20T21:21:15.1384378Z [00:04:08.477]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:21:15.1385156Z [00:04:08.477]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:15.1386045Z [00:04:08.477]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:15.1386714Z [00:04:08.477]➜  EOF
2025-08-20T21:21:15.1390611Z [00:04:08.477]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1828/_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/b1828=>" -p github.com/vadv/gopher-lua-libs/crypto -lang=go1.16 -complete -installsuffix shared -buildid DEJKoRTPgkALVVxiWgtg/DEJKoRTPgkALVVxiWgtg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1828/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:21:15.1717256Z [00:04:08.511]➜  go tool buildid -w $WORK/b1828/_pkg_.a # internal
2025-08-20T21:21:15.1734144Z [00:04:08.512]➜  cp $WORK/b1828/_pkg_.a /root/.cache/go-build/e8/e8185c2502568d888ee9053daa43b3beb72f8e42db6a955d9eab46b0bd6f5bf9-d # internal
2025-08-20T21:21:15.1742697Z [00:04:08.513]➜  database/sql
2025-08-20T21:21:15.1748269Z [00:04:08.514]➜  mkdir -p $WORK/b1830/
2025-08-20T21:21:15.1759412Z [00:04:08.515]➜  cat >/tmp/go-build3619502580/b1830/importcfg << 'EOF' # internal
2025-08-20T21:21:15.1762196Z [00:04:08.515]➜  # import config
2025-08-20T21:21:15.1762904Z [00:04:08.515]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:15.1763761Z [00:04:08.515]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:15.1764691Z [00:04:08.515]➜  packagefile database/sql/driver=/tmp/go-build3619502580/b214/_pkg_.a
2025-08-20T21:21:15.1765622Z [00:04:08.515]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:15.1766411Z [00:04:08.515]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:15.1767208Z [00:04:08.515]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:15.1768004Z [00:04:08.515]➜  packagefile maps=/tmp/go-build3619502580/b158/_pkg_.a
2025-08-20T21:21:15.1768881Z [00:04:08.515]➜  packagefile math/rand/v2=/tmp/go-build3619502580/b103/_pkg_.a
2025-08-20T21:21:15.1769769Z [00:04:08.515]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:15.1770641Z [00:04:08.515]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:15.1775912Z [00:04:08.515]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:21:15.1776792Z [00:04:08.515]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:15.1777904Z [00:04:08.515]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:15.1778752Z [00:04:08.515]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:15.1779579Z [00:04:08.515]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:15.1780569Z [00:04:08.515]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:21:15.1784038Z [00:04:08.515]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:15.1784834Z [00:04:08.515]➜  EOF
2025-08-20T21:21:15.1791719Z [00:04:08.518]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1830/_pkg_.a -trimpath "/root/.go/src/database/sql=>database/sql;$WORK/b1830=>" -p database/sql -lang=go1.25 -std -complete -installsuffix shared -buildid 8aK51_gzElWiyEVz7fH4/8aK51_gzElWiyEVz7fH4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1830/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:21:15.2082796Z [00:04:08.547]➜  go tool buildid -w $WORK/b1816/_pkg_.a # internal
2025-08-20T21:21:15.2249128Z [00:04:08.564]➜  cp $WORK/b1816/_pkg_.a /root/.cache/go-build/02/02d286d05f62b3469a9f6854dd32e5f5152aacd4852180a06f835a3be246213e-d # internal
2025-08-20T21:21:15.2251781Z [00:04:08.564]➜  hash/adler32
2025-08-20T21:21:15.2255538Z [00:04:08.565]➜  mkdir -p $WORK/b1833/
2025-08-20T21:21:15.2256967Z [00:04:08.565]➜  cat >/tmp/go-build3619502580/b1833/importcfg << 'EOF' # internal
2025-08-20T21:21:15.2259571Z [00:04:08.565]➜  # import config
2025-08-20T21:21:15.2260486Z [00:04:08.565]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:15.2263579Z [00:04:08.565]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:21:15.2273037Z [00:04:08.565]➜  packagefile internal/byteorder=/tmp/go-build3619502580/b013/_pkg_.a
2025-08-20T21:21:15.2273892Z [00:04:08.565]➜  EOF
2025-08-20T21:21:15.2276832Z [00:04:08.565]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1833/_pkg_.a -trimpath "/root/.go/src/hash/adler32=>hash/adler32;$WORK/b1833=>" -p hash/adler32 -lang=go1.25 -std -complete -installsuffix shared -buildid nLLwKS3QG4e0LBzr7Nmu/nLLwKS3QG4e0LBzr7Nmu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1833/importcfg -pack /root/.go/src/hash/adler32/adler32.go
2025-08-20T21:21:15.2443184Z [00:04:08.583]➜  go tool buildid -w $WORK/b1833/_pkg_.a # internal
2025-08-20T21:21:15.2452587Z [00:04:08.584]➜  cp $WORK/b1833/_pkg_.a /root/.cache/go-build/8a/8a941064c9e1657c92dde5671fbb1ec09bc2d3b729451f80a68553ce03c9a78d-d # internal
2025-08-20T21:21:15.2476972Z [00:04:08.587]➜  compress/zlib
2025-08-20T21:21:15.2477540Z [00:04:08.587]➜  mkdir -p $WORK/b1832/
2025-08-20T21:21:15.2478340Z [00:04:08.587]➜  cat >/tmp/go-build3619502580/b1832/importcfg << 'EOF' # internal
2025-08-20T21:21:15.2479058Z [00:04:08.587]➜  # import config
2025-08-20T21:21:15.2481600Z [00:04:08.587]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:21:15.2483250Z [00:04:08.587]➜  packagefile compress/flate=/tmp/go-build3619502580/b075/_pkg_.a
2025-08-20T21:21:15.2484782Z [00:04:08.587]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:15.2486306Z [00:04:08.587]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:15.2488612Z [00:04:08.587]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:15.2489451Z [00:04:08.587]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:21:15.2490388Z [00:04:08.587]➜  packagefile hash/adler32=/tmp/go-build3619502580/b1833/_pkg_.a
2025-08-20T21:21:15.2493320Z [00:04:08.587]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:15.2494060Z [00:04:08.587]➜  EOF
2025-08-20T21:21:15.2497221Z [00:04:08.587]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1832/_pkg_.a -trimpath "/root/.go/src/compress/zlib=>compress/zlib;$WORK/b1832=>" -p compress/zlib -lang=go1.25 -std -complete -installsuffix shared -buildid F7sNlA_TlQHvLu_cpG7C/F7sNlA_TlQHvLu_cpG7C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1832/importcfg -pack /root/.go/src/compress/zlib/reader.go /root/.go/src/compress/zlib/writer.go
2025-08-20T21:21:15.2833148Z [00:04:08.622]➜  go tool buildid -w $WORK/b1832/_pkg_.a # internal
2025-08-20T21:21:15.2842900Z [00:04:08.624]➜  cp $WORK/b1832/_pkg_.a /root/.cache/go-build/a3/a328f5e0bc9552a126a174bb76d019adfeb90ff9ff7f7dc10e8db565e08aca37-d # internal
2025-08-20T21:21:15.2848840Z [00:04:08.624]➜  filippo.io/edwards25519/field
2025-08-20T21:21:15.2849484Z [00:04:08.624]➜  mkdir -p $WORK/b1835/
2025-08-20T21:21:15.2855436Z [00:04:08.625]➜  echo -n > $WORK/b1835/go_asm.h # internal
2025-08-20T21:21:15.2857615Z [00:04:08.625]➜  cd /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field
2025-08-20T21:21:15.2862094Z [00:04:08.625]➜  /root/.go/pkg/tool/linux_amd64/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/b1835=>" -I $WORK/b1835/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1835/symabis ./fe_amd64.s
2025-08-20T21:21:15.2973619Z [00:04:08.635]➜  cat >/tmp/go-build3619502580/b1835/importcfg << 'EOF' # internal
2025-08-20T21:21:15.2978689Z [00:04:08.637]➜  # import config
2025-08-20T21:21:15.2979448Z [00:04:08.637]➜  packagefile crypto/subtle=/tmp/go-build3619502580/b105/_pkg_.a
2025-08-20T21:21:15.2980439Z [00:04:08.637]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:15.2981549Z [00:04:08.637]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:15.2982640Z [00:04:08.637]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:21:15.2983302Z [00:04:08.637]➜  EOF
2025-08-20T21:21:15.2983788Z [00:04:08.637]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:15.2989766Z [00:04:08.637]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1835/_pkg_.a -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field=>filippo.io/edwards25519@v1.1.0/field;$WORK/b1835=>" -p filippo.io/edwards25519/field -lang=go1.20 -installsuffix shared -buildid 9vVqfs9Clf_LC9fS0G6I/9vVqfs9Clf_LC9fS0G6I -goversion go1.25.0 -symabis $WORK/b1835/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1835/importcfg -pack -asmhdr $WORK/b1835/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.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe_arm64_noasm.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:21:15.3778888Z [00:04:08.717]➜  cd /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field
2025-08-20T21:21:15.3784084Z [00:04:08.717]➜  /root/.go/pkg/tool/linux_amd64/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/b1835=>" -I $WORK/b1835/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1835/fe_amd64.o ./fe_amd64.s
2025-08-20T21:21:15.3886652Z [00:04:08.728]➜  go tool pack r $WORK/b1835/_pkg_.a $WORK/b1835/fe_amd64.o # internal
2025-08-20T21:21:15.3889863Z [00:04:08.728]➜  go tool buildid -w $WORK/b1835/_pkg_.a # internal
2025-08-20T21:21:15.3922916Z [00:04:08.729]➜  cp $WORK/b1835/_pkg_.a /root/.cache/go-build/61/610792fe53cc46c9dc5fdb3cc5a7823969b93f46e15371374fa5d64aa95104ab-d # internal
2025-08-20T21:21:15.3930790Z [00:04:08.729]➜  filippo.io/edwards25519
2025-08-20T21:21:15.3931556Z [00:04:08.729]➜  mkdir -p $WORK/b1834/
2025-08-20T21:21:15.3932425Z [00:04:08.730]➜  cat >/tmp/go-build3619502580/b1834/importcfg << 'EOF' # internal
2025-08-20T21:21:15.3933120Z [00:04:08.730]➜  # import config
2025-08-20T21:21:15.3933836Z [00:04:08.730]➜  packagefile crypto/subtle=/tmp/go-build3619502580/b105/_pkg_.a
2025-08-20T21:21:15.3934819Z [00:04:08.730]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:15.3935706Z [00:04:08.730]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:15.3936695Z [00:04:08.730]➜  packagefile filippo.io/edwards25519/field=/tmp/go-build3619502580/b1835/_pkg_.a
2025-08-20T21:21:15.3937712Z [00:04:08.730]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:21:15.3938540Z [00:04:08.730]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:15.3939145Z [00:04:08.730]➜  EOF
2025-08-20T21:21:15.3939632Z [00:04:08.731]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:15.3945734Z [00:04:08.731]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1834/_pkg_.a -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0=>filippo.io/edwards25519@v1.1.0;$WORK/b1834=>" -p filippo.io/edwards25519 -lang=go1.20 -complete -installsuffix shared -buildid cfbW2X3pwjmt2aPrj-EX/cfbW2X3pwjmt2aPrj-EX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1834/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:21:15.6578057Z [00:04:08.997]➜  go tool buildid -w $WORK/b1834/_pkg_.a # internal
2025-08-20T21:21:15.6600888Z [00:04:08.999]➜  cp $WORK/b1834/_pkg_.a /root/.cache/go-build/4f/4fb849826e13d3493809e995780b14acb0aa406341d44658fd05ebadf980f0c0-d # internal
2025-08-20T21:21:15.6630537Z [00:04:09.002]➜  github.com/lib/pq/scram
2025-08-20T21:21:15.6632032Z [00:04:09.002]➜  mkdir -p $WORK/b1838/
2025-08-20T21:21:15.6639363Z [00:04:09.003]➜  cat >/tmp/go-build3619502580/b1838/importcfg << 'EOF' # internal
2025-08-20T21:21:15.6641676Z [00:04:09.003]➜  # import config
2025-08-20T21:21:15.6644695Z [00:04:09.003]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:15.6645617Z [00:04:09.003]➜  packagefile crypto/hmac=/tmp/go-build3619502580/b135/_pkg_.a
2025-08-20T21:21:15.6646540Z [00:04:09.003]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:21:15.6647516Z [00:04:09.003]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:15.6648487Z [00:04:09.003]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:15.6649489Z [00:04:09.003]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:21:15.6650378Z [00:04:09.003]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:15.6651452Z [00:04:09.003]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:15.6652122Z [00:04:09.003]➜  EOF
2025-08-20T21:21:15.6655369Z [00:04:09.003]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1838/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lib/pq@v1.10.9/scram=>github.com/lib/pq@v1.10.9/scram;$WORK/b1838=>" -p github.com/lib/pq/scram -lang=go1.13 -complete -installsuffix shared -buildid 9kmJGt308Ge-JU39sWYK/9kmJGt308Ge-JU39sWYK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1838/importcfg -pack /root/go/pkg/mod/github.com/lib/pq@v1.10.9/scram/scram.go
2025-08-20T21:21:15.7164868Z [00:04:09.056]➜  go tool buildid -w $WORK/b1838/_pkg_.a # internal
2025-08-20T21:21:15.7179387Z [00:04:09.057]➜  cp $WORK/b1838/_pkg_.a /root/.cache/go-build/ef/ef840483fc494e5bb071b3b9c6876dc28879ace94e259ac09cdd6ffdbe7f3518-d # internal
2025-08-20T21:21:15.7184921Z [00:04:09.058]➜  github.com/vadv/gopher-lua-libs/filepath
2025-08-20T21:21:15.7187704Z [00:04:09.058]➜  mkdir -p $WORK/b1839/
2025-08-20T21:21:15.7196781Z [00:04:09.059]➜  cat >/tmp/go-build3619502580/b1839/importcfg << 'EOF' # internal
2025-08-20T21:21:15.7204914Z [00:04:09.059]➜  # import config
2025-08-20T21:21:15.7205771Z [00:04:09.059]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:15.7206808Z [00:04:09.059]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:21:15.7207479Z [00:04:09.059]➜  EOF
2025-08-20T21:21:15.7211959Z [00:04:09.059]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1839/_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/b1839=>" -p github.com/vadv/gopher-lua-libs/filepath -lang=go1.16 -complete -installsuffix shared -buildid dTj9I0EIhMcndGsO6XCr/dTj9I0EIhMcndGsO6XCr -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/filepath/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/filepath/loader.go
2025-08-20T21:21:15.7348900Z [00:04:09.074]➜  go tool buildid -w $WORK/b1830/_pkg_.a # internal
2025-08-20T21:21:15.7405376Z [00:04:09.080]➜  cp $WORK/b1830/_pkg_.a /root/.cache/go-build/15/1537a474acf671653035d5334e535fd35a229cdcabbd29923ca0dc1877292f5e-d # internal
2025-08-20T21:21:15.7412569Z [00:04:09.080]➜  github.com/go-sql-driver/mysql
2025-08-20T21:21:15.7415223Z [00:04:09.081]➜  mkdir -p $WORK/b1831/
2025-08-20T21:21:15.7421777Z [00:04:09.081]➜  cat >/tmp/go-build3619502580/b1831/importcfg << 'EOF' # internal
2025-08-20T21:21:15.7428954Z [00:04:09.081]➜  # import config
2025-08-20T21:21:15.7429665Z [00:04:09.081]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:15.7430591Z [00:04:09.081]➜  packagefile compress/zlib=/tmp/go-build3619502580/b1832/_pkg_.a
2025-08-20T21:21:15.7431626Z [00:04:09.081]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:15.7432725Z [00:04:09.081]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:21:15.7433662Z [00:04:09.081]➜  packagefile crypto/rsa=/tmp/go-build3619502580/b147/_pkg_.a
2025-08-20T21:21:15.7434598Z [00:04:09.081]➜  packagefile crypto/sha1=/tmp/go-build3619502580/b149/_pkg_.a
2025-08-20T21:21:15.7435534Z [00:04:09.081]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:21:15.7436471Z [00:04:09.081]➜  packagefile crypto/sha512=/tmp/go-build3619502580/b126/_pkg_.a
2025-08-20T21:21:15.7437407Z [00:04:09.081]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:21:15.7438345Z [00:04:09.081]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:21:15.7439282Z [00:04:09.081]➜  packagefile database/sql=/tmp/go-build3619502580/b1830/_pkg_.a
2025-08-20T21:21:15.7440427Z [00:04:09.081]➜  packagefile database/sql/driver=/tmp/go-build3619502580/b214/_pkg_.a
2025-08-20T21:21:15.7441622Z [00:04:09.081]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:15.7442639Z [00:04:09.081]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:15.7443575Z [00:04:09.081]➜  packagefile encoding/pem=/tmp/go-build3619502580/b157/_pkg_.a
2025-08-20T21:21:15.7444488Z [00:04:09.081]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:15.7445484Z [00:04:09.081]➜  packagefile filippo.io/edwards25519=/tmp/go-build3619502580/b1834/_pkg_.a
2025-08-20T21:21:15.7446440Z [00:04:09.081]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:15.7447440Z [00:04:09.081]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:15.7448238Z [00:04:09.081]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:21:15.7449078Z [00:04:09.081]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:15.7449902Z [00:04:09.081]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:21:15.7450715Z [00:04:09.081]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:15.7452135Z [00:04:09.081]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:15.7452972Z [00:04:09.081]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:15.7453812Z [00:04:09.081]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:15.7454671Z [00:04:09.081]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:15.7455532Z [00:04:09.081]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:15.7456374Z [00:04:09.081]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:15.7457245Z [00:04:09.081]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:15.7458079Z [00:04:09.081]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:15.7458956Z [00:04:09.081]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:15.7459829Z [00:04:09.081]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:21:15.7460863Z [00:04:09.081]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:15.7461622Z [00:04:09.081]➜  EOF
2025-08-20T21:21:15.7473908Z [00:04:09.082]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1831/_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/b1831=>" -p github.com/go-sql-driver/mysql -lang=go1.21 -complete -installsuffix shared -buildid WnvKeu7zdXCArivqIFyn/WnvKeu7zdXCArivqIFyn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1831/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:21:15.7910161Z [00:04:09.130]➜  go tool buildid -w $WORK/b1839/_pkg_.a # internal
2025-08-20T21:21:15.7924351Z [00:04:09.132]➜  cp $WORK/b1839/_pkg_.a /root/.cache/go-build/e6/e640e10e83b9d0cc28194722862f3497304fff37e476008389a114455ae47db3-d # internal
2025-08-20T21:21:15.7947508Z [00:04:09.134]➜  github.com/lib/pq
2025-08-20T21:21:15.7974821Z [00:04:09.137]➜  mkdir -p $WORK/b1836/
2025-08-20T21:21:15.7984530Z [00:04:09.137]➜  cat >/tmp/go-build3619502580/b1836/importcfg << 'EOF' # internal
2025-08-20T21:21:15.7985224Z [00:04:09.137]➜  # import config
2025-08-20T21:21:15.7988557Z [00:04:09.137]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:21:15.7992474Z [00:04:09.137]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:15.7995647Z [00:04:09.137]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:15.7998853Z [00:04:09.137]➜  packagefile crypto/md5=/tmp/go-build3619502580/b145/_pkg_.a
2025-08-20T21:21:15.8001565Z [00:04:09.137]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:21:15.8026917Z [00:04:09.137]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:21:15.8027896Z [00:04:09.137]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:21:15.8028812Z [00:04:09.137]➜  packagefile database/sql=/tmp/go-build3619502580/b1830/_pkg_.a
2025-08-20T21:21:15.8029801Z [00:04:09.137]➜  packagefile database/sql/driver=/tmp/go-build3619502580/b214/_pkg_.a
2025-08-20T21:21:15.8030810Z [00:04:09.137]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:15.8032076Z [00:04:09.137]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:21:15.8032989Z [00:04:09.137]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:15.8033803Z [00:04:09.137]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:15.8034750Z [00:04:09.137]➜  packagefile github.com/lib/pq/oid=/tmp/go-build3619502580/b1837/_pkg_.a
2025-08-20T21:21:15.8035829Z [00:04:09.137]➜  packagefile github.com/lib/pq/scram=/tmp/go-build3619502580/b1838/_pkg_.a
2025-08-20T21:21:15.8037006Z [00:04:09.137]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:15.8037835Z [00:04:09.137]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:15.8038675Z [00:04:09.137]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:15.8039485Z [00:04:09.137]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:15.8040304Z [00:04:09.137]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:15.8041138Z [00:04:09.138]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:15.8042211Z [00:04:09.138]➜  packagefile os/user=/tmp/go-build3619502580/b273/_pkg_.a
2025-08-20T21:21:15.8043052Z [00:04:09.138]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:21:15.8043947Z [00:04:09.138]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:21:15.8044848Z [00:04:09.138]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:15.8045920Z [00:04:09.138]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:15.8046766Z [00:04:09.138]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:15.8047615Z [00:04:09.138]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:15.8048514Z [00:04:09.138]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:15.8049367Z [00:04:09.138]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:15.8050223Z [00:04:09.138]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:15.8051063Z [00:04:09.138]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:15.8052367Z [00:04:09.138]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:21:15.8053241Z [00:04:09.138]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:15.8054075Z [00:04:09.138]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:21:15.8054726Z [00:04:09.138]➜  EOF
2025-08-20T21:21:15.8075352Z [00:04:09.138]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1836/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lib/pq@v1.10.9=>github.com/lib/pq@v1.10.9;$WORK/b1836=>" -p github.com/lib/pq -lang=go1.13 -complete -installsuffix shared -buildid BqtoVOa_Zz2dfmVEsIuF/BqtoVOa_Zz2dfmVEsIuF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1836/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:21:16.0362122Z [00:04:09.375]➜  go tool buildid -w $WORK/b1818/_pkg_.a # internal
2025-08-20T21:21:16.0701870Z [00:04:09.409]➜  cp $WORK/b1818/_pkg_.a /root/.cache/go-build/e9/e9664bccb56c33d27b6d6065aed73ca16d6ab4f38ddb055aade93da7ce254a89-d # internal
2025-08-20T21:21:16.0703324Z [00:04:09.409]➜  github.com/vadv/gopher-lua-libs/aws/cloudwatch
2025-08-20T21:21:16.0704035Z [00:04:09.409]➜  mkdir -p $WORK/b1781/
2025-08-20T21:21:16.0704792Z [00:04:09.409]➜  cat >/tmp/go-build3619502580/b1781/importcfg << 'EOF' # internal
2025-08-20T21:21:16.0705522Z [00:04:09.409]➜  # import config
2025-08-20T21:21:16.0706461Z [00:04:09.409]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:16.0707461Z [00:04:09.409]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3619502580/b319/_pkg_.a
2025-08-20T21:21:16.0708652Z [00:04:09.409]➜  packagefile github.com/aws/aws-sdk-go/aws/session=/tmp/go-build3619502580/b1782/_pkg_.a
2025-08-20T21:21:16.0709934Z [00:04:09.409]➜  packagefile github.com/aws/aws-sdk-go/service/cloudwatch=/tmp/go-build3619502580/b1816/_pkg_.a
2025-08-20T21:21:16.0711528Z [00:04:09.409]➜  packagefile github.com/aws/aws-sdk-go/service/cloudwatchlogs=/tmp/go-build3619502580/b1818/_pkg_.a
2025-08-20T21:21:16.0712873Z [00:04:09.409]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:16.0713914Z [00:04:09.409]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:16.0714742Z [00:04:09.409]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:16.0715610Z [00:04:09.409]➜  EOF
2025-08-20T21:21:16.0734463Z [00:04:09.409]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1781/_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/b1781=>" -p github.com/vadv/gopher-lua-libs/aws/cloudwatch -lang=go1.16 -complete -installsuffix shared -buildid E_xXlTXuhgOKPk6ImP7r/E_xXlTXuhgOKPk6ImP7r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1781/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:21:16.1840125Z [00:04:09.523]➜  go tool buildid -w $WORK/b1781/_pkg_.a # internal
2025-08-20T21:21:16.1880707Z [00:04:09.527]➜  cp $WORK/b1781/_pkg_.a /root/.cache/go-build/35/35bc68cb73ffcc4f7f7ab12a21196926aebc8e3a64c53a66b8fc2be672b7fbae-d # internal
2025-08-20T21:21:16.1882746Z [00:04:09.527]➜  github.com/vadv/gopher-lua-libs/goos
2025-08-20T21:21:16.1883375Z [00:04:09.527]➜  mkdir -p $WORK/b1840/
2025-08-20T21:21:16.1884653Z [00:04:09.528]➜  cat >/tmp/go-build3619502580/b1840/importcfg << 'EOF' # internal
2025-08-20T21:21:16.1885357Z [00:04:09.528]➜  # import config
2025-08-20T21:21:16.1886389Z [00:04:09.528]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:16.1887399Z [00:04:09.528]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:16.1888002Z [00:04:09.528]➜  EOF
2025-08-20T21:21:16.1893324Z [00:04:09.528]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1840/_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/b1840=>" -p github.com/vadv/gopher-lua-libs/goos -lang=go1.16 -complete -installsuffix shared -buildid 91Cv8Uml1991zdONRDxt/91Cv8Uml1991zdONRDxt -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/goos/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/goos/loader.go
2025-08-20T21:21:16.2760356Z [00:04:09.615]➜  go tool buildid -w $WORK/b1840/_pkg_.a # internal
2025-08-20T21:21:16.2786715Z [00:04:09.618]➜  cp $WORK/b1840/_pkg_.a /root/.cache/go-build/e3/e331cebbeac53297b33a9b64a4ddcfe7f64c30ad720347c7bcb7d045eac48719-d # internal
2025-08-20T21:21:16.2796256Z [00:04:09.619]➜  github.com/vadv/gopher-lua-libs/http/client
2025-08-20T21:21:16.2801551Z [00:04:09.619]➜  mkdir -p $WORK/b1842/
2025-08-20T21:21:16.2832893Z [00:04:09.622]➜  cat >/tmp/go-build3619502580/b1842/importcfg << 'EOF' # internal
2025-08-20T21:21:16.2833706Z [00:04:09.622]➜  # import config
2025-08-20T21:21:16.2834373Z [00:04:09.622]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:16.2835462Z [00:04:09.622]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:21:16.2836363Z [00:04:09.622]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:21:16.2837266Z [00:04:09.622]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:16.2838144Z [00:04:09.622]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:16.2839184Z [00:04:09.622]➜  packagefile github.com/vadv/gopher-lua-libs/json=/tmp/go-build3619502580/b1826/_pkg_.a
2025-08-20T21:21:16.2840358Z [00:04:09.622]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:16.2841806Z [00:04:09.622]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:16.2842700Z [00:04:09.622]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:16.2843543Z [00:04:09.622]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:21:16.2844706Z [00:04:09.622]➜  packagefile mime/multipart=/tmp/go-build3619502580/b180/_pkg_.a
2025-08-20T21:21:16.2845608Z [00:04:09.622]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:16.2846575Z [00:04:09.622]➜  packagefile net/http/cookiejar=/tmp/go-build3619502580/b1605/_pkg_.a
2025-08-20T21:21:16.2847579Z [00:04:09.622]➜  packagefile net/http/httputil=/tmp/go-build3619502580/b252/_pkg_.a
2025-08-20T21:21:16.2848500Z [00:04:09.622]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:16.2849313Z [00:04:09.622]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:16.2850237Z [00:04:09.622]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:21:16.2855042Z [00:04:09.622]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:16.2855792Z [00:04:09.622]➜  EOF
2025-08-20T21:21:16.2860861Z [00:04:09.622]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1842/_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/b1842=>" -p github.com/vadv/gopher-lua-libs/http/client -lang=go1.16 -complete -installsuffix shared -buildid dUCWckjmJkZ6xkfkyCBY/dUCWckjmJkZ6xkfkyCBY -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/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:21:16.4901135Z [00:04:09.829]➜  go tool buildid -w $WORK/b1831/_pkg_.a # internal
2025-08-20T21:21:16.4957055Z [00:04:09.835]➜  cp $WORK/b1831/_pkg_.a /root/.cache/go-build/b1/b1b71e6ae97bfcbbc355dc1d37fab4bc4de6d087aa90c8387829b2199a90b577-d # internal
2025-08-20T21:21:16.4964824Z [00:04:09.835]➜  github.com/vadv/gopher-lua-libs/http/util
2025-08-20T21:21:16.4993621Z [00:04:09.835]➜  mkdir -p $WORK/b1844/
2025-08-20T21:21:16.4994421Z [00:04:09.835]➜  cat >/tmp/go-build3619502580/b1844/importcfg << 'EOF' # internal
2025-08-20T21:21:16.4995085Z [00:04:09.836]➜  # import config
2025-08-20T21:21:16.4995845Z [00:04:09.836]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:16.4996747Z [00:04:09.836]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:16.4997334Z [00:04:09.836]➜  EOF
2025-08-20T21:21:16.5001692Z [00:04:09.836]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1844/_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/b1844=>" -p github.com/vadv/gopher-lua-libs/http/util -lang=go1.16 -complete -installsuffix shared -buildid gNFj41NgJ1ks1im75ezw/gNFj41NgJ1ks1im75ezw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1844/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:21:16.5005646Z [00:04:09.836]➜  go tool buildid -w $WORK/b1836/_pkg_.a # internal
2025-08-20T21:21:16.5041424Z [00:04:09.843]➜  go tool buildid -w $WORK/b1842/_pkg_.a # internal
2025-08-20T21:21:16.5045831Z [00:04:09.844]➜  cp $WORK/b1836/_pkg_.a /root/.cache/go-build/ee/ee2f88704fa6c7d1ce5a2deaa10e00b1e6935e2264ca0eb8d946637fd9c7f891-d # internal
2025-08-20T21:21:16.5049715Z [00:04:09.844]➜  github.com/vadv/gopher-lua-libs/db
2025-08-20T21:21:16.5052947Z [00:04:09.844]➜  mkdir -p $WORK/b1829/
2025-08-20T21:21:16.5057793Z [00:04:09.845]➜  cat >/tmp/go-build3619502580/b1829/importcfg << 'EOF' # internal
2025-08-20T21:21:16.5060422Z [00:04:09.845]➜  # import config
2025-08-20T21:21:16.5063148Z [00:04:09.845]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:16.5064025Z [00:04:09.845]➜  packagefile database/sql=/tmp/go-build3619502580/b1830/_pkg_.a
2025-08-20T21:21:16.5064840Z [00:04:09.845]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:16.5065990Z [00:04:09.845]➜  packagefile github.com/go-sql-driver/mysql=/tmp/go-build3619502580/b1831/_pkg_.a
2025-08-20T21:21:16.5067095Z [00:04:09.845]➜  packagefile github.com/lib/pq=/tmp/go-build3619502580/b1836/_pkg_.a
2025-08-20T21:21:16.5083632Z [00:04:09.845]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:16.5084664Z [00:04:09.845]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:21:16.5085535Z [00:04:09.845]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:16.5086413Z [00:04:09.845]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:16.5087055Z [00:04:09.845]➜  EOF
2025-08-20T21:21:16.5095325Z [00:04:09.845]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1829/_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/b1829=>" -p github.com/vadv/gopher-lua-libs/db -lang=go1.16 -complete -installsuffix shared -buildid 2DRWyFi2EdJIilLMbLfR/2DRWyFi2EdJIilLMbLfR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1829/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:21:16.5101660Z [00:04:09.847]➜  cp $WORK/b1842/_pkg_.a /root/.cache/go-build/8f/8f41c19c48bd75488815b95f541939d865401fbfc1d8efe616a2b5b1001d7a5c-d # internal
2025-08-20T21:21:16.5102906Z [00:04:09.848]➜  github.com/dustin/go-humanize
2025-08-20T21:21:16.5103505Z [00:04:09.848]➜  mkdir -p $WORK/b1846/
2025-08-20T21:21:16.5104261Z [00:04:09.848]➜  cat >/tmp/go-build3619502580/b1846/importcfg << 'EOF' # internal
2025-08-20T21:21:16.5104989Z [00:04:09.848]➜  # import config
2025-08-20T21:21:16.5105683Z [00:04:09.848]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:16.5106536Z [00:04:09.848]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:16.5107382Z [00:04:09.848]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:16.5108204Z [00:04:09.848]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:16.5109052Z [00:04:09.848]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:21:16.5127216Z [00:04:09.848]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:16.5128110Z [00:04:09.848]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:16.5128965Z [00:04:09.848]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:16.5129849Z [00:04:09.848]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:16.5130908Z [00:04:09.848]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:16.5132092Z [00:04:09.848]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:21:16.5132699Z [00:04:09.848]➜  EOF
2025-08-20T21:21:16.5140424Z [00:04:09.848]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1846/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1=>github.com/dustin/go-humanize@v1.0.1;$WORK/b1846=>" -p github.com/dustin/go-humanize -lang=go1.16 -complete -installsuffix shared -buildid 146xPrEFoxOs5HrXbjQ-/146xPrEFoxOs5HrXbjQ- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1846/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:21:16.5484496Z [00:04:09.888]➜  go tool buildid -w $WORK/b1844/_pkg_.a # internal
2025-08-20T21:21:16.5502999Z [00:04:09.889]➜  cp $WORK/b1844/_pkg_.a /root/.cache/go-build/ee/ee92973958e03cc6c5a3a21046b3d8a64fed8f84afc5010bd1b62f49d3dc92f7-d # internal
2025-08-20T21:21:16.5504231Z [00:04:09.889]➜  github.com/vadv/gopher-lua-libs/inspect
2025-08-20T21:21:16.5505006Z [00:04:09.889]➜  mkdir -p $WORK/b1847/
2025-08-20T21:21:16.5505922Z [00:04:09.889]➜  cat >/tmp/go-build3619502580/b1847/importcfg << 'EOF' # internal
2025-08-20T21:21:16.5506606Z [00:04:09.889]➜  # import config
2025-08-20T21:21:16.5507258Z [00:04:09.889]➜  packagefile embed=/tmp/go-build3619502580/b052/_pkg_.a
2025-08-20T21:21:16.5508256Z [00:04:09.889]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:16.5509044Z [00:04:09.889]➜  EOF
2025-08-20T21:21:16.5509656Z [00:04:09.889]➜  cat >/tmp/go-build3619502580/b1847/embedcfg << 'EOF' # internal
2025-08-20T21:21:16.5510283Z [00:04:09.889]➜  {
2025-08-20T21:21:16.5510669Z [00:04:09.889]➜  	"Patterns": {
2025-08-20T21:21:16.5511104Z [00:04:09.889]➜  		"inspect.lua": [
2025-08-20T21:21:16.5511786Z [00:04:09.889]➜  			"inspect.lua"
2025-08-20T21:21:16.5512225Z [00:04:09.889]➜  		]
2025-08-20T21:21:16.5512584Z [00:04:09.889]➜  	},
2025-08-20T21:21:16.5513128Z [00:04:09.889]➜  	"Files": {
2025-08-20T21:21:16.5514025Z [00:04:09.889]➜  		"inspect.lua": "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/inspect/inspect.lua"
2025-08-20T21:21:16.5514942Z [00:04:09.889]➜  	}
2025-08-20T21:21:16.5515305Z [00:04:09.889]➜  }EOF
2025-08-20T21:21:16.5519161Z [00:04:09.889]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1847/_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/b1847=>" -p github.com/vadv/gopher-lua-libs/inspect -lang=go1.16 -complete -installsuffix shared -buildid cR6Qd3QU4qmMh1z7TmN4/cR6Qd3QU4qmMh1z7TmN4 -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/inspect/loader.go
2025-08-20T21:21:16.5785077Z [00:04:09.918]➜  go tool buildid -w $WORK/b1847/_pkg_.a # internal
2025-08-20T21:21:16.5795501Z [00:04:09.919]➜  cp $WORK/b1847/_pkg_.a /root/.cache/go-build/a0/a011544f0074dc7e294f28df17fbee0cf216e872e771df1aa7f129238c6191c4-d # internal
2025-08-20T21:21:16.5796721Z [00:04:09.919]➜  github.com/vadv/gopher-lua-libs/ioutil
2025-08-20T21:21:16.5797328Z [00:04:09.919]➜  mkdir -p $WORK/b1848/
2025-08-20T21:21:16.5803166Z [00:04:09.919]➜  cat >/tmp/go-build3619502580/b1848/importcfg << 'EOF' # internal
2025-08-20T21:21:16.5806996Z [00:04:09.919]➜  # import config
2025-08-20T21:21:16.5808154Z [00:04:09.919]➜  packagefile github.com/vadv/gopher-lua-libs/io=/tmp/go-build3619502580/b1822/_pkg_.a
2025-08-20T21:21:16.5809371Z [00:04:09.919]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:16.5810367Z [00:04:09.919]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:16.5811411Z [00:04:09.919]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:16.5812083Z [00:04:09.919]➜  EOF
2025-08-20T21:21:16.5816244Z [00:04:09.919]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1848/_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/b1848=>" -p github.com/vadv/gopher-lua-libs/ioutil -lang=go1.16 -complete -installsuffix shared -buildid wXyRwPec782r-JtI7gV2/wXyRwPec782r-JtI7gV2 -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/ioutil/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/ioutil/loader.go
2025-08-20T21:21:16.6147959Z [00:04:09.954]➜  go tool buildid -w $WORK/b1848/_pkg_.a # internal
2025-08-20T21:21:16.6158371Z [00:04:09.955]➜  cp $WORK/b1848/_pkg_.a /root/.cache/go-build/7d/7d827cb48f9efda41a62a47f6c9bde87a4b7048843defb6d030e6f1635250c52-d # internal
2025-08-20T21:21:16.6163164Z [00:04:09.956]➜  github.com/vadv/gopher-lua-libs/log
2025-08-20T21:21:16.6165911Z [00:04:09.956]➜  mkdir -p $WORK/b1849/
2025-08-20T21:21:16.6166744Z [00:04:09.956]➜  cat >/tmp/go-build3619502580/b1849/importcfg << 'EOF' # internal
2025-08-20T21:21:16.6167436Z [00:04:09.956]➜  # import config
2025-08-20T21:21:16.6168088Z [00:04:09.956]➜  packagefile embed=/tmp/go-build3619502580/b052/_pkg_.a
2025-08-20T21:21:16.6169021Z [00:04:09.956]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:16.6169988Z [00:04:09.956]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:16.6170934Z [00:04:09.956]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:21:16.6172051Z [00:04:09.956]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:16.6172640Z [00:04:09.956]➜  EOF
2025-08-20T21:21:16.6173255Z [00:04:09.956]➜  cat >/tmp/go-build3619502580/b1849/embedcfg << 'EOF' # internal
2025-08-20T21:21:16.6173862Z [00:04:09.956]➜  {
2025-08-20T21:21:16.6174240Z [00:04:09.956]➜  	"Patterns": {
2025-08-20T21:21:16.6174692Z [00:04:09.956]➜  		"loglevel.lua": [
2025-08-20T21:21:16.6175173Z [00:04:09.956]➜  			"loglevel.lua"
2025-08-20T21:21:16.6175751Z [00:04:09.956]➜  		]
2025-08-20T21:21:16.6176131Z [00:04:09.956]➜  	},
2025-08-20T21:21:16.6176511Z [00:04:09.956]➜  	"Files": {
2025-08-20T21:21:16.6177371Z [00:04:09.956]➜  		"loglevel.lua": "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/log/loglevel.lua"
2025-08-20T21:21:16.6178149Z [00:04:09.956]➜  	}
2025-08-20T21:21:16.6178503Z [00:04:09.956]➜  }EOF
2025-08-20T21:21:16.6183389Z [00:04:09.956]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1849/_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/b1849=>" -p github.com/vadv/gopher-lua-libs/log -lang=go1.16 -complete -installsuffix shared -buildid 3SqF7yZZrh8iU6MWmFN3/3SqF7yZZrh8iU6MWmFN3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1849/importcfg -embedcfg $WORK/b1849/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:21:16.6238481Z [00:04:09.963]➜  go tool buildid -w $WORK/b1846/_pkg_.a # internal
2025-08-20T21:21:16.6255447Z [00:04:09.965]➜  cp $WORK/b1846/_pkg_.a /root/.cache/go-build/fa/fadd00745d5e413d494e3ff1571a980918822c9a73711158ec1ced7b1c572658-d # internal
2025-08-20T21:21:16.6257446Z [00:04:09.965]➜  github.com/vadv/gopher-lua-libs/humanize
2025-08-20T21:21:16.6264284Z [00:04:09.966]➜  mkdir -p $WORK/b1845/
2025-08-20T21:21:16.6268166Z [00:04:09.966]➜  cat >/tmp/go-build3619502580/b1845/importcfg << 'EOF' # internal
2025-08-20T21:21:16.6269833Z [00:04:09.966]➜  # import config
2025-08-20T21:21:16.6270666Z [00:04:09.966]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build3619502580/b1846/_pkg_.a
2025-08-20T21:21:16.6272176Z [00:04:09.966]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:16.6273106Z [00:04:09.966]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:16.6273723Z [00:04:09.966]➜  EOF
2025-08-20T21:21:16.6278069Z [00:04:09.966]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1845/_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/b1845=>" -p github.com/vadv/gopher-lua-libs/humanize -lang=go1.16 -complete -installsuffix shared -buildid gi8Moi7L3rrPh6gCvD6p/gi8Moi7L3rrPh6gCvD6p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1845/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:21:16.6510385Z [00:04:09.990]➜  go tool buildid -w $WORK/b1829/_pkg_.a # internal
2025-08-20T21:21:16.6579343Z [00:04:09.997]➜  cp $WORK/b1829/_pkg_.a /root/.cache/go-build/80/8098f770a6bdc161b22b8eca1534880839786dbb8ea03c967ec37e7da8009abc-d # internal
2025-08-20T21:21:16.6583966Z [00:04:09.998]➜  github.com/beorn7/perks/quantile
2025-08-20T21:21:16.6584777Z [00:04:09.998]➜  mkdir -p $WORK/b1852/
2025-08-20T21:21:16.6592285Z [00:04:09.998]➜  cat >/tmp/go-build3619502580/b1852/importcfg << 'EOF' # internal
2025-08-20T21:21:16.6593425Z [00:04:09.998]➜  # import config
2025-08-20T21:21:16.6594394Z [00:04:09.998]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:16.6595434Z [00:04:09.998]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:16.6596258Z [00:04:09.998]➜  EOF
2025-08-20T21:21:16.6596925Z [00:04:09.998]➜  go tool buildid -w $WORK/b1845/_pkg_.a # internal
2025-08-20T21:21:16.6601131Z [00:04:09.998]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1852/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/beorn7/perks@v1.0.1/quantile=>github.com/beorn7/perks@v1.0.1/quantile;$WORK/b1852=>" -p github.com/beorn7/perks/quantile -lang=go1.11 -complete -installsuffix shared -buildid XsFUJqjYsnb0qBmDUio_/XsFUJqjYsnb0qBmDUio_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1852/importcfg -pack /root/go/pkg/mod/github.com/beorn7/perks@v1.0.1/quantile/stream.go
2025-08-20T21:21:16.6636508Z [00:04:10.003]➜  cp $WORK/b1845/_pkg_.a /root/.cache/go-build/18/18b2d3aadef22b068820f0162db7992ef551ae5ab8219d9e538533a725165405-d # internal
2025-08-20T21:21:16.6640009Z [00:04:10.003]➜  github.com/prometheus/client_model/go
2025-08-20T21:21:16.6664677Z [00:04:10.006]➜  mkdir -p $WORK/b1854/
2025-08-20T21:21:16.6684426Z [00:04:10.006]➜  cat >/tmp/go-build3619502580/b1854/importcfg << 'EOF' # internal
2025-08-20T21:21:16.6685249Z [00:04:10.006]➜  # import config
2025-08-20T21:21:16.6686189Z [00:04:10.006]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:21:16.6687574Z [00:04:10.006]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:21:16.6688978Z [00:04:10.006]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3619502580/b1292/_pkg_.a
2025-08-20T21:21:16.6690105Z [00:04:10.006]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:16.6690917Z [00:04:10.006]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:16.6691764Z [00:04:10.006]➜  EOF
2025-08-20T21:21:16.6695315Z [00:04:10.007]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1854/_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/b1854=>" -p github.com/prometheus/client_model/go -lang=go1.22 -complete -installsuffix shared -buildid xQMUc9M6n8Y7iE22YzVE/xQMUc9M6n8Y7iE22YzVE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1854/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_model@v0.6.2/go/metrics.pb.go
2025-08-20T21:21:16.6855634Z [00:04:10.025]➜  go tool buildid -w $WORK/b1849/_pkg_.a # internal
2025-08-20T21:21:16.6862232Z [00:04:10.025]➜  cp $WORK/b1849/_pkg_.a /root/.cache/go-build/d5/d549d9b31c4f8d4fb3d9bd0eb8239376e68b6c85c64c8fc22b1cf63f1cbb86e4-d # internal
2025-08-20T21:21:16.6863397Z [00:04:10.025]➜  github.com/munnerz/goautoneg
2025-08-20T21:21:16.6863958Z [00:04:10.025]➜  mkdir -p $WORK/b1858/
2025-08-20T21:21:16.6872326Z [00:04:10.026]➜  cat >/tmp/go-build3619502580/b1858/importcfg << 'EOF' # internal
2025-08-20T21:21:16.6873459Z [00:04:10.026]➜  # import config
2025-08-20T21:21:16.6875377Z [00:04:10.026]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:16.6876640Z [00:04:10.026]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:16.6877814Z [00:04:10.026]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:16.6878697Z [00:04:10.026]➜  EOF
2025-08-20T21:21:16.6883438Z [00:04:10.026]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1858/_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/b1858=>" -p github.com/munnerz/goautoneg -lang=go1.16 -complete -installsuffix shared -buildid RIxX87NYSGGXKYPOLnNq/RIxX87NYSGGXKYPOLnNq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1858/importcfg -pack /root/go/pkg/mod/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822/autoneg.go
2025-08-20T21:21:16.7044096Z [00:04:10.044]➜  go tool buildid -w $WORK/b1852/_pkg_.a # internal
2025-08-20T21:21:16.7054904Z [00:04:10.045]➜  cp $WORK/b1852/_pkg_.a /root/.cache/go-build/40/40685f68aa55546732e8e6b359a48b178b9e78e84058a0216c95fae79e86f093-d # internal
2025-08-20T21:21:16.7064941Z [00:04:10.045]➜  google.golang.org/protobuf/encoding/protodelim
2025-08-20T21:21:16.7065651Z [00:04:10.045]➜  mkdir -p $WORK/b1859/
2025-08-20T21:21:16.7066400Z [00:04:10.045]➜  cat >/tmp/go-build3619502580/b1859/importcfg << 'EOF' # internal
2025-08-20T21:21:16.7067116Z [00:04:10.045]➜  # import config
2025-08-20T21:21:16.7067784Z [00:04:10.045]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:21:16.7068869Z [00:04:10.045]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:16.7069727Z [00:04:10.045]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:16.7070860Z [00:04:10.045]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3619502580/b1218/_pkg_.a
2025-08-20T21:21:16.7072400Z [00:04:10.045]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3619502580/b1219/_pkg_.a
2025-08-20T21:21:16.7073700Z [00:04:10.045]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:21:16.7074712Z [00:04:10.045]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:16.7075349Z [00:04:10.045]➜  EOF
2025-08-20T21:21:16.7082866Z [00:04:10.045]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1859/_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/b1859=>" -p google.golang.org/protobuf/encoding/protodelim -lang=go1.22 -complete -installsuffix shared -buildid 0XeWwLRiGygqquZthTDu/0XeWwLRiGygqquZthTDu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1859/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/encoding/protodelim/protodelim.go
2025-08-20T21:21:16.7107628Z [00:04:10.047]➜  go tool buildid -w $WORK/b1858/_pkg_.a # internal
2025-08-20T21:21:16.7109162Z [00:04:10.048]➜  cp $WORK/b1858/_pkg_.a /root/.cache/go-build/8d/8dfe62c81fb597fa1e52ac28dd0c60bb41253d993bd074916d3dd7c2dcd7c368-d # internal
2025-08-20T21:21:16.7110512Z [00:04:10.048]➜  github.com/prometheus/procfs/internal/fs
2025-08-20T21:21:16.7117337Z [00:04:10.048]➜  mkdir -p $WORK/b1861/
2025-08-20T21:21:16.7118057Z [00:04:10.048]➜  cat >/tmp/go-build3619502580/b1861/importcfg << 'EOF' # internal
2025-08-20T21:21:16.7118710Z [00:04:10.049]➜  # import config
2025-08-20T21:21:16.7119309Z [00:04:10.049]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:16.7120061Z [00:04:10.049]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:16.7120842Z [00:04:10.049]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:21:16.7121624Z [00:04:10.049]➜  EOF
2025-08-20T21:21:16.7125289Z [00:04:10.049]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1861/_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/b1861=>" -p github.com/prometheus/procfs/internal/fs -lang=go1.23 -complete -installsuffix shared -buildid aRG1QPeR7KOGAtGRdYXp/aRG1QPeR7KOGAtGRdYXp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1861/importcfg -pack /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/internal/fs/fs.go
2025-08-20T21:21:16.7245272Z [00:04:10.064]➜  go tool buildid -w $WORK/b1861/_pkg_.a # internal
2025-08-20T21:21:16.7251636Z [00:04:10.064]➜  cp $WORK/b1861/_pkg_.a /root/.cache/go-build/ea/ea8545257ea1bb81c0b8dc215fe3e842afa9166295a95e46a839b7cf06e32b68-d # internal
2025-08-20T21:21:16.7253965Z [00:04:10.065]➜  github.com/prometheus/procfs/internal/util
2025-08-20T21:21:16.7256333Z [00:04:10.065]➜  mkdir -p $WORK/b1862/
2025-08-20T21:21:16.7261712Z [00:04:10.065]➜  cat >/tmp/go-build3619502580/b1862/importcfg << 'EOF' # internal
2025-08-20T21:21:16.7262475Z [00:04:10.065]➜  # import config
2025-08-20T21:21:16.7263164Z [00:04:10.065]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:16.7264049Z [00:04:10.065]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:16.7264887Z [00:04:10.065]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:16.7265688Z [00:04:10.065]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:16.7266506Z [00:04:10.065]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:16.7267346Z [00:04:10.065]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:16.7268188Z [00:04:10.065]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:21:16.7268930Z [00:04:10.065]➜  EOF
2025-08-20T21:21:16.7275118Z [00:04:10.066]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1862/_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/b1862=>" -p github.com/prometheus/procfs/internal/util -lang=go1.23 -complete -installsuffix shared -buildid rhpCxHy527ZGVVdw9Pyh/rhpCxHy527ZGVVdw9Pyh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1862/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:21:16.7608811Z [00:04:10.100]➜  go tool buildid -w $WORK/b1862/_pkg_.a # internal
2025-08-20T21:21:16.7620383Z [00:04:10.101]➜  cp $WORK/b1862/_pkg_.a /root/.cache/go-build/b0/b0e30e13e3a8e157c405a53ace6ea372df57203dee6700a7de20361350dc58d2-d # internal
2025-08-20T21:21:16.7641780Z [00:04:10.103]➜  github.com/prometheus/procfs
2025-08-20T21:21:16.7653599Z [00:04:10.104]➜  mkdir -p $WORK/b1860/
2025-08-20T21:21:16.7654345Z [00:04:10.104]➜  cat >/tmp/go-build3619502580/b1860/importcfg << 'EOF' # internal
2025-08-20T21:21:16.7655461Z [00:04:10.104]➜  # import config
2025-08-20T21:21:16.7656335Z [00:04:10.104]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:21:16.7657338Z [00:04:10.104]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:16.7658376Z [00:04:10.104]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:21:16.7659473Z [00:04:10.104]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:16.7660521Z [00:04:10.104]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:16.7662102Z [00:04:10.104]➜  packagefile github.com/prometheus/procfs/internal/fs=/tmp/go-build3619502580/b1861/_pkg_.a
2025-08-20T21:21:16.7663718Z [00:04:10.104]➜  packagefile github.com/prometheus/procfs/internal/util=/tmp/go-build3619502580/b1862/_pkg_.a
2025-08-20T21:21:16.7665322Z [00:04:10.104]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3619502580/b220/_pkg_.a
2025-08-20T21:21:16.7666450Z [00:04:10.104]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:16.7667445Z [00:04:10.104]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:21:16.7668518Z [00:04:10.104]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:16.7669501Z [00:04:10.104]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:16.7670443Z [00:04:10.104]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:21:16.7671688Z [00:04:10.104]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:16.7672722Z [00:04:10.104]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:16.7673734Z [00:04:10.104]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:16.7674761Z [00:04:10.104]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:16.7675786Z [00:04:10.104]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:21:16.7676768Z [00:04:10.104]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:16.7677577Z [00:04:10.104]➜  EOF
2025-08-20T21:21:16.7739653Z [00:04:10.104]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1860/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1=>github.com/prometheus/procfs@v0.16.1;$WORK/b1860=>" -p github.com/prometheus/procfs -lang=go1.23 -complete -installsuffix shared -buildid H8ihr21UUIsOw2ZoRrqU/H8ihr21UUIsOw2ZoRrqU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1860/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_x86.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:21:16.7889778Z [00:04:10.128]➜  go tool buildid -w $WORK/b1859/_pkg_.a # internal
2025-08-20T21:21:16.7936727Z [00:04:10.133]➜  cp $WORK/b1859/_pkg_.a /root/.cache/go-build/9d/9d9a67c5a8cff3412803e11cf82237ca570a1930769234b6fa1fc2fe00aa13bb-d # internal
2025-08-20T21:21:16.7938400Z [00:04:10.133]➜  github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header
2025-08-20T21:21:16.7940818Z [00:04:10.133]➜  mkdir -p $WORK/b1865/
2025-08-20T21:21:16.7945345Z [00:04:10.133]➜  cat >/tmp/go-build3619502580/b1865/importcfg << 'EOF' # internal
2025-08-20T21:21:16.7949321Z [00:04:10.133]➜  # import config
2025-08-20T21:21:16.7953583Z [00:04:10.133]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:16.7957968Z [00:04:10.133]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:16.7962700Z [00:04:10.133]➜  EOF
2025-08-20T21:21:16.7971124Z [00:04:10.133]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1865/_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/b1865=>" -p github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header -lang=go1.22 -complete -installsuffix shared -buildid P00dM2hTmNu6bb8r_tnA/P00dM2hTmNu6bb8r_tnA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1865/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:21:16.8003396Z [00:04:10.138]➜  go tool buildid -w $WORK/b1854/_pkg_.a # internal
2025-08-20T21:21:16.8011139Z [00:04:10.140]➜  cp $WORK/b1854/_pkg_.a /root/.cache/go-build/d2/d283a2dcc17e998dbf4e505f9955bd7d320783cd667d64abc86ba10404c3ca8f-d # internal
2025-08-20T21:21:16.8017264Z [00:04:10.141]➜  github.com/prometheus/common/model
2025-08-20T21:21:16.8017887Z [00:04:10.141]➜  mkdir -p $WORK/b1855/
2025-08-20T21:21:16.8021992Z [00:04:10.141]➜  cat >/tmp/go-build3619502580/b1855/importcfg << 'EOF' # internal
2025-08-20T21:21:16.8026549Z [00:04:10.141]➜  # import config
2025-08-20T21:21:16.8027254Z [00:04:10.141]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:16.8028168Z [00:04:10.141]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:16.8029021Z [00:04:10.141]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:16.8029789Z [00:04:10.141]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:16.8030940Z [00:04:10.141]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build3619502580/b1854/_pkg_.a
2025-08-20T21:21:16.8032512Z [00:04:10.141]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:21:16.8033545Z [00:04:10.141]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:16.8034356Z [00:04:10.141]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:16.8035161Z [00:04:10.141]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:21:16.8035940Z [00:04:10.141]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:16.8036717Z [00:04:10.141]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:16.8037515Z [00:04:10.141]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:16.8038307Z [00:04:10.141]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:16.8039140Z [00:04:10.141]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:16.8039759Z [00:04:10.141]➜  EOF
2025-08-20T21:21:16.8051648Z [00:04:10.141]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1855/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model=>github.com/prometheus/common@v0.63.0/model;$WORK/b1855=>" -p github.com/prometheus/common/model -lang=go1.21 -complete -installsuffix shared -buildid O6F4XN3b0NmqmM3lH3tB/O6F4XN3b0NmqmM3lH3tB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1855/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:21:16.8398700Z [00:04:10.179]➜  go tool buildid -w $WORK/b1865/_pkg_.a # internal
2025-08-20T21:21:16.8453366Z [00:04:10.184]➜  cp $WORK/b1865/_pkg_.a /root/.cache/go-build/a0/a0d5161b9eb40dc24b0b0f895973f0ad1cd85f59a100e4e8580752cd0ed9384a-d # internal
2025-08-20T21:21:16.8454762Z [00:04:10.184]➜  github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil
2025-08-20T21:21:16.8455526Z [00:04:10.184]➜  mkdir -p $WORK/b1864/
2025-08-20T21:21:16.8594973Z [00:04:10.199]➜  cat >/tmp/go-build3619502580/b1864/importcfg << 'EOF' # internal
2025-08-20T21:21:16.8596567Z [00:04:10.199]➜  # import config
2025-08-20T21:21:16.8598287Z [00:04:10.199]➜  packagefile github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header=/tmp/go-build3619502580/b1865/_pkg_.a
2025-08-20T21:21:16.8601557Z [00:04:10.199]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:16.8602392Z [00:04:10.199]➜  EOF
2025-08-20T21:21:16.8607785Z [00:04:10.199]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1864/_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/b1864=>" -p github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil -lang=go1.22 -complete -installsuffix shared -buildid U9FlRLpQfZLAvsDNRhmK/U9FlRLpQfZLAvsDNRhmK -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/internal/github.com/golang/gddo/httputil/negotiate.go
2025-08-20T21:21:16.8891512Z [00:04:10.228]➜  go tool buildid -w $WORK/b1864/_pkg_.a # internal
2025-08-20T21:21:16.8917522Z [00:04:10.229]➜  cp $WORK/b1864/_pkg_.a /root/.cache/go-build/fb/fb08c8e8e894883c045a8a8992362f70731116a4b8606a578189abdfab46dd94-d # internal
2025-08-20T21:21:16.8926072Z [00:04:10.231]➜  github.com/prometheus/client_golang/prometheus/promhttp/internal
2025-08-20T21:21:16.8926861Z [00:04:10.231]➜  mkdir -p $WORK/b1866/
2025-08-20T21:21:16.8927633Z [00:04:10.231]➜  cat >/tmp/go-build3619502580/b1866/importcfg << 'EOF' # internal
2025-08-20T21:21:16.8928344Z [00:04:10.231]➜  # import config
2025-08-20T21:21:16.8929014Z [00:04:10.231]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:16.8929630Z [00:04:10.231]➜  EOF
2025-08-20T21:21:16.8934620Z [00:04:10.231]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1866/_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/b1866=>" -p github.com/prometheus/client_golang/prometheus/promhttp/internal -lang=go1.22 -complete -installsuffix shared -buildid XtCPR9IimFHrxdKhIRP0/XtCPR9IimFHrxdKhIRP0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1866/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/promhttp/internal/compression.go
2025-08-20T21:21:16.8997986Z [00:04:10.239]➜  go tool buildid -w $WORK/b1866/_pkg_.a # internal
2025-08-20T21:21:16.9000482Z [00:04:10.239]➜  cp $WORK/b1866/_pkg_.a /root/.cache/go-build/58/584decfa984549dfcb4f16491e0a68d0776f4ef5eefe9827b9916219cf965440-d # internal
2025-08-20T21:21:16.9004222Z [00:04:10.239]➜  github.com/vadv/gopher-lua-libs/regexp
2025-08-20T21:21:16.9008448Z [00:04:10.240]➜  mkdir -p $WORK/b1867/
2025-08-20T21:21:16.9009240Z [00:04:10.240]➜  cat >/tmp/go-build3619502580/b1867/importcfg << 'EOF' # internal
2025-08-20T21:21:16.9010176Z [00:04:10.240]➜  # import config
2025-08-20T21:21:16.9011028Z [00:04:10.240]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:16.9012236Z [00:04:10.240]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:16.9012884Z [00:04:10.240]➜  EOF
2025-08-20T21:21:16.9017132Z [00:04:10.240]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1867/_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/b1867=>" -p github.com/vadv/gopher-lua-libs/regexp -lang=go1.16 -complete -installsuffix shared -buildid 1x9gL7tEWeUVJnVIdvbO/1x9gL7tEWeUVJnVIdvbO -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/regexp/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/regexp/loader.go
2025-08-20T21:21:16.9959941Z [00:04:10.335]➜  go tool buildid -w $WORK/b1867/_pkg_.a # internal
2025-08-20T21:21:16.9993285Z [00:04:10.338]➜  cp $WORK/b1867/_pkg_.a /root/.cache/go-build/d4/d4d19132d5c3cda3e1a22a2cb6dedc3613ba9edace920249d1b74ae2cc4547a6-d # internal
2025-08-20T21:21:17.0001117Z [00:04:10.339]➜  github.com/vadv/gopher-lua-libs/runtime
2025-08-20T21:21:17.0001938Z [00:04:10.339]➜  mkdir -p $WORK/b1868/
2025-08-20T21:21:17.0012003Z [00:04:10.340]➜  cat >/tmp/go-build3619502580/b1868/importcfg << 'EOF' # internal
2025-08-20T21:21:17.0012686Z [00:04:10.340]➜  # import config
2025-08-20T21:21:17.0013509Z [00:04:10.340]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:17.0014405Z [00:04:10.340]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:17.0015021Z [00:04:10.340]➜  EOF
2025-08-20T21:21:17.0019443Z [00:04:10.340]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1868/_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/b1868=>" -p github.com/vadv/gopher-lua-libs/runtime -lang=go1.16 -complete -installsuffix shared -buildid OD8D_lqpXrhEKmRjBadD/OD8D_lqpXrhEKmRjBadD -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/runtime/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/runtime/loader.go
2025-08-20T21:21:17.0266437Z [00:04:10.366]➜  go tool buildid -w $WORK/b1868/_pkg_.a # internal
2025-08-20T21:21:17.0305322Z [00:04:10.370]➜  cp $WORK/b1868/_pkg_.a /root/.cache/go-build/20/20e96fc8c818ee0bc85cd8e113310b53a7cfcfcf129322c82f247451a1c686fe-d # internal
2025-08-20T21:21:17.0310058Z [00:04:10.370]➜  github.com/vadv/gopher-lua-libs/storage/drivers/interfaces
2025-08-20T21:21:17.0313072Z [00:04:10.370]➜  mkdir -p $WORK/b1871/
2025-08-20T21:21:17.0327167Z [00:04:10.372]➜  cat >/tmp/go-build3619502580/b1871/importcfg << 'EOF' # internal
2025-08-20T21:21:17.0333469Z [00:04:10.372]➜  # import config
2025-08-20T21:21:17.0334335Z [00:04:10.372]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:17.0335086Z [00:04:10.372]➜  EOF
2025-08-20T21:21:17.0339731Z [00:04:10.372]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1871/_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/b1871=>" -p github.com/vadv/gopher-lua-libs/storage/drivers/interfaces -lang=go1.16 -complete -installsuffix shared -buildid -8rp1naBqWFQ7Jrtb920/-8rp1naBqWFQ7Jrtb920 -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/storage/drivers/interfaces/interfaces.go
2025-08-20T21:21:17.0768567Z [00:04:10.416]➜  go tool buildid -w $WORK/b1871/_pkg_.a # internal
2025-08-20T21:21:17.0777542Z [00:04:10.417]➜  cp $WORK/b1871/_pkg_.a /root/.cache/go-build/69/69d466f2188800b1a3306a5abff5b7be655a5c564a6ed5b459ea41f6d01b3892-d # internal
2025-08-20T21:21:17.0792797Z [00:04:10.418]➜  github.com/vadv/gopher-lua-libs/storage/drivers/memory
2025-08-20T21:21:17.0798237Z [00:04:10.419]➜  mkdir -p $WORK/b1872/
2025-08-20T21:21:17.0799002Z [00:04:10.419]➜  cat >/tmp/go-build3619502580/b1872/importcfg << 'EOF' # internal
2025-08-20T21:21:17.0799778Z [00:04:10.419]➜  # import config
2025-08-20T21:21:17.0801096Z [00:04:10.419]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:17.0804260Z [00:04:10.419]➜  packagefile github.com/vadv/gopher-lua-libs/json=/tmp/go-build3619502580/b1826/_pkg_.a
2025-08-20T21:21:17.0805609Z [00:04:10.419]➜  packagefile github.com/vadv/gopher-lua-libs/storage/drivers/interfaces=/tmp/go-build3619502580/b1871/_pkg_.a
2025-08-20T21:21:17.0806837Z [00:04:10.419]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:17.0807599Z [00:04:10.419]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:17.0808456Z [00:04:10.419]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:21:17.0809123Z [00:04:10.419]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:17.0809788Z [00:04:10.419]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:17.0810470Z [00:04:10.419]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:17.0810978Z [00:04:10.419]➜  EOF
2025-08-20T21:21:17.0815586Z [00:04:10.419]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1872/_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/b1872=>" -p github.com/vadv/gopher-lua-libs/storage/drivers/memory -lang=go1.16 -complete -installsuffix shared -buildid Q1Ka_Um2pGC8MGPkWhba/Q1Ka_Um2pGC8MGPkWhba -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/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:21:17.1023497Z [00:04:10.442]➜  go tool buildid -w $WORK/b1855/_pkg_.a # internal
2025-08-20T21:21:17.1064538Z [00:04:10.445]➜  cp $WORK/b1855/_pkg_.a /root/.cache/go-build/59/599f07a8d3f2fa74ffb60cf3834618a4ff089c5eb9f62a42eca0ef46f811bf1b-d # internal
2025-08-20T21:21:17.1067869Z [00:04:10.446]➜  github.com/prometheus/client_golang/prometheus/internal
2025-08-20T21:21:17.1068607Z [00:04:10.446]➜  mkdir -p $WORK/b1853/
2025-08-20T21:21:17.1073428Z [00:04:10.446]➜  cat >/tmp/go-build3619502580/b1853/importcfg << 'EOF' # internal
2025-08-20T21:21:17.1076216Z [00:04:10.446]➜  # import config
2025-08-20T21:21:17.1091983Z [00:04:10.446]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:21:17.1094813Z [00:04:10.446]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:17.1095595Z [00:04:10.446]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:17.1096608Z [00:04:10.447]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build3619502580/b1854/_pkg_.a
2025-08-20T21:21:17.1097796Z [00:04:10.447]➜  packagefile github.com/prometheus/common/model=/tmp/go-build3619502580/b1855/_pkg_.a
2025-08-20T21:21:17.1098728Z [00:04:10.447]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:17.1099472Z [00:04:10.447]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:17.1100234Z [00:04:10.447]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:21:17.1101019Z [00:04:10.447]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:17.1104163Z [00:04:10.447]➜  packagefile runtime/metrics=/tmp/go-build3619502580/b1856/_pkg_.a
2025-08-20T21:21:17.1105003Z [00:04:10.447]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:17.1105771Z [00:04:10.447]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:17.1106562Z [00:04:10.447]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:17.1107317Z [00:04:10.447]➜  EOF
2025-08-20T21:21:17.1129684Z [00:04:10.452]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1853/_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/b1853=>" -p github.com/prometheus/client_golang/prometheus/internal -lang=go1.22 -complete -installsuffix shared -buildid lb-UAlc1ySO2hbnhB9Wa/lb-UAlc1ySO2hbnhB9Wa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1853/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:21:17.1276097Z [00:04:10.467]➜  go tool buildid -w $WORK/b1872/_pkg_.a # internal
2025-08-20T21:21:17.1316531Z [00:04:10.471]➜  cp $WORK/b1872/_pkg_.a /root/.cache/go-build/8d/8df813458e3d618421d1dc265d9614097d70f12a6e80cafdae7cdccd0ae9e281-d # internal
2025-08-20T21:21:17.1317875Z [00:04:10.471]➜  github.com/prometheus/common/expfmt
2025-08-20T21:21:17.1319644Z [00:04:10.471]➜  mkdir -p $WORK/b1857/
2025-08-20T21:21:17.1321092Z [00:04:10.471]➜  cat >/tmp/go-build3619502580/b1857/importcfg << 'EOF' # internal
2025-08-20T21:21:17.1321876Z [00:04:10.471]➜  # import config
2025-08-20T21:21:17.1322435Z [00:04:10.471]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:21:17.1323377Z [00:04:10.471]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:17.1324070Z [00:04:10.471]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:17.1324751Z [00:04:10.471]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:17.1325566Z [00:04:10.471]➜  packagefile github.com/munnerz/goautoneg=/tmp/go-build3619502580/b1858/_pkg_.a
2025-08-20T21:21:17.1326567Z [00:04:10.471]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build3619502580/b1854/_pkg_.a
2025-08-20T21:21:17.1327583Z [00:04:10.471]➜  packagefile github.com/prometheus/common/model=/tmp/go-build3619502580/b1855/_pkg_.a
2025-08-20T21:21:17.1328746Z [00:04:10.471]➜  packagefile google.golang.org/protobuf/encoding/protodelim=/tmp/go-build3619502580/b1859/_pkg_.a
2025-08-20T21:21:17.1331555Z [00:04:10.471]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build3619502580/b1241/_pkg_.a
2025-08-20T21:21:17.1332815Z [00:04:10.471]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:21:17.1334037Z [00:04:10.471]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3619502580/b1292/_pkg_.a
2025-08-20T21:21:17.1335043Z [00:04:10.471]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:17.1335732Z [00:04:10.471]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:17.1336423Z [00:04:10.471]➜  packagefile mime=/tmp/go-build3619502580/b179/_pkg_.a
2025-08-20T21:21:17.1337147Z [00:04:10.471]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:17.1337894Z [00:04:10.471]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:17.1338632Z [00:04:10.471]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:17.1339343Z [00:04:10.471]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:17.1340097Z [00:04:10.471]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:17.1340703Z [00:04:10.471]➜  EOF
2025-08-20T21:21:17.1347125Z [00:04:10.471]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1857/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/common@v0.63.0/expfmt=>github.com/prometheus/common@v0.63.0/expfmt;$WORK/b1857=>" -p github.com/prometheus/common/expfmt -lang=go1.21 -complete -installsuffix shared -buildid Rh_KVD7IWw2eqMGf-iyv/Rh_KVD7IWw2eqMGf-iyv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1857/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:21:17.2073266Z [00:04:10.546]➜  go tool buildid -w $WORK/b1853/_pkg_.a # internal
2025-08-20T21:21:17.2098097Z [00:04:10.549]➜  cp $WORK/b1853/_pkg_.a /root/.cache/go-build/29/293d35c8d65d3534375527b332e16f560710999cd8f9ab9564a5826823f7707f-d # internal
2025-08-20T21:21:17.2139150Z [00:04:10.553]➜  github.com/vadv/gopher-lua-libs/storage/drivers
2025-08-20T21:21:17.2140338Z [00:04:10.553]➜  mkdir -p $WORK/b1870/
2025-08-20T21:21:17.2156041Z [00:04:10.555]➜  cat >/tmp/go-build3619502580/b1870/importcfg << 'EOF' # internal
2025-08-20T21:21:17.2157354Z [00:04:10.555]➜  # import config
2025-08-20T21:21:17.2158563Z [00:04:10.555]➜  packagefile github.com/vadv/gopher-lua-libs/storage/drivers/interfaces=/tmp/go-build3619502580/b1871/_pkg_.a
2025-08-20T21:21:17.2160072Z [00:04:10.555]➜  packagefile github.com/vadv/gopher-lua-libs/storage/drivers/memory=/tmp/go-build3619502580/b1872/_pkg_.a
2025-08-20T21:21:17.2160944Z [00:04:10.555]➜  EOF
2025-08-20T21:21:17.2165127Z [00:04:10.555]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1870/_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/b1870=>" -p github.com/vadv/gopher-lua-libs/storage/drivers -lang=go1.16 -complete -installsuffix shared -buildid 0MPxU4lT8umZXoA6AIFm/0MPxU4lT8umZXoA6AIFm -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/drivers.go
2025-08-20T21:21:17.2387124Z [00:04:10.578]➜  go tool buildid -w $WORK/b1870/_pkg_.a # internal
2025-08-20T21:21:17.2397288Z [00:04:10.579]➜  cp $WORK/b1870/_pkg_.a /root/.cache/go-build/51/51ce187e49e3fe35917cdbe42135eee957e9d486db81440fefa96df1824621e4-d # internal
2025-08-20T21:21:17.2404343Z [00:04:10.580]➜  github.com/vadv/gopher-lua-libs/storage
2025-08-20T21:21:17.2415169Z [00:04:10.581]➜  mkdir -p $WORK/b1869/
2025-08-20T21:21:17.2416782Z [00:04:10.581]➜  cat >/tmp/go-build3619502580/b1869/importcfg << 'EOF' # internal
2025-08-20T21:21:17.2418630Z [00:04:10.581]➜  # import config
2025-08-20T21:21:17.2419856Z [00:04:10.581]➜  packagefile github.com/vadv/gopher-lua-libs/storage/drivers=/tmp/go-build3619502580/b1870/_pkg_.a
2025-08-20T21:21:17.2421847Z [00:04:10.581]➜  packagefile github.com/vadv/gopher-lua-libs/storage/drivers/interfaces=/tmp/go-build3619502580/b1871/_pkg_.a
2025-08-20T21:21:17.2423767Z [00:04:10.581]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:17.2424836Z [00:04:10.581]➜  EOF
2025-08-20T21:21:17.2435939Z [00:04:10.581]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1869/_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/b1869=>" -p github.com/vadv/gopher-lua-libs/storage -lang=go1.16 -complete -installsuffix shared -buildid stWBHMh89kL4TmG3-fT6/stWBHMh89kL4TmG3-fT6 -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/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/storage/loader.go
2025-08-20T21:21:17.3368502Z [00:04:10.676]➜  go tool buildid -w $WORK/b1869/_pkg_.a # internal
2025-08-20T21:21:17.3386754Z [00:04:10.678]➜  cp $WORK/b1869/_pkg_.a /root/.cache/go-build/9b/9bc0147abef60af205466be6f8517247e336199a447695696d24cb85bf1bfe40-d # internal
2025-08-20T21:21:17.3393611Z [00:04:10.678]➜  github.com/vadv/gopher-lua-libs/strings
2025-08-20T21:21:17.3428270Z [00:04:10.682]➜  mkdir -p $WORK/b1873/
2025-08-20T21:21:17.3432942Z [00:04:10.682]➜  cat >/tmp/go-build3619502580/b1873/importcfg << 'EOF' # internal
2025-08-20T21:21:17.3433681Z [00:04:10.682]➜  # import config
2025-08-20T21:21:17.3434587Z [00:04:10.682]➜  packagefile github.com/vadv/gopher-lua-libs/io=/tmp/go-build3619502580/b1822/_pkg_.a
2025-08-20T21:21:17.3435785Z [00:04:10.682]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:17.3436783Z [00:04:10.682]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:17.3437427Z [00:04:10.682]➜  EOF
2025-08-20T21:21:17.3447783Z [00:04:10.683]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1873/_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/b1873=>" -p github.com/vadv/gopher-lua-libs/strings -lang=go1.16 -complete -installsuffix shared -buildid UFlP2VAl7e7YBCqjjn05/UFlP2VAl7e7YBCqjjn05 -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/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:21:17.4275456Z [00:04:10.767]➜  go tool buildid -w $WORK/b1873/_pkg_.a # internal
2025-08-20T21:21:17.4292580Z [00:04:10.768]➜  cp $WORK/b1873/_pkg_.a /root/.cache/go-build/99/99364382d92a983722de46b3ef36f8a6f1742f00bef63edb166d53f14b72070a-d # internal
2025-08-20T21:21:17.4300998Z [00:04:10.769]➜  github.com/vadv/gopher-lua-libs/tac
2025-08-20T21:21:17.4301835Z [00:04:10.769]➜  mkdir -p $WORK/b1874/
2025-08-20T21:21:17.4333473Z [00:04:10.772]➜  cat >/tmp/go-build3619502580/b1874/importcfg << 'EOF' # internal
2025-08-20T21:21:17.4336136Z [00:04:10.772]➜  # import config
2025-08-20T21:21:17.4336753Z [00:04:10.772]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:21:17.4338004Z [00:04:10.772]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:17.4339248Z [00:04:10.772]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:17.4340589Z [00:04:10.772]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:17.4341957Z [00:04:10.772]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:17.4342994Z [00:04:10.773]➜  EOF
2025-08-20T21:21:17.4357833Z [00:04:10.775]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1874/_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/b1874=>" -p github.com/vadv/gopher-lua-libs/tac -lang=go1.16 -complete -installsuffix shared -buildid CYZDnF3KkZV_A7nT1RwP/CYZDnF3KkZV_A7nT1RwP -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/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:21:17.4450880Z [00:04:10.784]➜  go tool buildid -w $WORK/b1857/_pkg_.a # internal
2025-08-20T21:21:17.4507543Z [00:04:10.790]➜  cp $WORK/b1857/_pkg_.a /root/.cache/go-build/52/52c180671f56096ddc19e906674ddb4538cbf0a3c9a8f7ed339493f60848b086-d # internal
2025-08-20T21:21:17.4546339Z [00:04:10.794]➜  github.com/vadv/gopher-lua-libs/tcp
2025-08-20T21:21:17.4549214Z [00:04:10.794]➜  mkdir -p $WORK/b1875/
2025-08-20T21:21:17.4554640Z [00:04:10.794]➜  cat >/tmp/go-build3619502580/b1875/importcfg << 'EOF' # internal
2025-08-20T21:21:17.4555369Z [00:04:10.794]➜  # import config
2025-08-20T21:21:17.4556243Z [00:04:10.794]➜  packagefile github.com/vadv/gopher-lua-libs/io=/tmp/go-build3619502580/b1822/_pkg_.a
2025-08-20T21:21:17.4557628Z [00:04:10.794]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:17.4558528Z [00:04:10.794]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:17.4559309Z [00:04:10.794]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:17.4559907Z [00:04:10.794]➜  EOF
2025-08-20T21:21:17.4565384Z [00:04:10.795]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1875/_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/b1875=>" -p github.com/vadv/gopher-lua-libs/tcp -lang=go1.16 -complete -installsuffix shared -buildid owrpZbLosqJLLMC81SIJ/owrpZbLosqJLLMC81SIJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1875/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:21:17.4947148Z [00:04:10.834]➜  go tool buildid -w $WORK/b1874/_pkg_.a # internal
2025-08-20T21:21:17.4970754Z [00:04:10.836]➜  cp $WORK/b1874/_pkg_.a /root/.cache/go-build/b9/b92e6a7ddde44d9983022e2467b8d59688dbffb286fccd27b8d2527a28a902d2-d # internal
2025-08-20T21:21:17.4975620Z [00:04:10.837]➜  github.com/technoweenie/multipartstreamer
2025-08-20T21:21:17.4976258Z [00:04:10.837]➜  mkdir -p $WORK/b1877/
2025-08-20T21:21:17.4976982Z [00:04:10.837]➜  cat >/tmp/go-build3619502580/b1877/importcfg << 'EOF' # internal
2025-08-20T21:21:17.4977690Z [00:04:10.837]➜  # import config
2025-08-20T21:21:17.4978344Z [00:04:10.837]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:17.4979285Z [00:04:10.837]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:17.4980054Z [00:04:10.837]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:17.4980857Z [00:04:10.837]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:17.4982609Z [00:04:10.837]➜  packagefile mime/multipart=/tmp/go-build3619502580/b180/_pkg_.a
2025-08-20T21:21:17.4983488Z [00:04:10.837]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:17.4984273Z [00:04:10.837]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:17.4985097Z [00:04:10.837]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:21:17.4985740Z [00:04:10.837]➜  EOF
2025-08-20T21:21:17.4989860Z [00:04:10.837]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1877/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/technoweenie/multipartstreamer@v1.0.1=>github.com/technoweenie/multipartstreamer@v1.0.1;$WORK/b1877=>" -p github.com/technoweenie/multipartstreamer -lang=go1.16 -complete -installsuffix shared -buildid SL_46SEl9DMGGLW0h4mR/SL_46SEl9DMGGLW0h4mR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1877/importcfg -pack /root/go/pkg/mod/github.com/technoweenie/multipartstreamer@v1.0.1/multipartstreamer.go
2025-08-20T21:21:17.5396058Z [00:04:10.879]➜  go tool buildid -w $WORK/b1877/_pkg_.a # internal
2025-08-20T21:21:17.5414291Z [00:04:10.880]➜  cp $WORK/b1877/_pkg_.a /root/.cache/go-build/36/36f0fc4547988c3ab8b761dc67074d7b70709e20d1e8cf2fbe4475f5112759c1-d # internal
2025-08-20T21:21:17.5423355Z [00:04:10.881]➜  github.com/vadv/gopher-lua-libs/telegram
2025-08-20T21:21:17.5427763Z [00:04:10.882]➜  mkdir -p $WORK/b1876/
2025-08-20T21:21:17.5439516Z [00:04:10.883]➜  cat >/tmp/go-build3619502580/b1876/importcfg << 'EOF' # internal
2025-08-20T21:21:17.5440621Z [00:04:10.883]➜  # import config
2025-08-20T21:21:17.5442413Z [00:04:10.883]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:17.5443273Z [00:04:10.883]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:17.5444115Z [00:04:10.883]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:17.5444928Z [00:04:10.883]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:17.5446230Z [00:04:10.883]➜  packagefile github.com/technoweenie/multipartstreamer=/tmp/go-build3619502580/b1877/_pkg_.a
2025-08-20T21:21:17.5447618Z [00:04:10.883]➜  packagefile github.com/vadv/gopher-lua-libs/http/client/interface=/tmp/go-build3619502580/b1825/_pkg_.a
2025-08-20T21:21:17.5448873Z [00:04:10.883]➜  packagefile github.com/vadv/gopher-lua-libs/json=/tmp/go-build3619502580/b1826/_pkg_.a
2025-08-20T21:21:17.5449996Z [00:04:10.883]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:17.5450900Z [00:04:10.883]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:17.5451889Z [00:04:10.883]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:17.5452702Z [00:04:10.883]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:17.5453529Z [00:04:10.883]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:17.5454430Z [00:04:10.883]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:17.5455183Z [00:04:10.883]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:17.5455950Z [00:04:10.883]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:17.5456704Z [00:04:10.883]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:17.5457261Z [00:04:10.883]➜  EOF
2025-08-20T21:21:17.5471798Z [00:04:10.886]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1876/_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/b1876=>" -p github.com/vadv/gopher-lua-libs/telegram -lang=go1.16 -complete -installsuffix shared -buildid dkc9hyr0bjkXYYvsA4pu/dkc9hyr0bjkXYYvsA4pu -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/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:21:17.5532397Z [00:04:10.892]➜  go tool buildid -w $WORK/b1875/_pkg_.a # internal
2025-08-20T21:21:17.5540998Z [00:04:10.893]➜  cp $WORK/b1875/_pkg_.a /root/.cache/go-build/1d/1df4ac60b789c8a628df63c1c752205af78cd9dfc5614a5f9757de85e47efadb-d # internal
2025-08-20T21:21:17.5562929Z [00:04:10.894]➜  github.com/cbroglie/mustache
2025-08-20T21:21:17.5563508Z [00:04:10.894]➜  mkdir -p $WORK/b1879/
2025-08-20T21:21:17.5577368Z [00:04:10.897]➜  cat >/tmp/go-build3619502580/b1879/importcfg << 'EOF' # internal
2025-08-20T21:21:17.5581692Z [00:04:10.897]➜  # import config
2025-08-20T21:21:17.5586761Z [00:04:10.898]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:17.5588032Z [00:04:10.898]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:17.5590436Z [00:04:10.898]➜  packagefile html/template=/tmp/go-build3619502580/b1252/_pkg_.a
2025-08-20T21:21:17.5591810Z [00:04:10.898]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:17.5594114Z [00:04:10.898]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:17.5596290Z [00:04:10.898]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:17.5597071Z [00:04:10.898]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:21:17.5597866Z [00:04:10.898]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:17.5598681Z [00:04:10.898]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:17.5599478Z [00:04:10.898]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:17.5600309Z [00:04:10.898]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:17.5601107Z [00:04:10.898]➜  EOF
2025-08-20T21:21:17.5607561Z [00:04:10.898]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1879/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cbroglie/mustache@v1.4.0=>github.com/cbroglie/mustache@v1.4.0;$WORK/b1879=>" -p github.com/cbroglie/mustache -lang=go1.17 -complete -installsuffix shared -buildid 98OnDSwL5nGw4PyjxIlR/98OnDSwL5nGw4PyjxIlR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1879/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:21:17.7776772Z [00:04:11.117]➜  go tool buildid -w $WORK/b1879/_pkg_.a # internal
2025-08-20T21:21:17.7798710Z [00:04:11.119]➜  cp $WORK/b1879/_pkg_.a /root/.cache/go-build/d4/d4ababee3b47e98475f1c74f583ab3336a927a71b61eb71b293f04e6f5f78f90-d # internal
2025-08-20T21:21:17.7825765Z [00:04:11.122]➜  github.com/yuin/gluamapper
2025-08-20T21:21:17.7828719Z [00:04:11.122]➜  mkdir -p $WORK/b1880/
2025-08-20T21:21:17.7832798Z [00:04:11.122]➜  cat >/tmp/go-build3619502580/b1880/importcfg << 'EOF' # internal
2025-08-20T21:21:17.7835283Z [00:04:11.123]➜  # import config
2025-08-20T21:21:17.7838592Z [00:04:11.123]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:17.7839450Z [00:04:11.123]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:17.7840505Z [00:04:11.123]➜  packagefile github.com/mitchellh/mapstructure=/tmp/go-build3619502580/b1732/_pkg_.a
2025-08-20T21:21:17.7841903Z [00:04:11.123]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:17.7843103Z [00:04:11.123]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:17.7843977Z [00:04:11.123]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:17.7844636Z [00:04:11.123]➜  EOF
2025-08-20T21:21:17.7848754Z [00:04:11.123]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1880/_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/b1880=>" -p github.com/yuin/gluamapper -lang=go1.16 -complete -installsuffix shared -buildid GDcfc-sQPbIMIrAf-MSV/GDcfc-sQPbIMIrAf-MSV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1880/importcfg -pack /root/go/pkg/mod/github.com/yuin/gluamapper@v0.0.0-20150323120927-d836955830e7/gluamapper.go
2025-08-20T21:21:17.8400096Z [00:04:11.179]➜  go tool buildid -w $WORK/b1880/_pkg_.a # internal
2025-08-20T21:21:17.8409414Z [00:04:11.180]➜  cp $WORK/b1880/_pkg_.a /root/.cache/go-build/20/20bf471249f4bc5a62fc985a554713e9a53c135765e41a85701749a99293c5a6-d # internal
2025-08-20T21:21:17.8426877Z [00:04:11.182]➜  github.com/vadv/gopher-lua-libs/template
2025-08-20T21:21:17.8429869Z [00:04:11.182]➜  mkdir -p $WORK/b1878/
2025-08-20T21:21:17.8434238Z [00:04:11.183]➜  cat >/tmp/go-build3619502580/b1878/importcfg << 'EOF' # internal
2025-08-20T21:21:17.8445810Z [00:04:11.183]➜  # import config
2025-08-20T21:21:17.8446493Z [00:04:11.183]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:17.8447498Z [00:04:11.183]➜  packagefile github.com/cbroglie/mustache=/tmp/go-build3619502580/b1879/_pkg_.a
2025-08-20T21:21:17.8448615Z [00:04:11.183]➜  packagefile github.com/yuin/gluamapper=/tmp/go-build3619502580/b1880/_pkg_.a
2025-08-20T21:21:17.8449723Z [00:04:11.183]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:17.8450707Z [00:04:11.183]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:17.8451753Z [00:04:11.183]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:17.8452379Z [00:04:11.183]➜  EOF
2025-08-20T21:21:17.8457284Z [00:04:11.183]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1878/_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/b1878=>" -p github.com/vadv/gopher-lua-libs/template -lang=go1.16 -complete -installsuffix shared -buildid OwruHh2Kz_41bISd581a/OwruHh2Kz_41bISd581a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1878/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:21:17.8553089Z [00:04:11.194]➜  go tool buildid -w $WORK/b1860/_pkg_.a # internal
2025-08-20T21:21:17.8695723Z [00:04:11.209]➜  cp $WORK/b1860/_pkg_.a /root/.cache/go-build/da/da7fe8d5516f8163db72d2a177208500d224762ebb38693517119c737e1dba5e-d # internal
2025-08-20T21:21:17.8710102Z [00:04:11.210]➜  github.com/prometheus/client_golang/prometheus
2025-08-20T21:21:17.8713425Z [00:04:11.210]➜  mkdir -p $WORK/b1851/
2025-08-20T21:21:17.8727773Z [00:04:11.212]➜  cat >/tmp/go-build3619502580/b1851/importcfg << 'EOF' # internal
2025-08-20T21:21:17.8741473Z [00:04:11.212]➜  # import config
2025-08-20T21:21:17.8742110Z [00:04:11.212]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:17.8742895Z [00:04:11.212]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:17.8743652Z [00:04:11.212]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:17.8744353Z [00:04:11.212]➜  packagefile expvar=/tmp/go-build3619502580/b189/_pkg_.a
2025-08-20T21:21:17.8745041Z [00:04:11.212]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:17.8745913Z [00:04:11.212]➜  packagefile github.com/beorn7/perks/quantile=/tmp/go-build3619502580/b1852/_pkg_.a
2025-08-20T21:21:17.8747041Z [00:04:11.212]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build3619502580/b1584/_pkg_.a
2025-08-20T21:21:17.8748184Z [00:04:11.212]➜  packagefile github.com/prometheus/client_golang/prometheus/internal=/tmp/go-build3619502580/b1853/_pkg_.a
2025-08-20T21:21:17.8749365Z [00:04:11.212]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build3619502580/b1854/_pkg_.a
2025-08-20T21:21:17.8750580Z [00:04:11.212]➜  packagefile github.com/prometheus/common/expfmt=/tmp/go-build3619502580/b1857/_pkg_.a
2025-08-20T21:21:17.8752138Z [00:04:11.212]➜  packagefile github.com/prometheus/common/model=/tmp/go-build3619502580/b1855/_pkg_.a
2025-08-20T21:21:17.8753301Z [00:04:11.212]➜  packagefile github.com/prometheus/procfs=/tmp/go-build3619502580/b1860/_pkg_.a
2025-08-20T21:21:17.8754626Z [00:04:11.212]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:21:17.8755943Z [00:04:11.212]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3619502580/b1292/_pkg_.a
2025-08-20T21:21:17.8757014Z [00:04:11.212]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:17.8757759Z [00:04:11.212]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:17.8758574Z [00:04:11.212]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:21:17.8759417Z [00:04:11.212]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:17.8760260Z [00:04:11.212]➜  packagefile runtime/debug=/tmp/go-build3619502580/b197/_pkg_.a
2025-08-20T21:21:17.8761162Z [00:04:11.212]➜  packagefile runtime/metrics=/tmp/go-build3619502580/b1856/_pkg_.a
2025-08-20T21:21:17.8762179Z [00:04:11.212]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:17.8762967Z [00:04:11.212]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:17.8763760Z [00:04:11.212]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:17.8764506Z [00:04:11.212]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:17.8765297Z [00:04:11.212]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:17.8766074Z [00:04:11.212]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:17.8767021Z [00:04:11.212]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:17.8767772Z [00:04:11.212]➜  EOF
2025-08-20T21:21:17.8794544Z [00:04:11.217]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1851/_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/b1851=>" -p github.com/prometheus/client_golang/prometheus -lang=go1.22 -complete -installsuffix shared -buildid yMrIe9Qhn1jOd_9pesA5/yMrIe9Qhn1jOd_9pesA5 -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/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:21:17.8949266Z [00:04:11.234]➜  go tool buildid -w $WORK/b1876/_pkg_.a # internal
2025-08-20T21:21:17.8957801Z [00:04:11.235]➜  go tool buildid -w $WORK/b1878/_pkg_.a # internal
2025-08-20T21:21:17.8974485Z [00:04:11.237]➜  cp $WORK/b1878/_pkg_.a /root/.cache/go-build/7b/7bc7814d187e224c1f8cec61db2f9c66f452451765da7ec0cb7902cc699b0af9-d # internal
2025-08-20T21:21:17.8994530Z [00:04:11.239]➜  github.com/vadv/gopher-lua-libs/time
2025-08-20T21:21:17.9003909Z [00:04:11.239]➜  mkdir -p $WORK/b1881/
2025-08-20T21:21:17.9004693Z [00:04:11.239]➜  cat >/tmp/go-build3619502580/b1881/importcfg << 'EOF' # internal
2025-08-20T21:21:17.9005479Z [00:04:11.239]➜  # import config
2025-08-20T21:21:17.9006439Z [00:04:11.239]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:17.9007433Z [00:04:11.239]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:17.9008176Z [00:04:11.239]➜  EOF
2025-08-20T21:21:17.9012448Z [00:04:11.239]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1881/_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/b1881=>" -p github.com/vadv/gopher-lua-libs/time -lang=go1.16 -complete -installsuffix shared -buildid 0c5LZB3AEiEKcjJWzDu0/0c5LZB3AEiEKcjJWzDu0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1881/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:21:17.9021386Z [00:04:11.241]➜  cp $WORK/b1876/_pkg_.a /root/.cache/go-build/c9/c99b05b9f0b0d34584d24005d5ec771d553075db05801f51c6e3e760b9626aa7-d # internal
2025-08-20T21:21:17.9022695Z [00:04:11.241]➜  golang.org/x/net/html
2025-08-20T21:21:17.9023320Z [00:04:11.241]➜  mkdir -p $WORK/b1884/
2025-08-20T21:21:17.9024178Z [00:04:11.241]➜  cat >/tmp/go-build3619502580/b1884/importcfg << 'EOF' # internal
2025-08-20T21:21:17.9025003Z [00:04:11.241]➜  # import config
2025-08-20T21:21:17.9025844Z [00:04:11.241]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:21:17.9026901Z [00:04:11.241]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:17.9031862Z [00:04:11.241]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:17.9034629Z [00:04:11.241]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:17.9035558Z [00:04:11.242]➜  packagefile golang.org/x/net/html/atom=/tmp/go-build3619502580/b1885/_pkg_.a
2025-08-20T21:21:17.9036439Z [00:04:11.242]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:17.9037178Z [00:04:11.242]➜  packagefile iter=/tmp/go-build3619502580/b039/_pkg_.a
2025-08-20T21:21:17.9037960Z [00:04:11.242]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:17.9038773Z [00:04:11.242]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:17.9039755Z [00:04:11.242]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:17.9047058Z [00:04:11.244]➜  EOF
2025-08-20T21:21:17.9054415Z [00:04:11.244]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1884/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/html=>golang.org/x/net@v0.39.0/html;$WORK/b1884=>" -p golang.org/x/net/html -lang=go1.23 -complete -installsuffix shared -buildid iCbfe1cRf17MHTVXOCpy/iCbfe1cRf17MHTVXOCpy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1884/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:21:17.9325525Z [00:04:11.272]➜  go tool buildid -w $WORK/b1881/_pkg_.a # internal
2025-08-20T21:21:17.9337431Z [00:04:11.273]➜  cp $WORK/b1881/_pkg_.a /root/.cache/go-build/42/424478c0abc04fe5c3edf7f9ed174c6a181d37b63d6ffa441441498c9a5bd326-d # internal
2025-08-20T21:21:17.9343461Z [00:04:11.274]➜  gopkg.in/yaml.v2
2025-08-20T21:21:17.9346974Z [00:04:11.274]➜  mkdir -p $WORK/b1887/
2025-08-20T21:21:17.9351086Z [00:04:11.274]➜  cat >/tmp/go-build3619502580/b1887/importcfg << 'EOF' # internal
2025-08-20T21:21:17.9362116Z [00:04:11.274]➜  # import config
2025-08-20T21:21:17.9362868Z [00:04:11.274]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:17.9363725Z [00:04:11.274]➜  packagefile encoding=/tmp/go-build3619502580/b059/_pkg_.a
2025-08-20T21:21:17.9364683Z [00:04:11.274]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:17.9365608Z [00:04:11.274]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:17.9366452Z [00:04:11.274]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:17.9367570Z [00:04:11.274]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:17.9368399Z [00:04:11.274]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:17.9369352Z [00:04:11.274]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:17.9370190Z [00:04:11.274]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:17.9371048Z [00:04:11.274]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:17.9372059Z [00:04:11.274]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:17.9372907Z [00:04:11.274]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:17.9373720Z [00:04:11.274]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:17.9374539Z [00:04:11.274]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:17.9375371Z [00:04:11.274]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:21:17.9376304Z [00:04:11.274]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:17.9376981Z [00:04:11.274]➜  EOF
2025-08-20T21:21:17.9384147Z [00:04:11.274]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1887/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0=>gopkg.in/yaml.v2@v2.4.0;$WORK/b1887=>" -p gopkg.in/yaml.v2 -lang=go1.15 -complete -installsuffix shared -buildid gu-TbjL_AyIN-WHQ_nrS/gu-TbjL_AyIN-WHQ_nrS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1887/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:21:18.3997493Z [00:04:11.739]➜  go tool buildid -w $WORK/b1884/_pkg_.a # internal
2025-08-20T21:21:18.4133888Z [00:04:11.752]➜  cp $WORK/b1884/_pkg_.a /root/.cache/go-build/7e/7e9531f82300d2ce220a989de32a62a35638bc39135b5dcbb34fad5123b82bbe-d # internal
2025-08-20T21:21:18.4142086Z [00:04:11.753]➜  gopkg.in/xmlpath.v2
2025-08-20T21:21:18.4148894Z [00:04:11.754]➜  mkdir -p $WORK/b1883/
2025-08-20T21:21:18.4187460Z [00:04:11.758]➜  cat >/tmp/go-build3619502580/b1883/importcfg << 'EOF' # internal
2025-08-20T21:21:18.4201719Z [00:04:11.758]➜  # import config
2025-08-20T21:21:18.4202686Z [00:04:11.758]➜  packagefile encoding/xml=/tmp/go-build3619502580/b299/_pkg_.a
2025-08-20T21:21:18.4203583Z [00:04:11.758]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:18.4224864Z [00:04:11.758]➜  packagefile golang.org/x/net/html=/tmp/go-build3619502580/b1884/_pkg_.a
2025-08-20T21:21:18.4225832Z [00:04:11.758]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:18.4226686Z [00:04:11.758]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:18.4227548Z [00:04:11.758]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:18.4228433Z [00:04:11.758]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:18.4229112Z [00:04:11.758]➜  EOF
2025-08-20T21:21:18.4259738Z [00:04:11.765]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1883/_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/b1883=>" -p gopkg.in/xmlpath.v2 -lang=go1.16 -complete -installsuffix shared -buildid xrX1JlWH2bf_m9aPV7IG/xrX1JlWH2bf_m9aPV7IG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1883/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:21:18.6910931Z [00:04:12.030]➜  go tool buildid -w $WORK/b1883/_pkg_.a # internal
2025-08-20T21:21:18.6926791Z [00:04:12.032]➜  cp $WORK/b1883/_pkg_.a /root/.cache/go-build/e4/e4b780d4a3803c2f8bb3778601c56d237680f7ee025df33cf717b84a02689030-d # internal
2025-08-20T21:21:18.6940851Z [00:04:12.033]➜  github.com/vadv/gopher-lua-libs/xmlpath
2025-08-20T21:21:18.6943672Z [00:04:12.033]➜  mkdir -p $WORK/b1882/
2025-08-20T21:21:18.6950576Z [00:04:12.033]➜  cat >/tmp/go-build3619502580/b1882/importcfg << 'EOF' # internal
2025-08-20T21:21:18.6951327Z [00:04:12.033]➜  # import config
2025-08-20T21:21:18.6951965Z [00:04:12.033]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:18.6952870Z [00:04:12.033]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:18.6953878Z [00:04:12.033]➜  packagefile gopkg.in/xmlpath.v2=/tmp/go-build3619502580/b1883/_pkg_.a
2025-08-20T21:21:18.6954511Z [00:04:12.033]➜  EOF
2025-08-20T21:21:18.6957983Z [00:04:12.033]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1882/_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/b1882=>" -p github.com/vadv/gopher-lua-libs/xmlpath -lang=go1.16 -complete -installsuffix shared -buildid hxpBvAYwKH0uOSqYrnku/hxpBvAYwKH0uOSqYrnku -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1882/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:21:18.7409627Z [00:04:12.080]➜  go tool buildid -w $WORK/b1882/_pkg_.a # internal
2025-08-20T21:21:18.7423075Z [00:04:12.082]➜  cp $WORK/b1882/_pkg_.a /root/.cache/go-build/05/052d402cc5bf1415cb66abb953b84f4d8f221398b158c8242c6873b22b0f8b44-d # internal
2025-08-20T21:21:18.7430773Z [00:04:12.082]➜  github.com/vadv/gopher-lua-libs/zabbix
2025-08-20T21:21:18.7440554Z [00:04:12.082]➜  mkdir -p $WORK/b1888/
2025-08-20T21:21:18.7445386Z [00:04:12.083]➜  cat >/tmp/go-build3619502580/b1888/importcfg << 'EOF' # internal
2025-08-20T21:21:18.7451725Z [00:04:12.083]➜  # import config
2025-08-20T21:21:18.7452338Z [00:04:12.083]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:18.7453175Z [00:04:12.083]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:18.7454129Z [00:04:12.083]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:18.7455260Z [00:04:12.083]➜  packagefile github.com/vadv/gopher-lua-libs/http/client/interface=/tmp/go-build3619502580/b1825/_pkg_.a
2025-08-20T21:21:18.7456580Z [00:04:12.083]➜  packagefile github.com/vadv/gopher-lua-libs/json=/tmp/go-build3619502580/b1826/_pkg_.a
2025-08-20T21:21:18.7457685Z [00:04:12.083]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:18.7458571Z [00:04:12.083]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:18.7459312Z [00:04:12.083]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:21:18.7460096Z [00:04:12.083]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:18.7460878Z [00:04:12.083]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:18.7466327Z [00:04:12.083]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:18.7467114Z [00:04:12.083]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:18.7467884Z [00:04:12.083]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:18.7468646Z [00:04:12.083]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:18.7469206Z [00:04:12.083]➜  EOF
2025-08-20T21:21:18.7474125Z [00:04:12.083]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1888/_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/b1888=>" -p github.com/vadv/gopher-lua-libs/zabbix -lang=go1.16 -complete -installsuffix shared -buildid 4fZptpYpttO9V8khoEGe/4fZptpYpttO9V8khoEGe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1888/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:21:18.7548447Z [00:04:12.094]➜  go tool buildid -w $WORK/b1887/_pkg_.a # internal
2025-08-20T21:21:18.7590240Z [00:04:12.098]➜  cp $WORK/b1887/_pkg_.a /root/.cache/go-build/cf/cf5393b21a0b4e18161887c081fd7a9961ef80336910180fb86df7a611db56ad-d # internal
2025-08-20T21:21:18.7594404Z [00:04:12.099]➜  github.com/vadv/gopher-lua-libs/yaml
2025-08-20T21:21:18.7596867Z [00:04:12.099]➜  mkdir -p $WORK/b1886/
2025-08-20T21:21:18.7617659Z [00:04:12.101]➜  cat >/tmp/go-build3619502580/b1886/importcfg << 'EOF' # internal
2025-08-20T21:21:18.7618373Z [00:04:12.101]➜  # import config
2025-08-20T21:21:18.7619012Z [00:04:12.101]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:18.7620003Z [00:04:12.101]➜  packagefile github.com/vadv/gopher-lua-libs/io=/tmp/go-build3619502580/b1822/_pkg_.a
2025-08-20T21:21:18.7621648Z [00:04:12.101]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:18.7623064Z [00:04:12.101]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build3619502580/b1887/_pkg_.a
2025-08-20T21:21:18.7624126Z [00:04:12.101]➜  EOF
2025-08-20T21:21:18.7629371Z [00:04:12.101]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1886/_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/b1886=>" -p github.com/vadv/gopher-lua-libs/yaml -lang=go1.16 -complete -installsuffix shared -buildid fXbWFdaL8E3ABOqy5k-V/fXbWFdaL8E3ABOqy5k-V -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/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:21:18.7715297Z [00:04:12.111]➜  go tool buildid -w $WORK/b1851/_pkg_.a # internal
2025-08-20T21:21:18.7845573Z [00:04:12.124]➜  cp $WORK/b1851/_pkg_.a /root/.cache/go-build/39/39d9d77ac541393e299c8eeee73d44ecfd4f9a13565b9f23db8ec9f67e5d8f2e-d # internal
2025-08-20T21:21:18.7848983Z [00:04:12.124]➜  github.com/prometheus/client_golang/prometheus/promhttp
2025-08-20T21:21:18.7850176Z [00:04:12.124]➜  mkdir -p $WORK/b1863/
2025-08-20T21:21:18.7859438Z [00:04:12.125]➜  cat >/tmp/go-build3619502580/b1863/importcfg << 'EOF' # internal
2025-08-20T21:21:18.7860178Z [00:04:12.125]➜  # import config
2025-08-20T21:21:18.7860808Z [00:04:12.125]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:21:18.7861824Z [00:04:12.125]➜  packagefile compress/gzip=/tmp/go-build3619502580/b074/_pkg_.a
2025-08-20T21:21:18.7862701Z [00:04:12.125]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:18.7863532Z [00:04:12.125]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:21:18.7864334Z [00:04:12.125]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:18.7865098Z [00:04:12.125]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:18.7866392Z [00:04:12.125]➜  packagefile github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil=/tmp/go-build3619502580/b1864/_pkg_.a
2025-08-20T21:21:18.7867890Z [00:04:12.125]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build3619502580/b1851/_pkg_.a
2025-08-20T21:21:18.7869515Z [00:04:12.125]➜  packagefile github.com/prometheus/client_golang/prometheus/promhttp/internal=/tmp/go-build3619502580/b1866/_pkg_.a
2025-08-20T21:21:18.7870988Z [00:04:12.125]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build3619502580/b1854/_pkg_.a
2025-08-20T21:21:18.7872340Z [00:04:12.125]➜  packagefile github.com/prometheus/common/expfmt=/tmp/go-build3619502580/b1857/_pkg_.a
2025-08-20T21:21:18.7873264Z [00:04:12.125]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:18.7873988Z [00:04:12.125]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:18.7874756Z [00:04:12.125]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:18.7875612Z [00:04:12.125]➜  packagefile net/http/httptrace=/tmp/go-build3619502580/b182/_pkg_.a
2025-08-20T21:21:18.7876472Z [00:04:12.125]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:18.7877236Z [00:04:12.125]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:18.7877996Z [00:04:12.125]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:18.7878723Z [00:04:12.125]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:18.7879274Z [00:04:12.125]➜  EOF
2025-08-20T21:21:18.7886514Z [00:04:12.126]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1863/_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/b1863=>" -p github.com/prometheus/client_golang/prometheus/promhttp -lang=go1.22 -complete -installsuffix shared -buildid QTEyexAxcjZCLe3tWH95/QTEyexAxcjZCLe3tWH95 -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/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:21:18.8255728Z [00:04:12.165]➜  go tool buildid -w $WORK/b1888/_pkg_.a # internal
2025-08-20T21:21:18.8271098Z [00:04:12.166]➜  cp $WORK/b1888/_pkg_.a /root/.cache/go-build/aa/aaf46487272947bffd595e56e8130c0abb931bf56b2fec636f2d2093427e199b-d # internal
2025-08-20T21:21:18.8272428Z [00:04:12.167]➜  os/signal
2025-08-20T21:21:18.8273117Z [00:04:12.167]➜  mkdir -p $WORK/b1893/
2025-08-20T21:21:18.8279442Z [00:04:12.167]➜  echo -n > $WORK/b1893/go_asm.h # internal
2025-08-20T21:21:18.8281933Z [00:04:12.167]➜  cd /root/.go/src/os/signal
2025-08-20T21:21:18.8283811Z [00:04:12.167]➜  /root/.go/pkg/tool/linux_amd64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b1893=>" -I $WORK/b1893/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1893/symabis ./sig.s
2025-08-20T21:21:18.8306712Z [00:04:12.170]➜  go tool buildid -w $WORK/b1886/_pkg_.a # internal
2025-08-20T21:21:18.8316392Z [00:04:12.171]➜  cat >/tmp/go-build3619502580/b1893/importcfg << 'EOF' # internal
2025-08-20T21:21:18.8317305Z [00:04:12.171]➜  # import config
2025-08-20T21:21:18.8318073Z [00:04:12.171]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:18.8318972Z [00:04:12.171]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:18.8319838Z [00:04:12.171]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:21:18.8320699Z [00:04:12.171]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:18.8321745Z [00:04:12.171]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:21:18.8322480Z [00:04:12.171]➜  EOF
2025-08-20T21:21:18.8323034Z [00:04:12.171]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:18.8326612Z [00:04:12.171]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1893/_pkg_.a -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b1893=>" -p os/signal -lang=go1.25 -std -installsuffix shared -buildid 4dtaJE4bajf4i-nDBkXv/4dtaJE4bajf4i-nDBkXv -goversion go1.25.0 -symabis $WORK/b1893/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1893/importcfg -pack -asmhdr $WORK/b1893/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:21:18.8346153Z [00:04:12.173]➜  cp $WORK/b1886/_pkg_.a /root/.cache/go-build/07/07a4d279492896142c4611ac56100486268f4b017ad376db7b809e2e07121749-d # internal
2025-08-20T21:21:18.8347197Z [00:04:12.174]➜  github.com/fatih/color
2025-08-20T21:21:18.8347692Z [00:04:12.174]➜  mkdir -p $WORK/b1894/
2025-08-20T21:21:18.8360161Z [00:04:12.175]➜  cat >/tmp/go-build3619502580/b1894/importcfg << 'EOF' # internal
2025-08-20T21:21:18.8360906Z [00:04:12.175]➜  # import config
2025-08-20T21:21:18.8361862Z [00:04:12.175]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:18.8362925Z [00:04:12.175]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build3619502580/b218/_pkg_.a
2025-08-20T21:21:18.8364065Z [00:04:12.175]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3619502580/b219/_pkg_.a
2025-08-20T21:21:18.8365028Z [00:04:12.175]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:18.8365834Z [00:04:12.175]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:18.8366635Z [00:04:12.175]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:18.8367428Z [00:04:12.175]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:18.8368188Z [00:04:12.175]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:18.8368742Z [00:04:12.175]➜  EOF
2025-08-20T21:21:18.8372412Z [00:04:12.175]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1894/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fatih/color@v1.18.0=>github.com/fatih/color@v1.18.0;$WORK/b1894=>" -p github.com/fatih/color -lang=go1.17 -complete -installsuffix shared -buildid rKvi71uEbXVOhaho4Y-Q/rKvi71uEbXVOhaho4Y-Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1894/importcfg -pack /root/go/pkg/mod/github.com/fatih/color@v1.18.0/color.go /root/go/pkg/mod/github.com/fatih/color@v1.18.0/doc.go
2025-08-20T21:21:18.8927220Z [00:04:12.232]➜  cd /root/.go/src/os/signal
2025-08-20T21:21:18.8929533Z [00:04:12.232]➜  /root/.go/pkg/tool/linux_amd64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b1893=>" -I $WORK/b1893/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1893/sig.o ./sig.s
2025-08-20T21:21:18.8959174Z [00:04:12.235]➜  go tool pack r $WORK/b1893/_pkg_.a $WORK/b1893/sig.o # internal
2025-08-20T21:21:18.8960324Z [00:04:12.235]➜  go tool buildid -w $WORK/b1893/_pkg_.a # internal
2025-08-20T21:21:18.8983281Z [00:04:12.238]➜  cp $WORK/b1893/_pkg_.a /root/.cache/go-build/e0/e08026d2aa13e3e6f3c2b657285cc20edefff99a9bd39456d96ef2788cc377ae-d # internal
2025-08-20T21:21:18.8987943Z [00:04:12.238]➜  github.com/cheggaaa/pb/v3/termutil
2025-08-20T21:21:18.8988562Z [00:04:12.238]➜  mkdir -p $WORK/b1892/
2025-08-20T21:21:18.8989284Z [00:04:12.238]➜  cat >/tmp/go-build3619502580/b1892/importcfg << 'EOF' # internal
2025-08-20T21:21:18.8989941Z [00:04:12.238]➜  # import config
2025-08-20T21:21:18.8990582Z [00:04:12.238]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:18.8992510Z [00:04:12.238]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:18.8993314Z [00:04:12.238]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:18.8994112Z [00:04:12.238]➜  packagefile os/signal=/tmp/go-build3619502580/b1893/_pkg_.a
2025-08-20T21:21:18.8994926Z [00:04:12.238]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:18.8995715Z [00:04:12.238]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:21:18.8996333Z [00:04:12.238]➜  EOF
2025-08-20T21:21:18.8996938Z [00:04:12.238]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:18.9001927Z [00:04:12.238]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1892/_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/b1892=>" -p github.com/cheggaaa/pb/v3/termutil -lang=go1.18 -complete -installsuffix shared -buildid NnmE9HlQiWs_4vY9-qEY/NnmE9HlQiWs_4vY9-qEY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1892/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:21:18.9035513Z [00:04:12.243]➜  go tool buildid -w $WORK/b1894/_pkg_.a # internal
2025-08-20T21:21:18.9056488Z [00:04:12.245]➜  cp $WORK/b1894/_pkg_.a /root/.cache/go-build/b4/b41ab79c8bf3c2055da8e52b9a2fa7607b4f9efae8c371121ce6b20b6047d22e-d # internal
2025-08-20T21:21:18.9062815Z [00:04:12.245]➜  github.com/mattn/go-runewidth
2025-08-20T21:21:18.9063388Z [00:04:12.245]➜  mkdir -p $WORK/b1895/
2025-08-20T21:21:18.9064203Z [00:04:12.245]➜  cat >/tmp/go-build3619502580/b1895/importcfg << 'EOF' # internal
2025-08-20T21:21:18.9064942Z [00:04:12.245]➜  # import config
2025-08-20T21:21:18.9067734Z [00:04:12.246]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3619502580/b1896/_pkg_.a
2025-08-20T21:21:18.9068669Z [00:04:12.246]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:18.9069520Z [00:04:12.246]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:18.9070376Z [00:04:12.246]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:18.9071002Z [00:04:12.246]➜  EOF
2025-08-20T21:21:18.9075629Z [00:04:12.246]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1895/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16=>github.com/mattn/go-runewidth@v0.0.16;$WORK/b1895=>" -p github.com/mattn/go-runewidth -lang=go1.9 -complete -installsuffix shared -buildid 3jRGoxD3BDFGd0rRY7mt/3jRGoxD3BDFGd0rRY7mt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1895/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:21:18.9308966Z [00:04:12.270]➜  go tool buildid -w $WORK/b1892/_pkg_.a # internal
2025-08-20T21:21:18.9325548Z [00:04:12.272]➜  cp $WORK/b1892/_pkg_.a /root/.cache/go-build/80/80893438a340cf05bb1de58c1e04cdf18b1a2e9fb131a9df646afbdf7687ddc4-d # internal
2025-08-20T21:21:18.9347881Z [00:04:12.274]➜  github.com/vadv/gopher-lua-libs/pprof
2025-08-20T21:21:18.9348602Z [00:04:12.274]➜  mkdir -p $WORK/b1897/
2025-08-20T21:21:18.9349362Z [00:04:12.274]➜  cat >/tmp/go-build3619502580/b1897/importcfg << 'EOF' # internal
2025-08-20T21:21:18.9350078Z [00:04:12.274]➜  # import config
2025-08-20T21:21:18.9351034Z [00:04:12.274]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:18.9352619Z [00:04:12.274]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:18.9353628Z [00:04:12.274]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:18.9354520Z [00:04:12.274]➜  packagefile net/http/pprof=/tmp/go-build3619502580/b191/_pkg_.a
2025-08-20T21:21:18.9355365Z [00:04:12.274]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:18.9355984Z [00:04:12.274]➜  EOF
2025-08-20T21:21:18.9360235Z [00:04:12.274]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1897/_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/b1897=>" -p github.com/vadv/gopher-lua-libs/pprof -lang=go1.16 -complete -installsuffix shared -buildid NX4EObVRY3Yv34bIqTRf/NX4EObVRY3Yv34bIqTRf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1897/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:21:18.9729702Z [00:04:12.312]➜  go tool buildid -w $WORK/b1895/_pkg_.a # internal
2025-08-20T21:21:18.9739935Z [00:04:12.313]➜  cp $WORK/b1895/_pkg_.a /root/.cache/go-build/74/74137ec69c1d323ae63052c516a095c22d3d2c4dcc3f9a2856608c85d4b1b154-d # internal
2025-08-20T21:21:18.9752023Z [00:04:12.314]➜  github.com/cheggaaa/pb/v3
2025-08-20T21:21:18.9754745Z [00:04:12.314]➜  mkdir -p $WORK/b1890/
2025-08-20T21:21:18.9755556Z [00:04:12.314]➜  cat >/tmp/go-build3619502580/b1890/importcfg << 'EOF' # internal
2025-08-20T21:21:18.9756253Z [00:04:12.314]➜  # import config
2025-08-20T21:21:18.9757150Z [00:04:12.314]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:18.9758012Z [00:04:12.314]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:18.9759018Z [00:04:12.314]➜  packagefile github.com/VividCortex/ewma=/tmp/go-build3619502580/b1891/_pkg_.a
2025-08-20T21:21:18.9760211Z [00:04:12.314]➜  packagefile github.com/cheggaaa/pb/v3/termutil=/tmp/go-build3619502580/b1892/_pkg_.a
2025-08-20T21:21:18.9761492Z [00:04:12.314]➜  packagefile github.com/fatih/color=/tmp/go-build3619502580/b1894/_pkg_.a
2025-08-20T21:21:18.9762624Z [00:04:12.314]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build3619502580/b218/_pkg_.a
2025-08-20T21:21:18.9763711Z [00:04:12.314]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3619502580/b219/_pkg_.a
2025-08-20T21:21:18.9764810Z [00:04:12.314]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3619502580/b1895/_pkg_.a
2025-08-20T21:21:18.9765755Z [00:04:12.314]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:18.9766567Z [00:04:12.314]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:18.9767418Z [00:04:12.314]➜  packagefile math/rand=/tmp/go-build3619502580/b108/_pkg_.a
2025-08-20T21:21:18.9768303Z [00:04:12.314]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:18.9769136Z [00:04:12.314]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:18.9769995Z [00:04:12.314]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:18.9770815Z [00:04:12.314]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:18.9776116Z [00:04:12.314]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:18.9776975Z [00:04:12.314]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:18.9778069Z [00:04:12.314]➜  packagefile text/template=/tmp/go-build3619502580/b232/_pkg_.a
2025-08-20T21:21:18.9778953Z [00:04:12.314]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:18.9779565Z [00:04:12.314]➜  EOF
2025-08-20T21:21:18.9786107Z [00:04:12.314]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1890/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.7=>github.com/cheggaaa/pb/v3@v3.1.7;$WORK/b1890=>" -p github.com/cheggaaa/pb/v3 -lang=go1.18 -complete -installsuffix shared -buildid w7M7PZgngaShm4hIpwy0/w7M7PZgngaShm4hIpwy0 -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/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:21:18.9826354Z [00:04:12.321]➜  go tool buildid -w $WORK/b1897/_pkg_.a # internal
2025-08-20T21:21:18.9827788Z [00:04:12.321]➜  cp $WORK/b1897/_pkg_.a /root/.cache/go-build/31/31f9a0f6812fc90f9a1252b682b628a2f29e24252d1883616b9eb3af479b4ad0-d # internal
2025-08-20T21:21:18.9829122Z [00:04:12.321]➜  github.com/alessio/shellescape
2025-08-20T21:21:18.9829731Z [00:04:12.321]➜  mkdir -p $WORK/b1899/
2025-08-20T21:21:18.9830464Z [00:04:12.321]➜  cat >/tmp/go-build3619502580/b1899/importcfg << 'EOF' # internal
2025-08-20T21:21:18.9831143Z [00:04:12.321]➜  # import config
2025-08-20T21:21:18.9831945Z [00:04:12.321]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:18.9832791Z [00:04:12.321]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:18.9833670Z [00:04:12.321]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:21:18.9834298Z [00:04:12.321]➜  EOF
2025-08-20T21:21:18.9838018Z [00:04:12.321]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1899/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alessio/shellescape@v1.4.2=>github.com/alessio/shellescape@v1.4.2;$WORK/b1899=>" -p github.com/alessio/shellescape -lang=go1.14 -complete -installsuffix shared -buildid 6TSVaGIWAZYQkda3pNaW/6TSVaGIWAZYQkda3pNaW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1899/importcfg -pack /root/go/pkg/mod/github.com/alessio/shellescape@v1.4.2/shellescape.go
2025-08-20T21:21:19.0048789Z [00:04:12.344]➜  go tool buildid -w $WORK/b1899/_pkg_.a # internal
2025-08-20T21:21:19.0057638Z [00:04:12.345]➜  cp $WORK/b1899/_pkg_.a /root/.cache/go-build/b3/b3b6329544207b4e886ffc6251a4383e9ef0181708682348200ba1e5849be779-d # internal
2025-08-20T21:21:19.0060093Z [00:04:12.345]➜  github.com/vadv/gopher-lua-libs/shellescape
2025-08-20T21:21:19.0061553Z [00:04:12.345]➜  mkdir -p $WORK/b1898/
2025-08-20T21:21:19.0065202Z [00:04:12.346]➜  cat >/tmp/go-build3619502580/b1898/importcfg << 'EOF' # internal
2025-08-20T21:21:19.0065945Z [00:04:12.346]➜  # import config
2025-08-20T21:21:19.0066823Z [00:04:12.346]➜  packagefile github.com/alessio/shellescape=/tmp/go-build3619502580/b1899/_pkg_.a
2025-08-20T21:21:19.0069085Z [00:04:12.346]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:19.0070346Z [00:04:12.346]➜  EOF
2025-08-20T21:21:19.0075621Z [00:04:12.346]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1898/_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/b1898=>" -p github.com/vadv/gopher-lua-libs/shellescape -lang=go1.16 -complete -installsuffix shared -buildid FUNcqm_wND6qvvhqHVzc/FUNcqm_wND6qvvhqHVzc -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/shellescape/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/shellescape/loader.go
2025-08-20T21:21:19.0786531Z [00:04:12.418]➜  go tool buildid -w $WORK/b1898/_pkg_.a # internal
2025-08-20T21:21:19.0790267Z [00:04:12.418]➜  cp $WORK/b1898/_pkg_.a /root/.cache/go-build/8c/8cef30baf13669022ed2a698720caf430cf25ba1e93a39db2d7c2d77b58d57a3-d # internal
2025-08-20T21:21:19.0808905Z [00:04:12.420]➜  github.com/montanaflynn/stats
2025-08-20T21:21:19.0809954Z [00:04:12.420]➜  mkdir -p $WORK/b1901/
2025-08-20T21:21:19.0822000Z [00:04:12.421]➜  cat >/tmp/go-build3619502580/b1901/importcfg << 'EOF' # internal
2025-08-20T21:21:19.0822766Z [00:04:12.421]➜  # import config
2025-08-20T21:21:19.0823689Z [00:04:12.421]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:21:19.0826553Z [00:04:12.421]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:19.0827395Z [00:04:12.421]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:19.0828256Z [00:04:12.421]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:19.0829132Z [00:04:12.421]➜  packagefile math/rand=/tmp/go-build3619502580/b108/_pkg_.a
2025-08-20T21:21:19.0829990Z [00:04:12.421]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:19.0830848Z [00:04:12.421]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:19.0832274Z [00:04:12.421]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:19.0833125Z [00:04:12.421]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:19.0833763Z [00:04:12.421]➜  EOF
2025-08-20T21:21:19.0864394Z [00:04:12.421]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1901/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1=>github.com/montanaflynn/stats@v0.7.1;$WORK/b1901=>" -p github.com/montanaflynn/stats -lang=go1.13 -complete -installsuffix shared -buildid o2bLPwWUQn1CCSKMHm8s/o2bLPwWUQn1CCSKMHm8s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1901/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:21:19.1876983Z [00:04:12.527]➜  go tool buildid -w $WORK/b1890/_pkg_.a # internal
2025-08-20T21:21:19.1894025Z [00:04:12.528]➜  cp $WORK/b1890/_pkg_.a /root/.cache/go-build/03/03309ecbbb6efd96a629484e7e1e966d08e85eae4d05dcf4a2a536ec30e8f1ba-d # internal
2025-08-20T21:21:19.1897159Z [00:04:12.529]➜  github.com/vadv/gopher-lua-libs/pb
2025-08-20T21:21:19.1903033Z [00:04:12.529]➜  mkdir -p $WORK/b1889/
2025-08-20T21:21:19.1920812Z [00:04:12.531]➜  cat >/tmp/go-build3619502580/b1889/importcfg << 'EOF' # internal
2025-08-20T21:21:19.1934182Z [00:04:12.531]➜  # import config
2025-08-20T21:21:19.1934863Z [00:04:12.531]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:19.1935802Z [00:04:12.531]➜  packagefile github.com/cheggaaa/pb/v3=/tmp/go-build3619502580/b1890/_pkg_.a
2025-08-20T21:21:19.1936849Z [00:04:12.531]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:19.1937720Z [00:04:12.531]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:19.1938480Z [00:04:12.531]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:19.1939281Z [00:04:12.531]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:19.1939842Z [00:04:12.531]➜  EOF
2025-08-20T21:21:19.1948681Z [00:04:12.534]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1889/_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/b1889=>" -p github.com/vadv/gopher-lua-libs/pb -lang=go1.16 -complete -installsuffix shared -buildid xkomGFm585HzKABS3ysa/xkomGFm585HzKABS3ysa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1889/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:21:19.2481422Z [00:04:12.587]➜  go tool buildid -w $WORK/b1863/_pkg_.a # internal
2025-08-20T21:21:19.2670314Z [00:04:12.606]➜  cp $WORK/b1863/_pkg_.a /root/.cache/go-build/19/19080607cb48a6f681f98f20dd3acdf94a4457f437e5b6cd4c192544f965d84c-d # internal
2025-08-20T21:21:19.2697637Z [00:04:12.609]➜  github.com/vadv/gopher-lua-libs/prometheus/client
2025-08-20T21:21:19.2700649Z [00:04:12.609]➜  mkdir -p $WORK/b1850/
2025-08-20T21:21:19.2703707Z [00:04:12.610]➜  cat >/tmp/go-build3619502580/b1850/importcfg << 'EOF' # internal
2025-08-20T21:21:19.2704752Z [00:04:12.610]➜  # import config
2025-08-20T21:21:19.2706000Z [00:04:12.610]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:19.2707129Z [00:04:12.610]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:19.2709215Z [00:04:12.610]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build3619502580/b1851/_pkg_.a
2025-08-20T21:21:19.2710730Z [00:04:12.610]➜  packagefile github.com/prometheus/client_golang/prometheus/promhttp=/tmp/go-build3619502580/b1863/_pkg_.a
2025-08-20T21:21:19.2732438Z [00:04:12.610]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:19.2733674Z [00:04:12.610]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:19.2734588Z [00:04:12.610]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:19.2735452Z [00:04:12.610]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:19.2736302Z [00:04:12.610]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:19.2737119Z [00:04:12.610]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:19.2737764Z [00:04:12.610]➜  EOF
2025-08-20T21:21:19.2745192Z [00:04:12.610]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1850/_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/b1850=>" -p github.com/vadv/gopher-lua-libs/prometheus/client -lang=go1.16 -complete -installsuffix shared -buildid rTDM4GCGxCyi5R0ewRWR/rTDM4GCGxCyi5R0ewRWR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1850/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:21:19.2752831Z [00:04:12.614]➜  go tool buildid -w $WORK/b1889/_pkg_.a # internal
2025-08-20T21:21:19.2764039Z [00:04:12.616]➜  cp $WORK/b1889/_pkg_.a /root/.cache/go-build/71/71ce3c6f88836bc0124f0fa6bc61438971965bc8a84f0714811fbcfb11815bf2-d # internal
2025-08-20T21:21:19.2766723Z [00:04:12.616]➜  go.mongodb.org/mongo-driver/bson/primitive
2025-08-20T21:21:19.2768125Z [00:04:12.616]➜  mkdir -p $WORK/b1909/
2025-08-20T21:21:19.2775480Z [00:04:12.617]➜  cat >/tmp/go-build3619502580/b1909/importcfg << 'EOF' # internal
2025-08-20T21:21:19.2776543Z [00:04:12.617]➜  # import config
2025-08-20T21:21:19.2779284Z [00:04:12.617]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:19.2780413Z [00:04:12.617]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:21:19.2781633Z [00:04:12.617]➜  packagefile encoding=/tmp/go-build3619502580/b059/_pkg_.a
2025-08-20T21:21:19.2783057Z [00:04:12.617]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:19.2784351Z [00:04:12.617]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:21:19.2785503Z [00:04:12.617]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:19.2786847Z [00:04:12.617]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:19.2787907Z [00:04:12.617]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:19.2789903Z [00:04:12.617]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:19.2790714Z [00:04:12.617]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:21:19.2791873Z [00:04:12.617]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:19.2792780Z [00:04:12.617]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:19.2793658Z [00:04:12.617]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:19.2794594Z [00:04:12.617]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:19.2795474Z [00:04:12.617]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:19.2796121Z [00:04:12.617]➜  EOF
2025-08-20T21:21:19.2806293Z [00:04:12.617]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1909/_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/b1909=>" -p go.mongodb.org/mongo-driver/bson/primitive -lang=go1.18 -complete -installsuffix shared -buildid 2W3MFzKwDvVbmSCzaJfD/2W3MFzKwDvVbmSCzaJfD -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/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:21:19.2936244Z [00:04:12.633]➜  go tool buildid -w $WORK/b1901/_pkg_.a # internal
2025-08-20T21:21:19.2970388Z [00:04:12.636]➜  cp $WORK/b1901/_pkg_.a /root/.cache/go-build/eb/eb6aefef5fdc543337307ebddd9720ca11d7c4fdec0c29a31e3811ed4542e3c5-d # internal
2025-08-20T21:21:19.2995287Z [00:04:12.636]➜  github.com/vadv/gopher-lua-libs/stats
2025-08-20T21:21:19.2995903Z [00:04:12.636]➜  mkdir -p $WORK/b1900/
2025-08-20T21:21:19.2996619Z [00:04:12.637]➜  cat >/tmp/go-build3619502580/b1900/importcfg << 'EOF' # internal
2025-08-20T21:21:19.2997280Z [00:04:12.637]➜  # import config
2025-08-20T21:21:19.2997918Z [00:04:12.637]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:19.2998849Z [00:04:12.637]➜  packagefile github.com/montanaflynn/stats=/tmp/go-build3619502580/b1901/_pkg_.a
2025-08-20T21:21:19.2999941Z [00:04:12.637]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:19.3000645Z [00:04:12.637]➜  EOF
2025-08-20T21:21:19.3004896Z [00:04:12.637]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1900/_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/b1900=>" -p github.com/vadv/gopher-lua-libs/stats -lang=go1.16 -complete -installsuffix shared -buildid 805Gy7Rf8IofLc34QwXf/805Gy7Rf8IofLc34QwXf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1900/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:21:19.3268284Z [00:04:12.666]➜  go tool buildid -w $WORK/b1900/_pkg_.a # internal
2025-08-20T21:21:19.3294165Z [00:04:12.669]➜  cp $WORK/b1900/_pkg_.a /root/.cache/go-build/48/48cdcc0d1d21f38eff86b3dbf768935f2aecfbf5bfbf6b0ffce3d709b9292481-d # internal
2025-08-20T21:21:19.3299813Z [00:04:12.669]➜  go.mongodb.org/mongo-driver/mongo/address
2025-08-20T21:21:19.3303146Z [00:04:12.669]➜  mkdir -p $WORK/b1912/
2025-08-20T21:21:19.3319542Z [00:04:12.671]➜  cat >/tmp/go-build3619502580/b1912/importcfg << 'EOF' # internal
2025-08-20T21:21:19.3320873Z [00:04:12.671]➜  # import config
2025-08-20T21:21:19.3323743Z [00:04:12.671]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:19.3324616Z [00:04:12.671]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:19.3325263Z [00:04:12.671]➜  EOF
2025-08-20T21:21:19.3329235Z [00:04:12.672]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1912/_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/b1912=>" -p go.mongodb.org/mongo-driver/mongo/address -lang=go1.18 -complete -installsuffix shared -buildid ZFOCyZhd5mLC8xSnAGpm/ZFOCyZhd5mLC8xSnAGpm -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/mongo/address/addr.go
2025-08-20T21:21:19.3659902Z [00:04:12.705]➜  go tool buildid -w $WORK/b1912/_pkg_.a # internal
2025-08-20T21:21:19.3667308Z [00:04:12.706]➜  cp $WORK/b1912/_pkg_.a /root/.cache/go-build/ad/ad028853adfaf25acf9c18bc5311c43b255c93714907ddf3fa53f04bdd68643b-d # internal
2025-08-20T21:21:19.3673773Z [00:04:12.706]➜  go.mongodb.org/mongo-driver/tag
2025-08-20T21:21:19.3674418Z [00:04:12.706]➜  mkdir -p $WORK/b1918/
2025-08-20T21:21:19.3680309Z [00:04:12.707]➜  cat >/tmp/go-build3619502580/b1918/importcfg << 'EOF' # internal
2025-08-20T21:21:19.3681046Z [00:04:12.707]➜  # import config
2025-08-20T21:21:19.3681876Z [00:04:12.707]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:19.3682912Z [00:04:12.707]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:19.3683552Z [00:04:12.707]➜  EOF
2025-08-20T21:21:19.3686954Z [00:04:12.707]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1918/_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/b1918=>" -p go.mongodb.org/mongo-driver/tag -lang=go1.18 -complete -installsuffix shared -buildid Ndnj4xuLAEZteLcH_ZJJ/Ndnj4xuLAEZteLcH_ZJJ -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/tag/tag.go
2025-08-20T21:21:19.3762768Z [00:04:12.715]➜  go tool buildid -w $WORK/b1850/_pkg_.a # internal
2025-08-20T21:21:19.3784757Z [00:04:12.718]➜  cp $WORK/b1850/_pkg_.a /root/.cache/go-build/a2/a29ef2ee3645e3216badfcd7d44f5cb5d2951086f03a900735b5db5bcb9e9ef1-d # internal
2025-08-20T21:21:19.3791562Z [00:04:12.718]➜  github.com/vadv/gopher-lua-libs/http/server
2025-08-20T21:21:19.3792268Z [00:04:12.718]➜  mkdir -p $WORK/b1843/
2025-08-20T21:21:19.3795267Z [00:04:12.719]➜  go tool buildid -w $WORK/b1909/_pkg_.a # internal
2025-08-20T21:21:19.3799952Z [00:04:12.719]➜  cat >/tmp/go-build3619502580/b1843/importcfg << 'EOF' # internal
2025-08-20T21:21:19.3801024Z [00:04:12.719]➜  # import config
2025-08-20T21:21:19.3804022Z [00:04:12.719]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:21:19.3805147Z [00:04:12.719]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:21:19.3806156Z [00:04:12.719]➜  packagefile github.com/vadv/gopher-lua-libs/aws/cloudwatch=/tmp/go-build3619502580/b1781/_pkg_.a
2025-08-20T21:21:19.3807490Z [00:04:12.719]➜  packagefile github.com/vadv/gopher-lua-libs/cert_util=/tmp/go-build3619502580/b1823/_pkg_.a
2025-08-20T21:21:19.3808765Z [00:04:12.719]➜  packagefile github.com/vadv/gopher-lua-libs/chef=/tmp/go-build3619502580/b1824/_pkg_.a
2025-08-20T21:21:19.3809976Z [00:04:12.719]➜  packagefile github.com/vadv/gopher-lua-libs/cmd=/tmp/go-build3619502580/b1827/_pkg_.a
2025-08-20T21:21:19.3811337Z [00:04:12.719]➜  packagefile github.com/vadv/gopher-lua-libs/crypto=/tmp/go-build3619502580/b1828/_pkg_.a
2025-08-20T21:21:19.3812601Z [00:04:12.719]➜  packagefile github.com/vadv/gopher-lua-libs/db=/tmp/go-build3619502580/b1829/_pkg_.a
2025-08-20T21:21:19.3813799Z [00:04:12.719]➜  packagefile github.com/vadv/gopher-lua-libs/filepath=/tmp/go-build3619502580/b1839/_pkg_.a
2025-08-20T21:21:19.3815234Z [00:04:12.719]➜  packagefile github.com/vadv/gopher-lua-libs/goos=/tmp/go-build3619502580/b1840/_pkg_.a
2025-08-20T21:21:19.3816491Z [00:04:12.719]➜  packagefile github.com/vadv/gopher-lua-libs/http/client=/tmp/go-build3619502580/b1842/_pkg_.a
2025-08-20T21:21:19.3817785Z [00:04:12.719]➜  packagefile github.com/vadv/gopher-lua-libs/http/util=/tmp/go-build3619502580/b1844/_pkg_.a
2025-08-20T21:21:19.3819066Z [00:04:12.719]➜  packagefile github.com/vadv/gopher-lua-libs/humanize=/tmp/go-build3619502580/b1845/_pkg_.a
2025-08-20T21:21:19.3820356Z [00:04:12.719]➜  packagefile github.com/vadv/gopher-lua-libs/inspect=/tmp/go-build3619502580/b1847/_pkg_.a
2025-08-20T21:21:19.3829384Z [00:04:12.719]➜  packagefile github.com/vadv/gopher-lua-libs/ioutil=/tmp/go-build3619502580/b1848/_pkg_.a
2025-08-20T21:21:19.3830701Z [00:04:12.719]➜  packagefile github.com/vadv/gopher-lua-libs/json=/tmp/go-build3619502580/b1826/_pkg_.a
2025-08-20T21:21:19.3832035Z [00:04:12.719]➜  packagefile github.com/vadv/gopher-lua-libs/log=/tmp/go-build3619502580/b1849/_pkg_.a
2025-08-20T21:21:19.3833324Z [00:04:12.719]➜  packagefile github.com/vadv/gopher-lua-libs/prometheus/client=/tmp/go-build3619502580/b1850/_pkg_.a
2025-08-20T21:21:19.3834623Z [00:04:12.719]➜  packagefile github.com/vadv/gopher-lua-libs/regexp=/tmp/go-build3619502580/b1867/_pkg_.a
2025-08-20T21:21:19.3835819Z [00:04:12.719]➜  packagefile github.com/vadv/gopher-lua-libs/runtime=/tmp/go-build3619502580/b1868/_pkg_.a
2025-08-20T21:21:19.3838199Z [00:04:12.719]➜  packagefile github.com/vadv/gopher-lua-libs/storage=/tmp/go-build3619502580/b1869/_pkg_.a
2025-08-20T21:21:19.3839441Z [00:04:12.719]➜  packagefile github.com/vadv/gopher-lua-libs/strings=/tmp/go-build3619502580/b1873/_pkg_.a
2025-08-20T21:21:19.3840606Z [00:04:12.719]➜  packagefile github.com/vadv/gopher-lua-libs/tac=/tmp/go-build3619502580/b1874/_pkg_.a
2025-08-20T21:21:19.3850689Z [00:04:12.719]➜  packagefile github.com/vadv/gopher-lua-libs/tcp=/tmp/go-build3619502580/b1875/_pkg_.a
2025-08-20T21:21:19.3852380Z [00:04:12.719]➜  packagefile github.com/vadv/gopher-lua-libs/telegram=/tmp/go-build3619502580/b1876/_pkg_.a
2025-08-20T21:21:19.3853736Z [00:04:12.719]➜  packagefile github.com/vadv/gopher-lua-libs/template=/tmp/go-build3619502580/b1878/_pkg_.a
2025-08-20T21:21:19.3855052Z [00:04:12.719]➜  packagefile github.com/vadv/gopher-lua-libs/time=/tmp/go-build3619502580/b1881/_pkg_.a
2025-08-20T21:21:19.3856400Z [00:04:12.719]➜  packagefile github.com/vadv/gopher-lua-libs/xmlpath=/tmp/go-build3619502580/b1882/_pkg_.a
2025-08-20T21:21:19.3857797Z [00:04:12.719]➜  packagefile github.com/vadv/gopher-lua-libs/yaml=/tmp/go-build3619502580/b1886/_pkg_.a
2025-08-20T21:21:19.3859117Z [00:04:12.719]➜  packagefile github.com/vadv/gopher-lua-libs/zabbix=/tmp/go-build3619502580/b1888/_pkg_.a
2025-08-20T21:21:19.3860353Z [00:04:12.719]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:19.3861573Z [00:04:12.719]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:19.3862705Z [00:04:12.719]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:21:19.3863570Z [00:04:12.719]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:19.3864441Z [00:04:12.719]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:19.3865247Z [00:04:12.719]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:19.3866007Z [00:04:12.719]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:19.3866577Z [00:04:12.719]➜  EOF
2025-08-20T21:21:19.3872828Z [00:04:12.719]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1843/_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/b1843=>" -p github.com/vadv/gopher-lua-libs/http/server -lang=go1.16 -complete -installsuffix shared -buildid Gbsi2q0IVp5qufUcPsX8/Gbsi2q0IVp5qufUcPsX8 -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/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:21:19.3878928Z [00:04:12.722]➜  cp $WORK/b1909/_pkg_.a /root/.cache/go-build/73/73fd6e3ca7280d25192f9ace49cced200d139c1bfec75aa103996a06dec939d9-d # internal
2025-08-20T21:21:19.3880065Z [00:04:12.722]➜  go.mongodb.org/mongo-driver/x/bsonx/bsoncore
2025-08-20T21:21:19.3880636Z [00:04:12.722]➜  mkdir -p $WORK/b1910/
2025-08-20T21:21:19.3901699Z [00:04:12.722]➜  cat >/tmp/go-build3619502580/b1910/importcfg << 'EOF' # internal
2025-08-20T21:21:19.3902463Z [00:04:12.722]➜  # import config
2025-08-20T21:21:19.3903095Z [00:04:12.722]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:19.3903938Z [00:04:12.722]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:19.3904812Z [00:04:12.722]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:19.3905644Z [00:04:12.722]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:19.3906389Z [00:04:12.722]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:19.3907398Z [00:04:12.722]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3619502580/b1908/_pkg_.a
2025-08-20T21:21:19.3908744Z [00:04:12.722]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3619502580/b1909/_pkg_.a
2025-08-20T21:21:19.3909713Z [00:04:12.722]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:19.3910445Z [00:04:12.722]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:19.3911178Z [00:04:12.722]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:19.3912315Z [00:04:12.722]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:19.3913083Z [00:04:12.722]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:19.3913842Z [00:04:12.722]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:19.3914621Z [00:04:12.722]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:19.3915223Z [00:04:12.722]➜  EOF
2025-08-20T21:21:19.3924464Z [00:04:12.722]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1910/_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/b1910=>" -p go.mongodb.org/mongo-driver/x/bsonx/bsoncore -lang=go1.18 -complete -installsuffix shared -buildid ngvVQrJjdQ5DLwEP3phE/ngvVQrJjdQ5DLwEP3phE -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/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:21:19.3935446Z [00:04:12.733]➜  go tool buildid -w $WORK/b1918/_pkg_.a # internal
2025-08-20T21:21:19.3936743Z [00:04:12.733]➜  cp $WORK/b1918/_pkg_.a /root/.cache/go-build/eb/ebfc348c546dd670e34fdae062049df2cb5503188bf7ae9d5cdafe3933fd4e92-d # internal
2025-08-20T21:21:19.3938024Z [00:04:12.733]➜  go.mongodb.org/mongo-driver/mongo/readpref
2025-08-20T21:21:19.3938612Z [00:04:12.733]➜  mkdir -p $WORK/b1917/
2025-08-20T21:21:19.3939295Z [00:04:12.733]➜  cat >/tmp/go-build3619502580/b1917/importcfg << 'EOF' # internal
2025-08-20T21:21:19.3939920Z [00:04:12.733]➜  # import config
2025-08-20T21:21:19.3940577Z [00:04:12.733]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:19.3941518Z [00:04:12.733]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:19.3942320Z [00:04:12.733]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:19.3943301Z [00:04:12.733]➜  packagefile go.mongodb.org/mongo-driver/tag=/tmp/go-build3619502580/b1918/_pkg_.a
2025-08-20T21:21:19.3944344Z [00:04:12.733]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:19.3945131Z [00:04:12.733]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:19.3945731Z [00:04:12.733]➜  EOF
2025-08-20T21:21:19.3950733Z [00:04:12.733]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1917/_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/b1917=>" -p go.mongodb.org/mongo-driver/mongo/readpref -lang=go1.18 -complete -installsuffix shared -buildid q5qf5aFpOlYk8bJcjgx4/q5qf5aFpOlYk8bJcjgx4 -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/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:21:19.4222729Z [00:04:12.761]➜  go tool buildid -w $WORK/b1917/_pkg_.a # internal
2025-08-20T21:21:19.4231900Z [00:04:12.762]➜  cp $WORK/b1917/_pkg_.a /root/.cache/go-build/1e/1e456cb5961d8640fe893a7cf9e0603805f1ba3844cd55af8bf34c3556d50bbc-d # internal
2025-08-20T21:21:19.4235687Z [00:04:12.763]➜  go.mongodb.org/mongo-driver/internal/csot
2025-08-20T21:21:19.4236569Z [00:04:12.763]➜  mkdir -p $WORK/b1921/
2025-08-20T21:21:19.4240548Z [00:04:12.763]➜  cat >/tmp/go-build3619502580/b1921/importcfg << 'EOF' # internal
2025-08-20T21:21:19.4241581Z [00:04:12.763]➜  # import config
2025-08-20T21:21:19.4243069Z [00:04:12.763]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:19.4244890Z [00:04:12.763]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:19.4247322Z [00:04:12.763]➜  EOF
2025-08-20T21:21:19.4251143Z [00:04:12.764]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1921/_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/b1921=>" -p go.mongodb.org/mongo-driver/internal/csot -lang=go1.18 -complete -installsuffix shared -buildid ce7fOepy6zGsMukOeAo3/ce7fOepy6zGsMukOeAo3 -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/csot/csot.go
2025-08-20T21:21:19.4370711Z [00:04:12.776]➜  go tool buildid -w $WORK/b1921/_pkg_.a # internal
2025-08-20T21:21:19.4380565Z [00:04:12.777]➜  cp $WORK/b1921/_pkg_.a /root/.cache/go-build/ac/ac6608f2d49726ce4eea8be43ab4e50677abd9bb977926ed2fe097a917d65785-d # internal
2025-08-20T21:21:19.4385274Z [00:04:12.778]➜  go.mongodb.org/mongo-driver/internal/httputil
2025-08-20T21:21:19.4386125Z [00:04:12.778]➜  mkdir -p $WORK/b1922/
2025-08-20T21:21:19.4386877Z [00:04:12.778]➜  cat >/tmp/go-build3619502580/b1922/importcfg << 'EOF' # internal
2025-08-20T21:21:19.4388734Z [00:04:12.778]➜  # import config
2025-08-20T21:21:19.4389400Z [00:04:12.778]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:19.4390074Z [00:04:12.778]➜  EOF
2025-08-20T21:21:19.4394270Z [00:04:12.778]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1922/_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/b1922=>" -p go.mongodb.org/mongo-driver/internal/httputil -lang=go1.18 -complete -installsuffix shared -buildid sBpq74Za_OscmYvhBInW/sBpq74Za_OscmYvhBInW -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/httputil/httputil.go
2025-08-20T21:21:19.4629938Z [00:04:12.802]➜  go tool buildid -w $WORK/b1922/_pkg_.a # internal
2025-08-20T21:21:19.4640582Z [00:04:12.803]➜  cp $WORK/b1922/_pkg_.a /root/.cache/go-build/e0/e0ee9a94f96013052a69b4580c968686af8b3d2dccca6e9669f70c7478a98dc6-d # internal
2025-08-20T21:21:19.4645362Z [00:04:12.804]➜  go.mongodb.org/mongo-driver/internal/logger
2025-08-20T21:21:19.4646225Z [00:04:12.804]➜  mkdir -p $WORK/b1923/
2025-08-20T21:21:19.4650786Z [00:04:12.804]➜  cat >/tmp/go-build3619502580/b1923/importcfg << 'EOF' # internal
2025-08-20T21:21:19.4654683Z [00:04:12.804]➜  # import config
2025-08-20T21:21:19.4655374Z [00:04:12.804]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:19.4656285Z [00:04:12.804]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:19.4657135Z [00:04:12.804]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:19.4658241Z [00:04:12.804]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3619502580/b1909/_pkg_.a
2025-08-20T21:21:19.4659260Z [00:04:12.804]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:19.4660210Z [00:04:12.804]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:19.4661056Z [00:04:12.804]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:19.4662057Z [00:04:12.804]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:19.4662947Z [00:04:12.804]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:19.4663773Z [00:04:12.804]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:19.4664609Z [00:04:12.804]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:19.4665185Z [00:04:12.804]➜  EOF
2025-08-20T21:21:19.4672316Z [00:04:12.804]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1923/_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/b1923=>" -p go.mongodb.org/mongo-driver/internal/logger -lang=go1.18 -complete -installsuffix shared -buildid wSR9f5SY9nQNSizuzpGc/wSR9f5SY9nQNSizuzpGc -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/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:21:19.5329471Z [00:04:12.872]➜  go tool buildid -w $WORK/b1923/_pkg_.a # internal
2025-08-20T21:21:19.5348188Z [00:04:12.874]➜  cp $WORK/b1923/_pkg_.a /root/.cache/go-build/ca/ca06b7bd788ed0b4511724c1f33e4a23913cd883d7ac0cbc457cd77799ed70c6-d # internal
2025-08-20T21:21:19.5350098Z [00:04:12.874]➜  go.mongodb.org/mongo-driver/internal/rand
2025-08-20T21:21:19.5351540Z [00:04:12.874]➜  mkdir -p $WORK/b1926/
2025-08-20T21:21:19.5356643Z [00:04:12.875]➜  cat >/tmp/go-build3619502580/b1926/importcfg << 'EOF' # internal
2025-08-20T21:21:19.5359467Z [00:04:12.875]➜  # import config
2025-08-20T21:21:19.5361580Z [00:04:12.875]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:19.5362486Z [00:04:12.875]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:19.5363316Z [00:04:12.875]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:19.5364189Z [00:04:12.875]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:21:19.5365279Z [00:04:12.875]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:19.5365889Z [00:04:12.875]➜  EOF
2025-08-20T21:21:19.5371958Z [00:04:12.875]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1926/_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/b1926=>" -p go.mongodb.org/mongo-driver/internal/rand -lang=go1.18 -complete -installsuffix shared -buildid s_NW8MrkieuYvFKQ-VuT/s_NW8MrkieuYvFKQ-VuT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1926/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:21:19.5575223Z [00:04:12.897]➜  go tool buildid -w $WORK/b1843/_pkg_.a # internal
2025-08-20T21:21:19.5625682Z [00:04:12.902]➜  cp $WORK/b1843/_pkg_.a /root/.cache/go-build/4d/4d3e7ccf3ff8d8005388bea1a1b3f90d2228792be4eaaf1accba54980319f2c0-d # internal
2025-08-20T21:21:19.5633113Z [00:04:12.902]➜  github.com/vadv/gopher-lua-libs/http
2025-08-20T21:21:19.5639478Z [00:04:12.903]➜  mkdir -p $WORK/b1841/
2025-08-20T21:21:19.5650045Z [00:04:12.904]➜  cat >/tmp/go-build3619502580/b1841/importcfg << 'EOF' # internal
2025-08-20T21:21:19.5655791Z [00:04:12.905]➜  # import config
2025-08-20T21:21:19.5660851Z [00:04:12.905]➜  packagefile github.com/vadv/gopher-lua-libs/http/client=/tmp/go-build3619502580/b1842/_pkg_.a
2025-08-20T21:21:19.5666708Z [00:04:12.906]➜  packagefile github.com/vadv/gopher-lua-libs/http/server=/tmp/go-build3619502580/b1843/_pkg_.a
2025-08-20T21:21:19.5668122Z [00:04:12.906]➜  packagefile github.com/vadv/gopher-lua-libs/http/util=/tmp/go-build3619502580/b1844/_pkg_.a
2025-08-20T21:21:19.5669416Z [00:04:12.906]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:19.5670229Z [00:04:12.906]➜  EOF
2025-08-20T21:21:19.5674232Z [00:04:12.906]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1841/_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/b1841=>" -p github.com/vadv/gopher-lua-libs/http -lang=go1.16 -complete -installsuffix shared -buildid IHN7BO-0hHVVLUzAgdBO/IHN7BO-0hHVVLUzAgdBO -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/loader.go
2025-08-20T21:21:19.6258956Z [00:04:12.965]➜  go tool buildid -w $WORK/b1926/_pkg_.a # internal
2025-08-20T21:21:19.6274278Z [00:04:12.965]➜  go tool buildid -w $WORK/b1841/_pkg_.a # internal
2025-08-20T21:21:19.6285349Z [00:04:12.967]➜  cp $WORK/b1841/_pkg_.a /root/.cache/go-build/67/671c4ad042947b1d1dfdd8ff53a42336aed47c144828dad018d9ef25f4843047-d # internal
2025-08-20T21:21:19.6287790Z [00:04:12.967]➜  github.com/vadv/gopher-lua-libs/plugin
2025-08-20T21:21:19.6289075Z [00:04:12.967]➜  mkdir -p $WORK/b1775/
2025-08-20T21:21:19.6290042Z [00:04:12.967]➜  cat >/tmp/go-build3619502580/b1775/importcfg << 'EOF' # internal
2025-08-20T21:21:19.6292799Z [00:04:12.967]➜  # import config
2025-08-20T21:21:19.6293454Z [00:04:12.967]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:19.6294480Z [00:04:12.967]➜  packagefile github.com/vadv/gopher-lua-libs/argparse=/tmp/go-build3619502580/b1776/_pkg_.a
2025-08-20T21:21:19.6295750Z [00:04:12.967]➜  packagefile github.com/vadv/gopher-lua-libs/aws/cloudwatch=/tmp/go-build3619502580/b1781/_pkg_.a
2025-08-20T21:21:19.6297168Z [00:04:12.967]➜  packagefile github.com/vadv/gopher-lua-libs/base64=/tmp/go-build3619502580/b1821/_pkg_.a
2025-08-20T21:21:19.6298453Z [00:04:12.967]➜  packagefile github.com/vadv/gopher-lua-libs/cert_util=/tmp/go-build3619502580/b1823/_pkg_.a
2025-08-20T21:21:19.6299742Z [00:04:12.967]➜  packagefile github.com/vadv/gopher-lua-libs/chef=/tmp/go-build3619502580/b1824/_pkg_.a
2025-08-20T21:21:19.6300994Z [00:04:12.967]➜  packagefile github.com/vadv/gopher-lua-libs/cmd=/tmp/go-build3619502580/b1827/_pkg_.a
2025-08-20T21:21:19.6302456Z [00:04:12.967]➜  packagefile github.com/vadv/gopher-lua-libs/crypto=/tmp/go-build3619502580/b1828/_pkg_.a
2025-08-20T21:21:19.6303687Z [00:04:12.967]➜  packagefile github.com/vadv/gopher-lua-libs/db=/tmp/go-build3619502580/b1829/_pkg_.a
2025-08-20T21:21:19.6305004Z [00:04:12.967]➜  packagefile github.com/vadv/gopher-lua-libs/filepath=/tmp/go-build3619502580/b1839/_pkg_.a
2025-08-20T21:21:19.6306317Z [00:04:12.967]➜  packagefile github.com/vadv/gopher-lua-libs/goos=/tmp/go-build3619502580/b1840/_pkg_.a
2025-08-20T21:21:19.6307767Z [00:04:12.967]➜  packagefile github.com/vadv/gopher-lua-libs/http=/tmp/go-build3619502580/b1841/_pkg_.a
2025-08-20T21:21:19.6309069Z [00:04:12.967]➜  packagefile github.com/vadv/gopher-lua-libs/humanize=/tmp/go-build3619502580/b1845/_pkg_.a
2025-08-20T21:21:19.6310374Z [00:04:12.967]➜  packagefile github.com/vadv/gopher-lua-libs/inspect=/tmp/go-build3619502580/b1847/_pkg_.a
2025-08-20T21:21:19.6311818Z [00:04:12.967]➜  packagefile github.com/vadv/gopher-lua-libs/ioutil=/tmp/go-build3619502580/b1848/_pkg_.a
2025-08-20T21:21:19.6313075Z [00:04:12.967]➜  packagefile github.com/vadv/gopher-lua-libs/json=/tmp/go-build3619502580/b1826/_pkg_.a
2025-08-20T21:21:19.6314315Z [00:04:12.967]➜  packagefile github.com/vadv/gopher-lua-libs/log=/tmp/go-build3619502580/b1849/_pkg_.a
2025-08-20T21:21:19.6315720Z [00:04:12.967]➜  packagefile github.com/vadv/gopher-lua-libs/pb=/tmp/go-build3619502580/b1889/_pkg_.a
2025-08-20T21:21:19.6317007Z [00:04:12.967]➜  packagefile github.com/vadv/gopher-lua-libs/pprof=/tmp/go-build3619502580/b1897/_pkg_.a
2025-08-20T21:21:19.6318424Z [00:04:12.967]➜  packagefile github.com/vadv/gopher-lua-libs/prometheus/client=/tmp/go-build3619502580/b1850/_pkg_.a
2025-08-20T21:21:19.6319796Z [00:04:12.967]➜  packagefile github.com/vadv/gopher-lua-libs/regexp=/tmp/go-build3619502580/b1867/_pkg_.a
2025-08-20T21:21:19.6321587Z [00:04:12.967]➜  packagefile github.com/vadv/gopher-lua-libs/runtime=/tmp/go-build3619502580/b1868/_pkg_.a
2025-08-20T21:21:19.6322982Z [00:04:12.967]➜  packagefile github.com/vadv/gopher-lua-libs/shellescape=/tmp/go-build3619502580/b1898/_pkg_.a
2025-08-20T21:21:19.6324329Z [00:04:12.968]➜  packagefile github.com/vadv/gopher-lua-libs/stats=/tmp/go-build3619502580/b1900/_pkg_.a
2025-08-20T21:21:19.6325641Z [00:04:12.968]➜  packagefile github.com/vadv/gopher-lua-libs/storage=/tmp/go-build3619502580/b1869/_pkg_.a
2025-08-20T21:21:19.6326954Z [00:04:12.968]➜  packagefile github.com/vadv/gopher-lua-libs/strings=/tmp/go-build3619502580/b1873/_pkg_.a
2025-08-20T21:21:19.6328262Z [00:04:12.968]➜  packagefile github.com/vadv/gopher-lua-libs/tac=/tmp/go-build3619502580/b1874/_pkg_.a
2025-08-20T21:21:19.6329546Z [00:04:12.968]➜  packagefile github.com/vadv/gopher-lua-libs/tcp=/tmp/go-build3619502580/b1875/_pkg_.a
2025-08-20T21:21:19.6331140Z [00:04:12.968]➜  packagefile github.com/vadv/gopher-lua-libs/telegram=/tmp/go-build3619502580/b1876/_pkg_.a
2025-08-20T21:21:19.6332665Z [00:04:12.968]➜  packagefile github.com/vadv/gopher-lua-libs/template=/tmp/go-build3619502580/b1878/_pkg_.a
2025-08-20T21:21:19.6333947Z [00:04:12.968]➜  packagefile github.com/vadv/gopher-lua-libs/time=/tmp/go-build3619502580/b1881/_pkg_.a
2025-08-20T21:21:19.6335215Z [00:04:12.968]➜  packagefile github.com/vadv/gopher-lua-libs/xmlpath=/tmp/go-build3619502580/b1882/_pkg_.a
2025-08-20T21:21:19.6336503Z [00:04:12.968]➜  packagefile github.com/vadv/gopher-lua-libs/yaml=/tmp/go-build3619502580/b1886/_pkg_.a
2025-08-20T21:21:19.6337788Z [00:04:12.968]➜  packagefile github.com/vadv/gopher-lua-libs/zabbix=/tmp/go-build3619502580/b1888/_pkg_.a
2025-08-20T21:21:19.6339054Z [00:04:12.968]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:19.6340057Z [00:04:12.968]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:19.6340929Z [00:04:12.968]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:19.6361877Z [00:04:12.968]➜  EOF
2025-08-20T21:21:19.6366899Z [00:04:12.968]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1775/_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/b1775=>" -p github.com/vadv/gopher-lua-libs/plugin -lang=go1.16 -complete -installsuffix shared -buildid MGkSSUOwcqJZiQV9XSyr/MGkSSUOwcqJZiQV9XSyr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1775/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:21:19.6372086Z [00:04:12.968]➜  cp $WORK/b1926/_pkg_.a /root/.cache/go-build/90/90f7c4f479c9a1519de13a13c40c04845cf4cfc7c407cea16fa2059d24e8d28f-d # internal
2025-08-20T21:21:19.6373383Z [00:04:12.968]➜  go.mongodb.org/mongo-driver/internal/randutil
2025-08-20T21:21:19.6374033Z [00:04:12.968]➜  mkdir -p $WORK/b1925/
2025-08-20T21:21:19.6374781Z [00:04:12.968]➜  cat >/tmp/go-build3619502580/b1925/importcfg << 'EOF' # internal
2025-08-20T21:21:19.6375477Z [00:04:12.968]➜  # import config
2025-08-20T21:21:19.6376178Z [00:04:12.968]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:21:19.6377051Z [00:04:12.969]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:19.6378287Z [00:04:12.969]➜  packagefile go.mongodb.org/mongo-driver/internal/rand=/tmp/go-build3619502580/b1926/_pkg_.a
2025-08-20T21:21:19.6379370Z [00:04:12.969]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:19.6379985Z [00:04:12.969]➜  EOF
2025-08-20T21:21:19.6384111Z [00:04:12.969]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1925/_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/b1925=>" -p go.mongodb.org/mongo-driver/internal/randutil -lang=go1.18 -complete -installsuffix shared -buildid F98T6SFrhY_Q96CYEgIO/F98T6SFrhY_Q96CYEgIO -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/internal/randutil/randutil.go
2025-08-20T21:21:19.6534495Z [00:04:12.993]➜  go tool buildid -w $WORK/b1925/_pkg_.a # internal
2025-08-20T21:21:19.6540827Z [00:04:12.993]➜  cp $WORK/b1925/_pkg_.a /root/.cache/go-build/a9/a9d36b65b1573cdb8047e394aed46df2f10ce940114ce926bbc9833ef1780523-d # internal
2025-08-20T21:21:19.6555986Z [00:04:12.995]➜  go.mongodb.org/mongo-driver/internal/uuid
2025-08-20T21:21:19.6556659Z [00:04:12.995]➜  mkdir -p $WORK/b1924/
2025-08-20T21:21:19.6561645Z [00:04:12.995]➜  cat >/tmp/go-build3619502580/b1924/importcfg << 'EOF' # internal
2025-08-20T21:21:19.6562349Z [00:04:12.995]➜  # import config
2025-08-20T21:21:19.6563245Z [00:04:12.995]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:21:19.6564476Z [00:04:12.995]➜  packagefile go.mongodb.org/mongo-driver/internal/randutil=/tmp/go-build3619502580/b1925/_pkg_.a
2025-08-20T21:21:19.6565461Z [00:04:12.995]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:19.6566041Z [00:04:12.995]➜  EOF
2025-08-20T21:21:19.6586994Z [00:04:12.998]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1924/_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/b1924=>" -p go.mongodb.org/mongo-driver/internal/uuid -lang=go1.18 -complete -installsuffix shared -buildid H2lheQK8x0IeQGCnuPda/H2lheQK8x0IeQGCnuPda -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/uuid/uuid.go
2025-08-20T21:21:19.6866635Z [00:04:13.026]➜  go tool buildid -w $WORK/b1924/_pkg_.a # internal
2025-08-20T21:21:19.6874685Z [00:04:13.027]➜  cp $WORK/b1924/_pkg_.a /root/.cache/go-build/00/002983702ad56e9c06226fd8f67251cd1962da3c263af9360182e492f899a018-d # internal
2025-08-20T21:21:19.6876984Z [00:04:13.027]➜  golang.org/x/crypto/pbkdf2
2025-08-20T21:21:19.6879433Z [00:04:13.027]➜  mkdir -p $WORK/b1929/
2025-08-20T21:21:19.6883425Z [00:04:13.028]➜  cat >/tmp/go-build3619502580/b1929/importcfg << 'EOF' # internal
2025-08-20T21:21:19.6884631Z [00:04:13.028]➜  # import config
2025-08-20T21:21:19.6885877Z [00:04:13.028]➜  packagefile crypto/hmac=/tmp/go-build3619502580/b135/_pkg_.a
2025-08-20T21:21:19.6886895Z [00:04:13.028]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:21:19.6888429Z [00:04:13.028]➜  EOF
2025-08-20T21:21:19.6897164Z [00:04:13.029]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1929/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/pbkdf2=>golang.org/x/crypto@v0.37.0/pbkdf2;$WORK/b1929=>" -p golang.org/x/crypto/pbkdf2 -lang=go1.23 -complete -installsuffix shared -buildid UtDYlAnJp7jxrf_VmrYi/UtDYlAnJp7jxrf_VmrYi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1929/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/pbkdf2/pbkdf2.go
2025-08-20T21:21:19.7153865Z [00:04:13.054]➜  go tool buildid -w $WORK/b1929/_pkg_.a # internal
2025-08-20T21:21:19.7156587Z [00:04:13.055]➜  go tool buildid -w $WORK/b1775/_pkg_.a # internal
2025-08-20T21:21:19.7160476Z [00:04:13.055]➜  cp $WORK/b1929/_pkg_.a /root/.cache/go-build/e5/e5ef715ccd71a0d45e25aae14855ba516f8ac97cabb16741de47eb4dcaff3feb-d # internal
2025-08-20T21:21:19.7164700Z [00:04:13.055]➜  golang.org/x/crypto/scrypt
2025-08-20T21:21:19.7165289Z [00:04:13.055]➜  mkdir -p $WORK/b1930/
2025-08-20T21:21:19.7167256Z [00:04:13.056]➜  cat >/tmp/go-build3619502580/b1930/importcfg << 'EOF' # internal
2025-08-20T21:21:19.7167912Z [00:04:13.056]➜  # import config
2025-08-20T21:21:19.7168595Z [00:04:13.056]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:21:19.7169497Z [00:04:13.056]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:19.7170361Z [00:04:13.056]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:19.7171408Z [00:04:13.056]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build3619502580/b1929/_pkg_.a
2025-08-20T21:21:19.7172339Z [00:04:13.056]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:21:19.7172937Z [00:04:13.056]➜  EOF
2025-08-20T21:21:19.7176198Z [00:04:13.056]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1930/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/scrypt=>golang.org/x/crypto@v0.37.0/scrypt;$WORK/b1930=>" -p golang.org/x/crypto/scrypt -lang=go1.23 -complete -installsuffix shared -buildid wnaFIcz6i87XCPtuujnQ/wnaFIcz6i87XCPtuujnQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1930/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/scrypt/scrypt.go
2025-08-20T21:21:19.7196589Z [00:04:13.059]➜  cp $WORK/b1775/_pkg_.a /root/.cache/go-build/f3/f33f8612046064e580b03ad319a587d173dea6490313b2626c894f4e8dbc16ee-d # internal
2025-08-20T21:21:19.7206134Z [00:04:13.060]➜  github.com/vadv/gopher-lua-libs
2025-08-20T21:21:19.7208687Z [00:04:13.060]➜  mkdir -p $WORK/b1774/
2025-08-20T21:21:19.7222736Z [00:04:13.061]➜  cat >/tmp/go-build3619502580/b1774/importcfg << 'EOF' # internal
2025-08-20T21:21:19.7228796Z [00:04:13.061]➜  # import config
2025-08-20T21:21:19.7229714Z [00:04:13.061]➜  packagefile github.com/vadv/gopher-lua-libs/plugin=/tmp/go-build3619502580/b1775/_pkg_.a
2025-08-20T21:21:19.7230886Z [00:04:13.061]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:19.7231956Z [00:04:13.061]➜  EOF
2025-08-20T21:21:19.7235391Z [00:04:13.061]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1774/_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/b1774=>" -p github.com/vadv/gopher-lua-libs -lang=go1.16 -complete -installsuffix shared -buildid 3S1jMbequ2acUgE3OoWC/3S1jMbequ2acUgE3OoWC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1774/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/preload.go
2025-08-20T21:21:19.7456634Z [00:04:13.085]➜  go tool buildid -w $WORK/b1930/_pkg_.a # internal
2025-08-20T21:21:19.7465136Z [00:04:13.086]➜  cp $WORK/b1930/_pkg_.a /root/.cache/go-build/e5/e52d794881e4215747f45928a91570128392b737b531e249986b94c218f49042-d # internal
2025-08-20T21:21:19.7470379Z [00:04:13.086]➜  github.com/youmark/pkcs8
2025-08-20T21:21:19.7470995Z [00:04:13.086]➜  mkdir -p $WORK/b1928/
2025-08-20T21:21:19.7478451Z [00:04:13.087]➜  cat >/tmp/go-build3619502580/b1928/importcfg << 'EOF' # internal
2025-08-20T21:21:19.7479467Z [00:04:13.087]➜  # import config
2025-08-20T21:21:19.7481867Z [00:04:13.087]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:19.7482720Z [00:04:13.087]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:21:19.7483635Z [00:04:13.087]➜  packagefile crypto/aes=/tmp/go-build3619502580/b110/_pkg_.a
2025-08-20T21:21:19.7484591Z [00:04:13.087]➜  packagefile crypto/cipher=/tmp/go-build3619502580/b084/_pkg_.a
2025-08-20T21:21:19.7485568Z [00:04:13.087]➜  packagefile crypto/des=/tmp/go-build3619502580/b111/_pkg_.a
2025-08-20T21:21:19.7486529Z [00:04:13.087]➜  packagefile crypto/ecdsa=/tmp/go-build3619502580/b117/_pkg_.a
2025-08-20T21:21:19.7487470Z [00:04:13.087]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:21:19.7488421Z [00:04:13.087]➜  packagefile crypto/rsa=/tmp/go-build3619502580/b147/_pkg_.a
2025-08-20T21:21:19.7489567Z [00:04:13.087]➜  packagefile crypto/sha1=/tmp/go-build3619502580/b149/_pkg_.a
2025-08-20T21:21:19.7490585Z [00:04:13.087]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:21:19.7491759Z [00:04:13.087]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:21:19.7492663Z [00:04:13.087]➜  packagefile crypto/x509/pkix=/tmp/go-build3619502580/b155/_pkg_.a
2025-08-20T21:21:19.7493576Z [00:04:13.087]➜  packagefile encoding/asn1=/tmp/go-build3619502580/b128/_pkg_.a
2025-08-20T21:21:19.7494395Z [00:04:13.087]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:19.7495117Z [00:04:13.087]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:19.7495974Z [00:04:13.087]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build3619502580/b1929/_pkg_.a
2025-08-20T21:21:19.7497047Z [00:04:13.087]➜  packagefile golang.org/x/crypto/scrypt=/tmp/go-build3619502580/b1930/_pkg_.a
2025-08-20T21:21:19.7497996Z [00:04:13.087]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:21:19.7498588Z [00:04:13.087]➜  EOF
2025-08-20T21:21:19.7509288Z [00:04:13.087]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1928/_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/b1928=>" -p github.com/youmark/pkcs8 -lang=go1.17 -complete -installsuffix shared -buildid s6qOZTJhxSWXae5w0O4O/s6qOZTJhxSWXae5w0O4O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1928/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:21:19.7584761Z [00:04:13.097]➜  go tool buildid -w $WORK/b1774/_pkg_.a # internal
2025-08-20T21:21:19.7623486Z [00:04:13.097]➜  cp $WORK/b1774/_pkg_.a /root/.cache/go-build/31/31bbd008617b7792c0ffc0413373296619c023fa74b416f1f9e28e94e938cf93-d # internal
2025-08-20T21:21:19.7624707Z [00:04:13.097]➜  github.com/jrnd-io/jr/pkg/producers/luascript
2025-08-20T21:21:19.7625361Z [00:04:13.097]➜  mkdir -p $WORK/b1773/
2025-08-20T21:21:19.7626097Z [00:04:13.097]➜  cat >/tmp/go-build3619502580/b1773/importcfg << 'EOF' # internal
2025-08-20T21:21:19.7626785Z [00:04:13.097]➜  # import config
2025-08-20T21:21:19.7627442Z [00:04:13.097]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:19.7628316Z [00:04:13.098]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:19.7629305Z [00:04:13.098]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build3619502580/b216/_pkg_.a
2025-08-20T21:21:19.7630742Z [00:04:13.098]➜  packagefile github.com/vadv/gopher-lua-libs=/tmp/go-build3619502580/b1774/_pkg_.a
2025-08-20T21:21:19.7632721Z [00:04:13.098]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:19.7634087Z [00:04:13.098]➜  packagefile github.com/yuin/gopher-lua/parse=/tmp/go-build3619502580/b1779/_pkg_.a
2025-08-20T21:21:19.7635466Z [00:04:13.098]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:19.7636428Z [00:04:13.098]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:19.7637040Z [00:04:13.098]➜  EOF
2025-08-20T21:21:19.7640905Z [00:04:13.098]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1773/_pkg_.a -trimpath "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/luascript=>github.com/jrnd-io/jr/pkg/producers/luascript;$WORK/b1773=>" -p github.com/jrnd-io/jr/pkg/producers/luascript -lang=go1.24 -complete -installsuffix shared -buildid 7l8OPGhuqC_TF7WT1Znb/7l8OPGhuqC_TF7WT1Znb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1773/importcfg -pack ./pkg/producers/luascript/config.go ./pkg/producers/luascript/producer.go
2025-08-20T21:21:19.7645277Z [00:04:13.099]➜  go tool buildid -w $WORK/b1910/_pkg_.a # internal
2025-08-20T21:21:19.7671417Z [00:04:13.106]➜  cp $WORK/b1910/_pkg_.a /root/.cache/go-build/c7/c79f41c44c0a347591e5ade67b6253e51b660cbc39b380f39fb9cfbb5cc24ea7-d # internal
2025-08-20T21:21:19.7682276Z [00:04:13.107]➜  go.mongodb.org/mongo-driver/bson/bsonrw
2025-08-20T21:21:19.7686406Z [00:04:13.108]➜  mkdir -p $WORK/b1907/
2025-08-20T21:21:19.7698384Z [00:04:13.109]➜  cat >/tmp/go-build3619502580/b1907/importcfg << 'EOF' # internal
2025-08-20T21:21:19.7699084Z [00:04:13.109]➜  # import config
2025-08-20T21:21:19.7699719Z [00:04:13.109]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:19.7700556Z [00:04:13.109]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:19.7701619Z [00:04:13.109]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:19.7702518Z [00:04:13.109]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:21:19.7703359Z [00:04:13.109]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:19.7704125Z [00:04:13.109]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:19.7705374Z [00:04:13.109]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3619502580/b1908/_pkg_.a
2025-08-20T21:21:19.7706858Z [00:04:13.109]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3619502580/b1909/_pkg_.a
2025-08-20T21:21:19.7708191Z [00:04:13.109]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3619502580/b1910/_pkg_.a
2025-08-20T21:21:19.7709230Z [00:04:13.109]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:19.7710019Z [00:04:13.109]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:19.7710818Z [00:04:13.109]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:19.7711838Z [00:04:13.109]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:19.7712827Z [00:04:13.109]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:19.7713686Z [00:04:13.109]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:19.7714489Z [00:04:13.109]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:19.7715304Z [00:04:13.109]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:21:19.7716206Z [00:04:13.109]➜  packagefile unicode/utf16=/tmp/go-build3619502580/b070/_pkg_.a
2025-08-20T21:21:19.7717122Z [00:04:13.109]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:19.7717763Z [00:04:13.109]➜  EOF
2025-08-20T21:21:19.7735633Z [00:04:13.112]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1907/_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/b1907=>" -p go.mongodb.org/mongo-driver/bson/bsonrw -lang=go1.18 -complete -installsuffix shared -buildid gvEg3pBtvVafY0KnyGMX/gvEg3pBtvVafY0KnyGMX -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/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:21:19.7964473Z [00:04:13.135]➜  go tool buildid -w $WORK/b1773/_pkg_.a # internal
2025-08-20T21:21:19.7967903Z [00:04:13.135]➜  cp $WORK/b1773/_pkg_.a /root/.cache/go-build/46/4644483aa07a0b9a92152574132efad68927ecbe86388ed309e0061495387990-d # internal
2025-08-20T21:21:19.7970605Z [00:04:13.135]➜  go.mongodb.org/mongo-driver/internal/csfle
2025-08-20T21:21:19.7981992Z [00:04:13.135]➜  mkdir -p $WORK/b1920/
2025-08-20T21:21:19.7982783Z [00:04:13.135]➜  cat >/tmp/go-build3619502580/b1920/importcfg << 'EOF' # internal
2025-08-20T21:21:19.7983468Z [00:04:13.135]➜  # import config
2025-08-20T21:21:19.7984144Z [00:04:13.135]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:19.7985013Z [00:04:13.135]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:19.7986155Z [00:04:13.135]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3619502580/b1910/_pkg_.a
2025-08-20T21:21:19.7987014Z [00:04:13.135]➜  EOF
2025-08-20T21:21:19.7990759Z [00:04:13.135]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1920/_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/b1920=>" -p go.mongodb.org/mongo-driver/internal/csfle -lang=go1.18 -complete -installsuffix shared -buildid sOpUH9evUw1bhBV2pNeT/sOpUH9evUw1bhBV2pNeT -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/csfle/csfle.go
2025-08-20T21:21:19.8122245Z [00:04:13.151]➜  go tool buildid -w $WORK/b1920/_pkg_.a # internal
2025-08-20T21:21:19.8129903Z [00:04:13.152]➜  cp $WORK/b1920/_pkg_.a /root/.cache/go-build/d6/d602c6490c78ba1ba1843c7d194443659ed03b97b48d1f7a20ce678f248fde6d-d # internal
2025-08-20T21:21:19.8132181Z [00:04:13.152]➜  go.mongodb.org/mongo-driver/mongo/readconcern
2025-08-20T21:21:19.8133621Z [00:04:13.153]➜  mkdir -p $WORK/b1931/
2025-08-20T21:21:19.8136906Z [00:04:13.153]➜  cat >/tmp/go-build3619502580/b1931/importcfg << 'EOF' # internal
2025-08-20T21:21:19.8137989Z [00:04:13.153]➜  # import config
2025-08-20T21:21:19.8139506Z [00:04:13.153]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:19.8140834Z [00:04:13.153]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3619502580/b1908/_pkg_.a
2025-08-20T21:21:19.8142756Z [00:04:13.153]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3619502580/b1910/_pkg_.a
2025-08-20T21:21:19.8143935Z [00:04:13.153]➜  EOF
2025-08-20T21:21:19.8148027Z [00:04:13.153]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1931/_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/b1931=>" -p go.mongodb.org/mongo-driver/mongo/readconcern -lang=go1.18 -complete -installsuffix shared -buildid LFbqHW20szwViExyfHQ0/LFbqHW20szwViExyfHQ0 -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/mongo/readconcern/readconcern.go
2025-08-20T21:21:19.8237912Z [00:04:13.163]➜  go tool buildid -w $WORK/b1928/_pkg_.a # internal
2025-08-20T21:21:19.8254168Z [00:04:13.164]➜  cp $WORK/b1928/_pkg_.a /root/.cache/go-build/ca/cabd441617bdea3152c59b6013af3309acdcd155ae6162132516a51bdf6b865a-d # internal
2025-08-20T21:21:19.8261578Z [00:04:13.165]➜  github.com/klauspost/compress/fse
2025-08-20T21:21:19.8262225Z [00:04:13.165]➜  mkdir -p $WORK/b1937/
2025-08-20T21:21:19.8266203Z [00:04:13.166]➜  cat >/tmp/go-build3619502580/b1937/importcfg << 'EOF' # internal
2025-08-20T21:21:19.8266943Z [00:04:13.166]➜  # import config
2025-08-20T21:21:19.8267885Z [00:04:13.166]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:19.8268857Z [00:04:13.166]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:19.8269711Z [00:04:13.166]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:19.8287152Z [00:04:13.166]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:19.8288153Z [00:04:13.166]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:21:19.8288993Z [00:04:13.166]➜  EOF
2025-08-20T21:21:19.8297421Z [00:04:13.167]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1937/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse=>github.com/klauspost/compress@v1.18.0/fse;$WORK/b1937=>" -p github.com/klauspost/compress/fse -lang=go1.22 -complete -installsuffix shared -buildid Lb0ExCVqDs3xkEojaTOi/Lb0ExCVqDs3xkEojaTOi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1937/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:21:19.8323293Z [00:04:13.171]➜  go tool buildid -w $WORK/b1931/_pkg_.a # internal
2025-08-20T21:21:19.8330160Z [00:04:13.172]➜  cp $WORK/b1931/_pkg_.a /root/.cache/go-build/f9/f9bea1693bd836c6408ec575323836eb22ae602f5060d3f69337d461767a4298-d # internal
2025-08-20T21:21:19.8344520Z [00:04:13.173]➜  github.com/klauspost/compress/internal/snapref
2025-08-20T21:21:19.8345170Z [00:04:13.173]➜  mkdir -p $WORK/b1940/
2025-08-20T21:21:19.8345893Z [00:04:13.173]➜  cat >/tmp/go-build3619502580/b1940/importcfg << 'EOF' # internal
2025-08-20T21:21:19.8346568Z [00:04:13.173]➜  # import config
2025-08-20T21:21:19.8347299Z [00:04:13.173]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:19.8348180Z [00:04:13.173]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:19.8349196Z [00:04:13.173]➜  packagefile hash/crc32=/tmp/go-build3619502580/b078/_pkg_.a
2025-08-20T21:21:19.8350047Z [00:04:13.173]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:19.8350638Z [00:04:13.173]➜  EOF
2025-08-20T21:21:19.8357183Z [00:04:13.173]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1940/_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/b1940=>" -p github.com/klauspost/compress/internal/snapref -lang=go1.22 -complete -installsuffix shared -buildid LxOk2naGsfcscnfGcJRa/LxOk2naGsfcscnfGcJRa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1940/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:21:19.8958871Z [00:04:13.233]➜  go tool buildid -w $WORK/b1940/_pkg_.a # internal
2025-08-20T21:21:19.8960484Z [00:04:13.234]➜  cp $WORK/b1940/_pkg_.a /root/.cache/go-build/ac/ac0712a715e97a1d66376ddf9e4cde601262a82e416040db6bef88e337c966cd-d # internal
2025-08-20T21:21:19.8962179Z [00:04:13.234]➜  github.com/klauspost/compress/zstd/internal/xxhash
2025-08-20T21:21:19.8973708Z [00:04:13.237]➜  mkdir -p $WORK/b1941/
2025-08-20T21:21:19.8986482Z [00:04:13.238]➜  echo -n > $WORK/b1941/go_asm.h # internal
2025-08-20T21:21:19.8994248Z [00:04:13.238]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash
2025-08-20T21:21:19.8997940Z [00:04:13.238]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/zstd/internal/xxhash -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash=>github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash;$WORK/b1941=>" -I $WORK/b1941/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1941/symabis ./xxhash_amd64.s
2025-08-20T21:21:19.9158961Z [00:04:13.255]➜  cat >/tmp/go-build3619502580/b1941/importcfg << 'EOF' # internal
2025-08-20T21:21:19.9173867Z [00:04:13.255]➜  # import config
2025-08-20T21:21:19.9174585Z [00:04:13.255]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:19.9175427Z [00:04:13.255]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:19.9176230Z [00:04:13.255]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:21:19.9176837Z [00:04:13.255]➜  EOF
2025-08-20T21:21:19.9177290Z [00:04:13.256]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:19.9183254Z [00:04:13.256]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1941/_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/b1941=>" -p github.com/klauspost/compress/zstd/internal/xxhash -lang=go1.22 -installsuffix shared -buildid qI53LTnLdwDIALZcyE5T/qI53LTnLdwDIALZcyE5T -goversion go1.25.0 -symabis $WORK/b1941/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1941/importcfg -pack -asmhdr $WORK/b1941/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:21:19.9402195Z [00:04:13.279]➜  go tool buildid -w $WORK/b1937/_pkg_.a # internal
2025-08-20T21:21:19.9403959Z [00:04:13.279]➜  cp $WORK/b1937/_pkg_.a /root/.cache/go-build/ef/ef3d52c583370559a13c74c39940fec6a420ff4f68215370506f80c17816a835-d # internal
2025-08-20T21:21:19.9406812Z [00:04:13.279]➜  github.com/klauspost/compress/huff0
2025-08-20T21:21:19.9407443Z [00:04:13.279]➜  mkdir -p $WORK/b1936/
2025-08-20T21:21:19.9408267Z [00:04:13.279]➜  echo -n > $WORK/b1936/go_asm.h # internal
2025-08-20T21:21:19.9409137Z [00:04:13.279]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0
2025-08-20T21:21:19.9412317Z [00:04:13.279]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/huff0 -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0=>github.com/klauspost/compress@v1.18.0/huff0;$WORK/b1936=>" -I $WORK/b1936/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1936/symabis ./decompress_amd64.s
2025-08-20T21:21:19.9557497Z [00:04:13.294]➜  cat >/tmp/go-build3619502580/b1936/importcfg << 'EOF' # internal
2025-08-20T21:21:19.9558366Z [00:04:13.294]➜  # import config
2025-08-20T21:21:19.9559061Z [00:04:13.294]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:19.9559888Z [00:04:13.294]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:19.9560989Z [00:04:13.294]➜  packagefile github.com/klauspost/compress/fse=/tmp/go-build3619502580/b1937/_pkg_.a
2025-08-20T21:21:19.9562514Z [00:04:13.294]➜  packagefile github.com/klauspost/compress/internal/cpuinfo=/tmp/go-build3619502580/b1938/_pkg_.a
2025-08-20T21:21:19.9563963Z [00:04:13.294]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build3619502580/b1939/_pkg_.a
2025-08-20T21:21:19.9565063Z [00:04:13.294]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:19.9565897Z [00:04:13.294]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:19.9566752Z [00:04:13.294]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:21:19.9567648Z [00:04:13.294]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:19.9568668Z [00:04:13.294]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:19.9569321Z [00:04:13.294]➜  EOF
2025-08-20T21:21:19.9569818Z [00:04:13.295]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:19.9579832Z [00:04:13.295]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1936/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0=>github.com/klauspost/compress@v1.18.0/huff0;$WORK/b1936=>" -p github.com/klauspost/compress/huff0 -lang=go1.22 -installsuffix shared -buildid W_udoCvsncTTzLvVQzas/W_udoCvsncTTzLvVQzas -goversion go1.25.0 -symabis $WORK/b1936/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1936/importcfg -pack -asmhdr $WORK/b1936/go_asm.h /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/bitreader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/bitwriter.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/compress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/decompress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/decompress_amd64.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/huff0.go
2025-08-20T21:21:19.9598425Z [00:04:13.299]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash
2025-08-20T21:21:19.9607509Z [00:04:13.300]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/zstd/internal/xxhash -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash=>github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash;$WORK/b1941=>" -I $WORK/b1941/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1941/xxhash_amd64.o ./xxhash_amd64.s
2025-08-20T21:21:19.9656859Z [00:04:13.305]➜  go tool pack r $WORK/b1941/_pkg_.a $WORK/b1941/xxhash_amd64.o # internal
2025-08-20T21:21:19.9661392Z [00:04:13.305]➜  go tool buildid -w $WORK/b1941/_pkg_.a # internal
2025-08-20T21:21:19.9665949Z [00:04:13.306]➜  cp $WORK/b1941/_pkg_.a /root/.cache/go-build/8e/8e24d4bb7ae4f83cf9bc482b3d74e114fac8b80a206aeb6a0c0c04183d86298b-d # internal
2025-08-20T21:21:19.9684955Z [00:04:13.308]➜  go.mongodb.org/mongo-driver/internal/driverutil
2025-08-20T21:21:19.9688993Z [00:04:13.308]➜  mkdir -p $WORK/b1942/
2025-08-20T21:21:19.9703226Z [00:04:13.308]➜  cat >/tmp/go-build3619502580/b1942/importcfg << 'EOF' # internal
2025-08-20T21:21:19.9703984Z [00:04:13.308]➜  # import config
2025-08-20T21:21:19.9704664Z [00:04:13.308]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:19.9705593Z [00:04:13.308]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:19.9706245Z [00:04:13.308]➜  EOF
2025-08-20T21:21:19.9706746Z [00:04:13.308]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:19.9711849Z [00:04:13.308]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1942/_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/b1942=>" -p go.mongodb.org/mongo-driver/internal/driverutil -lang=go1.18 -complete -installsuffix shared -buildid mQ7fgvpKWgx2HErfYKAv/mQ7fgvpKWgx2HErfYKAv -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/internal/driverutil/hello.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/driverutil/operation.go
2025-08-20T21:21:19.9837890Z [00:04:13.323]➜  go tool buildid -w $WORK/b1942/_pkg_.a # internal
2025-08-20T21:21:19.9845512Z [00:04:13.324]➜  cp $WORK/b1942/_pkg_.a /root/.cache/go-build/0d/0defcb9d85f20df93ef8eaa0af6d93b74b51e74efa4cf340a980678e6b8cf9a0-d # internal
2025-08-20T21:21:19.9849309Z [00:04:13.324]➜  go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options
2025-08-20T21:21:19.9854039Z [00:04:13.325]➜  mkdir -p $WORK/b1944/
2025-08-20T21:21:19.9859466Z [00:04:13.325]➜  cat >/tmp/go-build3619502580/b1944/importcfg << 'EOF' # internal
2025-08-20T21:21:19.9865807Z [00:04:13.326]➜  # import config
2025-08-20T21:21:19.9873255Z [00:04:13.326]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3619502580/b1909/_pkg_.a
2025-08-20T21:21:19.9886642Z [00:04:13.326]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3619502580/b1910/_pkg_.a
2025-08-20T21:21:19.9887772Z [00:04:13.326]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:19.9888394Z [00:04:13.326]➜  EOF
2025-08-20T21:21:19.9894750Z [00:04:13.326]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1944/_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/b1944=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options -lang=go1.18 -complete -installsuffix shared -buildid KFEK1WPU9kNI2rxsL99N/KFEK1WPU9kNI2rxsL99N -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/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:21:20.0177431Z [00:04:13.357]➜  go tool buildid -w $WORK/b1944/_pkg_.a # internal
2025-08-20T21:21:20.0191123Z [00:04:13.358]➜  cp $WORK/b1944/_pkg_.a /root/.cache/go-build/58/58676c57157c2ba97b6b154010b534505b63ac592c2fe42117783167440d0d12-d # internal
2025-08-20T21:21:20.0200703Z [00:04:13.358]➜  go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt
2025-08-20T21:21:20.0201611Z [00:04:13.359]➜  mkdir -p $WORK/b1943/
2025-08-20T21:21:20.0212995Z [00:04:13.359]➜  cat >/tmp/go-build3619502580/b1943/importcfg << 'EOF' # internal
2025-08-20T21:21:20.0213724Z [00:04:13.359]➜  # import config
2025-08-20T21:21:20.0214424Z [00:04:13.359]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:20.0215595Z [00:04:13.359]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3619502580/b1910/_pkg_.a
2025-08-20T21:21:20.0217165Z [00:04:13.359]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options=/tmp/go-build3619502580/b1944/_pkg_.a
2025-08-20T21:21:20.0218386Z [00:04:13.359]➜  EOF
2025-08-20T21:21:20.0228997Z [00:04:13.360]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1943/_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/b1943=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt -lang=go1.18 -complete -installsuffix shared -buildid J0WLMoS8rhHyIMd1EAxB/J0WLMoS8rhHyIMd1EAxB -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/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:21:20.0773978Z [00:04:13.416]➜  go tool buildid -w $WORK/b1943/_pkg_.a # internal
2025-08-20T21:21:20.0799706Z [00:04:13.419]➜  cp $WORK/b1943/_pkg_.a /root/.cache/go-build/1f/1f3febe4afc13dcd888285373334a7e11e35f1d034366017b3789448d2877c86-d # internal
2025-08-20T21:21:20.0804304Z [00:04:13.419]➜  go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage
2025-08-20T21:21:20.0815706Z [00:04:13.421]➜  mkdir -p $WORK/b1946/
2025-08-20T21:21:20.0822393Z [00:04:13.421]➜  cat >/tmp/go-build3619502580/b1946/importcfg << 'EOF' # internal
2025-08-20T21:21:20.0832220Z [00:04:13.422]➜  # import config
2025-08-20T21:21:20.0832912Z [00:04:13.422]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:20.0833821Z [00:04:13.422]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:20.0835003Z [00:04:13.422]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3619502580/b1910/_pkg_.a
2025-08-20T21:21:20.0836091Z [00:04:13.422]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:20.0836956Z [00:04:13.422]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:20.0837605Z [00:04:13.422]➜  EOF
2025-08-20T21:21:20.0842375Z [00:04:13.422]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1946/_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/b1946=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage -lang=go1.18 -complete -installsuffix shared -buildid SYSVJF-etNsW2dyHpLdV/SYSVJF-etNsW2dyHpLdV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1946/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/wiremessage/wiremessage.go
2025-08-20T21:21:20.1457984Z [00:04:13.485]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0
2025-08-20T21:21:20.1463200Z [00:04:13.485]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/huff0 -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0=>github.com/klauspost/compress@v1.18.0/huff0;$WORK/b1936=>" -I $WORK/b1936/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1936/decompress_amd64.o ./decompress_amd64.s
2025-08-20T21:21:20.1520832Z [00:04:13.491]➜  go tool pack r $WORK/b1936/_pkg_.a $WORK/b1936/decompress_amd64.o # internal
2025-08-20T21:21:20.1524125Z [00:04:13.492]➜  go tool buildid -w $WORK/b1936/_pkg_.a # internal
2025-08-20T21:21:20.1546884Z [00:04:13.494]➜  cp $WORK/b1936/_pkg_.a /root/.cache/go-build/8f/8f8ef9360275cebd9d1053af74d95b6456c93a11c6dcbc7135e1ec8a9a63acaa-d # internal
2025-08-20T21:21:20.1562586Z [00:04:13.495]➜  github.com/klauspost/compress/zstd
2025-08-20T21:21:20.1574353Z [00:04:13.497]➜  mkdir -p $WORK/b1934/
2025-08-20T21:21:20.1579231Z [00:04:13.497]➜  echo -n > $WORK/b1934/go_asm.h # internal
2025-08-20T21:21:20.1583307Z [00:04:13.497]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd
2025-08-20T21:21:20.1589960Z [00:04:13.498]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/zstd -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd=>github.com/klauspost/compress@v1.18.0/zstd;$WORK/b1934=>" -I $WORK/b1934/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1934/symabis ./fse_decoder_amd64.s ./matchlen_amd64.s ./seqdec_amd64.s
2025-08-20T21:21:20.1959579Z [00:04:13.535]➜  go tool buildid -w $WORK/b1946/_pkg_.a # internal
2025-08-20T21:21:20.1988045Z [00:04:13.538]➜  cp $WORK/b1946/_pkg_.a /root/.cache/go-build/0d/0d098cc885ac36e8cf4d03145a5ad13c59478179b4750fcdfa1e849289d1652b-d # internal
2025-08-20T21:21:20.1997203Z [00:04:13.538]➜  github.com/xdg-go/pbkdf2
2025-08-20T21:21:20.1997809Z [00:04:13.538]➜  mkdir -p $WORK/b1949/
2025-08-20T21:21:20.1998541Z [00:04:13.538]➜  cat >/tmp/go-build3619502580/b1949/importcfg << 'EOF' # internal
2025-08-20T21:21:20.1999244Z [00:04:13.538]➜  # import config
2025-08-20T21:21:20.1999943Z [00:04:13.538]➜  packagefile crypto/hmac=/tmp/go-build3619502580/b135/_pkg_.a
2025-08-20T21:21:20.2000856Z [00:04:13.538]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:20.2001962Z [00:04:13.538]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:21:20.2002554Z [00:04:13.538]➜  EOF
2025-08-20T21:21:20.2003016Z [00:04:13.538]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:20.2006422Z [00:04:13.538]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1949/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xdg-go/pbkdf2@v1.0.0=>github.com/xdg-go/pbkdf2@v1.0.0;$WORK/b1949=>" -p github.com/xdg-go/pbkdf2 -lang=go1.9 -complete -installsuffix shared -buildid XbOY3ERM0l2j1Rr5EjK4/XbOY3ERM0l2j1Rr5EjK4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1949/importcfg -pack /root/go/pkg/mod/github.com/xdg-go/pbkdf2@v1.0.0/pbkdf2.go
2025-08-20T21:21:20.2076747Z [00:04:13.547]➜  cat >/tmp/go-build3619502580/b1934/importcfg << 'EOF' # internal
2025-08-20T21:21:20.2090362Z [00:04:13.547]➜  # import config
2025-08-20T21:21:20.2091482Z [00:04:13.547]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:20.2092562Z [00:04:13.547]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:20.2094714Z [00:04:13.547]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:21:20.2095653Z [00:04:13.547]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:20.2096557Z [00:04:13.547]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:21:20.2097390Z [00:04:13.547]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:20.2098177Z [00:04:13.547]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:20.2099153Z [00:04:13.547]➜  packagefile github.com/klauspost/compress=/tmp/go-build3619502580/b1935/_pkg_.a
2025-08-20T21:21:20.2100350Z [00:04:13.547]➜  packagefile github.com/klauspost/compress/huff0=/tmp/go-build3619502580/b1936/_pkg_.a
2025-08-20T21:21:20.2103724Z [00:04:13.547]➜  packagefile github.com/klauspost/compress/internal/cpuinfo=/tmp/go-build3619502580/b1938/_pkg_.a
2025-08-20T21:21:20.2105375Z [00:04:13.547]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build3619502580/b1939/_pkg_.a
2025-08-20T21:21:20.2106737Z [00:04:13.547]➜  packagefile github.com/klauspost/compress/internal/snapref=/tmp/go-build3619502580/b1940/_pkg_.a
2025-08-20T21:21:20.2108185Z [00:04:13.547]➜  packagefile github.com/klauspost/compress/zstd/internal/xxhash=/tmp/go-build3619502580/b1941/_pkg_.a
2025-08-20T21:21:20.2109332Z [00:04:13.547]➜  packagefile hash/crc32=/tmp/go-build3619502580/b078/_pkg_.a
2025-08-20T21:21:20.2110147Z [00:04:13.547]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:20.2110898Z [00:04:13.547]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:21:20.2112095Z [00:04:13.547]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:20.2112949Z [00:04:13.547]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:21:20.2113797Z [00:04:13.547]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:20.2114685Z [00:04:13.547]➜  packagefile runtime/debug=/tmp/go-build3619502580/b197/_pkg_.a
2025-08-20T21:21:20.2115516Z [00:04:13.547]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:21:20.2116289Z [00:04:13.547]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:20.2117065Z [00:04:13.547]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:20.2117862Z [00:04:13.547]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:20.2118775Z [00:04:13.547]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:20.2119356Z [00:04:13.547]➜  EOF
2025-08-20T21:21:20.2146323Z [00:04:13.547]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1934/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd=>github.com/klauspost/compress@v1.18.0/zstd;$WORK/b1934=>" -p github.com/klauspost/compress/zstd -lang=go1.22 -installsuffix shared -buildid 66qtFyDDwJQtdZjQMvXR/66qtFyDDwJQtdZjQMvXR -goversion go1.25.0 -symabis $WORK/b1934/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1934/importcfg -pack -asmhdr $WORK/b1934/go_asm.h /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bitreader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bitwriter.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/blockdec.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/blockenc.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/blocktype_string.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bytebuf.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bytereader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/decodeheader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/decoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/decoder_options.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/dict.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_base.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_best.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_better.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_dfast.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_fast.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/encoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/encoder_options.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/framedec.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/frameenc.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_decoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_decoder_amd64.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_encoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_predefined.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/hash.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/history.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/matchlen_amd64.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/seqdec.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/seqdec_amd64.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/seqenc.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/snappy.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/zip.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/zstd.go
2025-08-20T21:21:20.2285595Z [00:04:13.568]➜  go tool buildid -w $WORK/b1949/_pkg_.a # internal
2025-08-20T21:21:20.2291584Z [00:04:13.568]➜  cp $WORK/b1949/_pkg_.a /root/.cache/go-build/f0/f0bcacfbaca53fe1b1f2abb2e41270aa46e7b5a8ff44b20f9fc155669473fa0c-d # internal
2025-08-20T21:21:20.2305535Z [00:04:13.569]➜  github.com/xdg-go/stringprep
2025-08-20T21:21:20.2306132Z [00:04:13.569]➜  mkdir -p $WORK/b1950/
2025-08-20T21:21:20.2306880Z [00:04:13.569]➜  cat >/tmp/go-build3619502580/b1950/importcfg << 'EOF' # internal
2025-08-20T21:21:20.2307576Z [00:04:13.569]➜  # import config
2025-08-20T21:21:20.2308203Z [00:04:13.569]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:20.2309187Z [00:04:13.569]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3619502580/b231/_pkg_.a
2025-08-20T21:21:20.2310154Z [00:04:13.569]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:20.2310765Z [00:04:13.569]➜  EOF
2025-08-20T21:21:20.2322576Z [00:04:13.571]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1950/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xdg-go/stringprep@v1.0.4=>github.com/xdg-go/stringprep@v1.0.4;$WORK/b1950=>" -p github.com/xdg-go/stringprep -lang=go1.11 -complete -installsuffix shared -buildid S7W8RKpZ6F34uA9nHzq-/S7W8RKpZ6F34uA9nHzq- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1950/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:21:20.3733207Z [00:04:13.712]➜  go tool buildid -w $WORK/b1907/_pkg_.a # internal
2025-08-20T21:21:20.3810391Z [00:04:13.720]➜  cp $WORK/b1907/_pkg_.a /root/.cache/go-build/1c/1cb9bbeb66574c5c62e3b62e402074f712d29dec5edf46675aab15459fc6f315-d # internal
2025-08-20T21:21:20.3957176Z [00:04:13.735]➜  go.mongodb.org/mongo-driver/bson/bsoncodec
2025-08-20T21:21:20.3964169Z [00:04:13.735]➜  mkdir -p $WORK/b1905/
2025-08-20T21:21:20.3964958Z [00:04:13.735]➜  cat >/tmp/go-build3619502580/b1905/importcfg << 'EOF' # internal
2025-08-20T21:21:20.3965620Z [00:04:13.735]➜  # import config
2025-08-20T21:21:20.3966289Z [00:04:13.735]➜  packagefile encoding=/tmp/go-build3619502580/b059/_pkg_.a
2025-08-20T21:21:20.3967311Z [00:04:13.735]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:20.3968131Z [00:04:13.735]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:20.3968884Z [00:04:13.735]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:20.3969930Z [00:04:13.735]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonoptions=/tmp/go-build3619502580/b1906/_pkg_.a
2025-08-20T21:21:20.3971178Z [00:04:13.735]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build3619502580/b1907/_pkg_.a
2025-08-20T21:21:20.3972620Z [00:04:13.735]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3619502580/b1908/_pkg_.a
2025-08-20T21:21:20.3973881Z [00:04:13.735]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3619502580/b1909/_pkg_.a
2025-08-20T21:21:20.3975150Z [00:04:13.735]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3619502580/b1910/_pkg_.a
2025-08-20T21:21:20.3976380Z [00:04:13.735]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:20.3977168Z [00:04:13.735]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:20.3977965Z [00:04:13.735]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:20.3978734Z [00:04:13.735]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:20.3979498Z [00:04:13.735]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:20.3980284Z [00:04:13.735]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:20.3981066Z [00:04:13.735]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:20.3982159Z [00:04:13.735]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:20.3982977Z [00:04:13.735]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:20.3983573Z [00:04:13.735]➜  EOF
2025-08-20T21:21:20.4000979Z [00:04:13.735]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1905/_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/b1905=>" -p go.mongodb.org/mongo-driver/bson/bsoncodec -lang=go1.18 -complete -installsuffix shared -buildid YylY3gUpeyPC3EMoNh_j/YylY3gUpeyPC3EMoNh_j -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/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:21:20.4308566Z [00:04:13.770]➜  cd $WORK/b1607
2025-08-20T21:21:20.4313118Z [00:04:13.770]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1607=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1607/ -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=I8K4vTXjtHYDAVc8TlL5 -o $WORK/b1607/_x001.o -c _cgo_export.c
2025-08-20T21:21:20.4583647Z [00:04:13.797]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1607=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1607/ -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=I8K4vTXjtHYDAVc8TlL5 -o $WORK/b1607/_x002.o -c 00version.cgo2.c
2025-08-20T21:21:20.5061446Z [00:04:13.845]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1607=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1607/ -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=I8K4vTXjtHYDAVc8TlL5 -o $WORK/b1607/_x003.o -c adminapi.cgo2.c
2025-08-20T21:21:20.7437468Z [00:04:14.083]➜  go tool buildid -w $WORK/b1950/_pkg_.a # internal
2025-08-20T21:21:20.7469360Z [00:04:14.086]➜  cp $WORK/b1950/_pkg_.a /root/.cache/go-build/70/7011e9248cbadc810f99667874cf2743d6df2daae04c301a357bfc1230ad0a89-d # internal
2025-08-20T21:21:20.7472974Z [00:04:14.087]➜  github.com/xdg-go/scram
2025-08-20T21:21:20.7475276Z [00:04:14.087]➜  mkdir -p $WORK/b1948/
2025-08-20T21:21:20.7480587Z [00:04:14.087]➜  cat >/tmp/go-build3619502580/b1948/importcfg << 'EOF' # internal
2025-08-20T21:21:20.7483146Z [00:04:14.087]➜  # import config
2025-08-20T21:21:20.7484047Z [00:04:14.087]➜  packagefile crypto/hmac=/tmp/go-build3619502580/b135/_pkg_.a
2025-08-20T21:21:20.7484938Z [00:04:14.087]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:21:20.7485804Z [00:04:14.087]➜  packagefile crypto/sha1=/tmp/go-build3619502580/b149/_pkg_.a
2025-08-20T21:21:20.7486737Z [00:04:14.087]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:21:20.7487727Z [00:04:14.087]➜  packagefile crypto/sha512=/tmp/go-build3619502580/b126/_pkg_.a
2025-08-20T21:21:20.7488697Z [00:04:14.087]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:20.7489615Z [00:04:14.087]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:20.7490577Z [00:04:14.087]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:20.7491753Z [00:04:14.087]➜  packagefile github.com/xdg-go/pbkdf2=/tmp/go-build3619502580/b1949/_pkg_.a
2025-08-20T21:21:20.7492938Z [00:04:14.087]➜  packagefile github.com/xdg-go/stringprep=/tmp/go-build3619502580/b1950/_pkg_.a
2025-08-20T21:21:20.7493981Z [00:04:14.087]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:21:20.7494851Z [00:04:14.087]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:20.7495725Z [00:04:14.087]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:20.7496615Z [00:04:14.087]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:20.7497450Z [00:04:14.087]➜  EOF
2025-08-20T21:21:20.7499325Z [00:04:14.088]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:20.7506271Z [00:04:14.088]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1948/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xdg-go/scram@v1.1.2=>github.com/xdg-go/scram@v1.1.2;$WORK/b1948=>" -p github.com/xdg-go/scram -lang=go1.11 -complete -installsuffix shared -buildid FesJRBvp7B_z9zjgmYS4/FesJRBvp7B_z9zjgmYS4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1948/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:21:20.8514347Z [00:04:14.191]➜  go tool buildid -w $WORK/b1948/_pkg_.a # internal
2025-08-20T21:21:20.8546648Z [00:04:14.192]➜  cp $WORK/b1948/_pkg_.a /root/.cache/go-build/aa/aace49d8bc5c69d4b56f99ef1be894f3af0868fd67488e3fe6c619d1ffdcf3c0-d # internal
2025-08-20T21:21:20.8552648Z [00:04:14.195]➜  go.mongodb.org/mongo-driver/internal/aws/awserr
2025-08-20T21:21:20.8553655Z [00:04:14.195]➜  mkdir -p $WORK/b1952/
2025-08-20T21:21:20.8554566Z [00:04:14.195]➜  cat >/tmp/go-build3619502580/b1952/importcfg << 'EOF' # internal
2025-08-20T21:21:20.8555252Z [00:04:14.195]➜  # import config
2025-08-20T21:21:20.8555860Z [00:04:14.195]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:20.8556432Z [00:04:14.195]➜  EOF
2025-08-20T21:21:20.8569155Z [00:04:14.196]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1952/_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/b1952=>" -p go.mongodb.org/mongo-driver/internal/aws/awserr -lang=go1.18 -complete -installsuffix shared -buildid M-FIlS7ESqziT7h-24Rw/M-FIlS7ESqziT7h-24Rw -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/awserr/error.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/aws/awserr/types.go
2025-08-20T21:21:20.9098426Z [00:04:14.249]➜  go tool buildid -w $WORK/b1952/_pkg_.a # internal
2025-08-20T21:21:20.9108720Z [00:04:14.250]➜  cp $WORK/b1952/_pkg_.a /root/.cache/go-build/83/83448a569da8cdb4621d2cc5eb6bdd1d2b47f5b3d4887dd5ce40bd1eab77b4de-d # internal
2025-08-20T21:21:20.9124343Z [00:04:14.250]➜  golang.org/x/sync/singleflight
2025-08-20T21:21:20.9124990Z [00:04:14.250]➜  mkdir -p $WORK/b1953/
2025-08-20T21:21:20.9125747Z [00:04:14.251]➜  cat >/tmp/go-build3619502580/b1953/importcfg << 'EOF' # internal
2025-08-20T21:21:20.9126429Z [00:04:14.251]➜  # import config
2025-08-20T21:21:20.9127078Z [00:04:14.251]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:20.9127907Z [00:04:14.251]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:20.9128686Z [00:04:14.251]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:20.9129486Z [00:04:14.251]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:20.9130347Z [00:04:14.251]➜  packagefile runtime/debug=/tmp/go-build3619502580/b197/_pkg_.a
2025-08-20T21:21:20.9131189Z [00:04:14.251]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:20.9134641Z [00:04:14.251]➜  EOF
2025-08-20T21:21:20.9138150Z [00:04:14.251]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1953/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.13.0/singleflight=>golang.org/x/sync@v0.13.0/singleflight;$WORK/b1953=>" -p golang.org/x/sync/singleflight -lang=go1.23 -complete -installsuffix shared -buildid T-6So_y48uoVmX6LuulL/T-6So_y48uoVmX6LuulL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1953/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.13.0/singleflight/singleflight.go
2025-08-20T21:21:20.9866618Z [00:04:14.326]➜  go tool buildid -w $WORK/b1953/_pkg_.a # internal
2025-08-20T21:21:20.9877297Z [00:04:14.327]➜  cp $WORK/b1953/_pkg_.a /root/.cache/go-build/53/532195aaaccfb40bcfde7191bda608c8e5e6f1656eda304375374ea8ec4232ed-d # internal
2025-08-20T21:21:20.9879691Z [00:04:14.327]➜  go.mongodb.org/mongo-driver/internal/aws/credentials
2025-08-20T21:21:20.9882476Z [00:04:14.327]➜  mkdir -p $WORK/b1951/
2025-08-20T21:21:20.9897612Z [00:04:14.329]➜  cat >/tmp/go-build3619502580/b1951/importcfg << 'EOF' # internal
2025-08-20T21:21:20.9899891Z [00:04:14.329]➜  # import config
2025-08-20T21:21:20.9900765Z [00:04:14.329]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:20.9903398Z [00:04:14.329]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/awserr=/tmp/go-build3619502580/b1952/_pkg_.a
2025-08-20T21:21:20.9905794Z [00:04:14.329]➜  packagefile golang.org/x/sync/singleflight=/tmp/go-build3619502580/b1953/_pkg_.a
2025-08-20T21:21:20.9907220Z [00:04:14.329]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:20.9911108Z [00:04:14.329]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:20.9911952Z [00:04:14.329]➜  EOF
2025-08-20T21:21:20.9916983Z [00:04:14.330]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1951/_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/b1951=>" -p go.mongodb.org/mongo-driver/internal/aws/credentials -lang=go1.18 -complete -installsuffix shared -buildid 4bUf3tTpCTEAVpcqhlbV/4bUf3tTpCTEAVpcqhlbV -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/credentials/chain_provider.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/aws/credentials/credentials.go
2025-08-20T21:21:21.0645015Z [00:04:14.403]➜  cd $WORK/b1607
2025-08-20T21:21:21.0655250Z [00:04:14.403]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1607=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1607/ -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=I8K4vTXjtHYDAVc8TlL5 -o $WORK/b1607/_x004.o -c adminoptions.cgo2.c
2025-08-20T21:21:21.0658966Z [00:04:14.404]➜  go tool buildid -w $WORK/b1951/_pkg_.a # internal
2025-08-20T21:21:21.0674634Z [00:04:14.407]➜  cp $WORK/b1951/_pkg_.a /root/.cache/go-build/69/692867b7d63cf7603ad3d6f9a5c8742f179678ac5696b3bb209cf35c73c09a4c-d # internal
2025-08-20T21:21:21.0682427Z [00:04:14.407]➜  go.mongodb.org/mongo-driver/internal/aws
2025-08-20T21:21:21.0683072Z [00:04:14.407]➜  mkdir -p $WORK/b1955/
2025-08-20T21:21:21.0690756Z [00:04:14.408]➜  cat >/tmp/go-build3619502580/b1955/importcfg << 'EOF' # internal
2025-08-20T21:21:21.0691734Z [00:04:14.408]➜  # import config
2025-08-20T21:21:21.0692380Z [00:04:14.408]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:21.0692965Z [00:04:14.408]➜  EOF
2025-08-20T21:21:21.0694128Z [00:04:14.409]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:21.0724440Z [00:04:14.411]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1955/_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/b1955=>" -p go.mongodb.org/mongo-driver/internal/aws -lang=go1.18 -complete -installsuffix shared -buildid OLLFM2Ki0TJOO_l05zdl/OLLFM2Ki0TJOO_l05zdl -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/internal/aws/types.go
2025-08-20T21:21:21.1088074Z [00:04:14.448]➜  go tool buildid -w $WORK/b1955/_pkg_.a # internal
2025-08-20T21:21:21.1103137Z [00:04:14.449]➜  cp $WORK/b1955/_pkg_.a /root/.cache/go-build/59/59f995b5f8ad41cb630c4fad9db4621986fc82694d3631b26fff01dbe8ac9503-d # internal
2025-08-20T21:21:21.1108045Z [00:04:14.450]➜  go.mongodb.org/mongo-driver/internal/aws/signer/v4
2025-08-20T21:21:21.1111030Z [00:04:14.450]➜  mkdir -p $WORK/b1954/
2025-08-20T21:21:21.1120833Z [00:04:14.451]➜  cat >/tmp/go-build3619502580/b1954/importcfg << 'EOF' # internal
2025-08-20T21:21:21.1123759Z [00:04:14.452]➜  # import config
2025-08-20T21:21:21.1124820Z [00:04:14.452]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:21.1126076Z [00:04:14.452]➜  packagefile crypto/hmac=/tmp/go-build3619502580/b135/_pkg_.a
2025-08-20T21:21:21.1127370Z [00:04:14.452]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:21:21.1128617Z [00:04:14.452]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:21:21.1130683Z [00:04:14.452]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:21.1132357Z [00:04:14.452]➜  packagefile go.mongodb.org/mongo-driver/internal/aws=/tmp/go-build3619502580/b1955/_pkg_.a
2025-08-20T21:21:21.1134064Z [00:04:14.452]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build3619502580/b1951/_pkg_.a
2025-08-20T21:21:21.1135572Z [00:04:14.452]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:21.1137505Z [00:04:14.452]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:21.1138365Z [00:04:14.452]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:21.1139367Z [00:04:14.452]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:21.1140155Z [00:04:14.452]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:21.1140907Z [00:04:14.452]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:21.1143816Z [00:04:14.452]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:21.1144407Z [00:04:14.452]➜  EOF
2025-08-20T21:21:21.1150323Z [00:04:14.452]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1954/_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/b1954=>" -p go.mongodb.org/mongo-driver/internal/aws/signer/v4 -lang=go1.18 -complete -installsuffix shared -buildid DQvsx-QzGdX-LnQyZcKO/DQvsx-QzGdX-LnQyZcKO -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/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:21:21.1927523Z [00:04:14.531]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd
2025-08-20T21:21:21.1930429Z [00:04:14.531]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/zstd -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd=>github.com/klauspost/compress@v1.18.0/zstd;$WORK/b1934=>" -I $WORK/b1934/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1934/fse_decoder_amd64.o ./fse_decoder_amd64.s
2025-08-20T21:21:21.1989361Z [00:04:14.538]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/zstd -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd=>github.com/klauspost/compress@v1.18.0/zstd;$WORK/b1934=>" -I $WORK/b1934/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1934/matchlen_amd64.o ./matchlen_amd64.s
2025-08-20T21:21:21.2055223Z [00:04:14.544]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/zstd -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd=>github.com/klauspost/compress@v1.18.0/zstd;$WORK/b1934=>" -I $WORK/b1934/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1934/seqdec_amd64.o ./seqdec_amd64.s
2025-08-20T21:21:21.2117371Z [00:04:14.551]➜  go tool buildid -w $WORK/b1954/_pkg_.a # internal
2025-08-20T21:21:21.2135368Z [00:04:14.552]➜  cp $WORK/b1954/_pkg_.a /root/.cache/go-build/c0/c051fdcf4b24c9b77d56edc1ad7d88d68813da9c2da7c6d1b43800843872daab-d # internal
2025-08-20T21:21:21.2149163Z [00:04:14.553]➜  go.mongodb.org/mongo-driver/internal/credproviders
2025-08-20T21:21:21.2149859Z [00:04:14.553]➜  mkdir -p $WORK/b1956/
2025-08-20T21:21:21.2150616Z [00:04:14.553]➜  cat >/tmp/go-build3619502580/b1956/importcfg << 'EOF' # internal
2025-08-20T21:21:21.2151476Z [00:04:14.553]➜  # import config
2025-08-20T21:21:21.2152160Z [00:04:14.553]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:21.2153245Z [00:04:14.553]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:21.2154127Z [00:04:14.553]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:21.2154947Z [00:04:14.553]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:21.2156105Z [00:04:14.553]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build3619502580/b1951/_pkg_.a
2025-08-20T21:21:21.2157476Z [00:04:14.553]➜  packagefile go.mongodb.org/mongo-driver/internal/uuid=/tmp/go-build3619502580/b1924/_pkg_.a
2025-08-20T21:21:21.2158540Z [00:04:14.553]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:21.2159385Z [00:04:14.553]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:21.2160350Z [00:04:14.553]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:21.2161168Z [00:04:14.553]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:21.2169926Z [00:04:14.553]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:21.2170581Z [00:04:14.553]➜  EOF
2025-08-20T21:21:21.2171071Z [00:04:14.553]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:21.2179104Z [00:04:14.553]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1956/_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/b1956=>" -p go.mongodb.org/mongo-driver/internal/credproviders -lang=go1.18 -complete -installsuffix shared -buildid 6Dif-q47DkqX2Ab4q24t/6Dif-q47DkqX2Ab4q24t -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/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:21:21.2324976Z [00:04:14.572]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd
2025-08-20T21:21:21.2330678Z [00:04:14.572]➜  go tool pack r $WORK/b1934/_pkg_.a $WORK/b1934/fse_decoder_amd64.o $WORK/b1934/matchlen_amd64.o $WORK/b1934/seqdec_amd64.o # internal
2025-08-20T21:21:21.2331953Z [00:04:14.572]➜  go tool buildid -w $WORK/b1934/_pkg_.a # internal
2025-08-20T21:21:21.2356517Z [00:04:14.575]➜  cd $WORK/b1607
2025-08-20T21:21:21.2363059Z [00:04:14.575]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1607=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1607/ -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=I8K4vTXjtHYDAVc8TlL5 -o $WORK/b1607/_x005.o -c build_glibc_linux_amd64.cgo2.c
2025-08-20T21:21:21.2423220Z [00:04:14.580]➜  cp $WORK/b1934/_pkg_.a /root/.cache/go-build/7c/7cc55b5717666a6ff317d9a0b6db1c55a75eaf50f0cab0e8ba2fc13b0ebb124a-d # internal
2025-08-20T21:21:21.2425316Z [00:04:14.582]➜  go.mongodb.org/mongo-driver/x/mongo/driver/dns
2025-08-20T21:21:21.2428374Z [00:04:14.582]➜  mkdir -p $WORK/b1961/
2025-08-20T21:21:21.2430031Z [00:04:14.582]➜  cat >/tmp/go-build3619502580/b1961/importcfg << 'EOF' # internal
2025-08-20T21:21:21.2430687Z [00:04:14.582]➜  # import config
2025-08-20T21:21:21.2431531Z [00:04:14.582]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:21.2432385Z [00:04:14.582]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:21.2433194Z [00:04:14.582]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:21.2434002Z [00:04:14.582]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:21.2434798Z [00:04:14.582]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:21.2435414Z [00:04:14.582]➜  EOF
2025-08-20T21:21:21.2435889Z [00:04:14.582]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:21.2439977Z [00:04:14.582]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1961/_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/b1961=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/dns -lang=go1.18 -complete -installsuffix shared -buildid _m2gaXniGRt0TGhuItXy/_m2gaXniGRt0TGhuItXy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1961/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/dns/dns.go
2025-08-20T21:21:21.2674609Z [00:04:14.606]➜  cd $WORK/b1607
2025-08-20T21:21:21.2678634Z [00:04:14.606]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1607=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1607/ -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=I8K4vTXjtHYDAVc8TlL5 -o $WORK/b1607/_x006.o -c config.cgo2.c
2025-08-20T21:21:21.2686635Z [00:04:14.608]➜  go tool buildid -w $WORK/b1961/_pkg_.a # internal
2025-08-20T21:21:21.2693510Z [00:04:14.608]➜  cp $WORK/b1961/_pkg_.a /root/.cache/go-build/cc/cc0243e8b528fdc03cd970962d799e579600ae9d6ab870c1fb2925e30f24f927-d # internal
2025-08-20T21:21:21.2700113Z [00:04:14.609]➜  golang.org/x/crypto/ocsp
2025-08-20T21:21:21.2700688Z [00:04:14.609]➜  mkdir -p $WORK/b1964/
2025-08-20T21:21:21.2709639Z [00:04:14.609]➜  cat >/tmp/go-build3619502580/b1964/importcfg << 'EOF' # internal
2025-08-20T21:21:21.2710374Z [00:04:14.610]➜  # import config
2025-08-20T21:21:21.2711069Z [00:04:14.610]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:21:21.2713625Z [00:04:14.610]➜  packagefile crypto/ecdsa=/tmp/go-build3619502580/b117/_pkg_.a
2025-08-20T21:21:21.2714577Z [00:04:14.610]➜  packagefile crypto/elliptic=/tmp/go-build3619502580/b118/_pkg_.a
2025-08-20T21:21:21.2715480Z [00:04:14.610]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:21:21.2716356Z [00:04:14.610]➜  packagefile crypto/rsa=/tmp/go-build3619502580/b147/_pkg_.a
2025-08-20T21:21:21.2717231Z [00:04:14.610]➜  packagefile crypto/sha1=/tmp/go-build3619502580/b149/_pkg_.a
2025-08-20T21:21:21.2718118Z [00:04:14.610]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:21:21.2719014Z [00:04:14.610]➜  packagefile crypto/sha512=/tmp/go-build3619502580/b126/_pkg_.a
2025-08-20T21:21:21.2720075Z [00:04:14.610]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:21:21.2721176Z [00:04:14.610]➜  packagefile crypto/x509/pkix=/tmp/go-build3619502580/b155/_pkg_.a
2025-08-20T21:21:21.2722283Z [00:04:14.610]➜  packagefile encoding/asn1=/tmp/go-build3619502580/b128/_pkg_.a
2025-08-20T21:21:21.2723131Z [00:04:14.610]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:21.2723961Z [00:04:14.610]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:21.2724839Z [00:04:14.610]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:21:21.2725682Z [00:04:14.610]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:21.2726490Z [00:04:14.610]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:21.2727121Z [00:04:14.610]➜  EOF
2025-08-20T21:21:21.2727599Z [00:04:14.610]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:21.2730954Z [00:04:14.610]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1964/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ocsp=>golang.org/x/crypto@v0.37.0/ocsp;$WORK/b1964=>" -p golang.org/x/crypto/ocsp -lang=go1.23 -complete -installsuffix shared -buildid -C5OvjObZT79XmvZpqCc/-C5OvjObZT79XmvZpqCc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1964/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ocsp/ocsp.go
2025-08-20T21:21:21.3490137Z [00:04:14.688]➜  go tool buildid -w $WORK/b1964/_pkg_.a # internal
2025-08-20T21:21:21.3504642Z [00:04:14.690]➜  cp $WORK/b1964/_pkg_.a /root/.cache/go-build/7d/7db89ad91aa4d6a7f86354ae1b8c6e13f75a4a30ecb724628a5bb185e6c31735-d # internal
2025-08-20T21:21:21.3507787Z [00:04:14.690]➜  golang.org/x/sync/errgroup
2025-08-20T21:21:21.3508758Z [00:04:14.690]➜  mkdir -p $WORK/b1965/
2025-08-20T21:21:21.3511175Z [00:04:14.690]➜  cat >/tmp/go-build3619502580/b1965/importcfg << 'EOF' # internal
2025-08-20T21:21:21.3512065Z [00:04:14.690]➜  # import config
2025-08-20T21:21:21.3512763Z [00:04:14.690]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:21.3513600Z [00:04:14.690]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:21.3514418Z [00:04:14.690]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:21.3515063Z [00:04:14.690]➜  EOF
2025-08-20T21:21:21.3529300Z [00:04:14.692]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1965/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.13.0/errgroup=>golang.org/x/sync@v0.13.0/errgroup;$WORK/b1965=>" -p golang.org/x/sync/errgroup -lang=go1.23 -complete -installsuffix shared -buildid evNTmQRTEZPrLydamVH0/evNTmQRTEZPrLydamVH0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1965/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.13.0/errgroup/errgroup.go
2025-08-20T21:21:21.3575417Z [00:04:14.696]➜  cd $WORK/b1607
2025-08-20T21:21:21.3579720Z [00:04:14.696]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1607=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1607/ -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=I8K4vTXjtHYDAVc8TlL5 -o $WORK/b1607/_x007.o -c consumer.cgo2.c
2025-08-20T21:21:21.3717830Z [00:04:14.711]➜  go tool buildid -w $WORK/b1965/_pkg_.a # internal
2025-08-20T21:21:21.3736610Z [00:04:14.712]➜  cp $WORK/b1965/_pkg_.a /root/.cache/go-build/f5/f53c33831c945c657117643f847c45dce6a52a5da17a827672438bf526d05d09-d # internal
2025-08-20T21:21:21.3737875Z [00:04:14.712]➜  go.mongodb.org/mongo-driver/x/mongo/driver/ocsp
2025-08-20T21:21:21.3738518Z [00:04:14.712]➜  mkdir -p $WORK/b1963/
2025-08-20T21:21:21.3739247Z [00:04:14.712]➜  cat >/tmp/go-build3619502580/b1963/importcfg << 'EOF' # internal
2025-08-20T21:21:21.3740098Z [00:04:14.712]➜  # import config
2025-08-20T21:21:21.3740877Z [00:04:14.712]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:21.3741935Z [00:04:14.712]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:21.3742795Z [00:04:14.712]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:21:21.3743657Z [00:04:14.712]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:21:21.3744568Z [00:04:14.712]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:21:21.3745503Z [00:04:14.712]➜  packagefile crypto/x509/pkix=/tmp/go-build3619502580/b155/_pkg_.a
2025-08-20T21:21:21.3746437Z [00:04:14.712]➜  packagefile encoding/asn1=/tmp/go-build3619502580/b128/_pkg_.a
2025-08-20T21:21:21.3747287Z [00:04:14.712]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:21.3748061Z [00:04:14.712]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:21.3749138Z [00:04:14.712]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build3619502580/b1922/_pkg_.a
2025-08-20T21:21:21.3750325Z [00:04:14.712]➜  packagefile golang.org/x/crypto/ocsp=/tmp/go-build3619502580/b1964/_pkg_.a
2025-08-20T21:21:21.3751549Z [00:04:14.712]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3619502580/b1965/_pkg_.a
2025-08-20T21:21:21.3752511Z [00:04:14.712]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:21.3753363Z [00:04:14.712]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:21:21.3754203Z [00:04:14.712]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:21.3755003Z [00:04:14.712]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:21.3755928Z [00:04:14.712]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:21.3756519Z [00:04:14.712]➜  EOF
2025-08-20T21:21:21.3756980Z [00:04:14.713]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:21.3763431Z [00:04:14.713]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1963/_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/b1963=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/ocsp -lang=go1.18 -complete -installsuffix shared -buildid 7MvP0CYlq8TOGUKkXhCA/7MvP0CYlq8TOGUKkXhCA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1963/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:21:21.3863514Z [00:04:14.724]➜  go tool buildid -w $WORK/b1956/_pkg_.a # internal
2025-08-20T21:21:21.3875094Z [00:04:14.727]➜  cp $WORK/b1956/_pkg_.a /root/.cache/go-build/64/646204bd294b9e77bfca77d40621d7f96791fe941db1dbd435ab319c8100afdb-d # internal
2025-08-20T21:21:21.3909461Z [00:04:14.730]➜  go.mongodb.org/mongo-driver/x/mongo/driver/auth/creds
2025-08-20T21:21:21.3910241Z [00:04:14.730]➜  mkdir -p $WORK/b1957/
2025-08-20T21:21:21.3915276Z [00:04:14.730]➜  cat >/tmp/go-build3619502580/b1957/importcfg << 'EOF' # internal
2025-08-20T21:21:21.3915984Z [00:04:14.730]➜  # import config
2025-08-20T21:21:21.3916640Z [00:04:14.730]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:21.3917512Z [00:04:14.730]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:21.3918404Z [00:04:14.730]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:21.3919580Z [00:04:14.730]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build3619502580/b1951/_pkg_.a
2025-08-20T21:21:21.3921042Z [00:04:14.730]➜  packagefile go.mongodb.org/mongo-driver/internal/credproviders=/tmp/go-build3619502580/b1956/_pkg_.a
2025-08-20T21:21:21.3922946Z [00:04:14.730]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3619502580/b1910/_pkg_.a
2025-08-20T21:21:21.3924203Z [00:04:14.730]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:21.3925093Z [00:04:14.731]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:21.3925917Z [00:04:14.731]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:21.3926712Z [00:04:14.731]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:21.3927266Z [00:04:14.731]➜  EOF
2025-08-20T21:21:21.3952460Z [00:04:14.734]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1957/_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/b1957=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/auth/creds -lang=go1.18 -complete -installsuffix shared -buildid NFcbdoIjUBTHVeZwX4u0/NFcbdoIjUBTHVeZwX4u0 -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/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:21:21.4481960Z [00:04:14.787]➜  go tool buildid -w $WORK/b1957/_pkg_.a # internal
2025-08-20T21:21:21.4500398Z [00:04:14.789]➜  cp $WORK/b1957/_pkg_.a /root/.cache/go-build/20/20343738b2e9159ae0796e23e394b9f4d6f0339e2c72f7dc4a3c021b479b00cc-d # internal
2025-08-20T21:21:21.4501800Z [00:04:14.789]➜  github.com/redis/go-redis/v9/internal/rand
2025-08-20T21:21:21.4502625Z [00:04:14.789]➜  mkdir -p $WORK/b1970/
2025-08-20T21:21:21.4510611Z [00:04:14.790]➜  cat >/tmp/go-build3619502580/b1970/importcfg << 'EOF' # internal
2025-08-20T21:21:21.4517862Z [00:04:14.790]➜  # import config
2025-08-20T21:21:21.4518586Z [00:04:14.790]➜  packagefile math/rand=/tmp/go-build3619502580/b108/_pkg_.a
2025-08-20T21:21:21.4519385Z [00:04:14.790]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:21.4519972Z [00:04:14.790]➜  EOF
2025-08-20T21:21:21.4526227Z [00:04:14.790]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1970/_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/b1970=>" -p github.com/redis/go-redis/v9/internal/rand -lang=go1.18 -complete -installsuffix shared -buildid 0gFF_kA-3nbmesnGC0xU/0gFF_kA-3nbmesnGC0xU -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/rand/rand.go
2025-08-20T21:21:21.4542285Z [00:04:14.793]➜  go tool buildid -w $WORK/b1905/_pkg_.a # internal
2025-08-20T21:21:21.4551486Z [00:04:14.794]➜  go tool buildid -w $WORK/b1963/_pkg_.a # internal
2025-08-20T21:21:21.4569532Z [00:04:14.796]➜  cp $WORK/b1963/_pkg_.a /root/.cache/go-build/63/63b4ac3046db58a9fa48734b93675bb37be62c1501f491ef171c94cde64312d5-d # internal
2025-08-20T21:21:21.4573909Z [00:04:14.797]➜  github.com/redis/go-redis/v9/internal/util
2025-08-20T21:21:21.4574831Z [00:04:14.797]➜  mkdir -p $WORK/b1971/
2025-08-20T21:21:21.4586534Z [00:04:14.798]➜  cat >/tmp/go-build3619502580/b1971/importcfg << 'EOF' # internal
2025-08-20T21:21:21.4589943Z [00:04:14.798]➜  # import config
2025-08-20T21:21:21.4599308Z [00:04:14.798]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:21.4600014Z [00:04:14.798]➜  EOF
2025-08-20T21:21:21.4604977Z [00:04:14.798]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1971/_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/b1971=>" -p github.com/redis/go-redis/v9/internal/util -lang=go1.18 -complete -installsuffix shared -buildid DgxTXnF1iNBgUcd9K5kt/DgxTXnF1iNBgUcd9K5kt -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/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:21:21.4663008Z [00:04:14.805]➜  cp $WORK/b1905/_pkg_.a /root/.cache/go-build/0e/0ebcb24fa0e94e37558453098371970cf3259261ae509e08da5376c60d790c4e-d # internal
2025-08-20T21:21:21.4668364Z [00:04:14.806]➜  go.mongodb.org/mongo-driver/bson
2025-08-20T21:21:21.4671499Z [00:04:14.806]➜  mkdir -p $WORK/b1904/
2025-08-20T21:21:21.4677417Z [00:04:14.807]➜  cat >/tmp/go-build3619502580/b1904/importcfg << 'EOF' # internal
2025-08-20T21:21:21.4678366Z [00:04:14.807]➜  # import config
2025-08-20T21:21:21.4680280Z [00:04:14.807]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:21.4682275Z [00:04:14.807]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:21.4683188Z [00:04:14.807]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:21.4683996Z [00:04:14.807]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:21.4685056Z [00:04:14.807]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build3619502580/b1905/_pkg_.a
2025-08-20T21:21:21.4686294Z [00:04:14.807]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build3619502580/b1907/_pkg_.a
2025-08-20T21:21:21.4687531Z [00:04:14.807]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3619502580/b1908/_pkg_.a
2025-08-20T21:21:21.4693238Z [00:04:14.807]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3619502580/b1909/_pkg_.a
2025-08-20T21:21:21.4694862Z [00:04:14.807]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3619502580/b1910/_pkg_.a
2025-08-20T21:21:21.4695943Z [00:04:14.807]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:21.4696787Z [00:04:14.807]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:21.4697601Z [00:04:14.807]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:21.4698681Z [00:04:14.807]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:21.4699286Z [00:04:14.807]➜  EOF
2025-08-20T21:21:21.4707905Z [00:04:14.807]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1904/_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/b1904=>" -p go.mongodb.org/mongo-driver/bson -lang=go1.18 -complete -installsuffix shared -buildid i7pi0g2p6A_yITs_p71Q/i7pi0g2p6A_yITs_p71Q -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/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:21:21.4732846Z [00:04:14.810]➜  go tool buildid -w $WORK/b1970/_pkg_.a # internal
2025-08-20T21:21:21.4734177Z [00:04:14.811]➜  cp $WORK/b1970/_pkg_.a /root/.cache/go-build/df/dfa679cdf371c32a042ab2b5ae628dad43fb67b8ddf170ad752a3aa05f6baf5e-d # internal
2025-08-20T21:21:21.4735402Z [00:04:14.811]➜  github.com/redis/go-redis/v9/internal/hashtag
2025-08-20T21:21:21.4736022Z [00:04:14.811]➜  mkdir -p $WORK/b1972/
2025-08-20T21:21:21.4736987Z [00:04:14.812]➜  cat >/tmp/go-build3619502580/b1972/importcfg << 'EOF' # internal
2025-08-20T21:21:21.4737848Z [00:04:14.812]➜  # import config
2025-08-20T21:21:21.4738744Z [00:04:14.812]➜  packagefile github.com/redis/go-redis/v9/internal/rand=/tmp/go-build3619502580/b1970/_pkg_.a
2025-08-20T21:21:21.4739783Z [00:04:14.812]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:21.4740394Z [00:04:14.812]➜  EOF
2025-08-20T21:21:21.4744628Z [00:04:14.812]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1972/_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/b1972=>" -p github.com/redis/go-redis/v9/internal/hashtag -lang=go1.18 -complete -installsuffix shared -buildid 6vkffEkvnCJM5tZ2Fr63/6vkffEkvnCJM5tZ2Fr63 -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/hashtag/hashtag.go
2025-08-20T21:21:21.4763070Z [00:04:14.815]➜  go tool buildid -w $WORK/b1971/_pkg_.a # internal
2025-08-20T21:21:21.4773449Z [00:04:14.815]➜  cp $WORK/b1971/_pkg_.a /root/.cache/go-build/9e/9ee78ec1ea032c913aad9ce3473144b99842db9d05677de23f88d0393226ef17-d # internal
2025-08-20T21:21:21.4774607Z [00:04:14.816]➜  github.com/redis/go-redis/v9/internal
2025-08-20T21:21:21.4775198Z [00:04:14.816]➜  mkdir -p $WORK/b1969/
2025-08-20T21:21:21.4775925Z [00:04:14.816]➜  cat >/tmp/go-build3619502580/b1969/importcfg << 'EOF' # internal
2025-08-20T21:21:21.4776592Z [00:04:14.816]➜  # import config
2025-08-20T21:21:21.4777267Z [00:04:14.816]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:21.4779367Z [00:04:14.816]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:21.4781865Z [00:04:14.816]➜  packagefile github.com/redis/go-redis/v9/internal/rand=/tmp/go-build3619502580/b1970/_pkg_.a
2025-08-20T21:21:21.4783500Z [00:04:14.816]➜  packagefile github.com/redis/go-redis/v9/internal/util=/tmp/go-build3619502580/b1971/_pkg_.a
2025-08-20T21:21:21.4785058Z [00:04:14.816]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:21:21.4786529Z [00:04:14.816]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:21.4788483Z [00:04:14.816]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:21.4789495Z [00:04:14.816]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:21.4790505Z [00:04:14.816]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:21.4791806Z [00:04:14.816]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:21.4794444Z [00:04:14.816]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:21.4798263Z [00:04:14.816]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:21.4799044Z [00:04:14.816]➜  EOF
2025-08-20T21:21:21.4804740Z [00:04:14.817]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1969/_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/b1969=>" -p github.com/redis/go-redis/v9/internal -lang=go1.18 -complete -installsuffix shared -buildid FCdHPeeLhjPWH4p0YDwC/FCdHPeeLhjPWH4p0YDwC -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/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:21:21.4854238Z [00:04:14.825]➜  cd $WORK/b1607
2025-08-20T21:21:21.4860786Z [00:04:14.825]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1607=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1607/ -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=I8K4vTXjtHYDAVc8TlL5 -o $WORK/b1607/_x008.o -c error.cgo2.c
2025-08-20T21:21:21.4950086Z [00:04:14.834]➜  go tool buildid -w $WORK/b1972/_pkg_.a # internal
2025-08-20T21:21:21.4961619Z [00:04:14.835]➜  cp $WORK/b1972/_pkg_.a /root/.cache/go-build/e1/e164eee62afdeed61918197975be0ac345c036c1547ab8def19da701d0da4423-d # internal
2025-08-20T21:21:21.4968319Z [00:04:14.836]➜  github.com/redis/go-redis/v9/internal/hscan
2025-08-20T21:21:21.4972977Z [00:04:14.836]➜  mkdir -p $WORK/b1973/
2025-08-20T21:21:21.4983754Z [00:04:14.837]➜  cat >/tmp/go-build3619502580/b1973/importcfg << 'EOF' # internal
2025-08-20T21:21:21.4992754Z [00:04:14.837]➜  # import config
2025-08-20T21:21:21.4993494Z [00:04:14.837]➜  packagefile encoding=/tmp/go-build3619502580/b059/_pkg_.a
2025-08-20T21:21:21.4994396Z [00:04:14.837]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:21.4995212Z [00:04:14.837]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:21.4996264Z [00:04:14.837]➜  packagefile github.com/redis/go-redis/v9/internal/util=/tmp/go-build3619502580/b1971/_pkg_.a
2025-08-20T21:21:21.4997316Z [00:04:14.837]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:21.4998157Z [00:04:14.838]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:21.4999006Z [00:04:14.838]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:21.4999798Z [00:04:14.838]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:21.5000387Z [00:04:14.838]➜  EOF
2025-08-20T21:21:21.5007642Z [00:04:14.840]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:21.5015197Z [00:04:14.840]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1973/_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/b1973=>" -p github.com/redis/go-redis/v9/internal/hscan -lang=go1.18 -complete -installsuffix shared -buildid pvdBlRZspnTRyIZGVdPU/pvdBlRZspnTRyIZGVdPU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1973/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:21:21.5197923Z [00:04:14.859]➜  go tool buildid -w $WORK/b1969/_pkg_.a # internal
2025-08-20T21:21:21.5211183Z [00:04:14.860]➜  cp $WORK/b1969/_pkg_.a /root/.cache/go-build/4e/4e00a62ac4077566bcc0b1e6c54555d3cb243713a18892b5c7fb430e9aadf66e-d # internal
2025-08-20T21:21:21.5220368Z [00:04:14.860]➜  github.com/redis/go-redis/v9/internal/proto
2025-08-20T21:21:21.5221483Z [00:04:14.860]➜  mkdir -p $WORK/b1975/
2025-08-20T21:21:21.5222416Z [00:04:14.861]➜  cat >/tmp/go-build3619502580/b1975/importcfg << 'EOF' # internal
2025-08-20T21:21:21.5223515Z [00:04:14.861]➜  # import config
2025-08-20T21:21:21.5225256Z [00:04:14.861]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:21:21.5226100Z [00:04:14.861]➜  packagefile encoding=/tmp/go-build3619502580/b059/_pkg_.a
2025-08-20T21:21:21.5226927Z [00:04:14.861]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:21.5227705Z [00:04:14.861]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:21.5228754Z [00:04:14.861]➜  packagefile github.com/redis/go-redis/v9/internal/util=/tmp/go-build3619502580/b1971/_pkg_.a
2025-08-20T21:21:21.5229715Z [00:04:14.861]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:21.5230480Z [00:04:14.861]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:21.5231452Z [00:04:14.861]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:21:21.5232302Z [00:04:14.861]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:21.5233357Z [00:04:14.861]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:21.5234421Z [00:04:14.861]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:21.5235695Z [00:04:14.861]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:21.5236449Z [00:04:14.861]➜  EOF
2025-08-20T21:21:21.5243061Z [00:04:14.861]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1975/_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/b1975=>" -p github.com/redis/go-redis/v9/internal/proto -lang=go1.18 -complete -installsuffix shared -buildid FNGJrC2BjJY5t2bkjanU/FNGJrC2BjJY5t2bkjanU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1975/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:21:21.5604408Z [00:04:14.899]➜  cd $WORK/b1607
2025-08-20T21:21:21.5616036Z [00:04:14.899]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1607=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1607/ -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=I8K4vTXjtHYDAVc8TlL5 -o $WORK/b1607/_x009.o -c error_gen.cgo2.c
2025-08-20T21:21:21.6407098Z [00:04:14.980]➜  go tool buildid -w $WORK/b1975/_pkg_.a # internal
2025-08-20T21:21:21.6438164Z [00:04:14.982]➜  cp $WORK/b1975/_pkg_.a /root/.cache/go-build/86/8686f1d0305917a9492b35cf9ec99cf1bb051c1b5b93d0d70ebaa859294945cb-d # internal
2025-08-20T21:21:21.6444809Z [00:04:14.984]➜  github.com/redis/go-redis/v9/internal/pool
2025-08-20T21:21:21.6446831Z [00:04:14.984]➜  mkdir -p $WORK/b1974/
2025-08-20T21:21:21.6448874Z [00:04:14.984]➜  cat >/tmp/go-build3619502580/b1974/importcfg << 'EOF' # internal
2025-08-20T21:21:21.6449525Z [00:04:14.984]➜  # import config
2025-08-20T21:21:21.6450148Z [00:04:14.984]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:21:21.6450939Z [00:04:14.984]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:21.6467659Z [00:04:14.984]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:21.6468654Z [00:04:14.984]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:21.6469684Z [00:04:14.984]➜  packagefile github.com/redis/go-redis/v9/internal=/tmp/go-build3619502580/b1969/_pkg_.a
2025-08-20T21:21:21.6470969Z [00:04:14.984]➜  packagefile github.com/redis/go-redis/v9/internal/proto=/tmp/go-build3619502580/b1975/_pkg_.a
2025-08-20T21:21:21.6472228Z [00:04:14.984]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:21.6473227Z [00:04:14.984]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:21.6474003Z [00:04:14.984]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:21.6474797Z [00:04:14.984]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:21.6475629Z [00:04:14.984]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:21:21.6476432Z [00:04:14.984]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:21.6477028Z [00:04:14.984]➜  EOF
2025-08-20T21:21:21.6477521Z [00:04:14.984]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:21.6484894Z [00:04:14.984]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1974/_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/b1974=>" -p github.com/redis/go-redis/v9/internal/pool -lang=go1.18 -complete -installsuffix shared -buildid 7ccryBUZnbCudFsWC-y-/7ccryBUZnbCudFsWC-y- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1974/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:21:21.6492918Z [00:04:14.988]➜  go tool buildid -w $WORK/b1973/_pkg_.a # internal
2025-08-20T21:21:21.6495158Z [00:04:14.988]➜  cd $WORK/b1607
2025-08-20T21:21:21.6499326Z [00:04:14.988]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1607=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1607/ -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=I8K4vTXjtHYDAVc8TlL5 -o $WORK/b1607/_x010.o -c event.cgo2.c
2025-08-20T21:21:21.6523142Z [00:04:14.991]➜  cp $WORK/b1973/_pkg_.a /root/.cache/go-build/9d/9db1e2f03ddfba4dfc0023bc9d4a63b86fc571807cd37eb0ef830f9fe7ca228f-d # internal
2025-08-20T21:21:21.6529175Z [00:04:14.992]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
2025-08-20T21:21:21.6529907Z [00:04:14.992]➜  mkdir -p $WORK/b1978/
2025-08-20T21:21:21.6531812Z [00:04:14.992]➜  cat >/tmp/go-build3619502580/b1978/importcfg << 'EOF' # internal
2025-08-20T21:21:21.6533052Z [00:04:14.992]➜  # import config
2025-08-20T21:21:21.6535261Z [00:04:14.992]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:21.6552133Z [00:04:14.992]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:21.6554610Z [00:04:14.992]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:21.6555546Z [00:04:14.992]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:21:21.6556434Z [00:04:14.992]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:21.6557247Z [00:04:14.992]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:21.6558197Z [00:04:14.992]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3619502580/b244/_pkg_.a
2025-08-20T21:21:21.6559333Z [00:04:14.992]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:21:21.6560134Z [00:04:14.992]➜  packagefile hash/crc32=/tmp/go-build3619502580/b078/_pkg_.a
2025-08-20T21:21:21.6560915Z [00:04:14.992]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:21.6565879Z [00:04:14.992]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:21.6566726Z [00:04:14.992]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:21.6567485Z [00:04:14.992]➜  EOF
2025-08-20T21:21:21.6567961Z [00:04:14.992]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:21.6576916Z [00:04:14.992]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1978/_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/b1978=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream -lang=go1.22 -complete -installsuffix shared -buildid lxW2hyGc_ocrVyuEksPL/lxW2hyGc_ocrVyuEksPL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1978/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:21:21.7509950Z [00:04:15.090]➜  cd $WORK/b1607
2025-08-20T21:21:21.7516541Z [00:04:15.090]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1607=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1607/ -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=I8K4vTXjtHYDAVc8TlL5 -o $WORK/b1607/_x011.o -c generated_errors.cgo2.c
2025-08-20T21:21:21.7545929Z [00:04:15.093]➜  go tool buildid -w $WORK/b1974/_pkg_.a # internal
2025-08-20T21:21:21.7567731Z [00:04:15.096]➜  cp $WORK/b1974/_pkg_.a /root/.cache/go-build/12/127287a5c1fa59cd7805b4d9e4f18975bf7b6e29070c1bef0943dcb2caef3c7c-d # internal
2025-08-20T21:21:21.7597029Z [00:04:15.099]➜  github.com/redis/go-redis/v9
2025-08-20T21:21:21.7604814Z [00:04:15.100]➜  mkdir -p $WORK/b1967/
2025-08-20T21:21:21.7616783Z [00:04:15.101]➜  cat >/tmp/go-build3619502580/b1967/importcfg << 'EOF' # internal
2025-08-20T21:21:21.7618069Z [00:04:15.101]➜  # import config
2025-08-20T21:21:21.7620526Z [00:04:15.101]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:21:21.7621836Z [00:04:15.101]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:21.7624851Z [00:04:15.101]➜  packagefile crypto/sha1=/tmp/go-build3619502580/b149/_pkg_.a
2025-08-20T21:21:21.7625812Z [00:04:15.101]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:21:21.7626764Z [00:04:15.101]➜  packagefile encoding=/tmp/go-build3619502580/b059/_pkg_.a
2025-08-20T21:21:21.7627691Z [00:04:15.101]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:21:21.7628618Z [00:04:15.101]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:21.7629503Z [00:04:15.101]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:21.7630336Z [00:04:15.101]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:21.7636374Z [00:04:15.101]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build3619502580/b1584/_pkg_.a
2025-08-20T21:21:21.7637656Z [00:04:15.101]➜  packagefile github.com/dgryski/go-rendezvous=/tmp/go-build3619502580/b1968/_pkg_.a
2025-08-20T21:21:21.7638917Z [00:04:15.101]➜  packagefile github.com/redis/go-redis/v9/internal=/tmp/go-build3619502580/b1969/_pkg_.a
2025-08-20T21:21:21.7640227Z [00:04:15.101]➜  packagefile github.com/redis/go-redis/v9/internal/hashtag=/tmp/go-build3619502580/b1972/_pkg_.a
2025-08-20T21:21:21.7641953Z [00:04:15.101]➜  packagefile github.com/redis/go-redis/v9/internal/hscan=/tmp/go-build3619502580/b1973/_pkg_.a
2025-08-20T21:21:21.7643280Z [00:04:15.101]➜  packagefile github.com/redis/go-redis/v9/internal/pool=/tmp/go-build3619502580/b1974/_pkg_.a
2025-08-20T21:21:21.7644600Z [00:04:15.101]➜  packagefile github.com/redis/go-redis/v9/internal/proto=/tmp/go-build3619502580/b1975/_pkg_.a
2025-08-20T21:21:21.7645914Z [00:04:15.101]➜  packagefile github.com/redis/go-redis/v9/internal/rand=/tmp/go-build3619502580/b1970/_pkg_.a
2025-08-20T21:21:21.7647239Z [00:04:15.101]➜  packagefile github.com/redis/go-redis/v9/internal/util=/tmp/go-build3619502580/b1971/_pkg_.a
2025-08-20T21:21:21.7648284Z [00:04:15.101]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:21.7649105Z [00:04:15.101]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:21.7649900Z [00:04:15.101]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:21.7650970Z [00:04:15.101]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:21.7652006Z [00:04:15.101]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:21.7652831Z [00:04:15.101]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:21.7653645Z [00:04:15.101]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:21.7654457Z [00:04:15.101]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:21.7655273Z [00:04:15.101]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:21.7656127Z [00:04:15.101]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:21.7656934Z [00:04:15.101]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:21.7657964Z [00:04:15.101]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:21.7658880Z [00:04:15.101]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:21.7659530Z [00:04:15.101]➜  EOF
2025-08-20T21:21:21.7660034Z [00:04:15.101]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:21.7680582Z [00:04:15.101]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1967/_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/b1967=>" -p github.com/redis/go-redis/v9 -lang=go1.18 -complete -installsuffix shared -buildid 6REsAvtqX1KOQFIU8UzD/6REsAvtqX1KOQFIU8UzD -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/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:21:21.8049519Z [00:04:15.144]➜  go tool buildid -w $WORK/b1904/_pkg_.a # internal
2025-08-20T21:21:21.8120631Z [00:04:15.151]➜  cp $WORK/b1904/_pkg_.a /root/.cache/go-build/95/95475b6aaa4e1efdfcb3ea77b16437aa92bb7828b386557815d8ef18a6301ee1-d # internal
2025-08-20T21:21:21.8144520Z [00:04:15.154]➜  go.mongodb.org/mongo-driver/internal/bsonutil
2025-08-20T21:21:21.8154146Z [00:04:15.154]➜  mkdir -p $WORK/b1914/
2025-08-20T21:21:21.8154689Z [00:04:15.154]➜  cd $WORK/b1607
2025-08-20T21:21:21.8158960Z [00:04:15.154]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1607=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1607/ -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=I8K4vTXjtHYDAVc8TlL5 -o $WORK/b1607/_x012.o -c handle.cgo2.c
2025-08-20T21:21:21.8162981Z [00:04:15.154]➜  cat >/tmp/go-build3619502580/b1914/importcfg << 'EOF' # internal
2025-08-20T21:21:21.8163669Z [00:04:15.154]➜  # import config
2025-08-20T21:21:21.8164328Z [00:04:15.154]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:21.8165328Z [00:04:15.154]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3619502580/b1904/_pkg_.a
2025-08-20T21:21:21.8166097Z [00:04:15.154]➜  EOF
2025-08-20T21:21:21.8166631Z [00:04:15.154]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:21.8170767Z [00:04:15.154]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1914/_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/b1914=>" -p go.mongodb.org/mongo-driver/internal/bsonutil -lang=go1.18 -complete -installsuffix shared -buildid 7ZoChOJb-9cGQrVuRoEe/7ZoChOJb-9cGQrVuRoEe -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/bsonutil/bsonutil.go
2025-08-20T21:21:21.8712125Z [00:04:15.210]➜  go tool buildid -w $WORK/b1978/_pkg_.a # internal
2025-08-20T21:21:21.8746962Z [00:04:15.214]➜  cp $WORK/b1978/_pkg_.a /root/.cache/go-build/8e/8edc128915f5b20b767179a3ee5bc55c302f1854648be721cbe6a082ce8cde99-d # internal
2025-08-20T21:21:21.8770230Z [00:04:15.214]➜  go.mongodb.org/mongo-driver/internal/codecutil
2025-08-20T21:21:21.8770893Z [00:04:15.214]➜  mkdir -p $WORK/b1919/
2025-08-20T21:21:21.8771860Z [00:04:15.215]➜  cat >/tmp/go-build3619502580/b1919/importcfg << 'EOF' # internal
2025-08-20T21:21:21.8772577Z [00:04:15.215]➜  # import config
2025-08-20T21:21:21.8773226Z [00:04:15.215]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:21.8773994Z [00:04:15.215]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:21.8774742Z [00:04:15.215]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:21.8775889Z [00:04:15.215]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3619502580/b1904/_pkg_.a
2025-08-20T21:21:21.8777109Z [00:04:15.215]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3619502580/b1910/_pkg_.a
2025-08-20T21:21:21.8789105Z [00:04:15.215]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:21.8789977Z [00:04:15.215]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:21.8790621Z [00:04:15.215]➜  EOF
2025-08-20T21:21:21.8794663Z [00:04:15.215]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1919/_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/b1919=>" -p go.mongodb.org/mongo-driver/internal/codecutil -lang=go1.18 -complete -installsuffix shared -buildid DoHtox4AS94--YWYza6S/DoHtox4AS94--YWYza6S -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/codecutil/encoding.go
2025-08-20T21:21:21.9014190Z [00:04:15.240]➜  cd $WORK/b1607
2025-08-20T21:21:21.9033603Z [00:04:15.240]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1607=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1607/ -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=I8K4vTXjtHYDAVc8TlL5 -o $WORK/b1607/_x013.o -c header.cgo2.c
2025-08-20T21:21:21.9599060Z [00:04:15.299]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1607=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1607/ -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=I8K4vTXjtHYDAVc8TlL5 -o $WORK/b1607/_x014.o -c kafka.cgo2.c
2025-08-20T21:21:21.9859368Z [00:04:15.325]➜  go tool buildid -w $WORK/b1914/_pkg_.a # internal
2025-08-20T21:21:21.9898329Z [00:04:15.329]➜  cp $WORK/b1914/_pkg_.a /root/.cache/go-build/00/00fd19f909658c5b7a8598bb13edc7db8a456d5898d071daac6fa978053c465f-d # internal
2025-08-20T21:21:21.9902855Z [00:04:15.329]➜  go.mongodb.org/mongo-driver/mongo/description
2025-08-20T21:21:21.9905632Z [00:04:15.330]➜  mkdir -p $WORK/b1913/
2025-08-20T21:21:21.9912472Z [00:04:15.330]➜  cat >/tmp/go-build3619502580/b1913/importcfg << 'EOF' # internal
2025-08-20T21:21:21.9931890Z [00:04:15.330]➜  # import config
2025-08-20T21:21:21.9932630Z [00:04:15.330]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:21.9933516Z [00:04:15.330]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:21.9934288Z [00:04:15.330]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:21.9935230Z [00:04:15.330]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3619502580/b1904/_pkg_.a
2025-08-20T21:21:21.9936439Z [00:04:15.330]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3619502580/b1909/_pkg_.a
2025-08-20T21:21:21.9937877Z [00:04:15.330]➜  packagefile go.mongodb.org/mongo-driver/internal/bsonutil=/tmp/go-build3619502580/b1914/_pkg_.a
2025-08-20T21:21:21.9939296Z [00:04:15.330]➜  packagefile go.mongodb.org/mongo-driver/internal/handshake=/tmp/go-build3619502580/b1915/_pkg_.a
2025-08-20T21:21:21.9940739Z [00:04:15.330]➜  packagefile go.mongodb.org/mongo-driver/internal/ptrutil=/tmp/go-build3619502580/b1916/_pkg_.a
2025-08-20T21:21:21.9942335Z [00:04:15.330]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3619502580/b1912/_pkg_.a
2025-08-20T21:21:21.9943920Z [00:04:15.330]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build3619502580/b1917/_pkg_.a
2025-08-20T21:21:21.9945228Z [00:04:15.330]➜  packagefile go.mongodb.org/mongo-driver/tag=/tmp/go-build3619502580/b1918/_pkg_.a
2025-08-20T21:21:21.9946253Z [00:04:15.330]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:21.9947118Z [00:04:15.330]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:21.9947802Z [00:04:15.330]➜  EOF
2025-08-20T21:21:21.9948325Z [00:04:15.331]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:21.9957084Z [00:04:15.331]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1913/_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/b1913=>" -p go.mongodb.org/mongo-driver/mongo/description -lang=go1.18 -complete -installsuffix shared -buildid 9kGtV4Sd46Qagccz00vv/9kGtV4Sd46Qagccz00vv -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/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:21:21.9982136Z [00:04:15.337]➜  go tool buildid -w $WORK/b1919/_pkg_.a # internal
2025-08-20T21:21:22.0014286Z [00:04:15.341]➜  cp $WORK/b1919/_pkg_.a /root/.cache/go-build/1a/1a8263cd3d7477254ffac716be7cd1bfaad76c9195455d7550ff6eba94ac410f-d # internal
2025-08-20T21:21:22.0016570Z [00:04:15.341]➜  go.mongodb.org/mongo-driver/mongo/writeconcern
2025-08-20T21:21:22.0017216Z [00:04:15.341]➜  mkdir -p $WORK/b1932/
2025-08-20T21:21:22.0026402Z [00:04:15.342]➜  cat >/tmp/go-build3619502580/b1932/importcfg << 'EOF' # internal
2025-08-20T21:21:22.0027103Z [00:04:15.342]➜  # import config
2025-08-20T21:21:22.0027775Z [00:04:15.342]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:22.0028607Z [00:04:15.342]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:22.0029773Z [00:04:15.342]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3619502580/b1904/_pkg_.a
2025-08-20T21:21:22.0031076Z [00:04:15.342]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3619502580/b1908/_pkg_.a
2025-08-20T21:21:22.0032602Z [00:04:15.342]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3619502580/b1910/_pkg_.a
2025-08-20T21:21:22.0033701Z [00:04:15.342]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:22.0034356Z [00:04:15.342]➜  EOF
2025-08-20T21:21:22.0038428Z [00:04:15.342]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1932/_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/b1932=>" -p go.mongodb.org/mongo-driver/mongo/writeconcern -lang=go1.18 -complete -installsuffix shared -buildid vjbmezlnAYmLLvQPfDR-/vjbmezlnAYmLLvQPfDR- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1932/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/writeconcern/writeconcern.go
2025-08-20T21:21:22.0298816Z [00:04:15.369]➜  cd $WORK/b1607
2025-08-20T21:21:22.0303053Z [00:04:15.369]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1607=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1607/ -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=I8K4vTXjtHYDAVc8TlL5 -o $WORK/b1607/_x015.o -c log.cgo2.c
2025-08-20T21:21:22.0873824Z [00:04:15.426]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1607=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1607/ -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=I8K4vTXjtHYDAVc8TlL5 -o $WORK/b1607/_x016.o -c message.cgo2.c
2025-08-20T21:21:22.1418988Z [00:04:15.480]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1607=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1607/ -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=I8K4vTXjtHYDAVc8TlL5 -o $WORK/b1607/_x017.o -c metadata.cgo2.c
2025-08-20T21:21:22.1532615Z [00:04:15.492]➜  go tool buildid -w $WORK/b1932/_pkg_.a # internal
2025-08-20T21:21:22.1617410Z [00:04:15.501]➜  cp $WORK/b1932/_pkg_.a /root/.cache/go-build/82/827b716dc8d0331ed451d7642d98cec7d0e5136a3475870a62a2e265609ef17f-d # internal
2025-08-20T21:21:22.1619384Z [00:04:15.501]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi
2025-08-20T21:21:22.1625751Z [00:04:15.502]➜  mkdir -p $WORK/b1979/
2025-08-20T21:21:22.1628184Z [00:04:15.502]➜  cat >/tmp/go-build3619502580/b1979/importcfg << 'EOF' # internal
2025-08-20T21:21:22.1632506Z [00:04:15.502]➜  # import config
2025-08-20T21:21:22.1633227Z [00:04:15.502]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:22.1634116Z [00:04:15.502]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:22.1635205Z [00:04:15.502]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:21:22.1646076Z [00:04:15.502]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3619502580/b245/_pkg_.a
2025-08-20T21:21:22.1647354Z [00:04:15.502]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:22.1647993Z [00:04:15.502]➜  EOF
2025-08-20T21:21:22.1648496Z [00:04:15.502]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:22.1655298Z [00:04:15.502]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1979/_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/b1979=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi -lang=go1.22 -complete -installsuffix shared -buildid oCyclYZT1HtCVFWYWnpP/oCyclYZT1HtCVFWYWnpP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1979/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:21:22.2115106Z [00:04:15.550]➜  cd $WORK/b1607
2025-08-20T21:21:22.2119396Z [00:04:15.550]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1607=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1607/ -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=I8K4vTXjtHYDAVc8TlL5 -o $WORK/b1607/_x018.o -c misc.cgo2.c
2025-08-20T21:21:22.2145149Z [00:04:15.554]➜  go tool buildid -w $WORK/b1979/_pkg_.a # internal
2025-08-20T21:21:22.2162018Z [00:04:15.555]➜  cp $WORK/b1979/_pkg_.a /root/.cache/go-build/f5/f5acc7fa9269d90faf96d65ab565a5b819eb7039fc2b76173c531f28fa0ade76-d # internal
2025-08-20T21:21:22.2163420Z [00:04:15.555]➜  github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto
2025-08-20T21:21:22.2177348Z [00:04:15.556]➜  mkdir -p $WORK/b1981/
2025-08-20T21:21:22.2178225Z [00:04:15.556]➜  cat >/tmp/go-build3619502580/b1981/importcfg << 'EOF' # internal
2025-08-20T21:21:22.2178921Z [00:04:15.556]➜  # import config
2025-08-20T21:21:22.2179592Z [00:04:15.556]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:22.2180647Z [00:04:15.556]➜  packagefile crypto/ecdsa=/tmp/go-build3619502580/b117/_pkg_.a
2025-08-20T21:21:22.2181814Z [00:04:15.556]➜  packagefile crypto/elliptic=/tmp/go-build3619502580/b118/_pkg_.a
2025-08-20T21:21:22.2182727Z [00:04:15.556]➜  packagefile crypto/hmac=/tmp/go-build3619502580/b135/_pkg_.a
2025-08-20T21:21:22.2183596Z [00:04:15.556]➜  packagefile encoding/asn1=/tmp/go-build3619502580/b128/_pkg_.a
2025-08-20T21:21:22.2184482Z [00:04:15.556]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:22.2185337Z [00:04:15.556]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:22.2186116Z [00:04:15.556]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:21:22.2186900Z [00:04:15.556]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:22.2187860Z [00:04:15.556]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:21:22.2188490Z [00:04:15.556]➜  EOF
2025-08-20T21:21:22.2188964Z [00:04:15.556]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:22.2194269Z [00:04:15.556]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1981/_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/b1981=>" -p github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto -lang=go1.22 -complete -installsuffix shared -buildid xHrmB7d86ZeL0lEtzTFm/xHrmB7d86ZeL0lEtzTFm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1981/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:21:22.2474567Z [00:04:15.587]➜  cd $WORK/b1607
2025-08-20T21:21:22.2481464Z [00:04:15.587]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1607=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1607/ -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=I8K4vTXjtHYDAVc8TlL5 -o $WORK/b1607/_x019.o -c mockcluster.cgo2.c
2025-08-20T21:21:22.2541504Z [00:04:15.593]➜  go tool buildid -w $WORK/b1981/_pkg_.a # internal
2025-08-20T21:21:22.2549460Z [00:04:15.594]➜  cp $WORK/b1981/_pkg_.a /root/.cache/go-build/fb/fb74655657f3f806cda1659d75f3cd4f8fd6f32dfd9d180b4855b570388d9f33-d # internal
2025-08-20T21:21:22.2570492Z [00:04:15.595]➜  github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4
2025-08-20T21:21:22.2572168Z [00:04:15.595]➜  mkdir -p $WORK/b1982/
2025-08-20T21:21:22.2572927Z [00:04:15.595]➜  cat >/tmp/go-build3619502580/b1982/importcfg << 'EOF' # internal
2025-08-20T21:21:22.2573579Z [00:04:15.595]➜  # import config
2025-08-20T21:21:22.2574261Z [00:04:15.595]➜  packagefile crypto/hmac=/tmp/go-build3619502580/b135/_pkg_.a
2025-08-20T21:21:22.2575324Z [00:04:15.595]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:21:22.2576402Z [00:04:15.595]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/strings=/tmp/go-build3619502580/b279/_pkg_.a
2025-08-20T21:21:22.2577424Z [00:04:15.595]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:22.2578194Z [00:04:15.595]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:22.2578964Z [00:04:15.595]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:22.2579727Z [00:04:15.595]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:22.2580294Z [00:04:15.595]➜  EOF
2025-08-20T21:21:22.2580739Z [00:04:15.595]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:22.2590751Z [00:04:15.595]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1982/_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/b1982=>" -p github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4 -lang=go1.22 -complete -installsuffix shared -buildid Pm0WDqHArv3xqfjbTpLp/Pm0WDqHArv3xqfjbTpLp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1982/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:21:22.3204072Z [00:04:15.659]➜  cd $WORK/b1607
2025-08-20T21:21:22.3208682Z [00:04:15.659]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1607=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1607/ -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=I8K4vTXjtHYDAVc8TlL5 -o $WORK/b1607/_x020.o -c offset.cgo2.c
2025-08-20T21:21:22.3430979Z [00:04:15.682]➜  go tool buildid -w $WORK/b1913/_pkg_.a # internal
2025-08-20T21:21:22.3480418Z [00:04:15.687]➜  go tool buildid -w $WORK/b1982/_pkg_.a # internal
2025-08-20T21:21:22.3498331Z [00:04:15.689]➜  cp $WORK/b1913/_pkg_.a /root/.cache/go-build/9a/9a43dd64a107fdbfc1661aba0191895e63d1d49db38bc14ed22c1ff689be2554-d # internal
2025-08-20T21:21:22.3507205Z [00:04:15.690]➜  cp $WORK/b1982/_pkg_.a /root/.cache/go-build/77/771528df453fe0fd9c7b36fee80728ad2de9c889faa70788419fae8806e7f9c8-d # internal
2025-08-20T21:21:22.3517245Z [00:04:15.690]➜  go.mongodb.org/mongo-driver/x/mongo/driver/session
2025-08-20T21:21:22.3519402Z [00:04:15.690]➜  mkdir -p $WORK/b1945/
2025-08-20T21:21:22.3521053Z [00:04:15.691]➜  go.mongodb.org/mongo-driver/event
2025-08-20T21:21:22.3521867Z [00:04:15.691]➜  mkdir -p $WORK/b1911/
2025-08-20T21:21:22.3522597Z [00:04:15.691]➜  cat >/tmp/go-build3619502580/b1945/importcfg << 'EOF' # internal
2025-08-20T21:21:22.3523245Z [00:04:15.691]➜  # import config
2025-08-20T21:21:22.3523883Z [00:04:15.691]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:22.3524665Z [00:04:15.691]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:22.3525656Z [00:04:15.691]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3619502580/b1904/_pkg_.a
2025-08-20T21:21:22.3526867Z [00:04:15.691]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3619502580/b1909/_pkg_.a
2025-08-20T21:21:22.3528246Z [00:04:15.691]➜  packagefile go.mongodb.org/mongo-driver/internal/uuid=/tmp/go-build3619502580/b1924/_pkg_.a
2025-08-20T21:21:22.3529614Z [00:04:15.691]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3619502580/b1912/_pkg_.a
2025-08-20T21:21:22.3530828Z [00:04:15.691]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3619502580/b1913/_pkg_.a
2025-08-20T21:21:22.3532219Z [00:04:15.691]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build3619502580/b1931/_pkg_.a
2025-08-20T21:21:22.3533430Z [00:04:15.691]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build3619502580/b1917/_pkg_.a
2025-08-20T21:21:22.3534654Z [00:04:15.691]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build3619502580/b1932/_pkg_.a
2025-08-20T21:21:22.3535879Z [00:04:15.691]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3619502580/b1910/_pkg_.a
2025-08-20T21:21:22.3537012Z [00:04:15.691]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:22.3537802Z [00:04:15.691]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:22.3538619Z [00:04:15.691]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:22.3539197Z [00:04:15.691]➜  EOF
2025-08-20T21:21:22.3539661Z [00:04:15.691]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:22.3550844Z [00:04:15.691]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1945/_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/b1945=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/session -lang=go1.18 -complete -installsuffix shared -buildid gmfS6eThlORts1S3o8dV/gmfS6eThlORts1S3o8dV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1945/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:21:22.3557594Z [00:04:15.691]➜  cat >/tmp/go-build3619502580/b1911/importcfg << 'EOF' # internal
2025-08-20T21:21:22.3558496Z [00:04:15.691]➜  # import config
2025-08-20T21:21:22.3559167Z [00:04:15.691]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:22.3560186Z [00:04:15.691]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3619502580/b1904/_pkg_.a
2025-08-20T21:21:22.3561612Z [00:04:15.691]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3619502580/b1909/_pkg_.a
2025-08-20T21:21:22.3562901Z [00:04:15.691]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3619502580/b1912/_pkg_.a
2025-08-20T21:21:22.3564233Z [00:04:15.691]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3619502580/b1913/_pkg_.a
2025-08-20T21:21:22.3565261Z [00:04:15.691]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:22.3565865Z [00:04:15.691]➜  EOF
2025-08-20T21:21:22.3569955Z [00:04:15.691]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1911/_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/b1911=>" -p go.mongodb.org/mongo-driver/event -lang=go1.18 -complete -installsuffix shared -buildid mO4lz6S82IAQvXnx-BoQ/mO4lz6S82IAQvXnx-BoQ -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/event/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/event/monitoring.go
2025-08-20T21:21:22.3845657Z [00:04:15.724]➜  cd $WORK/b1607
2025-08-20T21:21:22.3853455Z [00:04:15.724]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1607=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1607/ -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=I8K4vTXjtHYDAVc8TlL5 -o $WORK/b1607/_x021.o -c producer.cgo2.c
2025-08-20T21:21:22.4801766Z [00:04:15.819]➜  go tool buildid -w $WORK/b1911/_pkg_.a # internal
2025-08-20T21:21:22.4825666Z [00:04:15.822]➜  cp $WORK/b1911/_pkg_.a /root/.cache/go-build/2f/2fd8571eeb0ed3642b2feb45e9e7fb4080afbf79972f3991a2b551eff0176aec-d # internal
2025-08-20T21:21:22.4837362Z [00:04:15.823]➜  github.com/aws/aws-sdk-go-v2/internal/v4a
2025-08-20T21:21:22.4840448Z [00:04:15.823]➜  mkdir -p $WORK/b1980/
2025-08-20T21:21:22.4853662Z [00:04:15.824]➜  cat >/tmp/go-build3619502580/b1980/importcfg << 'EOF' # internal
2025-08-20T21:21:22.4864006Z [00:04:15.824]➜  # import config
2025-08-20T21:21:22.4864708Z [00:04:15.824]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:22.4865575Z [00:04:15.824]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:22.4866446Z [00:04:15.824]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:21:22.4867360Z [00:04:15.824]➜  packagefile crypto/ecdsa=/tmp/go-build3619502580/b117/_pkg_.a
2025-08-20T21:21:22.4868304Z [00:04:15.824]➜  packagefile crypto/elliptic=/tmp/go-build3619502580/b118/_pkg_.a
2025-08-20T21:21:22.4869438Z [00:04:15.824]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:21:22.4870362Z [00:04:15.824]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:21:22.4878602Z [00:04:15.824]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:21:22.4879612Z [00:04:15.824]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:22.4880636Z [00:04:15.824]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:21:22.4889586Z [00:04:15.824]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3619502580/b255/_pkg_.a
2025-08-20T21:21:22.4890958Z [00:04:15.824]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3619502580/b277/_pkg_.a
2025-08-20T21:21:22.4892708Z [00:04:15.824]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3619502580/b280/_pkg_.a
2025-08-20T21:21:22.4894077Z [00:04:15.824]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3619502580/b262/_pkg_.a
2025-08-20T21:21:22.4895362Z [00:04:15.824]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3619502580/b238/_pkg_.a
2025-08-20T21:21:22.4896799Z [00:04:15.824]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto=/tmp/go-build3619502580/b1981/_pkg_.a
2025-08-20T21:21:22.4898310Z [00:04:15.824]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4=/tmp/go-build3619502580/b1982/_pkg_.a
2025-08-20T21:21:22.4899563Z [00:04:15.824]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:21:22.4900667Z [00:04:15.824]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3619502580/b247/_pkg_.a
2025-08-20T21:21:22.4904252Z [00:04:15.824]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3619502580/b281/_pkg_.a
2025-08-20T21:21:22.4905560Z [00:04:15.824]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3619502580/b244/_pkg_.a
2025-08-20T21:21:22.4906755Z [00:04:15.824]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:21:22.4908021Z [00:04:15.824]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3619502580/b245/_pkg_.a
2025-08-20T21:21:22.4909264Z [00:04:15.824]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:21:22.4910076Z [00:04:15.824]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:21:22.4910907Z [00:04:15.824]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:22.4924538Z [00:04:15.824]➜  packagefile net/textproto=/tmp/go-build3619502580/b176/_pkg_.a
2025-08-20T21:21:22.4925516Z [00:04:15.824]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:22.4926422Z [00:04:15.824]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:22.4927273Z [00:04:15.824]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:22.4928150Z [00:04:15.824]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:22.4929021Z [00:04:15.824]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:22.4929910Z [00:04:15.824]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:22.4930996Z [00:04:15.825]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:22.4931810Z [00:04:15.825]➜  EOF
2025-08-20T21:21:22.4932297Z [00:04:15.827]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:22.4939755Z [00:04:15.828]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1980/_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/b1980=>" -p github.com/aws/aws-sdk-go-v2/internal/v4a -lang=go1.22 -complete -installsuffix shared -buildid npZSjHFtyeLq-4ua-HkC/npZSjHFtyeLq-4ua-HkC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1980/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:21:22.5246622Z [00:04:15.864]➜  cd $WORK/b1607
2025-08-20T21:21:22.5254688Z [00:04:15.864]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1607=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1607/ -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=I8K4vTXjtHYDAVc8TlL5 -o $WORK/b1607/_x022.o -c time.cgo2.c
2025-08-20T21:21:22.5322385Z [00:04:15.871]➜  go tool buildid -w $WORK/b1945/_pkg_.a # internal
2025-08-20T21:21:22.5399674Z [00:04:15.877]➜  cp $WORK/b1945/_pkg_.a /root/.cache/go-build/64/6450a4557aea84ad3980a63c1e469a79f5a09f1c74e37a4079e6c9d2f388de72-d # internal
2025-08-20T21:21:22.5406875Z [00:04:15.877]➜  go.mongodb.org/mongo-driver/x/mongo/driver
2025-08-20T21:21:22.5407531Z [00:04:15.879]➜  mkdir -p $WORK/b1933/
2025-08-20T21:21:22.5408318Z [00:04:15.880]➜  cat >/tmp/go-build3619502580/b1933/importcfg << 'EOF' # internal
2025-08-20T21:21:22.5409030Z [00:04:15.880]➜  # import config
2025-08-20T21:21:22.5409724Z [00:04:15.880]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:22.5410615Z [00:04:15.880]➜  packagefile compress/zlib=/tmp/go-build3619502580/b1832/_pkg_.a
2025-08-20T21:21:22.5412159Z [00:04:15.880]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:22.5413068Z [00:04:15.880]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:21:22.5413943Z [00:04:15.880]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:22.5415119Z [00:04:15.880]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:22.5416117Z [00:04:15.880]➜  packagefile github.com/golang/snappy=/tmp/go-build3619502580/b383/_pkg_.a
2025-08-20T21:21:22.5417349Z [00:04:15.880]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3619502580/b1934/_pkg_.a
2025-08-20T21:21:22.5418582Z [00:04:15.880]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3619502580/b1904/_pkg_.a
2025-08-20T21:21:22.5420140Z [00:04:15.880]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3619502580/b1908/_pkg_.a
2025-08-20T21:21:22.5421614Z [00:04:15.880]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3619502580/b1909/_pkg_.a
2025-08-20T21:21:22.5422829Z [00:04:15.880]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build3619502580/b1911/_pkg_.a
2025-08-20T21:21:22.5424187Z [00:04:15.880]➜  packagefile go.mongodb.org/mongo-driver/internal/codecutil=/tmp/go-build3619502580/b1919/_pkg_.a
2025-08-20T21:21:22.5425572Z [00:04:15.880]➜  packagefile go.mongodb.org/mongo-driver/internal/csot=/tmp/go-build3619502580/b1921/_pkg_.a
2025-08-20T21:21:22.5426961Z [00:04:15.880]➜  packagefile go.mongodb.org/mongo-driver/internal/driverutil=/tmp/go-build3619502580/b1942/_pkg_.a
2025-08-20T21:21:22.5428357Z [00:04:15.880]➜  packagefile go.mongodb.org/mongo-driver/internal/handshake=/tmp/go-build3619502580/b1915/_pkg_.a
2025-08-20T21:21:22.5429735Z [00:04:15.880]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build3619502580/b1923/_pkg_.a
2025-08-20T21:21:22.5431089Z [00:04:15.880]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3619502580/b1912/_pkg_.a
2025-08-20T21:21:22.5432862Z [00:04:15.880]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3619502580/b1913/_pkg_.a
2025-08-20T21:21:22.5434313Z [00:04:15.880]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build3619502580/b1931/_pkg_.a
2025-08-20T21:21:22.5435681Z [00:04:15.880]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build3619502580/b1917/_pkg_.a
2025-08-20T21:21:22.5437078Z [00:04:15.880]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build3619502580/b1932/_pkg_.a
2025-08-20T21:21:22.5438488Z [00:04:15.880]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3619502580/b1910/_pkg_.a
2025-08-20T21:21:22.5439932Z [00:04:15.880]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt=/tmp/go-build3619502580/b1943/_pkg_.a
2025-08-20T21:21:22.5441952Z [00:04:15.880]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options=/tmp/go-build3619502580/b1944/_pkg_.a
2025-08-20T21:21:22.5443573Z [00:04:15.880]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build3619502580/b1945/_pkg_.a
2025-08-20T21:21:22.5445075Z [00:04:15.880]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build3619502580/b1946/_pkg_.a
2025-08-20T21:21:22.5446258Z [00:04:15.880]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:22.5447082Z [00:04:15.880]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:22.5447910Z [00:04:15.880]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:22.5448734Z [00:04:15.880]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:22.5449573Z [00:04:15.880]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:22.5450418Z [00:04:15.880]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:22.5451584Z [00:04:15.880]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:22.5452258Z [00:04:15.880]➜  EOF
2025-08-20T21:21:22.5452784Z [00:04:15.880]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:22.5461826Z [00:04:15.880]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1933/_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/b1933=>" -p go.mongodb.org/mongo-driver/x/mongo/driver -lang=go1.18 -complete -installsuffix shared -buildid y3iwLeHCDVKU40TbDk0K/y3iwLeHCDVKU40TbDk0K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1933/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:21:22.5500174Z [00:04:15.889]➜  cd $WORK/b1607
2025-08-20T21:21:22.5506445Z [00:04:15.890]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1607=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1607/ -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=I8K4vTXjtHYDAVc8TlL5 -o $WORK/b1607/_cgo_main.o -c _cgo_main.c
2025-08-20T21:21:22.5764920Z [00:04:15.916]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:22.5771691Z [00:04:15.916]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1607=/tmp/go-build -gno-record-gcc-switches -o $WORK/b1607/_cgo_.o $WORK/b1607/_cgo_main.o $WORK/b1607/preferlinkext $WORK/b1607/_x001.o $WORK/b1607/_x002.o $WORK/b1607/_x003.o $WORK/b1607/_x004.o $WORK/b1607/_x005.o $WORK/b1607/_x006.o $WORK/b1607/_x007.o $WORK/b1607/_x008.o $WORK/b1607/_x009.o $WORK/b1607/_x010.o $WORK/b1607/_x011.o $WORK/b1607/_x012.o $WORK/b1607/_x013.o $WORK/b1607/_x014.o $WORK/b1607/_x015.o $WORK/b1607/_x016.o $WORK/b1607/_x017.o $WORK/b1607/_x018.o $WORK/b1607/_x019.o $WORK/b1607/_x020.o $WORK/b1607/_x021.o $WORK/b1607/_x022.o -O2 -g /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka/librdkafka_vendor/librdkafka_glibc_linux_amd64.a -lm -ldl -lpthread -lrt -lpthread -lrt
2025-08-20T21:21:22.6763507Z [00:04:16.015]➜  go tool buildid -w $WORK/b1980/_pkg_.a # internal
2025-08-20T21:21:22.6793801Z [00:04:16.018]➜  cp $WORK/b1980/_pkg_.a /root/.cache/go-build/ac/ac9713cef91dc9bf8ee4d20e66359b36c4fd5593243ab4e6f267f2551a828614-d # internal
2025-08-20T21:21:22.6804751Z [00:04:16.020]➜  github.com/aws/aws-sdk-go-v2/service/internal/checksum
2025-08-20T21:21:22.6810129Z [00:04:16.020]➜  mkdir -p $WORK/b1983/
2025-08-20T21:21:22.6819999Z [00:04:16.021]➜  cat >/tmp/go-build3619502580/b1983/importcfg << 'EOF' # internal
2025-08-20T21:21:22.6822565Z [00:04:16.021]➜  # import config
2025-08-20T21:21:22.6823953Z [00:04:16.021]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:22.6826696Z [00:04:16.021]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:22.6827790Z [00:04:16.021]➜  packagefile crypto/md5=/tmp/go-build3619502580/b145/_pkg_.a
2025-08-20T21:21:22.6828830Z [00:04:16.021]➜  packagefile crypto/sha1=/tmp/go-build3619502580/b149/_pkg_.a
2025-08-20T21:21:22.6832421Z [00:04:16.021]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:21:22.6833351Z [00:04:16.021]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:22.6834447Z [00:04:16.021]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:21:22.6835417Z [00:04:16.021]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:22.6836460Z [00:04:16.022]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:21:22.6837716Z [00:04:16.022]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3619502580/b255/_pkg_.a
2025-08-20T21:21:22.6838932Z [00:04:16.022]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3619502580/b277/_pkg_.a
2025-08-20T21:21:22.6840182Z [00:04:16.022]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3619502580/b262/_pkg_.a
2025-08-20T21:21:22.6849086Z [00:04:16.022]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build3619502580/b303/_pkg_.a
2025-08-20T21:21:22.6850497Z [00:04:16.022]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:21:22.6851901Z [00:04:16.022]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3619502580/b244/_pkg_.a
2025-08-20T21:21:22.6853096Z [00:04:16.022]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:21:22.6854295Z [00:04:16.022]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3619502580/b245/_pkg_.a
2025-08-20T21:21:22.6855263Z [00:04:16.022]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:21:22.6856080Z [00:04:16.022]➜  packagefile hash/crc32=/tmp/go-build3619502580/b078/_pkg_.a
2025-08-20T21:21:22.6856993Z [00:04:16.022]➜  packagefile hash/crc64=/tmp/go-build3619502580/b367/_pkg_.a
2025-08-20T21:21:22.6857782Z [00:04:16.022]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:22.6858719Z [00:04:16.022]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:22.6859527Z [00:04:16.022]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:22.6860305Z [00:04:16.022]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:22.6861108Z [00:04:16.022]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:22.6861886Z [00:04:16.022]➜  EOF
2025-08-20T21:21:22.6877551Z [00:04:16.026]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1983/_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/b1983=>" -p github.com/aws/aws-sdk-go-v2/service/internal/checksum -lang=go1.22 -complete -installsuffix shared -buildid J8FaJdMgpfPmTukN5xzM/J8FaJdMgpfPmTukN5xzM -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/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:21:22.8725958Z [00:04:16.212]➜  go tool buildid -w $WORK/b1983/_pkg_.a # internal
2025-08-20T21:21:22.8758727Z [00:04:16.215]➜  cp $WORK/b1983/_pkg_.a /root/.cache/go-build/6f/6f25aee90c8f07402da0552251751e4969f80d47c0629e32513afb9c856316b7-d # internal
2025-08-20T21:21:22.8765826Z [00:04:16.216]➜  github.com/aws/aws-sdk-go-v2/aws/arn
2025-08-20T21:21:22.8771545Z [00:04:16.216]➜  mkdir -p $WORK/b1985/
2025-08-20T21:21:22.8780179Z [00:04:16.217]➜  cat >/tmp/go-build3619502580/b1985/importcfg << 'EOF' # internal
2025-08-20T21:21:22.8781772Z [00:04:16.217]➜  # import config
2025-08-20T21:21:22.8784344Z [00:04:16.217]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:22.8785180Z [00:04:16.217]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:22.8785786Z [00:04:16.217]➜  EOF
2025-08-20T21:21:22.8795028Z [00:04:16.218]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1985/_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/b1985=>" -p github.com/aws/aws-sdk-go-v2/aws/arn -lang=go1.22 -complete -installsuffix shared -buildid O8joiJDyO30CqFl9eYoQ/O8joiJDyO30CqFl9eYoQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1985/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/arn/arn.go
2025-08-20T21:21:22.9078383Z [00:04:16.247]➜  go tool buildid -w $WORK/b1985/_pkg_.a # internal
2025-08-20T21:21:22.9091063Z [00:04:16.248]➜  cp $WORK/b1985/_pkg_.a /root/.cache/go-build/6f/6f3fbe3d03dcf23bdc35e7ac622e9559acb5e40247979b3ca3362d8b17241850-d # internal
2025-08-20T21:21:22.9100287Z [00:04:16.249]➜  github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn
2025-08-20T21:21:22.9105829Z [00:04:16.250]➜  mkdir -p $WORK/b1986/
2025-08-20T21:21:22.9138644Z [00:04:16.253]➜  cat >/tmp/go-build3619502580/b1986/importcfg << 'EOF' # internal
2025-08-20T21:21:22.9140765Z [00:04:16.253]➜  # import config
2025-08-20T21:21:22.9143365Z [00:04:16.253]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:22.9144665Z [00:04:16.253]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build3619502580/b1985/_pkg_.a
2025-08-20T21:21:22.9147545Z [00:04:16.253]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:22.9148360Z [00:04:16.253]➜  EOF
2025-08-20T21:21:22.9163219Z [00:04:16.255]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1986/_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/b1986=>" -p github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn -lang=go1.22 -complete -installsuffix shared -buildid SIcFWFTWIpwIjOvMvklR/SIcFWFTWIpwIjOvMvklR -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/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:21:22.9847256Z [00:04:16.324]➜  go tool buildid -w $WORK/b1986/_pkg_.a # internal
2025-08-20T21:21:22.9864412Z [00:04:16.325]➜  cp $WORK/b1986/_pkg_.a /root/.cache/go-build/ca/ca536b807b9fa14aeee561e657e47cdc4f06d21be526fb75f6a1e3a2a736cd9b-d # internal
2025-08-20T21:21:22.9878831Z [00:04:16.327]➜  github.com/aws/aws-sdk-go-v2/service/internal/s3shared
2025-08-20T21:21:22.9883926Z [00:04:16.328]➜  mkdir -p $WORK/b1984/
2025-08-20T21:21:22.9918225Z [00:04:16.331]➜  cat >/tmp/go-build3619502580/b1984/importcfg << 'EOF' # internal
2025-08-20T21:21:22.9926778Z [00:04:16.331]➜  # import config
2025-08-20T21:21:22.9927497Z [00:04:16.331]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:22.9928412Z [00:04:16.331]➜  packagefile encoding/xml=/tmp/go-build3619502580/b299/_pkg_.a
2025-08-20T21:21:22.9929307Z [00:04:16.331]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:22.9930158Z [00:04:16.331]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:22.9931153Z [00:04:16.331]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build3619502580/b1985/_pkg_.a
2025-08-20T21:21:22.9932836Z [00:04:16.331]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3619502580/b255/_pkg_.a
2025-08-20T21:21:22.9934289Z [00:04:16.331]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3619502580/b254/_pkg_.a
2025-08-20T21:21:22.9935695Z [00:04:16.331]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn=/tmp/go-build3619502580/b1986/_pkg_.a
2025-08-20T21:21:22.9937006Z [00:04:16.331]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:21:22.9938151Z [00:04:16.331]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3619502580/b250/_pkg_.a
2025-08-20T21:21:22.9939315Z [00:04:16.331]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3619502580/b245/_pkg_.a
2025-08-20T21:21:22.9940281Z [00:04:16.331]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:22.9941055Z [00:04:16.331]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:22.9945875Z [00:04:16.331]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:22.9946510Z [00:04:16.331]➜  EOF
2025-08-20T21:21:22.9958793Z [00:04:16.332]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1984/_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/b1984=>" -p github.com/aws/aws-sdk-go-v2/service/internal/s3shared -lang=go1.22 -complete -installsuffix shared -buildid ZYgWSJl9CVZnLFTpo4yn/ZYgWSJl9CVZnLFTpo4yn -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/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:21:23.1058448Z [00:04:16.445]➜  go tool buildid -w $WORK/b1984/_pkg_.a # internal
2025-08-20T21:21:23.1075933Z [00:04:16.447]➜  cp $WORK/b1984/_pkg_.a /root/.cache/go-build/75/753dd385179f5c1051800ca5c91f332455742715ce265d4a6e50a4d8dbdbb226-d # internal
2025-08-20T21:21:23.1081123Z [00:04:16.447]➜  github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config
2025-08-20T21:21:23.1084644Z [00:04:16.447]➜  mkdir -p $WORK/b1987/
2025-08-20T21:21:23.1085376Z [00:04:16.447]➜  cat >/tmp/go-build3619502580/b1987/importcfg << 'EOF' # internal
2025-08-20T21:21:23.1086047Z [00:04:16.447]➜  # import config
2025-08-20T21:21:23.1086702Z [00:04:16.447]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:23.1087313Z [00:04:16.447]➜  EOF
2025-08-20T21:21:23.1091819Z [00:04:16.447]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1987/_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/b1987=>" -p github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config -lang=go1.22 -complete -installsuffix shared -buildid OibMvQj4FPcyMY4SWwsC/OibMvQj4FPcyMY4SWwsC -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/internal/s3shared@v1.18.15/config/config.go
2025-08-20T21:21:23.1242915Z [00:04:16.463]➜  go tool buildid -w $WORK/b1987/_pkg_.a # internal
2025-08-20T21:21:23.1274539Z [00:04:16.464]➜  cp $WORK/b1987/_pkg_.a /root/.cache/go-build/23/23988c17cbc710a2dc35e2fad7dd9e750bb74895c3e59ba54bd9fb5b373db5ea-d # internal
2025-08-20T21:21:23.1275898Z [00:04:16.465]➜  github.com/aws/aws-sdk-go-v2/service/s3/internal/arn
2025-08-20T21:21:23.1276547Z [00:04:16.465]➜  mkdir -p $WORK/b1989/
2025-08-20T21:21:23.1277233Z [00:04:16.466]➜  cat >/tmp/go-build3619502580/b1989/importcfg << 'EOF' # internal
2025-08-20T21:21:23.1277849Z [00:04:16.466]➜  # import config
2025-08-20T21:21:23.1278452Z [00:04:16.466]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:23.1279392Z [00:04:16.466]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build3619502580/b1985/_pkg_.a
2025-08-20T21:21:23.1280681Z [00:04:16.466]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn=/tmp/go-build3619502580/b1986/_pkg_.a
2025-08-20T21:21:23.1284429Z [00:04:16.466]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:23.1285010Z [00:04:16.466]➜  EOF
2025-08-20T21:21:23.1289052Z [00:04:16.466]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1989/_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/b1989=>" -p github.com/aws/aws-sdk-go-v2/service/s3/internal/arn -lang=go1.22 -complete -installsuffix shared -buildid AYjRRNKYOa5c9ekTKsq2/AYjRRNKYOa5c9ekTKsq2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1989/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:21:23.1413688Z [00:04:16.480]➜  go tool buildid -w $WORK/b1933/_pkg_.a # internal
2025-08-20T21:21:23.1486709Z [00:04:16.488]➜  go tool buildid -w $WORK/b1989/_pkg_.a # internal
2025-08-20T21:21:23.1493306Z [00:04:16.489]➜  cp $WORK/b1989/_pkg_.a /root/.cache/go-build/d7/d79da2334891b364d888b30fffeee0b2989bb40e924e6bc2b7849124e3167625-d # internal
2025-08-20T21:21:23.1500196Z [00:04:16.489]➜  github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints
2025-08-20T21:21:23.1502540Z [00:04:16.489]➜  mkdir -p $WORK/b1990/
2025-08-20T21:21:23.1504685Z [00:04:16.489]➜  cat >/tmp/go-build3619502580/b1990/importcfg << 'EOF' # internal
2025-08-20T21:21:23.1505491Z [00:04:16.489]➜  # import config
2025-08-20T21:21:23.1507378Z [00:04:16.489]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:23.1508331Z [00:04:16.489]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:21:23.1509530Z [00:04:16.489]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build3619502580/b288/_pkg_.a
2025-08-20T21:21:23.1510745Z [00:04:16.489]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3619502580/b244/_pkg_.a
2025-08-20T21:21:23.1511983Z [00:04:16.490]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:23.1512745Z [00:04:16.490]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:23.1513322Z [00:04:16.490]➜  EOF
2025-08-20T21:21:23.1517463Z [00:04:16.490]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1990/_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/b1990=>" -p github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid DbEYnbVWiNIY371qnuZ3/DbEYnbVWiNIY371qnuZ3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1990/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:21:23.1540249Z [00:04:16.493]➜  cp $WORK/b1933/_pkg_.a /root/.cache/go-build/60/60a22c89b0aabb0564fad6f987bd5376e42db6abb2d495e4efa4bc310a26b4b8-d # internal
2025-08-20T21:21:23.1553827Z [00:04:16.495]➜  go.mongodb.org/mongo-driver/x/mongo/driver/operation
2025-08-20T21:21:23.1558616Z [00:04:16.495]➜  mkdir -p $WORK/b1958/
2025-08-20T21:21:23.1567626Z [00:04:16.496]➜  cat >/tmp/go-build3619502580/b1958/importcfg << 'EOF' # internal
2025-08-20T21:21:23.1580413Z [00:04:16.496]➜  # import config
2025-08-20T21:21:23.1581073Z [00:04:16.496]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:23.1582036Z [00:04:16.496]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:23.1582790Z [00:04:16.496]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:23.1583846Z [00:04:16.496]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3619502580/b1904/_pkg_.a
2025-08-20T21:21:23.1585003Z [00:04:16.496]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3619502580/b1908/_pkg_.a
2025-08-20T21:21:23.1586151Z [00:04:16.496]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build3619502580/b1911/_pkg_.a
2025-08-20T21:21:23.1587323Z [00:04:16.496]➜  packagefile go.mongodb.org/mongo-driver/internal/bsonutil=/tmp/go-build3619502580/b1914/_pkg_.a
2025-08-20T21:21:23.1588586Z [00:04:16.496]➜  packagefile go.mongodb.org/mongo-driver/internal/driverutil=/tmp/go-build3619502580/b1942/_pkg_.a
2025-08-20T21:21:23.1589855Z [00:04:16.496]➜  packagefile go.mongodb.org/mongo-driver/internal/handshake=/tmp/go-build3619502580/b1915/_pkg_.a
2025-08-20T21:21:23.1591100Z [00:04:16.496]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build3619502580/b1923/_pkg_.a
2025-08-20T21:21:23.1599820Z [00:04:16.496]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3619502580/b1912/_pkg_.a
2025-08-20T21:21:23.1601101Z [00:04:16.496]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3619502580/b1913/_pkg_.a
2025-08-20T21:21:23.1602641Z [00:04:16.496]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build3619502580/b1931/_pkg_.a
2025-08-20T21:21:23.1603893Z [00:04:16.496]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build3619502580/b1917/_pkg_.a
2025-08-20T21:21:23.1605164Z [00:04:16.496]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build3619502580/b1932/_pkg_.a
2025-08-20T21:21:23.1606374Z [00:04:16.496]➜  packagefile go.mongodb.org/mongo-driver/version=/tmp/go-build3619502580/b1959/_pkg_.a
2025-08-20T21:21:23.1607768Z [00:04:16.496]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3619502580/b1910/_pkg_.a
2025-08-20T21:21:23.1608999Z [00:04:16.496]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build3619502580/b1933/_pkg_.a
2025-08-20T21:21:23.1610084Z [00:04:16.496]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build3619502580/b1945/_pkg_.a
2025-08-20T21:21:23.1610925Z [00:04:16.496]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:23.1611907Z [00:04:16.496]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:23.1612556Z [00:04:16.496]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:23.1613195Z [00:04:16.496]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:23.1613821Z [00:04:16.496]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:23.1614285Z [00:04:16.496]➜  EOF
2025-08-20T21:21:23.1635684Z [00:04:16.499]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1958/_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/b1958=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/operation -lang=go1.18 -complete -installsuffix shared -buildid leSR0D3jR4uyPO0PXDr5/leSR0D3jR4uyPO0PXDr5 -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/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:21:23.1965117Z [00:04:16.535]➜  gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1607=/tmp/go-build -gno-record-gcc-switches -o $WORK/b1607/_cgo_.o $WORK/b1607/_cgo_main.o $WORK/b1607/preferlinkext $WORK/b1607/_x001.o $WORK/b1607/_x002.o $WORK/b1607/_x003.o $WORK/b1607/_x004.o $WORK/b1607/_x005.o $WORK/b1607/_x006.o $WORK/b1607/_x007.o $WORK/b1607/_x008.o $WORK/b1607/_x009.o $WORK/b1607/_x010.o $WORK/b1607/_x011.o $WORK/b1607/_x012.o $WORK/b1607/_x013.o $WORK/b1607/_x014.o $WORK/b1607/_x015.o $WORK/b1607/_x016.o $WORK/b1607/_x017.o $WORK/b1607/_x018.o $WORK/b1607/_x019.o $WORK/b1607/_x020.o $WORK/b1607/_x021.o $WORK/b1607/_x022.o -O2 -g /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka/librdkafka_vendor/librdkafka_glibc_linux_amd64.a -lm -ldl -lpthread -lrt -lpthread -lrt # test for internal linking errors (failed)
2025-08-20T21:21:23.1994298Z [00:04:16.535]➜  echo -n > $WORK/b1607/dynimportfail # internal
2025-08-20T21:21:23.2212438Z [00:04:16.560]➜  go tool buildid -w $WORK/b1990/_pkg_.a # internal
2025-08-20T21:21:23.2224142Z [00:04:16.561]➜  cat >/tmp/go-build3619502580/b1607/importcfg << 'EOF' # internal
2025-08-20T21:21:23.2230509Z [00:04:16.561]➜  # import config
2025-08-20T21:21:23.2231429Z [00:04:16.561]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:23.2232339Z [00:04:16.561]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:23.2233714Z [00:04:16.561]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/kafka/librdkafka_vendor=/tmp/go-build3619502580/b1608/_pkg_.a
2025-08-20T21:21:23.2235263Z [00:04:16.561]➜  packagefile go/types=/tmp/go-build3619502580/b1609/_pkg_.a
2025-08-20T21:21:23.2236118Z [00:04:16.561]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:23.2236902Z [00:04:16.561]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:23.2237733Z [00:04:16.561]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:23.2238579Z [00:04:16.561]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:23.2239410Z [00:04:16.561]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:23.2240238Z [00:04:16.561]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:23.2241089Z [00:04:16.561]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:23.2243467Z [00:04:16.561]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:23.2244390Z [00:04:16.562]➜  packagefile runtime/cgo=/tmp/go-build3619502580/b165/_pkg_.a
2025-08-20T21:21:23.2245306Z [00:04:16.562]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:21:23.2245952Z [00:04:16.562]➜  EOF
2025-08-20T21:21:23.2263877Z [00:04:16.565]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1607/_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/b1607=>" -p github.com/confluentinc/confluent-kafka-go/v2/kafka -lang=go1.21 -installsuffix shared -buildid I8K4vTXjtHYDAVc8TlL5/I8K4vTXjtHYDAVc8TlL5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1607/importcfg -pack /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka/context.go $WORK/b1607/_cgo_gotypes.go $WORK/b1607/00version.cgo1.go $WORK/b1607/adminapi.cgo1.go $WORK/b1607/adminoptions.cgo1.go $WORK/b1607/build_glibc_linux_amd64.cgo1.go $WORK/b1607/config.cgo1.go $WORK/b1607/consumer.cgo1.go $WORK/b1607/error.cgo1.go $WORK/b1607/error_gen.cgo1.go $WORK/b1607/event.cgo1.go $WORK/b1607/generated_errors.cgo1.go $WORK/b1607/handle.cgo1.go $WORK/b1607/header.cgo1.go $WORK/b1607/kafka.cgo1.go $WORK/b1607/log.cgo1.go $WORK/b1607/message.cgo1.go $WORK/b1607/metadata.cgo1.go $WORK/b1607/misc.cgo1.go $WORK/b1607/mockcluster.cgo1.go $WORK/b1607/offset.cgo1.go $WORK/b1607/producer.cgo1.go $WORK/b1607/time.cgo1.go
2025-08-20T21:21:23.2291072Z [00:04:16.568]➜  cp $WORK/b1990/_pkg_.a /root/.cache/go-build/ab/ab34200dfe6356faef5d15126a28831e95877fd22c32650c1fa7c4d94dc4be70-d # internal
2025-08-20T21:21:23.2304502Z [00:04:16.570]➜  github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations
2025-08-20T21:21:23.2310940Z [00:04:16.570]➜  mkdir -p $WORK/b1988/
2025-08-20T21:21:23.2323651Z [00:04:16.571]➜  cat >/tmp/go-build3619502580/b1988/importcfg << 'EOF' # internal
2025-08-20T21:21:23.2324755Z [00:04:16.571]➜  # import config
2025-08-20T21:21:23.2325793Z [00:04:16.571]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:23.2326792Z [00:04:16.571]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:23.2328210Z [00:04:16.571]➜  packagefile encoding/xml=/tmp/go-build3619502580/b299/_pkg_.a
2025-08-20T21:21:23.2329286Z [00:04:16.571]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:23.2330438Z [00:04:16.571]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:21:23.2332097Z [00:04:16.571]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3619502580/b255/_pkg_.a
2025-08-20T21:21:23.2333717Z [00:04:16.571]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3619502580/b277/_pkg_.a
2025-08-20T21:21:23.2335212Z [00:04:16.571]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3619502580/b282/_pkg_.a
2025-08-20T21:21:23.2336502Z [00:04:16.571]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3619502580/b262/_pkg_.a
2025-08-20T21:21:23.2337708Z [00:04:16.572]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3619502580/b238/_pkg_.a
2025-08-20T21:21:23.2339224Z [00:04:16.572]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a=/tmp/go-build3619502580/b1980/_pkg_.a
2025-08-20T21:21:23.2340602Z [00:04:16.572]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/checksum=/tmp/go-build3619502580/b1983/_pkg_.a
2025-08-20T21:21:23.2342302Z [00:04:16.572]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared=/tmp/go-build3619502580/b1984/_pkg_.a
2025-08-20T21:21:23.2343807Z [00:04:16.572]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn=/tmp/go-build3619502580/b1986/_pkg_.a
2025-08-20T21:21:23.2345208Z [00:04:16.572]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/arn=/tmp/go-build3619502580/b1989/_pkg_.a
2025-08-20T21:21:23.2346779Z [00:04:16.572]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints=/tmp/go-build3619502580/b1990/_pkg_.a
2025-08-20T21:21:23.2348070Z [00:04:16.572]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:21:23.2349024Z [00:04:16.572]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3619502580/b247/_pkg_.a
2025-08-20T21:21:23.2350249Z [00:04:16.572]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3619502580/b281/_pkg_.a
2025-08-20T21:21:23.2351656Z [00:04:16.572]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build3619502580/b306/_pkg_.a
2025-08-20T21:21:23.2352818Z [00:04:16.572]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3619502580/b244/_pkg_.a
2025-08-20T21:21:23.2353993Z [00:04:16.572]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:21:23.2355211Z [00:04:16.572]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3619502580/b245/_pkg_.a
2025-08-20T21:21:23.2356234Z [00:04:16.572]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:23.2357037Z [00:04:16.572]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:23.2357869Z [00:04:16.572]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:21:23.2358646Z [00:04:16.572]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:23.2359467Z [00:04:16.572]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:23.2360318Z [00:04:16.572]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:23.2361539Z [00:04:16.572]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:23.2363021Z [00:04:16.572]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:23.2363968Z [00:04:16.572]➜  EOF
2025-08-20T21:21:23.2382365Z [00:04:16.574]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1988/_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/b1988=>" -p github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations -lang=go1.22 -complete -installsuffix shared -buildid f6xBnNMGEi4gfd28DSon/f6xBnNMGEi4gfd28DSon -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/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:21:23.3886209Z [00:04:16.728]➜  go tool buildid -w $WORK/b1988/_pkg_.a # internal
2025-08-20T21:21:23.3926258Z [00:04:16.732]➜  cp $WORK/b1988/_pkg_.a /root/.cache/go-build/43/433f99268020d8c2ed28eadf6cf01b749224640125a862a26e323ddca78c9255-d # internal
2025-08-20T21:21:23.3948935Z [00:04:16.734]➜  github.com/aws/aws-sdk-go-v2/service/s3/types
2025-08-20T21:21:23.3949870Z [00:04:16.734]➜  mkdir -p $WORK/b1991/
2025-08-20T21:21:23.3951537Z [00:04:16.734]➜  cat >/tmp/go-build3619502580/b1991/importcfg << 'EOF' # internal
2025-08-20T21:21:23.3955643Z [00:04:16.735]➜  # import config
2025-08-20T21:21:23.3956337Z [00:04:16.735]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:23.3957342Z [00:04:16.735]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:21:23.3958518Z [00:04:16.735]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3619502580/b290/_pkg_.a
2025-08-20T21:21:23.3959508Z [00:04:16.735]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:23.3960101Z [00:04:16.735]➜  EOF
2025-08-20T21:21:23.3965496Z [00:04:16.735]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1991/_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/b1991=>" -p github.com/aws/aws-sdk-go-v2/service/s3/types -lang=go1.22 -complete -installsuffix shared -buildid fwM5WBtst4qojS8JpYLP/fwM5WBtst4qojS8JpYLP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1991/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:21:23.7551631Z [00:04:17.094]➜  go tool buildid -w $WORK/b1991/_pkg_.a # internal
2025-08-20T21:21:23.7647374Z [00:04:17.104]➜  cp $WORK/b1991/_pkg_.a /root/.cache/go-build/26/26ec9ba1174cce740892862b69c22713c0c38e225b9206fbcf49d7fbee9ad10c-d # internal
2025-08-20T21:21:23.7655117Z [00:04:17.105]➜  github.com/aws/smithy-go/sync
2025-08-20T21:21:23.7661153Z [00:04:17.105]➜  mkdir -p $WORK/b1994/
2025-08-20T21:21:23.7674611Z [00:04:17.106]➜  cat >/tmp/go-build3619502580/b1994/importcfg << 'EOF' # internal
2025-08-20T21:21:23.7675350Z [00:04:17.106]➜  # import config
2025-08-20T21:21:23.7675995Z [00:04:17.106]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:23.7676594Z [00:04:17.106]➜  EOF
2025-08-20T21:21:23.7689090Z [00:04:17.108]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1994/_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/b1994=>" -p github.com/aws/smithy-go/sync -lang=go1.22 -complete -installsuffix shared -buildid Rbms7rw2sKKQQSBeM8nY/Rbms7rw2sKKQQSBeM8nY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1994/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/sync/error.go
2025-08-20T21:21:23.7877823Z [00:04:17.127]➜  go tool buildid -w $WORK/b1994/_pkg_.a # internal
2025-08-20T21:21:23.7890903Z [00:04:17.128]➜  cp $WORK/b1994/_pkg_.a /root/.cache/go-build/0c/0c17dd55bfb916f6eda7baf75d81f987a14d205e6f33167d7e06166dd975fbc2-d # internal
2025-08-20T21:21:23.8027768Z [00:04:17.142]➜  github.com/aws/aws-sdk-go-v2/service/s3
2025-08-20T21:21:23.8055340Z [00:04:17.145]➜  mkdir -p $WORK/b1977/
2025-08-20T21:21:23.8074929Z [00:04:17.146]➜  cat >/tmp/go-build3619502580/b1977/importcfg << 'EOF' # internal
2025-08-20T21:21:23.8091995Z [00:04:17.146]➜  # import config
2025-08-20T21:21:23.8092982Z [00:04:17.146]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:23.8094221Z [00:04:17.146]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:23.8095371Z [00:04:17.146]➜  packagefile crypto/hmac=/tmp/go-build3619502580/b135/_pkg_.a
2025-08-20T21:21:23.8097886Z [00:04:17.146]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:21:23.8098922Z [00:04:17.146]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:23.8099932Z [00:04:17.146]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:21:23.8100876Z [00:04:17.146]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:23.8109391Z [00:04:17.146]➜  packagefile encoding/xml=/tmp/go-build3619502580/b299/_pkg_.a
2025-08-20T21:21:23.8110299Z [00:04:17.146]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:23.8111128Z [00:04:17.146]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:23.8112572Z [00:04:17.146]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:21:23.8114005Z [00:04:17.146]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build3619502580/b275/_pkg_.a
2025-08-20T21:21:23.8115314Z [00:04:17.146]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3619502580/b255/_pkg_.a
2025-08-20T21:21:23.8116763Z [00:04:17.146]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream=/tmp/go-build3619502580/b1978/_pkg_.a
2025-08-20T21:21:23.8118421Z [00:04:17.146]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi=/tmp/go-build3619502580/b1979/_pkg_.a
2025-08-20T21:21:23.8119978Z [00:04:17.146]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/tmp/go-build3619502580/b301/_pkg_.a
2025-08-20T21:21:23.8121449Z [00:04:17.146]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3619502580/b260/_pkg_.a
2025-08-20T21:21:23.8122745Z [00:04:17.146]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3619502580/b277/_pkg_.a
2025-08-20T21:21:23.8124106Z [00:04:17.146]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3619502580/b254/_pkg_.a
2025-08-20T21:21:23.8125451Z [00:04:17.146]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3619502580/b280/_pkg_.a
2025-08-20T21:21:23.8126805Z [00:04:17.146]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3619502580/b282/_pkg_.a
2025-08-20T21:21:23.8128456Z [00:04:17.146]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build3619502580/b283/_pkg_.a
2025-08-20T21:21:23.8129854Z [00:04:17.146]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3619502580/b262/_pkg_.a
2025-08-20T21:21:23.8161449Z [00:04:17.146]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build3619502580/b284/_pkg_.a
2025-08-20T21:21:23.8163130Z [00:04:17.146]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build3619502580/b285/_pkg_.a
2025-08-20T21:21:23.8164672Z [00:04:17.146]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build3619502580/b286/_pkg_.a
2025-08-20T21:21:23.8166075Z [00:04:17.146]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3619502580/b238/_pkg_.a
2025-08-20T21:21:23.8167496Z [00:04:17.146]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sync/singleflight=/tmp/go-build3619502580/b239/_pkg_.a
2025-08-20T21:21:23.8169125Z [00:04:17.146]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a=/tmp/go-build3619502580/b1980/_pkg_.a
2025-08-20T21:21:23.8170585Z [00:04:17.146]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding=/tmp/go-build3619502580/b302/_pkg_.a
2025-08-20T21:21:23.8172375Z [00:04:17.146]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/checksum=/tmp/go-build3619502580/b1983/_pkg_.a
2025-08-20T21:21:23.8174008Z [00:04:17.146]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build3619502580/b303/_pkg_.a
2025-08-20T21:21:23.8175529Z [00:04:17.146]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared=/tmp/go-build3619502580/b1984/_pkg_.a
2025-08-20T21:21:23.8177245Z [00:04:17.146]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config=/tmp/go-build3619502580/b1987/_pkg_.a
2025-08-20T21:21:23.8178891Z [00:04:17.146]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations=/tmp/go-build3619502580/b1988/_pkg_.a
2025-08-20T21:21:23.8180508Z [00:04:17.146]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints=/tmp/go-build3619502580/b1990/_pkg_.a
2025-08-20T21:21:23.8219724Z [00:04:17.146]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/types=/tmp/go-build3619502580/b1991/_pkg_.a
2025-08-20T21:21:23.8220829Z [00:04:17.146]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:21:23.8222228Z [00:04:17.146]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3619502580/b247/_pkg_.a
2025-08-20T21:21:23.8223500Z [00:04:17.146]➜  packagefile github.com/aws/smithy-go/container/private/cache=/tmp/go-build3619502580/b1992/_pkg_.a
2025-08-20T21:21:23.8224937Z [00:04:17.146]➜  packagefile github.com/aws/smithy-go/container/private/cache/lru=/tmp/go-build3619502580/b1993/_pkg_.a
2025-08-20T21:21:23.8226418Z [00:04:17.146]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3619502580/b290/_pkg_.a
2025-08-20T21:21:23.8227710Z [00:04:17.146]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3619502580/b281/_pkg_.a
2025-08-20T21:21:23.8228996Z [00:04:17.146]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build3619502580/b306/_pkg_.a
2025-08-20T21:21:23.8230207Z [00:04:17.146]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build3619502580/b291/_pkg_.a
2025-08-20T21:21:23.8231683Z [00:04:17.146]➜  packagefile github.com/aws/smithy-go/endpoints/private/rulesfn=/tmp/go-build3619502580/b317/_pkg_.a
2025-08-20T21:21:23.8232948Z [00:04:17.146]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3619502580/b265/_pkg_.a
2025-08-20T21:21:23.8234051Z [00:04:17.147]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3619502580/b244/_pkg_.a
2025-08-20T21:21:23.8235201Z [00:04:17.147]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3619502580/b248/_pkg_.a
2025-08-20T21:21:23.8236346Z [00:04:17.147]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:21:23.8237635Z [00:04:17.147]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3619502580/b253/_pkg_.a
2025-08-20T21:21:23.8238732Z [00:04:17.147]➜  packagefile github.com/aws/smithy-go/sync=/tmp/go-build3619502580/b1994/_pkg_.a
2025-08-20T21:21:23.8239829Z [00:04:17.147]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3619502580/b249/_pkg_.a
2025-08-20T21:21:23.8240981Z [00:04:17.147]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3619502580/b250/_pkg_.a
2025-08-20T21:21:23.8242826Z [00:04:17.147]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3619502580/b245/_pkg_.a
2025-08-20T21:21:23.8244022Z [00:04:17.147]➜  packagefile github.com/aws/smithy-go/waiter=/tmp/go-build3619502580/b318/_pkg_.a
2025-08-20T21:21:23.8244969Z [00:04:17.147]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:23.8245773Z [00:04:17.147]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:23.8246736Z [00:04:17.147]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:23.8247535Z [00:04:17.147]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:23.8248362Z [00:04:17.147]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:23.8249142Z [00:04:17.147]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:23.8249908Z [00:04:17.147]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:21:23.8250701Z [00:04:17.147]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:23.8251761Z [00:04:17.147]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:23.8252522Z [00:04:17.147]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:23.8253468Z [00:04:17.147]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:23.8254308Z [00:04:17.147]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:23.8254916Z [00:04:17.147]➜  EOF
2025-08-20T21:21:23.8255488Z [00:04:17.161]➜  go tool buildid -w $WORK/b1958/_pkg_.a # internal
2025-08-20T21:21:23.8337942Z [00:04:17.161]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1977/_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/b1977=>" -p github.com/aws/aws-sdk-go-v2/service/s3 -lang=go1.22 -complete -installsuffix shared -buildid vDXDFTu-EZp_YCF42tfb/vDXDFTu-EZp_YCF42tfb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1977/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:21:23.8515539Z [00:04:17.191]➜  cp $WORK/b1958/_pkg_.a /root/.cache/go-build/6d/6dac3c51b73af8554956b8d908229ffc31f9293801306779999c21b3e7456d82-d # internal
2025-08-20T21:21:23.8522484Z [00:04:17.191]➜  go.mongodb.org/mongo-driver/x/mongo/driver/auth
2025-08-20T21:21:23.8523187Z [00:04:17.191]➜  mkdir -p $WORK/b1947/
2025-08-20T21:21:23.8523952Z [00:04:17.191]➜  cat >/tmp/go-build3619502580/b1947/importcfg << 'EOF' # internal
2025-08-20T21:21:23.8524639Z [00:04:17.191]➜  # import config
2025-08-20T21:21:23.8525264Z [00:04:17.191]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:23.8526086Z [00:04:17.191]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:23.8526941Z [00:04:17.191]➜  packagefile crypto/md5=/tmp/go-build3619502580/b145/_pkg_.a
2025-08-20T21:21:23.8527826Z [00:04:17.191]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:21:23.8528885Z [00:04:17.191]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:23.8529829Z [00:04:17.191]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:23.8530671Z [00:04:17.191]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:23.8531673Z [00:04:17.191]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:23.8532605Z [00:04:17.191]➜  packagefile github.com/xdg-go/scram=/tmp/go-build3619502580/b1948/_pkg_.a
2025-08-20T21:21:23.8533678Z [00:04:17.191]➜  packagefile github.com/xdg-go/stringprep=/tmp/go-build3619502580/b1950/_pkg_.a
2025-08-20T21:21:23.8534825Z [00:04:17.191]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3619502580/b1904/_pkg_.a
2025-08-20T21:21:23.8536089Z [00:04:17.191]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3619502580/b1909/_pkg_.a
2025-08-20T21:21:23.8537431Z [00:04:17.191]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build3619502580/b1951/_pkg_.a
2025-08-20T21:21:23.8538870Z [00:04:17.191]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/signer/v4=/tmp/go-build3619502580/b1954/_pkg_.a
2025-08-20T21:21:23.8540284Z [00:04:17.191]➜  packagefile go.mongodb.org/mongo-driver/internal/credproviders=/tmp/go-build3619502580/b1956/_pkg_.a
2025-08-20T21:21:23.8545669Z [00:04:17.191]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3619502580/b1912/_pkg_.a
2025-08-20T21:21:23.8547256Z [00:04:17.191]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3619502580/b1913/_pkg_.a
2025-08-20T21:21:23.8548642Z [00:04:17.191]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3619502580/b1910/_pkg_.a
2025-08-20T21:21:23.8549969Z [00:04:17.191]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build3619502580/b1933/_pkg_.a
2025-08-20T21:21:23.8551538Z [00:04:17.191]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth/creds=/tmp/go-build3619502580/b1957/_pkg_.a
2025-08-20T21:21:23.8553004Z [00:04:17.191]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/operation=/tmp/go-build3619502580/b1958/_pkg_.a
2025-08-20T21:21:23.8554455Z [00:04:17.191]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build3619502580/b1945/_pkg_.a
2025-08-20T21:21:23.8555533Z [00:04:17.191]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:23.8556493Z [00:04:17.191]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:23.8557345Z [00:04:17.191]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:23.8558201Z [00:04:17.191]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:23.8559034Z [00:04:17.191]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:23.8559847Z [00:04:17.191]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:23.8560640Z [00:04:17.191]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:23.8561402Z [00:04:17.191]➜  EOF
2025-08-20T21:21:23.8574282Z [00:04:17.194]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1947/_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/b1947=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/auth -lang=go1.18 -complete -installsuffix shared -buildid E0oNUDOpB-uQUHbaJTK5/E0oNUDOpB-uQUHbaJTK5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1947/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:21:24.2893271Z [00:04:17.628]➜  go tool buildid -w $WORK/b1947/_pkg_.a # internal
2025-08-20T21:21:24.3017818Z [00:04:17.641]➜  cp $WORK/b1947/_pkg_.a /root/.cache/go-build/b5/b52d1f2f34f584bc592ea3e19959cbd2f26a0d4674f71a0d377eaa9140640afb-d # internal
2025-08-20T21:21:24.3056516Z [00:04:17.645]➜  go.mongodb.org/mongo-driver/x/mongo/driver/connstring
2025-08-20T21:21:24.3059570Z [00:04:17.645]➜  mkdir -p $WORK/b1960/
2025-08-20T21:21:24.3063525Z [00:04:17.646]➜  cat >/tmp/go-build3619502580/b1960/importcfg << 'EOF' # internal
2025-08-20T21:21:24.3079654Z [00:04:17.646]➜  # import config
2025-08-20T21:21:24.3080316Z [00:04:17.646]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:24.3081378Z [00:04:17.646]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:24.3082408Z [00:04:17.646]➜  packagefile go.mongodb.org/mongo-driver/internal/randutil=/tmp/go-build3619502580/b1925/_pkg_.a
2025-08-20T21:21:24.3083652Z [00:04:17.646]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build3619502580/b1932/_pkg_.a
2025-08-20T21:21:24.3084911Z [00:04:17.646]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build3619502580/b1947/_pkg_.a
2025-08-20T21:21:24.3086163Z [00:04:17.646]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/dns=/tmp/go-build3619502580/b1961/_pkg_.a
2025-08-20T21:21:24.3087494Z [00:04:17.646]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build3619502580/b1946/_pkg_.a
2025-08-20T21:21:24.3088527Z [00:04:17.646]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:24.3089410Z [00:04:17.646]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:24.3090174Z [00:04:17.646]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:24.3090917Z [00:04:17.646]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:24.3091849Z [00:04:17.646]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:24.3092392Z [00:04:17.646]➜  EOF
2025-08-20T21:21:24.3096602Z [00:04:17.646]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1960/_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/b1960=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/connstring -lang=go1.18 -complete -installsuffix shared -buildid ZSUNMVNl0FKZHeDi35rz/ZSUNMVNl0FKZHeDi35rz -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/connstring/connstring.go
2025-08-20T21:21:24.4301978Z [00:04:17.769]➜  cd /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka
2025-08-20T21:21:24.4306772Z [00:04:17.769]➜  go tool pack r $WORK/b1607/_pkg_.a $WORK/b1607/preferlinkext $WORK/b1607/_x001.o $WORK/b1607/_x002.o $WORK/b1607/_x003.o $WORK/b1607/_x004.o $WORK/b1607/_x005.o $WORK/b1607/_x006.o $WORK/b1607/_x007.o $WORK/b1607/_x008.o $WORK/b1607/_x009.o $WORK/b1607/_x010.o $WORK/b1607/_x011.o $WORK/b1607/_x012.o $WORK/b1607/_x013.o $WORK/b1607/_x014.o $WORK/b1607/_x015.o $WORK/b1607/_x016.o $WORK/b1607/_x017.o $WORK/b1607/_x018.o $WORK/b1607/_x019.o $WORK/b1607/_x020.o $WORK/b1607/_x021.o $WORK/b1607/_x022.o $WORK/b1607/dynimportfail # internal
2025-08-20T21:21:24.4310656Z [00:04:17.770]➜  go tool buildid -w $WORK/b1607/_pkg_.a # internal
2025-08-20T21:21:24.4419435Z [00:04:17.781]➜  go tool buildid -w $WORK/b1960/_pkg_.a # internal
2025-08-20T21:21:24.4435846Z [00:04:17.783]➜  cp $WORK/b1960/_pkg_.a /root/.cache/go-build/2f/2fc7790c45947d04a456d789642760b931960d0c60bc43bff32d5f427a4076fe-d # internal
2025-08-20T21:21:24.4540814Z [00:04:17.793]➜  go.mongodb.org/mongo-driver/mongo/options
2025-08-20T21:21:24.4542401Z [00:04:17.793]➜  mkdir -p $WORK/b1927/
2025-08-20T21:21:24.4544616Z [00:04:17.793]➜  cat >/tmp/go-build3619502580/b1927/importcfg << 'EOF' # internal
2025-08-20T21:21:24.4546287Z [00:04:17.793]➜  # import config
2025-08-20T21:21:24.4546945Z [00:04:17.793]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:24.4547716Z [00:04:17.793]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:24.4548523Z [00:04:17.793]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:21:24.4549339Z [00:04:17.793]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:21:24.4550159Z [00:04:17.793]➜  packagefile encoding/pem=/tmp/go-build3619502580/b157/_pkg_.a
2025-08-20T21:21:24.4550971Z [00:04:17.793]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:24.4552152Z [00:04:17.793]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:24.4553023Z [00:04:17.793]➜  packagefile github.com/youmark/pkcs8=/tmp/go-build3619502580/b1928/_pkg_.a
2025-08-20T21:21:24.4554042Z [00:04:17.793]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3619502580/b1904/_pkg_.a
2025-08-20T21:21:24.4555173Z [00:04:17.793]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build3619502580/b1905/_pkg_.a
2025-08-20T21:21:24.4556371Z [00:04:17.793]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3619502580/b1909/_pkg_.a
2025-08-20T21:21:24.4557492Z [00:04:17.793]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build3619502580/b1911/_pkg_.a
2025-08-20T21:21:24.4558652Z [00:04:17.793]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build3619502580/b1922/_pkg_.a
2025-08-20T21:21:24.4559868Z [00:04:17.793]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build3619502580/b1923/_pkg_.a
2025-08-20T21:21:24.4564635Z [00:04:17.793]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build3619502580/b1931/_pkg_.a
2025-08-20T21:21:24.4566206Z [00:04:17.793]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build3619502580/b1917/_pkg_.a
2025-08-20T21:21:24.4567480Z [00:04:17.793]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build3619502580/b1932/_pkg_.a
2025-08-20T21:21:24.4568635Z [00:04:17.793]➜  packagefile go.mongodb.org/mongo-driver/tag=/tmp/go-build3619502580/b1918/_pkg_.a
2025-08-20T21:21:24.4569775Z [00:04:17.793]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3619502580/b1910/_pkg_.a
2025-08-20T21:21:24.4571131Z [00:04:17.793]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build3619502580/b1933/_pkg_.a
2025-08-20T21:21:24.4572553Z [00:04:17.793]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build3619502580/b1947/_pkg_.a
2025-08-20T21:21:24.4573963Z [00:04:17.793]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/connstring=/tmp/go-build3619502580/b1960/_pkg_.a
2025-08-20T21:21:24.4575395Z [00:04:17.793]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build3619502580/b1946/_pkg_.a
2025-08-20T21:21:24.4576518Z [00:04:17.793]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:24.4577304Z [00:04:17.793]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:24.4578051Z [00:04:17.793]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:24.4578947Z [00:04:17.793]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:24.4579746Z [00:04:17.793]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:24.4580524Z [00:04:17.793]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:24.4591490Z [00:04:17.793]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:24.4592518Z [00:04:17.793]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:24.4593307Z [00:04:17.793]➜  EOF
2025-08-20T21:21:24.4593947Z [00:04:17.793]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:24.4626717Z [00:04:17.793]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1927/_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/b1927=>" -p go.mongodb.org/mongo-driver/mongo/options -lang=go1.18 -complete -installsuffix shared -buildid AVMC2ovHYQubRZ_Izj44/AVMC2ovHYQubRZ_Izj44 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1927/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:21:24.4647950Z [00:04:17.801]➜  cp $WORK/b1607/_pkg_.a /root/.cache/go-build/0a/0a4053ad35dcf8b614197ce6451a7a585027e4ecd0a63af2c8535378124c408a-d # internal
2025-08-20T21:21:24.4659735Z [00:04:17.805]➜  github.com/jrnd-io/jr/pkg/producers/kafka
2025-08-20T21:21:24.4674236Z [00:04:17.805]➜  mkdir -p $WORK/b1606/
2025-08-20T21:21:24.4674963Z [00:04:17.805]➜  cat >/tmp/go-build3619502580/b1606/importcfg << 'EOF' # internal
2025-08-20T21:21:24.4675674Z [00:04:17.805]➜  # import config
2025-08-20T21:21:24.4676313Z [00:04:17.805]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:21:24.4677113Z [00:04:17.805]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:24.4677979Z [00:04:17.805]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:24.4678813Z [00:04:17.805]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:24.4679925Z [00:04:17.805]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/kafka=/tmp/go-build3619502580/b1607/_pkg_.a
2025-08-20T21:21:24.4682186Z [00:04:17.805]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry=/tmp/go-build3619502580/b1620/_pkg_.a
2025-08-20T21:21:24.4683902Z [00:04:17.805]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption=/tmp/go-build3619502580/b1625/_pkg_.a
2025-08-20T21:21:24.4685791Z [00:04:17.805]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/awskms=/tmp/go-build3619502580/b1675/_pkg_.a
2025-08-20T21:21:24.4687728Z [00:04:17.805]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/azurekms=/tmp/go-build3619502580/b1679/_pkg_.a
2025-08-20T21:21:24.4689944Z [00:04:17.805]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/gcpkms=/tmp/go-build3619502580/b1715/_pkg_.a
2025-08-20T21:21:24.4692012Z [00:04:17.806]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/hcvault=/tmp/go-build3619502580/b1718/_pkg_.a
2025-08-20T21:21:24.4693830Z [00:04:17.806]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/serde=/tmp/go-build3619502580/b1627/_pkg_.a
2025-08-20T21:21:24.4695601Z [00:04:17.806]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/serde/avrov2=/tmp/go-build3619502580/b1743/_pkg_.a
2025-08-20T21:21:24.4697350Z [00:04:17.806]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/serde/jsonschema=/tmp/go-build3619502580/b1749/_pkg_.a
2025-08-20T21:21:24.4698842Z [00:04:17.806]➜  packagefile github.com/jrnd-io/jr/pkg/types=/tmp/go-build3619502580/b1762/_pkg_.a
2025-08-20T21:21:24.4700137Z [00:04:17.806]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build3619502580/b216/_pkg_.a
2025-08-20T21:21:24.4701069Z [00:04:17.806]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:24.4702039Z [00:04:17.806]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:24.4702914Z [00:04:17.806]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:21:24.4703772Z [00:04:17.806]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:24.4704566Z [00:04:17.806]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:24.4705349Z [00:04:17.806]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:24.4706281Z [00:04:17.806]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:24.4707127Z [00:04:17.806]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:24.4707719Z [00:04:17.806]➜  EOF
2025-08-20T21:21:24.4711001Z [00:04:17.806]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1606/_pkg_.a -trimpath "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/kafka=>github.com/jrnd-io/jr/pkg/producers/kafka;$WORK/b1606=>" -p github.com/jrnd-io/jr/pkg/producers/kafka -lang=go1.24 -complete -installsuffix shared -buildid fbwdvp7jQYSHoLVi2YfC/fbwdvp7jQYSHoLVi2YfC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1606/importcfg -pack ./pkg/producers/kafka/kafkaProducer.go
2025-08-20T21:21:24.6739162Z [00:04:18.013]➜  go tool buildid -w $WORK/b1606/_pkg_.a # internal
2025-08-20T21:21:24.6783604Z [00:04:18.017]➜  cp $WORK/b1606/_pkg_.a /root/.cache/go-build/e7/e7146df437c7e7bc9657b35f14eeaf6030b140053d1e890a7eb3a6520cbcdbb1-d # internal
2025-08-20T21:21:24.6789771Z [00:04:18.017]➜  github.com/jrnd-io/jr/pkg/producers/server
2025-08-20T21:21:24.6790455Z [00:04:18.017]➜  mkdir -p $WORK/b1995/
2025-08-20T21:21:24.6791437Z [00:04:18.018]➜  cat >/tmp/go-build3619502580/b1995/importcfg << 'EOF' # internal
2025-08-20T21:21:24.6792195Z [00:04:18.018]➜  # import config
2025-08-20T21:21:24.6792892Z [00:04:18.018]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:24.6793942Z [00:04:18.018]➜  packagefile github.com/jrnd-io/jr/pkg/tpl=/tmp/go-build3619502580/b387/_pkg_.a
2025-08-20T21:21:24.6795086Z [00:04:18.018]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build3619502580/b216/_pkg_.a
2025-08-20T21:21:24.6796096Z [00:04:18.018]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:24.6797802Z [00:04:18.019]➜  EOF
2025-08-20T21:21:24.6801742Z [00:04:18.019]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1995/_pkg_.a -trimpath "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/server=>github.com/jrnd-io/jr/pkg/producers/server;$WORK/b1995=>" -p github.com/jrnd-io/jr/pkg/producers/server -lang=go1.24 -complete -installsuffix shared -buildid pN4sBVZOdr6vb6t-8tlv/pN4sBVZOdr6vb6t-8tlv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1995/importcfg -pack ./pkg/producers/server/JsonProducer.go
2025-08-20T21:21:24.7128003Z [00:04:18.052]➜  go tool buildid -w $WORK/b1995/_pkg_.a # internal
2025-08-20T21:21:24.7143645Z [00:04:18.054]➜  cp $WORK/b1995/_pkg_.a /root/.cache/go-build/6c/6ca4be920dfac2f47dd32cade5901ef92c65aea4474596ab7801330cd48260fa-d # internal
2025-08-20T21:21:24.7149039Z [00:04:18.054]➜  github.com/gammazero/nexus/v3/wamp
2025-08-20T21:21:24.7152300Z [00:04:18.054]➜  mkdir -p $WORK/b2000/
2025-08-20T21:21:24.7161719Z [00:04:18.055]➜  cat >/tmp/go-build3619502580/b2000/importcfg << 'EOF' # internal
2025-08-20T21:21:24.7170488Z [00:04:18.056]➜  # import config
2025-08-20T21:21:24.7171416Z [00:04:18.056]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:24.7172331Z [00:04:18.056]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:24.7173193Z [00:04:18.056]➜  packagefile math/rand=/tmp/go-build3619502580/b108/_pkg_.a
2025-08-20T21:21:24.7174076Z [00:04:18.056]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:24.7175162Z [00:04:18.056]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:24.7176097Z [00:04:18.056]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:24.7176950Z [00:04:18.056]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:24.7177770Z [00:04:18.056]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:24.7178380Z [00:04:18.056]➜  EOF
2025-08-20T21:21:24.7187459Z [00:04:18.056]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2000/_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/b2000=>" -p github.com/gammazero/nexus/v3/wamp -lang=go1.20 -complete -installsuffix shared -buildid LXyS2uAo3_CwOPyXbEA5/LXyS2uAo3_CwOPyXbEA5 -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/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:21:24.8147280Z [00:04:18.154]➜  go tool buildid -w $WORK/b2000/_pkg_.a # internal
2025-08-20T21:21:24.8175811Z [00:04:18.157]➜  cp $WORK/b2000/_pkg_.a /root/.cache/go-build/26/26a92e1c08cc839357c1e0c1adc08a1d91e4b267571fdb6acac08673dfff413b-d # internal
2025-08-20T21:21:24.8183650Z [00:04:18.157]➜  github.com/gammazero/nexus/v3/wamp/crsign
2025-08-20T21:21:24.8194766Z [00:04:18.157]➜  mkdir -p $WORK/b2001/
2025-08-20T21:21:24.8195540Z [00:04:18.158]➜  cat >/tmp/go-build3619502580/b2001/importcfg << 'EOF' # internal
2025-08-20T21:21:24.8196206Z [00:04:18.158]➜  # import config
2025-08-20T21:21:24.8196903Z [00:04:18.158]➜  packagefile crypto/hmac=/tmp/go-build3619502580/b135/_pkg_.a
2025-08-20T21:21:24.8197819Z [00:04:18.159]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:21:24.8198737Z [00:04:18.159]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:24.8205365Z [00:04:18.159]➜  packagefile github.com/gammazero/nexus/v3/wamp=/tmp/go-build3619502580/b2000/_pkg_.a
2025-08-20T21:21:24.8206534Z [00:04:18.159]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build3619502580/b1929/_pkg_.a
2025-08-20T21:21:24.8207483Z [00:04:18.159]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:21:24.8208065Z [00:04:18.159]➜  EOF
2025-08-20T21:21:24.8212328Z [00:04:18.159]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2001/_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/b2001=>" -p github.com/gammazero/nexus/v3/wamp/crsign -lang=go1.20 -complete -installsuffix shared -buildid 6vrChmGARHtf7vj8wwFc/6vrChmGARHtf7vj8wwFc -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/wamp/crsign/crsign.go
2025-08-20T21:21:24.8447534Z [00:04:18.184]➜  go tool buildid -w $WORK/b2001/_pkg_.a # internal
2025-08-20T21:21:24.8455967Z [00:04:18.185]➜  cp $WORK/b2001/_pkg_.a /root/.cache/go-build/a1/a1151d02d1293e69cc58a13dbaa7faa3d1e8d44164af6d5ae0110cc618a0a55d-d # internal
2025-08-20T21:21:24.8468193Z [00:04:18.185]➜  golang.org/x/crypto/nacl/sign
2025-08-20T21:21:24.8468847Z [00:04:18.185]➜  mkdir -p $WORK/b2002/
2025-08-20T21:21:24.8469613Z [00:04:18.186]➜  cat >/tmp/go-build3619502580/b2002/importcfg << 'EOF' # internal
2025-08-20T21:21:24.8470337Z [00:04:18.186]➜  # import config
2025-08-20T21:21:24.8471052Z [00:04:18.186]➜  packagefile crypto/ed25519=/tmp/go-build3619502580/b130/_pkg_.a
2025-08-20T21:21:24.8472382Z [00:04:18.186]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build3619502580/b1387/_pkg_.a
2025-08-20T21:21:24.8473365Z [00:04:18.186]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:24.8473965Z [00:04:18.186]➜  EOF
2025-08-20T21:21:24.8477656Z [00:04:18.186]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2002/_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/b2002=>" -p golang.org/x/crypto/nacl/sign -lang=go1.23 -complete -installsuffix shared -buildid BCwTyrFULcGdS4iI5mum/BCwTyrFULcGdS4iI5mum -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2002/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/nacl/sign/sign.go
2025-08-20T21:21:24.8725930Z [00:04:18.212]➜  go tool buildid -w $WORK/b2002/_pkg_.a # internal
2025-08-20T21:21:24.8733523Z [00:04:18.212]➜  cp $WORK/b2002/_pkg_.a /root/.cache/go-build/f8/f887a85c2d94dcfe967143a678610f1b392d7e16c8113026e1b4b0f90cd8e0b0-d # internal
2025-08-20T21:21:24.8737540Z [00:04:18.213]➜  github.com/gammazero/nexus/v3/router/auth
2025-08-20T21:21:24.8757991Z [00:04:18.215]➜  mkdir -p $WORK/b1999/
2025-08-20T21:21:24.8777593Z [00:04:18.215]➜  cat >/tmp/go-build3619502580/b1999/importcfg << 'EOF' # internal
2025-08-20T21:21:24.8778394Z [00:04:18.216]➜  # import config
2025-08-20T21:21:24.8779287Z [00:04:18.216]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:21:24.8780229Z [00:04:18.216]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:24.8781142Z [00:04:18.216]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:21:24.8785747Z [00:04:18.216]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:24.8786577Z [00:04:18.217]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:24.8787563Z [00:04:18.217]➜  packagefile github.com/gammazero/nexus/v3/wamp=/tmp/go-build3619502580/b2000/_pkg_.a
2025-08-20T21:21:24.8788795Z [00:04:18.217]➜  packagefile github.com/gammazero/nexus/v3/wamp/crsign=/tmp/go-build3619502580/b2001/_pkg_.a
2025-08-20T21:21:24.8789987Z [00:04:18.218]➜  packagefile golang.org/x/crypto/nacl/sign=/tmp/go-build3619502580/b2002/_pkg_.a
2025-08-20T21:21:24.8790936Z [00:04:18.218]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:24.8791923Z [00:04:18.218]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:24.8792514Z [00:04:18.218]➜  EOF
2025-08-20T21:21:24.8798336Z [00:04:18.218]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1999/_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/b1999=>" -p github.com/gammazero/nexus/v3/router/auth -lang=go1.20 -complete -installsuffix shared -buildid s36v0uOENXe9MW0FCXW1/s36v0uOENXe9MW0FCXW1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1999/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:21:24.9342625Z [00:04:18.273]➜  go tool buildid -w $WORK/b1927/_pkg_.a # internal
2025-08-20T21:21:24.9415855Z [00:04:18.281]➜  go tool buildid -w $WORK/b1999/_pkg_.a # internal
2025-08-20T21:21:24.9427516Z [00:04:18.282]➜  cp $WORK/b1999/_pkg_.a /root/.cache/go-build/75/752418fe857b5e43ae3491eaecffe39cae09db669f94eef29e057f3ec4d8ef19-d # internal
2025-08-20T21:21:24.9439051Z [00:04:18.283]➜  github.com/ugorji/go/codec
2025-08-20T21:21:24.9458210Z [00:04:18.285]➜  mkdir -p $WORK/b2006/
2025-08-20T21:21:24.9485087Z [00:04:18.288]➜  echo -n > $WORK/b2006/go_asm.h # internal
2025-08-20T21:21:24.9486464Z [00:04:18.288]➜  cd /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12
2025-08-20T21:21:24.9489909Z [00:04:18.288]➜  /root/.go/pkg/tool/linux_amd64/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/b2006=>" -I $WORK/b2006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b2006/symabis ./helper.s
2025-08-20T21:21:24.9512014Z [00:04:18.290]➜  cp $WORK/b1927/_pkg_.a /root/.cache/go-build/23/23dc5ad563e4802fc83813d0b10023866f156aba2e75c0f0d8c133fb6574de1a-d # internal
2025-08-20T21:21:24.9529672Z [00:04:18.292]➜  cat >/tmp/go-build3619502580/b2006/importcfg << 'EOF' # internal
2025-08-20T21:21:24.9530377Z [00:04:18.292]➜  # import config
2025-08-20T21:21:24.9531032Z [00:04:18.292]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:21:24.9532022Z [00:04:18.292]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:24.9532826Z [00:04:18.292]➜  packagefile encoding=/tmp/go-build3619502580/b059/_pkg_.a
2025-08-20T21:21:24.9533691Z [00:04:18.292]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:24.9534575Z [00:04:18.292]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:24.9535402Z [00:04:18.292]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:24.9536357Z [00:04:18.292]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:24.9537130Z [00:04:18.292]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:24.9537919Z [00:04:18.292]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:24.9538712Z [00:04:18.292]➜  packagefile net/rpc=/tmp/go-build3619502580/b1370/_pkg_.a
2025-08-20T21:21:24.9539500Z [00:04:18.292]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:24.9540293Z [00:04:18.292]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:24.9541057Z [00:04:18.292]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:24.9542034Z [00:04:18.292]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:24.9542844Z [00:04:18.292]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:24.9543605Z [00:04:18.292]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:24.9544410Z [00:04:18.292]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:24.9545225Z [00:04:18.292]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:24.9545973Z [00:04:18.292]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:21:24.9546847Z [00:04:18.292]➜  packagefile unicode/utf16=/tmp/go-build3619502580/b070/_pkg_.a
2025-08-20T21:21:24.9547753Z [00:04:18.292]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:24.9548671Z [00:04:18.292]➜  EOF
2025-08-20T21:21:24.9549133Z [00:04:18.293]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:24.9575431Z [00:04:18.293]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2006/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12=>github.com/ugorji/go/codec@v1.2.12;$WORK/b2006=>" -p github.com/ugorji/go/codec -lang=go1.11 -installsuffix shared -buildid Tjm8GMGD2iqHaBZ1o0K1/Tjm8GMGD2iqHaBZ1o0K1 -goversion go1.25.0 -symabis $WORK/b2006/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b2006/importcfg -pack -asmhdr $WORK/b2006/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:21:24.9589529Z [00:04:18.294]➜  go.mongodb.org/mongo-driver/x/mongo/driver/topology
2025-08-20T21:21:24.9590308Z [00:04:18.294]➜  mkdir -p $WORK/b1962/
2025-08-20T21:21:24.9721989Z [00:04:18.311]➜  cat >/tmp/go-build3619502580/b1962/importcfg << 'EOF' # internal
2025-08-20T21:21:24.9722710Z [00:04:18.311]➜  # import config
2025-08-20T21:21:24.9723327Z [00:04:18.311]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:24.9724096Z [00:04:18.311]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:24.9724882Z [00:04:18.311]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:21:24.9725718Z [00:04:18.311]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:24.9726519Z [00:04:18.311]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:24.9727250Z [00:04:18.311]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:24.9728151Z [00:04:18.311]➜  packagefile github.com/montanaflynn/stats=/tmp/go-build3619502580/b1901/_pkg_.a
2025-08-20T21:21:24.9729224Z [00:04:18.311]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3619502580/b1904/_pkg_.a
2025-08-20T21:21:24.9730361Z [00:04:18.311]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build3619502580/b1905/_pkg_.a
2025-08-20T21:21:24.9731732Z [00:04:18.311]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3619502580/b1909/_pkg_.a
2025-08-20T21:21:24.9733056Z [00:04:18.311]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build3619502580/b1911/_pkg_.a
2025-08-20T21:21:24.9734311Z [00:04:18.311]➜  packagefile go.mongodb.org/mongo-driver/internal/csot=/tmp/go-build3619502580/b1921/_pkg_.a
2025-08-20T21:21:24.9735545Z [00:04:18.311]➜  packagefile go.mongodb.org/mongo-driver/internal/driverutil=/tmp/go-build3619502580/b1942/_pkg_.a
2025-08-20T21:21:24.9736772Z [00:04:18.311]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build3619502580/b1922/_pkg_.a
2025-08-20T21:21:24.9737984Z [00:04:18.311]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build3619502580/b1923/_pkg_.a
2025-08-20T21:21:24.9739182Z [00:04:18.311]➜  packagefile go.mongodb.org/mongo-driver/internal/ptrutil=/tmp/go-build3619502580/b1916/_pkg_.a
2025-08-20T21:21:24.9740401Z [00:04:18.311]➜  packagefile go.mongodb.org/mongo-driver/internal/randutil=/tmp/go-build3619502580/b1925/_pkg_.a
2025-08-20T21:21:24.9741818Z [00:04:18.311]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3619502580/b1912/_pkg_.a
2025-08-20T21:21:24.9743044Z [00:04:18.311]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3619502580/b1913/_pkg_.a
2025-08-20T21:21:24.9744237Z [00:04:18.311]➜  packagefile go.mongodb.org/mongo-driver/mongo/options=/tmp/go-build3619502580/b1927/_pkg_.a
2025-08-20T21:21:24.9745431Z [00:04:18.311]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3619502580/b1910/_pkg_.a
2025-08-20T21:21:24.9746596Z [00:04:18.311]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build3619502580/b1933/_pkg_.a
2025-08-20T21:21:24.9747793Z [00:04:18.311]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build3619502580/b1947/_pkg_.a
2025-08-20T21:21:24.9749180Z [00:04:18.311]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/connstring=/tmp/go-build3619502580/b1960/_pkg_.a
2025-08-20T21:21:24.9750442Z [00:04:18.311]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/dns=/tmp/go-build3619502580/b1961/_pkg_.a
2025-08-20T21:21:24.9753047Z [00:04:18.311]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/ocsp=/tmp/go-build3619502580/b1963/_pkg_.a
2025-08-20T21:21:24.9754402Z [00:04:18.311]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/operation=/tmp/go-build3619502580/b1958/_pkg_.a
2025-08-20T21:21:24.9755717Z [00:04:18.311]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build3619502580/b1945/_pkg_.a
2025-08-20T21:21:24.9757031Z [00:04:18.311]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build3619502580/b1946/_pkg_.a
2025-08-20T21:21:24.9758139Z [00:04:18.311]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:24.9758845Z [00:04:18.311]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:24.9759540Z [00:04:18.311]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:24.9760253Z [00:04:18.311]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:24.9760970Z [00:04:18.311]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:24.9761836Z [00:04:18.311]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:24.9762556Z [00:04:18.311]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:24.9763278Z [00:04:18.311]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:24.9764015Z [00:04:18.311]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:24.9764746Z [00:04:18.311]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:24.9765274Z [00:04:18.311]➜  EOF
2025-08-20T21:21:24.9778075Z [00:04:18.311]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1962/_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/b1962=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/topology -lang=go1.18 -complete -installsuffix shared -buildid o08MdAdzgP7ATb3myXYx/o08MdAdzgP7ATb3myXYx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1962/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:21:25.8505890Z [00:04:19.190]➜  go tool buildid -w $WORK/b1962/_pkg_.a # internal
2025-08-20T21:21:25.8730318Z [00:04:19.212]➜  cp $WORK/b1962/_pkg_.a /root/.cache/go-build/f7/f799895de726a296db1ad77c476619dfd11e87c86624cb6290db91be8a13d2d6-d # internal
2025-08-20T21:21:25.8740192Z [00:04:19.213]➜  go.mongodb.org/mongo-driver/mongo
2025-08-20T21:21:25.8743677Z [00:04:19.213]➜  mkdir -p $WORK/b1903/
2025-08-20T21:21:25.8749385Z [00:04:19.214]➜  cat >/tmp/go-build3619502580/b1903/importcfg << 'EOF' # internal
2025-08-20T21:21:25.8750474Z [00:04:19.214]➜  # import config
2025-08-20T21:21:25.8751594Z [00:04:19.214]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:25.8753431Z [00:04:19.214]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:25.8754299Z [00:04:19.214]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:25.8755151Z [00:04:19.214]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:25.8756117Z [00:04:19.214]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3619502580/b1904/_pkg_.a
2025-08-20T21:21:25.8757515Z [00:04:19.214]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build3619502580/b1905/_pkg_.a
2025-08-20T21:21:25.8758881Z [00:04:19.214]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build3619502580/b1907/_pkg_.a
2025-08-20T21:21:25.8760173Z [00:04:19.214]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3619502580/b1908/_pkg_.a
2025-08-20T21:21:25.8784095Z [00:04:19.214]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3619502580/b1909/_pkg_.a
2025-08-20T21:21:25.8785492Z [00:04:19.214]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build3619502580/b1911/_pkg_.a
2025-08-20T21:21:25.8786842Z [00:04:19.214]➜  packagefile go.mongodb.org/mongo-driver/internal/codecutil=/tmp/go-build3619502580/b1919/_pkg_.a
2025-08-20T21:21:25.8788200Z [00:04:19.214]➜  packagefile go.mongodb.org/mongo-driver/internal/csfle=/tmp/go-build3619502580/b1920/_pkg_.a
2025-08-20T21:21:25.8789521Z [00:04:19.214]➜  packagefile go.mongodb.org/mongo-driver/internal/csot=/tmp/go-build3619502580/b1921/_pkg_.a
2025-08-20T21:21:25.8790862Z [00:04:19.214]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build3619502580/b1922/_pkg_.a
2025-08-20T21:21:25.8792422Z [00:04:19.214]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build3619502580/b1923/_pkg_.a
2025-08-20T21:21:25.8793743Z [00:04:19.214]➜  packagefile go.mongodb.org/mongo-driver/internal/uuid=/tmp/go-build3619502580/b1924/_pkg_.a
2025-08-20T21:21:25.8795408Z [00:04:19.214]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3619502580/b1913/_pkg_.a
2025-08-20T21:21:25.8796706Z [00:04:19.214]➜  packagefile go.mongodb.org/mongo-driver/mongo/options=/tmp/go-build3619502580/b1927/_pkg_.a
2025-08-20T21:21:25.8798042Z [00:04:19.214]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build3619502580/b1931/_pkg_.a
2025-08-20T21:21:25.8799360Z [00:04:19.214]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build3619502580/b1917/_pkg_.a
2025-08-20T21:21:25.8800694Z [00:04:19.214]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build3619502580/b1932/_pkg_.a
2025-08-20T21:21:25.8802295Z [00:04:19.214]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3619502580/b1910/_pkg_.a
2025-08-20T21:21:25.8803656Z [00:04:19.214]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build3619502580/b1933/_pkg_.a
2025-08-20T21:21:25.8805013Z [00:04:19.214]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build3619502580/b1947/_pkg_.a
2025-08-20T21:21:25.8806483Z [00:04:19.214]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt=/tmp/go-build3619502580/b1943/_pkg_.a
2025-08-20T21:21:25.8808034Z [00:04:19.214]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options=/tmp/go-build3619502580/b1944/_pkg_.a
2025-08-20T21:21:25.8809598Z [00:04:19.214]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/operation=/tmp/go-build3619502580/b1958/_pkg_.a
2025-08-20T21:21:25.8811022Z [00:04:19.214]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build3619502580/b1945/_pkg_.a
2025-08-20T21:21:25.8812974Z [00:04:19.214]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/topology=/tmp/go-build3619502580/b1962/_pkg_.a
2025-08-20T21:21:25.8814141Z [00:04:19.214]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:25.8814954Z [00:04:19.214]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:25.8815773Z [00:04:19.214]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:25.8816611Z [00:04:19.214]➜  packagefile os/exec=/tmp/go-build3619502580/b270/_pkg_.a
2025-08-20T21:21:25.8817445Z [00:04:19.214]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:25.8818258Z [00:04:19.214]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:25.8819094Z [00:04:19.214]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:25.8820068Z [00:04:19.214]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:25.8820682Z [00:04:19.214]➜  EOF
2025-08-20T21:21:25.8835865Z [00:04:19.218]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1903/_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/b1903=>" -p go.mongodb.org/mongo-driver/mongo -lang=go1.18 -complete -installsuffix shared -buildid KtC68bI5Zntj12k77vEU/KtC68bI5Zntj12k77vEU -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/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:21:27.6613481Z [00:04:21.000]➜  go tool buildid -w $WORK/b1903/_pkg_.a # internal
2025-08-20T21:21:27.6762972Z [00:04:21.015]➜  cp $WORK/b1903/_pkg_.a /root/.cache/go-build/0c/0c50ec6f187eaa5609afc5f6b5018d8cd25b86593e32e7c5f0846f70b28bfae3-d # internal
2025-08-20T21:21:27.6770989Z [00:04:21.016]➜  github.com/jrnd-io/jr/pkg/producers/mongodb
2025-08-20T21:21:27.6776045Z [00:04:21.017]➜  mkdir -p $WORK/b1902/
2025-08-20T21:21:27.6785363Z [00:04:21.018]➜  cat >/tmp/go-build3619502580/b1902/importcfg << 'EOF' # internal
2025-08-20T21:21:27.6786350Z [00:04:21.018]➜  # import config
2025-08-20T21:21:27.6787194Z [00:04:21.018]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:27.6788521Z [00:04:21.018]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:27.6790115Z [00:04:21.018]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build3619502580/b216/_pkg_.a
2025-08-20T21:21:27.6792066Z [00:04:21.018]➜  packagefile go.mongodb.org/mongo-driver/mongo=/tmp/go-build3619502580/b1903/_pkg_.a
2025-08-20T21:21:27.6793584Z [00:04:21.018]➜  packagefile go.mongodb.org/mongo-driver/mongo/options=/tmp/go-build3619502580/b1927/_pkg_.a
2025-08-20T21:21:27.6795614Z [00:04:21.018]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:27.6796285Z [00:04:21.018]➜  EOF
2025-08-20T21:21:27.6810952Z [00:04:21.020]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1902/_pkg_.a -trimpath "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/mongodb=>github.com/jrnd-io/jr/pkg/producers/mongodb;$WORK/b1902=>" -p github.com/jrnd-io/jr/pkg/producers/mongodb -lang=go1.24 -complete -installsuffix shared -buildid U7G_1Embj8MrJleOeEdw/U7G_1Embj8MrJleOeEdw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1902/importcfg -pack ./pkg/producers/mongodb/mongoProducer.go
2025-08-20T21:21:27.9372574Z [00:04:21.276]➜  go tool buildid -w $WORK/b1902/_pkg_.a # internal
2025-08-20T21:21:27.9414442Z [00:04:21.280]➜  cp $WORK/b1902/_pkg_.a /root/.cache/go-build/74/74867f7b015ccb68d410725f33630ec11a778d54cf0256e9e6d66d7cf7e9cc39-d # internal
2025-08-20T21:21:27.9419974Z [00:04:21.281]➜  github.com/gorilla/websocket
2025-08-20T21:21:27.9423915Z [00:04:21.281]➜  mkdir -p $WORK/b2007/
2025-08-20T21:21:27.9435613Z [00:04:21.282]➜  cat >/tmp/go-build3619502580/b2007/importcfg << 'EOF' # internal
2025-08-20T21:21:27.9436454Z [00:04:21.282]➜  # import config
2025-08-20T21:21:27.9437148Z [00:04:21.282]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:21:27.9438007Z [00:04:21.282]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:27.9438908Z [00:04:21.282]➜  packagefile compress/flate=/tmp/go-build3619502580/b075/_pkg_.a
2025-08-20T21:21:27.9439831Z [00:04:21.282]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:27.9440691Z [00:04:21.282]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:21:27.9441852Z [00:04:21.282]➜  packagefile crypto/sha1=/tmp/go-build3619502580/b149/_pkg_.a
2025-08-20T21:21:27.9442771Z [00:04:21.282]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:21:27.9456252Z [00:04:21.282]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:27.9457354Z [00:04:21.282]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:27.9458318Z [00:04:21.282]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:27.9459197Z [00:04:21.282]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:27.9460025Z [00:04:21.282]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:27.9460811Z [00:04:21.282]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:27.9461866Z [00:04:21.282]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:27.9462757Z [00:04:21.282]➜  packagefile math/rand=/tmp/go-build3619502580/b108/_pkg_.a
2025-08-20T21:21:27.9463771Z [00:04:21.282]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:27.9464615Z [00:04:21.282]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:27.9465586Z [00:04:21.282]➜  packagefile net/http/httptrace=/tmp/go-build3619502580/b182/_pkg_.a
2025-08-20T21:21:27.9466504Z [00:04:21.282]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:27.9467306Z [00:04:21.282]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:27.9468126Z [00:04:21.282]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:27.9468969Z [00:04:21.282]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:27.9469784Z [00:04:21.282]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:27.9470604Z [00:04:21.282]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:27.9471638Z [00:04:21.282]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:27.9472323Z [00:04:21.282]➜  EOF
2025-08-20T21:21:27.9495212Z [00:04:21.284]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2007/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3=>github.com/gorilla/websocket@v1.5.3;$WORK/b2007=>" -p github.com/gorilla/websocket -lang=go1.12 -complete -installsuffix shared -buildid mtxtVfzafE4pwIXuLhdn/mtxtVfzafE4pwIXuLhdn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2007/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:21:28.3548125Z [00:04:21.694]➜  go tool buildid -w $WORK/b2007/_pkg_.a # internal
2025-08-20T21:21:28.3667159Z [00:04:21.706]➜  cp $WORK/b2007/_pkg_.a /root/.cache/go-build/3c/3c2cbe40a067019ceeb86cb3de91d26be658bffbcd84d25b31068f32f77d26fd-d # internal
2025-08-20T21:21:28.3673470Z [00:04:21.706]➜  github.com/tetratelabs/wazero/api
2025-08-20T21:21:28.3674090Z [00:04:21.706]➜  mkdir -p $WORK/b2010/
2025-08-20T21:21:28.3708809Z [00:04:21.710]➜  cat >/tmp/go-build3619502580/b2010/importcfg << 'EOF' # internal
2025-08-20T21:21:28.3722373Z [00:04:21.710]➜  # import config
2025-08-20T21:21:28.3725222Z [00:04:21.712]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:28.3726103Z [00:04:21.712]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:28.3727420Z [00:04:21.712]➜  packagefile github.com/tetratelabs/wazero/internal/internalapi=/tmp/go-build3619502580/b2011/_pkg_.a
2025-08-20T21:21:28.3728803Z [00:04:21.712]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:28.3729649Z [00:04:21.712]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:28.3730264Z [00:04:21.712]➜  EOF
2025-08-20T21:21:28.3734720Z [00:04:21.712]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2010/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/api=>github.com/tetratelabs/wazero@v1.9.0/api;$WORK/b2010=>" -p github.com/tetratelabs/wazero/api -lang=go1.22 -complete -installsuffix shared -buildid XFE78yGH9OkaRwxCO0Ak/XFE78yGH9OkaRwxCO0Ak -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2010/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:21:28.4918472Z [00:04:21.831]➜  go tool buildid -w $WORK/b2010/_pkg_.a # internal
2025-08-20T21:21:28.4947874Z [00:04:21.834]➜  cp $WORK/b2010/_pkg_.a /root/.cache/go-build/15/15cf73fe8166e21bdc91126970821cec4d27d55528189596482553e9a32c2bfc-d # internal
2025-08-20T21:21:28.4965616Z [00:04:21.836]➜  github.com/tetratelabs/wazero/experimental
2025-08-20T21:21:28.4970519Z [00:04:21.836]➜  mkdir -p $WORK/b2012/
2025-08-20T21:21:28.4994664Z [00:04:21.838]➜  cat >/tmp/go-build3619502580/b2012/importcfg << 'EOF' # internal
2025-08-20T21:21:28.5002667Z [00:04:21.838]➜  # import config
2025-08-20T21:21:28.5003384Z [00:04:21.838]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:28.5004452Z [00:04:21.838]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build3619502580/b2010/_pkg_.a
2025-08-20T21:21:28.5005783Z [00:04:21.838]➜  packagefile github.com/tetratelabs/wazero/internal/expctxkeys=/tmp/go-build3619502580/b2013/_pkg_.a
2025-08-20T21:21:28.5006704Z [00:04:21.838]➜  EOF
2025-08-20T21:21:28.5014494Z [00:04:21.839]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2012/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/experimental=>github.com/tetratelabs/wazero@v1.9.0/experimental;$WORK/b2012=>" -p github.com/tetratelabs/wazero/experimental -lang=go1.22 -complete -installsuffix shared -buildid WUEnHwUMW9OYFWzzTGWA/WUEnHwUMW9OYFWzzTGWA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2012/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:21:28.5908819Z [00:04:21.930]➜  go tool buildid -w $WORK/b2012/_pkg_.a # internal
2025-08-20T21:21:28.5925001Z [00:04:21.932]➜  cp $WORK/b2012/_pkg_.a /root/.cache/go-build/c0/c01f54370d06e5969c2d1ba404aea614c29ddc6c33773e32566b2e7175f52ecc-d # internal
2025-08-20T21:21:28.5933168Z [00:04:21.932]➜  github.com/tetratelabs/wazero/sys
2025-08-20T21:21:28.5952729Z [00:04:21.932]➜  mkdir -p $WORK/b2015/
2025-08-20T21:21:28.5953635Z [00:04:21.933]➜  cat >/tmp/go-build3619502580/b2015/importcfg << 'EOF' # internal
2025-08-20T21:21:28.5957381Z [00:04:21.935]➜  # import config
2025-08-20T21:21:28.5966306Z [00:04:21.935]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:28.5967195Z [00:04:21.935]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:28.5968049Z [00:04:21.935]➜  packagefile io/fs=/tmp/go-build3619502580/b053/_pkg_.a
2025-08-20T21:21:28.5968924Z [00:04:21.935]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:21:28.5973294Z [00:04:21.935]➜  EOF
2025-08-20T21:21:28.5978396Z [00:04:21.935]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2015/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/sys=>github.com/tetratelabs/wazero@v1.9.0/sys;$WORK/b2015=>" -p github.com/tetratelabs/wazero/sys -lang=go1.22 -complete -installsuffix shared -buildid n3iVLBMm8iPAKJA6qHOP/n3iVLBMm8iPAKJA6qHOP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2015/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:21:28.6358036Z [00:04:21.975]➜  go tool buildid -w $WORK/b2015/_pkg_.a # internal
2025-08-20T21:21:28.6369185Z [00:04:21.976]➜  cp $WORK/b2015/_pkg_.a /root/.cache/go-build/c6/c679c18f47c8912977c0f98b765188d0152ecb626832c5194de2df94f9d90d51-d # internal
2025-08-20T21:21:28.6375780Z [00:04:21.977]➜  github.com/tetratelabs/wazero/experimental/sys
2025-08-20T21:21:28.6378854Z [00:04:21.977]➜  mkdir -p $WORK/b2014/
2025-08-20T21:21:28.6388493Z [00:04:21.978]➜  cat >/tmp/go-build3619502580/b2014/importcfg << 'EOF' # internal
2025-08-20T21:21:28.6398933Z [00:04:21.978]➜  # import config
2025-08-20T21:21:28.6399619Z [00:04:21.978]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:28.6400671Z [00:04:21.978]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build3619502580/b2015/_pkg_.a
2025-08-20T21:21:28.6401897Z [00:04:21.978]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:28.6402722Z [00:04:21.978]➜  packagefile io/fs=/tmp/go-build3619502580/b053/_pkg_.a
2025-08-20T21:21:28.6403577Z [00:04:21.978]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:28.6404379Z [00:04:21.978]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:28.6405188Z [00:04:21.978]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:28.6406020Z [00:04:21.978]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:21:28.6406674Z [00:04:21.978]➜  EOF
2025-08-20T21:21:28.6437290Z [00:04:21.978]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2014/_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/b2014=>" -p github.com/tetratelabs/wazero/experimental/sys -lang=go1.22 -complete -installsuffix shared -buildid kM6ozocZNaUDCDcEQ_aZ/kM6ozocZNaUDCDcEQ_aZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2014/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:21:28.7448983Z [00:04:22.084]➜  go tool buildid -w $WORK/b2014/_pkg_.a # internal
2025-08-20T21:21:28.7476910Z [00:04:22.087]➜  cp $WORK/b2014/_pkg_.a /root/.cache/go-build/e5/e56108549342e27c0fb6a191af9ef73a4ce1fe85d5ad9e4d02ea86a23c61299c-d # internal
2025-08-20T21:21:28.7481849Z [00:04:22.087]➜  github.com/tetratelabs/wazero/internal/filecache
2025-08-20T21:21:28.7484542Z [00:04:22.087]➜  mkdir -p $WORK/b2017/
2025-08-20T21:21:28.7495728Z [00:04:22.089]➜  cat >/tmp/go-build3619502580/b2017/importcfg << 'EOF' # internal
2025-08-20T21:21:28.7499740Z [00:04:22.089]➜  # import config
2025-08-20T21:21:28.7500487Z [00:04:22.089]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:21:28.7501880Z [00:04:22.089]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:21:28.7503112Z [00:04:22.089]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:28.7504270Z [00:04:22.089]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:28.7505370Z [00:04:22.089]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:28.7506537Z [00:04:22.089]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:21:28.7507819Z [00:04:22.089]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:21:28.7508785Z [00:04:22.089]➜  EOF
2025-08-20T21:21:28.7514418Z [00:04:22.089]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2017/_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/b2017=>" -p github.com/tetratelabs/wazero/internal/filecache -lang=go1.22 -complete -installsuffix shared -buildid TlzsBnJfoApTWjVVFMTu/TlzsBnJfoApTWjVVFMTu -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/filecache/compilationcache.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/filecache/file_cache.go
2025-08-20T21:21:28.7974436Z [00:04:22.135]➜  go tool buildid -w $WORK/b2017/_pkg_.a # internal
2025-08-20T21:21:28.7975761Z [00:04:22.137]➜  cp $WORK/b2017/_pkg_.a /root/.cache/go-build/c9/c94dfff9ef2dee31cb08c2acd1f56cdf5f5ca347e6d1e366dc48b03c80e21b09-d # internal
2025-08-20T21:21:28.7982324Z [00:04:22.137]➜  github.com/tetratelabs/wazero/internal/leb128
2025-08-20T21:21:28.7989823Z [00:04:22.138]➜  mkdir -p $WORK/b2018/
2025-08-20T21:21:28.8002635Z [00:04:22.139]➜  cat >/tmp/go-build3619502580/b2018/importcfg << 'EOF' # internal
2025-08-20T21:21:28.8004815Z [00:04:22.139]➜  # import config
2025-08-20T21:21:28.8005471Z [00:04:22.139]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:28.8006329Z [00:04:22.139]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:28.8007092Z [00:04:22.139]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:28.8007665Z [00:04:22.139]➜  EOF
2025-08-20T21:21:28.8022257Z [00:04:22.141]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2018/_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/b2018=>" -p github.com/tetratelabs/wazero/internal/leb128 -lang=go1.22 -complete -installsuffix shared -buildid _QiFIyBWXmIP0jI3wz2o/_QiFIyBWXmIP0jI3wz2o -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/leb128/leb128.go
2025-08-20T21:21:28.8316466Z [00:04:22.171]➜  go tool buildid -w $WORK/b2018/_pkg_.a # internal
2025-08-20T21:21:28.8333615Z [00:04:22.172]➜  cp $WORK/b2018/_pkg_.a /root/.cache/go-build/db/dbd83a236049041ae413ef42b18bf06100fd1f4c7a27fe9c1fc382efbcc428fb-d # internal
2025-08-20T21:21:28.8344682Z [00:04:22.173]➜  github.com/tetratelabs/wazero/internal/ieee754
2025-08-20T21:21:28.8345383Z [00:04:22.173]➜  mkdir -p $WORK/b2021/
2025-08-20T21:21:28.8356852Z [00:04:22.175]➜  cat >/tmp/go-build3619502580/b2021/importcfg << 'EOF' # internal
2025-08-20T21:21:28.8358621Z [00:04:22.175]➜  # import config
2025-08-20T21:21:28.8359980Z [00:04:22.175]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:28.8361067Z [00:04:22.175]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:28.8364294Z [00:04:22.175]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:28.8364905Z [00:04:22.175]➜  EOF
2025-08-20T21:21:28.8377651Z [00:04:22.176]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2021/_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/b2021=>" -p github.com/tetratelabs/wazero/internal/ieee754 -lang=go1.22 -complete -installsuffix shared -buildid TJ79m9S2mCMZ-YaNcB0i/TJ79m9S2mCMZ-YaNcB0i -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/ieee754/ieee754.go
2025-08-20T21:21:28.8692790Z [00:04:22.208]➜  go tool buildid -w $WORK/b2021/_pkg_.a # internal
2025-08-20T21:21:28.8697571Z [00:04:22.208]➜  cp $WORK/b2021/_pkg_.a /root/.cache/go-build/77/778cf9ea7e7f0993d5caf9b40d89a49fb2855607403083925010f6a145f0ec22-d # internal
2025-08-20T21:21:28.8701176Z [00:04:22.209]➜  github.com/tetratelabs/wazero/internal/fsapi
2025-08-20T21:21:28.8732777Z [00:04:22.213]➜  mkdir -p $WORK/b2024/
2025-08-20T21:21:28.8735723Z [00:04:22.213]➜  cat >/tmp/go-build3619502580/b2024/importcfg << 'EOF' # internal
2025-08-20T21:21:28.8736417Z [00:04:22.213]➜  # import config
2025-08-20T21:21:28.8737370Z [00:04:22.213]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build3619502580/b2014/_pkg_.a
2025-08-20T21:21:28.8738316Z [00:04:22.213]➜  EOF
2025-08-20T21:21:28.8743804Z [00:04:22.213]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2024/_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/b2024=>" -p github.com/tetratelabs/wazero/internal/fsapi -lang=go1.22 -complete -installsuffix shared -buildid LWoi00dhoJGEyx132LqB/LWoi00dhoJGEyx132LqB -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/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:21:28.9249210Z [00:04:22.264]➜  go tool buildid -w $WORK/b2024/_pkg_.a # internal
2025-08-20T21:21:28.9260850Z [00:04:22.265]➜  cp $WORK/b2024/_pkg_.a /root/.cache/go-build/92/92d4d2e1cd3b7c25fd8fc61ba0cdb574aa3c9c638a09400ce3c380fc34130cd0-d # internal
2025-08-20T21:21:28.9267791Z [00:04:22.266]➜  github.com/tetratelabs/wazero/internal/platform
2025-08-20T21:21:28.9272918Z [00:04:22.267]➜  mkdir -p $WORK/b2025/
2025-08-20T21:21:28.9317021Z [00:04:22.271]➜  echo -n > $WORK/b2025/go_asm.h # internal
2025-08-20T21:21:28.9320759Z [00:04:22.271]➜  cd /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform
2025-08-20T21:21:28.9325049Z [00:04:22.271]➜  /root/.go/pkg/tool/linux_amd64/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/b2025=>" -I $WORK/b2025/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b2025/symabis ./cpuid_amd64.s
2025-08-20T21:21:28.9479574Z [00:04:22.287]➜  cat >/tmp/go-build3619502580/b2025/importcfg << 'EOF' # internal
2025-08-20T21:21:28.9481346Z [00:04:22.287]➜  # import config
2025-08-20T21:21:28.9482494Z [00:04:22.287]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build3619502580/b2010/_pkg_.a
2025-08-20T21:21:28.9483746Z [00:04:22.287]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build3619502580/b2012/_pkg_.a
2025-08-20T21:21:28.9484914Z [00:04:22.287]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build3619502580/b2015/_pkg_.a
2025-08-20T21:21:28.9485809Z [00:04:22.287]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:28.9486546Z [00:04:22.287]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:21:28.9487334Z [00:04:22.287]➜  packagefile math/rand=/tmp/go-build3619502580/b108/_pkg_.a
2025-08-20T21:21:28.9488070Z [00:04:22.287]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:28.9488803Z [00:04:22.287]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:28.9489525Z [00:04:22.287]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:28.9490440Z [00:04:22.287]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:28.9491353Z [00:04:22.287]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:28.9492144Z [00:04:22.287]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:28.9492919Z [00:04:22.287]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:21:28.9493645Z [00:04:22.287]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:28.9494173Z [00:04:22.287]➜  EOF
2025-08-20T21:21:28.9522061Z [00:04:22.289]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:28.9532630Z [00:04:22.289]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2025/_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/b2025=>" -p github.com/tetratelabs/wazero/internal/platform -lang=go1.22 -installsuffix shared -buildid sBXcK2Ww29xSdx0ejMvT/sBXcK2Ww29xSdx0ejMvT -goversion go1.25.0 -symabis $WORK/b2025/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b2025/importcfg -pack -asmhdr $WORK/b2025/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_amd64.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:21:29.0561370Z [00:04:22.395]➜  cd /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform
2025-08-20T21:21:29.0568980Z [00:04:22.396]➜  /root/.go/pkg/tool/linux_amd64/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/b2025=>" -I $WORK/b2025/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b2025/cpuid_amd64.o ./cpuid_amd64.s
2025-08-20T21:21:29.0640175Z [00:04:22.403]➜  go tool pack r $WORK/b2025/_pkg_.a $WORK/b2025/cpuid_amd64.o # internal
2025-08-20T21:21:29.0646256Z [00:04:22.404]➜  go tool buildid -w $WORK/b2025/_pkg_.a # internal
2025-08-20T21:21:29.0676734Z [00:04:22.407]➜  cp $WORK/b2025/_pkg_.a /root/.cache/go-build/5b/5b6d33737baf3cccce77e2a797a02c9b6a3d05df3f557e2b48ed35136632efa7-d # internal
2025-08-20T21:21:29.0683801Z [00:04:22.408]➜  github.com/tetratelabs/wazero/internal/sock
2025-08-20T21:21:29.0689467Z [00:04:22.408]➜  mkdir -p $WORK/b2026/
2025-08-20T21:21:29.0698931Z [00:04:22.409]➜  cat >/tmp/go-build3619502580/b2026/importcfg << 'EOF' # internal
2025-08-20T21:21:29.0706856Z [00:04:22.409]➜  # import config
2025-08-20T21:21:29.0707472Z [00:04:22.409]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:29.0708511Z [00:04:22.409]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build3619502580/b2014/_pkg_.a
2025-08-20T21:21:29.0709486Z [00:04:22.409]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:29.0710231Z [00:04:22.409]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:21:29.0710811Z [00:04:22.409]➜  EOF
2025-08-20T21:21:29.0715520Z [00:04:22.411]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:29.0746165Z [00:04:22.411]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2026/_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/b2026=>" -p github.com/tetratelabs/wazero/internal/sock -lang=go1.22 -complete -installsuffix shared -buildid SaDkhFPmy0Hjd2Rtc7KH/SaDkhFPmy0Hjd2Rtc7KH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2026/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:21:29.1199475Z [00:04:22.459]➜  cd /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12
2025-08-20T21:21:29.1207932Z [00:04:22.460]➜  /root/.go/pkg/tool/linux_amd64/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/b2006=>" -I $WORK/b2006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b2006/helper.o ./helper.s
2025-08-20T21:21:29.1278350Z [00:04:22.467]➜  go tool pack r $WORK/b2006/_pkg_.a $WORK/b2006/helper.o # internal
2025-08-20T21:21:29.1282311Z [00:04:22.467]➜  go tool buildid -w $WORK/b2006/_pkg_.a # internal
2025-08-20T21:21:29.1537977Z [00:04:22.493]➜  go tool buildid -w $WORK/b2026/_pkg_.a # internal
2025-08-20T21:21:29.1554461Z [00:04:22.495]➜  cp $WORK/b2026/_pkg_.a /root/.cache/go-build/14/140acab8549ad97008bae0ce2929bc993553501e6085eafd7abdbae58f3c386d-d # internal
2025-08-20T21:21:29.1584023Z [00:04:22.497]➜  github.com/tetratelabs/wazero/internal/sysfs
2025-08-20T21:21:29.1587425Z [00:04:22.498]➜  mkdir -p $WORK/b2027/
2025-08-20T21:21:29.1629469Z [00:04:22.502]➜  cat >/tmp/go-build3619502580/b2027/importcfg << 'EOF' # internal
2025-08-20T21:21:29.1630449Z [00:04:22.502]➜  # import config
2025-08-20T21:21:29.1631155Z [00:04:22.502]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:29.1632571Z [00:04:22.502]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build3619502580/b2014/_pkg_.a
2025-08-20T21:21:29.1633970Z [00:04:22.502]➜  packagefile github.com/tetratelabs/wazero/internal/fsapi=/tmp/go-build3619502580/b2024/_pkg_.a
2025-08-20T21:21:29.1635410Z [00:04:22.502]➜  packagefile github.com/tetratelabs/wazero/internal/platform=/tmp/go-build3619502580/b2025/_pkg_.a
2025-08-20T21:21:29.1636823Z [00:04:22.502]➜  packagefile github.com/tetratelabs/wazero/internal/sock=/tmp/go-build3619502580/b2026/_pkg_.a
2025-08-20T21:21:29.1638098Z [00:04:22.502]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build3619502580/b2015/_pkg_.a
2025-08-20T21:21:29.1639078Z [00:04:22.502]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:29.1639890Z [00:04:22.502]➜  packagefile io/fs=/tmp/go-build3619502580/b053/_pkg_.a
2025-08-20T21:21:29.1640683Z [00:04:22.502]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:29.1641709Z [00:04:22.502]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:29.1642520Z [00:04:22.502]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:21:29.1643347Z [00:04:22.502]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:21:29.1644164Z [00:04:22.502]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:29.1645020Z [00:04:22.502]➜  EOF
2025-08-20T21:21:29.1653266Z [00:04:22.505]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:29.1673808Z [00:04:22.505]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2027/_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/b2027=>" -p github.com/tetratelabs/wazero/internal/sysfs -lang=go1.22 -complete -installsuffix shared -buildid 7TSaQL-u6L4QEDMT3YaU/7TSaQL-u6L4QEDMT3YaU -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/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:21:29.1987642Z [00:04:22.538]➜  cp $WORK/b2006/_pkg_.a /root/.cache/go-build/a6/a65982714908ea08a24714cde68678cc3904204f2da0c71224a247496f1221d9-d # internal
2025-08-20T21:21:29.2025976Z [00:04:22.542]➜  github.com/gammazero/nexus/v3/transport/serialize
2025-08-20T21:21:29.2028611Z [00:04:22.542]➜  mkdir -p $WORK/b2005/
2025-08-20T21:21:29.2037983Z [00:04:22.543]➜  cat >/tmp/go-build3619502580/b2005/importcfg << 'EOF' # internal
2025-08-20T21:21:29.2040767Z [00:04:22.543]➜  # import config
2025-08-20T21:21:29.2043367Z [00:04:22.543]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:29.2056176Z [00:04:22.544]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:29.2057065Z [00:04:22.544]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:29.2058090Z [00:04:22.544]➜  packagefile github.com/gammazero/nexus/v3/wamp=/tmp/go-build3619502580/b2000/_pkg_.a
2025-08-20T21:21:29.2059302Z [00:04:22.544]➜  packagefile github.com/ugorji/go/codec=/tmp/go-build3619502580/b2006/_pkg_.a
2025-08-20T21:21:29.2060230Z [00:04:22.544]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:29.2061110Z [00:04:22.544]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:29.2067394Z [00:04:22.544]➜  EOF
2025-08-20T21:21:29.2073948Z [00:04:22.544]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2005/_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/b2005=>" -p github.com/gammazero/nexus/v3/transport/serialize -lang=go1.20 -complete -installsuffix shared -buildid fZi0D0vvXmWeU8IutMzC/fZi0D0vvXmWeU8IutMzC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2005/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:21:29.3703532Z [00:04:22.709]➜  go tool buildid -w $WORK/b2005/_pkg_.a # internal
2025-08-20T21:21:29.3722929Z [00:04:22.711]➜  cp $WORK/b2005/_pkg_.a /root/.cache/go-build/51/51184dd8c373d10392bada23a37f959f858d1e9b5c981f9c461f787b19aef23d-d # internal
2025-08-20T21:21:29.3729857Z [00:04:22.712]➜  github.com/gammazero/nexus/v3/transport
2025-08-20T21:21:29.3730493Z [00:04:22.712]➜  mkdir -p $WORK/b2004/
2025-08-20T21:21:29.3746123Z [00:04:22.713]➜  cat >/tmp/go-build3619502580/b2004/importcfg << 'EOF' # internal
2025-08-20T21:21:29.3746981Z [00:04:22.713]➜  # import config
2025-08-20T21:21:29.3747702Z [00:04:22.713]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:29.3748619Z [00:04:22.713]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:21:29.3749730Z [00:04:22.713]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:29.3750592Z [00:04:22.713]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:29.3751895Z [00:04:22.713]➜  packagefile github.com/gammazero/nexus/v3/stdlog=/tmp/go-build3619502580/b2003/_pkg_.a
2025-08-20T21:21:29.3753342Z [00:04:22.713]➜  packagefile github.com/gammazero/nexus/v3/transport/serialize=/tmp/go-build3619502580/b2005/_pkg_.a
2025-08-20T21:21:29.3754792Z [00:04:22.713]➜  packagefile github.com/gammazero/nexus/v3/wamp=/tmp/go-build3619502580/b2000/_pkg_.a
2025-08-20T21:21:29.3756024Z [00:04:22.713]➜  packagefile github.com/gorilla/websocket=/tmp/go-build3619502580/b2007/_pkg_.a
2025-08-20T21:21:29.3757002Z [00:04:22.713]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:29.3757973Z [00:04:22.713]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:29.3758822Z [00:04:22.713]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:29.3759676Z [00:04:22.713]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:29.3760502Z [00:04:22.713]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:29.3762352Z [00:04:22.713]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:29.3763309Z [00:04:22.713]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:29.3763944Z [00:04:22.713]➜  EOF
2025-08-20T21:21:29.3769509Z [00:04:22.714]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2004/_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/b2004=>" -p github.com/gammazero/nexus/v3/transport -lang=go1.20 -complete -installsuffix shared -buildid PkSVTw0ck9q2XESeMyRP/PkSVTw0ck9q2XESeMyRP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2004/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:21:29.5833580Z [00:04:22.922]➜  go tool buildid -w $WORK/b2027/_pkg_.a # internal
2025-08-20T21:21:29.5937111Z [00:04:22.932]➜  cp $WORK/b2027/_pkg_.a /root/.cache/go-build/4a/4a27e96d9b217139fb93a1374728e5b16a89fe30e22f051214def8f8e38f32b1-d # internal
2025-08-20T21:21:29.5938452Z [00:04:22.933]➜  github.com/tetratelabs/wazero/internal/sys
2025-08-20T21:21:29.5944748Z [00:04:22.934]➜  mkdir -p $WORK/b2022/
2025-08-20T21:21:29.5954246Z [00:04:22.934]➜  cat >/tmp/go-build3619502580/b2022/importcfg << 'EOF' # internal
2025-08-20T21:21:29.5955044Z [00:04:22.934]➜  # import config
2025-08-20T21:21:29.5955746Z [00:04:22.934]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:29.5956571Z [00:04:22.934]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:29.5957728Z [00:04:22.934]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build3619502580/b2014/_pkg_.a
2025-08-20T21:21:29.5959229Z [00:04:22.934]➜  packagefile github.com/tetratelabs/wazero/internal/descriptor=/tmp/go-build3619502580/b2023/_pkg_.a
2025-08-20T21:21:29.5960920Z [00:04:22.934]➜  packagefile github.com/tetratelabs/wazero/internal/fsapi=/tmp/go-build3619502580/b2024/_pkg_.a
2025-08-20T21:21:29.5962612Z [00:04:22.934]➜  packagefile github.com/tetratelabs/wazero/internal/platform=/tmp/go-build3619502580/b2025/_pkg_.a
2025-08-20T21:21:29.5964025Z [00:04:22.934]➜  packagefile github.com/tetratelabs/wazero/internal/sock=/tmp/go-build3619502580/b2026/_pkg_.a
2025-08-20T21:21:29.5965404Z [00:04:22.934]➜  packagefile github.com/tetratelabs/wazero/internal/sysfs=/tmp/go-build3619502580/b2027/_pkg_.a
2025-08-20T21:21:29.5966716Z [00:04:22.934]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build3619502580/b2015/_pkg_.a
2025-08-20T21:21:29.5967851Z [00:04:22.934]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:29.5968654Z [00:04:22.934]➜  packagefile io/fs=/tmp/go-build3619502580/b053/_pkg_.a
2025-08-20T21:21:29.5969450Z [00:04:22.934]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:29.5970243Z [00:04:22.934]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:29.5971023Z [00:04:22.934]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:29.5972765Z [00:04:22.934]➜  EOF
2025-08-20T21:21:29.5978421Z [00:04:22.934]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2022/_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/b2022=>" -p github.com/tetratelabs/wazero/internal/sys -lang=go1.22 -complete -installsuffix shared -buildid NX0OKWQlw2_2Ef5yr6Bk/NX0OKWQlw2_2Ef5yr6Bk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2022/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:21:29.6386565Z [00:04:22.978]➜  go tool buildid -w $WORK/b2004/_pkg_.a # internal
2025-08-20T21:21:29.6406884Z [00:04:22.980]➜  cp $WORK/b2004/_pkg_.a /root/.cache/go-build/08/08c397c214cc9b3ba1ec470cf402d57c580d8175c0fcf9f96d4d54cbb54d4c1e-d # internal
2025-08-20T21:21:29.6434627Z [00:04:22.983]➜  github.com/gammazero/nexus/v3/router
2025-08-20T21:21:29.6437580Z [00:04:22.983]➜  mkdir -p $WORK/b1998/
2025-08-20T21:21:29.6455198Z [00:04:22.985]➜  cat >/tmp/go-build3619502580/b1998/importcfg << 'EOF' # internal
2025-08-20T21:21:29.6474731Z [00:04:22.985]➜  # import config
2025-08-20T21:21:29.6475487Z [00:04:22.985]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:29.6476383Z [00:04:22.985]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:21:29.6477286Z [00:04:22.985]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:21:29.6478202Z [00:04:22.985]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:29.6479282Z [00:04:22.985]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:29.6480096Z [00:04:22.985]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:29.6482628Z [00:04:22.985]➜  packagefile github.com/gammazero/nexus/v3/router/auth=/tmp/go-build3619502580/b1999/_pkg_.a
2025-08-20T21:21:29.6484015Z [00:04:22.985]➜  packagefile github.com/gammazero/nexus/v3/stdlog=/tmp/go-build3619502580/b2003/_pkg_.a
2025-08-20T21:21:29.6485329Z [00:04:22.985]➜  packagefile github.com/gammazero/nexus/v3/transport=/tmp/go-build3619502580/b2004/_pkg_.a
2025-08-20T21:21:29.6486752Z [00:04:22.985]➜  packagefile github.com/gammazero/nexus/v3/transport/serialize=/tmp/go-build3619502580/b2005/_pkg_.a
2025-08-20T21:21:29.6488128Z [00:04:22.985]➜  packagefile github.com/gammazero/nexus/v3/wamp=/tmp/go-build3619502580/b2000/_pkg_.a
2025-08-20T21:21:29.6489324Z [00:04:22.985]➜  packagefile github.com/gorilla/websocket=/tmp/go-build3619502580/b2007/_pkg_.a
2025-08-20T21:21:29.6490488Z [00:04:22.985]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:29.6491505Z [00:04:22.985]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:21:29.6492385Z [00:04:22.985]➜  packagefile math/rand=/tmp/go-build3619502580/b108/_pkg_.a
2025-08-20T21:21:29.6493232Z [00:04:22.985]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:29.6494053Z [00:04:22.985]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:29.6494888Z [00:04:22.985]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:29.6495676Z [00:04:22.985]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:29.6496513Z [00:04:22.985]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:21:29.6497551Z [00:04:22.985]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:29.6498420Z [00:04:22.985]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:29.6499284Z [00:04:22.985]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:29.6500118Z [00:04:22.985]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:29.6500912Z [00:04:22.985]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:29.6501741Z [00:04:22.985]➜  EOF
2025-08-20T21:21:29.6510841Z [00:04:22.987]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1998/_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/b1998=>" -p github.com/gammazero/nexus/v3/router -lang=go1.20 -complete -installsuffix shared -buildid baX4t_Qy2LVP0P6xxBDY/baX4t_Qy2LVP0P6xxBDY -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/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:21:29.8441897Z [00:04:23.183]➜  go tool buildid -w $WORK/b2022/_pkg_.a # internal
2025-08-20T21:21:29.8564722Z [00:04:23.195]➜  cp $WORK/b2022/_pkg_.a /root/.cache/go-build/a3/a329030a2fc4fc266c7c44dac69615a029ff89eece1d78453eb2196bbefc298d-d # internal
2025-08-20T21:21:29.8575922Z [00:04:23.196]➜  debug/dwarf
2025-08-20T21:21:29.8576466Z [00:04:23.196]➜  mkdir -p $WORK/b2029/
2025-08-20T21:21:29.8577249Z [00:04:23.196]➜  cat >/tmp/go-build3619502580/b2029/importcfg << 'EOF' # internal
2025-08-20T21:21:29.8578185Z [00:04:23.196]➜  # import config
2025-08-20T21:21:29.8578853Z [00:04:23.196]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:29.8579773Z [00:04:23.196]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:29.8580702Z [00:04:23.196]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:29.8581736Z [00:04:23.196]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:29.8582587Z [00:04:23.196]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:29.8583392Z [00:04:23.196]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:21:29.8584245Z [00:04:23.196]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:29.8585096Z [00:04:23.197]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:29.8585961Z [00:04:23.197]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:29.8586868Z [00:04:23.197]➜  EOF
2025-08-20T21:21:29.8612769Z [00:04:23.197]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2029/_pkg_.a -trimpath "/root/.go/src/debug/dwarf=>debug/dwarf;$WORK/b2029=>" -p debug/dwarf -lang=go1.25 -std -complete -installsuffix shared -buildid xzayDZolfEJh7AlvbL34/xzayDZolfEJh7AlvbL34 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2029/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:21:30.5986633Z [00:04:23.938]➜  go tool buildid -w $WORK/b1998/_pkg_.a # internal
2025-08-20T21:21:30.6107820Z [00:04:23.950]➜  cp $WORK/b1998/_pkg_.a /root/.cache/go-build/b3/b35734d064096cc4d890a6d0f07efe1224d744692204a97e8f5faf24a1a203fe-d # internal
2025-08-20T21:21:30.6117080Z [00:04:23.951]➜  github.com/gammazero/nexus/v3/client
2025-08-20T21:21:30.6120957Z [00:04:23.951]➜  mkdir -p $WORK/b1997/
2025-08-20T21:21:30.6150177Z [00:04:23.954]➜  cat >/tmp/go-build3619502580/b1997/importcfg << 'EOF' # internal
2025-08-20T21:21:30.6155111Z [00:04:23.954]➜  # import config
2025-08-20T21:21:30.6155814Z [00:04:23.954]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:30.6156863Z [00:04:23.954]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:21:30.6157769Z [00:04:23.954]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:30.6158579Z [00:04:23.954]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:30.6159599Z [00:04:23.954]➜  packagefile github.com/gammazero/nexus/v3/router=/tmp/go-build3619502580/b1998/_pkg_.a
2025-08-20T21:21:30.6160859Z [00:04:23.954]➜  packagefile github.com/gammazero/nexus/v3/stdlog=/tmp/go-build3619502580/b2003/_pkg_.a
2025-08-20T21:21:30.6162317Z [00:04:23.954]➜  packagefile github.com/gammazero/nexus/v3/transport=/tmp/go-build3619502580/b2004/_pkg_.a
2025-08-20T21:21:30.6163712Z [00:04:23.954]➜  packagefile github.com/gammazero/nexus/v3/transport/serialize=/tmp/go-build3619502580/b2005/_pkg_.a
2025-08-20T21:21:30.6165085Z [00:04:23.954]➜  packagefile github.com/gammazero/nexus/v3/wamp=/tmp/go-build3619502580/b2000/_pkg_.a
2025-08-20T21:21:30.6166095Z [00:04:23.954]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:21:30.6166914Z [00:04:23.954]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:30.6167738Z [00:04:23.954]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:30.6168542Z [00:04:23.954]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:21:30.6169347Z [00:04:23.954]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:30.6170187Z [00:04:23.954]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:30.6171406Z [00:04:23.954]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:30.6172045Z [00:04:23.954]➜  EOF
2025-08-20T21:21:30.6181082Z [00:04:23.957]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1997/_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/b1997=>" -p github.com/gammazero/nexus/v3/client -lang=go1.20 -complete -installsuffix shared -buildid rBzi8qn03HuIJrnkbNAU/rBzi8qn03HuIJrnkbNAU -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/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:21:30.7208653Z [00:04:24.060]➜  go tool buildid -w $WORK/b2029/_pkg_.a # internal
2025-08-20T21:21:30.7312671Z [00:04:24.070]➜  cp $WORK/b2029/_pkg_.a /root/.cache/go-build/04/04031efaf7382258dbb0dae49289663a87171759a2f90f9a4691699b8bebb48b-d # internal
2025-08-20T21:21:30.7333787Z [00:04:24.072]➜  github.com/tetratelabs/wazero/internal/wasmdebug
2025-08-20T21:21:30.7336984Z [00:04:24.073]➜  mkdir -p $WORK/b2028/
2025-08-20T21:21:30.7355076Z [00:04:24.073]➜  cat >/tmp/go-build3619502580/b2028/importcfg << 'EOF' # internal
2025-08-20T21:21:30.7365127Z [00:04:24.075]➜  # import config
2025-08-20T21:21:30.7366025Z [00:04:24.075]➜  packagefile debug/dwarf=/tmp/go-build3619502580/b2029/_pkg_.a
2025-08-20T21:21:30.7366916Z [00:04:24.075]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:30.7367760Z [00:04:24.075]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:30.7368785Z [00:04:24.075]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build3619502580/b2010/_pkg_.a
2025-08-20T21:21:30.7370120Z [00:04:24.075]➜  packagefile github.com/tetratelabs/wazero/internal/wasmruntime=/tmp/go-build3619502580/b2030/_pkg_.a
2025-08-20T21:21:30.7371626Z [00:04:24.075]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build3619502580/b2015/_pkg_.a
2025-08-20T21:21:30.7372616Z [00:04:24.075]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:30.7373563Z [00:04:24.075]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:30.7374425Z [00:04:24.075]➜  packagefile runtime/debug=/tmp/go-build3619502580/b197/_pkg_.a
2025-08-20T21:21:30.7375249Z [00:04:24.075]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:30.7376041Z [00:04:24.075]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:30.7376846Z [00:04:24.075]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:30.7377651Z [00:04:24.075]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:30.7378268Z [00:04:24.075]➜  EOF
2025-08-20T21:21:30.7383279Z [00:04:24.076]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2028/_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/b2028=>" -p github.com/tetratelabs/wazero/internal/wasmdebug -lang=go1.22 -complete -installsuffix shared -buildid RllXbkoz4IqkUujqDRrS/RllXbkoz4IqkUujqDRrS -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/wasmdebug/debug.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasmdebug/dwarf.go
2025-08-20T21:21:30.8410082Z [00:04:24.180]➜  go tool buildid -w $WORK/b2028/_pkg_.a # internal
2025-08-20T21:21:30.8427559Z [00:04:24.182]➜  cp $WORK/b2028/_pkg_.a /root/.cache/go-build/48/48f46d587eb7cbe54bca0648cbb004881fd47ca2b5421687cf0b3cf8440d28fa-d # internal
2025-08-20T21:21:30.8449691Z [00:04:24.184]➜  github.com/tetratelabs/wazero/internal/wasm
2025-08-20T21:21:30.8452807Z [00:04:24.184]➜  mkdir -p $WORK/b2020/
2025-08-20T21:21:30.8493804Z [00:04:24.185]➜  cat >/tmp/go-build3619502580/b2020/importcfg << 'EOF' # internal
2025-08-20T21:21:30.8494673Z [00:04:24.186]➜  # import config
2025-08-20T21:21:30.8495341Z [00:04:24.186]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:30.8496243Z [00:04:24.186]➜  packagefile container/list=/tmp/go-build3619502580/b080/_pkg_.a
2025-08-20T21:21:30.8497126Z [00:04:24.186]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:30.8498019Z [00:04:24.186]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:21:30.8498934Z [00:04:24.186]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:30.8499836Z [00:04:24.186]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:30.8500647Z [00:04:24.186]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:30.8501923Z [00:04:24.186]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build3619502580/b2010/_pkg_.a
2025-08-20T21:21:30.8503204Z [00:04:24.186]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build3619502580/b2012/_pkg_.a
2025-08-20T21:21:30.8504594Z [00:04:24.186]➜  packagefile github.com/tetratelabs/wazero/internal/expctxkeys=/tmp/go-build3619502580/b2013/_pkg_.a
2025-08-20T21:21:30.8506012Z [00:04:24.186]➜  packagefile github.com/tetratelabs/wazero/internal/ieee754=/tmp/go-build3619502580/b2021/_pkg_.a
2025-08-20T21:21:30.8507596Z [00:04:24.186]➜  packagefile github.com/tetratelabs/wazero/internal/internalapi=/tmp/go-build3619502580/b2011/_pkg_.a
2025-08-20T21:21:30.8509025Z [00:04:24.186]➜  packagefile github.com/tetratelabs/wazero/internal/leb128=/tmp/go-build3619502580/b2018/_pkg_.a
2025-08-20T21:21:30.8510342Z [00:04:24.186]➜  packagefile github.com/tetratelabs/wazero/internal/sys=/tmp/go-build3619502580/b2022/_pkg_.a
2025-08-20T21:21:30.8512570Z [00:04:24.186]➜  packagefile github.com/tetratelabs/wazero/internal/wasmdebug=/tmp/go-build3619502580/b2028/_pkg_.a
2025-08-20T21:21:30.8514025Z [00:04:24.186]➜  packagefile github.com/tetratelabs/wazero/internal/wasmruntime=/tmp/go-build3619502580/b2030/_pkg_.a
2025-08-20T21:21:30.8515309Z [00:04:24.186]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build3619502580/b2015/_pkg_.a
2025-08-20T21:21:30.8516430Z [00:04:24.186]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:30.8517194Z [00:04:24.186]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:30.8518000Z [00:04:24.186]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:30.8518784Z [00:04:24.186]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:30.8519566Z [00:04:24.186]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:30.8520391Z [00:04:24.186]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:30.8521182Z [00:04:24.186]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:30.8522226Z [00:04:24.186]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:30.8523037Z [00:04:24.186]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:30.8523631Z [00:04:24.186]➜  EOF
2025-08-20T21:21:30.8536564Z [00:04:24.186]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2020/_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/b2020=>" -p github.com/tetratelabs/wazero/internal/wasm -lang=go1.22 -complete -installsuffix shared -buildid ncTxCKFYYubgg_HV3aDg/ncTxCKFYYubgg_HV3aDg -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/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:21:31.1261960Z [00:04:24.465]➜  go tool buildid -w $WORK/b1997/_pkg_.a # internal
2025-08-20T21:21:31.1319394Z [00:04:24.471]➜  cp $WORK/b1997/_pkg_.a /root/.cache/go-build/57/5785bf5579ade25b15e857ca5826743031ef69d84189667255aa330dffaff487-d # internal
2025-08-20T21:21:31.1326373Z [00:04:24.471]➜  github.com/jrnd-io/jr/pkg/producers/wamp
2025-08-20T21:21:31.1327052Z [00:04:24.471]➜  mkdir -p $WORK/b1996/
2025-08-20T21:21:31.1327792Z [00:04:24.472]➜  cat >/tmp/go-build3619502580/b1996/importcfg << 'EOF' # internal
2025-08-20T21:21:31.1329808Z [00:04:24.472]➜  # import config
2025-08-20T21:21:31.1330753Z [00:04:24.472]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:31.1331809Z [00:04:24.472]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:31.1332920Z [00:04:24.472]➜  packagefile github.com/gammazero/nexus/v3/client=/tmp/go-build3619502580/b1997/_pkg_.a
2025-08-20T21:21:31.1334200Z [00:04:24.472]➜  packagefile github.com/gammazero/nexus/v3/wamp=/tmp/go-build3619502580/b2000/_pkg_.a
2025-08-20T21:21:31.1335303Z [00:04:24.472]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build3619502580/b216/_pkg_.a
2025-08-20T21:21:31.1336190Z [00:04:24.472]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:31.1336788Z [00:04:24.472]➜  EOF
2025-08-20T21:21:31.1340440Z [00:04:24.473]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1996/_pkg_.a -trimpath "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/wamp=>github.com/jrnd-io/jr/pkg/producers/wamp;$WORK/b1996=>" -p github.com/jrnd-io/jr/pkg/producers/wamp -lang=go1.24 -complete -installsuffix shared -buildid gTyaOXPJP62iGfCCuoea/gTyaOXPJP62iGfCCuoea -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1996/importcfg -pack ./pkg/producers/wamp/wampProducer.go
2025-08-20T21:21:31.1867949Z [00:04:24.526]➜  go tool buildid -w $WORK/b1996/_pkg_.a # internal
2025-08-20T21:21:31.1880048Z [00:04:24.527]➜  cp $WORK/b1996/_pkg_.a /root/.cache/go-build/49/49469d4aa148ee8709dbb4516af1906ce09902905451fbe0c8945cfa50368620-d # internal
2025-08-20T21:21:31.1881581Z [00:04:24.527]➜  github.com/tetratelabs/wazero/internal/version
2025-08-20T21:21:31.1902122Z [00:04:24.528]➜  mkdir -p $WORK/b2040/
2025-08-20T21:21:31.1902898Z [00:04:24.528]➜  cat >/tmp/go-build3619502580/b2040/importcfg << 'EOF' # internal
2025-08-20T21:21:31.1903540Z [00:04:24.528]➜  # import config
2025-08-20T21:21:31.1904197Z [00:04:24.528]➜  packagefile runtime/debug=/tmp/go-build3619502580/b197/_pkg_.a
2025-08-20T21:21:31.1904957Z [00:04:24.528]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:31.1905517Z [00:04:24.528]➜  EOF
2025-08-20T21:21:31.1909197Z [00:04:24.529]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2040/_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/b2040=>" -p github.com/tetratelabs/wazero/internal/version -lang=go1.22 -complete -installsuffix shared -buildid b58Kqm1C3BQGAMaI1mIj/b58Kqm1C3BQGAMaI1mIj -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/version/version.go
2025-08-20T21:21:31.2158864Z [00:04:24.555]➜  go tool buildid -w $WORK/b2040/_pkg_.a # internal
2025-08-20T21:21:31.2168086Z [00:04:24.556]➜  cp $WORK/b2040/_pkg_.a /root/.cache/go-build/07/079be3d4193ee196627f89f6dd076f8e62876cfe5d5031171419d3c0f20c4e88-d # internal
2025-08-20T21:21:31.2180052Z [00:04:24.557]➜  github.com/tetratelabs/wazero/internal/wasip1
2025-08-20T21:21:31.2180727Z [00:04:24.557]➜  mkdir -p $WORK/b2043/
2025-08-20T21:21:31.2192022Z [00:04:24.558]➜  cat >/tmp/go-build3619502580/b2043/importcfg << 'EOF' # internal
2025-08-20T21:21:31.2193702Z [00:04:24.558]➜  # import config
2025-08-20T21:21:31.2195223Z [00:04:24.558]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:31.2196304Z [00:04:24.558]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build3619502580/b2014/_pkg_.a
2025-08-20T21:21:31.2197338Z [00:04:24.558]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:31.2198089Z [00:04:24.558]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:31.2198651Z [00:04:24.558]➜  EOF
2025-08-20T21:21:31.2210860Z [00:04:24.559]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2043/_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/b2043=>" -p github.com/tetratelabs/wazero/internal/wasip1 -lang=go1.22 -complete -installsuffix shared -buildid REftFmB96q2DVAJagTWD/REftFmB96q2DVAJagTWD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2043/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:21:31.2758249Z [00:04:24.615]➜  go tool buildid -w $WORK/b2043/_pkg_.a # internal
2025-08-20T21:21:31.2783487Z [00:04:24.618]➜  cp $WORK/b2043/_pkg_.a /root/.cache/go-build/f6/f6c03502b8abfafe7d6022653f7110f4501607dc9d21439372e5f3f48bc111f0-d # internal
2025-08-20T21:21:31.2812470Z [00:04:24.621]➜  github.com/spf13/pflag
2025-08-20T21:21:31.2861184Z [00:04:24.625]➜  mkdir -p $WORK/b2045/
2025-08-20T21:21:31.2878034Z [00:04:24.627]➜  cat >/tmp/go-build3619502580/b2045/importcfg << 'EOF' # internal
2025-08-20T21:21:31.2881908Z [00:04:24.627]➜  # import config
2025-08-20T21:21:31.2882588Z [00:04:24.627]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:31.2883501Z [00:04:24.627]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:31.2884417Z [00:04:24.627]➜  packagefile encoding/csv=/tmp/go-build3619502580/b211/_pkg_.a
2025-08-20T21:21:31.2885343Z [00:04:24.627]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:21:31.2886195Z [00:04:24.627]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:31.2890054Z [00:04:24.628]➜  packagefile flag=/tmp/go-build3619502580/b340/_pkg_.a
2025-08-20T21:21:31.2891041Z [00:04:24.628]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:31.2892104Z [00:04:24.628]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:31.2892881Z [00:04:24.628]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:31.2893639Z [00:04:24.628]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:31.2894419Z [00:04:24.628]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:31.2895244Z [00:04:24.628]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:31.2896050Z [00:04:24.628]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:31.2896892Z [00:04:24.628]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:31.2897679Z [00:04:24.628]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:31.2898273Z [00:04:24.628]➜  EOF
2025-08-20T21:21:31.2916378Z [00:04:24.628]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2045/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/pflag@v1.0.6=>github.com/spf13/pflag@v1.0.6;$WORK/b2045=>" -p github.com/spf13/pflag -lang=go1.12 -complete -installsuffix shared -buildid Ecdw5l71qhXkKNs0h3Kp/Ecdw5l71qhXkKNs0h3Kp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2045/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:21:32.3099805Z [00:04:25.649]➜  go tool buildid -w $WORK/b2020/_pkg_.a # internal
2025-08-20T21:21:32.3157915Z [00:04:25.655]➜  go tool buildid -w $WORK/b2045/_pkg_.a # internal
2025-08-20T21:21:32.3252882Z [00:04:25.664]➜  cp $WORK/b2045/_pkg_.a /root/.cache/go-build/32/32a317d31c82b12542f57669e347e307420d3a62df91b17d000c8136c40ba22e-d # internal
2025-08-20T21:21:32.3262248Z [00:04:25.665]➜  github.com/spf13/cobra
2025-08-20T21:21:32.3268240Z [00:04:25.665]➜  mkdir -p $WORK/b2044/
2025-08-20T21:21:32.3269701Z [00:04:25.666]➜  cat >/tmp/go-build3619502580/b2044/importcfg << 'EOF' # internal
2025-08-20T21:21:32.3271913Z [00:04:25.666]➜  # import config
2025-08-20T21:21:32.3272577Z [00:04:25.666]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:32.3273438Z [00:04:25.666]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:32.3274266Z [00:04:25.666]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:32.3275078Z [00:04:25.666]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:32.3276014Z [00:04:25.666]➜  packagefile github.com/spf13/pflag=/tmp/go-build3619502580/b2045/_pkg_.a
2025-08-20T21:21:32.3276928Z [00:04:25.666]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:32.3277727Z [00:04:25.666]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:32.3278553Z [00:04:25.666]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:21:32.3279455Z [00:04:25.666]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:32.3280280Z [00:04:25.666]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:32.3281060Z [00:04:25.666]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:32.3282085Z [00:04:25.666]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:32.3282910Z [00:04:25.666]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:32.3283742Z [00:04:25.666]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:32.3284601Z [00:04:25.666]➜  packagefile text/template=/tmp/go-build3619502580/b232/_pkg_.a
2025-08-20T21:21:32.3285617Z [00:04:25.666]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:32.3286466Z [00:04:25.666]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:21:32.3287101Z [00:04:25.666]➜  EOF
2025-08-20T21:21:32.3316905Z [00:04:25.666]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2044/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/cobra@v1.9.1=>github.com/spf13/cobra@v1.9.1;$WORK/b2044=>" -p github.com/spf13/cobra -lang=go1.15 -complete -installsuffix shared -buildid s0t80dn0nqxQFqwTd2zJ/s0t80dn0nqxQFqwTd2zJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2044/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:21:32.3422094Z [00:04:25.681]➜  cp $WORK/b2020/_pkg_.a /root/.cache/go-build/84/84c1edcfc2227b50243311515c835e170c55d4591458c070dbf67ed13780603b-d # internal
2025-08-20T21:21:32.3446423Z [00:04:25.684]➜  github.com/tetratelabs/wazero/internal/engine/interpreter
2025-08-20T21:21:32.3448933Z [00:04:25.684]➜  mkdir -p $WORK/b2016/
2025-08-20T21:21:32.3467325Z [00:04:25.686]➜  cat >/tmp/go-build3619502580/b2016/importcfg << 'EOF' # internal
2025-08-20T21:21:32.3477580Z [00:04:25.686]➜  # import config
2025-08-20T21:21:32.3478184Z [00:04:25.686]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:32.3478943Z [00:04:25.686]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:32.3479738Z [00:04:25.686]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:32.3480811Z [00:04:25.686]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:32.3481708Z [00:04:25.686]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:32.3482584Z [00:04:25.686]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build3619502580/b2010/_pkg_.a
2025-08-20T21:21:32.3483753Z [00:04:25.686]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build3619502580/b2012/_pkg_.a
2025-08-20T21:21:32.3485086Z [00:04:25.686]➜  packagefile github.com/tetratelabs/wazero/internal/expctxkeys=/tmp/go-build3619502580/b2013/_pkg_.a
2025-08-20T21:21:32.3486511Z [00:04:25.686]➜  packagefile github.com/tetratelabs/wazero/internal/filecache=/tmp/go-build3619502580/b2017/_pkg_.a
2025-08-20T21:21:32.3487967Z [00:04:25.686]➜  packagefile github.com/tetratelabs/wazero/internal/internalapi=/tmp/go-build3619502580/b2011/_pkg_.a
2025-08-20T21:21:32.3489397Z [00:04:25.686]➜  packagefile github.com/tetratelabs/wazero/internal/leb128=/tmp/go-build3619502580/b2018/_pkg_.a
2025-08-20T21:21:32.3490742Z [00:04:25.686]➜  packagefile github.com/tetratelabs/wazero/internal/moremath=/tmp/go-build3619502580/b2019/_pkg_.a
2025-08-20T21:21:32.3492527Z [00:04:25.686]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build3619502580/b2020/_pkg_.a
2025-08-20T21:21:32.3493897Z [00:04:25.686]➜  packagefile github.com/tetratelabs/wazero/internal/wasmdebug=/tmp/go-build3619502580/b2028/_pkg_.a
2025-08-20T21:21:32.3495206Z [00:04:25.686]➜  packagefile github.com/tetratelabs/wazero/internal/wasmruntime=/tmp/go-build3619502580/b2030/_pkg_.a
2025-08-20T21:21:32.3496246Z [00:04:25.686]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:32.3497017Z [00:04:25.686]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:21:32.3497960Z [00:04:25.686]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:32.3498723Z [00:04:25.686]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:32.3499219Z [00:04:25.686]➜  EOF
2025-08-20T21:21:32.3505522Z [00:04:25.686]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2016/_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/b2016=>" -p github.com/tetratelabs/wazero/internal/engine/interpreter -lang=go1.22 -complete -installsuffix shared -buildid Q1SNj69CLZRQW5A0hvzQ/Q1SNj69CLZRQW5A0hvzQ -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/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:21:32.9094108Z [00:04:26.248]➜  go tool buildid -w $WORK/b2044/_pkg_.a # internal
2025-08-20T21:21:32.9209494Z [00:04:26.260]➜  cp $WORK/b2044/_pkg_.a /root/.cache/go-build/19/19a3d08472ac87235b0d40b6c2e536daa57d9434f7edc9c8d058a351ca7df223-d # internal
2025-08-20T21:21:32.9217054Z [00:04:26.260]➜  github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi
2025-08-20T21:21:32.9217846Z [00:04:26.260]➜  mkdir -p $WORK/b2035/
2025-08-20T21:21:32.9224763Z [00:04:26.261]➜  cat >/tmp/go-build3619502580/b2035/importcfg << 'EOF' # internal
2025-08-20T21:21:32.9225519Z [00:04:26.261]➜  # import config
2025-08-20T21:21:32.9226202Z [00:04:26.261]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:32.9227101Z [00:04:26.261]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:21:32.9227968Z [00:04:26.261]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:32.9229053Z [00:04:26.261]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build3619502580/b2020/_pkg_.a
2025-08-20T21:21:32.9230412Z [00:04:26.261]➜  packagefile math/rand=/tmp/go-build3619502580/b108/_pkg_.a
2025-08-20T21:21:32.9233810Z [00:04:26.261]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:32.9234766Z [00:04:26.261]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:32.9235631Z [00:04:26.261]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:32.9236433Z [00:04:26.261]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:32.9237045Z [00:04:26.261]➜  EOF
2025-08-20T21:21:32.9248280Z [00:04:26.262]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2035/_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/b2035=>" -p github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi -lang=go1.22 -complete -installsuffix shared -buildid kCXWWVyEG8TpvPJnn0b7/kCXWWVyEG8TpvPJnn0b7 -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/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:21:33.0238638Z [00:04:26.363]➜  go tool buildid -w $WORK/b2035/_pkg_.a # internal
2025-08-20T21:21:33.0255463Z [00:04:26.365]➜  cp $WORK/b2035/_pkg_.a /root/.cache/go-build/0f/0fe151d67a605e5d8611a89dceb2425ea06064651a037964427e1d3649fa1fff-d # internal
2025-08-20T21:21:33.0290450Z [00:04:26.368]➜  github.com/tetratelabs/wazero/internal/engine/wazevo/ssa
2025-08-20T21:21:33.0293321Z [00:04:26.368]➜  mkdir -p $WORK/b2034/
2025-08-20T21:21:33.0296970Z [00:04:26.369]➜  cat >/tmp/go-build3619502580/b2034/importcfg << 'EOF' # internal
2025-08-20T21:21:33.0298174Z [00:04:26.369]➜  # import config
2025-08-20T21:21:33.0300590Z [00:04:26.369]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:33.0302357Z [00:04:26.369]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build3619502580/b2035/_pkg_.a
2025-08-20T21:21:33.0305007Z [00:04:26.369]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:33.0305904Z [00:04:26.369]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:21:33.0306935Z [00:04:26.369]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:33.0307776Z [00:04:26.369]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:33.0308610Z [00:04:26.369]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:33.0309230Z [00:04:26.369]➜  EOF
2025-08-20T21:21:33.0334897Z [00:04:26.369]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2034/_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/b2034=>" -p github.com/tetratelabs/wazero/internal/engine/wazevo/ssa -lang=go1.22 -complete -installsuffix shared -buildid oKUpY_xBZk-cvxj_Nlzx/oKUpY_xBZk-cvxj_Nlzx -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/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:21:33.8501090Z [00:04:27.189]➜  go tool buildid -w $WORK/b2034/_pkg_.a # internal
2025-08-20T21:21:33.8596144Z [00:04:27.199]➜  cp $WORK/b2034/_pkg_.a /root/.cache/go-build/9d/9d5f790c6474a0e3a990339747ba13203952c6e4c2ed44016e255b8497e64860-d # internal
2025-08-20T21:21:33.8608189Z [00:04:27.200]➜  github.com/tetratelabs/wazero/internal/engine/wazevo/backend/regalloc
2025-08-20T21:21:33.8609015Z [00:04:27.200]➜  mkdir -p $WORK/b2033/
2025-08-20T21:21:33.8609755Z [00:04:27.200]➜  cat >/tmp/go-build3619502580/b2033/importcfg << 'EOF' # internal
2025-08-20T21:21:33.8610417Z [00:04:27.200]➜  # import config
2025-08-20T21:21:33.8611060Z [00:04:27.200]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:33.8612465Z [00:04:27.200]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/ssa=/tmp/go-build3619502580/b2034/_pkg_.a
2025-08-20T21:21:33.8614119Z [00:04:27.200]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build3619502580/b2035/_pkg_.a
2025-08-20T21:21:33.8615364Z [00:04:27.200]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:33.8616155Z [00:04:27.200]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:33.8616738Z [00:04:27.200]➜  EOF
2025-08-20T21:21:33.8644400Z [00:04:27.200]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2033/_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/b2033=>" -p github.com/tetratelabs/wazero/internal/engine/wazevo/backend/regalloc -lang=go1.22 -complete -installsuffix shared -buildid ySQBuU8_pQ8ZvemnZp7m/ySQBuU8_pQ8ZvemnZp7m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2033/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:21:33.9044066Z [00:04:27.243]➜  go tool buildid -w $WORK/b2033/_pkg_.a # internal
2025-08-20T21:21:33.9058846Z [00:04:27.245]➜  cp $WORK/b2033/_pkg_.a /root/.cache/go-build/12/12eea8f2afdce66502d550482d3289f5aac544daebf19d703efa6944d5affa67-d # internal
2025-08-20T21:21:33.9064542Z [00:04:27.246]➜  github.com/tetratelabs/wazero/internal/engine/wazevo/backend
2025-08-20T21:21:33.9066683Z [00:04:27.246]➜  mkdir -p $WORK/b2032/
2025-08-20T21:21:33.9071889Z [00:04:27.246]➜  cat >/tmp/go-build3619502580/b2032/importcfg << 'EOF' # internal
2025-08-20T21:21:33.9072932Z [00:04:27.246]➜  # import config
2025-08-20T21:21:33.9074043Z [00:04:27.246]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:33.9075094Z [00:04:27.246]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:33.9076395Z [00:04:27.246]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend/regalloc=/tmp/go-build3619502580/b2033/_pkg_.a
2025-08-20T21:21:33.9078010Z [00:04:27.246]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/ssa=/tmp/go-build3619502580/b2034/_pkg_.a
2025-08-20T21:21:33.9079560Z [00:04:27.246]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build3619502580/b2035/_pkg_.a
2025-08-20T21:21:33.9080529Z [00:04:27.246]➜  EOF
2025-08-20T21:21:33.9089434Z [00:04:27.247]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2032/_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/b2032=>" -p github.com/tetratelabs/wazero/internal/engine/wazevo/backend -lang=go1.22 -complete -installsuffix shared -buildid OAgicYfHYBLPDll8eWFY/OAgicYfHYBLPDll8eWFY -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/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:21:34.1106629Z [00:04:27.450]➜  go tool buildid -w $WORK/b2032/_pkg_.a # internal
2025-08-20T21:21:34.1173450Z [00:04:27.457]➜  cp $WORK/b2032/_pkg_.a /root/.cache/go-build/56/56401eb57763dab08bd8008d02f79c34cf252bfee9108597a7429dcf2f73f3c1-d # internal
2025-08-20T21:21:34.1194488Z [00:04:27.459]➜  github.com/tetratelabs/wazero/internal/engine/wazevo/backend/isa/amd64
2025-08-20T21:21:34.1203471Z [00:04:27.460]➜  mkdir -p $WORK/b2036/
2025-08-20T21:21:34.1212066Z [00:04:27.460]➜  echo -n > $WORK/b2036/go_asm.h # internal
2025-08-20T21:21:34.1225309Z [00:04:27.462]➜  cd /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/amd64
2025-08-20T21:21:34.1233094Z [00:04:27.462]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/tetratelabs/wazero/internal/engine/wazevo/backend/isa/amd64 -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/amd64=>github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/amd64;$WORK/b2036=>" -I $WORK/b2036/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b2036/symabis ./abi_entry_amd64.s
2025-08-20T21:21:34.1352791Z [00:04:27.474]➜  cat >/tmp/go-build3619502580/b2036/importcfg << 'EOF' # internal
2025-08-20T21:21:34.1361373Z [00:04:27.474]➜  # import config
2025-08-20T21:21:34.1362002Z [00:04:27.474]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:34.1362796Z [00:04:27.474]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:34.1363599Z [00:04:27.474]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:34.1364754Z [00:04:27.474]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend=/tmp/go-build3619502580/b2032/_pkg_.a
2025-08-20T21:21:34.1366391Z [00:04:27.474]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend/regalloc=/tmp/go-build3619502580/b2033/_pkg_.a
2025-08-20T21:21:34.1367987Z [00:04:27.474]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/ssa=/tmp/go-build3619502580/b2034/_pkg_.a
2025-08-20T21:21:34.1369523Z [00:04:27.474]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build3619502580/b2035/_pkg_.a
2025-08-20T21:21:34.1371133Z [00:04:27.474]➜  packagefile github.com/tetratelabs/wazero/internal/platform=/tmp/go-build3619502580/b2025/_pkg_.a
2025-08-20T21:21:34.1372695Z [00:04:27.474]➜  packagefile github.com/tetratelabs/wazero/internal/wasmdebug=/tmp/go-build3619502580/b2028/_pkg_.a
2025-08-20T21:21:34.1373725Z [00:04:27.474]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:34.1374459Z [00:04:27.474]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:34.1375172Z [00:04:27.474]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:34.1375730Z [00:04:27.474]➜  EOF
2025-08-20T21:21:34.1376156Z [00:04:27.475]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:34.1404252Z [00:04:27.475]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2036/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/amd64=>github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/amd64;$WORK/b2036=>" -p github.com/tetratelabs/wazero/internal/engine/wazevo/backend/isa/amd64 -lang=go1.22 -installsuffix shared -buildid I26fQrYEoWz4P9iIbnGc/I26fQrYEoWz4P9iIbnGc -goversion go1.25.0 -symabis $WORK/b2036/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b2036/importcfg -pack -asmhdr $WORK/b2036/go_asm.h /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/amd64/abi.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/amd64/abi_entry_amd64.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/amd64/abi_entry_preamble.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/amd64/abi_go_call.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/amd64/cond.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/amd64/ext.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/amd64/instr.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/amd64/instr_encoding.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/amd64/lower_constant.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/amd64/lower_mem.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/amd64/machine.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/amd64/machine_pro_epi_logue.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/amd64/machine_regalloc.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/amd64/machine_vec.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/amd64/operands.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/amd64/reg.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/amd64/stack.go
2025-08-20T21:21:34.5317509Z [00:04:27.871]➜  go tool buildid -w $WORK/b1967/_pkg_.a # internal
2025-08-20T21:21:34.7762022Z [00:04:28.115]➜  cp $WORK/b1967/_pkg_.a /root/.cache/go-build/84/846b6d6bd177224dc05f72949307367ec04b0a7c0748400c3e2a9e08f92fcc08-d # internal
2025-08-20T21:21:34.7766514Z [00:04:28.115]➜  github.com/jrnd-io/jr/pkg/producers/redis
2025-08-20T21:21:34.7767175Z [00:04:28.116]➜  mkdir -p $WORK/b1966/
2025-08-20T21:21:34.7780986Z [00:04:28.117]➜  cat >/tmp/go-build3619502580/b1966/importcfg << 'EOF' # internal
2025-08-20T21:21:34.7782277Z [00:04:28.117]➜  # import config
2025-08-20T21:21:34.7783200Z [00:04:28.117]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:21:34.7784679Z [00:04:28.117]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:34.7785992Z [00:04:28.117]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:34.7787358Z [00:04:28.117]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:34.7788524Z [00:04:28.117]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:34.7789681Z [00:04:28.117]➜  packagefile github.com/redis/go-redis/v9=/tmp/go-build3619502580/b1967/_pkg_.a
2025-08-20T21:21:34.7791410Z [00:04:28.117]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build3619502580/b216/_pkg_.a
2025-08-20T21:21:34.7792594Z [00:04:28.117]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:34.7793981Z [00:04:28.117]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:34.7795134Z [00:04:28.117]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:34.7798089Z [00:04:28.117]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:34.7800806Z [00:04:28.117]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:34.7803254Z [00:04:28.117]➜  EOF
2025-08-20T21:21:34.7806749Z [00:04:28.119]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1966/_pkg_.a -trimpath "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/redis=>github.com/jrnd-io/jr/pkg/producers/redis;$WORK/b1966=>" -p github.com/jrnd-io/jr/pkg/producers/redis -lang=go1.24 -complete -installsuffix shared -buildid 1vSkhzHNi58rnugYfgm5/1vSkhzHNi58rnugYfgm5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1966/importcfg -pack ./pkg/producers/redis/jsonWriter.go ./pkg/producers/redis/redisProducer.go
2025-08-20T21:21:34.8512883Z [00:04:28.190]➜  go tool buildid -w $WORK/b1966/_pkg_.a # internal
2025-08-20T21:21:34.8538065Z [00:04:28.193]➜  cp $WORK/b1966/_pkg_.a /root/.cache/go-build/34/347dafcb240e872061a62557bda5b9c3927588706e3995ecf4f0a963c3163189-d # internal
2025-08-20T21:21:34.8543617Z [00:04:28.193]➜  github.com/tetratelabs/wazero/internal/engine/wazevo/frontend
2025-08-20T21:21:34.8545232Z [00:04:28.194]➜  mkdir -p $WORK/b2037/
2025-08-20T21:21:34.8550247Z [00:04:28.194]➜  cat >/tmp/go-build3619502580/b2037/importcfg << 'EOF' # internal
2025-08-20T21:21:34.8551981Z [00:04:28.194]➜  # import config
2025-08-20T21:21:34.8552824Z [00:04:28.194]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:34.8555753Z [00:04:28.194]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:34.8556601Z [00:04:28.194]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:34.8557569Z [00:04:28.194]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build3619502580/b2010/_pkg_.a
2025-08-20T21:21:34.8559098Z [00:04:28.194]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/ssa=/tmp/go-build3619502580/b2034/_pkg_.a
2025-08-20T21:21:34.8560689Z [00:04:28.194]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build3619502580/b2035/_pkg_.a
2025-08-20T21:21:34.8562271Z [00:04:28.194]➜  packagefile github.com/tetratelabs/wazero/internal/leb128=/tmp/go-build3619502580/b2018/_pkg_.a
2025-08-20T21:21:34.8563661Z [00:04:28.194]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build3619502580/b2020/_pkg_.a
2025-08-20T21:21:34.8564703Z [00:04:28.194]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:34.8565465Z [00:04:28.194]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:34.8566221Z [00:04:28.194]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:21:34.8567017Z [00:04:28.194]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:34.8567609Z [00:04:28.194]➜  EOF
2025-08-20T21:21:34.8585813Z [00:04:28.195]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2037/_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/b2037=>" -p github.com/tetratelabs/wazero/internal/engine/wazevo/frontend -lang=go1.22 -complete -installsuffix shared -buildid EXov8Xij7-Vg3KiTV5ud/EXov8Xij7-Vg3KiTV5ud -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/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:21:35.4278681Z [00:04:28.767]➜  go tool buildid -w $WORK/b2016/_pkg_.a # internal
2025-08-20T21:21:35.4573155Z [00:04:28.796]➜  cp $WORK/b2016/_pkg_.a /root/.cache/go-build/a8/a8c7dd3412d7fa311066505331dc1dabf2e89cbef31c04cdc91b00a23380d1fe-d # internal
2025-08-20T21:21:35.4576973Z [00:04:28.797]➜  github.com/tetratelabs/wazero/internal/wasm/binary
2025-08-20T21:21:35.4585663Z [00:04:28.798]➜  mkdir -p $WORK/b2041/
2025-08-20T21:21:35.4615676Z [00:04:28.798]➜  cat >/tmp/go-build3619502580/b2041/importcfg << 'EOF' # internal
2025-08-20T21:21:35.4616444Z [00:04:28.798]➜  # import config
2025-08-20T21:21:35.4617098Z [00:04:28.798]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:35.4619783Z [00:04:28.798]➜  packagefile debug/dwarf=/tmp/go-build3619502580/b2029/_pkg_.a
2025-08-20T21:21:35.4620632Z [00:04:28.798]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:35.4621603Z [00:04:28.798]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:35.4622797Z [00:04:28.798]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build3619502580/b2010/_pkg_.a
2025-08-20T21:21:35.4624082Z [00:04:28.798]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build3619502580/b2012/_pkg_.a
2025-08-20T21:21:35.4625454Z [00:04:28.798]➜  packagefile github.com/tetratelabs/wazero/internal/ieee754=/tmp/go-build3619502580/b2021/_pkg_.a
2025-08-20T21:21:35.4626851Z [00:04:28.798]➜  packagefile github.com/tetratelabs/wazero/internal/leb128=/tmp/go-build3619502580/b2018/_pkg_.a
2025-08-20T21:21:35.4628228Z [00:04:28.798]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build3619502580/b2020/_pkg_.a
2025-08-20T21:21:35.4629611Z [00:04:28.798]➜  packagefile github.com/tetratelabs/wazero/internal/wasmdebug=/tmp/go-build3619502580/b2028/_pkg_.a
2025-08-20T21:21:35.4630687Z [00:04:28.798]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:35.4632633Z [00:04:28.798]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:35.4633513Z [00:04:28.798]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:35.4634152Z [00:04:28.798]➜  EOF
2025-08-20T21:21:35.4649076Z [00:04:28.798]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2041/_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/b2041=>" -p github.com/tetratelabs/wazero/internal/wasm/binary -lang=go1.22 -complete -installsuffix shared -buildid ZL2FryxKijKrGa6MJMem/ZL2FryxKijKrGa6MJMem -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2041/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:21:35.7377738Z [00:04:29.077]➜  go tool buildid -w $WORK/b2041/_pkg_.a # internal
2025-08-20T21:21:35.7399010Z [00:04:29.079]➜  cp $WORK/b2041/_pkg_.a /root/.cache/go-build/be/bebfec7e81f5563dc536441ec74059915c4d87dbb6f74950cd8f6ae2384b9326-d # internal
2025-08-20T21:21:35.7407352Z [00:04:29.080]➜  github.com/fsnotify/fsnotify/internal
2025-08-20T21:21:35.7408064Z [00:04:29.080]➜  mkdir -p $WORK/b2048/
2025-08-20T21:21:35.7446700Z [00:04:29.084]➜  cat >/tmp/go-build3619502580/b2048/importcfg << 'EOF' # internal
2025-08-20T21:21:35.7447567Z [00:04:29.084]➜  # import config
2025-08-20T21:21:35.7448305Z [00:04:29.084]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:35.7449327Z [00:04:29.084]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3619502580/b220/_pkg_.a
2025-08-20T21:21:35.7450169Z [00:04:29.084]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:35.7482418Z [00:04:29.084]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:35.7483525Z [00:04:29.084]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:21:35.7484498Z [00:04:29.084]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:35.7485248Z [00:04:29.084]➜  EOF
2025-08-20T21:21:35.7490546Z [00:04:29.084]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2048/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.9.0/internal=>github.com/fsnotify/fsnotify@v1.9.0/internal;$WORK/b2048=>" -p github.com/fsnotify/fsnotify/internal -lang=go1.17 -complete -installsuffix shared -buildid 9cwlrT8s7uVVotLirs-k/9cwlrT8s7uVVotLirs-k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2048/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:21:35.8641582Z [00:04:29.203]➜  go tool buildid -w $WORK/b2048/_pkg_.a # internal
2025-08-20T21:21:35.8653556Z [00:04:29.204]➜  cp $WORK/b2048/_pkg_.a /root/.cache/go-build/a4/a4cc1c1ec9fca8aad912302d5475b348f2d27d05225080f95c429013a81556cb-d # internal
2025-08-20T21:21:35.8657008Z [00:04:29.205]➜  github.com/fsnotify/fsnotify
2025-08-20T21:21:35.8658833Z [00:04:29.205]➜  mkdir -p $WORK/b2047/
2025-08-20T21:21:35.8674168Z [00:04:29.206]➜  cat >/tmp/go-build3619502580/b2047/importcfg << 'EOF' # internal
2025-08-20T21:21:35.8675139Z [00:04:29.206]➜  # import config
2025-08-20T21:21:35.8676815Z [00:04:29.207]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:35.8678693Z [00:04:29.207]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:35.8679656Z [00:04:29.207]➜  packagefile github.com/fsnotify/fsnotify/internal=/tmp/go-build3619502580/b2048/_pkg_.a
2025-08-20T21:21:35.8680665Z [00:04:29.207]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3619502580/b220/_pkg_.a
2025-08-20T21:21:35.8681658Z [00:04:29.207]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:35.8682371Z [00:04:29.207]➜  packagefile io/fs=/tmp/go-build3619502580/b053/_pkg_.a
2025-08-20T21:21:35.8683060Z [00:04:29.207]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:35.8683786Z [00:04:29.207]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:21:35.8684732Z [00:04:29.207]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:35.8685419Z [00:04:29.207]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:35.8686071Z [00:04:29.207]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:35.8686566Z [00:04:29.207]➜  EOF
2025-08-20T21:21:35.8690469Z [00:04:29.207]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2047/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.9.0=>github.com/fsnotify/fsnotify@v1.9.0;$WORK/b2047=>" -p github.com/fsnotify/fsnotify -lang=go1.17 -complete -installsuffix shared -buildid FVp7wD7UJXB3XXvI7u0N/FVp7wD7UJXB3XXvI7u0N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2047/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:21:36.0417040Z [00:04:29.381]➜  go tool buildid -w $WORK/b2047/_pkg_.a # internal
2025-08-20T21:21:36.0450457Z [00:04:29.384]➜  cp $WORK/b2047/_pkg_.a /root/.cache/go-build/a7/a792ee140061a36e04d913a31c1238939420d5f7f088556b3dcfb8e35c4b2345-d # internal
2025-08-20T21:21:36.0459250Z [00:04:29.385]➜  github.com/go-viper/mapstructure/v2/internal/errors
2025-08-20T21:21:36.0467427Z [00:04:29.386]➜  mkdir -p $WORK/b2050/
2025-08-20T21:21:36.0544996Z [00:04:29.393]➜  cat >/tmp/go-build3619502580/b2050/importcfg << 'EOF' # internal
2025-08-20T21:21:36.0547764Z [00:04:29.394]➜  # import config
2025-08-20T21:21:36.0548705Z [00:04:29.394]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:36.0549385Z [00:04:29.394]➜  EOF
2025-08-20T21:21:36.0562404Z [00:04:29.395]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2050/_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/b2050=>" -p github.com/go-viper/mapstructure/v2/internal/errors -lang=go1.18 -complete -installsuffix shared -buildid U4VN1MD9DN5XxDCkTwXJ/U4VN1MD9DN5XxDCkTwXJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2050/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:21:36.0800364Z [00:04:29.419]➜  go tool buildid -w $WORK/b2050/_pkg_.a # internal
2025-08-20T21:21:36.0818924Z [00:04:29.421]➜  cp $WORK/b2050/_pkg_.a /root/.cache/go-build/25/255a87e626622455cd1727b5bcca5dbc3ca58ed4eb9e60cc9f5be8f8345c0c93-d # internal
2025-08-20T21:21:36.0832502Z [00:04:29.422]➜  github.com/go-viper/mapstructure/v2
2025-08-20T21:21:36.0836751Z [00:04:29.423]➜  mkdir -p $WORK/b2049/
2025-08-20T21:21:36.0870026Z [00:04:29.425]➜  cat >/tmp/go-build3619502580/b2049/importcfg << 'EOF' # internal
2025-08-20T21:21:36.0870744Z [00:04:29.426]➜  # import config
2025-08-20T21:21:36.0871610Z [00:04:29.426]➜  packagefile encoding=/tmp/go-build3619502580/b059/_pkg_.a
2025-08-20T21:21:36.0872754Z [00:04:29.426]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:36.0873638Z [00:04:29.426]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:36.0874436Z [00:04:29.426]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:36.0887188Z [00:04:29.426]➜  packagefile github.com/go-viper/mapstructure/v2/internal/errors=/tmp/go-build3619502580/b2050/_pkg_.a
2025-08-20T21:21:36.0888472Z [00:04:29.426]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:36.0889304Z [00:04:29.426]➜  packagefile net/netip=/tmp/go-build3619502580/b163/_pkg_.a
2025-08-20T21:21:36.0890169Z [00:04:29.426]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:36.0890999Z [00:04:29.426]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:36.0894424Z [00:04:29.426]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:36.0895532Z [00:04:29.426]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:36.0896425Z [00:04:29.426]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:36.0897264Z [00:04:29.426]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:36.0897891Z [00:04:29.426]➜  EOF
2025-08-20T21:21:36.0903018Z [00:04:29.427]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2049/_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/b2049=>" -p github.com/go-viper/mapstructure/v2 -lang=go1.18 -complete -installsuffix shared -buildid OgjMjouvg7NA5Ghl-0id/OgjMjouvg7NA5Ghl-0id -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2049/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:21:36.0990891Z [00:04:29.438]➜  cd /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/amd64
2025-08-20T21:21:36.1016680Z [00:04:29.438]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/tetratelabs/wazero/internal/engine/wazevo/backend/isa/amd64 -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/amd64=>github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/amd64;$WORK/b2036=>" -I $WORK/b2036/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b2036/abi_entry_amd64.o ./abi_entry_amd64.s
2025-08-20T21:21:36.1032385Z [00:04:29.442]➜  go tool pack r $WORK/b2036/_pkg_.a $WORK/b2036/abi_entry_amd64.o # internal
2025-08-20T21:21:36.1037524Z [00:04:29.443]➜  go tool buildid -w $WORK/b2036/_pkg_.a # internal
2025-08-20T21:21:36.1213505Z [00:04:29.460]➜  cp $WORK/b2036/_pkg_.a /root/.cache/go-build/92/9257b0e048f916ae2a5ef2d891179da8af96c93bceb7645087d4aa48f1b91bea-d # internal
2025-08-20T21:21:36.1221354Z [00:04:29.461]➜  github.com/sourcegraph/conc/panics
2025-08-20T21:21:36.1224439Z [00:04:29.461]➜  mkdir -p $WORK/b2054/
2025-08-20T21:21:36.1225186Z [00:04:29.461]➜  cat >/tmp/go-build3619502580/b2054/importcfg << 'EOF' # internal
2025-08-20T21:21:36.1225871Z [00:04:29.461]➜  # import config
2025-08-20T21:21:36.1226472Z [00:04:29.461]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:36.1227282Z [00:04:29.461]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:36.1228108Z [00:04:29.462]➜  packagefile runtime/debug=/tmp/go-build3619502580/b197/_pkg_.a
2025-08-20T21:21:36.1228987Z [00:04:29.462]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:36.1229646Z [00:04:29.462]➜  EOF
2025-08-20T21:21:36.1230110Z [00:04:29.462]➜  cd /tmp/tmp.UTiqoCvtHk/TEMPREPO
2025-08-20T21:21:36.1234445Z [00:04:29.462]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2054/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/panics=>github.com/sourcegraph/conc@v0.3.0/panics;$WORK/b2054=>" -p github.com/sourcegraph/conc/panics -lang=go1.19 -complete -installsuffix shared -buildid THcaZSZXQrXtTsTjeN4i/THcaZSZXQrXtTsTjeN4i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2054/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:21:36.1480806Z [00:04:29.487]➜  go tool buildid -w $WORK/b2054/_pkg_.a # internal
2025-08-20T21:21:36.1500191Z [00:04:29.489]➜  cp $WORK/b2054/_pkg_.a /root/.cache/go-build/d4/d4c07e790f17908e05fa3bc610b25d06b8e3c282c38d2d9b1ca775c62bb6e840-d # internal
2025-08-20T21:21:36.1507909Z [00:04:29.490]➜  github.com/sourcegraph/conc
2025-08-20T21:21:36.1514282Z [00:04:29.491]➜  mkdir -p $WORK/b2053/
2025-08-20T21:21:36.1526382Z [00:04:29.492]➜  cat >/tmp/go-build3619502580/b2053/importcfg << 'EOF' # internal
2025-08-20T21:21:36.1527375Z [00:04:29.492]➜  # import config
2025-08-20T21:21:36.1530115Z [00:04:29.492]➜  packagefile github.com/sourcegraph/conc/panics=/tmp/go-build3619502580/b2054/_pkg_.a
2025-08-20T21:21:36.1534204Z [00:04:29.492]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:36.1534890Z [00:04:29.492]➜  EOF
2025-08-20T21:21:36.1548626Z [00:04:29.494]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2053/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0=>github.com/sourcegraph/conc@v0.3.0;$WORK/b2053=>" -p github.com/sourcegraph/conc -lang=go1.19 -complete -installsuffix shared -buildid ohpDoMbQCXuNxuKYUJok/ohpDoMbQCXuNxuKYUJok -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2053/importcfg -pack /root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/waitgroup.go
2025-08-20T21:21:36.1731647Z [00:04:29.512]➜  go tool buildid -w $WORK/b2053/_pkg_.a # internal
2025-08-20T21:21:36.1740749Z [00:04:29.513]➜  cp $WORK/b2053/_pkg_.a /root/.cache/go-build/86/866e9f0895b0795ada88c5c8034b2ad0b4eb8b2a38614063d38abf1da07d1add-d # internal
2025-08-20T21:21:36.1753226Z [00:04:29.514]➜  github.com/sourcegraph/conc/internal/multierror
2025-08-20T21:21:36.1753875Z [00:04:29.514]➜  mkdir -p $WORK/b2055/
2025-08-20T21:21:36.1754552Z [00:04:29.514]➜  cat >/tmp/go-build3619502580/b2055/importcfg << 'EOF' # internal
2025-08-20T21:21:36.1755170Z [00:04:29.514]➜  # import config
2025-08-20T21:21:36.1755800Z [00:04:29.514]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:36.1756362Z [00:04:29.514]➜  EOF
2025-08-20T21:21:36.1760612Z [00:04:29.514]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2055/_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/b2055=>" -p github.com/sourcegraph/conc/internal/multierror -lang=go1.19 -complete -installsuffix shared -buildid UeCg8PnEnWN7qZt75bHk/UeCg8PnEnWN7qZt75bHk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2055/importcfg -pack /root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/internal/multierror/multierror_go120.go
2025-08-20T21:21:36.1826454Z [00:04:29.521]➜  go tool buildid -w $WORK/b2055/_pkg_.a # internal
2025-08-20T21:21:36.1829247Z [00:04:29.522]➜  cp $WORK/b2055/_pkg_.a /root/.cache/go-build/39/39bd96e1b97c057864d58fe51747acdec0ca556552822af122cf2bac5f3e0974-d # internal
2025-08-20T21:21:36.1830391Z [00:04:29.522]➜  github.com/sourcegraph/conc/iter
2025-08-20T21:21:36.1840193Z [00:04:29.523]➜  mkdir -p $WORK/b2052/
2025-08-20T21:21:36.1840969Z [00:04:29.523]➜  cat >/tmp/go-build3619502580/b2052/importcfg << 'EOF' # internal
2025-08-20T21:21:36.1841847Z [00:04:29.523]➜  # import config
2025-08-20T21:21:36.1842669Z [00:04:29.523]➜  packagefile github.com/sourcegraph/conc=/tmp/go-build3619502580/b2053/_pkg_.a
2025-08-20T21:21:36.1843946Z [00:04:29.523]➜  packagefile github.com/sourcegraph/conc/internal/multierror=/tmp/go-build3619502580/b2055/_pkg_.a
2025-08-20T21:21:36.1845086Z [00:04:29.523]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:36.1846194Z [00:04:29.523]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:36.1847082Z [00:04:29.523]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:36.1847748Z [00:04:29.523]➜  EOF
2025-08-20T21:21:36.1872190Z [00:04:29.523]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2052/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/iter=>github.com/sourcegraph/conc@v0.3.0/iter;$WORK/b2052=>" -p github.com/sourcegraph/conc/iter -lang=go1.19 -complete -installsuffix shared -buildid Soy20IC365HpSeglXmJS/Soy20IC365HpSeglXmJS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2052/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:21:36.1988306Z [00:04:29.538]➜  go tool buildid -w $WORK/b2052/_pkg_.a # internal
2025-08-20T21:21:36.1998618Z [00:04:29.539]➜  cp $WORK/b2052/_pkg_.a /root/.cache/go-build/59/599163f951148b4ed4f7e94abbfecc6fa3b531f01266c20f659fe13b737c112d-d # internal
2025-08-20T21:21:36.2004281Z [00:04:29.540]➜  github.com/spf13/afero/internal/common
2025-08-20T21:21:36.2005220Z [00:04:29.540]➜  mkdir -p $WORK/b2057/
2025-08-20T21:21:36.2015258Z [00:04:29.541]➜  cat >/tmp/go-build3619502580/b2057/importcfg << 'EOF' # internal
2025-08-20T21:21:36.2016183Z [00:04:29.541]➜  # import config
2025-08-20T21:21:36.2017123Z [00:04:29.541]➜  packagefile io/fs=/tmp/go-build3619502580/b053/_pkg_.a
2025-08-20T21:21:36.2018053Z [00:04:29.541]➜  EOF
2025-08-20T21:21:36.2027938Z [00:04:29.542]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2057/_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/b2057=>" -p github.com/spf13/afero/internal/common -lang=go1.23 -complete -installsuffix shared -buildid cHIdQ0dNWdqri1XX4VGL/cHIdQ0dNWdqri1XX4VGL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2057/importcfg -pack /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/internal/common/adapters.go
2025-08-20T21:21:36.2202782Z [00:04:29.559]➜  go tool buildid -w $WORK/b2057/_pkg_.a # internal
2025-08-20T21:21:36.2213658Z [00:04:29.561]➜  cp $WORK/b2057/_pkg_.a /root/.cache/go-build/06/06e66d512aea6f4c9d4513592a59f10f6006e394a4f2b14a66dfa7c8a6398f39-d # internal
2025-08-20T21:21:36.2243601Z [00:04:29.563]➜  github.com/spf13/afero/mem
2025-08-20T21:21:36.2249377Z [00:04:29.563]➜  mkdir -p $WORK/b2058/
2025-08-20T21:21:36.2250214Z [00:04:29.563]➜  cat >/tmp/go-build3619502580/b2058/importcfg << 'EOF' # internal
2025-08-20T21:21:36.2250848Z [00:04:29.563]➜  # import config
2025-08-20T21:21:36.2251633Z [00:04:29.563]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:36.2252412Z [00:04:29.563]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:36.2253366Z [00:04:29.563]➜  packagefile github.com/spf13/afero/internal/common=/tmp/go-build3619502580/b2057/_pkg_.a
2025-08-20T21:21:36.2254236Z [00:04:29.563]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:36.2254860Z [00:04:29.564]➜  packagefile io/fs=/tmp/go-build3619502580/b053/_pkg_.a
2025-08-20T21:21:36.2255466Z [00:04:29.564]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:36.2256160Z [00:04:29.564]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:21:36.2256855Z [00:04:29.564]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:36.2257515Z [00:04:29.564]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:36.2258269Z [00:04:29.564]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:36.2258960Z [00:04:29.564]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:36.2259457Z [00:04:29.564]➜  EOF
2025-08-20T21:21:36.2263180Z [00:04:29.564]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2058/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/afero@v1.14.0/mem=>github.com/spf13/afero@v1.14.0/mem;$WORK/b2058=>" -p github.com/spf13/afero/mem -lang=go1.23 -complete -installsuffix shared -buildid 8ACEwmJVaZNoZJKR1zA-/8ACEwmJVaZNoZJKR1zA- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2058/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:21:36.3227581Z [00:04:29.662]➜  go tool buildid -w $WORK/b2058/_pkg_.a # internal
2025-08-20T21:21:36.3241351Z [00:04:29.663]➜  cp $WORK/b2058/_pkg_.a /root/.cache/go-build/bc/bca9b66db21aed85f8a2f72d158b415808fb90b3e709fe251fea94362b87e25c-d # internal
2025-08-20T21:21:36.3246990Z [00:04:29.664]➜  golang.org/x/text/runes
2025-08-20T21:21:36.3252696Z [00:04:29.664]➜  mkdir -p $WORK/b2059/
2025-08-20T21:21:36.3253416Z [00:04:29.664]➜  cat >/tmp/go-build3619502580/b2059/importcfg << 'EOF' # internal
2025-08-20T21:21:36.3254246Z [00:04:29.664]➜  # import config
2025-08-20T21:21:36.3254995Z [00:04:29.664]➜  packagefile golang.org/x/text/transform=/tmp/go-build3619502580/b230/_pkg_.a
2025-08-20T21:21:36.3260116Z [00:04:29.664]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:21:36.3260909Z [00:04:29.664]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:36.3261667Z [00:04:29.664]➜  EOF
2025-08-20T21:21:36.3265144Z [00:04:29.664]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2059/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/runes=>golang.org/x/text@v0.24.0/runes;$WORK/b2059=>" -p golang.org/x/text/runes -lang=go1.23 -complete -installsuffix shared -buildid P4Y2rWvqy3Zxe4zC6888/P4Y2rWvqy3Zxe4zC6888 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2059/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:21:36.3309147Z [00:04:29.670]➜  go tool buildid -w $WORK/b1977/_pkg_.a # internal
2025-08-20T21:21:36.3694838Z [00:04:29.709]➜  go tool buildid -w $WORK/b2049/_pkg_.a # internal
2025-08-20T21:21:36.3726843Z [00:04:29.712]➜  cp $WORK/b2049/_pkg_.a /root/.cache/go-build/86/86a68de9da4c4e40ba3521c043c906ca11124fbf5aceed890cc76033a85f3ec3-d # internal
2025-08-20T21:21:36.3731544Z [00:04:29.712]➜  github.com/spf13/cast
2025-08-20T21:21:36.3733252Z [00:04:29.712]➜  mkdir -p $WORK/b2060/
2025-08-20T21:21:36.3750033Z [00:04:29.712]➜  cat >/tmp/go-build3619502580/b2060/importcfg << 'EOF' # internal
2025-08-20T21:21:36.3768087Z [00:04:29.712]➜  # import config
2025-08-20T21:21:36.3768817Z [00:04:29.712]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:36.3769632Z [00:04:29.712]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:36.3770401Z [00:04:29.712]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:36.3771173Z [00:04:29.713]➜  packagefile html/template=/tmp/go-build3619502580/b1252/_pkg_.a
2025-08-20T21:21:36.3772199Z [00:04:29.713]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:36.3773042Z [00:04:29.713]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:36.3773804Z [00:04:29.713]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:36.3774584Z [00:04:29.713]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:36.3775150Z [00:04:29.713]➜  EOF
2025-08-20T21:21:36.3779103Z [00:04:29.713]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2060/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/cast@v1.7.1=>github.com/spf13/cast@v1.7.1;$WORK/b2060=>" -p github.com/spf13/cast -lang=go1.19 -complete -installsuffix shared -buildid wGvkTO-Q0AmW2Skwd7-h/wGvkTO-Q0AmW2Skwd7-h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2060/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:21:36.3783129Z [00:04:29.716]➜  go tool buildid -w $WORK/b2059/_pkg_.a # internal
2025-08-20T21:21:36.3788332Z [00:04:29.718]➜  cp $WORK/b2059/_pkg_.a /root/.cache/go-build/e6/e6d99060ca73a6f846118bae45d3730bdd014b31acef27bba972c197feeda87e-d # internal
2025-08-20T21:21:36.3789528Z [00:04:29.718]➜  github.com/spf13/afero
2025-08-20T21:21:36.3790101Z [00:04:29.718]➜  mkdir -p $WORK/b2056/
2025-08-20T21:21:36.3794849Z [00:04:29.719]➜  cat >/tmp/go-build3619502580/b2056/importcfg << 'EOF' # internal
2025-08-20T21:21:36.3800500Z [00:04:29.719]➜  # import config
2025-08-20T21:21:36.3801386Z [00:04:29.719]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:36.3807722Z [00:04:29.720]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:36.3808534Z [00:04:29.720]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:36.3809575Z [00:04:29.720]➜  packagefile github.com/spf13/afero/internal/common=/tmp/go-build3619502580/b2057/_pkg_.a
2025-08-20T21:21:36.3810969Z [00:04:29.720]➜  packagefile github.com/spf13/afero/mem=/tmp/go-build3619502580/b2058/_pkg_.a
2025-08-20T21:21:36.3812234Z [00:04:29.720]➜  packagefile golang.org/x/text/runes=/tmp/go-build3619502580/b2059/_pkg_.a
2025-08-20T21:21:36.3813289Z [00:04:29.720]➜  packagefile golang.org/x/text/transform=/tmp/go-build3619502580/b230/_pkg_.a
2025-08-20T21:21:36.3814385Z [00:04:29.720]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3619502580/b231/_pkg_.a
2025-08-20T21:21:36.3815282Z [00:04:29.720]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:36.3816064Z [00:04:29.720]➜  packagefile io/fs=/tmp/go-build3619502580/b053/_pkg_.a
2025-08-20T21:21:36.3817001Z [00:04:29.720]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:21:36.3817813Z [00:04:29.720]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:36.3818588Z [00:04:29.720]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:36.3819360Z [00:04:29.720]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:21:36.3820207Z [00:04:29.720]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:21:36.3821390Z [00:04:29.720]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:36.3822205Z [00:04:29.720]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:36.3823002Z [00:04:29.720]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:36.3823907Z [00:04:29.720]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:36.3824764Z [00:04:29.720]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:36.3825579Z [00:04:29.720]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:36.3826383Z [00:04:29.720]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:21:36.3827175Z [00:04:29.720]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:36.3827992Z [00:04:29.720]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:21:36.3828598Z [00:04:29.720]➜  EOF
2025-08-20T21:21:36.3839036Z [00:04:29.720]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2056/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/afero@v1.14.0=>github.com/spf13/afero@v1.14.0;$WORK/b2056=>" -p github.com/spf13/afero -lang=go1.23 -complete -installsuffix shared -buildid kO_EjEfOOBLgSHC5ssmB/kO_EjEfOOBLgSHC5ssmB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2056/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:21:36.4387305Z [00:04:29.778]➜  cp $WORK/b1977/_pkg_.a /root/.cache/go-build/89/89a983710c464a47f31425e0632445f1357f0b572ab836162034b759d9d92494-d # internal
2025-08-20T21:21:36.4389400Z [00:04:29.778]➜  github.com/jrnd-io/jr/pkg/producers/s3
2025-08-20T21:21:36.4390130Z [00:04:29.778]➜  mkdir -p $WORK/b1976/
2025-08-20T21:21:36.4395390Z [00:04:29.779]➜  cat >/tmp/go-build3619502580/b1976/importcfg << 'EOF' # internal
2025-08-20T21:21:36.4401828Z [00:04:29.779]➜  # import config
2025-08-20T21:21:36.4403561Z [00:04:29.779]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:36.4405193Z [00:04:29.779]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:36.4406058Z [00:04:29.779]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:36.4407084Z [00:04:29.779]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:21:36.4408240Z [00:04:29.779]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build3619502580/b235/_pkg_.a
2025-08-20T21:21:36.4409545Z [00:04:29.779]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3=/tmp/go-build3619502580/b1977/_pkg_.a
2025-08-20T21:21:36.4410628Z [00:04:29.779]➜  packagefile github.com/google/uuid=/tmp/go-build3619502580/b213/_pkg_.a
2025-08-20T21:21:36.4411861Z [00:04:29.779]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build3619502580/b216/_pkg_.a
2025-08-20T21:21:36.4412784Z [00:04:29.779]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:36.4413609Z [00:04:29.779]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:36.4414199Z [00:04:29.779]➜  EOF
2025-08-20T21:21:36.4418621Z [00:04:29.781]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1976/_pkg_.a -trimpath "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/s3=>github.com/jrnd-io/jr/pkg/producers/s3;$WORK/b1976=>" -p github.com/jrnd-io/jr/pkg/producers/s3 -lang=go1.24 -complete -installsuffix shared -buildid BNCxqOzm0MZqoDLi6KS8/BNCxqOzm0MZqoDLi6KS8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1976/importcfg -pack ./pkg/producers/s3/s3Producer.go
2025-08-20T21:21:36.5518545Z [00:04:29.891]➜  go tool buildid -w $WORK/b1976/_pkg_.a # internal
2025-08-20T21:21:36.5533269Z [00:04:29.892]➜  cp $WORK/b1976/_pkg_.a /root/.cache/go-build/e2/e2d7d320dbcdb975273f27e63c89cc92bce41c1ee43689ee736fff6d7e71224d-d # internal
2025-08-20T21:21:36.5537748Z [00:04:29.893]➜  golang.org/x/text/encoding
2025-08-20T21:21:36.5538294Z [00:04:29.893]➜  mkdir -p $WORK/b2064/
2025-08-20T21:21:36.5538987Z [00:04:29.893]➜  cat >/tmp/go-build3619502580/b2064/importcfg << 'EOF' # internal
2025-08-20T21:21:36.5539628Z [00:04:29.893]➜  # import config
2025-08-20T21:21:36.5540243Z [00:04:29.893]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:36.5541462Z [00:04:29.893]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3619502580/b2065/_pkg_.a
2025-08-20T21:21:36.5542681Z [00:04:29.893]➜  packagefile golang.org/x/text/transform=/tmp/go-build3619502580/b230/_pkg_.a
2025-08-20T21:21:36.5543534Z [00:04:29.893]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:36.5544300Z [00:04:29.893]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:36.5545098Z [00:04:29.893]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:36.5545910Z [00:04:29.893]➜  EOF
2025-08-20T21:21:36.5549167Z [00:04:29.893]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2064/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/encoding=>golang.org/x/text@v0.24.0/encoding;$WORK/b2064=>" -p golang.org/x/text/encoding -lang=go1.23 -complete -installsuffix shared -buildid yd2MteuYBAG614e4IpZx/yd2MteuYBAG614e4IpZx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2064/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/encoding/encoding.go
2025-08-20T21:21:36.5571678Z [00:04:29.896]➜  go tool buildid -w $WORK/b2060/_pkg_.a # internal
2025-08-20T21:21:36.5594070Z [00:04:29.899]➜  cp $WORK/b2060/_pkg_.a /root/.cache/go-build/6c/6c4e842f37efa133fd0ac0cc216cc42f8f46f4cd477223c474ea1b4fe44662d7-d # internal
2025-08-20T21:21:36.5616102Z [00:04:29.901]➜  github.com/spf13/viper/internal/encoding/json
2025-08-20T21:21:36.5622410Z [00:04:29.901]➜  mkdir -p $WORK/b2068/
2025-08-20T21:21:36.5627814Z [00:04:29.902]➜  cat >/tmp/go-build3619502580/b2068/importcfg << 'EOF' # internal
2025-08-20T21:21:36.5633694Z [00:04:29.902]➜  # import config
2025-08-20T21:21:36.5636115Z [00:04:29.902]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:36.5638206Z [00:04:29.902]➜  EOF
2025-08-20T21:21:36.5643639Z [00:04:29.902]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2068/_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/b2068=>" -p github.com/spf13/viper/internal/encoding/json -lang=go1.21 -complete -installsuffix shared -buildid pDAoFjAfejimz3pEKS7J/pDAoFjAfejimz3pEKS7J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2068/importcfg -pack /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/json/codec.go
2025-08-20T21:21:36.5907761Z [00:04:29.930]➜  go tool buildid -w $WORK/b2068/_pkg_.a # internal
2025-08-20T21:21:36.5913642Z [00:04:29.930]➜  cp $WORK/b2068/_pkg_.a /root/.cache/go-build/66/669b4a07603069f8d471562f0c6baa32c63474838da2bfb8e1aef48ee9324602-d # internal
2025-08-20T21:21:36.5920904Z [00:04:29.931]➜  github.com/pelletier/go-toml/v2/internal/danger
2025-08-20T21:21:36.5923681Z [00:04:29.931]➜  mkdir -p $WORK/b2072/
2025-08-20T21:21:36.5942814Z [00:04:29.931]➜  cat >/tmp/go-build3619502580/b2072/importcfg << 'EOF' # internal
2025-08-20T21:21:36.5943563Z [00:04:29.931]➜  # import config
2025-08-20T21:21:36.5944487Z [00:04:29.931]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:36.5945659Z [00:04:29.931]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:36.5947431Z [00:04:29.931]➜  EOF
2025-08-20T21:21:36.5952947Z [00:04:29.932]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2072/_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/b2072=>" -p github.com/pelletier/go-toml/v2/internal/danger -lang=go1.21 -complete -installsuffix shared -buildid To8spMO7E9IbXeF4Qo_N/To8spMO7E9IbXeF4Qo_N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2072/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:21:36.6147673Z [00:04:29.954]➜  go tool buildid -w $WORK/b2064/_pkg_.a # internal
2025-08-20T21:21:36.6158361Z [00:04:29.955]➜  cp $WORK/b2064/_pkg_.a /root/.cache/go-build/d4/d457ccee341d7c3a416c3523fe135a212c36a0c600d8be55eaec8e9c43709c65-d # internal
2025-08-20T21:21:36.6163377Z [00:04:29.955]➜  golang.org/x/text/encoding/internal
2025-08-20T21:21:36.6163983Z [00:04:29.955]➜  mkdir -p $WORK/b2066/
2025-08-20T21:21:36.6164747Z [00:04:29.955]➜  cat >/tmp/go-build3619502580/b2066/importcfg << 'EOF' # internal
2025-08-20T21:21:36.6165471Z [00:04:29.955]➜  # import config
2025-08-20T21:21:36.6166328Z [00:04:29.955]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3619502580/b2064/_pkg_.a
2025-08-20T21:21:36.6167973Z [00:04:29.955]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3619502580/b2065/_pkg_.a
2025-08-20T21:21:36.6169318Z [00:04:29.955]➜  packagefile golang.org/x/text/transform=/tmp/go-build3619502580/b230/_pkg_.a
2025-08-20T21:21:36.6170102Z [00:04:29.955]➜  EOF
2025-08-20T21:21:36.6174037Z [00:04:29.955]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2066/_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/b2066=>" -p golang.org/x/text/encoding/internal -lang=go1.23 -complete -installsuffix shared -buildid Tp736rNE2GwKYLJmqdip/Tp736rNE2GwKYLJmqdip -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2066/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/encoding/internal/internal.go
2025-08-20T21:21:36.6285472Z [00:04:29.968]➜  go tool buildid -w $WORK/b2037/_pkg_.a # internal
2025-08-20T21:21:36.6325675Z [00:04:29.972]➜  go tool buildid -w $WORK/b2072/_pkg_.a # internal
2025-08-20T21:21:36.6382398Z [00:04:29.977]➜  cp $WORK/b2072/_pkg_.a /root/.cache/go-build/5c/5ccb1e004a629b2e2ca06d5819d07ec0b28ea2f94d87de5d769a5882bd672a81-d # internal
2025-08-20T21:21:36.6386606Z [00:04:29.978]➜  github.com/pelletier/go-toml/v2/unstable
2025-08-20T21:21:36.6387255Z [00:04:29.978]➜  mkdir -p $WORK/b2074/
2025-08-20T21:21:36.6392625Z [00:04:29.978]➜  cat >/tmp/go-build3619502580/b2074/importcfg << 'EOF' # internal
2025-08-20T21:21:36.6405299Z [00:04:29.980]➜  # import config
2025-08-20T21:21:36.6408365Z [00:04:29.980]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:36.6409239Z [00:04:29.980]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:36.6410940Z [00:04:29.980]➜  packagefile github.com/pelletier/go-toml/v2/internal/characters=/tmp/go-build3619502580/b2071/_pkg_.a
2025-08-20T21:21:36.6412994Z [00:04:29.980]➜  packagefile github.com/pelletier/go-toml/v2/internal/danger=/tmp/go-build3619502580/b2072/_pkg_.a
2025-08-20T21:21:36.6415499Z [00:04:29.980]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:21:36.6416178Z [00:04:29.980]➜  EOF
2025-08-20T21:21:36.6424658Z [00:04:29.980]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2074/_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/b2074=>" -p github.com/pelletier/go-toml/v2/unstable -lang=go1.21 -complete -installsuffix shared -buildid nkeTf-ILRba5tt_wWj3t/nkeTf-ILRba5tt_wWj3t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2074/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:21:36.6508653Z [00:04:29.990]➜  cp $WORK/b2037/_pkg_.a /root/.cache/go-build/c5/c5e3781caf06472a725139be19e9bde4d47a6630922d039c07dd9338dc9e9548-d # internal
2025-08-20T21:21:36.6514879Z [00:04:29.990]➜  github.com/tetratelabs/wazero/internal/engine/wazevo
2025-08-20T21:21:36.6519102Z [00:04:29.990]➜  mkdir -p $WORK/b2031/
2025-08-20T21:21:36.6519790Z [00:04:29.990]➜  cat >/tmp/go-build3619502580/b2031/importcfg << 'EOF' # internal
2025-08-20T21:21:36.6520430Z [00:04:29.990]➜  # import config
2025-08-20T21:21:36.6521026Z [00:04:29.990]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:36.6521962Z [00:04:29.990]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:36.6522797Z [00:04:29.990]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:21:36.6523666Z [00:04:29.990]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:36.6524766Z [00:04:29.990]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:21:36.6525549Z [00:04:29.990]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:36.6526277Z [00:04:29.990]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:36.6527192Z [00:04:29.990]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build3619502580/b2010/_pkg_.a
2025-08-20T21:21:36.6528390Z [00:04:29.990]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build3619502580/b2012/_pkg_.a
2025-08-20T21:21:36.6529763Z [00:04:29.990]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend=/tmp/go-build3619502580/b2032/_pkg_.a
2025-08-20T21:21:36.6532183Z [00:04:29.990]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend/isa/amd64=/tmp/go-build3619502580/b2036/_pkg_.a
2025-08-20T21:21:36.6533898Z [00:04:29.990]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/frontend=/tmp/go-build3619502580/b2037/_pkg_.a
2025-08-20T21:21:36.6535391Z [00:04:29.990]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/ssa=/tmp/go-build3619502580/b2034/_pkg_.a
2025-08-20T21:21:36.6536855Z [00:04:29.990]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build3619502580/b2035/_pkg_.a
2025-08-20T21:21:36.6538278Z [00:04:29.990]➜  packagefile github.com/tetratelabs/wazero/internal/expctxkeys=/tmp/go-build3619502580/b2013/_pkg_.a
2025-08-20T21:21:36.6539621Z [00:04:29.990]➜  packagefile github.com/tetratelabs/wazero/internal/filecache=/tmp/go-build3619502580/b2017/_pkg_.a
2025-08-20T21:21:36.6540938Z [00:04:29.990]➜  packagefile github.com/tetratelabs/wazero/internal/internalapi=/tmp/go-build3619502580/b2011/_pkg_.a
2025-08-20T21:21:36.6542505Z [00:04:29.990]➜  packagefile github.com/tetratelabs/wazero/internal/platform=/tmp/go-build3619502580/b2025/_pkg_.a
2025-08-20T21:21:36.6543799Z [00:04:29.990]➜  packagefile github.com/tetratelabs/wazero/internal/u32=/tmp/go-build3619502580/b2038/_pkg_.a
2025-08-20T21:21:36.6545021Z [00:04:29.990]➜  packagefile github.com/tetratelabs/wazero/internal/u64=/tmp/go-build3619502580/b2039/_pkg_.a
2025-08-20T21:21:36.6546258Z [00:04:29.990]➜  packagefile github.com/tetratelabs/wazero/internal/version=/tmp/go-build3619502580/b2040/_pkg_.a
2025-08-20T21:21:36.6547499Z [00:04:29.991]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build3619502580/b2020/_pkg_.a
2025-08-20T21:21:36.6548877Z [00:04:29.991]➜  packagefile github.com/tetratelabs/wazero/internal/wasmdebug=/tmp/go-build3619502580/b2028/_pkg_.a
2025-08-20T21:21:36.6550234Z [00:04:29.991]➜  packagefile github.com/tetratelabs/wazero/internal/wasmruntime=/tmp/go-build3619502580/b2030/_pkg_.a
2025-08-20T21:21:36.6551429Z [00:04:29.991]➜  packagefile hash/crc32=/tmp/go-build3619502580/b078/_pkg_.a
2025-08-20T21:21:36.6552189Z [00:04:29.991]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:36.6552913Z [00:04:29.991]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:36.6553663Z [00:04:29.991]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:36.6554391Z [00:04:29.991]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:36.6555101Z [00:04:29.991]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:36.6555841Z [00:04:29.991]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:36.6556412Z [00:04:29.991]➜  EOF
2025-08-20T21:21:36.6577354Z [00:04:29.991]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2031/_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/b2031=>" -p github.com/tetratelabs/wazero/internal/engine/wazevo -lang=go1.22 -complete -installsuffix shared -buildid gm8QFAzqnRGHE7mJ1H6e/gm8QFAzqnRGHE7mJ1H6e -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/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_amd64.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_amd64.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:21:36.6588278Z [00:04:29.998]➜  go tool buildid -w $WORK/b2066/_pkg_.a # internal
2025-08-20T21:21:36.6592389Z [00:04:29.998]➜  cp $WORK/b2066/_pkg_.a /root/.cache/go-build/d8/d89e62cb6a4f1f35009d3122003de53f08c70ebdafcfda5852734e479a587c61-d # internal
2025-08-20T21:21:36.6593619Z [00:04:29.998]➜  golang.org/x/text/encoding/unicode
2025-08-20T21:21:36.6594229Z [00:04:29.998]➜  mkdir -p $WORK/b2063/
2025-08-20T21:21:36.6595007Z [00:04:29.998]➜  cat >/tmp/go-build3619502580/b2063/importcfg << 'EOF' # internal
2025-08-20T21:21:36.6595709Z [00:04:29.998]➜  # import config
2025-08-20T21:21:36.6596354Z [00:04:29.998]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
﻿2025-08-20T21:21:36.6600013Z [00:04:29.998]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:36.6601054Z [00:04:29.998]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3619502580/b2064/_pkg_.a
2025-08-20T21:21:36.6602460Z [00:04:29.998]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build3619502580/b2066/_pkg_.a
2025-08-20T21:21:36.6604057Z [00:04:29.998]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3619502580/b2065/_pkg_.a
2025-08-20T21:21:36.6605377Z [00:04:29.998]➜  packagefile golang.org/x/text/internal/utf8internal=/tmp/go-build3619502580/b2067/_pkg_.a
2025-08-20T21:21:36.6606492Z [00:04:29.998]➜  packagefile golang.org/x/text/runes=/tmp/go-build3619502580/b2059/_pkg_.a
2025-08-20T21:21:36.6607505Z [00:04:29.998]➜  packagefile golang.org/x/text/transform=/tmp/go-build3619502580/b230/_pkg_.a
2025-08-20T21:21:36.6608427Z [00:04:29.998]➜  packagefile unicode/utf16=/tmp/go-build3619502580/b070/_pkg_.a
2025-08-20T21:21:36.6609296Z [00:04:29.998]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:36.6610002Z [00:04:29.998]➜  EOF
2025-08-20T21:21:36.6614278Z [00:04:29.999]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2063/_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/b2063=>" -p golang.org/x/text/encoding/unicode -lang=go1.23 -complete -installsuffix shared -buildid XpRLOXEXgvKz6FBsB6Rb/XpRLOXEXgvKz6FBsB6Rb -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/unicode/override.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/encoding/unicode/unicode.go
2025-08-20T21:21:36.7427720Z [00:04:30.082]➜  go tool buildid -w $WORK/b2063/_pkg_.a # internal
2025-08-20T21:21:36.7474848Z [00:04:30.087]➜  cp $WORK/b2063/_pkg_.a /root/.cache/go-build/17/1799b0b5d68081aac065555248a06721aad84700a184f4c2a87459143b8dab8e-d # internal
2025-08-20T21:21:36.7480979Z [00:04:30.087]➜  github.com/subosito/gotenv
2025-08-20T21:21:36.7485702Z [00:04:30.088]➜  mkdir -p $WORK/b2062/
2025-08-20T21:21:36.7501893Z [00:04:30.089]➜  cat >/tmp/go-build3619502580/b2062/importcfg << 'EOF' # internal
2025-08-20T21:21:36.7506377Z [00:04:30.090]➜  # import config
2025-08-20T21:21:36.7507062Z [00:04:30.090]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:21:36.7507907Z [00:04:30.090]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:36.7513540Z [00:04:30.090]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:36.7514657Z [00:04:30.090]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build3619502580/b2063/_pkg_.a
2025-08-20T21:21:36.7516110Z [00:04:30.090]➜  packagefile golang.org/x/text/transform=/tmp/go-build3619502580/b230/_pkg_.a
2025-08-20T21:21:36.7517085Z [00:04:30.090]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:36.7517886Z [00:04:30.090]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:36.7518788Z [00:04:30.090]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:21:36.7519690Z [00:04:30.090]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:36.7520508Z [00:04:30.090]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:36.7521534Z [00:04:30.090]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:36.7522389Z [00:04:30.090]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:36.7523028Z [00:04:30.090]➜  EOF
2025-08-20T21:21:36.7526341Z [00:04:30.090]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2062/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/subosito/gotenv@v1.6.0=>github.com/subosito/gotenv@v1.6.0;$WORK/b2062=>" -p github.com/subosito/gotenv -lang=go1.18 -complete -installsuffix shared -buildid GIFg54tPFHU_Rtftsscu/GIFg54tPFHU_Rtftsscu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2062/importcfg -pack /root/go/pkg/mod/github.com/subosito/gotenv@v1.6.0/gotenv.go
2025-08-20T21:21:36.8037893Z [00:04:30.143]➜  go tool buildid -w $WORK/b2056/_pkg_.a # internal
2025-08-20T21:21:36.8147803Z [00:04:30.154]➜  go tool buildid -w $WORK/b2074/_pkg_.a # internal
2025-08-20T21:21:36.8164763Z [00:04:30.156]➜  cp $WORK/b2056/_pkg_.a /root/.cache/go-build/7c/7c0adc9b7cb6cfc6ec1296b65e51b1652b615d607c7a4b9a4339b97df9b3f642-d # internal
2025-08-20T21:21:36.8175286Z [00:04:30.156]➜  cp $WORK/b2074/_pkg_.a /root/.cache/go-build/5d/5dda82453219d334d4ff225b759fb3a121ee607b834d2c863db03b90ab9a54a5-d # internal
2025-08-20T21:21:36.8176449Z [00:04:30.156]➜  github.com/pelletier/go-toml/v2/internal/tracker
2025-08-20T21:21:36.8177122Z [00:04:30.156]➜  mkdir -p $WORK/b2073/
2025-08-20T21:21:36.8177853Z [00:04:30.156]➜  cat >/tmp/go-build3619502580/b2073/importcfg << 'EOF' # internal
2025-08-20T21:21:36.8178701Z [00:04:30.156]➜  # import config
2025-08-20T21:21:36.8179327Z [00:04:30.157]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:36.8180078Z [00:04:30.157]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:36.8181416Z [00:04:30.157]➜  packagefile github.com/pelletier/go-toml/v2/unstable=/tmp/go-build3619502580/b2074/_pkg_.a
2025-08-20T21:21:36.8182514Z [00:04:30.157]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:36.8183165Z [00:04:30.157]➜  EOF
2025-08-20T21:21:36.8188481Z [00:04:30.157]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2073/_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/b2073=>" -p github.com/pelletier/go-toml/v2/internal/tracker -lang=go1.21 -complete -installsuffix shared -buildid VCNik5V8R8w2vntzBWDz/VCNik5V8R8w2vntzBWDz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2073/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:21:36.8197633Z [00:04:30.159]➜  github.com/sagikazarmark/locafero
2025-08-20T21:21:36.8210808Z [00:04:30.159]➜  mkdir -p $WORK/b2051/
2025-08-20T21:21:36.8219592Z [00:04:30.161]➜  cat >/tmp/go-build3619502580/b2051/importcfg << 'EOF' # internal
2025-08-20T21:21:36.8220297Z [00:04:30.161]➜  # import config
2025-08-20T21:21:36.8220938Z [00:04:30.161]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:36.8221888Z [00:04:30.161]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:36.8222866Z [00:04:30.161]➜  packagefile github.com/sourcegraph/conc/iter=/tmp/go-build3619502580/b2052/_pkg_.a
2025-08-20T21:21:36.8223919Z [00:04:30.161]➜  packagefile github.com/spf13/afero=/tmp/go-build3619502580/b2056/_pkg_.a
2025-08-20T21:21:36.8224725Z [00:04:30.161]➜  packagefile io/fs=/tmp/go-build3619502580/b053/_pkg_.a
2025-08-20T21:21:36.8225487Z [00:04:30.161]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:21:36.8226290Z [00:04:30.161]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:36.8226910Z [00:04:30.161]➜  EOF
2025-08-20T21:21:36.8233426Z [00:04:30.162]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2051/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sagikazarmark/locafero@v0.9.0=>github.com/sagikazarmark/locafero@v0.9.0;$WORK/b2051=>" -p github.com/sagikazarmark/locafero -lang=go1.23 -complete -installsuffix shared -buildid ga38QMjAuZ5Uks2ixkG3/ga38QMjAuZ5Uks2ixkG3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2051/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:21:36.8238900Z [00:04:30.163]➜  go tool buildid -w $WORK/b2062/_pkg_.a # internal
2025-08-20T21:21:36.8244950Z [00:04:30.164]➜  cp $WORK/b2062/_pkg_.a /root/.cache/go-build/31/3199bcb5218c2e45b7847412c2695060aa0bded02f64d725249f31e3d369df1e-d # internal
2025-08-20T21:21:36.8248079Z [00:04:30.164]➜  github.com/spf13/viper/internal/encoding/dotenv
2025-08-20T21:21:36.8252490Z [00:04:30.164]➜  mkdir -p $WORK/b2061/
2025-08-20T21:21:36.8253252Z [00:04:30.164]➜  cat >/tmp/go-build3619502580/b2061/importcfg << 'EOF' # internal
2025-08-20T21:21:36.8253925Z [00:04:30.164]➜  # import config
2025-08-20T21:21:36.8255393Z [00:04:30.164]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:36.8258483Z [00:04:30.165]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:36.8259461Z [00:04:30.165]➜  packagefile github.com/spf13/cast=/tmp/go-build3619502580/b2060/_pkg_.a
2025-08-20T21:21:36.8260525Z [00:04:30.165]➜  packagefile github.com/subosito/gotenv=/tmp/go-build3619502580/b2062/_pkg_.a
2025-08-20T21:21:36.8261606Z [00:04:30.165]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:36.8262460Z [00:04:30.165]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:36.8263135Z [00:04:30.165]➜  EOF
2025-08-20T21:21:36.8272353Z [00:04:30.166]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2061/_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/b2061=>" -p github.com/spf13/viper/internal/encoding/dotenv -lang=go1.21 -complete -installsuffix shared -buildid iMyITj5Uyoy9iqQA_n9C/iMyITj5Uyoy9iqQA_n9C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2061/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:21:36.8514897Z [00:04:30.188]➜  go tool buildid -w $WORK/b2061/_pkg_.a # internal
2025-08-20T21:21:36.8532384Z [00:04:30.191]➜  cp $WORK/b2061/_pkg_.a /root/.cache/go-build/dc/dcf4f7d580b60158fb2d9f8dd7647d4bea0d756623defc5b79ab780891028c8c-d # internal
2025-08-20T21:21:36.8535663Z [00:04:30.191]➜  github.com/spf13/viper/internal/encoding/yaml
2025-08-20T21:21:36.8536390Z [00:04:30.191]➜  mkdir -p $WORK/b2075/
2025-08-20T21:21:36.8537181Z [00:04:30.191]➜  cat >/tmp/go-build3619502580/b2075/importcfg << 'EOF' # internal
2025-08-20T21:21:36.8537938Z [00:04:30.191]➜  # import config
2025-08-20T21:21:36.8538723Z [00:04:30.191]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3619502580/b1756/_pkg_.a
2025-08-20T21:21:36.8539468Z [00:04:30.191]➜  EOF
2025-08-20T21:21:36.8543688Z [00:04:30.191]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2075/_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/b2075=>" -p github.com/spf13/viper/internal/encoding/yaml -lang=go1.21 -complete -installsuffix shared -buildid T_YMK4HKNyOMsrCkxThZ/T_YMK4HKNyOMsrCkxThZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2075/importcfg -pack /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/yaml/codec.go
2025-08-20T21:21:36.8702316Z [00:04:30.209]➜  go tool buildid -w $WORK/b2051/_pkg_.a # internal
2025-08-20T21:21:36.8705735Z [00:04:30.210]➜  go tool buildid -w $WORK/b2075/_pkg_.a # internal
2025-08-20T21:21:36.8711664Z [00:04:30.210]➜  cp $WORK/b2075/_pkg_.a /root/.cache/go-build/b1/b17344ad3daa68cceeb86c54f6ee27e5a4d302708c54fda5b9912e05895d69db-d # internal
2025-08-20T21:21:36.8720147Z [00:04:30.211]➜  cp $WORK/b2051/_pkg_.a /root/.cache/go-build/78/78f19d68e12ca151342f653d1372d14be06fc83ebde819ddc51b72450c824adc-d # internal
2025-08-20T21:21:36.8731784Z [00:04:30.212]➜  go tool buildid -w $WORK/b2073/_pkg_.a # internal
2025-08-20T21:21:36.8741934Z [00:04:30.213]➜  cp $WORK/b2073/_pkg_.a /root/.cache/go-build/e9/e94ecaf37dd1dff050cb9b8bf22aa3bc7b7dc014af08c97c358c4e4dd5e638d7-d # internal
2025-08-20T21:21:36.8745197Z [00:04:30.214]➜  github.com/pelletier/go-toml/v2
2025-08-20T21:21:36.8746008Z [00:04:30.214]➜  mkdir -p $WORK/b2070/
2025-08-20T21:21:36.8750859Z [00:04:30.214]➜  cat >/tmp/go-build3619502580/b2070/importcfg << 'EOF' # internal
2025-08-20T21:21:36.8752137Z [00:04:30.214]➜  # import config
2025-08-20T21:21:36.8753984Z [00:04:30.214]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:36.8754842Z [00:04:30.214]➜  packagefile encoding=/tmp/go-build3619502580/b059/_pkg_.a
2025-08-20T21:21:36.8755676Z [00:04:30.214]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:36.8756277Z [00:04:30.214]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:36.8756814Z [00:04:30.214]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:36.8757560Z [00:04:30.214]➜  packagefile github.com/pelletier/go-toml/v2/internal/characters=/tmp/go-build3619502580/b2071/_pkg_.a
2025-08-20T21:21:36.8758429Z [00:04:30.214]➜  packagefile github.com/pelletier/go-toml/v2/internal/danger=/tmp/go-build3619502580/b2072/_pkg_.a
2025-08-20T21:21:36.8759281Z [00:04:30.214]➜  packagefile github.com/pelletier/go-toml/v2/internal/tracker=/tmp/go-build3619502580/b2073/_pkg_.a
2025-08-20T21:21:36.8760239Z [00:04:30.214]➜  packagefile github.com/pelletier/go-toml/v2/unstable=/tmp/go-build3619502580/b2074/_pkg_.a
2025-08-20T21:21:36.8760926Z [00:04:30.214]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:36.8761983Z [00:04:30.214]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:36.8762674Z [00:04:30.214]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:36.8763396Z [00:04:30.214]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:21:36.8763849Z [00:04:30.214]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:36.8764469Z [00:04:30.214]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:36.8765137Z [00:04:30.214]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:36.8766006Z [00:04:30.215]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:36.8766766Z [00:04:30.215]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:21:36.8767269Z [00:04:30.215]➜  EOF
2025-08-20T21:21:36.8771877Z [00:04:30.215]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2070/_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/b2070=>" -p github.com/pelletier/go-toml/v2 -lang=go1.21 -complete -installsuffix shared -buildid hRKTXA3kH6FJb1DUr1zC/hRKTXA3kH6FJb1DUr1zC -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/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:21:37.1267257Z [00:04:30.466]➜  go tool buildid -w $WORK/b2031/_pkg_.a # internal
2025-08-20T21:21:37.1327117Z [00:04:30.472]➜  cp $WORK/b2031/_pkg_.a /root/.cache/go-build/4e/4e7c4a398028facc4f76ac3256b25bc033d3f3abd3a317a9bd59ac89754b1d1b-d # internal
2025-08-20T21:21:37.1334109Z [00:04:30.473]➜  github.com/tetratelabs/wazero
2025-08-20T21:21:37.1334697Z [00:04:30.473]➜  mkdir -p $WORK/b2009/
2025-08-20T21:21:37.1341926Z [00:04:30.473]➜  cat >/tmp/go-build3619502580/b2009/importcfg << 'EOF' # internal
2025-08-20T21:21:37.1342660Z [00:04:30.473]➜  # import config
2025-08-20T21:21:37.1343355Z [00:04:30.473]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:37.1344206Z [00:04:30.473]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:37.1345012Z [00:04:30.473]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:37.1346271Z [00:04:30.473]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build3619502580/b2010/_pkg_.a
2025-08-20T21:21:37.1347580Z [00:04:30.473]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build3619502580/b2012/_pkg_.a
2025-08-20T21:21:37.1348988Z [00:04:30.473]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build3619502580/b2014/_pkg_.a
2025-08-20T21:21:37.1350429Z [00:04:30.473]➜  packagefile github.com/tetratelabs/wazero/internal/engine/interpreter=/tmp/go-build3619502580/b2016/_pkg_.a
2025-08-20T21:21:37.1352194Z [00:04:30.473]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo=/tmp/go-build3619502580/b2031/_pkg_.a
2025-08-20T21:21:37.1353640Z [00:04:30.473]➜  packagefile github.com/tetratelabs/wazero/internal/expctxkeys=/tmp/go-build3619502580/b2013/_pkg_.a
2025-08-20T21:21:37.1355048Z [00:04:30.473]➜  packagefile github.com/tetratelabs/wazero/internal/filecache=/tmp/go-build3619502580/b2017/_pkg_.a
2025-08-20T21:21:37.1356638Z [00:04:30.473]➜  packagefile github.com/tetratelabs/wazero/internal/internalapi=/tmp/go-build3619502580/b2011/_pkg_.a
2025-08-20T21:21:37.1358066Z [00:04:30.473]➜  packagefile github.com/tetratelabs/wazero/internal/platform=/tmp/go-build3619502580/b2025/_pkg_.a
2025-08-20T21:21:37.1359468Z [00:04:30.473]➜  packagefile github.com/tetratelabs/wazero/internal/sock=/tmp/go-build3619502580/b2026/_pkg_.a
2025-08-20T21:21:37.1360837Z [00:04:30.473]➜  packagefile github.com/tetratelabs/wazero/internal/sys=/tmp/go-build3619502580/b2022/_pkg_.a
2025-08-20T21:21:37.1362586Z [00:04:30.473]➜  packagefile github.com/tetratelabs/wazero/internal/sysfs=/tmp/go-build3619502580/b2027/_pkg_.a
2025-08-20T21:21:37.1363966Z [00:04:30.473]➜  packagefile github.com/tetratelabs/wazero/internal/version=/tmp/go-build3619502580/b2040/_pkg_.a
2025-08-20T21:21:37.1365314Z [00:04:30.473]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build3619502580/b2020/_pkg_.a
2025-08-20T21:21:37.1366712Z [00:04:30.474]➜  packagefile github.com/tetratelabs/wazero/internal/wasm/binary=/tmp/go-build3619502580/b2041/_pkg_.a
2025-08-20T21:21:37.1368022Z [00:04:30.474]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build3619502580/b2015/_pkg_.a
2025-08-20T21:21:37.1368971Z [00:04:30.474]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:37.1369726Z [00:04:30.474]➜  packagefile io/fs=/tmp/go-build3619502580/b053/_pkg_.a
2025-08-20T21:21:37.1370498Z [00:04:30.474]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:37.1371410Z [00:04:30.474]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:37.1372176Z [00:04:30.474]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:37.1372928Z [00:04:30.474]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:21:37.1373763Z [00:04:30.474]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:21:37.1374601Z [00:04:30.474]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:37.1375388Z [00:04:30.474]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:37.1376187Z [00:04:30.474]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:37.1376999Z [00:04:30.474]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:37.1377739Z [00:04:30.474]➜  EOF
2025-08-20T21:21:37.1383240Z [00:04:30.474]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2009/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0=>github.com/tetratelabs/wazero@v1.9.0;$WORK/b2009=>" -p github.com/tetratelabs/wazero -lang=go1.22 -complete -installsuffix shared -buildid rssUE0ZTpjtEHqRWs1y-/rssUE0ZTpjtEHqRWs1y- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2009/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:21:37.1594113Z [00:04:30.499]➜  go tool buildid -w $WORK/b2070/_pkg_.a # internal
2025-08-20T21:21:37.1630082Z [00:04:30.502]➜  cp $WORK/b2070/_pkg_.a /root/.cache/go-build/9c/9c3d24c34f8c4405025dcc1af46ac811ca7145c4c8956721d7c6a1b84610644f-d # internal
2025-08-20T21:21:37.1633110Z [00:04:30.502]➜  github.com/spf13/viper/internal/encoding/toml
2025-08-20T21:21:37.1634354Z [00:04:30.502]➜  mkdir -p $WORK/b2069/
2025-08-20T21:21:37.1635585Z [00:04:30.503]➜  cat >/tmp/go-build3619502580/b2069/importcfg << 'EOF' # internal
2025-08-20T21:21:37.1636546Z [00:04:30.503]➜  # import config
2025-08-20T21:21:37.1637710Z [00:04:30.503]➜  packagefile github.com/pelletier/go-toml/v2=/tmp/go-build3619502580/b2070/_pkg_.a
2025-08-20T21:21:37.1638517Z [00:04:30.503]➜  EOF
2025-08-20T21:21:37.1643013Z [00:04:30.503]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2069/_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/b2069=>" -p github.com/spf13/viper/internal/encoding/toml -lang=go1.21 -complete -installsuffix shared -buildid uy36K29oWvZZkszSSMgC/uy36K29oWvZZkszSSMgC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2069/importcfg -pack /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/toml/codec.go
2025-08-20T21:21:37.1711406Z [00:04:30.510]➜  go tool buildid -w $WORK/b2069/_pkg_.a # internal
2025-08-20T21:21:37.1718731Z [00:04:30.511]➜  cp $WORK/b2069/_pkg_.a /root/.cache/go-build/af/af01ba9788582ac554fdf2bd3343994168d141c55f79667f03a112e52398dd49-d # internal
2025-08-20T21:21:37.1722146Z [00:04:30.511]➜  github.com/spf13/viper
2025-08-20T21:21:37.1722683Z [00:04:30.512]➜  mkdir -p $WORK/b2046/
2025-08-20T21:21:37.1727913Z [00:04:30.512]➜  cat >/tmp/go-build3619502580/b2046/importcfg << 'EOF' # internal
2025-08-20T21:21:37.1728969Z [00:04:30.512]➜  # import config
2025-08-20T21:21:37.1729635Z [00:04:30.512]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:37.1730489Z [00:04:30.512]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:37.1731551Z [00:04:30.512]➜  packagefile encoding/csv=/tmp/go-build3619502580/b211/_pkg_.a
2025-08-20T21:21:37.1732387Z [00:04:30.512]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:37.1733180Z [00:04:30.512]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:37.1734200Z [00:04:30.512]➜  packagefile github.com/fsnotify/fsnotify=/tmp/go-build3619502580/b2047/_pkg_.a
2025-08-20T21:21:37.1734903Z [00:04:30.512]➜  packagefile github.com/go-viper/mapstructure/v2=/tmp/go-build3619502580/b2049/_pkg_.a
2025-08-20T21:21:37.1735561Z [00:04:30.512]➜  packagefile github.com/sagikazarmark/locafero=/tmp/go-build3619502580/b2051/_pkg_.a
2025-08-20T21:21:37.1736152Z [00:04:30.512]➜  packagefile github.com/spf13/afero=/tmp/go-build3619502580/b2056/_pkg_.a
2025-08-20T21:21:37.1736713Z [00:04:30.512]➜  packagefile github.com/spf13/cast=/tmp/go-build3619502580/b2060/_pkg_.a
2025-08-20T21:21:37.1737260Z [00:04:30.512]➜  packagefile github.com/spf13/pflag=/tmp/go-build3619502580/b2045/_pkg_.a
2025-08-20T21:21:37.1738056Z [00:04:30.512]➜  packagefile github.com/spf13/viper/internal/encoding/dotenv=/tmp/go-build3619502580/b2061/_pkg_.a
2025-08-20T21:21:37.1738996Z [00:04:30.512]➜  packagefile github.com/spf13/viper/internal/encoding/json=/tmp/go-build3619502580/b2068/_pkg_.a
2025-08-20T21:21:37.1740406Z [00:04:30.512]➜  packagefile github.com/spf13/viper/internal/encoding/toml=/tmp/go-build3619502580/b2069/_pkg_.a
2025-08-20T21:21:37.1741682Z [00:04:30.512]➜  packagefile github.com/spf13/viper/internal/encoding/yaml=/tmp/go-build3619502580/b2075/_pkg_.a
2025-08-20T21:21:37.1742616Z [00:04:30.512]➜  packagefile github.com/spf13/viper/internal/features=/tmp/go-build3619502580/b2076/_pkg_.a
2025-08-20T21:21:37.1743331Z [00:04:30.512]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:37.1744041Z [00:04:30.512]➜  packagefile log/slog=/tmp/go-build3619502580/b393/_pkg_.a
2025-08-20T21:21:37.1744620Z [00:04:30.512]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:37.1745183Z [00:04:30.512]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:21:37.1745808Z [00:04:30.512]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:37.1746328Z [00:04:30.512]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:37.1746792Z [00:04:30.512]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:21:37.1747321Z [00:04:30.512]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:37.1747752Z [00:04:30.512]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:37.1748283Z [00:04:30.512]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:37.1748789Z [00:04:30.512]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:37.1749221Z [00:04:30.512]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:21:37.1749646Z [00:04:30.512]➜  EOF
2025-08-20T21:21:37.1753860Z [00:04:30.512]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2046/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/viper@v1.20.1=>github.com/spf13/viper@v1.20.1;$WORK/b2046=>" -p github.com/spf13/viper -lang=go1.21 -complete -installsuffix shared -buildid jvERTj8rhQJxJi3k8v1b/jvERTj8rhQJxJi3k8v1b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2046/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:21:37.3115730Z [00:04:30.651]➜  go tool buildid -w $WORK/b2009/_pkg_.a # internal
2025-08-20T21:21:37.3244073Z [00:04:30.664]➜  cp $WORK/b2009/_pkg_.a /root/.cache/go-build/62/62e6c7d5661445dd6468a238524b8caed2edecff4c773a10ec4004a3e8dfc99e-d # internal
2025-08-20T21:21:37.3254152Z [00:04:30.665]➜  github.com/tetratelabs/wazero/imports/wasi_snapshot_preview1
2025-08-20T21:21:37.3256731Z [00:04:30.665]➜  mkdir -p $WORK/b2042/
2025-08-20T21:21:37.3270563Z [00:04:30.666]➜  cat >/tmp/go-build3619502580/b2042/importcfg << 'EOF' # internal
2025-08-20T21:21:37.3271558Z [00:04:30.666]➜  # import config
2025-08-20T21:21:37.3272232Z [00:04:30.666]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:37.3273066Z [00:04:30.666]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:37.3274018Z [00:04:30.666]➜  packagefile github.com/tetratelabs/wazero=/tmp/go-build3619502580/b2009/_pkg_.a
2025-08-20T21:21:37.3275162Z [00:04:30.666]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build3619502580/b2010/_pkg_.a
2025-08-20T21:21:37.3276425Z [00:04:30.666]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build3619502580/b2014/_pkg_.a
2025-08-20T21:21:37.3277955Z [00:04:30.666]➜  packagefile github.com/tetratelabs/wazero/internal/fsapi=/tmp/go-build3619502580/b2024/_pkg_.a
2025-08-20T21:21:37.3279301Z [00:04:30.666]➜  packagefile github.com/tetratelabs/wazero/internal/sock=/tmp/go-build3619502580/b2026/_pkg_.a
2025-08-20T21:21:37.3280671Z [00:04:30.666]➜  packagefile github.com/tetratelabs/wazero/internal/sys=/tmp/go-build3619502580/b2022/_pkg_.a
2025-08-20T21:21:37.3282235Z [00:04:30.666]➜  packagefile github.com/tetratelabs/wazero/internal/sysfs=/tmp/go-build3619502580/b2027/_pkg_.a
2025-08-20T21:21:37.3283659Z [00:04:30.666]➜  packagefile github.com/tetratelabs/wazero/internal/wasip1=/tmp/go-build3619502580/b2043/_pkg_.a
2025-08-20T21:21:37.3285274Z [00:04:30.666]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build3619502580/b2020/_pkg_.a
2025-08-20T21:21:37.3286727Z [00:04:30.666]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build3619502580/b2015/_pkg_.a
2025-08-20T21:21:37.3287753Z [00:04:30.666]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:37.3288584Z [00:04:30.666]➜  packagefile io/fs=/tmp/go-build3619502580/b053/_pkg_.a
2025-08-20T21:21:37.3289388Z [00:04:30.666]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:37.3290187Z [00:04:30.666]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:21:37.3291005Z [00:04:30.666]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:37.3312359Z [00:04:30.666]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:37.3312995Z [00:04:30.666]➜  EOF
2025-08-20T21:21:37.3323491Z [00:04:30.666]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2042/_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/b2042=>" -p github.com/tetratelabs/wazero/imports/wasi_snapshot_preview1 -lang=go1.22 -complete -installsuffix shared -buildid 8FpD5odUdh-2HiqShXHG/8FpD5odUdh-2HiqShXHG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2042/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:21:37.3880257Z [00:04:30.727]➜  go tool buildid -w $WORK/b2046/_pkg_.a # internal
2025-08-20T21:21:37.3930908Z [00:04:30.732]➜  cp $WORK/b2046/_pkg_.a /root/.cache/go-build/d4/d4131bb5ce019351ce807e2566ee775f1fa7769b61c67d2a82e3328ea9917edd-d # internal
2025-08-20T21:21:37.5024694Z [00:04:30.842]➜  go tool buildid -w $WORK/b2042/_pkg_.a # internal
2025-08-20T21:21:37.5064427Z [00:04:30.846]➜  cp $WORK/b2042/_pkg_.a /root/.cache/go-build/d3/d3f631e9dfe4a7f1267b0cc46bb2c5aada8e5d7f67df60ad0e36b9aa31858af2-d # internal
2025-08-20T21:21:37.5068964Z [00:04:30.846]➜  github.com/jrnd-io/jr/pkg/producers/wasm
2025-08-20T21:21:37.5069570Z [00:04:30.846]➜  mkdir -p $WORK/b2008/
2025-08-20T21:21:37.5070187Z [00:04:30.846]➜  cat >/tmp/go-build3619502580/b2008/importcfg << 'EOF' # internal
2025-08-20T21:21:37.5070586Z [00:04:30.846]➜  # import config
2025-08-20T21:21:37.5070955Z [00:04:30.846]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:37.5072024Z [00:04:30.846]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:37.5072684Z [00:04:30.846]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:37.5073153Z [00:04:30.846]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:37.5073674Z [00:04:30.846]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build3619502580/b216/_pkg_.a
2025-08-20T21:21:37.5074269Z [00:04:30.846]➜  packagefile github.com/tetratelabs/wazero=/tmp/go-build3619502580/b2009/_pkg_.a
2025-08-20T21:21:37.5074888Z [00:04:30.846]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build3619502580/b2010/_pkg_.a
2025-08-20T21:21:37.5075753Z [00:04:30.846]➜  packagefile github.com/tetratelabs/wazero/imports/wasi_snapshot_preview1=/tmp/go-build3619502580/b2042/_pkg_.a
2025-08-20T21:21:37.5076456Z [00:04:30.846]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:37.5076878Z [00:04:30.846]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:37.5077207Z [00:04:30.846]➜  EOF
2025-08-20T21:21:37.5079195Z [00:04:30.846]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2008/_pkg_.a -trimpath "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/wasm=>github.com/jrnd-io/jr/pkg/producers/wasm;$WORK/b2008=>" -p github.com/jrnd-io/jr/pkg/producers/wasm -lang=go1.24 -complete -installsuffix shared -buildid T9pw6c2yKt0yD4MbBZx-/T9pw6c2yKt0yD4MbBZx- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2008/importcfg -pack ./pkg/producers/wasm/wasm_config.go ./pkg/producers/wasm/wasm_producer.go
2025-08-20T21:21:37.5294930Z [00:04:30.869]➜  go tool buildid -w $WORK/b2008/_pkg_.a # internal
2025-08-20T21:21:37.5304740Z [00:04:30.870]➜  cp $WORK/b2008/_pkg_.a /root/.cache/go-build/74/744f9ef1ce52a748de3b51abbde76834dacffa4464618dc19ca52e48a950f759-d # internal
2025-08-20T21:21:37.5308346Z [00:04:30.870]➜  github.com/jrnd-io/jr/pkg/emitter
2025-08-20T21:21:37.5308999Z [00:04:30.870]➜  mkdir -p $WORK/b208/
2025-08-20T21:21:37.5310184Z [00:04:30.870]➜  cat >/tmp/go-build3619502580/b208/importcfg << 'EOF' # internal
2025-08-20T21:21:37.5310949Z [00:04:30.870]➜  # import config
2025-08-20T21:21:37.5311803Z [00:04:30.870]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:37.5312795Z [00:04:30.870]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:37.5313855Z [00:04:30.870]➜  packagefile github.com/jrnd-io/jr/pkg/configuration=/tmp/go-build3619502580/b203/_pkg_.a
2025-08-20T21:21:37.5315046Z [00:04:30.870]➜  packagefile github.com/jrnd-io/jr/pkg/constants=/tmp/go-build3619502580/b204/_pkg_.a
2025-08-20T21:21:37.5316144Z [00:04:30.870]➜  packagefile github.com/jrnd-io/jr/pkg/ctx=/tmp/go-build3619502580/b209/_pkg_.a
2025-08-20T21:21:37.5317265Z [00:04:30.870]➜  packagefile github.com/jrnd-io/jr/pkg/functions=/tmp/go-build3619502580/b210/_pkg_.a
2025-08-20T21:21:37.5318493Z [00:04:30.870]➜  packagefile github.com/jrnd-io/jr/pkg/producers/awsdynamodb=/tmp/go-build3619502580/b234/_pkg_.a
2025-08-20T21:21:37.5319860Z [00:04:30.870]➜  packagefile github.com/jrnd-io/jr/pkg/producers/azblobstorage=/tmp/go-build3619502580/b327/_pkg_.a
2025-08-20T21:21:37.5321161Z [00:04:30.870]➜  packagefile github.com/jrnd-io/jr/pkg/producers/azcosmosdb=/tmp/go-build3619502580/b374/_pkg_.a
2025-08-20T21:21:37.5322571Z [00:04:30.871]➜  packagefile github.com/jrnd-io/jr/pkg/producers/cassandra=/tmp/go-build3619502580/b378/_pkg_.a
2025-08-20T21:21:37.5323561Z [00:04:30.871]➜  packagefile github.com/jrnd-io/jr/pkg/producers/console=/tmp/go-build3619502580/b386/_pkg_.a
2025-08-20T21:21:37.5324451Z [00:04:30.871]➜  packagefile github.com/jrnd-io/jr/pkg/producers/elastic=/tmp/go-build3619502580/b388/_pkg_.a
2025-08-20T21:21:37.5325309Z [00:04:30.871]➜  packagefile github.com/jrnd-io/jr/pkg/producers/gcs=/tmp/go-build3619502580/b1210/_pkg_.a
2025-08-20T21:21:37.5326122Z [00:04:30.871]➜  packagefile github.com/jrnd-io/jr/pkg/producers/http=/tmp/go-build3619502580/b1601/_pkg_.a
2025-08-20T21:21:37.5327053Z [00:04:30.871]➜  packagefile github.com/jrnd-io/jr/pkg/producers/kafka=/tmp/go-build3619502580/b1606/_pkg_.a
2025-08-20T21:21:37.5327910Z [00:04:30.871]➜  packagefile github.com/jrnd-io/jr/pkg/producers/luascript=/tmp/go-build3619502580/b1773/_pkg_.a
2025-08-20T21:21:37.5328732Z [00:04:30.871]➜  packagefile github.com/jrnd-io/jr/pkg/producers/mongodb=/tmp/go-build3619502580/b1902/_pkg_.a
2025-08-20T21:21:37.5329534Z [00:04:30.871]➜  packagefile github.com/jrnd-io/jr/pkg/producers/redis=/tmp/go-build3619502580/b1966/_pkg_.a
2025-08-20T21:21:37.5330309Z [00:04:30.871]➜  packagefile github.com/jrnd-io/jr/pkg/producers/s3=/tmp/go-build3619502580/b1976/_pkg_.a
2025-08-20T21:21:37.5331087Z [00:04:30.871]➜  packagefile github.com/jrnd-io/jr/pkg/producers/server=/tmp/go-build3619502580/b1995/_pkg_.a
2025-08-20T21:21:37.5332366Z [00:04:30.871]➜  packagefile github.com/jrnd-io/jr/pkg/producers/wamp=/tmp/go-build3619502580/b1996/_pkg_.a
2025-08-20T21:21:37.5333194Z [00:04:30.871]➜  packagefile github.com/jrnd-io/jr/pkg/producers/wasm=/tmp/go-build3619502580/b2008/_pkg_.a
2025-08-20T21:21:37.5333955Z [00:04:30.871]➜  packagefile github.com/jrnd-io/jr/pkg/tpl=/tmp/go-build3619502580/b387/_pkg_.a
2025-08-20T21:21:37.5334668Z [00:04:30.871]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build3619502580/b216/_pkg_.a
2025-08-20T21:21:37.5335283Z [00:04:30.871]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:37.5335736Z [00:04:30.871]➜  packagefile os/signal=/tmp/go-build3619502580/b1893/_pkg_.a
2025-08-20T21:21:37.5336305Z [00:04:30.871]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:37.5336812Z [00:04:30.871]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:37.5337299Z [00:04:30.871]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:37.5337858Z [00:04:30.871]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:37.5338285Z [00:04:30.871]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:37.5338727Z [00:04:30.871]➜  EOF
2025-08-20T21:21:37.5343032Z [00:04:30.871]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b208/_pkg_.a -trimpath "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/emitter=>github.com/jrnd-io/jr/pkg/emitter;$WORK/b208=>" -p github.com/jrnd-io/jr/pkg/emitter -lang=go1.24 -complete -installsuffix shared -buildid 9ipW94t65D92LkXWPQax/9ipW94t65D92LkXWPQax -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b208/importcfg -pack ./pkg/emitter/emitter.go ./pkg/emitter/loop.go ./pkg/emitter/throughput.go
2025-08-20T21:21:38.1401700Z [00:04:31.479]➜  go tool buildid -w $WORK/b208/_pkg_.a # internal
2025-08-20T21:21:38.1569955Z [00:04:31.496]➜  cp $WORK/b208/_pkg_.a /root/.cache/go-build/8a/8ab846469ca152be935db7eade860da1d3163a7cb04333fc285b20e3ac2ea69b-d # internal
2025-08-20T21:21:38.1584819Z [00:04:31.498]➜  github.com/jrnd-io/jr/pkg/cmd
2025-08-20T21:21:38.1585193Z [00:04:31.498]➜  mkdir -p $WORK/b002/
2025-08-20T21:21:38.1591086Z [00:04:31.498]➜  cat >/tmp/go-build3619502580/b002/importcfg << 'EOF' # internal
2025-08-20T21:21:38.1592052Z [00:04:31.498]➜  # import config
2025-08-20T21:21:38.1592740Z [00:04:31.498]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:38.1593584Z [00:04:31.498]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:38.1594434Z [00:04:31.498]➜  packagefile embed=/tmp/go-build3619502580/b052/_pkg_.a
2025-08-20T21:21:38.1595322Z [00:04:31.498]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:38.1596330Z [00:04:31.498]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:38.1597198Z [00:04:31.498]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:38.1598165Z [00:04:31.498]➜  packagefile github.com/go-chi/chi/v5=/tmp/go-build3619502580/b071/_pkg_.a
2025-08-20T21:21:38.1599368Z [00:04:31.498]➜  packagefile github.com/go-chi/chi/v5/middleware=/tmp/go-build3619502580/b188/_pkg_.a
2025-08-20T21:21:38.1600316Z [00:04:31.498]➜  packagefile github.com/gorilla/sessions=/tmp/go-build3619502580/b198/_pkg_.a
2025-08-20T21:21:38.1601170Z [00:04:31.498]➜  packagefile github.com/jrnd-io/jr/pkg/configuration=/tmp/go-build3619502580/b203/_pkg_.a
2025-08-20T21:21:38.1602068Z [00:04:31.498]➜  packagefile github.com/jrnd-io/jr/pkg/constants=/tmp/go-build3619502580/b204/_pkg_.a
2025-08-20T21:21:38.1602706Z [00:04:31.498]➜  packagefile github.com/jrnd-io/jr/pkg/emitter=/tmp/go-build3619502580/b208/_pkg_.a
2025-08-20T21:21:38.1603329Z [00:04:31.498]➜  packagefile github.com/jrnd-io/jr/pkg/functions=/tmp/go-build3619502580/b210/_pkg_.a
2025-08-20T21:21:38.1603982Z [00:04:31.498]➜  packagefile github.com/jrnd-io/jr/pkg/producers/kafka=/tmp/go-build3619502580/b1606/_pkg_.a
2025-08-20T21:21:38.1604960Z [00:04:31.498]➜  packagefile github.com/rs/zerolog=/tmp/go-build3619502580/b217/_pkg_.a
2025-08-20T21:21:38.1605799Z [00:04:31.498]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build3619502580/b216/_pkg_.a
2025-08-20T21:21:38.1606375Z [00:04:31.498]➜  packagefile github.com/spf13/cobra=/tmp/go-build3619502580/b2044/_pkg_.a
2025-08-20T21:21:38.1607032Z [00:04:31.498]➜  packagefile github.com/spf13/pflag=/tmp/go-build3619502580/b2045/_pkg_.a
2025-08-20T21:21:38.1607754Z [00:04:31.498]➜  packagefile github.com/spf13/viper=/tmp/go-build3619502580/b2046/_pkg_.a
2025-08-20T21:21:38.1608369Z [00:04:31.498]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:38.1608807Z [00:04:31.498]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:38.1609352Z [00:04:31.498]➜  packagefile os/exec=/tmp/go-build3619502580/b270/_pkg_.a
2025-08-20T21:21:38.1609942Z [00:04:31.498]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:21:38.1610417Z [00:04:31.498]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:38.1610951Z [00:04:31.498]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:38.1611694Z [00:04:31.498]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:21:38.1612199Z [00:04:31.498]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:38.1612688Z [00:04:31.498]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:38.1613289Z [00:04:31.498]➜  packagefile text/template=/tmp/go-build3619502580/b232/_pkg_.a
2025-08-20T21:21:38.1614045Z [00:04:31.498]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:38.1614377Z [00:04:31.498]➜  EOF
2025-08-20T21:21:38.1614937Z [00:04:31.498]➜  cat >/tmp/go-build3619502580/b002/embedcfg << 'EOF' # internal
2025-08-20T21:21:38.1615298Z [00:04:31.498]➜  {
2025-08-20T21:21:38.1615638Z [00:04:31.498]➜  	"Patterns": {
2025-08-20T21:21:38.1615948Z [00:04:31.498]➜  		"html/bs/css/bootstrap.min.css": [
2025-08-20T21:21:38.1616348Z [00:04:31.498]➜  			"html/bs/css/bootstrap.min.css"
2025-08-20T21:21:38.1616691Z [00:04:31.498]➜  		],
2025-08-20T21:21:38.1616973Z [00:04:31.498]➜  		"html/bs/css/bootstrap.min.css.map": [
2025-08-20T21:21:38.1617434Z [00:04:31.499]➜  			"html/bs/css/bootstrap.min.css.map"
2025-08-20T21:21:38.1617748Z [00:04:31.499]➜  		],
2025-08-20T21:21:38.1618137Z [00:04:31.499]➜  		"html/bs/js/bootstrap.bundle.min.js": [
2025-08-20T21:21:38.1618501Z [00:04:31.499]➜  			"html/bs/js/bootstrap.bundle.min.js"
2025-08-20T21:21:38.1618892Z [00:04:31.499]➜  		],
2025-08-20T21:21:38.1619189Z [00:04:31.499]➜  		"html/bs/js/bootstrap.bundle.min.js.map": [
2025-08-20T21:21:38.1619626Z [00:04:31.499]➜  			"html/bs/js/bootstrap.bundle.min.js.map"
2025-08-20T21:21:38.1619969Z [00:04:31.499]➜  		],
2025-08-20T21:21:38.1620226Z [00:04:31.499]➜  		"html/images/jr_logo.png": [
2025-08-20T21:21:38.1620639Z [00:04:31.499]➜  			"html/images/jr_logo.png"
2025-08-20T21:21:38.1620912Z [00:04:31.499]➜  		],
2025-08-20T21:21:38.1621168Z [00:04:31.499]➜  		"html/index.html": [
2025-08-20T21:21:38.1621672Z [00:04:31.499]➜  			"html/index.html"
2025-08-20T21:21:38.1621916Z [00:04:31.499]➜  		],
2025-08-20T21:21:38.1622268Z [00:04:31.499]➜  		"html/js/font-awesome.js": [
2025-08-20T21:21:38.1622593Z [00:04:31.499]➜  			"html/js/font-awesome.js"
2025-08-20T21:21:38.1622984Z [00:04:31.499]➜  		],
2025-08-20T21:21:38.1623326Z [00:04:31.499]➜  		"html/js/highlight-11.9.0.min.js": [
2025-08-20T21:21:38.1623665Z [00:04:31.499]➜  			"html/js/highlight-11.9.0.min.js"
2025-08-20T21:21:38.1624059Z [00:04:31.499]➜  		],
2025-08-20T21:21:38.1624328Z [00:04:31.499]➜  		"html/js/jquery-3.2.1.slim.min.js": [
2025-08-20T21:21:38.1624778Z [00:04:31.499]➜  			"html/js/jquery-3.2.1.slim.min.js"
2025-08-20T21:21:38.1625072Z [00:04:31.499]➜  		],
2025-08-20T21:21:38.1625358Z [00:04:31.499]➜  		"html/stylesheets/hljscss-11.9.0.css": [
2025-08-20T21:21:38.1625811Z [00:04:31.499]➜  			"html/stylesheets/hljscss-11.9.0.css"
2025-08-20T21:21:38.1626243Z [00:04:31.499]➜  		],
2025-08-20T21:21:38.1626570Z [00:04:31.499]➜  		"html/stylesheets/main.css": [
2025-08-20T21:21:38.1626886Z [00:04:31.499]➜  			"html/stylesheets/main.css"
2025-08-20T21:21:38.1627254Z [00:04:31.499]➜  		],
2025-08-20T21:21:38.1627535Z [00:04:31.499]➜  		"html/stylesheets/ocean.min.css": [
2025-08-20T21:21:38.1628064Z [00:04:31.499]➜  			"html/stylesheets/ocean.min.css"
2025-08-20T21:21:38.1628591Z [00:04:31.499]➜  		],
2025-08-20T21:21:38.1629028Z [00:04:31.499]➜  		"html/templatedev.html": [
2025-08-20T21:21:38.1629604Z [00:04:31.499]➜  			"html/templatedev.html"
2025-08-20T21:21:38.1630106Z [00:04:31.499]➜  		]
2025-08-20T21:21:38.1630477Z [00:04:31.499]➜  	},
2025-08-20T21:21:38.1630872Z [00:04:31.499]➜  	"Files": {
2025-08-20T21:21:38.1632043Z [00:04:31.499]➜  		"html/bs/css/bootstrap.min.css": "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/css/bootstrap.min.css",
2025-08-20T21:21:38.1633562Z [00:04:31.499]➜  		"html/bs/css/bootstrap.min.css.map": "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/css/bootstrap.min.css.map",
2025-08-20T21:21:38.1635174Z [00:04:31.499]➜  		"html/bs/js/bootstrap.bundle.min.js": "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.bundle.min.js",
2025-08-20T21:21:38.1636849Z [00:04:31.499]➜  		"html/bs/js/bootstrap.bundle.min.js.map": "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.bundle.min.js.map",
2025-08-20T21:21:38.1638297Z [00:04:31.499]➜  		"html/images/jr_logo.png": "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/images/jr_logo.png",
2025-08-20T21:21:38.1639426Z [00:04:31.499]➜  		"html/index.html": "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/index.html",
2025-08-20T21:21:38.1640744Z [00:04:31.499]➜  		"html/js/font-awesome.js": "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/js/font-awesome.js",
2025-08-20T21:21:38.1642454Z [00:04:31.499]➜  		"html/js/highlight-11.9.0.min.js": "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/js/highlight-11.9.0.min.js",
2025-08-20T21:21:38.1643914Z [00:04:31.499]➜  		"html/js/jquery-3.2.1.slim.min.js": "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/js/jquery-3.2.1.slim.min.js",
2025-08-20T21:21:38.1645441Z [00:04:31.499]➜  		"html/stylesheets/hljscss-11.9.0.css": "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/stylesheets/hljscss-11.9.0.css",
2025-08-20T21:21:38.1646904Z [00:04:31.499]➜  		"html/stylesheets/main.css": "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/stylesheets/main.css",
2025-08-20T21:21:38.1648252Z [00:04:31.499]➜  		"html/stylesheets/ocean.min.css": "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/stylesheets/ocean.min.css",
2025-08-20T21:21:38.1649569Z [00:04:31.499]➜  		"html/templatedev.html": "/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/templatedev.html"
2025-08-20T21:21:38.1650379Z [00:04:31.499]➜  	}
2025-08-20T21:21:38.1650744Z [00:04:31.499]➜  }EOF
2025-08-20T21:21:38.1656754Z [00:04:31.499]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b002/_pkg_.a -trimpath "/tmp/tmp.UTiqoCvtHk/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 WeVqzxxcr2UzCpO47ypk/WeVqzxxcr2UzCpO47ypk -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:21:38.3229227Z [00:04:31.662]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T21:21:38.3307425Z [00:04:31.670]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/ca/ca5d9ab9f9b61776b643a7b399c89a286230ec74299a42cae3ab8ac6c18f3191-d # internal
2025-08-20T21:21:38.3310554Z [00:04:31.670]➜  command-line-arguments
2025-08-20T21:21:38.3311104Z [00:04:31.670]➜  mkdir -p $WORK/b001/
2025-08-20T21:21:38.3315079Z [00:04:31.671]➜  cat >/tmp/go-build3619502580/b001/importcfg << 'EOF' # internal
2025-08-20T21:21:38.3315952Z [00:04:31.671]➜  # import config
2025-08-20T21:21:38.3316747Z [00:04:31.671]➜  packagefile github.com/jrnd-io/jr/pkg/cmd=/tmp/go-build3619502580/b002/_pkg_.a
2025-08-20T21:21:38.3317677Z [00:04:31.671]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:38.3318204Z [00:04:31.671]➜  packagefile runtime/cgo=/tmp/go-build3619502580/b165/_pkg_.a
2025-08-20T21:21:38.3318559Z [00:04:31.671]➜  EOF
2025-08-20T21:21:38.3319890Z [00:04:31.671]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.UTiqoCvtHk/TEMPREPO=>.;$WORK/b001=>" -p main -lang=go1.25 -complete -installsuffix shared -buildid wW99Bm7Hg0TIMb4nw1lC/wW99Bm7Hg0TIMb4nw1lC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./jr.go
2025-08-20T21:21:38.3500175Z [00:04:31.689]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T21:21:38.3512438Z [00:04:31.690]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/8b/8b85376b11aea182694287a18c92b9ee06fdab083ade2770c26a169a4754aa1c-d # internal
2025-08-20T21:21:38.3560207Z [00:04:31.695]➜  cat >/tmp/go-build3619502580/b001/importcfg.link << 'EOF' # internal
2025-08-20T21:21:38.3561447Z [00:04:31.695]➜  packagefile command-line-arguments=/tmp/go-build3619502580/b001/_pkg_.a
2025-08-20T21:21:38.3569520Z [00:04:31.695]➜  packagefile github.com/jrnd-io/jr/pkg/cmd=/tmp/go-build3619502580/b002/_pkg_.a
2025-08-20T21:21:38.3575550Z [00:04:31.695]➜  packagefile runtime=/tmp/go-build3619502580/b010/_pkg_.a
2025-08-20T21:21:38.3579907Z [00:04:31.695]➜  packagefile runtime/cgo=/tmp/go-build3619502580/b165/_pkg_.a
2025-08-20T21:21:38.3584655Z [00:04:31.695]➜  packagefile bytes=/tmp/go-build3619502580/b003/_pkg_.a
2025-08-20T21:21:38.3588053Z [00:04:31.695]➜  packagefile context=/tmp/go-build3619502580/b043/_pkg_.a
2025-08-20T21:21:38.3590119Z [00:04:31.695]➜  packagefile embed=/tmp/go-build3619502580/b052/_pkg_.a
2025-08-20T21:21:38.3591911Z [00:04:31.695]➜  packagefile encoding/base64=/tmp/go-build3619502580/b055/_pkg_.a
2025-08-20T21:21:38.3593328Z [00:04:31.695]➜  packagefile encoding/json=/tmp/go-build3619502580/b058/_pkg_.a
2025-08-20T21:21:38.3594409Z [00:04:31.695]➜  packagefile fmt=/tmp/go-build3619502580/b060/_pkg_.a
2025-08-20T21:21:38.3595692Z [00:04:31.695]➜  packagefile github.com/go-chi/chi/v5=/tmp/go-build3619502580/b071/_pkg_.a
2025-08-20T21:21:38.3596903Z [00:04:31.695]➜  packagefile github.com/go-chi/chi/v5/middleware=/tmp/go-build3619502580/b188/_pkg_.a
2025-08-20T21:21:38.3598031Z [00:04:31.695]➜  packagefile github.com/gorilla/sessions=/tmp/go-build3619502580/b198/_pkg_.a
2025-08-20T21:21:38.3599205Z [00:04:31.695]➜  packagefile github.com/jrnd-io/jr/pkg/configuration=/tmp/go-build3619502580/b203/_pkg_.a
2025-08-20T21:21:38.3600404Z [00:04:31.695]➜  packagefile github.com/jrnd-io/jr/pkg/constants=/tmp/go-build3619502580/b204/_pkg_.a
2025-08-20T21:21:38.3601703Z [00:04:31.695]➜  packagefile github.com/jrnd-io/jr/pkg/emitter=/tmp/go-build3619502580/b208/_pkg_.a
2025-08-20T21:21:38.3602895Z [00:04:31.695]➜  packagefile github.com/jrnd-io/jr/pkg/functions=/tmp/go-build3619502580/b210/_pkg_.a
2025-08-20T21:21:38.3604121Z [00:04:31.695]➜  packagefile github.com/jrnd-io/jr/pkg/producers/kafka=/tmp/go-build3619502580/b1606/_pkg_.a
2025-08-20T21:21:38.3605484Z [00:04:31.695]➜  packagefile github.com/rs/zerolog=/tmp/go-build3619502580/b217/_pkg_.a
2025-08-20T21:21:38.3606527Z [00:04:31.695]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build3619502580/b216/_pkg_.a
2025-08-20T21:21:38.3607555Z [00:04:31.695]➜  packagefile github.com/spf13/cobra=/tmp/go-build3619502580/b2044/_pkg_.a
2025-08-20T21:21:38.3611798Z [00:04:31.695]➜  packagefile github.com/spf13/pflag=/tmp/go-build3619502580/b2045/_pkg_.a
2025-08-20T21:21:38.3613334Z [00:04:31.695]➜  packagefile github.com/spf13/viper=/tmp/go-build3619502580/b2046/_pkg_.a
2025-08-20T21:21:38.3614542Z [00:04:31.695]➜  packagefile net/http=/tmp/go-build3619502580/b072/_pkg_.a
2025-08-20T21:21:38.3615670Z [00:04:31.695]➜  packagefile os=/tmp/go-build3619502580/b063/_pkg_.a
2025-08-20T21:21:38.3616769Z [00:04:31.695]➜  packagefile os/exec=/tmp/go-build3619502580/b270/_pkg_.a
2025-08-20T21:21:38.3617640Z [00:04:31.695]➜  packagefile path/filepath=/tmp/go-build3619502580/b167/_pkg_.a
2025-08-20T21:21:38.3625632Z [00:04:31.695]➜  packagefile regexp=/tmp/go-build3619502580/b186/_pkg_.a
2025-08-20T21:21:38.3626471Z [00:04:31.695]➜  packagefile slices=/tmp/go-build3619502580/b050/_pkg_.a
2025-08-20T21:21:38.3629219Z [00:04:31.695]➜  packagefile sort=/tmp/go-build3619502580/b076/_pkg_.a
2025-08-20T21:21:38.3630044Z [00:04:31.695]➜  packagefile strings=/tmp/go-build3619502580/b069/_pkg_.a
2025-08-20T21:21:38.3630868Z [00:04:31.695]➜  packagefile text/template=/tmp/go-build3619502580/b232/_pkg_.a
2025-08-20T21:21:38.3631599Z [00:04:31.695]➜  packagefile time=/tmp/go-build3619502580/b044/_pkg_.a
2025-08-20T21:21:38.3632091Z [00:04:31.695]➜  packagefile internal/abi=/tmp/go-build3619502580/b006/_pkg_.a
2025-08-20T21:21:38.3632597Z [00:04:31.695]➜  packagefile internal/bytealg=/tmp/go-build3619502580/b011/_pkg_.a
2025-08-20T21:21:38.3633110Z [00:04:31.695]➜  packagefile internal/byteorder=/tmp/go-build3619502580/b013/_pkg_.a
2025-08-20T21:21:38.3633790Z [00:04:31.695]➜  packagefile internal/chacha8rand=/tmp/go-build3619502580/b014/_pkg_.a
2025-08-20T21:21:38.3634355Z [00:04:31.695]➜  packagefile internal/coverage/rtcov=/tmp/go-build3619502580/b015/_pkg_.a
2025-08-20T21:21:38.3634885Z [00:04:31.695]➜  packagefile internal/cpu=/tmp/go-build3619502580/b012/_pkg_.a
2025-08-20T21:21:38.3635390Z [00:04:31.695]➜  packagefile internal/goarch=/tmp/go-build3619502580/b007/_pkg_.a
2025-08-20T21:21:38.3636028Z [00:04:31.695]➜  packagefile internal/godebugs=/tmp/go-build3619502580/b016/_pkg_.a
2025-08-20T21:21:38.3636623Z [00:04:31.695]➜  packagefile internal/goexperiment=/tmp/go-build3619502580/b017/_pkg_.a
2025-08-20T21:21:38.3637134Z [00:04:31.695]➜  packagefile internal/goos=/tmp/go-build3619502580/b018/_pkg_.a
2025-08-20T21:21:38.3637658Z [00:04:31.695]➜  packagefile internal/profilerecord=/tmp/go-build3619502580/b019/_pkg_.a
2025-08-20T21:21:38.3638365Z [00:04:31.695]➜  packagefile internal/runtime/atomic=/tmp/go-build3619502580/b020/_pkg_.a
2025-08-20T21:21:38.3639443Z [00:04:31.695]➜  packagefile internal/runtime/cgroup=/tmp/go-build3619502580/b021/_pkg_.a
2025-08-20T21:21:38.3640472Z [00:04:31.695]➜  packagefile internal/runtime/exithook=/tmp/go-build3619502580/b025/_pkg_.a
2025-08-20T21:21:38.3641731Z [00:04:31.695]➜  packagefile internal/runtime/gc=/tmp/go-build3619502580/b026/_pkg_.a
2025-08-20T21:21:38.3642730Z [00:04:31.695]➜  packagefile internal/runtime/maps=/tmp/go-build3619502580/b027/_pkg_.a
2025-08-20T21:21:38.3643725Z [00:04:31.695]➜  packagefile internal/runtime/math=/tmp/go-build3619502580/b023/_pkg_.a
2025-08-20T21:21:38.3644749Z [00:04:31.695]➜  packagefile internal/runtime/strconv=/tmp/go-build3619502580/b022/_pkg_.a
2025-08-20T21:21:38.3645779Z [00:04:31.695]➜  packagefile internal/runtime/sys=/tmp/go-build3619502580/b031/_pkg_.a
2025-08-20T21:21:38.3646783Z [00:04:31.695]➜  packagefile internal/runtime/syscall=/tmp/go-build3619502580/b024/_pkg_.a
2025-08-20T21:21:38.3647784Z [00:04:31.695]➜  packagefile internal/stringslite=/tmp/go-build3619502580/b032/_pkg_.a
2025-08-20T21:21:38.3648860Z [00:04:31.695]➜  packagefile internal/trace/tracev2=/tmp/go-build3619502580/b033/_pkg_.a
2025-08-20T21:21:38.3649746Z [00:04:31.695]➜  packagefile sync=/tmp/go-build3619502580/b035/_pkg_.a
2025-08-20T21:21:38.3650405Z [00:04:31.695]➜  packagefile sync/atomic=/tmp/go-build3619502580/b037/_pkg_.a
2025-08-20T21:21:38.3650874Z [00:04:31.695]➜  packagefile errors=/tmp/go-build3619502580/b004/_pkg_.a
2025-08-20T21:21:38.3651630Z [00:04:31.695]➜  packagefile io=/tmp/go-build3619502580/b034/_pkg_.a
2025-08-20T21:21:38.3652083Z [00:04:31.695]➜  packagefile iter=/tmp/go-build3619502580/b039/_pkg_.a
2025-08-20T21:21:38.3652518Z [00:04:31.695]➜  packagefile math/bits=/tmp/go-build3619502580/b040/_pkg_.a
2025-08-20T21:21:38.3653035Z [00:04:31.695]➜  packagefile unicode=/tmp/go-build3619502580/b041/_pkg_.a
2025-08-20T21:21:38.3654096Z [00:04:31.695]➜  packagefile unicode/utf8=/tmp/go-build3619502580/b042/_pkg_.a
2025-08-20T21:21:38.3655054Z [00:04:31.695]➜  packagefile internal/reflectlite=/tmp/go-build3619502580/b005/_pkg_.a
2025-08-20T21:21:38.3655965Z [00:04:31.695]➜  packagefile io/fs=/tmp/go-build3619502580/b053/_pkg_.a
2025-08-20T21:21:38.3656743Z [00:04:31.695]➜  packagefile strconv=/tmp/go-build3619502580/b056/_pkg_.a
2025-08-20T21:21:38.3657350Z [00:04:31.695]➜  packagefile cmp=/tmp/go-build3619502580/b051/_pkg_.a
2025-08-20T21:21:38.3658069Z [00:04:31.695]➜  packagefile encoding=/tmp/go-build3619502580/b059/_pkg_.a
2025-08-20T21:21:38.3658872Z [00:04:31.695]➜  packagefile math=/tmp/go-build3619502580/b057/_pkg_.a
2025-08-20T21:21:38.3659657Z [00:04:31.695]➜  packagefile reflect=/tmp/go-build3619502580/b062/_pkg_.a
2025-08-20T21:21:38.3660445Z [00:04:31.695]➜  packagefile unicode/utf16=/tmp/go-build3619502580/b070/_pkg_.a
2025-08-20T21:21:38.3660946Z [00:04:31.695]➜  packagefile internal/fmtsort=/tmp/go-build3619502580/b061/_pkg_.a
2025-08-20T21:21:38.3661609Z [00:04:31.695]➜  packagefile bufio=/tmp/go-build3619502580/b073/_pkg_.a
2025-08-20T21:21:38.3662065Z [00:04:31.695]➜  packagefile compress/flate=/tmp/go-build3619502580/b075/_pkg_.a
2025-08-20T21:21:38.3662549Z [00:04:31.695]➜  packagefile compress/gzip=/tmp/go-build3619502580/b074/_pkg_.a
2025-08-20T21:21:38.3663017Z [00:04:31.695]➜  packagefile crypto/rand=/tmp/go-build3619502580/b081/_pkg_.a
2025-08-20T21:21:38.3663511Z [00:04:31.695]➜  packagefile crypto/subtle=/tmp/go-build3619502580/b105/_pkg_.a
2025-08-20T21:21:38.3664099Z [00:04:31.695]➜  packagefile expvar=/tmp/go-build3619502580/b189/_pkg_.a
2025-08-20T21:21:38.3664613Z [00:04:31.695]➜  packagefile io/ioutil=/tmp/go-build3619502580/b190/_pkg_.a
2025-08-20T21:21:38.3665048Z [00:04:31.695]➜  packagefile log=/tmp/go-build3619502580/b173/_pkg_.a
2025-08-20T21:21:38.3665649Z [00:04:31.695]➜  packagefile net=/tmp/go-build3619502580/b159/_pkg_.a
2025-08-20T21:21:38.3666507Z [00:04:31.695]➜  packagefile net/http/pprof=/tmp/go-build3619502580/b191/_pkg_.a
2025-08-20T21:21:38.3667347Z [00:04:31.695]➜  packagefile path=/tmp/go-build3619502580/b054/_pkg_.a
2025-08-20T21:21:38.3668354Z [00:04:31.695]➜  packagefile runtime/debug=/tmp/go-build3619502580/b197/_pkg_.a
2025-08-20T21:21:38.3669257Z [00:04:31.695]➜  packagefile encoding/base32=/tmp/go-build3619502580/b199/_pkg_.a
2025-08-20T21:21:38.3670062Z [00:04:31.695]➜  packagefile encoding/gob=/tmp/go-build3619502580/b200/_pkg_.a
2025-08-20T21:21:38.3670633Z [00:04:31.695]➜  packagefile github.com/gorilla/securecookie=/tmp/go-build3619502580/b202/_pkg_.a
2025-08-20T21:21:38.3671389Z [00:04:31.695]➜  packagefile github.com/adrg/xdg=/tmp/go-build3619502580/b205/_pkg_.a
2025-08-20T21:21:38.3672195Z [00:04:31.695]➜  packagefile github.com/jrnd-io/jr/pkg/ctx=/tmp/go-build3619502580/b209/_pkg_.a
2025-08-20T21:21:38.3672878Z [00:04:31.695]➜  packagefile github.com/jrnd-io/jr/pkg/producers/awsdynamodb=/tmp/go-build3619502580/b234/_pkg_.a
2025-08-20T21:21:38.3674281Z [00:04:31.695]➜  packagefile github.com/jrnd-io/jr/pkg/producers/azblobstorage=/tmp/go-build3619502580/b327/_pkg_.a
2025-08-20T21:21:38.3675653Z [00:04:31.695]➜  packagefile github.com/jrnd-io/jr/pkg/producers/azcosmosdb=/tmp/go-build3619502580/b374/_pkg_.a
2025-08-20T21:21:38.3677070Z [00:04:31.695]➜  packagefile github.com/jrnd-io/jr/pkg/producers/cassandra=/tmp/go-build3619502580/b378/_pkg_.a
2025-08-20T21:21:38.3678366Z [00:04:31.695]➜  packagefile github.com/jrnd-io/jr/pkg/producers/console=/tmp/go-build3619502580/b386/_pkg_.a
2025-08-20T21:21:38.3679620Z [00:04:31.695]➜  packagefile github.com/jrnd-io/jr/pkg/producers/elastic=/tmp/go-build3619502580/b388/_pkg_.a
2025-08-20T21:21:38.3680848Z [00:04:31.695]➜  packagefile github.com/jrnd-io/jr/pkg/producers/gcs=/tmp/go-build3619502580/b1210/_pkg_.a
2025-08-20T21:21:38.3682223Z [00:04:31.695]➜  packagefile github.com/jrnd-io/jr/pkg/producers/http=/tmp/go-build3619502580/b1601/_pkg_.a
2025-08-20T21:21:38.3683603Z [00:04:31.695]➜  packagefile github.com/jrnd-io/jr/pkg/producers/luascript=/tmp/go-build3619502580/b1773/_pkg_.a
2025-08-20T21:21:38.3684876Z [00:04:31.695]➜  packagefile github.com/jrnd-io/jr/pkg/producers/mongodb=/tmp/go-build3619502580/b1902/_pkg_.a
2025-08-20T21:21:38.3686130Z [00:04:31.695]➜  packagefile github.com/jrnd-io/jr/pkg/producers/redis=/tmp/go-build3619502580/b1966/_pkg_.a
2025-08-20T21:21:38.3687327Z [00:04:31.695]➜  packagefile github.com/jrnd-io/jr/pkg/producers/s3=/tmp/go-build3619502580/b1976/_pkg_.a
2025-08-20T21:21:38.3688539Z [00:04:31.695]➜  packagefile github.com/jrnd-io/jr/pkg/producers/server=/tmp/go-build3619502580/b1995/_pkg_.a
2025-08-20T21:21:38.3689773Z [00:04:31.695]➜  packagefile github.com/jrnd-io/jr/pkg/producers/wamp=/tmp/go-build3619502580/b1996/_pkg_.a
2025-08-20T21:21:38.3690988Z [00:04:31.695]➜  packagefile github.com/jrnd-io/jr/pkg/producers/wasm=/tmp/go-build3619502580/b2008/_pkg_.a
2025-08-20T21:21:38.3692305Z [00:04:31.695]➜  packagefile github.com/jrnd-io/jr/pkg/tpl=/tmp/go-build3619502580/b387/_pkg_.a
2025-08-20T21:21:38.3693262Z [00:04:31.695]➜  packagefile os/signal=/tmp/go-build3619502580/b1893/_pkg_.a
2025-08-20T21:21:38.3694113Z [00:04:31.695]➜  packagefile encoding/csv=/tmp/go-build3619502580/b211/_pkg_.a
2025-08-20T21:21:38.3695065Z [00:04:31.695]➜  packagefile github.com/cnkei/gospline=/tmp/go-build3619502580/b212/_pkg_.a
2025-08-20T21:21:38.3696075Z [00:04:31.695]➜  packagefile github.com/google/uuid=/tmp/go-build3619502580/b213/_pkg_.a
2025-08-20T21:21:38.3697116Z [00:04:31.695]➜  packagefile github.com/paulmach/go.geojson=/tmp/go-build3619502580/b215/_pkg_.a
2025-08-20T21:21:38.3698405Z [00:04:31.695]➜  packagefile github.com/squeeze69/generacodicefiscale=/tmp/go-build3619502580/b222/_pkg_.a
2025-08-20T21:21:38.3699615Z [00:04:31.695]➜  packagefile golang.org/x/text/cases=/tmp/go-build3619502580/b224/_pkg_.a
2025-08-20T21:21:38.3700635Z [00:04:31.695]➜  packagefile golang.org/x/text/language=/tmp/go-build3619502580/b226/_pkg_.a
2025-08-20T21:21:38.3701723Z [00:04:31.695]➜  packagefile math/rand=/tmp/go-build3619502580/b108/_pkg_.a
2025-08-20T21:21:38.3702577Z [00:04:31.696]➜  packagefile regexp/syntax=/tmp/go-build3619502580/b187/_pkg_.a
2025-08-20T21:21:38.3703742Z [00:04:31.696]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/kafka=/tmp/go-build3619502580/b1607/_pkg_.a
2025-08-20T21:21:38.3705221Z [00:04:31.696]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry=/tmp/go-build3619502580/b1620/_pkg_.a
2025-08-20T21:21:38.3706901Z [00:04:31.696]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption=/tmp/go-build3619502580/b1625/_pkg_.a
2025-08-20T21:21:38.3708336Z [00:04:31.696]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/awskms=/tmp/go-build3619502580/b1675/_pkg_.a
2025-08-20T21:21:38.3709405Z [00:04:31.696]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/azurekms=/tmp/go-build3619502580/b1679/_pkg_.a
2025-08-20T21:21:38.3710454Z [00:04:31.696]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/gcpkms=/tmp/go-build3619502580/b1715/_pkg_.a
2025-08-20T21:21:38.3712002Z [00:04:31.696]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/hcvault=/tmp/go-build3619502580/b1718/_pkg_.a
2025-08-20T21:21:38.3713813Z [00:04:31.696]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/serde=/tmp/go-build3619502580/b1627/_pkg_.a
2025-08-20T21:21:38.3715051Z [00:04:31.696]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/serde/avrov2=/tmp/go-build3619502580/b1743/_pkg_.a
2025-08-20T21:21:38.3716028Z [00:04:31.696]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/serde/jsonschema=/tmp/go-build3619502580/b1749/_pkg_.a
2025-08-20T21:21:38.3716845Z [00:04:31.696]➜  packagefile github.com/jrnd-io/jr/pkg/types=/tmp/go-build3619502580/b1762/_pkg_.a
2025-08-20T21:21:38.3718065Z [00:04:31.696]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build3619502580/b218/_pkg_.a
2025-08-20T21:21:38.3718759Z [00:04:31.696]➜  packagefile github.com/rs/zerolog/internal/json=/tmp/go-build3619502580/b221/_pkg_.a
2025-08-20T21:21:38.3719310Z [00:04:31.696]➜  packagefile encoding/hex=/tmp/go-build3619502580/b156/_pkg_.a
2025-08-20T21:21:38.3719766Z [00:04:31.696]➜  packagefile flag=/tmp/go-build3619502580/b340/_pkg_.a
2025-08-20T21:21:38.3720275Z [00:04:31.696]➜  packagefile github.com/fsnotify/fsnotify=/tmp/go-build3619502580/b2047/_pkg_.a
2025-08-20T21:21:38.3720901Z [00:04:31.696]➜  packagefile github.com/go-viper/mapstructure/v2=/tmp/go-build3619502580/b2049/_pkg_.a
2025-08-20T21:21:38.3721817Z [00:04:31.696]➜  packagefile github.com/sagikazarmark/locafero=/tmp/go-build3619502580/b2051/_pkg_.a
2025-08-20T21:21:38.3722407Z [00:04:31.696]➜  packagefile github.com/spf13/afero=/tmp/go-build3619502580/b2056/_pkg_.a
2025-08-20T21:21:38.3722944Z [00:04:31.696]➜  packagefile github.com/spf13/cast=/tmp/go-build3619502580/b2060/_pkg_.a
2025-08-20T21:21:38.3723594Z [00:04:31.696]➜  packagefile github.com/spf13/viper/internal/encoding/dotenv=/tmp/go-build3619502580/b2061/_pkg_.a
2025-08-20T21:21:38.3724326Z [00:04:31.696]➜  packagefile github.com/spf13/viper/internal/encoding/json=/tmp/go-build3619502580/b2068/_pkg_.a
2025-08-20T21:21:38.3725045Z [00:04:31.696]➜  packagefile github.com/spf13/viper/internal/encoding/toml=/tmp/go-build3619502580/b2069/_pkg_.a
2025-08-20T21:21:38.3725757Z [00:04:31.696]➜  packagefile github.com/spf13/viper/internal/encoding/yaml=/tmp/go-build3619502580/b2075/_pkg_.a
2025-08-20T21:21:38.3726702Z [00:04:31.696]➜  packagefile github.com/spf13/viper/internal/features=/tmp/go-build3619502580/b2076/_pkg_.a
2025-08-20T21:21:38.3727337Z [00:04:31.696]➜  packagefile log/slog=/tmp/go-build3619502580/b393/_pkg_.a
2025-08-20T21:21:38.3727814Z [00:04:31.696]➜  packagefile container/list=/tmp/go-build3619502580/b080/_pkg_.a
2025-08-20T21:21:38.3728286Z [00:04:31.696]➜  packagefile crypto/tls=/tmp/go-build3619502580/b109/_pkg_.a
2025-08-20T21:21:38.3728764Z [00:04:31.696]➜  packagefile encoding/binary=/tmp/go-build3619502580/b077/_pkg_.a
2025-08-20T21:21:38.3729347Z [00:04:31.696]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3619502580/b168/_pkg_.a
2025-08-20T21:21:38.3730008Z [00:04:31.696]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build3619502580/b177/_pkg_.a
2025-08-20T21:21:38.3730648Z [00:04:31.696]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build3619502580/b178/_pkg_.a
2025-08-20T21:21:38.3731457Z [00:04:31.696]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3619502580/b169/_pkg_.a
2025-08-20T21:21:38.3732029Z [00:04:31.696]➜  packagefile internal/godebug=/tmp/go-build3619502580/b045/_pkg_.a
2025-08-20T21:21:38.3732493Z [00:04:31.696]➜  packagefile maps=/tmp/go-build3619502580/b158/_pkg_.a
2025-08-20T21:21:38.3732913Z [00:04:31.696]➜  packagefile mime=/tmp/go-build3619502580/b179/_pkg_.a
2025-08-20T21:21:38.3733445Z [00:04:31.696]➜  packagefile mime/multipart=/tmp/go-build3619502580/b180/_pkg_.a
2025-08-20T21:21:38.3733947Z [00:04:31.696]➜  packagefile net/http/httptrace=/tmp/go-build3619502580/b182/_pkg_.a
2025-08-20T21:21:38.3734471Z [00:04:31.696]➜  packagefile net/http/internal=/tmp/go-build3619502580/b183/_pkg_.a
2025-08-20T21:21:38.3735066Z [00:04:31.696]➜  packagefile net/http/internal/ascii=/tmp/go-build3619502580/b184/_pkg_.a
2025-08-20T21:21:38.3735642Z [00:04:31.696]➜  packagefile net/http/internal/httpcommon=/tmp/go-build3619502580/b185/_pkg_.a
2025-08-20T21:21:38.3736182Z [00:04:31.696]➜  packagefile net/textproto=/tmp/go-build3619502580/b176/_pkg_.a
2025-08-20T21:21:38.3736637Z [00:04:31.696]➜  packagefile net/url=/tmp/go-build3619502580/b166/_pkg_.a
2025-08-20T21:21:38.3737136Z [00:04:31.696]➜  packagefile internal/filepathlite=/tmp/go-build3619502580/b064/_pkg_.a
2025-08-20T21:21:38.3737640Z [00:04:31.696]➜  packagefile internal/itoa=/tmp/go-build3619502580/b048/_pkg_.a
2025-08-20T21:21:38.3738112Z [00:04:31.696]➜  packagefile internal/poll=/tmp/go-build3619502580/b065/_pkg_.a
2025-08-20T21:21:38.3738632Z [00:04:31.696]➜  packagefile internal/syscall/execenv=/tmp/go-build3619502580/b067/_pkg_.a
2025-08-20T21:21:38.3739173Z [00:04:31.696]➜  packagefile internal/syscall/unix=/tmp/go-build3619502580/b066/_pkg_.a
2025-08-20T21:21:38.3739690Z [00:04:31.696]➜  packagefile internal/testlog=/tmp/go-build3619502580/b068/_pkg_.a
2025-08-20T21:21:38.3740155Z [00:04:31.696]➜  packagefile syscall=/tmp/go-build3619502580/b047/_pkg_.a
2025-08-20T21:21:38.3740633Z [00:04:31.696]➜  packagefile text/template/parse=/tmp/go-build3619502580/b233/_pkg_.a
2025-08-20T21:21:38.3741363Z [00:04:31.696]➜  packagefile internal/asan=/tmp/go-build3619502580/b028/_pkg_.a
2025-08-20T21:21:38.3741989Z [00:04:31.696]➜  packagefile internal/msan=/tmp/go-build3619502580/b029/_pkg_.a
2025-08-20T21:21:38.3742453Z [00:04:31.696]➜  packagefile internal/race=/tmp/go-build3619502580/b030/_pkg_.a
2025-08-20T21:21:38.3742919Z [00:04:31.696]➜  packagefile internal/sync=/tmp/go-build3619502580/b036/_pkg_.a
2025-08-20T21:21:38.3743407Z [00:04:31.696]➜  packagefile internal/synctest=/tmp/go-build3619502580/b038/_pkg_.a
2025-08-20T21:21:38.3743927Z [00:04:31.696]➜  packagefile internal/unsafeheader=/tmp/go-build3619502580/b009/_pkg_.a
2025-08-20T21:21:38.3744442Z [00:04:31.696]➜  packagefile internal/oserror=/tmp/go-build3619502580/b049/_pkg_.a
2025-08-20T21:21:38.3744915Z [00:04:31.696]➜  packagefile hash/crc32=/tmp/go-build3619502580/b078/_pkg_.a
2025-08-20T21:21:38.3745415Z [00:04:31.696]➜  packagefile crypto/internal/boring=/tmp/go-build3619502580/b082/_pkg_.a
2025-08-20T21:21:38.3745965Z [00:04:31.696]➜  packagefile crypto/internal/fips140=/tmp/go-build3619502580/b086/_pkg_.a
2025-08-20T21:21:38.3746617Z [00:04:31.696]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3619502580/b099/_pkg_.a
2025-08-20T21:21:38.3747211Z [00:04:31.696]➜  packagefile crypto/internal/fips140only=/tmp/go-build3619502580/b104/_pkg_.a
2025-08-20T21:21:38.3747785Z [00:04:31.696]➜  packagefile crypto/internal/randutil=/tmp/go-build3619502580/b102/_pkg_.a
2025-08-20T21:21:38.3748332Z [00:04:31.696]➜  packagefile crypto/internal/sysrand=/tmp/go-build3619502580/b101/_pkg_.a
2025-08-20T21:21:38.3748818Z [00:04:31.696]➜  packagefile math/big=/tmp/go-build3619502580/b107/_pkg_.a
2025-08-20T21:21:38.3749415Z [00:04:31.696]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3619502580/b096/_pkg_.a
2025-08-20T21:21:38.3749957Z [00:04:31.696]➜  packagefile log/internal=/tmp/go-build3619502580/b174/_pkg_.a
2025-08-20T21:21:38.3750590Z [00:04:31.696]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build3619502580/b160/_pkg_.a
2025-08-20T21:21:38.3751811Z [00:04:31.696]➜  packagefile internal/nettrace=/tmp/go-build3619502580/b161/_pkg_.a
2025-08-20T21:21:38.3752810Z [00:04:31.696]➜  packagefile internal/singleflight=/tmp/go-build3619502580/b162/_pkg_.a
2025-08-20T21:21:38.3753714Z [00:04:31.696]➜  packagefile net/netip=/tmp/go-build3619502580/b163/_pkg_.a
2025-08-20T21:21:38.3754619Z [00:04:31.696]➜  packagefile html=/tmp/go-build3619502580/b192/_pkg_.a
2025-08-20T21:21:38.3755455Z [00:04:31.696]➜  packagefile internal/profile=/tmp/go-build3619502580/b193/_pkg_.a
2025-08-20T21:21:38.3756340Z [00:04:31.696]➜  packagefile runtime/pprof=/tmp/go-build3619502580/b194/_pkg_.a
2025-08-20T21:21:38.3757199Z [00:04:31.696]➜  packagefile runtime/trace=/tmp/go-build3619502580/b196/_pkg_.a
2025-08-20T21:21:38.3758082Z [00:04:31.696]➜  packagefile internal/saferio=/tmp/go-build3619502580/b201/_pkg_.a
2025-08-20T21:21:38.3758939Z [00:04:31.696]➜  packagefile crypto/aes=/tmp/go-build3619502580/b110/_pkg_.a
2025-08-20T21:21:38.3759798Z [00:04:31.696]➜  packagefile crypto/cipher=/tmp/go-build3619502580/b084/_pkg_.a
2025-08-20T21:21:38.3760672Z [00:04:31.696]➜  packagefile crypto/hmac=/tmp/go-build3619502580/b135/_pkg_.a
2025-08-20T21:21:38.3761674Z [00:04:31.696]➜  packagefile crypto/sha256=/tmp/go-build3619502580/b150/_pkg_.a
2025-08-20T21:21:38.3762481Z [00:04:31.696]➜  packagefile hash=/tmp/go-build3619502580/b079/_pkg_.a
2025-08-20T21:21:38.3763523Z [00:04:31.696]➜  packagefile github.com/adrg/xdg/internal/pathutil=/tmp/go-build3619502580/b206/_pkg_.a
2025-08-20T21:21:38.3764712Z [00:04:31.696]➜  packagefile github.com/adrg/xdg/internal/userdirs=/tmp/go-build3619502580/b207/_pkg_.a
2025-08-20T21:21:38.3765893Z [00:04:31.696]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build3619502580/b235/_pkg_.a
2025-08-20T21:21:38.3766651Z [00:04:31.696]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue=/tmp/go-build3619502580/b309/_pkg_.a
2025-08-20T21:21:38.3768132Z [00:04:31.696]➜  packagefile github.com/aws/aws-sdk-go-v2/service/dynamodb=/tmp/go-build3619502580/b312/_pkg_.a
2025-08-20T21:21:38.3769265Z [00:04:31.696]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3619502580/b319/_pkg_.a
2025-08-20T21:21:38.3769990Z [00:04:31.696]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob=/tmp/go-build3619502580/b328/_pkg_.a
2025-08-20T21:21:38.3770746Z [00:04:31.696]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/data/azcosmos=/tmp/go-build3619502580/b375/_pkg_.a
2025-08-20T21:21:38.3771643Z [00:04:31.696]➜  packagefile github.com/gocql/gocql=/tmp/go-build3619502580/b379/_pkg_.a
2025-08-20T21:21:38.3772264Z [00:04:31.696]➜  packagefile github.com/elastic/go-elasticsearch/v8=/tmp/go-build3619502580/b389/_pkg_.a
2025-08-20T21:21:38.3772939Z [00:04:31.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/esapi=/tmp/go-build3619502580/b416/_pkg_.a
2025-08-20T21:21:38.3773570Z [00:04:31.696]➜  packagefile cloud.google.com/go/storage=/tmp/go-build3619502580/b1211/_pkg_.a
2025-08-20T21:21:38.3774160Z [00:04:31.696]➜  packagefile github.com/go-resty/resty/v2=/tmp/go-build3619502580/b1602/_pkg_.a
2025-08-20T21:21:38.3774801Z [00:04:31.696]➜  packagefile net/http/cookiejar=/tmp/go-build3619502580/b1605/_pkg_.a
2025-08-20T21:21:38.3775378Z [00:04:31.696]➜  packagefile github.com/vadv/gopher-lua-libs=/tmp/go-build3619502580/b1774/_pkg_.a
2025-08-20T21:21:38.3775964Z [00:04:31.696]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build3619502580/b1777/_pkg_.a
2025-08-20T21:21:38.3776553Z [00:04:31.696]➜  packagefile github.com/yuin/gopher-lua/parse=/tmp/go-build3619502580/b1779/_pkg_.a
2025-08-20T21:21:38.3777236Z [00:04:31.696]➜  packagefile go.mongodb.org/mongo-driver/mongo=/tmp/go-build3619502580/b1903/_pkg_.a
2025-08-20T21:21:38.3777887Z [00:04:31.696]➜  packagefile go.mongodb.org/mongo-driver/mongo/options=/tmp/go-build3619502580/b1927/_pkg_.a
2025-08-20T21:21:38.3778509Z [00:04:31.696]➜  packagefile github.com/redis/go-redis/v9=/tmp/go-build3619502580/b1967/_pkg_.a
2025-08-20T21:21:38.3779102Z [00:04:31.696]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3619502580/b236/_pkg_.a
2025-08-20T21:21:38.3779726Z [00:04:31.696]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3=/tmp/go-build3619502580/b1977/_pkg_.a
2025-08-20T21:21:38.3780371Z [00:04:31.696]➜  packagefile github.com/gammazero/nexus/v3/client=/tmp/go-build3619502580/b1997/_pkg_.a
2025-08-20T21:21:38.3781070Z [00:04:31.696]➜  packagefile github.com/gammazero/nexus/v3/wamp=/tmp/go-build3619502580/b2000/_pkg_.a
2025-08-20T21:21:38.3781811Z [00:04:31.696]➜  packagefile github.com/tetratelabs/wazero=/tmp/go-build3619502580/b2009/_pkg_.a
2025-08-20T21:21:38.3782443Z [00:04:31.696]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build3619502580/b2010/_pkg_.a
2025-08-20T21:21:38.3783185Z [00:04:31.696]➜  packagefile github.com/tetratelabs/wazero/imports/wasi_snapshot_preview1=/tmp/go-build3619502580/b2042/_pkg_.a
2025-08-20T21:21:38.3783829Z [00:04:31.696]➜  packagefile crypto/md5=/tmp/go-build3619502580/b145/_pkg_.a
2025-08-20T21:21:38.3784295Z [00:04:31.696]➜  packagefile crypto/sha1=/tmp/go-build3619502580/b149/_pkg_.a
2025-08-20T21:21:38.3784799Z [00:04:31.696]➜  packagefile database/sql/driver=/tmp/go-build3619502580/b214/_pkg_.a
2025-08-20T21:21:38.3785378Z [00:04:31.696]➜  packagefile github.com/squeeze69/codicefiscale=/tmp/go-build3619502580/b223/_pkg_.a
2025-08-20T21:21:38.3785986Z [00:04:31.696]➜  packagefile golang.org/x/text/internal=/tmp/go-build3619502580/b225/_pkg_.a
2025-08-20T21:21:38.3786558Z [00:04:31.696]➜  packagefile golang.org/x/text/transform=/tmp/go-build3619502580/b230/_pkg_.a
2025-08-20T21:21:38.3787143Z [00:04:31.696]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3619502580/b231/_pkg_.a
2025-08-20T21:21:38.3787756Z [00:04:31.696]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build3619502580/b227/_pkg_.a
2025-08-20T21:21:38.3788424Z [00:04:31.696]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build3619502580/b229/_pkg_.a
2025-08-20T21:21:38.3789329Z [00:04:31.696]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/kafka/librdkafka_vendor=/tmp/go-build3619502580/b1608/_pkg_.a
2025-08-20T21:21:38.3789996Z [00:04:31.696]➜  packagefile go/types=/tmp/go-build3619502580/b1609/_pkg_.a
2025-08-20T21:21:38.3790678Z [00:04:31.696]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/cache=/tmp/go-build3619502580/b1621/_pkg_.a
2025-08-20T21:21:38.3791690Z [00:04:31.696]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/internal=/tmp/go-build3619502580/b1622/_pkg_.a
2025-08-20T21:21:38.3792358Z [00:04:31.696]➜  packagefile testing=/tmp/go-build3619502580/b376/_pkg_.a
2025-08-20T21:21:38.3793034Z [00:04:31.696]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rest=/tmp/go-build3619502580/b1623/_pkg_.a
2025-08-20T21:21:38.3793983Z [00:04:31.696]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/deks=/tmp/go-build3619502580/b1626/_pkg_.a
2025-08-20T21:21:38.3794811Z [00:04:31.696]➜  packagefile github.com/tink-crypto/tink-go/v2/aead=/tmp/go-build3619502580/b1628/_pkg_.a
2025-08-20T21:21:38.3795570Z [00:04:31.696]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build3619502580/b1632/_pkg_.a
2025-08-20T21:21:38.3796259Z [00:04:31.696]➜  packagefile github.com/tink-crypto/tink-go/v2/daead=/tmp/go-build3619502580/b1671/_pkg_.a
2025-08-20T21:21:38.3796968Z [00:04:31.697]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build3619502580/b1633/_pkg_.a
2025-08-20T21:21:38.3797659Z [00:04:31.697]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build3619502580/b1634/_pkg_.a
2025-08-20T21:21:38.3798363Z [00:04:31.697]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build3619502580/b257/_pkg_.a
2025-08-20T21:21:38.3799058Z [00:04:31.697]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/stscreds=/tmp/go-build3619502580/b297/_pkg_.a
2025-08-20T21:21:38.3799751Z [00:04:31.697]➜  packagefile github.com/aws/aws-sdk-go-v2/service/kms=/tmp/go-build3619502580/b1676/_pkg_.a
2025-08-20T21:21:38.3800396Z [00:04:31.697]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build3619502580/b298/_pkg_.a
2025-08-20T21:21:38.3801403Z [00:04:31.697]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3619502580/b329/_pkg_.a
2025-08-20T21:21:38.3802191Z [00:04:31.697]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azidentity=/tmp/go-build3619502580/b1680/_pkg_.a
2025-08-20T21:21:38.3802980Z [00:04:31.697]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys=/tmp/go-build3619502580/b1713/_pkg_.a
2025-08-20T21:21:38.3803813Z [00:04:31.697]➜  packagefile github.com/tink-crypto/tink-go-gcpkms/v2/integration/gcpkms=/tmp/go-build3619502580/b1716/_pkg_.a
2025-08-20T21:21:38.3804506Z [00:04:31.697]➜  packagefile google.golang.org/api/option=/tmp/go-build3619502580/b1345/_pkg_.a
2025-08-20T21:21:38.3805103Z [00:04:31.697]➜  packagefile github.com/hashicorp/vault/api=/tmp/go-build3619502580/b1719/_pkg_.a
2025-08-20T21:21:38.3805830Z [00:04:31.697]➜  packagefile github.com/tink-crypto/tink-go-hcvault/v2/integration/hcvault=/tmp/go-build3619502580/b1742/_pkg_.a
2025-08-20T21:21:38.3806513Z [00:04:31.697]➜  packagefile github.com/hamba/avro/v2=/tmp/go-build3619502580/b1744/_pkg_.a
2025-08-20T21:21:38.3807094Z [00:04:31.697]➜  packagefile github.com/modern-go/reflect2=/tmp/go-build3619502580/b1748/_pkg_.a
2025-08-20T21:21:38.3807680Z [00:04:31.697]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build3619502580/b1750/_pkg_.a
2025-08-20T21:21:38.3808314Z [00:04:31.697]➜  packagefile github.com/santhosh-tekuri/jsonschema/v5=/tmp/go-build3619502580/b1760/_pkg_.a
2025-08-20T21:21:38.3809014Z [00:04:31.697]➜  packagefile github.com/actgardner/gogen-avro/v10/compiler=/tmp/go-build3619502580/b1763/_pkg_.a
2025-08-20T21:21:38.3809703Z [00:04:31.697]➜  packagefile github.com/actgardner/gogen-avro/v10/util=/tmp/go-build3619502580/b1769/_pkg_.a
2025-08-20T21:21:38.3810440Z [00:04:31.697]➜  packagefile github.com/actgardner/gogen-avro/v10/vm=/tmp/go-build3619502580/b1771/_pkg_.a
2025-08-20T21:21:38.3811123Z [00:04:31.697]➜  packagefile github.com/actgardner/gogen-avro/v10/vm/types=/tmp/go-build3619502580/b1772/_pkg_.a
2025-08-20T21:21:38.3811974Z [00:04:31.697]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3619502580/b219/_pkg_.a
2025-08-20T21:21:38.3812604Z [00:04:31.697]➜  packagefile github.com/fsnotify/fsnotify/internal=/tmp/go-build3619502580/b2048/_pkg_.a
2025-08-20T21:21:38.3813206Z [00:04:31.697]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3619502580/b220/_pkg_.a
2025-08-20T21:21:38.3813874Z [00:04:31.697]➜  packagefile github.com/go-viper/mapstructure/v2/internal/errors=/tmp/go-build3619502580/b2050/_pkg_.a
2025-08-20T21:21:38.3814565Z [00:04:31.697]➜  packagefile github.com/sourcegraph/conc/iter=/tmp/go-build3619502580/b2052/_pkg_.a
2025-08-20T21:21:38.3815209Z [00:04:31.697]➜  packagefile github.com/spf13/afero/internal/common=/tmp/go-build3619502580/b2057/_pkg_.a
2025-08-20T21:21:38.3815843Z [00:04:31.697]➜  packagefile github.com/spf13/afero/mem=/tmp/go-build3619502580/b2058/_pkg_.a
2025-08-20T21:21:38.3816519Z [00:04:31.697]➜  packagefile golang.org/x/text/runes=/tmp/go-build3619502580/b2059/_pkg_.a
2025-08-20T21:21:38.3817049Z [00:04:31.697]➜  packagefile html/template=/tmp/go-build3619502580/b1252/_pkg_.a
2025-08-20T21:21:38.3817591Z [00:04:31.697]➜  packagefile github.com/subosito/gotenv=/tmp/go-build3619502580/b2062/_pkg_.a
2025-08-20T21:21:38.3818183Z [00:04:31.697]➜  packagefile github.com/pelletier/go-toml/v2=/tmp/go-build3619502580/b2070/_pkg_.a
2025-08-20T21:21:38.3818800Z [00:04:31.697]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3619502580/b1756/_pkg_.a
2025-08-20T21:21:38.3819316Z [00:04:31.697]➜  packagefile log/slog/internal=/tmp/go-build3619502580/b394/_pkg_.a
2025-08-20T21:21:38.3819850Z [00:04:31.697]➜  packagefile log/slog/internal/buffer=/tmp/go-build3619502580/b395/_pkg_.a
2025-08-20T21:21:38.3820348Z [00:04:31.697]➜  packagefile crypto=/tmp/go-build3619502580/b083/_pkg_.a
2025-08-20T21:21:38.3820796Z [00:04:31.697]➜  packagefile crypto/des=/tmp/go-build3619502580/b111/_pkg_.a
2025-08-20T21:21:38.3821468Z [00:04:31.697]➜  packagefile crypto/ecdh=/tmp/go-build3619502580/b112/_pkg_.a
2025-08-20T21:21:38.3821963Z [00:04:31.697]➜  packagefile crypto/ecdsa=/tmp/go-build3619502580/b117/_pkg_.a
2025-08-20T21:21:38.3833571Z [00:04:31.697]➜  packagefile crypto/ed25519=/tmp/go-build3619502580/b130/_pkg_.a
2025-08-20T21:21:38.3834132Z [00:04:31.697]➜  packagefile crypto/elliptic=/tmp/go-build3619502580/b118/_pkg_.a
2025-08-20T21:21:38.3834637Z [00:04:31.697]➜  packagefile crypto/hkdf=/tmp/go-build3619502580/b133/_pkg_.a
2025-08-20T21:21:38.3835191Z [00:04:31.697]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3619502580/b085/_pkg_.a
2025-08-20T21:21:38.3835798Z [00:04:31.697]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build3619502580/b098/_pkg_.a
2025-08-20T21:21:38.3836414Z [00:04:31.697]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build3619502580/b136/_pkg_.a
2025-08-20T21:21:38.3837022Z [00:04:31.697]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build3619502580/b137/_pkg_.a
2025-08-20T21:21:38.3837610Z [00:04:31.697]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build3619502580/b138/_pkg_.a
2025-08-20T21:21:38.3838169Z [00:04:31.697]➜  packagefile crypto/internal/hpke=/tmp/go-build3619502580/b139/_pkg_.a
2025-08-20T21:21:38.3838677Z [00:04:31.697]➜  packagefile crypto/rc4=/tmp/go-build3619502580/b146/_pkg_.a
2025-08-20T21:21:38.3839134Z [00:04:31.698]➜  packagefile crypto/rsa=/tmp/go-build3619502580/b147/_pkg_.a
2025-08-20T21:21:38.3839598Z [00:04:31.698]➜  packagefile crypto/sha512=/tmp/go-build3619502580/b126/_pkg_.a
2025-08-20T21:21:38.3840149Z [00:04:31.698]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build3619502580/b151/_pkg_.a
2025-08-20T21:21:38.3840680Z [00:04:31.698]➜  packagefile crypto/x509=/tmp/go-build3619502580/b153/_pkg_.a
2025-08-20T21:21:38.3841500Z [00:04:31.698]➜  packagefile encoding/pem=/tmp/go-build3619502580/b157/_pkg_.a
2025-08-20T21:21:38.3842130Z [00:04:31.698]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build3619502580/b140/_pkg_.a
2025-08-20T21:21:38.3842823Z [00:04:31.698]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3619502580/b127/_pkg_.a
2025-08-20T21:21:38.3843359Z [00:04:31.698]➜  packagefile weak=/tmp/go-build3619502580/b123/_pkg_.a
2025-08-20T21:21:38.3843921Z [00:04:31.698]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build3619502580/b170/_pkg_.a
2025-08-20T21:21:38.3844576Z [00:04:31.698]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3619502580/b172/_pkg_.a
2025-08-20T21:21:38.3845212Z [00:04:31.698]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build3619502580/b175/_pkg_.a
2025-08-20T21:21:38.3845768Z [00:04:31.698]➜  packagefile internal/bisect=/tmp/go-build3619502580/b046/_pkg_.a
2025-08-20T21:21:38.3846290Z [00:04:31.698]➜  packagefile mime/quotedprintable=/tmp/go-build3619502580/b181/_pkg_.a
2025-08-20T21:21:38.3846849Z [00:04:31.698]➜  packagefile crypto/internal/boring/sig=/tmp/go-build3619502580/b106/_pkg_.a
2025-08-20T21:21:38.3847560Z [00:04:31.698]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3619502580/b087/_pkg_.a
2025-08-20T21:21:38.3848675Z [00:04:31.698]➜  packagefile crypto/internal/entropy=/tmp/go-build3619502580/b100/_pkg_.a
2025-08-20T21:21:38.3849721Z [00:04:31.698]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3619502580/b089/_pkg_.a
2025-08-20T21:21:38.3850862Z [00:04:31.698]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3619502580/b092/_pkg_.a
2025-08-20T21:21:38.3852261Z [00:04:31.698]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3619502580/b091/_pkg_.a
2025-08-20T21:21:38.3853343Z [00:04:31.698]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3619502580/b095/_pkg_.a
2025-08-20T21:21:38.3854403Z [00:04:31.698]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3619502580/b097/_pkg_.a
2025-08-20T21:21:38.3855366Z [00:04:31.698]➜  packagefile math/rand/v2=/tmp/go-build3619502580/b103/_pkg_.a
2025-08-20T21:21:38.3856358Z [00:04:31.698]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3619502580/b088/_pkg_.a
2025-08-20T21:21:38.3857274Z [00:04:31.698]➜  packagefile unique=/tmp/go-build3619502580/b164/_pkg_.a
2025-08-20T21:21:38.3858207Z [00:04:31.698]➜  packagefile text/tabwriter=/tmp/go-build3619502580/b195/_pkg_.a
2025-08-20T21:21:38.3859201Z [00:04:31.698]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3619502580/b090/_pkg_.a
2025-08-20T21:21:38.3860252Z [00:04:31.698]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3619502580/b124/_pkg_.a
2025-08-20T21:21:38.3861605Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3619502580/b254/_pkg_.a
2025-08-20T21:21:38.3863015Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds=/tmp/go-build3619502580/b258/_pkg_.a
2025-08-20T21:21:38.3864527Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds=/tmp/go-build3619502580/b266/_pkg_.a
2025-08-20T21:21:38.3865771Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/processcreds=/tmp/go-build3619502580/b268/_pkg_.a
2025-08-20T21:21:38.3866543Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ssocreds=/tmp/go-build3619502580/b271/_pkg_.a
2025-08-20T21:21:38.3867261Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds=/tmp/go-build3619502580/b259/_pkg_.a
2025-08-20T21:21:38.3867937Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/ini=/tmp/go-build3619502580/b307/_pkg_.a
2025-08-20T21:21:38.3868654Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/shareddefaults=/tmp/go-build3619502580/b272/_pkg_.a
2025-08-20T21:21:38.3869355Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso=/tmp/go-build3619502580/b274/_pkg_.a
2025-08-20T21:21:38.3870162Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc=/tmp/go-build3619502580/b292/_pkg_.a
2025-08-20T21:21:38.3870821Z [00:04:31.698]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build3619502580/b240/_pkg_.a
2025-08-20T21:21:38.3871707Z [00:04:31.698]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3619502580/b244/_pkg_.a
2025-08-20T21:21:38.3872347Z [00:04:31.698]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3619502580/b243/_pkg_.a
2025-08-20T21:21:38.3873052Z [00:04:31.698]➜  packagefile github.com/aws/smithy-go/private/requestcompression=/tmp/go-build3619502580/b308/_pkg_.a
2025-08-20T21:21:38.3873806Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go-v2/service/dynamodb/types=/tmp/go-build3619502580/b310/_pkg_.a
2025-08-20T21:21:38.3874574Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go-v2/service/dynamodbstreams/types=/tmp/go-build3619502580/b311/_pkg_.a
2025-08-20T21:21:38.3875304Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build3619502580/b275/_pkg_.a
2025-08-20T21:21:38.3876052Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3619502580/b255/_pkg_.a
2025-08-20T21:21:38.3876763Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build3619502580/b276/_pkg_.a
2025-08-20T21:21:38.3877439Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3619502580/b260/_pkg_.a
2025-08-20T21:21:38.3878094Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3619502580/b277/_pkg_.a
2025-08-20T21:21:38.3878809Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3619502580/b280/_pkg_.a
2025-08-20T21:21:38.3879511Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3619502580/b282/_pkg_.a
2025-08-20T21:21:38.3880211Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/awsutil=/tmp/go-build3619502580/b313/_pkg_.a
2025-08-20T21:21:38.3880929Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build3619502580/b283/_pkg_.a
2025-08-20T21:21:38.3881876Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build3619502580/b284/_pkg_.a
2025-08-20T21:21:38.3882633Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build3619502580/b285/_pkg_.a
2025-08-20T21:21:38.3883466Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build3619502580/b286/_pkg_.a
2025-08-20T21:21:38.3884285Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go-v2/service/dynamodb/internal/customizations=/tmp/go-build3619502580/b314/_pkg_.a
2025-08-20T21:21:38.3885157Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go-v2/service/dynamodb/internal/endpoints=/tmp/go-build3619502580/b315/_pkg_.a
2025-08-20T21:21:38.3885991Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding=/tmp/go-build3619502580/b302/_pkg_.a
2025-08-20T21:21:38.3886828Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery=/tmp/go-build3619502580/b316/_pkg_.a
2025-08-20T21:21:38.3887517Z [00:04:31.698]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3619502580/b246/_pkg_.a
2025-08-20T21:21:38.3888091Z [00:04:31.698]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3619502580/b247/_pkg_.a
2025-08-20T21:21:38.3888688Z [00:04:31.698]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3619502580/b290/_pkg_.a
2025-08-20T21:21:38.3889356Z [00:04:31.698]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3619502580/b281/_pkg_.a
2025-08-20T21:21:38.3890035Z [00:04:31.698]➜  packagefile github.com/aws/smithy-go/encoding/json=/tmp/go-build3619502580/b295/_pkg_.a
2025-08-20T21:21:38.3890667Z [00:04:31.698]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build3619502580/b291/_pkg_.a
2025-08-20T21:21:38.3891631Z [00:04:31.698]➜  packagefile github.com/aws/smithy-go/endpoints/private/rulesfn=/tmp/go-build3619502580/b317/_pkg_.a
2025-08-20T21:21:38.3892317Z [00:04:31.698]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3619502580/b265/_pkg_.a
2025-08-20T21:21:38.3892911Z [00:04:31.698]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3619502580/b248/_pkg_.a
2025-08-20T21:21:38.3893510Z [00:04:31.698]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3619502580/b253/_pkg_.a
2025-08-20T21:21:38.3894088Z [00:04:31.698]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build3619502580/b256/_pkg_.a
2025-08-20T21:21:38.3894661Z [00:04:31.698]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3619502580/b249/_pkg_.a
2025-08-20T21:21:38.3895251Z [00:04:31.698]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3619502580/b250/_pkg_.a
2025-08-20T21:21:38.3895885Z [00:04:31.698]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3619502580/b245/_pkg_.a
2025-08-20T21:21:38.3896508Z [00:04:31.698]➜  packagefile github.com/aws/smithy-go/waiter=/tmp/go-build3619502580/b318/_pkg_.a
2025-08-20T21:21:38.3897202Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3619502580/b320/_pkg_.a
2025-08-20T21:21:38.3897862Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3619502580/b321/_pkg_.a
2025-08-20T21:21:38.3898538Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go/aws/endpoints=/tmp/go-build3619502580/b325/_pkg_.a
2025-08-20T21:21:38.3899203Z [00:04:31.698]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build3619502580/b326/_pkg_.a
2025-08-20T21:21:38.3899983Z [00:04:31.698]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3619502580/b339/_pkg_.a
2025-08-20T21:21:38.3900775Z [00:04:31.698]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build3619502580/b360/_pkg_.a
2025-08-20T21:21:38.3901807Z [00:04:31.699]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob=/tmp/go-build3619502580/b369/_pkg_.a
2025-08-20T21:21:38.3902671Z [00:04:31.699]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container=/tmp/go-build3619502580/b370/_pkg_.a
2025-08-20T21:21:38.3903533Z [00:04:31.699]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build3619502580/b364/_pkg_.a
2025-08-20T21:21:38.3904503Z [00:04:31.699]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build3619502580/b365/_pkg_.a
2025-08-20T21:21:38.3905416Z [00:04:31.699]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3619502580/b362/_pkg_.a
2025-08-20T21:21:38.3906317Z [00:04:31.699]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3619502580/b366/_pkg_.a
2025-08-20T21:21:38.3907149Z [00:04:31.699]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build3619502580/b368/_pkg_.a
2025-08-20T21:21:38.3907956Z [00:04:31.699]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/service=/tmp/go-build3619502580/b373/_pkg_.a
2025-08-20T21:21:38.3908719Z [00:04:31.699]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/log=/tmp/go-build3619502580/b332/_pkg_.a
2025-08-20T21:21:38.3909456Z [00:04:31.699]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3619502580/b336/_pkg_.a
2025-08-20T21:21:38.3910217Z [00:04:31.699]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build3619502580/b348/_pkg_.a
2025-08-20T21:21:38.3910977Z [00:04:31.699]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing=/tmp/go-build3619502580/b338/_pkg_.a
2025-08-20T21:21:38.3912032Z [00:04:31.699]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/errorinfo=/tmp/go-build3619502580/b350/_pkg_.a
2025-08-20T21:21:38.3912792Z [00:04:31.699]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build3619502580/b333/_pkg_.a
2025-08-20T21:21:38.3913645Z [00:04:31.699]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/temporal=/tmp/go-build3619502580/b351/_pkg_.a
2025-08-20T21:21:38.3914402Z [00:04:31.699]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/uuid=/tmp/go-build3619502580/b352/_pkg_.a
2025-08-20T21:21:38.3915091Z [00:04:31.699]➜  packagefile github.com/gocql/gocql/internal/lru=/tmp/go-build3619502580/b380/_pkg_.a
2025-08-20T21:21:38.3915742Z [00:04:31.699]➜  packagefile github.com/gocql/gocql/internal/murmur=/tmp/go-build3619502580/b381/_pkg_.a
2025-08-20T21:21:38.3916410Z [00:04:31.699]➜  packagefile github.com/gocql/gocql/internal/streams=/tmp/go-build3619502580/b382/_pkg_.a
2025-08-20T21:21:38.3917025Z [00:04:31.699]➜  packagefile github.com/golang/snappy=/tmp/go-build3619502580/b383/_pkg_.a
2025-08-20T21:21:38.3917613Z [00:04:31.699]➜  packagefile github.com/hailocab/go-hostpool=/tmp/go-build3619502580/b384/_pkg_.a
2025-08-20T21:21:38.3918172Z [00:04:31.699]➜  packagefile gopkg.in/inf.v0=/tmp/go-build3619502580/b385/_pkg_.a
2025-08-20T21:21:38.3918917Z [00:04:31.699]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3619502580/b390/_pkg_.a
2025-08-20T21:21:38.3919792Z [00:04:31.699]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport/version=/tmp/go-build3619502580/b415/_pkg_.a
2025-08-20T21:21:38.3920637Z [00:04:31.699]➜  packagefile github.com/elastic/go-elasticsearch/v8/internal/version=/tmp/go-build3619502580/b417/_pkg_.a
2025-08-20T21:21:38.3921577Z [00:04:31.699]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi=/tmp/go-build3619502580/b418/_pkg_.a
2025-08-20T21:21:38.3922320Z [00:04:31.699]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3619502580/b406/_pkg_.a
2025-08-20T21:21:38.3922954Z [00:04:31.699]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3619502580/b1212/_pkg_.a
2025-08-20T21:21:38.3923552Z [00:04:31.699]➜  packagefile cloud.google.com/go/iam=/tmp/go-build3619502580/b1213/_pkg_.a
2025-08-20T21:21:38.3924149Z [00:04:31.699]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build3619502580/b1214/_pkg_.a
2025-08-20T21:21:38.3924764Z [00:04:31.699]➜  packagefile cloud.google.com/go/internal=/tmp/go-build3619502580/b1328/_pkg_.a
2025-08-20T21:21:38.3925384Z [00:04:31.699]➜  packagefile cloud.google.com/go/internal/optional=/tmp/go-build3619502580/b1329/_pkg_.a
2025-08-20T21:21:38.3926084Z [00:04:31.699]➜  packagefile cloud.google.com/go/internal/trace=/tmp/go-build3619502580/b1330/_pkg_.a
2025-08-20T21:21:38.3926714Z [00:04:31.699]➜  packagefile cloud.google.com/go/internal/version=/tmp/go-build3619502580/b1331/_pkg_.a
2025-08-20T21:21:38.3927382Z [00:04:31.699]➜  packagefile cloud.google.com/go/storage/experimental=/tmp/go-build3619502580/b1332/_pkg_.a
2025-08-20T21:21:38.3928234Z [00:04:31.699]➜  packagefile cloud.google.com/go/storage/internal=/tmp/go-build3619502580/b1333/_pkg_.a
2025-08-20T21:21:38.3928910Z [00:04:31.699]➜  packagefile cloud.google.com/go/storage/internal/apiv2=/tmp/go-build3619502580/b1405/_pkg_.a
2025-08-20T21:21:38.3929654Z [00:04:31.699]➜  packagefile cloud.google.com/go/storage/internal/apiv2/storagepb=/tmp/go-build3619502580/b1406/_pkg_.a
2025-08-20T21:21:38.3930542Z [00:04:31.699]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric=/tmp/go-build3619502580/b1436/_pkg_.a
2025-08-20T21:21:38.3931501Z [00:04:31.699]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3619502580/b1319/_pkg_.a
2025-08-20T21:21:38.3932159Z [00:04:31.699]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build3619502580/b1326/_pkg_.a
2025-08-20T21:21:38.3932841Z [00:04:31.699]➜  packagefile go.opentelemetry.io/contrib/detectors/gcp=/tmp/go-build3619502580/b1451/_pkg_.a
2025-08-20T21:21:38.3933455Z [00:04:31.699]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3619502580/b391/_pkg_.a
2025-08-20T21:21:38.3934046Z [00:04:31.699]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3619502580/b401/_pkg_.a
2025-08-20T21:21:38.3934757Z [00:04:31.699]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3619502580/b404/_pkg_.a
2025-08-20T21:21:38.3935430Z [00:04:31.699]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build3619502580/b1334/_pkg_.a
2025-08-20T21:21:38.3936109Z [00:04:31.699]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build3619502580/b1340/_pkg_.a
2025-08-20T21:21:38.3936794Z [00:04:31.699]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build3619502580/b1341/_pkg_.a
2025-08-20T21:21:38.3937410Z [00:04:31.699]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3619502580/b1353/_pkg_.a
2025-08-20T21:21:38.3938016Z [00:04:31.699]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3619502580/b1323/_pkg_.a
2025-08-20T21:21:38.3938658Z [00:04:31.699]➜  packagefile google.golang.org/api/iamcredentials/v1=/tmp/go-build3619502580/b1453/_pkg_.a
2025-08-20T21:21:38.3939290Z [00:04:31.699]➜  packagefile google.golang.org/api/iterator=/tmp/go-build3619502580/b1411/_pkg_.a
2025-08-20T21:21:38.3939954Z [00:04:31.699]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3619502580/b1412/_pkg_.a
2025-08-20T21:21:38.3940612Z [00:04:31.699]➜  packagefile google.golang.org/api/storage/v1=/tmp/go-build3619502580/b1464/_pkg_.a
2025-08-20T21:21:38.3941399Z [00:04:31.699]➜  packagefile google.golang.org/api/transport=/tmp/go-build3619502580/b1465/_pkg_.a
2025-08-20T21:21:38.3942048Z [00:04:31.699]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build3619502580/b1455/_pkg_.a
2025-08-20T21:21:38.3942741Z [00:04:31.699]➜  packagefile google.golang.org/genproto/googleapis/type/date=/tmp/go-build3619502580/b1407/_pkg_.a
2025-08-20T21:21:38.3943545Z [00:04:31.699]➜  packagefile google.golang.org/genproto/googleapis/type/expr=/tmp/go-build3619502580/b1248/_pkg_.a
2025-08-20T21:21:38.3944187Z [00:04:31.699]➜  packagefile google.golang.org/grpc=/tmp/go-build3619502580/b1249/_pkg_.a
2025-08-20T21:21:38.3944788Z [00:04:31.699]➜  packagefile google.golang.org/grpc/balancer/rls=/tmp/go-build3619502580/b1466/_pkg_.a
2025-08-20T21:21:38.3945399Z [00:04:31.699]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3619502580/b1281/_pkg_.a
2025-08-20T21:21:38.3945997Z [00:04:31.699]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build3619502580/b1283/_pkg_.a
2025-08-20T21:21:38.3946710Z [00:04:31.699]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3619502580/b1266/_pkg_.a
2025-08-20T21:21:38.3947335Z [00:04:31.699]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build3619502580/b1285/_pkg_.a
2025-08-20T21:21:38.3947922Z [00:04:31.699]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3619502580/b1268/_pkg_.a
2025-08-20T21:21:38.3948573Z [00:04:31.699]➜  packagefile google.golang.org/grpc/stats/opentelemetry=/tmp/go-build3619502580/b1472/_pkg_.a
2025-08-20T21:21:38.3949212Z [00:04:31.699]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3619502580/b1293/_pkg_.a
2025-08-20T21:21:38.3949869Z [00:04:31.699]➜  packagefile google.golang.org/grpc/xds/googledirectpath=/tmp/go-build3619502580/b1476/_pkg_.a
2025-08-20T21:21:38.3950612Z [00:04:31.699]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3619502580/b1218/_pkg_.a
2025-08-20T21:21:38.3951523Z [00:04:31.699]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3619502580/b1235/_pkg_.a
2025-08-20T21:21:38.3952231Z [00:04:31.699]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3619502580/b1217/_pkg_.a
2025-08-20T21:21:38.3952979Z [00:04:31.699]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3619502580/b1247/_pkg_.a
2025-08-20T21:21:38.3953743Z [00:04:31.699]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build3619502580/b1318/_pkg_.a
2025-08-20T21:21:38.3954501Z [00:04:31.699]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3619502580/b1292/_pkg_.a
2025-08-20T21:21:38.3955202Z [00:04:31.699]➜  packagefile encoding/xml=/tmp/go-build3619502580/b299/_pkg_.a
2025-08-20T21:21:38.3955853Z [00:04:31.699]➜  packagefile github.com/go-resty/resty/v2/shellescape=/tmp/go-build3619502580/b1603/_pkg_.a
2025-08-20T21:21:38.3956498Z [00:04:31.699]➜  packagefile golang.org/x/net/publicsuffix=/tmp/go-build3619502580/b1604/_pkg_.a
2025-08-20T21:21:38.3957127Z [00:04:31.699]➜  packagefile github.com/vadv/gopher-lua-libs/plugin=/tmp/go-build3619502580/b1775/_pkg_.a
2025-08-20T21:21:38.3957755Z [00:04:31.699]➜  packagefile github.com/yuin/gopher-lua/ast=/tmp/go-build3619502580/b1778/_pkg_.a
2025-08-20T21:21:38.3958349Z [00:04:31.699]➜  packagefile github.com/yuin/gopher-lua/pm=/tmp/go-build3619502580/b1780/_pkg_.a
2025-08-20T21:21:38.3958949Z [00:04:31.699]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3619502580/b1904/_pkg_.a
2025-08-20T21:21:38.3959602Z [00:04:31.699]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build3619502580/b1905/_pkg_.a
2025-08-20T21:21:38.3960274Z [00:04:31.699]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build3619502580/b1907/_pkg_.a
2025-08-20T21:21:38.3960934Z [00:04:31.699]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3619502580/b1908/_pkg_.a
2025-08-20T21:21:38.3961800Z [00:04:31.699]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3619502580/b1909/_pkg_.a
2025-08-20T21:21:38.3962449Z [00:04:31.699]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build3619502580/b1911/_pkg_.a
2025-08-20T21:21:38.3963115Z [00:04:31.699]➜  packagefile go.mongodb.org/mongo-driver/internal/codecutil=/tmp/go-build3619502580/b1919/_pkg_.a
2025-08-20T21:21:38.3963917Z [00:04:31.699]➜  packagefile go.mongodb.org/mongo-driver/internal/csfle=/tmp/go-build3619502580/b1920/_pkg_.a
2025-08-20T21:21:38.3964612Z [00:04:31.699]➜  packagefile go.mongodb.org/mongo-driver/internal/csot=/tmp/go-build3619502580/b1921/_pkg_.a
2025-08-20T21:21:38.3965318Z [00:04:31.699]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build3619502580/b1922/_pkg_.a
2025-08-20T21:21:38.3966030Z [00:04:31.699]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build3619502580/b1923/_pkg_.a
2025-08-20T21:21:38.3966708Z [00:04:31.699]➜  packagefile go.mongodb.org/mongo-driver/internal/uuid=/tmp/go-build3619502580/b1924/_pkg_.a
2025-08-20T21:21:38.3967393Z [00:04:31.699]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3619502580/b1913/_pkg_.a
2025-08-20T21:21:38.3968160Z [00:04:31.699]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build3619502580/b1931/_pkg_.a
2025-08-20T21:21:38.3968848Z [00:04:31.699]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build3619502580/b1917/_pkg_.a
2025-08-20T21:21:38.3969549Z [00:04:31.699]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build3619502580/b1932/_pkg_.a
2025-08-20T21:21:38.3970256Z [00:04:31.699]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3619502580/b1910/_pkg_.a
2025-08-20T21:21:38.3970949Z [00:04:31.699]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build3619502580/b1933/_pkg_.a
2025-08-20T21:21:38.3971846Z [00:04:31.699]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build3619502580/b1947/_pkg_.a
2025-08-20T21:21:38.3972601Z [00:04:31.699]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt=/tmp/go-build3619502580/b1943/_pkg_.a
2025-08-20T21:21:38.3973420Z [00:04:31.699]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options=/tmp/go-build3619502580/b1944/_pkg_.a
2025-08-20T21:21:38.3974220Z [00:04:31.699]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/operation=/tmp/go-build3619502580/b1958/_pkg_.a
2025-08-20T21:21:38.3974974Z [00:04:31.699]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build3619502580/b1945/_pkg_.a
2025-08-20T21:21:38.3975723Z [00:04:31.699]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/topology=/tmp/go-build3619502580/b1962/_pkg_.a
2025-08-20T21:21:38.3976494Z [00:04:31.699]➜  packagefile github.com/youmark/pkcs8=/tmp/go-build3619502580/b1928/_pkg_.a
2025-08-20T21:21:38.3977142Z [00:04:31.699]➜  packagefile go.mongodb.org/mongo-driver/tag=/tmp/go-build3619502580/b1918/_pkg_.a
2025-08-20T21:21:38.3977837Z [00:04:31.699]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/connstring=/tmp/go-build3619502580/b1960/_pkg_.a
2025-08-20T21:21:38.3978609Z [00:04:31.699]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build3619502580/b1946/_pkg_.a
2025-08-20T21:21:38.3979284Z [00:04:31.699]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build3619502580/b1584/_pkg_.a
2025-08-20T21:21:38.3979895Z [00:04:31.699]➜  packagefile github.com/dgryski/go-rendezvous=/tmp/go-build3619502580/b1968/_pkg_.a
2025-08-20T21:21:38.3980529Z [00:04:31.699]➜  packagefile github.com/redis/go-redis/v9/internal=/tmp/go-build3619502580/b1969/_pkg_.a
2025-08-20T21:21:38.3981372Z [00:04:31.699]➜  packagefile github.com/redis/go-redis/v9/internal/hashtag=/tmp/go-build3619502580/b1972/_pkg_.a
2025-08-20T21:21:38.3982098Z [00:04:31.699]➜  packagefile github.com/redis/go-redis/v9/internal/hscan=/tmp/go-build3619502580/b1973/_pkg_.a
2025-08-20T21:21:38.3982791Z [00:04:31.699]➜  packagefile github.com/redis/go-redis/v9/internal/pool=/tmp/go-build3619502580/b1974/_pkg_.a
2025-08-20T21:21:38.3983478Z [00:04:31.699]➜  packagefile github.com/redis/go-redis/v9/internal/proto=/tmp/go-build3619502580/b1975/_pkg_.a
2025-08-20T21:21:38.3984154Z [00:04:31.699]➜  packagefile github.com/redis/go-redis/v9/internal/rand=/tmp/go-build3619502580/b1970/_pkg_.a
2025-08-20T21:21:38.3984898Z [00:04:31.699]➜  packagefile github.com/redis/go-redis/v9/internal/util=/tmp/go-build3619502580/b1971/_pkg_.a
2025-08-20T21:21:38.3985576Z [00:04:31.699]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build3619502580/b237/_pkg_.a
2025-08-20T21:21:38.3986236Z [00:04:31.699]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3619502580/b238/_pkg_.a
2025-08-20T21:21:38.3986965Z [00:04:31.699]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sync/singleflight=/tmp/go-build3619502580/b239/_pkg_.a
2025-08-20T21:21:38.3987741Z [00:04:31.699]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream=/tmp/go-build3619502580/b1978/_pkg_.a
2025-08-20T21:21:38.3988585Z [00:04:31.699]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi=/tmp/go-build3619502580/b1979/_pkg_.a
2025-08-20T21:21:38.3989442Z [00:04:31.699]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/tmp/go-build3619502580/b301/_pkg_.a
2025-08-20T21:21:38.3990135Z [00:04:31.699]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3619502580/b262/_pkg_.a
2025-08-20T21:21:38.3990811Z [00:04:31.699]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a=/tmp/go-build3619502580/b1980/_pkg_.a
2025-08-20T21:21:38.3991817Z [00:04:31.699]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/checksum=/tmp/go-build3619502580/b1983/_pkg_.a
2025-08-20T21:21:38.3992623Z [00:04:31.699]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build3619502580/b303/_pkg_.a
2025-08-20T21:21:38.3993409Z [00:04:31.699]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared=/tmp/go-build3619502580/b1984/_pkg_.a
2025-08-20T21:21:38.3994212Z [00:04:31.699]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config=/tmp/go-build3619502580/b1987/_pkg_.a
2025-08-20T21:21:38.3995052Z [00:04:31.699]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations=/tmp/go-build3619502580/b1988/_pkg_.a
2025-08-20T21:21:38.3995876Z [00:04:31.699]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints=/tmp/go-build3619502580/b1990/_pkg_.a
2025-08-20T21:21:38.3996614Z [00:04:31.699]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/types=/tmp/go-build3619502580/b1991/_pkg_.a
2025-08-20T21:21:38.3997432Z [00:04:31.699]➜  packagefile github.com/aws/smithy-go/container/private/cache=/tmp/go-build3619502580/b1992/_pkg_.a
2025-08-20T21:21:38.3998252Z [00:04:31.699]➜  packagefile github.com/aws/smithy-go/container/private/cache/lru=/tmp/go-build3619502580/b1993/_pkg_.a
2025-08-20T21:21:38.3998959Z [00:04:31.699]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build3619502580/b306/_pkg_.a
2025-08-20T21:21:38.3999585Z [00:04:31.699]➜  packagefile github.com/aws/smithy-go/sync=/tmp/go-build3619502580/b1994/_pkg_.a
2025-08-20T21:21:38.4000207Z [00:04:31.699]➜  packagefile github.com/gammazero/nexus/v3/router=/tmp/go-build3619502580/b1998/_pkg_.a
2025-08-20T21:21:38.4000855Z [00:04:31.699]➜  packagefile github.com/gammazero/nexus/v3/stdlog=/tmp/go-build3619502580/b2003/_pkg_.a
2025-08-20T21:21:38.4001720Z [00:04:31.699]➜  packagefile github.com/gammazero/nexus/v3/transport=/tmp/go-build3619502580/b2004/_pkg_.a
2025-08-20T21:21:38.4002447Z [00:04:31.699]➜  packagefile github.com/gammazero/nexus/v3/transport/serialize=/tmp/go-build3619502580/b2005/_pkg_.a
2025-08-20T21:21:38.4003183Z [00:04:31.699]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build3619502580/b2012/_pkg_.a
2025-08-20T21:21:38.4003908Z [00:04:31.699]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build3619502580/b2014/_pkg_.a
2025-08-20T21:21:38.4004693Z [00:04:31.699]➜  packagefile github.com/tetratelabs/wazero/internal/engine/interpreter=/tmp/go-build3619502580/b2016/_pkg_.a
2025-08-20T21:21:38.4005500Z [00:04:31.699]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo=/tmp/go-build3619502580/b2031/_pkg_.a
2025-08-20T21:21:38.4006272Z [00:04:31.699]➜  packagefile github.com/tetratelabs/wazero/internal/expctxkeys=/tmp/go-build3619502580/b2013/_pkg_.a
2025-08-20T21:21:38.4007100Z [00:04:31.699]➜  packagefile github.com/tetratelabs/wazero/internal/filecache=/tmp/go-build3619502580/b2017/_pkg_.a
2025-08-20T21:21:38.4007866Z [00:04:31.699]➜  packagefile github.com/tetratelabs/wazero/internal/internalapi=/tmp/go-build3619502580/b2011/_pkg_.a
2025-08-20T21:21:38.4008620Z [00:04:31.699]➜  packagefile github.com/tetratelabs/wazero/internal/platform=/tmp/go-build3619502580/b2025/_pkg_.a
2025-08-20T21:21:38.4009352Z [00:04:31.699]➜  packagefile github.com/tetratelabs/wazero/internal/sock=/tmp/go-build3619502580/b2026/_pkg_.a
2025-08-20T21:21:38.4010050Z [00:04:31.699]➜  packagefile github.com/tetratelabs/wazero/internal/sys=/tmp/go-build3619502580/b2022/_pkg_.a
2025-08-20T21:21:38.4010826Z [00:04:31.699]➜  packagefile github.com/tetratelabs/wazero/internal/sysfs=/tmp/go-build3619502580/b2027/_pkg_.a
2025-08-20T21:21:38.4011732Z [00:04:31.699]➜  packagefile github.com/tetratelabs/wazero/internal/version=/tmp/go-build3619502580/b2040/_pkg_.a
2025-08-20T21:21:38.4012460Z [00:04:31.699]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build3619502580/b2020/_pkg_.a
2025-08-20T21:21:38.4013198Z [00:04:31.699]➜  packagefile github.com/tetratelabs/wazero/internal/wasm/binary=/tmp/go-build3619502580/b2041/_pkg_.a
2025-08-20T21:21:38.4013895Z [00:04:31.699]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build3619502580/b2015/_pkg_.a
2025-08-20T21:21:38.4014574Z [00:04:31.699]➜  packagefile github.com/tetratelabs/wazero/internal/fsapi=/tmp/go-build3619502580/b2024/_pkg_.a
2025-08-20T21:21:38.4015295Z [00:04:31.699]➜  packagefile github.com/tetratelabs/wazero/internal/wasip1=/tmp/go-build3619502580/b2043/_pkg_.a
2025-08-20T21:21:38.4015921Z [00:04:31.699]➜  packagefile crypto/internal/impl=/tmp/go-build3619502580/b094/_pkg_.a
2025-08-20T21:21:38.4016496Z [00:04:31.699]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build3619502580/b228/_pkg_.a
2025-08-20T21:21:38.4017044Z [00:04:31.699]➜  packagefile container/heap=/tmp/go-build3619502580/b1555/_pkg_.a
2025-08-20T21:21:38.4017520Z [00:04:31.699]➜  packagefile go/ast=/tmp/go-build3619502580/b1610/_pkg_.a
2025-08-20T21:21:38.4017982Z [00:04:31.699]➜  packagefile go/constant=/tmp/go-build3619502580/b1612/_pkg_.a
2025-08-20T21:21:38.4018528Z [00:04:31.699]➜  packagefile go/parser=/tmp/go-build3619502580/b1613/_pkg_.a
2025-08-20T21:21:38.4018980Z [00:04:31.699]➜  packagefile go/token=/tmp/go-build3619502580/b1232/_pkg_.a
2025-08-20T21:21:38.4019495Z [00:04:31.700]➜  packagefile go/version=/tmp/go-build3619502580/b1615/_pkg_.a
2025-08-20T21:21:38.4019988Z [00:04:31.700]➜  packagefile internal/buildcfg=/tmp/go-build3619502580/b1617/_pkg_.a
2025-08-20T21:21:38.4020518Z [00:04:31.700]➜  packagefile internal/goversion=/tmp/go-build3619502580/b1618/_pkg_.a
2025-08-20T21:21:38.4021056Z [00:04:31.700]➜  packagefile internal/types/errors=/tmp/go-build3619502580/b1619/_pkg_.a
2025-08-20T21:21:38.4021779Z [00:04:31.700]➜  packagefile golang.org/x/oauth2=/tmp/go-build3619502580/b1351/_pkg_.a
2025-08-20T21:21:38.4022384Z [00:04:31.700]➜  packagefile golang.org/x/oauth2/clientcredentials=/tmp/go-build3619502580/b1624/_pkg_.a
2025-08-20T21:21:38.4022963Z [00:04:31.700]➜  packagefile internal/sysinfo=/tmp/go-build3619502580/b377/_pkg_.a
2025-08-20T21:21:38.4023601Z [00:04:31.700]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/aesctrhmac=/tmp/go-build3619502580/b1629/_pkg_.a
2025-08-20T21:21:38.4024322Z [00:04:31.700]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/aesgcm=/tmp/go-build3619502580/b1631/_pkg_.a
2025-08-20T21:21:38.4025034Z [00:04:31.700]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/aesgcmsiv=/tmp/go-build3619502580/b1658/_pkg_.a
2025-08-20T21:21:38.4025798Z [00:04:31.700]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/chacha20poly1305=/tmp/go-build3619502580/b1660/_pkg_.a
2025-08-20T21:21:38.4026541Z [00:04:31.700]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/xaesgcm=/tmp/go-build3619502580/b1662/_pkg_.a
2025-08-20T21:21:38.4027364Z [00:04:31.700]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/xchacha20poly1305=/tmp/go-build3619502580/b1666/_pkg_.a
2025-08-20T21:21:38.4028124Z [00:04:31.700]➜  packagefile github.com/tink-crypto/tink-go/v2/core/cryptofmt=/tmp/go-build3619502580/b1648/_pkg_.a
2025-08-20T21:21:38.4029088Z [00:04:31.700]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalapi=/tmp/go-build3619502580/b1638/_pkg_.a
2025-08-20T21:21:38.4030101Z [00:04:31.700]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalregistry=/tmp/go-build3619502580/b1639/_pkg_.a
2025-08-20T21:21:38.4031025Z [00:04:31.700]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/monitoringutil=/tmp/go-build3619502580/b1668/_pkg_.a
2025-08-20T21:21:38.4032299Z [00:04:31.700]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/primitiveset=/tmp/go-build3619502580/b1647/_pkg_.a
2025-08-20T21:21:38.4033197Z [00:04:31.700]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/tinkerror=/tmp/go-build3619502580/b1669/_pkg_.a
2025-08-20T21:21:38.4034023Z [00:04:31.700]➜  packagefile github.com/tink-crypto/tink-go/v2/keyset=/tmp/go-build3619502580/b1645/_pkg_.a
2025-08-20T21:21:38.4034830Z [00:04:31.700]➜  packagefile github.com/tink-crypto/tink-go/v2/monitoring=/tmp/go-build3619502580/b1640/_pkg_.a
2025-08-20T21:21:38.4035684Z [00:04:31.700]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_ctr_go_proto=/tmp/go-build3619502580/b1654/_pkg_.a
2025-08-20T21:21:38.4036616Z [00:04:31.700]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_ctr_hmac_aead_go_proto=/tmp/go-build3619502580/b1655/_pkg_.a
2025-08-20T21:21:38.4037516Z [00:04:31.700]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_gcm_go_proto=/tmp/go-build3619502580/b1649/_pkg_.a
2025-08-20T21:21:38.4038403Z [00:04:31.700]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_gcm_siv_go_proto=/tmp/go-build3619502580/b1659/_pkg_.a
2025-08-20T21:21:38.4039291Z [00:04:31.700]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/common_go_proto=/tmp/go-build3619502580/b1657/_pkg_.a
2025-08-20T21:21:38.4040160Z [00:04:31.700]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/hmac_go_proto=/tmp/go-build3619502580/b1656/_pkg_.a
2025-08-20T21:21:38.4041099Z [00:04:31.700]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/kms_envelope_go_proto=/tmp/go-build3619502580/b1670/_pkg_.a
2025-08-20T21:21:38.4042404Z [00:04:31.700]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/x_aes_gcm_go_proto=/tmp/go-build3619502580/b1665/_pkg_.a
2025-08-20T21:21:38.4043373Z [00:04:31.700]➜  packagefile github.com/tink-crypto/tink-go/v2/daead/aessiv=/tmp/go-build3619502580/b1672/_pkg_.a
2025-08-20T21:21:38.4044273Z [00:04:31.700]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_siv_go_proto=/tmp/go-build3619502580/b1674/_pkg_.a
2025-08-20T21:21:38.4045160Z [00:04:31.700]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3619502580/b1223/_pkg_.a
2025-08-20T21:21:38.4046026Z [00:04:31.700]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/types=/tmp/go-build3619502580/b305/_pkg_.a
2025-08-20T21:21:38.4046967Z [00:04:31.700]➜  packagefile github.com/aws/aws-sdk-go-v2/service/kms/internal/endpoints=/tmp/go-build3619502580/b1677/_pkg_.a
2025-08-20T21:21:38.4047868Z [00:04:31.700]➜  packagefile github.com/aws/aws-sdk-go-v2/service/kms/types=/tmp/go-build3619502580/b1678/_pkg_.a
2025-08-20T21:21:38.4048690Z [00:04:31.700]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/query=/tmp/go-build3619502580/b300/_pkg_.a
2025-08-20T21:21:38.4049570Z [00:04:31.700]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints=/tmp/go-build3619502580/b304/_pkg_.a
2025-08-20T21:21:38.4050515Z [00:04:31.700]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3619502580/b330/_pkg_.a
2025-08-20T21:21:38.4051581Z [00:04:31.700]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3619502580/b334/_pkg_.a
2025-08-20T21:21:38.4052613Z [00:04:31.700]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/runtime=/tmp/go-build3619502580/b1681/_pkg_.a
2025-08-20T21:21:38.4053582Z [00:04:31.700]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud=/tmp/go-build3619502580/b337/_pkg_.a
2025-08-20T21:21:38.4054514Z [00:04:31.700]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azidentity/internal=/tmp/go-build3619502580/b1684/_pkg_.a
2025-08-20T21:21:38.4055552Z [00:04:31.700]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/confidential=/tmp/go-build3619502580/b1686/_pkg_.a
2025-08-20T21:21:38.4056634Z [00:04:31.700]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors=/tmp/go-build3619502580/b1688/_pkg_.a
2025-08-20T21:21:38.4057991Z [00:04:31.700]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/managedidentity=/tmp/go-build3619502580/b1707/_pkg_.a
2025-08-20T21:21:38.4059090Z [00:04:31.700]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/public=/tmp/go-build3619502580/b1708/_pkg_.a
2025-08-20T21:21:38.4059978Z [00:04:31.700]➜  packagefile golang.org/x/crypto/pkcs12=/tmp/go-build3619502580/b1711/_pkg_.a
2025-08-20T21:21:38.4060850Z [00:04:31.700]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal=/tmp/go-build3619502580/b1714/_pkg_.a
2025-08-20T21:21:38.4061935Z [00:04:31.700]➜  packagefile google.golang.org/api/cloudkms/v1=/tmp/go-build3619502580/b1717/_pkg_.a
2025-08-20T21:21:38.4062564Z [00:04:31.700]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3619502580/b1346/_pkg_.a
2025-08-20T21:21:38.4063264Z [00:04:31.700]➜  packagefile google.golang.org/api/internal=/tmp/go-build3619502580/b1361/_pkg_.a
2025-08-20T21:21:38.4064118Z [00:04:31.700]➜  packagefile google.golang.org/api/internal/impersonate=/tmp/go-build3619502580/b1404/_pkg_.a
2025-08-20T21:21:38.4064835Z [00:04:31.700]➜  packagefile archive/tar=/tmp/go-build3619502580/b1720/_pkg_.a
2025-08-20T21:21:38.4065511Z [00:04:31.700]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build3619502580/b1721/_pkg_.a
2025-08-20T21:21:38.4066239Z [00:04:31.700]➜  packagefile github.com/go-jose/go-jose/v4=/tmp/go-build3619502580/b1489/_pkg_.a
2025-08-20T21:21:38.4066949Z [00:04:31.700]➜  packagefile github.com/go-jose/go-jose/v4/jwt=/tmp/go-build3619502580/b1722/_pkg_.a
2025-08-20T21:21:38.4067835Z [00:04:31.700]➜  packagefile github.com/hashicorp/errwrap=/tmp/go-build3619502580/b1723/_pkg_.a
2025-08-20T21:21:38.4068650Z [00:04:31.700]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build3619502580/b1724/_pkg_.a
2025-08-20T21:21:38.4069397Z [00:04:31.700]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3619502580/b1725/_pkg_.a
2025-08-20T21:21:38.4070124Z [00:04:31.700]➜  packagefile github.com/hashicorp/go-retryablehttp=/tmp/go-build3619502580/b1726/_pkg_.a
2025-08-20T21:21:38.4070854Z [00:04:31.700]➜  packagefile github.com/hashicorp/go-rootcerts=/tmp/go-build3619502580/b1727/_pkg_.a
2025-08-20T21:21:38.4071841Z [00:04:31.700]➜  packagefile github.com/hashicorp/go-secure-stdlib/parseutil=/tmp/go-build3619502580/b1728/_pkg_.a
2025-08-20T21:21:38.4072569Z [00:04:31.700]➜  packagefile github.com/hashicorp/go-secure-stdlib/strutil=/tmp/go-build3619502580/b1729/_pkg_.a
2025-08-20T21:21:38.4073344Z [00:04:31.700]➜  packagefile github.com/hashicorp/hcl=/tmp/go-build3619502580/b1733/_pkg_.a
2025-08-20T21:21:38.4073944Z [00:04:31.700]➜  packagefile github.com/hashicorp/hcl/hcl/ast=/tmp/go-build3619502580/b1734/_pkg_.a
2025-08-20T21:21:38.4074572Z [00:04:31.700]➜  packagefile github.com/mitchellh/mapstructure=/tmp/go-build3619502580/b1732/_pkg_.a
2025-08-20T21:21:38.4075288Z [00:04:31.700]➜  packagefile golang.org/x/net/http2=/tmp/go-build3619502580/b353/_pkg_.a
2025-08-20T21:21:38.4075845Z [00:04:31.700]➜  packagefile golang.org/x/time/rate=/tmp/go-build3619502580/b1432/_pkg_.a
2025-08-20T21:21:38.4076438Z [00:04:31.700]➜  packagefile github.com/hamba/avro/v2/pkg/crc64=/tmp/go-build3619502580/b1745/_pkg_.a
2025-08-20T21:21:38.4077141Z [00:04:31.700]➜  packagefile github.com/json-iterator/go=/tmp/go-build3619502580/b1746/_pkg_.a
2025-08-20T21:21:38.4077745Z [00:04:31.700]➜  packagefile github.com/wk8/go-ordered-map/v2=/tmp/go-build3619502580/b1751/_pkg_.a
2025-08-20T21:21:38.4078263Z [00:04:31.700]➜  packagefile go/doc=/tmp/go-build3619502580/b1757/_pkg_.a
2025-08-20T21:21:38.4078731Z [00:04:31.700]➜  packagefile hash/maphash=/tmp/go-build3619502580/b1761/_pkg_.a
2025-08-20T21:21:38.4079354Z [00:04:31.700]➜  packagefile net/mail=/tmp/go-build3619502580/b1480/_pkg_.a
2025-08-20T21:21:38.4079941Z [00:04:31.700]➜  packagefile github.com/actgardner/gogen-avro/v10/parser=/tmp/go-build3619502580/b1764/_pkg_.a
2025-08-20T21:21:38.4080648Z [00:04:31.700]➜  packagefile github.com/actgardner/gogen-avro/v10/resolver=/tmp/go-build3619502580/b1770/_pkg_.a
2025-08-20T21:21:38.4081697Z [00:04:31.700]➜  packagefile github.com/actgardner/gogen-avro/v10/schema=/tmp/go-build3619502580/b1765/_pkg_.a
2025-08-20T21:21:38.4082355Z [00:04:31.700]➜  packagefile github.com/sourcegraph/conc=/tmp/go-build3619502580/b2053/_pkg_.a
2025-08-20T21:21:38.4083039Z [00:04:31.700]➜  packagefile github.com/sourcegraph/conc/internal/multierror=/tmp/go-build3619502580/b2055/_pkg_.a
2025-08-20T21:21:38.4083729Z [00:04:31.700]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build3619502580/b2063/_pkg_.a
2025-08-20T21:21:38.4084440Z [00:04:31.700]➜  packagefile github.com/pelletier/go-toml/v2/internal/characters=/tmp/go-build3619502580/b2071/_pkg_.a
2025-08-20T21:21:38.4085184Z [00:04:31.700]➜  packagefile github.com/pelletier/go-toml/v2/internal/danger=/tmp/go-build3619502580/b2072/_pkg_.a
2025-08-20T21:21:38.4086001Z [00:04:31.700]➜  packagefile github.com/pelletier/go-toml/v2/internal/tracker=/tmp/go-build3619502580/b2073/_pkg_.a
2025-08-20T21:21:38.4086768Z [00:04:31.700]➜  packagefile github.com/pelletier/go-toml/v2/unstable=/tmp/go-build3619502580/b2074/_pkg_.a
2025-08-20T21:21:38.4087400Z [00:04:31.700]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build3619502580/b113/_pkg_.a
2025-08-20T21:21:38.4088061Z [00:04:31.700]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build3619502580/b116/_pkg_.a
2025-08-20T21:21:38.4088701Z [00:04:31.700]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build3619502580/b119/_pkg_.a
2025-08-20T21:21:38.4089399Z [00:04:31.700]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build3619502580/b120/_pkg_.a
2025-08-20T21:21:38.4090008Z [00:04:31.700]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3619502580/b114/_pkg_.a
2025-08-20T21:21:38.4090663Z [00:04:31.700]➜  packagefile crypto/internal/fips140cache=/tmp/go-build3619502580/b122/_pkg_.a
2025-08-20T21:21:38.4091435Z [00:04:31.700]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3619502580/b129/_pkg_.a
2025-08-20T21:21:38.4092113Z [00:04:31.700]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build3619502580/b131/_pkg_.a
2025-08-20T21:21:38.4092712Z [00:04:31.700]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build3619502580/b134/_pkg_.a
2025-08-20T21:21:38.4093314Z [00:04:31.700]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3619502580/b093/_pkg_.a
2025-08-20T21:21:38.4093920Z [00:04:31.700]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3619502580/b121/_pkg_.a
2025-08-20T21:21:38.4094508Z [00:04:31.700]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build3619502580/b148/_pkg_.a
2025-08-20T21:21:38.4095042Z [00:04:31.700]➜  packagefile crypto/fips140=/tmp/go-build3619502580/b152/_pkg_.a
2025-08-20T21:21:38.4095521Z [00:04:31.700]➜  packagefile crypto/dsa=/tmp/go-build3619502580/b154/_pkg_.a
2025-08-20T21:21:38.4096006Z [00:04:31.700]➜  packagefile crypto/x509/pkix=/tmp/go-build3619502580/b155/_pkg_.a
2025-08-20T21:21:38.4096577Z [00:04:31.700]➜  packagefile encoding/asn1=/tmp/go-build3619502580/b128/_pkg_.a
2025-08-20T21:21:38.4097147Z [00:04:31.700]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build3619502580/b141/_pkg_.a
2025-08-20T21:21:38.4097876Z [00:04:31.700]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build3619502580/b142/_pkg_.a
2025-08-20T21:21:38.4098580Z [00:04:31.700]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build3619502580/b143/_pkg_.a
2025-08-20T21:21:38.4099216Z [00:04:31.700]➜  packagefile vendor/golang.org/x/sys/cpu=/tmp/go-build3619502580/b144/_pkg_.a
2025-08-20T21:21:38.4099999Z [00:04:31.700]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build3619502580/b171/_pkg_.a
2025-08-20T21:21:38.4100554Z [00:04:31.700]➜  packagefile crypto/sha3=/tmp/go-build3619502580/b125/_pkg_.a
2025-08-20T21:21:38.4101363Z [00:04:31.700]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client=/tmp/go-build3619502580/b267/_pkg_.a
2025-08-20T21:21:38.4102174Z [00:04:31.700]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdkio=/tmp/go-build3619502580/b269/_pkg_.a
2025-08-20T21:21:38.4102940Z [00:04:31.700]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config=/tmp/go-build3619502580/b264/_pkg_.a
2025-08-20T21:21:38.4103562Z [00:04:31.700]➜  packagefile os/user=/tmp/go-build3619502580/b273/_pkg_.a
2025-08-20T21:21:38.4104198Z [00:04:31.700]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints=/tmp/go-build3619502580/b287/_pkg_.a
2025-08-20T21:21:38.4104950Z [00:04:31.700]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/types=/tmp/go-build3619502580/b289/_pkg_.a
2025-08-20T21:21:38.4105727Z [00:04:31.700]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints=/tmp/go-build3619502580/b293/_pkg_.a
2025-08-20T21:21:38.4106509Z [00:04:31.700]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/types=/tmp/go-build3619502580/b294/_pkg_.a
2025-08-20T21:21:38.4107179Z [00:04:31.700]➜  packagefile github.com/aws/smithy-go/context=/tmp/go-build3619502580/b241/_pkg_.a
2025-08-20T21:21:38.4107871Z [00:04:31.700]➜  packagefile github.com/aws/smithy-go/internal/sync/singleflight=/tmp/go-build3619502580/b242/_pkg_.a
2025-08-20T21:21:38.4108587Z [00:04:31.700]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/ratelimit=/tmp/go-build3619502580/b261/_pkg_.a
2025-08-20T21:21:38.4109267Z [00:04:31.700]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/timeconv=/tmp/go-build3619502580/b263/_pkg_.a
2025-08-20T21:21:38.4109984Z [00:04:31.700]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4=/tmp/go-build3619502580/b278/_pkg_.a
2025-08-20T21:21:38.4110859Z [00:04:31.700]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build3619502580/b288/_pkg_.a
2025-08-20T21:21:38.4111802Z [00:04:31.700]➜  packagefile github.com/aws/smithy-go/encoding=/tmp/go-build3619502580/b296/_pkg_.a
2025-08-20T21:21:38.4112511Z [00:04:31.700]➜  packagefile github.com/aws/smithy-go/transport/http/internal/io=/tmp/go-build3619502580/b251/_pkg_.a
2025-08-20T21:21:38.4113146Z [00:04:31.700]➜  packagefile net/http/httputil=/tmp/go-build3619502580/b252/_pkg_.a
2025-08-20T21:21:38.4113731Z [00:04:31.700]➜  packagefile github.com/aws/aws-sdk-go/internal/ini=/tmp/go-build3619502580/b322/_pkg_.a
2025-08-20T21:21:38.4114427Z [00:04:31.700]➜  packagefile github.com/aws/aws-sdk-go/internal/shareddefaults=/tmp/go-build3619502580/b323/_pkg_.a
2025-08-20T21:21:38.4115176Z [00:04:31.700]➜  packagefile github.com/aws/aws-sdk-go/internal/sync/singleflight=/tmp/go-build3619502580/b324/_pkg_.a
2025-08-20T21:21:38.4115950Z [00:04:31.700]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build3619502580/b331/_pkg_.a
2025-08-20T21:21:38.4116769Z [00:04:31.700]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build3619502580/b341/_pkg_.a
2025-08-20T21:21:38.4117631Z [00:04:31.700]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/async=/tmp/go-build3619502580/b343/_pkg_.a
2025-08-20T21:21:38.4118596Z [00:04:31.700]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/body=/tmp/go-build3619502580/b344/_pkg_.a
2025-08-20T21:21:38.4119523Z [00:04:31.700]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/fake=/tmp/go-build3619502580/b345/_pkg_.a
2025-08-20T21:21:38.4120388Z [00:04:31.700]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/loc=/tmp/go-build3619502580/b346/_pkg_.a
2025-08-20T21:21:38.4121480Z [00:04:31.700]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/op=/tmp/go-build3619502580/b347/_pkg_.a
2025-08-20T21:21:38.4122370Z [00:04:31.700]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/diag=/tmp/go-build3619502580/b349/_pkg_.a
2025-08-20T21:21:38.4123748Z [00:04:31.700]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/exported=/tmp/go-build3619502580/b335/_pkg_.a
2025-08-20T21:21:38.4125132Z [00:04:31.700]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build3619502580/b342/_pkg_.a
2025-08-20T21:21:38.4126589Z [00:04:31.700]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror=/tmp/go-build3619502580/b361/_pkg_.a
2025-08-20T21:21:38.4127974Z [00:04:31.700]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build3619502580/b363/_pkg_.a
2025-08-20T21:21:38.4129370Z [00:04:31.700]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/appendblob=/tmp/go-build3619502580/b371/_pkg_.a
2025-08-20T21:21:38.4130994Z [00:04:31.700]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/pageblob=/tmp/go-build3619502580/b372/_pkg_.a
2025-08-20T21:21:38.4132283Z [00:04:31.700]➜  packagefile hash/crc64=/tmp/go-build3619502580/b367/_pkg_.a
2025-08-20T21:21:38.4133520Z [00:04:31.700]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/delete=/tmp/go-build3619502580/b419/_pkg_.a
2025-08-20T21:21:38.4135096Z [00:04:31.700]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/get=/tmp/go-build3619502580/b626/_pkg_.a
2025-08-20T21:21:38.4136672Z [00:04:31.700]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/status=/tmp/go-build3619502580/b627/_pkg_.a
2025-08-20T21:21:38.4138267Z [00:04:31.700]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/submit=/tmp/go-build3619502580/b628/_pkg_.a
2025-08-20T21:21:38.4140033Z [00:04:31.700]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/deleteautoscalingpolicy=/tmp/go-build3619502580/b629/_pkg_.a
2025-08-20T21:21:38.4142178Z [00:04:31.700]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingcapacity=/tmp/go-build3619502580/b630/_pkg_.a
2025-08-20T21:21:38.4144072Z [00:04:31.700]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingpolicy=/tmp/go-build3619502580/b631/_pkg_.a
2025-08-20T21:21:38.4145906Z [00:04:31.700]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/putautoscalingpolicy=/tmp/go-build3619502580/b632/_pkg_.a
2025-08-20T21:21:38.4147658Z [00:04:31.700]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/capabilities=/tmp/go-build3619502580/b633/_pkg_.a
2025-08-20T21:21:38.4149352Z [00:04:31.700]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/aliases=/tmp/go-build3619502580/b634/_pkg_.a
2025-08-20T21:21:38.4150976Z [00:04:31.700]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/allocation=/tmp/go-build3619502580/b635/_pkg_.a
2025-08-20T21:21:38.4152778Z [00:04:31.700]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/componenttemplates=/tmp/go-build3619502580/b637/_pkg_.a
2025-08-20T21:21:38.4154445Z [00:04:31.700]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/count=/tmp/go-build3619502580/b638/_pkg_.a
2025-08-20T21:21:38.4156011Z [00:04:31.700]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/fielddata=/tmp/go-build3619502580/b639/_pkg_.a
2025-08-20T21:21:38.4157740Z [00:04:31.700]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/health=/tmp/go-build3619502580/b640/_pkg_.a
2025-08-20T21:21:38.4159231Z [00:04:31.700]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/help=/tmp/go-build3619502580/b642/_pkg_.a
2025-08-20T21:21:38.4160738Z [00:04:31.700]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/indices=/tmp/go-build3619502580/b643/_pkg_.a
2025-08-20T21:21:38.4162500Z [00:04:31.700]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/master=/tmp/go-build3619502580/b644/_pkg_.a
2025-08-20T21:21:38.4164116Z [00:04:31.700]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldatafeeds=/tmp/go-build3619502580/b645/_pkg_.a
2025-08-20T21:21:38.4165798Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldataframeanalytics=/tmp/go-build3619502580/b646/_pkg_.a
2025-08-20T21:21:38.4167414Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mljobs=/tmp/go-build3619502580/b647/_pkg_.a
2025-08-20T21:21:38.4169011Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mltrainedmodels=/tmp/go-build3619502580/b648/_pkg_.a
2025-08-20T21:21:38.4170622Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodeattrs=/tmp/go-build3619502580/b649/_pkg_.a
2025-08-20T21:21:38.4172330Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodes=/tmp/go-build3619502580/b650/_pkg_.a
2025-08-20T21:21:38.4174058Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/pendingtasks=/tmp/go-build3619502580/b651/_pkg_.a
2025-08-20T21:21:38.4175648Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/plugins=/tmp/go-build3619502580/b652/_pkg_.a
2025-08-20T21:21:38.4177184Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/recovery=/tmp/go-build3619502580/b653/_pkg_.a
2025-08-20T21:21:38.4178773Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/repositories=/tmp/go-build3619502580/b654/_pkg_.a
2025-08-20T21:21:38.4180347Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/segments=/tmp/go-build3619502580/b655/_pkg_.a
2025-08-20T21:21:38.4182142Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/shards=/tmp/go-build3619502580/b656/_pkg_.a
2025-08-20T21:21:38.4183725Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/snapshots=/tmp/go-build3619502580/b657/_pkg_.a
2025-08-20T21:21:38.4185373Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/tasks=/tmp/go-build3619502580/b658/_pkg_.a
2025-08-20T21:21:38.4186930Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/templates=/tmp/go-build3619502580/b659/_pkg_.a
2025-08-20T21:21:38.4188510Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/threadpool=/tmp/go-build3619502580/b660/_pkg_.a
2025-08-20T21:21:38.4190087Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/transforms=/tmp/go-build3619502580/b661/_pkg_.a
2025-08-20T21:21:38.4192078Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/deleteautofollowpattern=/tmp/go-build3619502580/b662/_pkg_.a
2025-08-20T21:21:38.4193776Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/follow=/tmp/go-build3619502580/b663/_pkg_.a
2025-08-20T21:21:38.4195335Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followinfo=/tmp/go-build3619502580/b664/_pkg_.a
2025-08-20T21:21:38.4196950Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followstats=/tmp/go-build3619502580/b665/_pkg_.a
2025-08-20T21:21:38.4198615Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/forgetfollower=/tmp/go-build3619502580/b666/_pkg_.a
2025-08-20T21:21:38.4200458Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/getautofollowpattern=/tmp/go-build3619502580/b667/_pkg_.a
2025-08-20T21:21:38.4202446Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pauseautofollowpattern=/tmp/go-build3619502580/b668/_pkg_.a
2025-08-20T21:21:38.4204149Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pausefollow=/tmp/go-build3619502580/b669/_pkg_.a
2025-08-20T21:21:38.4205827Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/putautofollowpattern=/tmp/go-build3619502580/b670/_pkg_.a
2025-08-20T21:21:38.4207618Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumeautofollowpattern=/tmp/go-build3619502580/b671/_pkg_.a
2025-08-20T21:21:38.4209328Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumefollow=/tmp/go-build3619502580/b672/_pkg_.a
2025-08-20T21:21:38.4210875Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/stats=/tmp/go-build3619502580/b673/_pkg_.a
2025-08-20T21:21:38.4212568Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/unfollow=/tmp/go-build3619502580/b674/_pkg_.a
2025-08-20T21:21:38.4214231Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/allocationexplain=/tmp/go-build3619502580/b675/_pkg_.a
2025-08-20T21:21:38.4216052Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletecomponenttemplate=/tmp/go-build3619502580/b676/_pkg_.a
2025-08-20T21:21:38.4218137Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletevotingconfigexclusions=/tmp/go-build3619502580/b677/_pkg_.a
2025-08-20T21:21:38.4220051Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/existscomponenttemplate=/tmp/go-build3619502580/b678/_pkg_.a
2025-08-20T21:21:38.4222140Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getcomponenttemplate=/tmp/go-build3619502580/b679/_pkg_.a
2025-08-20T21:21:38.4223899Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getsettings=/tmp/go-build3619502580/b680/_pkg_.a
2025-08-20T21:21:38.4225516Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/health=/tmp/go-build3619502580/b681/_pkg_.a
2025-08-20T21:21:38.4227075Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/info=/tmp/go-build3619502580/b684/_pkg_.a
2025-08-20T21:21:38.4228828Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/pendingtasks=/tmp/go-build3619502580/b685/_pkg_.a
2025-08-20T21:21:38.4230682Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/postvotingconfigexclusions=/tmp/go-build3619502580/b686/_pkg_.a
2025-08-20T21:21:38.4232811Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putcomponenttemplate=/tmp/go-build3619502580/b687/_pkg_.a
2025-08-20T21:21:38.4234564Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putsettings=/tmp/go-build3619502580/b688/_pkg_.a
2025-08-20T21:21:38.4236316Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/remoteinfo=/tmp/go-build3619502580/b689/_pkg_.a
2025-08-20T21:21:38.4237955Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/reroute=/tmp/go-build3619502580/b690/_pkg_.a
2025-08-20T21:21:38.4239560Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/state=/tmp/go-build3619502580/b691/_pkg_.a
2025-08-20T21:21:38.4241123Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/stats=/tmp/go-build3619502580/b692/_pkg_.a
2025-08-20T21:21:38.4243110Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/checkin=/tmp/go-build3619502580/b693/_pkg_.a
2025-08-20T21:21:38.4244774Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/delete=/tmp/go-build3619502580/b694/_pkg_.a
2025-08-20T21:21:38.4246382Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/get=/tmp/go-build3619502580/b695/_pkg_.a
2025-08-20T21:21:38.4247990Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/lastsync=/tmp/go-build3619502580/b696/_pkg_.a
2025-08-20T21:21:38.4249613Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/list=/tmp/go-build3619502580/b697/_pkg_.a
2025-08-20T21:21:38.4251371Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/post=/tmp/go-build3619502580/b698/_pkg_.a
2025-08-20T21:21:38.4252983Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/put=/tmp/go-build3619502580/b699/_pkg_.a
2025-08-20T21:21:38.4254613Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/secretpost=/tmp/go-build3619502580/b700/_pkg_.a
2025-08-20T21:21:38.4256314Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobcancel=/tmp/go-build3619502580/b701/_pkg_.a
2025-08-20T21:21:38.4258058Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobcheckin=/tmp/go-build3619502580/b702/_pkg_.a
2025-08-20T21:21:38.4259778Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobclaim=/tmp/go-build3619502580/b703/_pkg_.a
2025-08-20T21:21:38.4261875Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobdelete=/tmp/go-build3619502580/b704/_pkg_.a
2025-08-20T21:21:38.4263659Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjoberror=/tmp/go-build3619502580/b705/_pkg_.a
2025-08-20T21:21:38.4265371Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobget=/tmp/go-build3619502580/b706/_pkg_.a
2025-08-20T21:21:38.4267077Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjoblist=/tmp/go-build3619502580/b707/_pkg_.a
2025-08-20T21:21:38.4268776Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobpost=/tmp/go-build3619502580/b708/_pkg_.a
2025-08-20T21:21:38.4270550Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobupdatestats=/tmp/go-build3619502580/b709/_pkg_.a
2025-08-20T21:21:38.4272719Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateactivefiltering=/tmp/go-build3619502580/b710/_pkg_.a
2025-08-20T21:21:38.4274552Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateapikeyid=/tmp/go-build3619502580/b711/_pkg_.a
2025-08-20T21:21:38.4276358Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateconfiguration=/tmp/go-build3619502580/b712/_pkg_.a
2025-08-20T21:21:38.4278118Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateerror=/tmp/go-build3619502580/b713/_pkg_.a
2025-08-20T21:21:38.4279944Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefeatures=/tmp/go-build3619502580/b714/_pkg_.a
2025-08-20T21:21:38.4281876Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefiltering=/tmp/go-build3619502580/b715/_pkg_.a
2025-08-20T21:21:38.4283213Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefilteringvalidation=/tmp/go-build3619502580/b716/_pkg_.a
2025-08-20T21:21:38.4284872Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateindexname=/tmp/go-build3619502580/b717/_pkg_.a
2025-08-20T21:21:38.4286744Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatename=/tmp/go-build3619502580/b718/_pkg_.a
2025-08-20T21:21:38.4288393Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatenative=/tmp/go-build3619502580/b719/_pkg_.a
2025-08-20T21:21:38.4290090Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatepipeline=/tmp/go-build3619502580/b720/_pkg_.a
2025-08-20T21:21:38.4292040Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatescheduling=/tmp/go-build3619502580/b721/_pkg_.a
2025-08-20T21:21:38.4293897Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateservicetype=/tmp/go-build3619502580/b722/_pkg_.a
2025-08-20T21:21:38.4295540Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatestatus=/tmp/go-build3619502580/b723/_pkg_.a
2025-08-20T21:21:38.4297110Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/bulk=/tmp/go-build3619502580/b724/_pkg_.a
2025-08-20T21:21:38.4298698Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/clearscroll=/tmp/go-build3619502580/b726/_pkg_.a
2025-08-20T21:21:38.4300375Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/closepointintime=/tmp/go-build3619502580/b727/_pkg_.a
2025-08-20T21:21:38.4302261Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/count=/tmp/go-build3619502580/b728/_pkg_.a
2025-08-20T21:21:38.4303997Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/create=/tmp/go-build3619502580/b729/_pkg_.a
2025-08-20T21:21:38.4305595Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/delete=/tmp/go-build3619502580/b730/_pkg_.a
2025-08-20T21:21:38.4307231Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyquery=/tmp/go-build3619502580/b731/_pkg_.a
2025-08-20T21:21:38.4309015Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyqueryrethrottle=/tmp/go-build3619502580/b733/_pkg_.a
2025-08-20T21:21:38.4310880Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/deletescript=/tmp/go-build3619502580/b734/_pkg_.a
2025-08-20T21:21:38.4312809Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/exists=/tmp/go-build3619502580/b735/_pkg_.a
2025-08-20T21:21:38.4314476Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/existssource=/tmp/go-build3619502580/b736/_pkg_.a
2025-08-20T21:21:38.4316321Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/explain=/tmp/go-build3619502580/b737/_pkg_.a
2025-08-20T21:21:38.4318004Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/fieldcaps=/tmp/go-build3619502580/b738/_pkg_.a
2025-08-20T21:21:38.4319641Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/get=/tmp/go-build3619502580/b739/_pkg_.a
2025-08-20T21:21:38.4321490Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getscript=/tmp/go-build3619502580/b740/_pkg_.a
2025-08-20T21:21:38.4323385Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptcontext=/tmp/go-build3619502580/b741/_pkg_.a
2025-08-20T21:21:38.4325125Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptlanguages=/tmp/go-build3619502580/b742/_pkg_.a
2025-08-20T21:21:38.4326827Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getsource=/tmp/go-build3619502580/b743/_pkg_.a
2025-08-20T21:21:38.4328492Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/healthreport=/tmp/go-build3619502580/b744/_pkg_.a
2025-08-20T21:21:38.4330089Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/index=/tmp/go-build3619502580/b745/_pkg_.a
2025-08-20T21:21:38.4331975Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/info=/tmp/go-build3619502580/b746/_pkg_.a
2025-08-20T21:21:38.4333559Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/knnsearch=/tmp/go-build3619502580/b747/_pkg_.a
2025-08-20T21:21:38.4335162Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/mget=/tmp/go-build3619502580/b748/_pkg_.a
2025-08-20T21:21:38.4336784Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/msearch=/tmp/go-build3619502580/b749/_pkg_.a
2025-08-20T21:21:38.4338487Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/msearchtemplate=/tmp/go-build3619502580/b750/_pkg_.a
2025-08-20T21:21:38.4340211Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/mtermvectors=/tmp/go-build3619502580/b751/_pkg_.a
2025-08-20T21:21:38.4342178Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/openpointintime=/tmp/go-build3619502580/b752/_pkg_.a
2025-08-20T21:21:38.4343835Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/ping=/tmp/go-build3619502580/b753/_pkg_.a
2025-08-20T21:21:38.4345447Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/putscript=/tmp/go-build3619502580/b754/_pkg_.a
2025-08-20T21:21:38.4347062Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/rankeval=/tmp/go-build3619502580/b755/_pkg_.a
2025-08-20T21:21:38.4348860Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/reindex=/tmp/go-build3619502580/b756/_pkg_.a
2025-08-20T21:21:38.4350629Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/reindexrethrottle=/tmp/go-build3619502580/b757/_pkg_.a
2025-08-20T21:21:38.4352693Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/rendersearchtemplate=/tmp/go-build3619502580/b758/_pkg_.a
2025-08-20T21:21:38.4354660Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/scriptspainlessexecute=/tmp/go-build3619502580/b759/_pkg_.a
2025-08-20T21:21:38.4356433Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/scroll=/tmp/go-build3619502580/b761/_pkg_.a
2025-08-20T21:21:38.4358092Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/search=/tmp/go-build3619502580/b762/_pkg_.a
2025-08-20T21:21:38.4359737Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/searchmvt=/tmp/go-build3619502580/b763/_pkg_.a
2025-08-20T21:21:38.4361376Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/searchshards=/tmp/go-build3619502580/b766/_pkg_.a
2025-08-20T21:21:38.4362398Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/searchtemplate=/tmp/go-build3619502580/b767/_pkg_.a
2025-08-20T21:21:38.4363288Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/termsenum=/tmp/go-build3619502580/b768/_pkg_.a
2025-08-20T21:21:38.4364277Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/termvectors=/tmp/go-build3619502580/b769/_pkg_.a
2025-08-20T21:21:38.4365135Z [00:04:31.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/update=/tmp/go-build3619502580/b770/_pkg_.a
2025-08-20T21:21:38.4365985Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyquery=/tmp/go-build3619502580/b771/_pkg_.a
2025-08-20T21:21:38.4366941Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyqueryrethrottle=/tmp/go-build3619502580/b772/_pkg_.a
2025-08-20T21:21:38.4367955Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/deletedanglingindex=/tmp/go-build3619502580/b773/_pkg_.a
2025-08-20T21:21:38.4369063Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/importdanglingindex=/tmp/go-build3619502580/b774/_pkg_.a
2025-08-20T21:21:38.4370118Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/listdanglingindices=/tmp/go-build3619502580/b775/_pkg_.a
2025-08-20T21:21:38.4371096Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/deletepolicy=/tmp/go-build3619502580/b776/_pkg_.a
2025-08-20T21:21:38.4372492Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/executepolicy=/tmp/go-build3619502580/b777/_pkg_.a
2025-08-20T21:21:38.4373410Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/getpolicy=/tmp/go-build3619502580/b778/_pkg_.a
2025-08-20T21:21:38.4374266Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/putpolicy=/tmp/go-build3619502580/b779/_pkg_.a
2025-08-20T21:21:38.4375120Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/stats=/tmp/go-build3619502580/b780/_pkg_.a
2025-08-20T21:21:38.4375930Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/delete=/tmp/go-build3619502580/b781/_pkg_.a
2025-08-20T21:21:38.4376734Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/get=/tmp/go-build3619502580/b782/_pkg_.a
2025-08-20T21:21:38.4377542Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/getstatus=/tmp/go-build3619502580/b783/_pkg_.a
2025-08-20T21:21:38.4378463Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/search=/tmp/go-build3619502580/b784/_pkg_.a
2025-08-20T21:21:38.4379292Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquery=/tmp/go-build3619502580/b786/_pkg_.a
2025-08-20T21:21:38.4380177Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquerydelete=/tmp/go-build3619502580/b788/_pkg_.a
2025-08-20T21:21:38.4381076Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncqueryget=/tmp/go-build3619502580/b789/_pkg_.a
2025-08-20T21:21:38.4382177Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquerystop=/tmp/go-build3619502580/b790/_pkg_.a
2025-08-20T21:21:38.4383025Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/query=/tmp/go-build3619502580/b791/_pkg_.a
2025-08-20T21:21:38.4383888Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/features/getfeatures=/tmp/go-build3619502580/b792/_pkg_.a
2025-08-20T21:21:38.4384873Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/features/resetfeatures=/tmp/go-build3619502580/b793/_pkg_.a
2025-08-20T21:21:38.4385802Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/globalcheckpoints=/tmp/go-build3619502580/b794/_pkg_.a
2025-08-20T21:21:38.4386687Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/msearch=/tmp/go-build3619502580/b795/_pkg_.a
2025-08-20T21:21:38.4387530Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/postsecret=/tmp/go-build3619502580/b796/_pkg_.a
2025-08-20T21:21:38.4388429Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/search=/tmp/go-build3619502580/b797/_pkg_.a
2025-08-20T21:21:38.4389260Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/graph/explore=/tmp/go-build3619502580/b798/_pkg_.a
2025-08-20T21:21:38.4390129Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/deletelifecycle=/tmp/go-build3619502580/b799/_pkg_.a
2025-08-20T21:21:38.4391022Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/explainlifecycle=/tmp/go-build3619502580/b800/_pkg_.a
2025-08-20T21:21:38.4392081Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getlifecycle=/tmp/go-build3619502580/b801/_pkg_.a
2025-08-20T21:21:38.4393007Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getstatus=/tmp/go-build3619502580/b802/_pkg_.a
2025-08-20T21:21:38.4393889Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/migratetodatatiers=/tmp/go-build3619502580/b803/_pkg_.a
2025-08-20T21:21:38.4394758Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/movetostep=/tmp/go-build3619502580/b804/_pkg_.a
2025-08-20T21:21:38.4395610Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/putlifecycle=/tmp/go-build3619502580/b805/_pkg_.a
2025-08-20T21:21:38.4396467Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/removepolicy=/tmp/go-build3619502580/b806/_pkg_.a
2025-08-20T21:21:38.4397290Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/retry=/tmp/go-build3619502580/b807/_pkg_.a
2025-08-20T21:21:38.4398088Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/start=/tmp/go-build3619502580/b808/_pkg_.a
2025-08-20T21:21:38.4398878Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/stop=/tmp/go-build3619502580/b809/_pkg_.a
2025-08-20T21:21:38.4399708Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/addblock=/tmp/go-build3619502580/b810/_pkg_.a
2025-08-20T21:21:38.4400561Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/analyze=/tmp/go-build3619502580/b811/_pkg_.a
2025-08-20T21:21:38.4401745Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/cancelmigratereindex=/tmp/go-build3619502580/b812/_pkg_.a
2025-08-20T21:21:38.4402699Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/clearcache=/tmp/go-build3619502580/b813/_pkg_.a
2025-08-20T21:21:38.4403561Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/clone=/tmp/go-build3619502580/b814/_pkg_.a
2025-08-20T21:21:38.4404386Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/close=/tmp/go-build3619502580/b815/_pkg_.a
2025-08-20T21:21:38.4405221Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/create=/tmp/go-build3619502580/b816/_pkg_.a
2025-08-20T21:21:38.4406109Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/createdatastream=/tmp/go-build3619502580/b817/_pkg_.a
2025-08-20T21:21:38.4407014Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/createfrom=/tmp/go-build3619502580/b818/_pkg_.a
2025-08-20T21:21:38.4407994Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/datastreamsstats=/tmp/go-build3619502580/b819/_pkg_.a
2025-08-20T21:21:38.4408876Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/delete=/tmp/go-build3619502580/b820/_pkg_.a
2025-08-20T21:21:38.4409742Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletealias=/tmp/go-build3619502580/b821/_pkg_.a
2025-08-20T21:21:38.4410754Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatalifecycle=/tmp/go-build3619502580/b822/_pkg_.a
2025-08-20T21:21:38.4411949Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatastream=/tmp/go-build3619502580/b823/_pkg_.a
2025-08-20T21:21:38.4412944Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deleteindextemplate=/tmp/go-build3619502580/b824/_pkg_.a
2025-08-20T21:21:38.4413891Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletetemplate=/tmp/go-build3619502580/b825/_pkg_.a
2025-08-20T21:21:38.4414794Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/diskusage=/tmp/go-build3619502580/b826/_pkg_.a
2025-08-20T21:21:38.4415747Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/downsample=/tmp/go-build3619502580/b827/_pkg_.a
2025-08-20T21:21:38.4416608Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/exists=/tmp/go-build3619502580/b828/_pkg_.a
2025-08-20T21:21:38.4417469Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsalias=/tmp/go-build3619502580/b829/_pkg_.a
2025-08-20T21:21:38.4418391Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsindextemplate=/tmp/go-build3619502580/b830/_pkg_.a
2025-08-20T21:21:38.4419332Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/existstemplate=/tmp/go-build3619502580/b831/_pkg_.a
2025-08-20T21:21:38.4420275Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/explaindatalifecycle=/tmp/go-build3619502580/b832/_pkg_.a
2025-08-20T21:21:38.4421393Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/fieldusagestats=/tmp/go-build3619502580/b833/_pkg_.a
2025-08-20T21:21:38.4422361Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/flush=/tmp/go-build3619502580/b834/_pkg_.a
2025-08-20T21:21:38.4423220Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/forcemerge=/tmp/go-build3619502580/b835/_pkg_.a
2025-08-20T21:21:38.4424071Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/get=/tmp/go-build3619502580/b836/_pkg_.a
2025-08-20T21:21:38.4425003Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getalias=/tmp/go-build3619502580/b837/_pkg_.a
2025-08-20T21:21:38.4425902Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatalifecycle=/tmp/go-build3619502580/b838/_pkg_.a
2025-08-20T21:21:38.4426864Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatalifecyclestats=/tmp/go-build3619502580/b839/_pkg_.a
2025-08-20T21:21:38.4427809Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatastream=/tmp/go-build3619502580/b840/_pkg_.a
2025-08-20T21:21:38.4428723Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getfieldmapping=/tmp/go-build3619502580/b841/_pkg_.a
2025-08-20T21:21:38.4429652Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getindextemplate=/tmp/go-build3619502580/b842/_pkg_.a
2025-08-20T21:21:38.4430555Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getmapping=/tmp/go-build3619502580/b843/_pkg_.a
2025-08-20T21:21:38.4431777Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getmigratereindexstatus=/tmp/go-build3619502580/b844/_pkg_.a
2025-08-20T21:21:38.4432752Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getsettings=/tmp/go-build3619502580/b845/_pkg_.a
2025-08-20T21:21:38.4433635Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/gettemplate=/tmp/go-build3619502580/b846/_pkg_.a
2025-08-20T21:21:38.4434634Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/migratereindex=/tmp/go-build3619502580/b847/_pkg_.a
2025-08-20T21:21:38.4435581Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/migratetodatastream=/tmp/go-build3619502580/b848/_pkg_.a
2025-08-20T21:21:38.4436534Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/modifydatastream=/tmp/go-build3619502580/b849/_pkg_.a
2025-08-20T21:21:38.4437416Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/open=/tmp/go-build3619502580/b850/_pkg_.a
2025-08-20T21:21:38.4438307Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/promotedatastream=/tmp/go-build3619502580/b851/_pkg_.a
2025-08-20T21:21:38.4439271Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putalias=/tmp/go-build3619502580/b852/_pkg_.a
2025-08-20T21:21:38.4440171Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putdatalifecycle=/tmp/go-build3619502580/b853/_pkg_.a
2025-08-20T21:21:38.4441098Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putindextemplate=/tmp/go-build3619502580/b854/_pkg_.a
2025-08-20T21:21:38.4442218Z [00:04:31.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putmapping=/tmp/go-build3619502580/b855/_pkg_.a
2025-08-20T21:21:38.4443105Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putsettings=/tmp/go-build3619502580/b856/_pkg_.a
2025-08-20T21:21:38.4443983Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/puttemplate=/tmp/go-build3619502580/b857/_pkg_.a
2025-08-20T21:21:38.4444854Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/recovery=/tmp/go-build3619502580/b858/_pkg_.a
2025-08-20T21:21:38.4445721Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/refresh=/tmp/go-build3619502580/b859/_pkg_.a
2025-08-20T21:21:38.4446642Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/reloadsearchanalyzers=/tmp/go-build3619502580/b860/_pkg_.a
2025-08-20T21:21:38.4447590Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolvecluster=/tmp/go-build3619502580/b861/_pkg_.a
2025-08-20T21:21:38.4448583Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolveindex=/tmp/go-build3619502580/b862/_pkg_.a
2025-08-20T21:21:38.4449458Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/rollover=/tmp/go-build3619502580/b863/_pkg_.a
2025-08-20T21:21:38.4450318Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/segments=/tmp/go-build3619502580/b864/_pkg_.a
2025-08-20T21:21:38.4451181Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/shardstores=/tmp/go-build3619502580/b865/_pkg_.a
2025-08-20T21:21:38.4452284Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/shrink=/tmp/go-build3619502580/b867/_pkg_.a
2025-08-20T21:21:38.4453207Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulateindextemplate=/tmp/go-build3619502580/b868/_pkg_.a
2025-08-20T21:21:38.4454249Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulatetemplate=/tmp/go-build3619502580/b869/_pkg_.a
2025-08-20T21:21:38.4455136Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/split=/tmp/go-build3619502580/b870/_pkg_.a
2025-08-20T21:21:38.4455967Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/stats=/tmp/go-build3619502580/b871/_pkg_.a
2025-08-20T21:21:38.4456809Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/unfreeze=/tmp/go-build3619502580/b872/_pkg_.a
2025-08-20T21:21:38.4457749Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/updatealiases=/tmp/go-build3619502580/b873/_pkg_.a
2025-08-20T21:21:38.4458208Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/validatequery=/tmp/go-build3619502580/b874/_pkg_.a
2025-08-20T21:21:38.4458724Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/chatcompletionunified=/tmp/go-build3619502580/b875/_pkg_.a
2025-08-20T21:21:38.4459184Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/completion=/tmp/go-build3619502580/b876/_pkg_.a
2025-08-20T21:21:38.4459615Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/delete=/tmp/go-build3619502580/b877/_pkg_.a
2025-08-20T21:21:38.4460097Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/get=/tmp/go-build3619502580/b878/_pkg_.a
2025-08-20T21:21:38.4460543Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/inference=/tmp/go-build3619502580/b879/_pkg_.a
2025-08-20T21:21:38.4460963Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/put=/tmp/go-build3619502580/b880/_pkg_.a
2025-08-20T21:21:38.4461621Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putalibabacloud=/tmp/go-build3619502580/b881/_pkg_.a
2025-08-20T21:21:38.4462121Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putamazonbedrock=/tmp/go-build3619502580/b883/_pkg_.a
2025-08-20T21:21:38.4462582Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putanthropic=/tmp/go-build3619502580/b885/_pkg_.a
2025-08-20T21:21:38.4463069Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putazureaistudio=/tmp/go-build3619502580/b887/_pkg_.a
2025-08-20T21:21:38.4463568Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putazureopenai=/tmp/go-build3619502580/b889/_pkg_.a
2025-08-20T21:21:38.4464139Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putcohere=/tmp/go-build3619502580/b891/_pkg_.a
2025-08-20T21:21:38.4464622Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putelasticsearch=/tmp/go-build3619502580/b893/_pkg_.a
2025-08-20T21:21:38.4465217Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putelser=/tmp/go-build3619502580/b895/_pkg_.a
2025-08-20T21:21:38.4465722Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putgoogleaistudio=/tmp/go-build3619502580/b897/_pkg_.a
2025-08-20T21:21:38.4466213Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putgooglevertexai=/tmp/go-build3619502580/b899/_pkg_.a
2025-08-20T21:21:38.4466695Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/puthuggingface=/tmp/go-build3619502580/b901/_pkg_.a
2025-08-20T21:21:38.4467139Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putjinaai=/tmp/go-build3619502580/b903/_pkg_.a
2025-08-20T21:21:38.4467594Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putmistral=/tmp/go-build3619502580/b905/_pkg_.a
2025-08-20T21:21:38.4468046Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putopenai=/tmp/go-build3619502580/b907/_pkg_.a
2025-08-20T21:21:38.4468504Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putvoyageai=/tmp/go-build3619502580/b909/_pkg_.a
2025-08-20T21:21:38.4468956Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putwatsonx=/tmp/go-build3619502580/b911/_pkg_.a
2025-08-20T21:21:38.4469395Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/rerank=/tmp/go-build3619502580/b913/_pkg_.a
2025-08-20T21:21:38.4469935Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/sparseembedding=/tmp/go-build3619502580/b914/_pkg_.a
2025-08-20T21:21:38.4470424Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/streamcompletion=/tmp/go-build3619502580/b915/_pkg_.a
2025-08-20T21:21:38.4470894Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/textembedding=/tmp/go-build3619502580/b916/_pkg_.a
2025-08-20T21:21:38.4471510Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/update=/tmp/go-build3619502580/b917/_pkg_.a
2025-08-20T21:21:38.4472076Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletegeoipdatabase=/tmp/go-build3619502580/b918/_pkg_.a
2025-08-20T21:21:38.4472594Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deleteiplocationdatabase=/tmp/go-build3619502580/b919/_pkg_.a
2025-08-20T21:21:38.4473066Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletepipeline=/tmp/go-build3619502580/b920/_pkg_.a
2025-08-20T21:21:38.4473517Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/geoipstats=/tmp/go-build3619502580/b921/_pkg_.a
2025-08-20T21:21:38.4473988Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getgeoipdatabase=/tmp/go-build3619502580/b922/_pkg_.a
2025-08-20T21:21:38.4474491Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getiplocationdatabase=/tmp/go-build3619502580/b923/_pkg_.a
2025-08-20T21:21:38.4474939Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getpipeline=/tmp/go-build3619502580/b924/_pkg_.a
2025-08-20T21:21:38.4475399Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/processorgrok=/tmp/go-build3619502580/b925/_pkg_.a
2025-08-20T21:21:38.4475882Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putgeoipdatabase=/tmp/go-build3619502580/b926/_pkg_.a
2025-08-20T21:21:38.4476380Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putiplocationdatabase=/tmp/go-build3619502580/b927/_pkg_.a
2025-08-20T21:21:38.4476893Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putpipeline=/tmp/go-build3619502580/b928/_pkg_.a
2025-08-20T21:21:38.4477383Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/simulate=/tmp/go-build3619502580/b929/_pkg_.a
2025-08-20T21:21:38.4477812Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/delete=/tmp/go-build3619502580/b930/_pkg_.a
2025-08-20T21:21:38.4478226Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/get=/tmp/go-build3619502580/b931/_pkg_.a
2025-08-20T21:21:38.4478698Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/getbasicstatus=/tmp/go-build3619502580/b932/_pkg_.a
2025-08-20T21:21:38.4479155Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/gettrialstatus=/tmp/go-build3619502580/b933/_pkg_.a
2025-08-20T21:21:38.4479579Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/post=/tmp/go-build3619502580/b934/_pkg_.a
2025-08-20T21:21:38.4480039Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/poststartbasic=/tmp/go-build3619502580/b935/_pkg_.a
2025-08-20T21:21:38.4480499Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/poststarttrial=/tmp/go-build3619502580/b936/_pkg_.a
2025-08-20T21:21:38.4480969Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/logstash/deletepipeline=/tmp/go-build3619502580/b937/_pkg_.a
2025-08-20T21:21:38.4481615Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/logstash/getpipeline=/tmp/go-build3619502580/b938/_pkg_.a
2025-08-20T21:21:38.4482147Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/logstash/putpipeline=/tmp/go-build3619502580/b939/_pkg_.a
2025-08-20T21:21:38.4482616Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/migration/deprecations=/tmp/go-build3619502580/b940/_pkg_.a
2025-08-20T21:21:38.4483146Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/migration/getfeatureupgradestatus=/tmp/go-build3619502580/b941/_pkg_.a
2025-08-20T21:21:38.4483644Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/migration/postfeatureupgrade=/tmp/go-build3619502580/b942/_pkg_.a
2025-08-20T21:21:38.4484303Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/cleartrainedmodeldeploymentcache=/tmp/go-build3619502580/b943/_pkg_.a
2025-08-20T21:21:38.4484750Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/closejob=/tmp/go-build3619502580/b944/_pkg_.a
2025-08-20T21:21:38.4485263Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendar=/tmp/go-build3619502580/b945/_pkg_.a
2025-08-20T21:21:38.4485756Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarevent=/tmp/go-build3619502580/b946/_pkg_.a
2025-08-20T21:21:38.4486352Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarjob=/tmp/go-build3619502580/b947/_pkg_.a
2025-08-20T21:21:38.4486879Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedatafeed=/tmp/go-build3619502580/b948/_pkg_.a
2025-08-20T21:21:38.4487448Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedataframeanalytics=/tmp/go-build3619502580/b949/_pkg_.a
2025-08-20T21:21:38.4487974Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteexpireddata=/tmp/go-build3619502580/b950/_pkg_.a
2025-08-20T21:21:38.4488441Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletefilter=/tmp/go-build3619502580/b951/_pkg_.a
2025-08-20T21:21:38.4488986Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteforecast=/tmp/go-build3619502580/b952/_pkg_.a
2025-08-20T21:21:38.4489567Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletejob=/tmp/go-build3619502580/b953/_pkg_.a
2025-08-20T21:21:38.4490123Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletemodelsnapshot=/tmp/go-build3619502580/b954/_pkg_.a
2025-08-20T21:21:38.4490655Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodel=/tmp/go-build3619502580/b955/_pkg_.a
2025-08-20T21:21:38.4491177Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodelalias=/tmp/go-build3619502580/b956/_pkg_.a
2025-08-20T21:21:38.4492011Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/estimatemodelmemory=/tmp/go-build3619502580/b957/_pkg_.a
2025-08-20T21:21:38.4492561Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/evaluatedataframe=/tmp/go-build3619502580/b958/_pkg_.a
2025-08-20T21:21:38.4493135Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/explaindataframeanalytics=/tmp/go-build3619502580/b959/_pkg_.a
2025-08-20T21:21:38.4493583Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/flushjob=/tmp/go-build3619502580/b960/_pkg_.a
2025-08-20T21:21:38.4494057Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/forecast=/tmp/go-build3619502580/b961/_pkg_.a
2025-08-20T21:21:38.4494497Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getbuckets=/tmp/go-build3619502580/b962/_pkg_.a
2025-08-20T21:21:38.4495162Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendarevents=/tmp/go-build3619502580/b963/_pkg_.a
2025-08-20T21:21:38.4495634Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendars=/tmp/go-build3619502580/b964/_pkg_.a
2025-08-20T21:21:38.4496139Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcategories=/tmp/go-build3619502580/b965/_pkg_.a
2025-08-20T21:21:38.4496608Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeeds=/tmp/go-build3619502580/b966/_pkg_.a
2025-08-20T21:21:38.4497106Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeedstats=/tmp/go-build3619502580/b967/_pkg_.a
2025-08-20T21:21:38.4497815Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalytics=/tmp/go-build3619502580/b968/_pkg_.a
2025-08-20T21:21:38.4498355Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalyticsstats=/tmp/go-build3619502580/b969/_pkg_.a
2025-08-20T21:21:38.4498845Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getfilters=/tmp/go-build3619502580/b970/_pkg_.a
2025-08-20T21:21:38.4499310Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getinfluencers=/tmp/go-build3619502580/b971/_pkg_.a
2025-08-20T21:21:38.4499777Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobs=/tmp/go-build3619502580/b972/_pkg_.a
2025-08-20T21:21:38.4500283Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobstats=/tmp/go-build3619502580/b973/_pkg_.a
2025-08-20T21:21:38.4500808Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmemorystats=/tmp/go-build3619502580/b974/_pkg_.a
2025-08-20T21:21:38.4501477Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshots=/tmp/go-build3619502580/b975/_pkg_.a
2025-08-20T21:21:38.4502077Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshotupgradestats=/tmp/go-build3619502580/b976/_pkg_.a
2025-08-20T21:21:38.4502559Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getoverallbuckets=/tmp/go-build3619502580/b977/_pkg_.a
2025-08-20T21:21:38.4503193Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getrecords=/tmp/go-build3619502580/b978/_pkg_.a
2025-08-20T21:21:38.4514286Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodels=/tmp/go-build3619502580/b979/_pkg_.a
2025-08-20T21:21:38.4514817Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodelsstats=/tmp/go-build3619502580/b981/_pkg_.a
2025-08-20T21:21:38.4515305Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/infertrainedmodel=/tmp/go-build3619502580/b982/_pkg_.a
2025-08-20T21:21:38.4515727Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/info=/tmp/go-build3619502580/b983/_pkg_.a
2025-08-20T21:21:38.4516136Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/openjob=/tmp/go-build3619502580/b984/_pkg_.a
2025-08-20T21:21:38.4516601Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/postcalendarevents=/tmp/go-build3619502580/b985/_pkg_.a
2025-08-20T21:21:38.4517023Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/postdata=/tmp/go-build3619502580/b986/_pkg_.a
2025-08-20T21:21:38.4517468Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdatafeed=/tmp/go-build3619502580/b987/_pkg_.a
2025-08-20T21:21:38.4517972Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdataframeanalytics=/tmp/go-build3619502580/b988/_pkg_.a
2025-08-20T21:21:38.4518422Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendar=/tmp/go-build3619502580/b989/_pkg_.a
2025-08-20T21:21:38.4518941Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendarjob=/tmp/go-build3619502580/b990/_pkg_.a
2025-08-20T21:21:38.4519372Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdatafeed=/tmp/go-build3619502580/b991/_pkg_.a
2025-08-20T21:21:38.4519850Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdataframeanalytics=/tmp/go-build3619502580/b992/_pkg_.a
2025-08-20T21:21:38.4520269Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putfilter=/tmp/go-build3619502580/b993/_pkg_.a
2025-08-20T21:21:38.4520665Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putjob=/tmp/go-build3619502580/b994/_pkg_.a
2025-08-20T21:21:38.4521574Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodel=/tmp/go-build3619502580/b995/_pkg_.a
2025-08-20T21:21:38.4522443Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelalias=/tmp/go-build3619502580/b996/_pkg_.a
2025-08-20T21:21:38.4523411Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodeldefinitionpart=/tmp/go-build3619502580/b997/_pkg_.a
2025-08-20T21:21:38.4524300Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelvocabulary=/tmp/go-build3619502580/b998/_pkg_.a
2025-08-20T21:21:38.4525030Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/resetjob=/tmp/go-build3619502580/b999/_pkg_.a
2025-08-20T21:21:38.4525847Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/revertmodelsnapshot=/tmp/go-build3619502580/b1000/_pkg_.a
2025-08-20T21:21:38.4526638Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/setupgrademode=/tmp/go-build3619502580/b1001/_pkg_.a
2025-08-20T21:21:38.4527418Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdatafeed=/tmp/go-build3619502580/b1002/_pkg_.a
2025-08-20T21:21:38.4528281Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdataframeanalytics=/tmp/go-build3619502580/b1003/_pkg_.a
2025-08-20T21:21:38.4529304Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/starttrainedmodeldeployment=/tmp/go-build3619502580/b1004/_pkg_.a
2025-08-20T21:21:38.4530159Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdatafeed=/tmp/go-build3619502580/b1005/_pkg_.a
2025-08-20T21:21:38.4531028Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdataframeanalytics=/tmp/go-build3619502580/b1006/_pkg_.a
2025-08-20T21:21:38.4532103Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/stoptrainedmodeldeployment=/tmp/go-build3619502580/b1007/_pkg_.a
2025-08-20T21:21:38.4532934Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedatafeed=/tmp/go-build3619502580/b1008/_pkg_.a
2025-08-20T21:21:38.4533840Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedataframeanalytics=/tmp/go-build3619502580/b1009/_pkg_.a
2025-08-20T21:21:38.4534623Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatefilter=/tmp/go-build3619502580/b1010/_pkg_.a
2025-08-20T21:21:38.4535384Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatejob=/tmp/go-build3619502580/b1011/_pkg_.a
2025-08-20T21:21:38.4536223Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatemodelsnapshot=/tmp/go-build3619502580/b1012/_pkg_.a
2025-08-20T21:21:38.4537162Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatetrainedmodeldeployment=/tmp/go-build3619502580/b1013/_pkg_.a
2025-08-20T21:21:38.4537996Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/upgradejobsnapshot=/tmp/go-build3619502580/b1014/_pkg_.a
2025-08-20T21:21:38.4538820Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/validate=/tmp/go-build3619502580/b1015/_pkg_.a
2025-08-20T21:21:38.4539656Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/validatedetector=/tmp/go-build3619502580/b1016/_pkg_.a
2025-08-20T21:21:38.4540447Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/monitoring/bulk=/tmp/go-build3619502580/b1017/_pkg_.a
2025-08-20T21:21:38.4541564Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/clearrepositoriesmeteringarchive=/tmp/go-build3619502580/b1018/_pkg_.a
2025-08-20T21:21:38.4542631Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/getrepositoriesmeteringinfo=/tmp/go-build3619502580/b1019/_pkg_.a
2025-08-20T21:21:38.4543457Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/hotthreads=/tmp/go-build3619502580/b1020/_pkg_.a
2025-08-20T21:21:38.4544236Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/info=/tmp/go-build3619502580/b1022/_pkg_.a
2025-08-20T21:21:38.4545146Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/reloadsecuresettings=/tmp/go-build3619502580/b1023/_pkg_.a
2025-08-20T21:21:38.4545863Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/stats=/tmp/go-build3619502580/b1024/_pkg_.a
2025-08-20T21:21:38.4546287Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/usage=/tmp/go-build3619502580/b1025/_pkg_.a
2025-08-20T21:21:38.4546876Z [00:04:31.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/flamegraph=/tmp/go-build3619502580/b1026/_pkg_.a
2025-08-20T21:21:38.4547772Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/stacktraces=/tmp/go-build3619502580/b1027/_pkg_.a
2025-08-20T21:21:38.4548533Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/status=/tmp/go-build3619502580/b1028/_pkg_.a
2025-08-20T21:21:38.4549349Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/topnfunctions=/tmp/go-build3619502580/b1029/_pkg_.a
2025-08-20T21:21:38.4550371Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleterule=/tmp/go-build3619502580/b1030/_pkg_.a
2025-08-20T21:21:38.4551514Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleteruleset=/tmp/go-build3619502580/b1031/_pkg_.a
2025-08-20T21:21:38.4552321Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getrule=/tmp/go-build3619502580/b1032/_pkg_.a
2025-08-20T21:21:38.4553163Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getruleset=/tmp/go-build3619502580/b1033/_pkg_.a
2025-08-20T21:21:38.4553947Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/listrulesets=/tmp/go-build3619502580/b1034/_pkg_.a
2025-08-20T21:21:38.4554496Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putrule=/tmp/go-build3619502580/b1035/_pkg_.a
2025-08-20T21:21:38.4554988Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putruleset=/tmp/go-build3619502580/b1036/_pkg_.a
2025-08-20T21:21:38.4555450Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/test=/tmp/go-build3619502580/b1037/_pkg_.a
2025-08-20T21:21:38.4555895Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/deletejob=/tmp/go-build3619502580/b1038/_pkg_.a
2025-08-20T21:21:38.4556325Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getjobs=/tmp/go-build3619502580/b1039/_pkg_.a
2025-08-20T21:21:38.4556783Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupcaps=/tmp/go-build3619502580/b1040/_pkg_.a
2025-08-20T21:21:38.4557362Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupindexcaps=/tmp/go-build3619502580/b1041/_pkg_.a
2025-08-20T21:21:38.4557799Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/putjob=/tmp/go-build3619502580/b1042/_pkg_.a
2025-08-20T21:21:38.4558263Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/rollupsearch=/tmp/go-build3619502580/b1043/_pkg_.a
2025-08-20T21:21:38.4558697Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/startjob=/tmp/go-build3619502580/b1044/_pkg_.a
2025-08-20T21:21:38.4559190Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/stopjob=/tmp/go-build3619502580/b1045/_pkg_.a
2025-08-20T21:21:38.4559698Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/cachestats=/tmp/go-build3619502580/b1046/_pkg_.a
2025-08-20T21:21:38.4560210Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/clearcache=/tmp/go-build3619502580/b1047/_pkg_.a
2025-08-20T21:21:38.4560692Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/mount=/tmp/go-build3619502580/b1048/_pkg_.a
2025-08-20T21:21:38.4561183Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/stats=/tmp/go-build3619502580/b1049/_pkg_.a
2025-08-20T21:21:38.4561903Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/delete=/tmp/go-build3619502580/b1051/_pkg_.a
2025-08-20T21:21:38.4562502Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/deletebehavioralanalytics=/tmp/go-build3619502580/b1052/_pkg_.a
2025-08-20T21:21:38.4562965Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/get=/tmp/go-build3619502580/b1053/_pkg_.a
2025-08-20T21:21:38.4563571Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/getbehavioralanalytics=/tmp/go-build3619502580/b1054/_pkg_.a
2025-08-20T21:21:38.4564033Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/list=/tmp/go-build3619502580/b1055/_pkg_.a
2025-08-20T21:21:38.4564908Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/postbehavioralanalyticsevent=/tmp/go-build3619502580/b1056/_pkg_.a
2025-08-20T21:21:38.4565385Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/put=/tmp/go-build3619502580/b1057/_pkg_.a
2025-08-20T21:21:38.4565954Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/putbehavioralanalytics=/tmp/go-build3619502580/b1058/_pkg_.a
2025-08-20T21:21:38.4566459Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/renderquery=/tmp/go-build3619502580/b1059/_pkg_.a
2025-08-20T21:21:38.4566937Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/search=/tmp/go-build3619502580/b1060/_pkg_.a
2025-08-20T21:21:38.4567437Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/activateuserprofile=/tmp/go-build3619502580/b1061/_pkg_.a
2025-08-20T21:21:38.4567902Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/authenticate=/tmp/go-build3619502580/b1063/_pkg_.a
2025-08-20T21:21:38.4568370Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkdeleterole=/tmp/go-build3619502580/b1064/_pkg_.a
2025-08-20T21:21:38.4568826Z [00:04:31.704]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkputrole=/tmp/go-build3619502580/b1065/_pkg_.a
2025-08-20T21:21:38.4569381Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkupdateapikeys=/tmp/go-build3619502580/b1066/_pkg_.a
2025-08-20T21:21:38.4569848Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/changepassword=/tmp/go-build3619502580/b1067/_pkg_.a
2025-08-20T21:21:38.4570331Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearapikeycache=/tmp/go-build3619502580/b1068/_pkg_.a
2025-08-20T21:21:38.4570840Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedprivileges=/tmp/go-build3619502580/b1069/_pkg_.a
2025-08-20T21:21:38.4571506Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedrealms=/tmp/go-build3619502580/b1070/_pkg_.a
2025-08-20T21:21:38.4572066Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedroles=/tmp/go-build3619502580/b1071/_pkg_.a
2025-08-20T21:21:38.4572598Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedservicetokens=/tmp/go-build3619502580/b1072/_pkg_.a
2025-08-20T21:21:38.4573050Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/createapikey=/tmp/go-build3619502580/b1073/_pkg_.a
2025-08-20T21:21:38.4573569Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/createcrossclusterapikey=/tmp/go-build3619502580/b1074/_pkg_.a
2025-08-20T21:21:38.4574066Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/createservicetoken=/tmp/go-build3619502580/b1075/_pkg_.a
2025-08-20T21:21:38.4574525Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/delegatepki=/tmp/go-build3619502580/b1076/_pkg_.a
2025-08-20T21:21:38.4575004Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteprivileges=/tmp/go-build3619502580/b1077/_pkg_.a
2025-08-20T21:21:38.4575454Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterole=/tmp/go-build3619502580/b1078/_pkg_.a
2025-08-20T21:21:38.4575942Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterolemapping=/tmp/go-build3619502580/b1079/_pkg_.a
2025-08-20T21:21:38.4576425Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteservicetoken=/tmp/go-build3619502580/b1080/_pkg_.a
2025-08-20T21:21:38.4577033Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteuser=/tmp/go-build3619502580/b1081/_pkg_.a
2025-08-20T21:21:38.4577486Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuser=/tmp/go-build3619502580/b1082/_pkg_.a
2025-08-20T21:21:38.4577979Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuserprofile=/tmp/go-build3619502580/b1083/_pkg_.a
2025-08-20T21:21:38.4578422Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuser=/tmp/go-build3619502580/b1084/_pkg_.a
2025-08-20T21:21:38.4578906Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuserprofile=/tmp/go-build3619502580/b1085/_pkg_.a
2025-08-20T21:21:38.4579362Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollkibana=/tmp/go-build3619502580/b1086/_pkg_.a
2025-08-20T21:21:38.4579815Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollnode=/tmp/go-build3619502580/b1087/_pkg_.a
2025-08-20T21:21:38.4580256Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getapikey=/tmp/go-build3619502580/b1088/_pkg_.a
2025-08-20T21:21:38.4580760Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getbuiltinprivileges=/tmp/go-build3619502580/b1089/_pkg_.a
2025-08-20T21:21:38.4581445Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getprivileges=/tmp/go-build3619502580/b1090/_pkg_.a
2025-08-20T21:21:38.4582007Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getrole=/tmp/go-build3619502580/b1091/_pkg_.a
2025-08-20T21:21:38.4582482Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getrolemapping=/tmp/go-build3619502580/b1092/_pkg_.a
2025-08-20T21:21:38.4582983Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getserviceaccounts=/tmp/go-build3619502580/b1093/_pkg_.a
2025-08-20T21:21:38.4583483Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getservicecredentials=/tmp/go-build3619502580/b1094/_pkg_.a
2025-08-20T21:21:38.4584005Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getsettings=/tmp/go-build3619502580/b1095/_pkg_.a
2025-08-20T21:21:38.4584444Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/gettoken=/tmp/go-build3619502580/b1096/_pkg_.a
2025-08-20T21:21:38.4584888Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getuser=/tmp/go-build3619502580/b1098/_pkg_.a
2025-08-20T21:21:38.4585374Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprivileges=/tmp/go-build3619502580/b1099/_pkg_.a
2025-08-20T21:21:38.4585843Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprofile=/tmp/go-build3619502580/b1100/_pkg_.a
2025-08-20T21:21:38.4586302Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/grantapikey=/tmp/go-build3619502580/b1101/_pkg_.a
2025-08-20T21:21:38.4586757Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivileges=/tmp/go-build3619502580/b1103/_pkg_.a
2025-08-20T21:21:38.4587281Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivilegesuserprofile=/tmp/go-build3619502580/b1104/_pkg_.a
2025-08-20T21:21:38.4587759Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidateapikey=/tmp/go-build3619502580/b1105/_pkg_.a
2025-08-20T21:21:38.4588236Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidatetoken=/tmp/go-build3619502580/b1106/_pkg_.a
2025-08-20T21:21:38.4588777Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcauthenticate=/tmp/go-build3619502580/b1107/_pkg_.a
2025-08-20T21:21:38.4589288Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/oidclogout=/tmp/go-build3619502580/b1108/_pkg_.a
2025-08-20T21:21:38.4589815Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcprepareauthentication=/tmp/go-build3619502580/b1109/_pkg_.a
2025-08-20T21:21:38.4590285Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putprivileges=/tmp/go-build3619502580/b1110/_pkg_.a
2025-08-20T21:21:38.4590722Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putrole=/tmp/go-build3619502580/b1111/_pkg_.a
2025-08-20T21:21:38.4591349Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putrolemapping=/tmp/go-build3619502580/b1112/_pkg_.a
2025-08-20T21:21:38.4591827Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putuser=/tmp/go-build3619502580/b1113/_pkg_.a
2025-08-20T21:21:38.4592296Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/queryapikeys=/tmp/go-build3619502580/b1114/_pkg_.a
2025-08-20T21:21:38.4592737Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/queryrole=/tmp/go-build3619502580/b1115/_pkg_.a
2025-08-20T21:21:38.4593189Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/queryuser=/tmp/go-build3619502580/b1116/_pkg_.a
2025-08-20T21:21:38.4593751Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlauthenticate=/tmp/go-build3619502580/b1117/_pkg_.a
2025-08-20T21:21:38.4594247Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlcompletelogout=/tmp/go-build3619502580/b1118/_pkg_.a
2025-08-20T21:21:38.4594722Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlinvalidate=/tmp/go-build3619502580/b1119/_pkg_.a
2025-08-20T21:21:38.4595174Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samllogout=/tmp/go-build3619502580/b1120/_pkg_.a
2025-08-20T21:21:38.4595705Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlprepareauthentication=/tmp/go-build3619502580/b1121/_pkg_.a
2025-08-20T21:21:38.4596305Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlserviceprovidermetadata=/tmp/go-build3619502580/b1122/_pkg_.a
2025-08-20T21:21:38.4596807Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/suggestuserprofiles=/tmp/go-build3619502580/b1123/_pkg_.a
2025-08-20T21:21:38.4597262Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updateapikey=/tmp/go-build3619502580/b1124/_pkg_.a
2025-08-20T21:21:38.4597785Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updatecrossclusterapikey=/tmp/go-build3619502580/b1125/_pkg_.a
2025-08-20T21:21:38.4598253Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updatesettings=/tmp/go-build3619502580/b1126/_pkg_.a
2025-08-20T21:21:38.4598759Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updateuserprofiledata=/tmp/go-build3619502580/b1127/_pkg_.a
2025-08-20T21:21:38.4599206Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/deletenode=/tmp/go-build3619502580/b1128/_pkg_.a
2025-08-20T21:21:38.4599643Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/getnode=/tmp/go-build3619502580/b1129/_pkg_.a
2025-08-20T21:21:38.4600075Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/putnode=/tmp/go-build3619502580/b1130/_pkg_.a
2025-08-20T21:21:38.4600586Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/simulate/ingest=/tmp/go-build3619502580/b1132/_pkg_.a
2025-08-20T21:21:38.4601108Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/deletelifecycle=/tmp/go-build3619502580/b1133/_pkg_.a
2025-08-20T21:21:38.4601783Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/executelifecycle=/tmp/go-build3619502580/b1134/_pkg_.a
2025-08-20T21:21:38.4602252Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/executeretention=/tmp/go-build3619502580/b1135/_pkg_.a
2025-08-20T21:21:38.4602703Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/getlifecycle=/tmp/go-build3619502580/b1136/_pkg_.a
2025-08-20T21:21:38.4603121Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstats=/tmp/go-build3619502580/b1137/_pkg_.a
2025-08-20T21:21:38.4603548Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstatus=/tmp/go-build3619502580/b1138/_pkg_.a
2025-08-20T21:21:38.4603986Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/putlifecycle=/tmp/go-build3619502580/b1139/_pkg_.a
2025-08-20T21:21:38.4604395Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/start=/tmp/go-build3619502580/b1140/_pkg_.a
2025-08-20T21:21:38.4604881Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/stop=/tmp/go-build3619502580/b1141/_pkg_.a
2025-08-20T21:21:38.4605368Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/cleanuprepository=/tmp/go-build3619502580/b1142/_pkg_.a
2025-08-20T21:21:38.4605862Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/clone=/tmp/go-build3619502580/b1143/_pkg_.a
2025-08-20T21:21:38.4606292Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/create=/tmp/go-build3619502580/b1144/_pkg_.a
2025-08-20T21:21:38.4606780Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/createrepository=/tmp/go-build3619502580/b1145/_pkg_.a
2025-08-20T21:21:38.4607216Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/delete=/tmp/go-build3619502580/b1146/_pkg_.a
2025-08-20T21:21:38.4607701Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/deleterepository=/tmp/go-build3619502580/b1147/_pkg_.a
2025-08-20T21:21:38.4608117Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/get=/tmp/go-build3619502580/b1148/_pkg_.a
2025-08-20T21:21:38.4608587Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/getrepository=/tmp/go-build3619502580/b1150/_pkg_.a
2025-08-20T21:21:38.4609067Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/repositoryanalyze=/tmp/go-build3619502580/b1151/_pkg_.a
2025-08-20T21:21:38.4609601Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/repositoryverifyintegrity=/tmp/go-build3619502580/b1152/_pkg_.a
2025-08-20T21:21:38.4610035Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/restore=/tmp/go-build3619502580/b1153/_pkg_.a
2025-08-20T21:21:38.4610464Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/status=/tmp/go-build3619502580/b1154/_pkg_.a
2025-08-20T21:21:38.4610939Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/verifyrepository=/tmp/go-build3619502580/b1155/_pkg_.a
2025-08-20T21:21:38.4611552Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/clearcursor=/tmp/go-build3619502580/b1156/_pkg_.a
2025-08-20T21:21:38.4612003Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/deleteasync=/tmp/go-build3619502580/b1157/_pkg_.a
2025-08-20T21:21:38.4612517Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasync=/tmp/go-build3619502580/b1158/_pkg_.a
2025-08-20T21:21:38.4613027Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasyncstatus=/tmp/go-build3619502580/b1159/_pkg_.a
2025-08-20T21:21:38.4613438Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/query=/tmp/go-build3619502580/b1160/_pkg_.a
2025-08-20T21:21:38.4613862Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/translate=/tmp/go-build3619502580/b1162/_pkg_.a
2025-08-20T21:21:38.4614297Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ssl/certificates=/tmp/go-build3619502580/b1163/_pkg_.a
2025-08-20T21:21:38.4614772Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonym=/tmp/go-build3619502580/b1164/_pkg_.a
2025-08-20T21:21:38.4615255Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonymrule=/tmp/go-build3619502580/b1165/_pkg_.a
2025-08-20T21:21:38.4615717Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonym=/tmp/go-build3619502580/b1166/_pkg_.a
2025-08-20T21:21:38.4616182Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymrule=/tmp/go-build3619502580/b1167/_pkg_.a
2025-08-20T21:21:38.4616773Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymssets=/tmp/go-build3619502580/b1168/_pkg_.a
2025-08-20T21:21:38.4617219Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonym=/tmp/go-build3619502580/b1169/_pkg_.a
2025-08-20T21:21:38.4617746Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonymrule=/tmp/go-build3619502580/b1170/_pkg_.a
2025-08-20T21:21:38.4618180Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/tasks/cancel=/tmp/go-build3619502580/b1171/_pkg_.a
2025-08-20T21:21:38.4618587Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/tasks/get=/tmp/go-build3619502580/b1172/_pkg_.a
2025-08-20T21:21:38.4619005Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/tasks/list=/tmp/go-build3619502580/b1173/_pkg_.a
2025-08-20T21:21:38.4619519Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findfieldstructure=/tmp/go-build3619502580/b1175/_pkg_.a
2025-08-20T21:21:38.4620046Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findmessagestructure=/tmp/go-build3619502580/b1178/_pkg_.a
2025-08-20T21:21:38.4620537Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findstructure=/tmp/go-build3619502580/b1179/_pkg_.a
2025-08-20T21:21:38.4621039Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/testgrokpattern=/tmp/go-build3619502580/b1180/_pkg_.a
2025-08-20T21:21:38.4621789Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/deletetransform=/tmp/go-build3619502580/b1181/_pkg_.a
2025-08-20T21:21:38.4622271Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/getnodestats=/tmp/go-build3619502580/b1182/_pkg_.a
2025-08-20T21:21:38.4622731Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransform=/tmp/go-build3619502580/b1183/_pkg_.a
2025-08-20T21:21:38.4623227Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransformstats=/tmp/go-build3619502580/b1184/_pkg_.a
2025-08-20T21:21:38.4623717Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/previewtransform=/tmp/go-build3619502580/b1185/_pkg_.a
2025-08-20T21:21:38.4624172Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/puttransform=/tmp/go-build3619502580/b1186/_pkg_.a
2025-08-20T21:21:38.4624651Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/resettransform=/tmp/go-build3619502580/b1187/_pkg_.a
2025-08-20T21:21:38.4625225Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/schedulenowtransform=/tmp/go-build3619502580/b1188/_pkg_.a
2025-08-20T21:21:38.4625710Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/starttransform=/tmp/go-build3619502580/b1189/_pkg_.a
2025-08-20T21:21:38.4626176Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/stoptransform=/tmp/go-build3619502580/b1190/_pkg_.a
2025-08-20T21:21:38.4626716Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/updatetransform=/tmp/go-build3619502580/b1191/_pkg_.a
2025-08-20T21:21:38.4627204Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/upgradetransforms=/tmp/go-build3619502580/b1192/_pkg_.a
2025-08-20T21:21:38.4627644Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/ackwatch=/tmp/go-build3619502580/b1193/_pkg_.a
2025-08-20T21:21:38.4628104Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/activatewatch=/tmp/go-build3619502580/b1194/_pkg_.a
2025-08-20T21:21:38.4628575Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deactivatewatch=/tmp/go-build3619502580/b1195/_pkg_.a
2025-08-20T21:21:38.4629079Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deletewatch=/tmp/go-build3619502580/b1196/_pkg_.a
2025-08-20T21:21:38.4629538Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/executewatch=/tmp/go-build3619502580/b1197/_pkg_.a
2025-08-20T21:21:38.4629985Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getsettings=/tmp/go-build3619502580/b1199/_pkg_.a
2025-08-20T21:21:38.4630422Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getwatch=/tmp/go-build3619502580/b1200/_pkg_.a
2025-08-20T21:21:38.4630853Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/putwatch=/tmp/go-build3619502580/b1201/_pkg_.a
2025-08-20T21:21:38.4631546Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/querywatches=/tmp/go-build3619502580/b1202/_pkg_.a
2025-08-20T21:21:38.4631984Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/start=/tmp/go-build3619502580/b1203/_pkg_.a
2025-08-20T21:21:38.4632407Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stats=/tmp/go-build3619502580/b1204/_pkg_.a
2025-08-20T21:21:38.4632823Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stop=/tmp/go-build3619502580/b1205/_pkg_.a
2025-08-20T21:21:38.4633290Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/updatesettings=/tmp/go-build3619502580/b1206/_pkg_.a
2025-08-20T21:21:38.4633787Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/xpack/info=/tmp/go-build3619502580/b1207/_pkg_.a
2025-08-20T21:21:38.4634197Z [00:04:31.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/xpack/usage=/tmp/go-build3619502580/b1209/_pkg_.a
2025-08-20T21:21:38.4634546Z [00:04:31.705]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build3619502580/b405/_pkg_.a
2025-08-20T21:21:38.4634878Z [00:04:31.705]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build3619502580/b407/_pkg_.a
2025-08-20T21:21:38.4635257Z [00:04:31.705]➜  packagefile go.opentelemetry.io/otel/trace/internal/telemetry=/tmp/go-build3619502580/b408/_pkg_.a
2025-08-20T21:21:38.4635653Z [00:04:31.705]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build3619502580/b1215/_pkg_.a
2025-08-20T21:21:38.4636035Z [00:04:31.705]➜  packagefile github.com/googleapis/gax-go/v2/internallog/grpclog=/tmp/go-build3619502580/b1409/_pkg_.a
2025-08-20T21:21:38.4636368Z [00:04:31.705]➜  packagefile github.com/googleapis/gax-go/v2/iterator=/tmp/go-build3619502580/b1410/_pkg_.a
2025-08-20T21:21:38.4636751Z [00:04:31.705]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build3619502580/b1413/_pkg_.a
2025-08-20T21:21:38.4637122Z [00:04:31.705]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3619502580/b1294/_pkg_.a
2025-08-20T21:21:38.4637487Z [00:04:31.705]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3619502580/b1408/_pkg_.a
2025-08-20T21:21:38.4637812Z [00:04:31.705]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2=/tmp/go-build3619502580/b1437/_pkg_.a
2025-08-20T21:21:38.4638258Z [00:04:31.705]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2/monitoringpb=/tmp/go-build3619502580/b1438/_pkg_.a
2025-08-20T21:21:38.4638797Z [00:04:31.705]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping=/tmp/go-build3619502580/b1448/_pkg_.a
2025-08-20T21:21:38.4639156Z [00:04:31.705]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build3619502580/b1336/_pkg_.a
2025-08-20T21:21:38.4639489Z [00:04:31.705]➜  packagefile go.opentelemetry.io/otel/semconv/v1.24.0=/tmp/go-build3619502580/b1449/_pkg_.a
2025-08-20T21:21:38.4639892Z [00:04:31.705]➜  packagefile google.golang.org/genproto/googleapis/api/distribution=/tmp/go-build3619502580/b1439/_pkg_.a
2025-08-20T21:21:38.4640311Z [00:04:31.705]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build3619502580/b1440/_pkg_.a
2025-08-20T21:21:38.4640685Z [00:04:31.705]➜  packagefile google.golang.org/genproto/googleapis/api/metric=/tmp/go-build3619502580/b1441/_pkg_.a
2025-08-20T21:21:38.4641080Z [00:04:31.705]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build3619502580/b1442/_pkg_.a
2025-08-20T21:21:38.4641594Z [00:04:31.705]➜  packagefile google.golang.org/grpc/encoding/gzip=/tmp/go-build3619502580/b1450/_pkg_.a
2025-08-20T21:21:38.4641957Z [00:04:31.705]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3619502580/b1295/_pkg_.a
2025-08-20T21:21:38.4642292Z [00:04:31.705]➜  packagefile github.com/googleapis/gax-go/v2/apierror=/tmp/go-build3619502580/b1320/_pkg_.a
2025-08-20T21:21:38.4642615Z [00:04:31.705]➜  packagefile github.com/googleapis/gax-go/v2/internal=/tmp/go-build3619502580/b1327/_pkg_.a
2025-08-20T21:21:38.4642978Z [00:04:31.705]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3619502580/b1276/_pkg_.a
2025-08-20T21:21:38.4643464Z [00:04:31.705]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp=/tmp/go-build3619502580/b1452/_pkg_.a
2025-08-20T21:21:38.4643737Z [00:04:31.705]➜  packagefile github.com/go-logr/logr=/tmp/go-build3619502580/b392/_pkg_.a
2025-08-20T21:21:38.4644064Z [00:04:31.705]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build3619502580/b396/_pkg_.a
2025-08-20T21:21:38.4644440Z [00:04:31.705]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3619502580/b410/_pkg_.a
2025-08-20T21:21:38.4644756Z [00:04:31.705]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build3619502580/b412/_pkg_.a
2025-08-20T21:21:38.4645059Z [00:04:31.705]➜  packagefile go.opentelemetry.io/otel/internal=/tmp/go-build3619502580/b402/_pkg_.a
2025-08-20T21:21:38.4645403Z [00:04:31.705]➜  packagefile go.opentelemetry.io/otel/internal/attribute=/tmp/go-build3619502580/b403/_pkg_.a
2025-08-20T21:21:38.4645730Z [00:04:31.705]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build3619502580/b411/_pkg_.a
2025-08-20T21:21:38.4646041Z [00:04:31.705]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build3619502580/b1335/_pkg_.a
2025-08-20T21:21:38.4646391Z [00:04:31.706]➜  packagefile go.opentelemetry.io/otel/sdk/metric/exemplar=/tmp/go-build3619502580/b1337/_pkg_.a
2025-08-20T21:21:38.4646735Z [00:04:31.706]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal=/tmp/go-build3619502580/b1338/_pkg_.a
2025-08-20T21:21:38.4647127Z [00:04:31.706]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/aggregate=/tmp/go-build3619502580/b1339/_pkg_.a
2025-08-20T21:21:38.4647546Z [00:04:31.706]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/x=/tmp/go-build3619502580/b1344/_pkg_.a
2025-08-20T21:21:38.4647836Z [00:04:31.706]➜  packagefile go.opentelemetry.io/otel/sdk=/tmp/go-build3619502580/b1342/_pkg_.a
2025-08-20T21:21:38.4648166Z [00:04:31.706]➜  packagefile go.opentelemetry.io/otel/sdk/internal/x=/tmp/go-build3619502580/b1343/_pkg_.a
2025-08-20T21:21:38.4648468Z [00:04:31.706]➜  packagefile golang.org/x/oauth2/authhandler=/tmp/go-build3619502580/b1354/_pkg_.a
2025-08-20T21:21:38.4648877Z [00:04:31.706]➜  packagefile golang.org/x/oauth2/google/externalaccount=/tmp/go-build3619502580/b1355/_pkg_.a
2025-08-20T21:21:38.4649348Z [00:04:31.706]➜  packagefile golang.org/x/oauth2/google/internal/externalaccountauthorizeduser=/tmp/go-build3619502580/b1358/_pkg_.a
2025-08-20T21:21:38.4649722Z [00:04:31.706]➜  packagefile golang.org/x/oauth2/google/internal/impersonate=/tmp/go-build3619502580/b1356/_pkg_.a
2025-08-20T21:21:38.4650008Z [00:04:31.706]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build3619502580/b1352/_pkg_.a
2025-08-20T21:21:38.4650279Z [00:04:31.706]➜  packagefile golang.org/x/oauth2/jws=/tmp/go-build3619502580/b1359/_pkg_.a
2025-08-20T21:21:38.4650599Z [00:04:31.706]➜  packagefile golang.org/x/oauth2/jwt=/tmp/go-build3619502580/b1360/_pkg_.a
2025-08-20T21:21:38.4650997Z [00:04:31.706]➜  packagefile google.golang.org/api/internal/third_party/uritemplates=/tmp/go-build3619502580/b1324/_pkg_.a
2025-08-20T21:21:38.4651544Z [00:04:31.706]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3619502580/b1349/_pkg_.a
2025-08-20T21:21:38.4651897Z [00:04:31.706]➜  packagefile google.golang.org/api/internal/gensupport=/tmp/go-build3619502580/b1454/_pkg_.a
2025-08-20T21:21:38.4652209Z [00:04:31.706]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build3619502580/b1362/_pkg_.a
2025-08-20T21:21:38.4652537Z [00:04:31.706]➜  packagefile cloud.google.com/go/auth/httptransport=/tmp/go-build3619502580/b1456/_pkg_.a
2025-08-20T21:21:38.4652846Z [00:04:31.706]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build3619502580/b1373/_pkg_.a
2025-08-20T21:21:38.4653275Z [00:04:31.706]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build3619502580/b1457/_pkg_.a
2025-08-20T21:21:38.4653616Z [00:04:31.706]➜  packagefile google.golang.org/api/googleapi/transport=/tmp/go-build3619502580/b1463/_pkg_.a
2025-08-20T21:21:38.4653925Z [00:04:31.706]➜  packagefile google.golang.org/api/internal/cert=/tmp/go-build3619502580/b1403/_pkg_.a
2025-08-20T21:21:38.4654188Z [00:04:31.706]➜  packagefile golang.org/x/net/trace=/tmp/go-build3619502580/b1250/_pkg_.a
2025-08-20T21:21:38.4654479Z [00:04:31.706]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build3619502580/b1253/_pkg_.a
2025-08-20T21:21:38.4654852Z [00:04:31.706]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3619502580/b1254/_pkg_.a
2025-08-20T21:21:38.4655167Z [00:04:31.706]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3619502580/b1270/_pkg_.a
2025-08-20T21:21:38.4655498Z [00:04:31.706]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build3619502580/b1271/_pkg_.a
2025-08-20T21:21:38.4655842Z [00:04:31.706]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build3619502580/b1279/_pkg_.a
2025-08-20T21:21:38.4656130Z [00:04:31.706]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build3619502580/b1255/_pkg_.a
2025-08-20T21:21:38.4656438Z [00:04:31.706]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3619502580/b1257/_pkg_.a
2025-08-20T21:21:38.4656746Z [00:04:31.706]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3619502580/b1260/_pkg_.a
2025-08-20T21:21:38.4657092Z [00:04:31.706]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3619502580/b1282/_pkg_.a
2025-08-20T21:21:38.4657412Z [00:04:31.706]➜  packagefile google.golang.org/grpc/encoding/proto=/tmp/go-build3619502580/b1286/_pkg_.a
2025-08-20T21:21:38.4657764Z [00:04:31.706]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3619502580/b1258/_pkg_.a
2025-08-20T21:21:38.4658056Z [00:04:31.706]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3619502580/b1264/_pkg_.a
2025-08-20T21:21:38.4658389Z [00:04:31.706]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3619502580/b1287/_pkg_.a
2025-08-20T21:21:38.4658789Z [00:04:31.706]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build3619502580/b1288/_pkg_.a
2025-08-20T21:21:38.4659199Z [00:04:31.706]➜  packagefile google.golang.org/grpc/internal/balancerload=/tmp/go-build3619502580/b1289/_pkg_.a
2025-08-20T21:21:38.4659532Z [00:04:31.706]➜  packagefile google.golang.org/grpc/internal/binarylog=/tmp/go-build3619502580/b1290/_pkg_.a
2025-08-20T21:21:38.4659872Z [00:04:31.706]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build3619502580/b1256/_pkg_.a
2025-08-20T21:21:38.4660200Z [00:04:31.706]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3619502580/b1297/_pkg_.a
2025-08-20T21:21:38.4660527Z [00:04:31.706]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3619502580/b1284/_pkg_.a
2025-08-20T21:21:38.4660833Z [00:04:31.706]➜  packagefile google.golang.org/grpc/internal/idle=/tmp/go-build3619502580/b1299/_pkg_.a
2025-08-20T21:21:38.4661374Z [00:04:31.706]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build3619502580/b1300/_pkg_.a
2025-08-20T21:21:38.4661703Z [00:04:31.706]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3619502580/b1275/_pkg_.a
2025-08-20T21:21:38.4662039Z [00:04:31.706]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3619502580/b1301/_pkg_.a
2025-08-20T21:21:38.4662462Z [00:04:31.706]➜  packagefile google.golang.org/grpc/internal/resolver/delegatingresolver=/tmp/go-build3619502580/b1303/_pkg_.a
2025-08-20T21:21:38.4662855Z [00:04:31.706]➜  packagefile google.golang.org/grpc/internal/resolver/passthrough=/tmp/go-build3619502580/b1305/_pkg_.a
2025-08-20T21:21:38.4663216Z [00:04:31.706]➜  packagefile google.golang.org/grpc/internal/resolver/unix=/tmp/go-build3619502580/b1306/_pkg_.a
2025-08-20T21:21:38.4663598Z [00:04:31.706]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3619502580/b1302/_pkg_.a
2025-08-20T21:21:38.4663925Z [00:04:31.706]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build3619502580/b1308/_pkg_.a
2025-08-20T21:21:38.4664243Z [00:04:31.706]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build3619502580/b1296/_pkg_.a
2025-08-20T21:21:38.4664587Z [00:04:31.706]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build3619502580/b1309/_pkg_.a
2025-08-20T21:21:38.4664887Z [00:04:31.706]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build3619502580/b1311/_pkg_.a
2025-08-20T21:21:38.4665249Z [00:04:31.706]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build3619502580/b1312/_pkg_.a
2025-08-20T21:21:38.4665731Z [00:04:31.706]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3619502580/b1269/_pkg_.a
2025-08-20T21:21:38.4666062Z [00:04:31.706]➜  packagefile google.golang.org/grpc/resolver/dns=/tmp/go-build3619502580/b1314/_pkg_.a
2025-08-20T21:21:38.4666375Z [00:04:31.706]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3619502580/b1265/_pkg_.a
2025-08-20T21:21:38.4666663Z [00:04:31.706]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3619502580/b1267/_pkg_.a
2025-08-20T21:21:38.4666940Z [00:04:31.706]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build3619502580/b1313/_pkg_.a
2025-08-20T21:21:38.4667342Z [00:04:31.706]➜  packagefile google.golang.org/grpc/balancer/rls/internal/adaptive=/tmp/go-build3619502580/b1467/_pkg_.a
2025-08-20T21:21:38.4667710Z [00:04:31.706]➜  packagefile google.golang.org/grpc/balancer/rls/internal/keys=/tmp/go-build3619502580/b1468/_pkg_.a
2025-08-20T21:21:38.4668070Z [00:04:31.706]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build3619502580/b1470/_pkg_.a
2025-08-20T21:21:38.4668466Z [00:04:31.706]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build3619502580/b1298/_pkg_.a
2025-08-20T21:21:38.4668800Z [00:04:31.706]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3619502580/b1274/_pkg_.a
2025-08-20T21:21:38.4669186Z [00:04:31.706]➜  packagefile google.golang.org/grpc/internal/proto/grpc_lookup_v1=/tmp/go-build3619502580/b1469/_pkg_.a
2025-08-20T21:21:38.4669561Z [00:04:31.706]➜  packagefile google.golang.org/grpc/experimental/opentelemetry=/tmp/go-build3619502580/b1473/_pkg_.a
2025-08-20T21:21:38.4670004Z [00:04:31.706]➜  packagefile google.golang.org/grpc/stats/opentelemetry/internal=/tmp/go-build3619502580/b1474/_pkg_.a
2025-08-20T21:21:38.4670427Z [00:04:31.706]➜  packagefile google.golang.org/grpc/stats/opentelemetry/internal/tracing=/tmp/go-build3619502580/b1475/_pkg_.a
2025-08-20T21:21:38.4670765Z [00:04:31.706]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3619502580/b1263/_pkg_.a
2025-08-20T21:21:38.4671119Z [00:04:31.706]➜  packagefile google.golang.org/grpc/internal/googlecloud=/tmp/go-build3619502580/b1429/_pkg_.a
2025-08-20T21:21:38.4671700Z [00:04:31.706]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3619502580/b1477/_pkg_.a
2025-08-20T21:21:38.4672077Z [00:04:31.706]➜  packagefile google.golang.org/grpc/xds=/tmp/go-build3619502580/b1506/_pkg_.a
2025-08-20T21:21:38.4672429Z [00:04:31.706]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build3619502580/b1530/_pkg_.a
2025-08-20T21:21:38.4672780Z [00:04:31.706]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3619502580/b1219/_pkg_.a
2025-08-20T21:21:38.4673295Z [00:04:31.706]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3619502580/b1233/_pkg_.a
2025-08-20T21:21:38.4673919Z [00:04:31.706]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3619502580/b1230/_pkg_.a
2025-08-20T21:21:38.4674517Z [00:04:31.706]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3619502580/b1234/_pkg_.a
2025-08-20T21:21:38.4675139Z [00:04:31.706]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build3619502580/b1236/_pkg_.a
2025-08-20T21:21:38.4675719Z [00:04:31.706]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3619502580/b1222/_pkg_.a
2025-08-20T21:21:38.4676278Z [00:04:31.706]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3619502580/b1231/_pkg_.a
2025-08-20T21:21:38.4676889Z [00:04:31.706]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3619502580/b1237/_pkg_.a
2025-08-20T21:21:38.4677511Z [00:04:31.706]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3619502580/b1238/_pkg_.a
2025-08-20T21:21:38.4678108Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/argparse=/tmp/go-build3619502580/b1776/_pkg_.a
2025-08-20T21:21:38.4678846Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/aws/cloudwatch=/tmp/go-build3619502580/b1781/_pkg_.a
2025-08-20T21:21:38.4679399Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/base64=/tmp/go-build3619502580/b1821/_pkg_.a
2025-08-20T21:21:38.4679959Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/cert_util=/tmp/go-build3619502580/b1823/_pkg_.a
2025-08-20T21:21:38.4680485Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/chef=/tmp/go-build3619502580/b1824/_pkg_.a
2025-08-20T21:21:38.4681001Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/cmd=/tmp/go-build3619502580/b1827/_pkg_.a
2025-08-20T21:21:38.4681705Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/crypto=/tmp/go-build3619502580/b1828/_pkg_.a
2025-08-20T21:21:38.4682219Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/db=/tmp/go-build3619502580/b1829/_pkg_.a
2025-08-20T21:21:38.4682776Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/filepath=/tmp/go-build3619502580/b1839/_pkg_.a
2025-08-20T21:21:38.4683415Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/goos=/tmp/go-build3619502580/b1840/_pkg_.a
2025-08-20T21:21:38.4683947Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/http=/tmp/go-build3619502580/b1841/_pkg_.a
2025-08-20T21:21:38.4684511Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/humanize=/tmp/go-build3619502580/b1845/_pkg_.a
2025-08-20T21:21:38.4685053Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/inspect=/tmp/go-build3619502580/b1847/_pkg_.a
2025-08-20T21:21:38.4685664Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/ioutil=/tmp/go-build3619502580/b1848/_pkg_.a
2025-08-20T21:21:38.4686201Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/json=/tmp/go-build3619502580/b1826/_pkg_.a
2025-08-20T21:21:38.4686742Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/log=/tmp/go-build3619502580/b1849/_pkg_.a
2025-08-20T21:21:38.4687252Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/pb=/tmp/go-build3619502580/b1889/_pkg_.a
2025-08-20T21:21:38.4687801Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/pprof=/tmp/go-build3619502580/b1897/_pkg_.a
2025-08-20T21:21:38.4688421Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/prometheus/client=/tmp/go-build3619502580/b1850/_pkg_.a
2025-08-20T21:21:38.4689034Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/regexp=/tmp/go-build3619502580/b1867/_pkg_.a
2025-08-20T21:21:38.4689571Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/runtime=/tmp/go-build3619502580/b1868/_pkg_.a
2025-08-20T21:21:38.4690128Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/shellescape=/tmp/go-build3619502580/b1898/_pkg_.a
2025-08-20T21:21:38.4690640Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/stats=/tmp/go-build3619502580/b1900/_pkg_.a
2025-08-20T21:21:38.4691154Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/storage=/tmp/go-build3619502580/b1869/_pkg_.a
2025-08-20T21:21:38.4691966Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/strings=/tmp/go-build3619502580/b1873/_pkg_.a
2025-08-20T21:21:38.4692470Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/tac=/tmp/go-build3619502580/b1874/_pkg_.a
2025-08-20T21:21:38.4692984Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/tcp=/tmp/go-build3619502580/b1875/_pkg_.a
2025-08-20T21:21:38.4693583Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/telegram=/tmp/go-build3619502580/b1876/_pkg_.a
2025-08-20T21:21:38.4694171Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/template=/tmp/go-build3619502580/b1878/_pkg_.a
2025-08-20T21:21:38.4694700Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/time=/tmp/go-build3619502580/b1881/_pkg_.a
2025-08-20T21:21:38.4695224Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/xmlpath=/tmp/go-build3619502580/b1882/_pkg_.a
2025-08-20T21:21:38.4695900Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/yaml=/tmp/go-build3619502580/b1886/_pkg_.a
2025-08-20T21:21:38.4696468Z [00:04:31.706]➜  packagefile github.com/vadv/gopher-lua-libs/zabbix=/tmp/go-build3619502580/b1888/_pkg_.a
2025-08-20T21:21:38.4697045Z [00:04:31.706]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonoptions=/tmp/go-build3619502580/b1906/_pkg_.a
2025-08-20T21:21:38.4697611Z [00:04:31.706]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3619502580/b1912/_pkg_.a
2025-08-20T21:21:38.4698167Z [00:04:31.706]➜  packagefile go.mongodb.org/mongo-driver/internal/randutil=/tmp/go-build3619502580/b1925/_pkg_.a
2025-08-20T21:21:38.4698772Z [00:04:31.706]➜  packagefile go.mongodb.org/mongo-driver/internal/bsonutil=/tmp/go-build3619502580/b1914/_pkg_.a
2025-08-20T21:21:38.4699346Z [00:04:31.706]➜  packagefile go.mongodb.org/mongo-driver/internal/handshake=/tmp/go-build3619502580/b1915/_pkg_.a
2025-08-20T21:21:38.4699951Z [00:04:31.706]➜  packagefile go.mongodb.org/mongo-driver/internal/ptrutil=/tmp/go-build3619502580/b1916/_pkg_.a
2025-08-20T21:21:38.4700366Z [00:04:31.706]➜  packagefile compress/zlib=/tmp/go-build3619502580/b1832/_pkg_.a
2025-08-20T21:21:38.4701017Z [00:04:31.706]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3619502580/b1934/_pkg_.a
2025-08-20T21:21:38.4701862Z [00:04:31.706]➜  packagefile go.mongodb.org/mongo-driver/internal/driverutil=/tmp/go-build3619502580/b1942/_pkg_.a
2025-08-20T21:21:38.4702368Z [00:04:31.706]➜  packagefile github.com/xdg-go/scram=/tmp/go-build3619502580/b1948/_pkg_.a
2025-08-20T21:21:38.4702882Z [00:04:31.706]➜  packagefile github.com/xdg-go/stringprep=/tmp/go-build3619502580/b1950/_pkg_.a
2025-08-20T21:21:38.4703690Z [00:04:31.706]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build3619502580/b1951/_pkg_.a
2025-08-20T21:21:38.4704379Z [00:04:31.706]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/signer/v4=/tmp/go-build3619502580/b1954/_pkg_.a
2025-08-20T21:21:38.4705081Z [00:04:31.706]➜  packagefile go.mongodb.org/mongo-driver/internal/credproviders=/tmp/go-build3619502580/b1956/_pkg_.a
2025-08-20T21:21:38.4705795Z [00:04:31.706]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth/creds=/tmp/go-build3619502580/b1957/_pkg_.a
2025-08-20T21:21:38.4706361Z [00:04:31.706]➜  packagefile go.mongodb.org/mongo-driver/version=/tmp/go-build3619502580/b1959/_pkg_.a
2025-08-20T21:21:38.4706999Z [00:04:31.706]➜  packagefile github.com/montanaflynn/stats=/tmp/go-build3619502580/b1901/_pkg_.a
2025-08-20T21:21:38.4707648Z [00:04:31.706]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/dns=/tmp/go-build3619502580/b1961/_pkg_.a
2025-08-20T21:21:38.4708315Z [00:04:31.706]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/ocsp=/tmp/go-build3619502580/b1963/_pkg_.a
2025-08-20T21:21:38.4708851Z [00:04:31.706]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build3619502580/b1929/_pkg_.a
2025-08-20T21:21:38.4709278Z [00:04:31.706]➜  packagefile golang.org/x/crypto/scrypt=/tmp/go-build3619502580/b1930/_pkg_.a
2025-08-20T21:21:38.4709824Z [00:04:31.706]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto=/tmp/go-build3619502580/b1981/_pkg_.a
2025-08-20T21:21:38.4710281Z [00:04:31.706]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4=/tmp/go-build3619502580/b1982/_pkg_.a
2025-08-20T21:21:38.4710835Z [00:04:31.706]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build3619502580/b1985/_pkg_.a
2025-08-20T21:21:38.4711696Z [00:04:31.706]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn=/tmp/go-build3619502580/b1986/_pkg_.a
2025-08-20T21:21:38.4712162Z [00:04:31.706]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/arn=/tmp/go-build3619502580/b1989/_pkg_.a
2025-08-20T21:21:38.4712514Z [00:04:31.706]➜  packagefile github.com/gammazero/nexus/v3/router/auth=/tmp/go-build3619502580/b1999/_pkg_.a
2025-08-20T21:21:38.4712800Z [00:04:31.706]➜  packagefile github.com/gorilla/websocket=/tmp/go-build3619502580/b2007/_pkg_.a
2025-08-20T21:21:38.4713199Z [00:04:31.706]➜  packagefile github.com/ugorji/go/codec=/tmp/go-build3619502580/b2006/_pkg_.a
2025-08-20T21:21:38.4713567Z [00:04:31.706]➜  packagefile github.com/tetratelabs/wazero/internal/leb128=/tmp/go-build3619502580/b2018/_pkg_.a
2025-08-20T21:21:38.4713950Z [00:04:31.706]➜  packagefile github.com/tetratelabs/wazero/internal/moremath=/tmp/go-build3619502580/b2019/_pkg_.a
2025-08-20T21:21:38.4714331Z [00:04:31.706]➜  packagefile github.com/tetratelabs/wazero/internal/wasmdebug=/tmp/go-build3619502580/b2028/_pkg_.a
2025-08-20T21:21:38.4714714Z [00:04:31.706]➜  packagefile github.com/tetratelabs/wazero/internal/wasmruntime=/tmp/go-build3619502580/b2030/_pkg_.a
2025-08-20T21:21:38.4715146Z [00:04:31.706]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend=/tmp/go-build3619502580/b2032/_pkg_.a
2025-08-20T21:21:38.4715623Z [00:04:31.706]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend/isa/amd64=/tmp/go-build3619502580/b2036/_pkg_.a
2025-08-20T21:21:38.4716061Z [00:04:31.706]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/frontend=/tmp/go-build3619502580/b2037/_pkg_.a
2025-08-20T21:21:38.4716580Z [00:04:31.706]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/ssa=/tmp/go-build3619502580/b2034/_pkg_.a
2025-08-20T21:21:38.4717019Z [00:04:31.706]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build3619502580/b2035/_pkg_.a
2025-08-20T21:21:38.4717373Z [00:04:31.706]➜  packagefile github.com/tetratelabs/wazero/internal/u32=/tmp/go-build3619502580/b2038/_pkg_.a
2025-08-20T21:21:38.4717771Z [00:04:31.707]➜  packagefile github.com/tetratelabs/wazero/internal/u64=/tmp/go-build3619502580/b2039/_pkg_.a
2025-08-20T21:21:38.4718151Z [00:04:31.707]➜  packagefile github.com/tetratelabs/wazero/internal/descriptor=/tmp/go-build3619502580/b2023/_pkg_.a
2025-08-20T21:21:38.4718509Z [00:04:31.707]➜  packagefile github.com/tetratelabs/wazero/internal/ieee754=/tmp/go-build3619502580/b2021/_pkg_.a
2025-08-20T21:21:38.4718748Z [00:04:31.707]➜  packagefile debug/dwarf=/tmp/go-build3619502580/b2029/_pkg_.a
2025-08-20T21:21:38.4718976Z [00:04:31.707]➜  packagefile go/scanner=/tmp/go-build3619502580/b1611/_pkg_.a
2025-08-20T21:21:38.4719235Z [00:04:31.707]➜  packagefile go/build/constraint=/tmp/go-build3619502580/b1614/_pkg_.a
2025-08-20T21:21:38.4719528Z [00:04:31.707]➜  packagefile internal/gover=/tmp/go-build3619502580/b1616/_pkg_.a
2025-08-20T21:21:38.4719888Z [00:04:31.707]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/subtle=/tmp/go-build3619502580/b1630/_pkg_.a
2025-08-20T21:21:38.4720304Z [00:04:31.707]➜  packagefile github.com/tink-crypto/tink-go/v2/insecuresecretdataaccess=/tmp/go-build3619502580/b1635/_pkg_.a
2025-08-20T21:21:38.4720657Z [00:04:31.707]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/aead=/tmp/go-build3619502580/b1636/_pkg_.a
2025-08-20T21:21:38.4721022Z [00:04:31.707]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/mac/hmac=/tmp/go-build3619502580/b1651/_pkg_.a
2025-08-20T21:21:38.4721786Z [00:04:31.707]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/outputprefix=/tmp/go-build3619502580/b1641/_pkg_.a
2025-08-20T21:21:38.4722249Z [00:04:31.707]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/protoserialization=/tmp/go-build3619502580/b1642/_pkg_.a
2025-08-20T21:21:38.4722665Z [00:04:31.707]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/registryconfig=/tmp/go-build3619502580/b1644/_pkg_.a
2025-08-20T21:21:38.4722986Z [00:04:31.707]➜  packagefile github.com/tink-crypto/tink-go/v2/key=/tmp/go-build3619502580/b1643/_pkg_.a
2025-08-20T21:21:38.4723345Z [00:04:31.707]➜  packagefile github.com/tink-crypto/tink-go/v2/secretdata=/tmp/go-build3619502580/b1650/_pkg_.a
2025-08-20T21:21:38.4723713Z [00:04:31.707]➜  packagefile github.com/tink-crypto/tink-go/v2/subtle/random=/tmp/go-build3619502580/b1637/_pkg_.a
2025-08-20T21:21:38.4724156Z [00:04:31.707]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/chacha20_poly1305_go_proto=/tmp/go-build3619502580/b1661/_pkg_.a
2025-08-20T21:21:38.4724650Z [00:04:31.707]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build3619502580/b1385/_pkg_.a
2025-08-20T21:21:38.4724998Z [00:04:31.707]➜  packagefile github.com/tink-crypto/tink-go/v2/prf/subtle=/tmp/go-build3619502580/b1663/_pkg_.a
2025-08-20T21:21:38.4725440Z [00:04:31.707]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/xchacha20_poly1305_go_proto=/tmp/go-build3619502580/b1667/_pkg_.a
2025-08-20T21:21:38.4725779Z [00:04:31.707]➜  packagefile github.com/tink-crypto/tink-go/v2/internal=/tmp/go-build3619502580/b1646/_pkg_.a
2025-08-20T21:21:38.4726143Z [00:04:31.707]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build3619502580/b1241/_pkg_.a
2025-08-20T21:21:38.4726489Z [00:04:31.707]➜  packagefile github.com/tink-crypto/tink-go/v2/daead/subtle=/tmp/go-build3619502580/b1673/_pkg_.a
2025-08-20T21:21:38.4726843Z [00:04:31.707]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build3619502580/b1224/_pkg_.a
2025-08-20T21:21:38.4727198Z [00:04:31.707]➜  packagefile google.golang.org/protobuf/internal/filetype=/tmp/go-build3619502580/b1239/_pkg_.a
2025-08-20T21:21:38.4727537Z [00:04:31.707]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build3619502580/b1240/_pkg_.a
2025-08-20T21:21:38.4727889Z [00:04:31.707]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build3619502580/b1244/_pkg_.a
2025-08-20T21:21:38.4728248Z [00:04:31.707]➜  packagefile google.golang.org/protobuf/internal/version=/tmp/go-build3619502580/b1245/_pkg_.a
2025-08-20T21:21:38.4728763Z [00:04:31.707]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/internal/resource=/tmp/go-build3619502580/b1682/_pkg_.a
2025-08-20T21:21:38.4729161Z [00:04:31.707]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/policy=/tmp/go-build3619502580/b1683/_pkg_.a
2025-08-20T21:21:38.4729629Z [00:04:31.707]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache=/tmp/go-build3619502580/b1685/_pkg_.a
2025-08-20T21:21:38.4730144Z [00:04:31.707]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base=/tmp/go-build3619502580/b1687/_pkg_.a
2025-08-20T21:21:38.4730660Z [00:04:31.707]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported=/tmp/go-build3619502580/b1695/_pkg_.a
2025-08-20T21:21:38.4731406Z [00:04:31.707]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth=/tmp/go-build3619502580/b1694/_pkg_.a
2025-08-20T21:21:38.4732005Z [00:04:31.707]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops=/tmp/go-build3619502580/b1696/_pkg_.a
2025-08-20T21:21:38.4732612Z [00:04:31.707]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build3619502580/b1697/_pkg_.a
2025-08-20T21:21:38.4733186Z [00:04:31.707]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3619502580/b1698/_pkg_.a
2025-08-20T21:21:38.4733718Z [00:04:31.707]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/options=/tmp/go-build3619502580/b1706/_pkg_.a
2025-08-20T21:21:38.4734224Z [00:04:31.707]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build3619502580/b1702/_pkg_.a
2025-08-20T21:21:38.4734554Z [00:04:31.707]➜  packagefile github.com/kylelemons/godebug/pretty=/tmp/go-build3619502580/b1689/_pkg_.a
2025-08-20T21:21:38.4735092Z [00:04:31.707]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base/storage=/tmp/go-build3619502580/b1691/_pkg_.a
2025-08-20T21:21:38.4735595Z [00:04:31.707]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/local=/tmp/go-build3619502580/b1709/_pkg_.a
2025-08-20T21:21:38.4735945Z [00:04:31.707]➜  packagefile github.com/pkg/browser=/tmp/go-build3619502580/b1710/_pkg_.a
2025-08-20T21:21:38.4736349Z [00:04:31.707]➜  packagefile golang.org/x/crypto/pkcs12/internal/rc2=/tmp/go-build3619502580/b1712/_pkg_.a
2025-08-20T21:21:38.4736653Z [00:04:31.707]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3619502580/b1347/_pkg_.a
2025-08-20T21:21:38.4736972Z [00:04:31.707]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build3619502580/b1348/_pkg_.a
2025-08-20T21:21:38.4737256Z [00:04:31.707]➜  packagefile github.com/google/s2a-go=/tmp/go-build3619502580/b1374/_pkg_.a
2025-08-20T21:21:38.4737559Z [00:04:31.707]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build3619502580/b1375/_pkg_.a
2025-08-20T21:21:38.4737796Z [00:04:31.707]➜  packagefile crypto/pbkdf2=/tmp/go-build3619502580/b1490/_pkg_.a
2025-08-20T21:21:38.4738106Z [00:04:31.707]➜  packagefile github.com/go-jose/go-jose/v4/cipher=/tmp/go-build3619502580/b1492/_pkg_.a
2025-08-20T21:21:38.4738404Z [00:04:31.707]➜  packagefile github.com/go-jose/go-jose/v4/json=/tmp/go-build3619502580/b1493/_pkg_.a
2025-08-20T21:21:38.4738715Z [00:04:31.707]➜  packagefile github.com/hashicorp/go-sockaddr=/tmp/go-build3619502580/b1731/_pkg_.a
2025-08-20T21:21:38.4738993Z [00:04:31.707]➜  packagefile github.com/ryanuber/go-glob=/tmp/go-build3619502580/b1730/_pkg_.a
2025-08-20T21:21:38.4739309Z [00:04:31.707]➜  packagefile github.com/hashicorp/hcl/hcl/parser=/tmp/go-build3619502580/b1737/_pkg_.a
2025-08-20T21:21:38.4739616Z [00:04:31.707]➜  packagefile github.com/hashicorp/hcl/hcl/token=/tmp/go-build3619502580/b1735/_pkg_.a
2025-08-20T21:21:38.4739932Z [00:04:31.707]➜  packagefile github.com/hashicorp/hcl/json/parser=/tmp/go-build3619502580/b1739/_pkg_.a
2025-08-20T21:21:38.4740282Z [00:04:31.707]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build3619502580/b354/_pkg_.a
2025-08-20T21:21:38.4740569Z [00:04:31.707]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build3619502580/b358/_pkg_.a
2025-08-20T21:21:38.4740830Z [00:04:31.707]➜  packagefile golang.org/x/net/idna=/tmp/go-build3619502580/b355/_pkg_.a
2025-08-20T21:21:38.4741143Z [00:04:31.707]➜  packagefile golang.org/x/net/internal/httpcommon=/tmp/go-build3619502580/b359/_pkg_.a
2025-08-20T21:21:38.4741647Z [00:04:31.707]➜  packagefile github.com/modern-go/concurrent=/tmp/go-build3619502580/b1747/_pkg_.a
2025-08-20T21:21:38.4741959Z [00:04:31.707]➜  packagefile github.com/bahlo/generic-list-go=/tmp/go-build3619502580/b1752/_pkg_.a
2025-08-20T21:21:38.4742328Z [00:04:31.707]➜  packagefile github.com/buger/jsonparser=/tmp/go-build3619502580/b1753/_pkg_.a
2025-08-20T21:21:38.4742636Z [00:04:31.707]➜  packagefile github.com/mailru/easyjson/jwriter=/tmp/go-build3619502580/b1754/_pkg_.a
2025-08-20T21:21:38.4742876Z [00:04:31.707]➜  packagefile go/doc/comment=/tmp/go-build3619502580/b1758/_pkg_.a
2025-08-20T21:21:38.4743134Z [00:04:31.707]➜  packagefile internal/lazyregexp=/tmp/go-build3619502580/b1759/_pkg_.a
2025-08-20T21:21:38.4743492Z [00:04:31.707]➜  packagefile github.com/actgardner/gogen-avro/v10/generator=/tmp/go-build3619502580/b1766/_pkg_.a
2025-08-20T21:21:38.4743808Z [00:04:31.707]➜  packagefile github.com/sourcegraph/conc/panics=/tmp/go-build3619502580/b2054/_pkg_.a
2025-08-20T21:21:38.4744088Z [00:04:31.707]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3619502580/b2064/_pkg_.a
2025-08-20T21:21:38.4744402Z [00:04:31.707]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build3619502580/b2066/_pkg_.a
2025-08-20T21:21:38.4744770Z [00:04:31.707]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3619502580/b2065/_pkg_.a
2025-08-20T21:21:38.4745106Z [00:04:31.707]➜  packagefile golang.org/x/text/internal/utf8internal=/tmp/go-build3619502580/b2067/_pkg_.a
2025-08-20T21:21:38.4745422Z [00:04:31.707]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build3619502580/b115/_pkg_.a
2025-08-20T21:21:38.4745746Z [00:04:31.707]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build3619502580/b132/_pkg_.a
2025-08-20T21:21:38.4746171Z [00:04:31.707]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/strings=/tmp/go-build3619502580/b279/_pkg_.a
2025-08-20T21:21:38.4746619Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3619502580/b420/_pkg_.a
2025-08-20T21:21:38.4747109Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3619502580/b478/_pkg_.a
2025-08-20T21:21:38.4747569Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build3619502580/b554/_pkg_.a
2025-08-20T21:21:38.4748032Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3619502580/b580/_pkg_.a
2025-08-20T21:21:38.4748495Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode=/tmp/go-build3619502580/b599/_pkg_.a
2025-08-20T21:21:38.4748933Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3619502580/b636/_pkg_.a
2025-08-20T21:21:38.4749388Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3619502580/b641/_pkg_.a
2025-08-20T21:21:38.4749859Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus=/tmp/go-build3619502580/b501/_pkg_.a
2025-08-20T21:21:38.4750356Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdatafeedcolumn=/tmp/go-build3619502580/b431/_pkg_.a
2025-08-20T21:21:38.4750825Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdfacolumn=/tmp/go-build3619502580/b432/_pkg_.a
2025-08-20T21:21:38.4751536Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catanomalydetectorcolumn=/tmp/go-build3619502580/b430/_pkg_.a
2025-08-20T21:21:38.4752070Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattrainedmodelscolumn=/tmp/go-build3619502580/b434/_pkg_.a
2025-08-20T21:21:38.4752577Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattransformcolumn=/tmp/go-build3619502580/b435/_pkg_.a
2025-08-20T21:21:38.4753028Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/decision=/tmp/go-build3619502580/b458/_pkg_.a
2025-08-20T21:21:38.4753521Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/level=/tmp/go-build3619502580/b682/_pkg_.a
2025-08-20T21:21:38.4754001Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/waitforevents=/tmp/go-build3619502580/b683/_pkg_.a
2025-08-20T21:21:38.4754442Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3619502580/b572/_pkg_.a
2025-08-20T21:21:38.4754930Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorstatus=/tmp/go-build3619502580/b452/_pkg_.a
2025-08-20T21:21:38.4755394Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus=/tmp/go-build3619502580/b603/_pkg_.a
2025-08-20T21:21:38.4755906Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtriggermethod=/tmp/go-build3619502580/b601/_pkg_.a
2025-08-20T21:21:38.4756374Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype=/tmp/go-build3619502580/b602/_pkg_.a
2025-08-20T21:21:38.4756844Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operationtype=/tmp/go-build3619502580/b725/_pkg_.a
2025-08-20T21:21:38.4757292Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3619502580/b568/_pkg_.a
2025-08-20T21:21:38.4757727Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/optype=/tmp/go-build3619502580/b555/_pkg_.a
2025-08-20T21:21:38.4758256Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3619502580/b623/_pkg_.a
2025-08-20T21:21:38.4758763Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conflicts=/tmp/go-build3619502580/b732/_pkg_.a
2025-08-20T21:21:38.4759286Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indicatorhealthstatus=/tmp/go-build3619502580/b526/_pkg_.a
2025-08-20T21:21:38.4759774Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/painlesscontext=/tmp/go-build3619502580/b760/_pkg_.a
2025-08-20T21:21:38.4760287Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridaggregationtype=/tmp/go-build3619502580/b764/_pkg_.a
2025-08-20T21:21:38.4760733Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridtype=/tmp/go-build3619502580/b765/_pkg_.a
2025-08-20T21:21:38.4761355Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/resultposition=/tmp/go-build3619502580/b785/_pkg_.a
2025-08-20T21:21:38.4761905Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/esqlformat=/tmp/go-build3619502580/b787/_pkg_.a
2025-08-20T21:21:38.4762434Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/lifecycleoperationmode=/tmp/go-build3619502580/b537/_pkg_.a
2025-08-20T21:21:38.4762880Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/feature=/tmp/go-build3619502580/b480/_pkg_.a
2025-08-20T21:21:38.4763409Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/modeenum=/tmp/go-build3619502580/b545/_pkg_.a
2025-08-20T21:21:38.4763923Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dynamicmapping=/tmp/go-build3619502580/b471/_pkg_.a
2025-08-20T21:21:38.4764439Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexcheckonstartup=/tmp/go-build3619502580/b519/_pkg_.a
2025-08-20T21:21:38.4764937Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstorestatus=/tmp/go-build3619502580/b866/_pkg_.a
2025-08-20T21:21:38.4765389Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build3619502580/b606/_pkg_.a
2025-08-20T21:21:38.4765986Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/alibabacloudservicetype=/tmp/go-build3619502580/b882/_pkg_.a
2025-08-20T21:21:38.4766679Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/amazonbedrockservicetype=/tmp/go-build3619502580/b884/_pkg_.a
2025-08-20T21:21:38.4767214Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/anthropicservicetype=/tmp/go-build3619502580/b886/_pkg_.a
2025-08-20T21:21:38.4767755Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/azureaistudioservicetype=/tmp/go-build3619502580/b888/_pkg_.a
2025-08-20T21:21:38.4768275Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/azureopenaiservicetype=/tmp/go-build3619502580/b890/_pkg_.a
2025-08-20T21:21:38.4768774Z [00:04:31.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cohereservicetype=/tmp/go-build3619502580/b892/_pkg_.a
2025-08-20T21:21:38.4769300Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/elasticsearchservicetype=/tmp/go-build3619502580/b894/_pkg_.a
2025-08-20T21:21:38.4769790Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/elserservicetype=/tmp/go-build3619502580/b896/_pkg_.a
2025-08-20T21:21:38.4770298Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/googleaiservicetype=/tmp/go-build3619502580/b898/_pkg_.a
2025-08-20T21:21:38.4770968Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/googlevertexaiservicetype=/tmp/go-build3619502580/b900/_pkg_.a
2025-08-20T21:21:38.4771609Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/huggingfaceservicetype=/tmp/go-build3619502580/b902/_pkg_.a
2025-08-20T21:21:38.4772112Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jinaaiservicetype=/tmp/go-build3619502580/b904/_pkg_.a
2025-08-20T21:21:38.4772613Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/mistralservicetype=/tmp/go-build3619502580/b906/_pkg_.a
2025-08-20T21:21:38.4773108Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/openaiservicetype=/tmp/go-build3619502580/b908/_pkg_.a
2025-08-20T21:21:38.4773616Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/voyageaiservicetype=/tmp/go-build3619502580/b910/_pkg_.a
2025-08-20T21:21:38.4774123Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/watsonxservicetype=/tmp/go-build3619502580/b912/_pkg_.a
2025-08-20T21:21:38.4774599Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensestatus=/tmp/go-build3619502580/b535/_pkg_.a
2025-08-20T21:21:38.4775078Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensetype=/tmp/go-build3619502580/b536/_pkg_.a
2025-08-20T21:21:38.4775631Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/migrationstatus=/tmp/go-build3619502580/b542/_pkg_.a
2025-08-20T21:21:38.4776085Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/include=/tmp/go-build3619502580/b980/_pkg_.a
2025-08-20T21:21:38.4776574Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainedmodeltype=/tmp/go-build3619502580/b616/_pkg_.a
2025-08-20T21:21:38.4777128Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentallocationstate=/tmp/go-build3619502580/b463/_pkg_.a
2025-08-20T21:21:38.4777614Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainingpriority=/tmp/go-build3619502580/b617/_pkg_.a
2025-08-20T21:21:38.4778160Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/excludefrequent=/tmp/go-build3619502580/b475/_pkg_.a
2025-08-20T21:21:38.4778624Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/threadtype=/tmp/go-build3619502580/b1021/_pkg_.a
2025-08-20T21:21:38.4779102Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryruletype=/tmp/go-build3619502580/b565/_pkg_.a
2025-08-20T21:21:38.4779557Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/statslevel=/tmp/go-build3619502580/b1050/_pkg_.a
2025-08-20T21:21:38.4780024Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/granttype=/tmp/go-build3619502580/b1062/_pkg_.a
2025-08-20T21:21:38.4780509Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege=/tmp/go-build3619502580/b439/_pkg_.a
2025-08-20T21:21:38.4781036Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/remoteclusterprivilege=/tmp/go-build3619502580/b569/_pkg_.a
2025-08-20T21:21:38.4781747Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/accesstokengranttype=/tmp/go-build3619502580/b1097/_pkg_.a
2025-08-20T21:21:38.4782249Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeygranttype=/tmp/go-build3619502580/b1102/_pkg_.a
2025-08-20T21:21:38.4782689Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/type_=/tmp/go-build3619502580/b1131/_pkg_.a
2025-08-20T21:21:38.4783306Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotsort=/tmp/go-build3619502580/b1149/_pkg_.a
2025-08-20T21:21:38.4783771Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortorder=/tmp/go-build3619502580/b593/_pkg_.a
2025-08-20T21:21:38.4784231Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sqlformat=/tmp/go-build3619502580/b1161/_pkg_.a
2025-08-20T21:21:38.4784685Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/groupby=/tmp/go-build3619502580/b1174/_pkg_.a
2025-08-20T21:21:38.4785205Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ecscompatibilitytype=/tmp/go-build3619502580/b1176/_pkg_.a
2025-08-20T21:21:38.4785671Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/formattype=/tmp/go-build3619502580/b1177/_pkg_.a
2025-08-20T21:21:38.4786189Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionexecutionmode=/tmp/go-build3619502580/b1198/_pkg_.a
2025-08-20T21:21:38.4786671Z [00:04:31.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/xpackcategory=/tmp/go-build3619502580/b1208/_pkg_.a
2025-08-20T21:21:38.4787022Z [00:04:31.708]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build3619502580/b1216/_pkg_.a
2025-08-20T21:21:38.4787383Z [00:04:31.708]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3619502580/b1246/_pkg_.a
2025-08-20T21:21:38.4787768Z [00:04:31.708]➜  packagefile cloud.google.com/go/auth/grpctransport=/tmp/go-build3619502580/b1414/_pkg_.a
2025-08-20T21:21:38.4788259Z [00:04:31.708]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc=/tmp/go-build3619502580/b1417/_pkg_.a
2025-08-20T21:21:38.4788584Z [00:04:31.708]➜  packagefile google.golang.org/grpc/balancer/grpclb=/tmp/go-build3619502580/b1433/_pkg_.a
2025-08-20T21:21:38.4788928Z [00:04:31.708]➜  packagefile google.golang.org/grpc/credentials/google=/tmp/go-build3619502580/b1420/_pkg_.a
2025-08-20T21:21:38.4789258Z [00:04:31.708]➜  packagefile google.golang.org/grpc/credentials/oauth=/tmp/go-build3619502580/b1430/_pkg_.a
2025-08-20T21:21:38.4789647Z [00:04:31.708]➜  packagefile cloud.google.com/go/monitoring/internal=/tmp/go-build3619502580/b1447/_pkg_.a
2025-08-20T21:21:38.4790061Z [00:04:31.708]➜  packagefile google.golang.org/genproto/googleapis/type/calendarperiod=/tmp/go-build3619502580/b1444/_pkg_.a
2025-08-20T21:21:38.4790462Z [00:04:31.708]➜  packagefile google.golang.org/genproto/googleapis/type/timeofday=/tmp/go-build3619502580/b1445/_pkg_.a
2025-08-20T21:21:38.4790833Z [00:04:31.708]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3619502580/b1446/_pkg_.a
2025-08-20T21:21:38.4791308Z [00:04:31.708]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3619502580/b1443/_pkg_.a
2025-08-20T21:21:38.4791712Z [00:04:31.708]➜  packagefile github.com/googleapis/gax-go/v2/apierror/internal/proto=/tmp/go-build3619502580/b1321/_pkg_.a
2025-08-20T21:21:38.4792104Z [00:04:31.708]➜  packagefile google.golang.org/genproto/googleapis/rpc/errdetails=/tmp/go-build3619502580/b1325/_pkg_.a
2025-08-20T21:21:38.4792475Z [00:04:31.708]➜  packagefile google.golang.org/protobuf/internal/encoding/json=/tmp/go-build3619502580/b1277/_pkg_.a
2025-08-20T21:21:38.4792805Z [00:04:31.708]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build3619502580/b1242/_pkg_.a
2025-08-20T21:21:38.4793072Z [00:04:31.708]➜  packagefile github.com/go-logr/stdr=/tmp/go-build3619502580/b397/_pkg_.a
2025-08-20T21:21:38.4793362Z [00:04:31.708]➜  packagefile go.opentelemetry.io/auto/sdk=/tmp/go-build3619502580/b399/_pkg_.a
2025-08-20T21:21:38.4793656Z [00:04:31.708]➜  packagefile go.opentelemetry.io/otel/baggage=/tmp/go-build3619502580/b413/_pkg_.a
2025-08-20T21:21:38.4794112Z [00:04:31.708]➜  packagefile golang.org/x/oauth2/google/internal/stsexchange=/tmp/go-build3619502580/b1357/_pkg_.a
2025-08-20T21:21:38.4794549Z [00:04:31.708]➜  packagefile github.com/googleapis/gax-go/v2/internallog/internal=/tmp/go-build3619502580/b1350/_pkg_.a
2025-08-20T21:21:38.4794989Z [00:04:31.708]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccount=/tmp/go-build3619502580/b1363/_pkg_.a
2025-08-20T21:21:38.4795448Z [00:04:31.708]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccountuser=/tmp/go-build3619502580/b1371/_pkg_.a
2025-08-20T21:21:38.4795827Z [00:04:31.708]➜  packagefile cloud.google.com/go/auth/credentials/internal/gdch=/tmp/go-build3619502580/b1372/_pkg_.a
2025-08-20T21:21:38.4796237Z [00:04:31.708]➜  packagefile cloud.google.com/go/auth/credentials/internal/impersonate=/tmp/go-build3619502580/b1364/_pkg_.a
2025-08-20T21:21:38.4796579Z [00:04:31.708]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build3619502580/b1366/_pkg_.a
2025-08-20T21:21:38.4796926Z [00:04:31.708]➜  packagefile cloud.google.com/go/auth/internal/transport=/tmp/go-build3619502580/b1416/_pkg_.a
2025-08-20T21:21:38.4797303Z [00:04:31.708]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build3619502580/b1367/_pkg_.a
2025-08-20T21:21:38.4797603Z [00:04:31.708]➜  packagefile github.com/felixge/httpsnoop=/tmp/go-build3619502580/b1458/_pkg_.a
2025-08-20T21:21:38.4798118Z [00:04:31.708]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request=/tmp/go-build3619502580/b1459/_pkg_.a
2025-08-20T21:21:38.4798691Z [00:04:31.708]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv=/tmp/go-build3619502580/b1460/_pkg_.a
2025-08-20T21:21:38.4799112Z [00:04:31.708]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client=/tmp/go-build3619502580/b1368/_pkg_.a
2025-08-20T21:21:38.4799444Z [00:04:31.708]➜  packagefile golang.org/x/net/internal/timeseries=/tmp/go-build3619502580/b1251/_pkg_.a
2025-08-20T21:21:38.4799842Z [00:04:31.708]➜  packagefile google.golang.org/grpc/balancer/pickfirst/internal=/tmp/go-build3619502580/b1272/_pkg_.a
2025-08-20T21:21:38.4800247Z [00:04:31.708]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build3619502580/b1273/_pkg_.a
2025-08-20T21:21:38.4800677Z [00:04:31.708]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build3619502580/b1280/_pkg_.a
2025-08-20T21:21:38.4800987Z [00:04:31.708]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build3619502580/b1261/_pkg_.a
2025-08-20T21:21:38.4801561Z [00:04:31.708]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build3619502580/b1262/_pkg_.a
2025-08-20T21:21:38.4801903Z [00:04:31.708]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build3619502580/b1278/_pkg_.a
2025-08-20T21:21:38.4802231Z [00:04:31.708]➜  packagefile google.golang.org/grpc/grpclog/internal=/tmp/go-build3619502580/b1259/_pkg_.a
2025-08-20T21:21:38.4802613Z [00:04:31.708]➜  packagefile google.golang.org/grpc/binarylog/grpc_binarylog_v1=/tmp/go-build3619502580/b1291/_pkg_.a
2025-08-20T21:21:38.4802981Z [00:04:31.708]➜  packagefile google.golang.org/grpc/internal/proxyattributes=/tmp/go-build3619502580/b1304/_pkg_.a
2025-08-20T21:21:38.4803381Z [00:04:31.708]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build3619502580/b1307/_pkg_.a
2025-08-20T21:21:38.4803708Z [00:04:31.708]➜  packagefile google.golang.org/grpc/internal/syscall=/tmp/go-build3619502580/b1310/_pkg_.a
2025-08-20T21:21:38.4804060Z [00:04:31.708]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/tmp/go-build3619502580/b1315/_pkg_.a
2025-08-20T21:21:38.4804377Z [00:04:31.708]➜  packagefile google.golang.org/grpc/internal/cache=/tmp/go-build3619502580/b1471/_pkg_.a
2025-08-20T21:21:38.4804795Z [00:04:31.708]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3619502580/b1478/_pkg_.a
2025-08-20T21:21:38.4805303Z [00:04:31.708]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build3619502580/b1487/_pkg_.a
2025-08-20T21:21:38.4805681Z [00:04:31.708]➜  packagefile google.golang.org/grpc/xds/bootstrap=/tmp/go-build3619502580/b1502/_pkg_.a
2025-08-20T21:21:38.4806109Z [00:04:31.708]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/status/v3=/tmp/go-build3619502580/b1507/_pkg_.a
2025-08-20T21:21:38.4806538Z [00:04:31.708]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider/pemfile=/tmp/go-build3619502580/b1504/_pkg_.a
2025-08-20T21:21:38.4806858Z [00:04:31.708]➜  packagefile google.golang.org/grpc/internal/admin=/tmp/go-build3619502580/b1528/_pkg_.a
2025-08-20T21:21:38.4807158Z [00:04:31.708]➜  packagefile google.golang.org/grpc/xds/csds=/tmp/go-build3619502580/b1529/_pkg_.a
2025-08-20T21:21:38.4807509Z [00:04:31.708]➜  packagefile google.golang.org/grpc/xds/internal/balancer=/tmp/go-build3619502580/b1550/_pkg_.a
2025-08-20T21:21:38.4807921Z [00:04:31.708]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier/rls=/tmp/go-build3619502580/b1570/_pkg_.a
2025-08-20T21:21:38.4808311Z [00:04:31.708]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/fault=/tmp/go-build3619502580/b1571/_pkg_.a
2025-08-20T21:21:38.4808688Z [00:04:31.708]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/rbac=/tmp/go-build3619502580/b1574/_pkg_.a
2025-08-20T21:21:38.4809080Z [00:04:31.708]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/router=/tmp/go-build3619502580/b1581/_pkg_.a
2025-08-20T21:21:38.4809424Z [00:04:31.708]➜  packagefile google.golang.org/grpc/xds/internal/resolver=/tmp/go-build3619502580/b1583/_pkg_.a
2025-08-20T21:21:38.4809830Z [00:04:31.708]➜  packagefile google.golang.org/grpc/xds/internal/server=/tmp/go-build3619502580/b1588/_pkg_.a
2025-08-20T21:21:38.4810304Z [00:04:31.708]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter=/tmp/go-build3619502580/b1589/_pkg_.a
2025-08-20T21:21:38.4810722Z [00:04:31.708]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build3619502580/b1536/_pkg_.a
2025-08-20T21:21:38.4811108Z [00:04:31.708]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/admin/v3=/tmp/go-build3619502580/b1508/_pkg_.a
2025-08-20T21:21:38.4811662Z [00:04:31.708]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/internal=/tmp/go-build3619502580/b1531/_pkg_.a
2025-08-20T21:21:38.4812173Z [00:04:31.708]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/load=/tmp/go-build3619502580/b1532/_pkg_.a
2025-08-20T21:21:38.4812582Z [00:04:31.708]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport=/tmp/go-build3619502580/b1533/_pkg_.a
2025-08-20T21:21:38.4812995Z [00:04:31.708]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport/ads=/tmp/go-build3619502580/b1534/_pkg_.a
2025-08-20T21:21:38.4813463Z [00:04:31.708]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport/grpctransport=/tmp/go-build3619502580/b1547/_pkg_.a
2025-08-20T21:21:38.4813905Z [00:04:31.708]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport/lrs=/tmp/go-build3619502580/b1549/_pkg_.a
2025-08-20T21:21:38.4814256Z [00:04:31.708]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3619502580/b1220/_pkg_.a
2025-08-20T21:21:38.4814568Z [00:04:31.708]➜  packagefile github.com/aws/aws-sdk-go/aws/session=/tmp/go-build3619502580/b1782/_pkg_.a
2025-08-20T21:21:38.4814913Z [00:04:31.708]➜  packagefile github.com/aws/aws-sdk-go/service/cloudwatch=/tmp/go-build3619502580/b1816/_pkg_.a
2025-08-20T21:21:38.4815278Z [00:04:31.708]➜  packagefile github.com/aws/aws-sdk-go/service/cloudwatchlogs=/tmp/go-build3619502580/b1818/_pkg_.a
2025-08-20T21:21:38.4815592Z [00:04:31.708]➜  packagefile github.com/vadv/gopher-lua-libs/io=/tmp/go-build3619502580/b1822/_pkg_.a
2025-08-20T21:21:38.4815971Z [00:04:31.708]➜  packagefile github.com/vadv/gopher-lua-libs/http/client/interface=/tmp/go-build3619502580/b1825/_pkg_.a
2025-08-20T21:21:38.4816275Z [00:04:31.708]➜  packagefile database/sql=/tmp/go-build3619502580/b1830/_pkg_.a
2025-08-20T21:21:38.4816618Z [00:04:31.708]➜  packagefile github.com/go-sql-driver/mysql=/tmp/go-build3619502580/b1831/_pkg_.a
2025-08-20T21:21:38.4816871Z [00:04:31.708]➜  packagefile github.com/lib/pq=/tmp/go-build3619502580/b1836/_pkg_.a
2025-08-20T21:21:38.4817212Z [00:04:31.708]➜  packagefile github.com/vadv/gopher-lua-libs/http/client=/tmp/go-build3619502580/b1842/_pkg_.a
2025-08-20T21:21:38.4817551Z [00:04:31.708]➜  packagefile github.com/vadv/gopher-lua-libs/http/server=/tmp/go-build3619502580/b1843/_pkg_.a
2025-08-20T21:21:38.4817884Z [00:04:31.708]➜  packagefile github.com/vadv/gopher-lua-libs/http/util=/tmp/go-build3619502580/b1844/_pkg_.a
2025-08-20T21:21:38.4818178Z [00:04:31.708]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build3619502580/b1846/_pkg_.a
2025-08-20T21:21:38.4818452Z [00:04:31.708]➜  packagefile github.com/cheggaaa/pb/v3=/tmp/go-build3619502580/b1890/_pkg_.a
2025-08-20T21:21:38.4818819Z [00:04:31.708]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build3619502580/b1851/_pkg_.a
2025-08-20T21:21:38.4819218Z [00:04:31.708]➜  packagefile github.com/prometheus/client_golang/prometheus/promhttp=/tmp/go-build3619502580/b1863/_pkg_.a
2025-08-20T21:21:38.4819516Z [00:04:31.708]➜  packagefile github.com/alessio/shellescape=/tmp/go-build3619502580/b1899/_pkg_.a
2025-08-20T21:21:38.4819879Z [00:04:31.708]➜  packagefile github.com/vadv/gopher-lua-libs/storage/drivers=/tmp/go-build3619502580/b1870/_pkg_.a
2025-08-20T21:21:38.4820290Z [00:04:31.708]➜  packagefile github.com/vadv/gopher-lua-libs/storage/drivers/interfaces=/tmp/go-build3619502580/b1871/_pkg_.a
2025-08-20T21:21:38.4820700Z [00:04:31.708]➜  packagefile github.com/technoweenie/multipartstreamer=/tmp/go-build3619502580/b1877/_pkg_.a
2025-08-20T21:21:38.4820989Z [00:04:31.708]➜  packagefile github.com/cbroglie/mustache=/tmp/go-build3619502580/b1879/_pkg_.a
2025-08-20T21:21:38.4821459Z [00:04:31.708]➜  packagefile github.com/yuin/gluamapper=/tmp/go-build3619502580/b1880/_pkg_.a
2025-08-20T21:21:38.4821730Z [00:04:31.708]➜  packagefile gopkg.in/xmlpath.v2=/tmp/go-build3619502580/b1883/_pkg_.a
2025-08-20T21:21:38.4821981Z [00:04:31.708]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build3619502580/b1887/_pkg_.a
2025-08-20T21:21:38.4822314Z [00:04:31.708]➜  packagefile go.mongodb.org/mongo-driver/internal/rand=/tmp/go-build3619502580/b1926/_pkg_.a
2025-08-20T21:21:38.4822626Z [00:04:31.708]➜  packagefile hash/adler32=/tmp/go-build3619502580/b1833/_pkg_.a
2025-08-20T21:21:38.4822917Z [00:04:31.708]➜  packagefile github.com/klauspost/compress=/tmp/go-build3619502580/b1935/_pkg_.a
2025-08-20T21:21:38.4823241Z [00:04:31.708]➜  packagefile github.com/klauspost/compress/huff0=/tmp/go-build3619502580/b1936/_pkg_.a
2025-08-20T21:21:38.4823602Z [00:04:31.708]➜  packagefile github.com/klauspost/compress/internal/cpuinfo=/tmp/go-build3619502580/b1938/_pkg_.a
2025-08-20T21:21:38.4823948Z [00:04:31.708]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build3619502580/b1939/_pkg_.a
2025-08-20T21:21:38.4824316Z [00:04:31.708]➜  packagefile github.com/klauspost/compress/internal/snapref=/tmp/go-build3619502580/b1940/_pkg_.a
2025-08-20T21:21:38.4824699Z [00:04:31.708]➜  packagefile github.com/klauspost/compress/zstd/internal/xxhash=/tmp/go-build3619502580/b1941/_pkg_.a
2025-08-20T21:21:38.4824978Z [00:04:31.708]➜  packagefile github.com/xdg-go/pbkdf2=/tmp/go-build3619502580/b1949/_pkg_.a
2025-08-20T21:21:38.4825336Z [00:04:31.708]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/awserr=/tmp/go-build3619502580/b1952/_pkg_.a
2025-08-20T21:21:38.4825635Z [00:04:31.708]➜  packagefile golang.org/x/sync/singleflight=/tmp/go-build3619502580/b1953/_pkg_.a
2025-08-20T21:21:38.4825969Z [00:04:31.708]➜  packagefile go.mongodb.org/mongo-driver/internal/aws=/tmp/go-build3619502580/b1955/_pkg_.a
2025-08-20T21:21:38.4826236Z [00:04:31.708]➜  packagefile golang.org/x/crypto/ocsp=/tmp/go-build3619502580/b1964/_pkg_.a
2025-08-20T21:21:38.4826583Z [00:04:31.708]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3619502580/b1965/_pkg_.a
2025-08-20T21:21:38.4826976Z [00:04:31.708]➜  packagefile github.com/gammazero/nexus/v3/wamp/crsign=/tmp/go-build3619502580/b2001/_pkg_.a
2025-08-20T21:21:38.4827272Z [00:04:31.708]➜  packagefile golang.org/x/crypto/nacl/sign=/tmp/go-build3619502580/b2002/_pkg_.a
2025-08-20T21:21:38.4827493Z [00:04:31.708]➜  packagefile net/rpc=/tmp/go-build3619502580/b1370/_pkg_.a
2025-08-20T21:21:38.4827969Z [00:04:31.708]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend/regalloc=/tmp/go-build3619502580/b2033/_pkg_.a
2025-08-20T21:21:38.4828303Z [00:04:31.708]➜  packagefile github.com/tink-crypto/tink-go/v2/subtle=/tmp/go-build3619502580/b1652/_pkg_.a
2025-08-20T21:21:38.4828592Z [00:04:31.708]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build3619502580/b1386/_pkg_.a
2025-08-20T21:21:38.4828898Z [00:04:31.708]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build3619502580/b1387/_pkg_.a
2025-08-20T21:21:38.4829228Z [00:04:31.708]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build3619502580/b1388/_pkg_.a
2025-08-20T21:21:38.4829484Z [00:04:31.708]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3619502580/b1389/_pkg_.a
2025-08-20T21:21:38.4829882Z [00:04:31.708]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/mac/aescmac=/tmp/go-build3619502580/b1664/_pkg_.a
2025-08-20T21:21:38.4830198Z [00:04:31.708]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build3619502580/b1392/_pkg_.a
2025-08-20T21:21:38.4830580Z [00:04:31.708]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build3619502580/b1229/_pkg_.a
2025-08-20T21:21:38.4830984Z [00:04:31.708]➜  packagefile google.golang.org/protobuf/internal/descfmt=/tmp/go-build3619502580/b1225/_pkg_.a
2025-08-20T21:21:38.4831457Z [00:04:31.708]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build3619502580/b1226/_pkg_.a
2025-08-20T21:21:38.4831854Z [00:04:31.708]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/tmp/go-build3619502580/b1227/_pkg_.a
2025-08-20T21:21:38.4832243Z [00:04:31.708]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build3619502580/b1228/_pkg_.a
2025-08-20T21:21:38.4832609Z [00:04:31.708]➜  packagefile google.golang.org/protobuf/internal/encoding/tag=/tmp/go-build3619502580/b1243/_pkg_.a
2025-08-20T21:21:38.4833178Z [00:04:31.708]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json/types/time=/tmp/go-build3619502580/b1693/_pkg_.a
2025-08-20T21:21:38.4833742Z [00:04:31.708]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust=/tmp/go-build3619502580/b1700/_pkg_.a
2025-08-20T21:21:38.4834334Z [00:04:31.708]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust/defs=/tmp/go-build3619502580/b1701/_pkg_.a
2025-08-20T21:21:38.4834922Z [00:04:31.709]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/comm=/tmp/go-build3619502580/b1704/_pkg_.a
2025-08-20T21:21:38.4835514Z [00:04:31.709]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/grant=/tmp/go-build3619502580/b1699/_pkg_.a
2025-08-20T21:21:38.4835804Z [00:04:31.709]➜  packagefile github.com/golang-jwt/jwt/v5=/tmp/go-build3619502580/b1703/_pkg_.a
2025-08-20T21:21:38.4836117Z [00:04:31.709]➜  packagefile github.com/kylelemons/godebug/diff=/tmp/go-build3619502580/b1690/_pkg_.a
2025-08-20T21:21:38.4836628Z [00:04:31.709]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json=/tmp/go-build3619502580/b1692/_pkg_.a
2025-08-20T21:21:38.4836975Z [00:04:31.709]➜  packagefile github.com/google/s2a-go/internal/handshaker=/tmp/go-build3619502580/b1376/_pkg_.a
2025-08-20T21:21:38.4837366Z [00:04:31.709]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build3619502580/b1382/_pkg_.a
2025-08-20T21:21:38.4837828Z [00:04:31.709]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3619502580/b1378/_pkg_.a
2025-08-20T21:21:38.4838288Z [00:04:31.709]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build3619502580/b1394/_pkg_.a
2025-08-20T21:21:38.4838668Z [00:04:31.709]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build3619502580/b1395/_pkg_.a
2025-08-20T21:21:38.4839031Z [00:04:31.709]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build3619502580/b1393/_pkg_.a
2025-08-20T21:21:38.4839394Z [00:04:31.709]➜  packagefile github.com/google/s2a-go/internal/v2=/tmp/go-build3619502580/b1397/_pkg_.a
2025-08-20T21:21:38.4839691Z [00:04:31.709]➜  packagefile github.com/google/s2a-go/retry=/tmp/go-build3619502580/b1402/_pkg_.a
2025-08-20T21:21:38.4839981Z [00:04:31.709]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build3619502580/b1400/_pkg_.a
2025-08-20T21:21:38.4840288Z [00:04:31.709]➜  packagefile crypto/internal/fips140/pbkdf2=/tmp/go-build3619502580/b1491/_pkg_.a
2025-08-20T21:21:38.4840607Z [00:04:31.709]➜  packagefile github.com/hashicorp/hcl/hcl/scanner=/tmp/go-build3619502580/b1738/_pkg_.a
2025-08-20T21:21:38.4840921Z [00:04:31.709]➜  packagefile github.com/hashicorp/hcl/hcl/strconv=/tmp/go-build3619502580/b1736/_pkg_.a
2025-08-20T21:21:38.4841483Z [00:04:31.709]➜  packagefile github.com/hashicorp/hcl/json/scanner=/tmp/go-build3619502580/b1740/_pkg_.a
2025-08-20T21:21:38.4841814Z [00:04:31.709]➜  packagefile github.com/hashicorp/hcl/json/token=/tmp/go-build3619502580/b1741/_pkg_.a
2025-08-20T21:21:38.4842132Z [00:04:31.709]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build3619502580/b356/_pkg_.a
2025-08-20T21:21:38.4842426Z [00:04:31.709]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build3619502580/b357/_pkg_.a
2025-08-20T21:21:38.4842731Z [00:04:31.709]➜  packagefile github.com/mailru/easyjson/buffer=/tmp/go-build3619502580/b1755/_pkg_.a
2025-08-20T21:21:38.4842963Z [00:04:31.709]➜  packagefile go/format=/tmp/go-build3619502580/b1767/_pkg_.a
2025-08-20T21:21:38.4843498Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/acknowledgementoptions=/tmp/go-build3619502580/b421/_pkg_.a
2025-08-20T21:21:38.4844011Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionstatusoptions=/tmp/go-build3619502580/b422/_pkg_.a
2025-08-20T21:21:38.4844477Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actiontype=/tmp/go-build3619502580/b423/_pkg_.a
2025-08-20T21:21:38.4845020Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/allocationexplaindecision=/tmp/go-build3619502580/b424/_pkg_.a
2025-08-20T21:21:38.4845478Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeytype=/tmp/go-build3619502580/b425/_pkg_.a
2025-08-20T21:21:38.4846021Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/appliesto=/tmp/go-build3619502580/b426/_pkg_.a
2025-08-20T21:21:38.4846510Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/boundaryscanner=/tmp/go-build3619502580/b427/_pkg_.a
2025-08-20T21:21:38.4847005Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/calendarinterval=/tmp/go-build3619502580/b428/_pkg_.a
2025-08-20T21:21:38.4847550Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cardinalityexecutionmode=/tmp/go-build3619502580/b429/_pkg_.a
2025-08-20T21:21:38.4848063Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/categorizationstatus=/tmp/go-build3619502580/b433/_pkg_.a
2025-08-20T21:21:38.4848545Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/childscoremode=/tmp/go-build3619502580/b436/_pkg_.a
2025-08-20T21:21:38.4849015Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/chunkingmode=/tmp/go-build3619502580/b437/_pkg_.a
2025-08-20T21:21:38.4849587Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterinfotarget=/tmp/go-build3619502580/b438/_pkg_.a
2025-08-20T21:21:38.4850096Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clustersearchstatus=/tmp/go-build3619502580/b440/_pkg_.a
2025-08-20T21:21:38.4850607Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cohereembeddingtype=/tmp/go-build3619502580/b441/_pkg_.a
2025-08-20T21:21:38.4851148Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cohereinputtype=/tmp/go-build3619502580/b442/_pkg_.a
2025-08-20T21:21:38.4851777Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/coheresimilaritytype=/tmp/go-build3619502580/b443/_pkg_.a
2025-08-20T21:21:38.4852280Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/coheretruncatetype=/tmp/go-build3619502580/b444/_pkg_.a
2025-08-20T21:21:38.4852812Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldsoperator=/tmp/go-build3619502580/b445/_pkg_.a
2025-08-20T21:21:38.4853336Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldszeroterms=/tmp/go-build3619502580/b446/_pkg_.a
2025-08-20T21:21:38.4853877Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionop=/tmp/go-build3619502580/b447/_pkg_.a
2025-08-20T21:21:38.4854374Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionoperator=/tmp/go-build3619502580/b448/_pkg_.a
2025-08-20T21:21:38.4854853Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditiontype=/tmp/go-build3619502580/b449/_pkg_.a
2025-08-20T21:21:38.4855344Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectionscheme=/tmp/go-build3619502580/b450/_pkg_.a
2025-08-20T21:21:38.4855849Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorfieldtype=/tmp/go-build3619502580/b451/_pkg_.a
2025-08-20T21:21:38.4856314Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/converttype=/tmp/go-build3619502580/b453/_pkg_.a
2025-08-20T21:21:38.4856822Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataattachmentformat=/tmp/go-build3619502580/b454/_pkg_.a
2025-08-20T21:21:38.4857307Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/datafeedstate=/tmp/go-build3619502580/b455/_pkg_.a
2025-08-20T21:21:38.4857781Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataframestate=/tmp/go-build3619502580/b456/_pkg_.a
2025-08-20T21:21:38.4858274Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/day=/tmp/go-build3619502580/b457/_pkg_.a
2025-08-20T21:21:38.4858808Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/delimitedpayloadencoding=/tmp/go-build3619502580/b459/_pkg_.a
2025-08-20T21:21:38.4859328Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/densevectorelementtype=/tmp/go-build3619502580/b460/_pkg_.a
2025-08-20T21:21:38.4859880Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/densevectorindexoptionstype=/tmp/go-build3619502580/b461/_pkg_.a
2025-08-20T21:21:38.4860404Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/densevectorsimilarity=/tmp/go-build3619502580/b462/_pkg_.a
2025-08-20T21:21:38.4860937Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentassignmentstate=/tmp/go-build3619502580/b464/_pkg_.a
2025-08-20T21:21:38.4861737Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deprecationlevel=/tmp/go-build3619502580/b465/_pkg_.a
2025-08-20T21:21:38.4862276Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfiindependencemeasure=/tmp/go-build3619502580/b466/_pkg_.a
2025-08-20T21:21:38.4863049Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfraftereffect=/tmp/go-build3619502580/b467/_pkg_.a
2025-08-20T21:21:38.4863569Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfrbasicmodel=/tmp/go-build3619502580/b468/_pkg_.a
2025-08-20T21:21:38.4864130Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/displaytype=/tmp/go-build3619502580/b469/_pkg_.a
2025-08-20T21:21:38.4864602Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/distanceunit=/tmp/go-build3619502580/b470/_pkg_.a
2025-08-20T21:21:38.4865092Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/edgengramside=/tmp/go-build3619502580/b472/_pkg_.a
2025-08-20T21:21:38.4865566Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/emailpriority=/tmp/go-build3619502580/b473/_pkg_.a
2025-08-20T21:21:38.4866298Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/enrichpolicyphase=/tmp/go-build3619502580/b474/_pkg_.a
2025-08-20T21:21:38.4866789Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionphase=/tmp/go-build3619502580/b476/_pkg_.a
2025-08-20T21:21:38.4867434Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionstatus=/tmp/go-build3619502580/b477/_pkg_.a
2025-08-20T21:21:38.4867947Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/failurestorestatus=/tmp/go-build3619502580/b479/_pkg_.a
2025-08-20T21:21:38.4868468Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldsortnumerictype=/tmp/go-build3619502580/b481/_pkg_.a
2025-08-20T21:21:38.4868930Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldtype=/tmp/go-build3619502580/b482/_pkg_.a
2025-08-20T21:21:38.4869463Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldvaluefactormodifier=/tmp/go-build3619502580/b483/_pkg_.a
2025-08-20T21:21:38.4869949Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringpolicy=/tmp/go-build3619502580/b484/_pkg_.a
2025-08-20T21:21:38.4870443Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringrulerule=/tmp/go-build3619502580/b485/_pkg_.a
2025-08-20T21:21:38.4870972Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringvalidationstate=/tmp/go-build3619502580/b486/_pkg_.a
2025-08-20T21:21:38.4871669Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filtertype=/tmp/go-build3619502580/b487/_pkg_.a
2025-08-20T21:21:38.4872172Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fingerprintdigest=/tmp/go-build3619502580/b488/_pkg_.a
2025-08-20T21:21:38.4872681Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/followerindexstatus=/tmp/go-build3619502580/b489/_pkg_.a
2025-08-20T21:21:38.4873177Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionboostmode=/tmp/go-build3619502580/b490/_pkg_.a
2025-08-20T21:21:38.4873671Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionscoremode=/tmp/go-build3619502580/b491/_pkg_.a
2025-08-20T21:21:38.4874130Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gappolicy=/tmp/go-build3619502580/b492/_pkg_.a
2025-08-20T21:21:38.4874683Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geodistancetype=/tmp/go-build3619502580/b493/_pkg_.a
2025-08-20T21:21:38.4875157Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoexecution=/tmp/go-build3619502580/b494/_pkg_.a
2025-08-20T21:21:38.4875668Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtargetformat=/tmp/go-build3619502580/b495/_pkg_.a
2025-08-20T21:21:38.4876148Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtiletype=/tmp/go-build3619502580/b496/_pkg_.a
2025-08-20T21:21:38.4876685Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoorientation=/tmp/go-build3619502580/b497/_pkg_.a
2025-08-20T21:21:38.4877173Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoshaperelation=/tmp/go-build3619502580/b498/_pkg_.a
2025-08-20T21:21:38.4877648Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geostrategy=/tmp/go-build3619502580/b499/_pkg_.a
2025-08-20T21:21:38.4878149Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geovalidationmethod=/tmp/go-build3619502580/b500/_pkg_.a
2025-08-20T21:21:38.4878711Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterencoder=/tmp/go-build3619502580/b502/_pkg_.a
2025-08-20T21:21:38.4879244Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterfragmenter=/tmp/go-build3619502580/b503/_pkg_.a
2025-08-20T21:21:38.4879739Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterorder=/tmp/go-build3619502580/b504/_pkg_.a
2025-08-20T21:21:38.4880249Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertagsschema=/tmp/go-build3619502580/b505/_pkg_.a
2025-08-20T21:21:38.4880749Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertype=/tmp/go-build3619502580/b506/_pkg_.a
2025-08-20T21:21:38.4881418Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/holtwinterstype=/tmp/go-build3619502580/b507/_pkg_.a
2025-08-20T21:21:38.4881958Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/httpinputmethod=/tmp/go-build3619502580/b508/_pkg_.a
2025-08-20T21:21:38.4882440Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ibdistribution=/tmp/go-build3619502580/b509/_pkg_.a
2025-08-20T21:21:38.4882896Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/iblambda=/tmp/go-build3619502580/b510/_pkg_.a
2025-08-20T21:21:38.4883410Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationalternate=/tmp/go-build3619502580/b511/_pkg_.a
2025-08-20T21:21:38.4884017Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationcasefirst=/tmp/go-build3619502580/b512/_pkg_.a
2025-08-20T21:21:38.4884553Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationdecomposition=/tmp/go-build3619502580/b513/_pkg_.a
2025-08-20T21:21:38.4885063Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationstrength=/tmp/go-build3619502580/b514/_pkg_.a
2025-08-20T21:21:38.4885574Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationmode=/tmp/go-build3619502580/b515/_pkg_.a
2025-08-20T21:21:38.4886074Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationtype=/tmp/go-build3619502580/b516/_pkg_.a
2025-08-20T21:21:38.4886591Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icutransformdirection=/tmp/go-build3619502580/b517/_pkg_.a
2025-08-20T21:21:38.4887110Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/impactarea=/tmp/go-build3619502580/b518/_pkg_.a
2025-08-20T21:21:38.4887603Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexingjobstate=/tmp/go-build3619502580/b520/_pkg_.a
2025-08-20T21:21:38.4888103Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexmetadatastate=/tmp/go-build3619502580/b521/_pkg_.a
2025-08-20T21:21:38.4888624Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexoptions=/tmp/go-build3619502580/b522/_pkg_.a
2025-08-20T21:21:38.4889101Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexprivilege=/tmp/go-build3619502580/b523/_pkg_.a
2025-08-20T21:21:38.4889673Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingallocationoptions=/tmp/go-build3619502580/b524/_pkg_.a
2025-08-20T21:21:38.4890227Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingrebalanceoptions=/tmp/go-build3619502580/b525/_pkg_.a
2025-08-20T21:21:38.4890688Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/inputtype=/tmp/go-build3619502580/b527/_pkg_.a
2025-08-20T21:21:38.4891406Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jinaaisimilaritytype=/tmp/go-build3619502580/b528/_pkg_.a
2025-08-20T21:21:38.4891945Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jinaaitextembeddingtask=/tmp/go-build3619502580/b529/_pkg_.a
2025-08-20T21:21:38.4892436Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobblockedreason=/tmp/go-build3619502580/b530/_pkg_.a
2025-08-20T21:21:38.4892899Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobstate=/tmp/go-build3619502580/b531/_pkg_.a
2025-08-20T21:21:38.4893472Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jsonprocessorconflictstrategy=/tmp/go-build3619502580/b532/_pkg_.a
2025-08-20T21:21:38.4893945Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/keeptypesmode=/tmp/go-build3619502580/b533/_pkg_.a
2025-08-20T21:21:38.4894484Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/kuromojitokenizationmode=/tmp/go-build3619502580/b534/_pkg_.a
2025-08-20T21:21:38.4894942Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/managedby=/tmp/go-build3619502580/b538/_pkg_.a
2025-08-20T21:21:38.4895395Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/matchtype=/tmp/go-build3619502580/b539/_pkg_.a
2025-08-20T21:21:38.4895935Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/memorystatus=/tmp/go-build3619502580/b540/_pkg_.a
2025-08-20T21:21:38.4896380Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/metric=/tmp/go-build3619502580/b541/_pkg_.a
2025-08-20T21:21:38.4896862Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/minimuminterval=/tmp/go-build3619502580/b543/_pkg_.a
2025-08-20T21:21:38.4897335Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/missingorder=/tmp/go-build3619502580/b544/_pkg_.a
2025-08-20T21:21:38.4897775Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/month=/tmp/go-build3619502580/b546/_pkg_.a
2025-08-20T21:21:38.4898254Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/multivaluemode=/tmp/go-build3619502580/b547/_pkg_.a
2025-08-20T21:21:38.4898704Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noderole=/tmp/go-build3619502580/b548/_pkg_.a
2025-08-20T21:21:38.4899270Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noridecompoundmode=/tmp/go-build3619502580/b549/_pkg_.a
2025-08-20T21:21:38.4899748Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalization=/tmp/go-build3619502580/b550/_pkg_.a
2025-08-20T21:21:38.4900235Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalizemethod=/tmp/go-build3619502580/b551/_pkg_.a
2025-08-20T21:21:38.4900809Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/numericfielddataformat=/tmp/go-build3619502580/b552/_pkg_.a
2025-08-20T21:21:38.4901526Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/onscripterror=/tmp/go-build3619502580/b553/_pkg_.a
2025-08-20T21:21:38.4902073Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutycontexttype=/tmp/go-build3619502580/b556/_pkg_.a
2025-08-20T21:21:38.4902582Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutyeventtype=/tmp/go-build3619502580/b557/_pkg_.a
2025-08-20T21:21:38.4903071Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticencoder=/tmp/go-build3619502580/b558/_pkg_.a
2025-08-20T21:21:38.4903638Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticlanguage=/tmp/go-build3619502580/b559/_pkg_.a
2025-08-20T21:21:38.4904136Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticnametype=/tmp/go-build3619502580/b560/_pkg_.a
2025-08-20T21:21:38.4904623Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticruletype=/tmp/go-build3619502580/b561/_pkg_.a
2025-08-20T21:21:38.4905104Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/policytype=/tmp/go-build3619502580/b562/_pkg_.a
2025-08-20T21:21:38.4905569Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/quantifier=/tmp/go-build3619502580/b563/_pkg_.a
2025-08-20T21:21:38.4906089Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryrulecriteriatype=/tmp/go-build3619502580/b564/_pkg_.a
2025-08-20T21:21:38.4906566Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/rangerelation=/tmp/go-build3619502580/b566/_pkg_.a
2025-08-20T21:21:38.4907026Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ratemode=/tmp/go-build3619502580/b567/_pkg_.a
2025-08-20T21:21:38.4907530Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/responsecontenttype=/tmp/go-build3619502580/b570/_pkg_.a
2025-08-20T21:21:38.4908101Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/restrictionworkflow=/tmp/go-build3619502580/b571/_pkg_.a
2025-08-20T21:21:38.4908570Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/routingstate=/tmp/go-build3619502580/b573/_pkg_.a
2025-08-20T21:21:38.4909032Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ruleaction=/tmp/go-build3619502580/b574/_pkg_.a
2025-08-20T21:21:38.4909522Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/runtimefieldtype=/tmp/go-build3619502580/b575/_pkg_.a
2025-08-20T21:21:38.4910102Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sampleraggregationexecutionhint=/tmp/go-build3619502580/b576/_pkg_.a
2025-08-20T21:21:38.4910557Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scoremode=/tmp/go-build3619502580/b577/_pkg_.a
2025-08-20T21:21:38.4911039Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptlanguage=/tmp/go-build3619502580/b578/_pkg_.a
2025-08-20T21:21:38.4911699Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptsorttype=/tmp/go-build3619502580/b579/_pkg_.a
2025-08-20T21:21:38.4912208Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmissing=/tmp/go-build3619502580/b581/_pkg_.a
2025-08-20T21:21:38.4912704Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmode=/tmp/go-build3619502580/b582/_pkg_.a
2025-08-20T21:21:38.4913250Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortorder=/tmp/go-build3619502580/b583/_pkg_.a
2025-08-20T21:21:38.4913714Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shapetype=/tmp/go-build3619502580/b584/_pkg_.a
2025-08-20T21:21:38.4914229Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardroutingstate=/tmp/go-build3619502580/b585/_pkg_.a
2025-08-20T21:21:38.4914722Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardsstatsstage=/tmp/go-build3619502580/b586/_pkg_.a
2025-08-20T21:21:38.4915228Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstoreallocation=/tmp/go-build3619502580/b587/_pkg_.a
2025-08-20T21:21:38.4915769Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdownstatus=/tmp/go-build3619502580/b588/_pkg_.a
2025-08-20T21:21:38.4916238Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdowntype=/tmp/go-build3619502580/b589/_pkg_.a
2025-08-20T21:21:38.4916749Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotupgradestate=/tmp/go-build3619502580/b590/_pkg_.a
2025-08-20T21:21:38.4917331Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snowballlanguage=/tmp/go-build3619502580/b591/_pkg_.a
2025-08-20T21:21:38.4918076Z [00:04:31.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortmode=/tmp/go-build3619502580/b592/_pkg_.a
2025-08-20T21:21:38.4918898Z [00:04:31.710]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sourcefieldmode=/tmp/go-build3619502580/b594/_pkg_.a
2025-08-20T21:21:38.4919753Z [00:04:31.710]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sourcemode=/tmp/go-build3619502580/b595/_pkg_.a
2025-08-20T21:21:38.4920674Z [00:04:31.710]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/storagetype=/tmp/go-build3619502580/b596/_pkg_.a
2025-08-20T21:21:38.4921791Z [00:04:31.710]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/stringdistance=/tmp/go-build3619502580/b597/_pkg_.a
2025-08-20T21:21:38.4922870Z [00:04:31.710]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/subobjects=/tmp/go-build3619502580/b598/_pkg_.a
2025-08-20T21:21:38.4923790Z [00:04:31.710]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestsort=/tmp/go-build3619502580/b600/_pkg_.a
2025-08-20T21:21:38.4924652Z [00:04:31.710]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/synonymformat=/tmp/go-build3619502580/b604/_pkg_.a
2025-08-20T21:21:38.4925576Z [00:04:31.710]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syntheticsourcekeepenum=/tmp/go-build3619502580/b605/_pkg_.a
2025-08-20T21:21:38.4926435Z [00:04:31.710]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/templateformat=/tmp/go-build3619502580/b607/_pkg_.a
2025-08-20T21:21:38.4927463Z [00:04:31.710]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationcollectmode=/tmp/go-build3619502580/b608/_pkg_.a
2025-08-20T21:21:38.4928153Z [00:04:31.710]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationexecutionhint=/tmp/go-build3619502580/b609/_pkg_.a
2025-08-20T21:21:38.4928780Z [00:04:31.710]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termvectoroption=/tmp/go-build3619502580/b610/_pkg_.a
2025-08-20T21:21:38.4929284Z [00:04:31.710]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/textquerytype=/tmp/go-build3619502580/b611/_pkg_.a
2025-08-20T21:21:38.4929810Z [00:04:31.710]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeseriesmetrictype=/tmp/go-build3619502580/b612/_pkg_.a
2025-08-20T21:21:38.4930371Z [00:04:31.710]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenchar=/tmp/go-build3619502580/b613/_pkg_.a
2025-08-20T21:21:38.4930883Z [00:04:31.710]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenizationtruncate=/tmp/go-build3619502580/b614/_pkg_.a
2025-08-20T21:21:38.4931590Z [00:04:31.710]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/totalhitsrelation=/tmp/go-build3619502580/b615/_pkg_.a
2025-08-20T21:21:38.4932104Z [00:04:31.710]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/translogdurability=/tmp/go-build3619502580/b618/_pkg_.a
2025-08-20T21:21:38.4932650Z [00:04:31.710]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ttesttype=/tmp/go-build3619502580/b619/_pkg_.a
2025-08-20T21:21:38.4933196Z [00:04:31.710]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/unassignedinformationreason=/tmp/go-build3619502580/b620/_pkg_.a
2025-08-20T21:21:38.4933698Z [00:04:31.710]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/useragentproperty=/tmp/go-build3619502580/b621/_pkg_.a
2025-08-20T21:21:38.4934152Z [00:04:31.710]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/valuetype=/tmp/go-build3619502580/b622/_pkg_.a
2025-08-20T21:21:38.4934624Z [00:04:31.710]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/watcherstate=/tmp/go-build3619502580/b624/_pkg_.a
2025-08-20T21:21:38.4935104Z [00:04:31.710]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/zerotermsquery=/tmp/go-build3619502580/b625/_pkg_.a
2025-08-20T21:21:38.4935448Z [00:04:31.710]➜  packagefile cloud.google.com/go/auth/internal/compute=/tmp/go-build3619502580/b1415/_pkg_.a
2025-08-20T21:21:38.4935972Z [00:04:31.710]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal=/tmp/go-build3619502580/b1418/_pkg_.a
2025-08-20T21:21:38.4936317Z [00:04:31.710]➜  packagefile go.opentelemetry.io/otel/semconv/v1.17.0=/tmp/go-build3619502580/b1419/_pkg_.a
2025-08-20T21:21:38.4936696Z [00:04:31.710]➜  packagefile google.golang.org/grpc/balancer/grpclb/grpc_lb_v1=/tmp/go-build3619502580/b1434/_pkg_.a
2025-08-20T21:21:38.4937110Z [00:04:31.710]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build3619502580/b1316/_pkg_.a
2025-08-20T21:21:38.4937445Z [00:04:31.710]➜  packagefile google.golang.org/grpc/resolver/manual=/tmp/go-build3619502580/b1435/_pkg_.a
2025-08-20T21:21:38.4937768Z [00:04:31.710]➜  packagefile google.golang.org/grpc/credentials/alts=/tmp/go-build3619502580/b1421/_pkg_.a
2025-08-20T21:21:38.4938084Z [00:04:31.710]➜  packagefile google.golang.org/grpc/internal/xds=/tmp/go-build3619502580/b1431/_pkg_.a
2025-08-20T21:21:38.4938448Z [00:04:31.710]➜  packagefile google.golang.org/genproto/googleapis/rpc/code=/tmp/go-build3619502580/b1322/_pkg_.a
2025-08-20T21:21:38.4938736Z [00:04:31.710]➜  packagefile github.com/go-logr/logr/funcr=/tmp/go-build3619502580/b398/_pkg_.a
2025-08-20T21:21:38.4939095Z [00:04:31.710]➜  packagefile go.opentelemetry.io/auto/sdk/internal/telemetry=/tmp/go-build3619502580/b400/_pkg_.a
2025-08-20T21:21:38.4939406Z [00:04:31.710]➜  packagefile go.opentelemetry.io/otel/trace/noop=/tmp/go-build3619502580/b409/_pkg_.a
2025-08-20T21:21:38.4939738Z [00:04:31.710]➜  packagefile go.opentelemetry.io/otel/internal/baggage=/tmp/go-build3619502580/b414/_pkg_.a
2025-08-20T21:21:38.4940218Z [00:04:31.710]➜  packagefile cloud.google.com/go/auth/credentials/internal/stsexchange=/tmp/go-build3619502580/b1365/_pkg_.a
2025-08-20T21:21:38.4940656Z [00:04:31.710]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client/util=/tmp/go-build3619502580/b1369/_pkg_.a
2025-08-20T21:21:38.4941389Z [00:04:31.710]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil=/tmp/go-build3619502580/b1461/_pkg_.a
2025-08-20T21:21:38.4941848Z [00:04:31.710]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build3619502580/b1462/_pkg_.a
2025-08-20T21:21:38.4942257Z [00:04:31.710]➜  packagefile google.golang.org/grpc/internal/resolver/dns/internal=/tmp/go-build3619502580/b1317/_pkg_.a
2025-08-20T21:21:38.4942591Z [00:04:31.710]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3619502580/b1479/_pkg_.a
2025-08-20T21:21:38.4942945Z [00:04:31.710]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3619502580/b1481/_pkg_.a
2025-08-20T21:21:38.4943253Z [00:04:31.710]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build3619502580/b1482/_pkg_.a
2025-08-20T21:21:38.4943661Z [00:04:31.710]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3619502580/b1484/_pkg_.a
2025-08-20T21:21:38.4944143Z [00:04:31.710]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3619502580/b1485/_pkg_.a
2025-08-20T21:21:38.4944529Z [00:04:31.710]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3619502580/b1486/_pkg_.a
2025-08-20T21:21:38.4944908Z [00:04:31.710]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3619502580/b1483/_pkg_.a
2025-08-20T21:21:38.4945282Z [00:04:31.710]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/spiffebundle=/tmp/go-build3619502580/b1488/_pkg_.a
2025-08-20T21:21:38.4945682Z [00:04:31.710]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap/tlscreds=/tmp/go-build3619502580/b1503/_pkg_.a
2025-08-20T21:21:38.4946060Z [00:04:31.710]➜  packagefile google.golang.org/grpc/internal/credentials/spiffe=/tmp/go-build3619502580/b1505/_pkg_.a
2025-08-20T21:21:38.4946412Z [00:04:31.710]➜  packagefile google.golang.org/grpc/balancer/leastrequest=/tmp/go-build3619502580/b1551/_pkg_.a
2025-08-20T21:21:38.4946774Z [00:04:31.710]➜  packagefile google.golang.org/grpc/balancer/weightedtarget=/tmp/go-build3619502580/b1552/_pkg_.a
2025-08-20T21:21:38.4947203Z [00:04:31.710]➜  packagefile google.golang.org/grpc/xds/internal/balancer/cdsbalancer=/tmp/go-build3619502580/b1557/_pkg_.a
2025-08-20T21:21:38.4947609Z [00:04:31.710]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterimpl=/tmp/go-build3619502580/b1563/_pkg_.a
2025-08-20T21:21:38.4948035Z [00:04:31.710]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clustermanager=/tmp/go-build3619502580/b1569/_pkg_.a
2025-08-20T21:21:38.4948526Z [00:04:31.710]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterresolver=/tmp/go-build3619502580/b1560/_pkg_.a
2025-08-20T21:21:38.4948959Z [00:04:31.710]➜  packagefile google.golang.org/grpc/xds/internal/balancer/outlierdetection=/tmp/go-build3619502580/b1566/_pkg_.a
2025-08-20T21:21:38.4949356Z [00:04:31.710]➜  packagefile google.golang.org/grpc/xds/internal/balancer/priority=/tmp/go-build3619502580/b1567/_pkg_.a
2025-08-20T21:21:38.4949748Z [00:04:31.710]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier=/tmp/go-build3619502580/b1543/_pkg_.a
2025-08-20T21:21:38.4950258Z [00:04:31.710]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3=/tmp/go-build3619502580/b1572/_pkg_.a
2025-08-20T21:21:38.4950752Z [00:04:31.710]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3=/tmp/go-build3619502580/b1573/_pkg_.a
2025-08-20T21:21:38.4951115Z [00:04:31.710]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build3619502580/b1544/_pkg_.a
2025-08-20T21:21:38.4951723Z [00:04:31.710]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3=/tmp/go-build3619502580/b1575/_pkg_.a
2025-08-20T21:21:38.4952216Z [00:04:31.710]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3=/tmp/go-build3619502580/b1576/_pkg_.a
2025-08-20T21:21:38.4952559Z [00:04:31.710]➜  packagefile google.golang.org/grpc/internal/xds/rbac=/tmp/go-build3619502580/b1577/_pkg_.a
2025-08-20T21:21:38.4953112Z [00:04:31.710]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3=/tmp/go-build3619502580/b1582/_pkg_.a
2025-08-20T21:21:38.4953433Z [00:04:31.710]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build3619502580/b1554/_pkg_.a
2025-08-20T21:21:38.4953820Z [00:04:31.710]➜  packagefile google.golang.org/grpc/xds/internal/balancer/ringhash=/tmp/go-build3619502580/b1585/_pkg_.a
2025-08-20T21:21:38.4954214Z [00:04:31.710]➜  packagefile google.golang.org/grpc/xds/internal/resolver/internal=/tmp/go-build3619502580/b1587/_pkg_.a
2025-08-20T21:21:38.4954580Z [00:04:31.710]➜  packagefile google.golang.org/grpc/internal/credentials/xds=/tmp/go-build3619502580/b1559/_pkg_.a
2025-08-20T21:21:38.4954893Z [00:04:31.710]➜  packagefile github.com/cncf/xds/go/udpa/type/v1=/tmp/go-build3619502580/b1537/_pkg_.a
2025-08-20T21:21:38.4955256Z [00:04:31.710]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build3619502580/b1513/_pkg_.a
2025-08-20T21:21:38.4955926Z [00:04:31.710]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3=/tmp/go-build3619502580/b1590/_pkg_.a
2025-08-20T21:21:38.4956488Z [00:04:31.710]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/least_request/v3=/tmp/go-build3619502580/b1591/_pkg_.a
2025-08-20T21:21:38.4957040Z [00:04:31.710]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/pick_first/v3=/tmp/go-build3619502580/b1593/_pkg_.a
2025-08-20T21:21:38.4957584Z [00:04:31.710]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/ring_hash/v3=/tmp/go-build3619502580/b1594/_pkg_.a
2025-08-20T21:21:38.4958129Z [00:04:31.710]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/wrr_locality/v3=/tmp/go-build3619502580/b1595/_pkg_.a
2025-08-20T21:21:38.4958519Z [00:04:31.710]➜  packagefile google.golang.org/grpc/balancer/weightedroundrobin=/tmp/go-build3619502580/b1596/_pkg_.a
2025-08-20T21:21:38.4958923Z [00:04:31.710]➜  packagefile google.golang.org/grpc/xds/internal/balancer/wrrlocality=/tmp/go-build3619502580/b1568/_pkg_.a
2025-08-20T21:21:38.4959770Z [00:04:31.710]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry=/tmp/go-build3619502580/b1545/_pkg_.a
2025-08-20T21:21:38.4960462Z [00:04:31.710]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build3619502580/b1519/_pkg_.a
2025-08-20T21:21:38.4961126Z [00:04:31.710]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build3619502580/b1520/_pkg_.a
2025-08-20T21:21:38.4962103Z [00:04:31.710]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/listener/v3=/tmp/go-build3619502580/b1521/_pkg_.a
2025-08-20T21:21:38.4962667Z [00:04:31.710]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3619502580/b1511/_pkg_.a
2025-08-20T21:21:38.4963233Z [00:04:31.710]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3=/tmp/go-build3619502580/b1538/_pkg_.a
2025-08-20T21:21:38.4964190Z [00:04:31.710]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3=/tmp/go-build3619502580/b1539/_pkg_.a
2025-08-20T21:21:38.4964717Z [00:04:31.710]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3=/tmp/go-build3619502580/b1525/_pkg_.a
2025-08-20T21:21:38.4965168Z [00:04:31.710]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=/tmp/go-build3619502580/b1535/_pkg_.a
2025-08-20T21:21:38.4965523Z [00:04:31.710]➜  packagefile google.golang.org/grpc/internal/xds/matcher=/tmp/go-build3619502580/b1541/_pkg_.a
2025-08-20T21:21:38.4965847Z [00:04:31.710]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build3619502580/b1542/_pkg_.a
2025-08-20T21:21:38.4966294Z [00:04:31.710]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource/version=/tmp/go-build3619502580/b1546/_pkg_.a
2025-08-20T21:21:38.4966841Z [00:04:31.710]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3=/tmp/go-build3619502580/b1509/_pkg_.a
2025-08-20T21:21:38.4967259Z [00:04:31.710]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/tap/v3=/tmp/go-build3619502580/b1526/_pkg_.a
2025-08-20T21:21:38.4967707Z [00:04:31.710]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3=/tmp/go-build3619502580/b1548/_pkg_.a
2025-08-20T21:21:38.4967937Z [00:04:31.710]➜  packagefile hash/fnv=/tmp/go-build3619502580/b1221/_pkg_.a
2025-08-20T21:21:38.4968248Z [00:04:31.710]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3619502580/b1783/_pkg_.a
2025-08-20T21:21:38.4968653Z [00:04:31.710]➜  packagefile github.com/aws/aws-sdk-go/aws/corehandlers=/tmp/go-build3619502580/b1789/_pkg_.a
2025-08-20T21:21:38.4969041Z [00:04:31.710]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/processcreds=/tmp/go-build3619502580/b1790/_pkg_.a
2025-08-20T21:21:38.4969420Z [00:04:31.710]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/ssocreds=/tmp/go-build3619502580/b1791/_pkg_.a
2025-08-20T21:21:38.4969778Z [00:04:31.710]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/stscreds=/tmp/go-build3619502580/b1804/_pkg_.a
2025-08-20T21:21:38.4970081Z [00:04:31.710]➜  packagefile github.com/aws/aws-sdk-go/aws/csm=/tmp/go-build3619502580/b1810/_pkg_.a
2025-08-20T21:21:38.4970398Z [00:04:31.710]➜  packagefile github.com/aws/aws-sdk-go/aws/defaults=/tmp/go-build3619502580/b1811/_pkg_.a
2025-08-20T21:21:38.4970708Z [00:04:31.710]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3619502580/b1785/_pkg_.a
2025-08-20T21:21:38.4971038Z [00:04:31.710]➜  packagefile github.com/aws/aws-sdk-go/service/ssooidc=/tmp/go-build3619502580/b1803/_pkg_.a
2025-08-20T21:21:38.4971470Z [00:04:31.710]➜  packagefile github.com/aws/aws-sdk-go/service/sts=/tmp/go-build3619502580/b1805/_pkg_.a
2025-08-20T21:21:38.4971786Z [00:04:31.710]➜  packagefile github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build3619502580/b1786/_pkg_.a
2025-08-20T21:21:38.4972133Z [00:04:31.710]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3619502580/b1784/_pkg_.a
2025-08-20T21:21:38.4972464Z [00:04:31.710]➜  packagefile github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build3619502580/b1794/_pkg_.a
2025-08-20T21:21:38.4972913Z [00:04:31.710]➜  packagefile github.com/aws/aws-sdk-go/internal/encoding/gzip=/tmp/go-build3619502580/b1817/_pkg_.a
2025-08-20T21:21:38.4973305Z [00:04:31.710]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3619502580/b1797/_pkg_.a
2025-08-20T21:21:38.4973676Z [00:04:31.710]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/query=/tmp/go-build3619502580/b1806/_pkg_.a
2025-08-20T21:21:38.4974077Z [00:04:31.710]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/eventstream=/tmp/go-build3619502580/b1819/_pkg_.a
2025-08-20T21:21:38.4974547Z [00:04:31.710]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi=/tmp/go-build3619502580/b1820/_pkg_.a
2025-08-20T21:21:38.4974914Z [00:04:31.710]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/jsonrpc=/tmp/go-build3619502580/b1801/_pkg_.a
2025-08-20T21:21:38.4975459Z [00:04:31.710]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/rest=/tmp/go-build3619502580/b1796/_pkg_.a
2025-08-20T21:21:38.4975744Z [00:04:31.710]➜  packagefile filippo.io/edwards25519=/tmp/go-build3619502580/b1834/_pkg_.a
2025-08-20T21:21:38.4976012Z [00:04:31.710]➜  packagefile github.com/lib/pq/oid=/tmp/go-build3619502580/b1837/_pkg_.a
2025-08-20T21:21:38.4976271Z [00:04:31.710]➜  packagefile github.com/lib/pq/scram=/tmp/go-build3619502580/b1838/_pkg_.a
2025-08-20T21:21:38.4976563Z [00:04:31.710]➜  packagefile github.com/VividCortex/ewma=/tmp/go-build3619502580/b1891/_pkg_.a
2025-08-20T21:21:38.4976872Z [00:04:31.710]➜  packagefile github.com/cheggaaa/pb/v3/termutil=/tmp/go-build3619502580/b1892/_pkg_.a
2025-08-20T21:21:38.4977208Z [00:04:31.710]➜  packagefile github.com/fatih/color=/tmp/go-build3619502580/b1894/_pkg_.a
2025-08-20T21:21:38.4977502Z [00:04:31.710]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3619502580/b1895/_pkg_.a
2025-08-20T21:21:38.4977809Z [00:04:31.710]➜  packagefile github.com/beorn7/perks/quantile=/tmp/go-build3619502580/b1852/_pkg_.a
2025-08-20T21:21:38.4978211Z [00:04:31.710]➜  packagefile github.com/prometheus/client_golang/prometheus/internal=/tmp/go-build3619502580/b1853/_pkg_.a
2025-08-20T21:21:38.4978535Z [00:04:31.710]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build3619502580/b1854/_pkg_.a
2025-08-20T21:21:38.4978845Z [00:04:31.710]➜  packagefile github.com/prometheus/common/expfmt=/tmp/go-build3619502580/b1857/_pkg_.a
2025-08-20T21:21:38.4979218Z [00:04:31.710]➜  packagefile github.com/prometheus/common/model=/tmp/go-build3619502580/b1855/_pkg_.a
2025-08-20T21:21:38.4979503Z [00:04:31.710]➜  packagefile github.com/prometheus/procfs=/tmp/go-build3619502580/b1860/_pkg_.a
2025-08-20T21:21:38.4979750Z [00:04:31.710]➜  packagefile runtime/metrics=/tmp/go-build3619502580/b1856/_pkg_.a
2025-08-20T21:21:38.4980232Z [00:04:31.710]➜  packagefile github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil=/tmp/go-build3619502580/b1864/_pkg_.a
2025-08-20T21:21:38.4980681Z [00:04:31.710]➜  packagefile github.com/prometheus/client_golang/prometheus/promhttp/internal=/tmp/go-build3619502580/b1866/_pkg_.a
2025-08-20T21:21:38.4981074Z [00:04:31.710]➜  packagefile github.com/vadv/gopher-lua-libs/storage/drivers/memory=/tmp/go-build3619502580/b1872/_pkg_.a
2025-08-20T21:21:38.4981568Z [00:04:31.710]➜  packagefile golang.org/x/net/html=/tmp/go-build3619502580/b1884/_pkg_.a
2025-08-20T21:21:38.4981898Z [00:04:31.710]➜  packagefile github.com/klauspost/compress/fse=/tmp/go-build3619502580/b1937/_pkg_.a
2025-08-20T21:21:38.4982203Z [00:04:31.710]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build3619502580/b1653/_pkg_.a
2025-08-20T21:21:38.4982734Z [00:04:31.710]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/version=/tmp/go-build3619502580/b1705/_pkg_.a
2025-08-20T21:21:38.4983077Z [00:04:31.710]➜  packagefile github.com/google/s2a-go/internal/authinfo=/tmp/go-build3619502580/b1377/_pkg_.a
2025-08-20T21:21:38.4983544Z [00:04:31.710]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build3619502580/b1380/_pkg_.a
2025-08-20T21:21:38.4983934Z [00:04:31.710]➜  packagefile github.com/google/s2a-go/internal/record=/tmp/go-build3619502580/b1381/_pkg_.a
2025-08-20T21:21:38.4984357Z [00:04:31.710]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto=/tmp/go-build3619502580/b1396/_pkg_.a
2025-08-20T21:21:38.4984739Z [00:04:31.710]➜  packagefile github.com/google/s2a-go/internal/v2/tlsconfigstore=/tmp/go-build3619502580/b1398/_pkg_.a
2025-08-20T21:21:38.4984967Z [00:04:31.710]➜  packagefile go/printer=/tmp/go-build3619502580/b1768/_pkg_.a
2025-08-20T21:21:38.4985340Z [00:04:31.710]➜  packagefile google.golang.org/grpc/credentials/alts/internal=/tmp/go-build3619502580/b1422/_pkg_.a
2025-08-20T21:21:38.4985767Z [00:04:31.710]➜  packagefile google.golang.org/grpc/credentials/alts/internal/handshaker=/tmp/go-build3619502580/b1423/_pkg_.a
2025-08-20T21:21:38.4986224Z [00:04:31.710]➜  packagefile google.golang.org/grpc/credentials/alts/internal/handshaker/service=/tmp/go-build3619502580/b1428/_pkg_.a
2025-08-20T21:21:38.4986671Z [00:04:31.710]➜  packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/tmp/go-build3619502580/b1426/_pkg_.a
2025-08-20T21:21:38.4987033Z [00:04:31.710]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/jwtbundle=/tmp/go-build3619502580/b1494/_pkg_.a
2025-08-20T21:21:38.4987403Z [00:04:31.710]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/x509bundle=/tmp/go-build3619502580/b1499/_pkg_.a
2025-08-20T21:21:38.4987755Z [00:04:31.710]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/jwtutil=/tmp/go-build3619502580/b1495/_pkg_.a
2025-08-20T21:21:38.4988216Z [00:04:31.710]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/x509util=/tmp/go-build3619502580/b1501/_pkg_.a
2025-08-20T21:21:38.4988545Z [00:04:31.710]➜  packagefile github.com/spiffe/go-spiffe/v2/spiffeid=/tmp/go-build3619502580/b1497/_pkg_.a
2025-08-20T21:21:38.4988808Z [00:04:31.710]➜  packagefile github.com/zeebo/errs=/tmp/go-build3619502580/b1498/_pkg_.a
2025-08-20T21:21:38.4989268Z [00:04:31.710]➜  packagefile google.golang.org/grpc/balancer/weightedtarget/weightedaggregator=/tmp/go-build3619502580/b1553/_pkg_.a
2025-08-20T21:21:38.4989609Z [00:04:31.710]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build3619502580/b1556/_pkg_.a
2025-08-20T21:21:38.4989955Z [00:04:31.711]➜  packagefile google.golang.org/grpc/internal/balancer/nop=/tmp/go-build3619502580/b1558/_pkg_.a
2025-08-20T21:21:38.4990343Z [00:04:31.711]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build3619502580/b1564/_pkg_.a
2025-08-20T21:21:38.4990744Z [00:04:31.711]➜  packagefile google.golang.org/grpc/xds/internal/balancer/loadstore=/tmp/go-build3619502580/b1565/_pkg_.a
2025-08-20T21:21:38.4991108Z [00:04:31.711]➜  packagefile google.golang.org/grpc/internal/balancer/weight=/tmp/go-build3619502580/b1561/_pkg_.a
2025-08-20T21:21:38.4991560Z [00:04:31.711]➜  packagefile google.golang.org/grpc/resolver/ringhash=/tmp/go-build3619502580/b1562/_pkg_.a
2025-08-20T21:21:38.4991978Z [00:04:31.711]➜  packagefile google.golang.org/genproto/googleapis/api/expr/v1alpha1=/tmp/go-build3619502580/b1515/_pkg_.a
2025-08-20T21:21:38.4992323Z [00:04:31.711]➜  packagefile github.com/cncf/xds/go/xds/type/matcher/v3=/tmp/go-build3619502580/b1512/_pkg_.a
2025-08-20T21:21:38.4992847Z [00:04:31.711]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/rbac/audit_loggers/stream/v3=/tmp/go-build3619502580/b1578/_pkg_.a
2025-08-20T21:21:38.4993157Z [00:04:31.711]➜  packagefile google.golang.org/grpc/authz/audit=/tmp/go-build3619502580/b1579/_pkg_.a
2025-08-20T21:21:38.4993498Z [00:04:31.711]➜  packagefile google.golang.org/grpc/authz/audit/stdout=/tmp/go-build3619502580/b1580/_pkg_.a
2025-08-20T21:21:38.4993933Z [00:04:31.711]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build3619502580/b1510/_pkg_.a
2025-08-20T21:21:38.4994250Z [00:04:31.711]➜  packagefile google.golang.org/grpc/balancer/lazy=/tmp/go-build3619502580/b1586/_pkg_.a
2025-08-20T21:21:38.4994553Z [00:04:31.711]➜  packagefile cel.dev/expr=/tmp/go-build3619502580/b1514/_pkg_.a
2025-08-20T21:21:38.4995148Z [00:04:31.711]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3=/tmp/go-build3619502580/b1592/_pkg_.a
2025-08-20T21:21:38.4995575Z [00:04:31.711]➜  packagefile google.golang.org/grpc/balancer/weightedroundrobin/internal=/tmp/go-build3619502580/b1597/_pkg_.a
2025-08-20T21:21:38.4995865Z [00:04:31.711]➜  packagefile google.golang.org/grpc/orca=/tmp/go-build3619502580/b1598/_pkg_.a
2025-08-20T21:21:38.4996292Z [00:04:31.711]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3=/tmp/go-build3619502580/b1516/_pkg_.a
2025-08-20T21:21:38.4996704Z [00:04:31.711]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3=/tmp/go-build3619502580/b1517/_pkg_.a
2025-08-20T21:21:38.4997116Z [00:04:31.711]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/trace/v3=/tmp/go-build3619502580/b1524/_pkg_.a
2025-08-20T21:21:38.4997521Z [00:04:31.711]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/http/v3=/tmp/go-build3619502580/b1540/_pkg_.a
2025-08-20T21:21:38.4997951Z [00:04:31.711]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/metrics/v3=/tmp/go-build3619502580/b1522/_pkg_.a
2025-08-20T21:21:38.4998379Z [00:04:31.711]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/overload/v3=/tmp/go-build3619502580/b1523/_pkg_.a
2025-08-20T21:21:38.4998840Z [00:04:31.711]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/common/matcher/v3=/tmp/go-build3619502580/b1527/_pkg_.a
2025-08-20T21:21:38.4999234Z [00:04:31.711]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkrand=/tmp/go-build3619502580/b1788/_pkg_.a
2025-08-20T21:21:38.4999569Z [00:04:31.711]➜  packagefile github.com/aws/aws-sdk-go/aws/auth/bearer=/tmp/go-build3619502580/b1792/_pkg_.a
2025-08-20T21:21:38.4999879Z [00:04:31.711]➜  packagefile github.com/aws/aws-sdk-go/service/sso=/tmp/go-build3619502580/b1793/_pkg_.a
2025-08-20T21:21:38.5000236Z [00:04:31.711]➜  packagefile github.com/aws/aws-sdk-go/service/sso/ssoiface=/tmp/go-build3619502580/b1802/_pkg_.a
2025-08-20T21:21:38.5000578Z [00:04:31.711]➜  packagefile github.com/aws/aws-sdk-go/service/sts/stsiface=/tmp/go-build3619502580/b1809/_pkg_.a
2025-08-20T21:21:38.5001028Z [00:04:31.711]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds=/tmp/go-build3619502580/b1812/_pkg_.a
2025-08-20T21:21:38.5001527Z [00:04:31.711]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/endpointcreds=/tmp/go-build3619502580/b1815/_pkg_.a
2025-08-20T21:21:38.5001862Z [00:04:31.711]➜  packagefile github.com/aws/aws-sdk-go/aws/ec2metadata=/tmp/go-build3619502580/b1813/_pkg_.a
2025-08-20T21:21:38.5002231Z [00:04:31.711]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/restjson=/tmp/go-build3619502580/b1799/_pkg_.a
2025-08-20T21:21:38.5002537Z [00:04:31.711]➜  packagefile github.com/jmespath/go-jmespath=/tmp/go-build3619502580/b1787/_pkg_.a
2025-08-20T21:21:38.5002870Z [00:04:31.711]➜  packagefile github.com/aws/aws-sdk-go/internal/strings=/tmp/go-build3619502580/b1795/_pkg_.a
2025-08-20T21:21:38.5003204Z [00:04:31.711]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkmath=/tmp/go-build3619502580/b1798/_pkg_.a
2025-08-20T21:21:38.5003608Z [00:04:31.711]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/query/queryutil=/tmp/go-build3619502580/b1807/_pkg_.a
2025-08-20T21:21:38.5003997Z [00:04:31.711]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil=/tmp/go-build3619502580/b1808/_pkg_.a
2025-08-20T21:21:38.5004391Z [00:04:31.711]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/json/jsonutil=/tmp/go-build3619502580/b1800/_pkg_.a
2025-08-20T21:21:38.5004688Z [00:04:31.711]➜  packagefile filippo.io/edwards25519/field=/tmp/go-build3619502580/b1835/_pkg_.a
2025-08-20T21:21:38.5004948Z [00:04:31.711]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3619502580/b1896/_pkg_.a
2025-08-20T21:21:38.5005312Z [00:04:31.711]➜  packagefile github.com/munnerz/goautoneg=/tmp/go-build3619502580/b1858/_pkg_.a
2025-08-20T21:21:38.5005725Z [00:04:31.711]➜  packagefile google.golang.org/protobuf/encoding/protodelim=/tmp/go-build3619502580/b1859/_pkg_.a
2025-08-20T21:21:38.5006072Z [00:04:31.711]➜  packagefile github.com/prometheus/procfs/internal/fs=/tmp/go-build3619502580/b1861/_pkg_.a
2025-08-20T21:21:38.5006415Z [00:04:31.711]➜  packagefile github.com/prometheus/procfs/internal/util=/tmp/go-build3619502580/b1862/_pkg_.a
2025-08-20T21:21:38.5006931Z [00:04:31.711]➜  packagefile github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header=/tmp/go-build3619502580/b1865/_pkg_.a
2025-08-20T21:21:38.5007217Z [00:04:31.711]➜  packagefile golang.org/x/net/html/atom=/tmp/go-build3619502580/b1885/_pkg_.a
2025-08-20T21:21:38.5007623Z [00:04:31.711]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_context_go_proto=/tmp/go-build3619502580/b1379/_pkg_.a
2025-08-20T21:21:38.5008035Z [00:04:31.711]➜  packagefile github.com/google/s2a-go/internal/record/internal/halfconn=/tmp/go-build3619502580/b1383/_pkg_.a
2025-08-20T21:21:38.5008404Z [00:04:31.711]➜  packagefile github.com/google/s2a-go/internal/v2/certverifier=/tmp/go-build3619502580/b1399/_pkg_.a
2025-08-20T21:21:38.5008767Z [00:04:31.711]➜  packagefile github.com/google/s2a-go/internal/v2/remotesigner=/tmp/go-build3619502580/b1401/_pkg_.a
2025-08-20T21:21:38.5009053Z [00:04:31.711]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build3619502580/b1424/_pkg_.a
2025-08-20T21:21:38.5009463Z [00:04:31.711]➜  packagefile google.golang.org/grpc/credentials/alts/internal/authinfo=/tmp/go-build3619502580/b1425/_pkg_.a
2025-08-20T21:21:38.5009914Z [00:04:31.711]➜  packagefile google.golang.org/grpc/credentials/alts/internal/conn=/tmp/go-build3619502580/b1427/_pkg_.a
2025-08-20T21:21:38.5010279Z [00:04:31.711]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/pemutil=/tmp/go-build3619502580/b1500/_pkg_.a
2025-08-20T21:21:38.5010651Z [00:04:31.711]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/cryptoutil=/tmp/go-build3619502580/b1496/_pkg_.a
2025-08-20T21:21:38.5011085Z [00:04:31.711]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/data/accesslog/v3=/tmp/go-build3619502580/b1518/_pkg_.a
2025-08-20T21:21:38.5011534Z [00:04:31.711]➜  packagefile github.com/cncf/xds/go/xds/service/orca/v3=/tmp/go-build3619502580/b1599/_pkg_.a
2025-08-20T21:21:38.5011928Z [00:04:31.711]➜  packagefile google.golang.org/grpc/orca/internal=/tmp/go-build3619502580/b1600/_pkg_.a
2025-08-20T21:21:38.5012257Z [00:04:31.711]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkuri=/tmp/go-build3619502580/b1814/_pkg_.a
2025-08-20T21:21:38.5012694Z [00:04:31.711]➜  packagefile github.com/google/s2a-go/internal/record/internal/aeadcrypter=/tmp/go-build3619502580/b1384/_pkg_.a
2025-08-20T21:21:38.5012991Z [00:04:31.711]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build3619502580/b1390/_pkg_.a
2025-08-20T21:21:38.5013315Z [00:04:31.711]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3619502580/b1391/_pkg_.a
2025-08-20T21:21:38.5086539Z [00:04:31.711]➜  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=amd64\nbuild\tGOOS=linux\nbuild\tGOAMD64=v1\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T21:21:38.5087137Z [00:04:31.711]➜  EOF
2025-08-20T21:21:38.5087284Z [00:04:31.711]➜  mkdir -p $WORK/b001/exe/
2025-08-20T21:21:38.5087386Z [00:04:31.711]➜  cd .
2025-08-20T21:21:38.5089172Z [00:04:31.711]➜  GOROOT='' /root/.go/pkg/tool/linux_amd64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -X=runtime.godebugDefault=containermaxprocs=0,decoratemappings=0,tlssha1=1,updatemaxprocs=0,x509sha256skid=0 -buildmode=pie -buildid=ZFQ6lBy07Lm5qaQ-gubM/wW99Bm7Hg0TIMb4nw1lC/rFCAEsbXqvYUO0i-Ggc-/ZFQ6lBy07Lm5qaQ-gubM -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T21:21:42.4293644Z [00:04:35.768]➜  # command-line-arguments
2025-08-20T21:21:42.4294239Z [00:04:35.768]➜  /root/.go/pkg/tool/linux_amd64/link: running gcc failed: exit status 1
2025-08-20T21:21:42.4302964Z [00:04:35.768]➜  /usr/bin/gcc -m64 -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-4010457356/go.o /tmp/go-link-4010457356/000000.o /tmp/go-link-4010457356/000001.o /tmp/go-link-4010457356/000002.o /tmp/go-link-4010457356/000003.o /tmp/go-link-4010457356/000004.o /tmp/go-link-4010457356/000005.o /tmp/go-link-4010457356/000006.o /tmp/go-link-4010457356/000007.o /tmp/go-link-4010457356/000008.o /tmp/go-link-4010457356/000009.o /tmp/go-link-4010457356/000010.o /tmp/go-link-4010457356/000011.o /tmp/go-link-4010457356/000012.o /tmp/go-link-4010457356/000013.o /tmp/go-link-4010457356/000014.o /tmp/go-link-4010457356/000015.o /tmp/go-link-4010457356/000016.o /tmp/go-link-4010457356/000017.o /tmp/go-link-4010457356/000018.o /tmp/go-link-4010457356/000019.o /tmp/go-link-4010457356/000020.o /tmp/go-link-4010457356/000021.o /tmp/go-link-4010457356/000022.o /tmp/go-link-4010457356/000023.o /tmp/go-link-4010457356/000024.o /tmp/go-link-4010457356/000025.o /tmp/go-link-4010457356/000026.o /tmp/go-link-4010457356/000027.o /tmp/go-link-4010457356/000028.o /tmp/go-link-4010457356/000029.o /tmp/go-link-4010457356/000030.o /tmp/go-link-4010457356/000031.o /tmp/go-link-4010457356/000032.o /tmp/go-link-4010457356/000033.o /tmp/go-link-4010457356/000034.o /tmp/go-link-4010457356/000035.o /tmp/go-link-4010457356/000036.o /tmp/go-link-4010457356/000037.o /tmp/go-link-4010457356/000038.o /tmp/go-link-4010457356/000039.o /tmp/go-link-4010457356/000040.o /tmp/go-link-4010457356/000041.o /tmp/go-link-4010457356/000042.o /tmp/go-link-4010457356/000043.o /tmp/go-link-4010457356/000044.o -O2 -g /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka/librdkafka_vendor/librdkafka_glibc_linux_amd64.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:21:42.4311526Z [00:04:35.768]➜  /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-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_amd64.a(libcrypto-lib-async.o): in function `async_fibre_swapcontext.constprop.0':
2025-08-20T21:21:42.4312834Z [00:04:35.768]➜  (.text+0x138): undefined reference to `setcontext'
2025-08-20T21:21:42.4314517Z [00:04:35.768]➜  /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-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_amd64.a(libcrypto-lib-async_posix.o): in function `ASYNC_is_capable':
2025-08-20T21:21:42.4315829Z [00:04:35.768]➜  (.text+0xb): undefined reference to `getcontext'
2025-08-20T21:21:42.4317287Z [00:04:35.768]➜  /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-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_amd64.a(libcrypto-lib-async_posix.o): in function `async_fibre_makecontext':
2025-08-20T21:21:42.4318550Z [00:04:35.769]➜  (.text+0x44): undefined reference to `getcontext'
2025-08-20T21:21:42.4319358Z [00:04:35.769]➜  /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: (.text+0xa8): undefined reference to `makecontext'
2025-08-20T21:21:42.4321049Z [00:04:35.769]➜  /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-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_amd64.a(libcrypto-lib-o_fopen.o): in function `openssl_fopen':
2025-08-20T21:21:42.4323429Z [00:04:35.769]➜  (.text+0x1): undefined reference to `fopen64'
2025-08-20T21:21:42.4323941Z [00:04:35.769]➜  collect2: error: ld returned 1 exit status
2025-08-20T21:21:42.4324243Z [00:04:35.769]➜  
2025-08-20T21:21:42.9730063Z [00:04:36.312]➜  '/tmp/tmp.UTiqoCvtHk/TEMPREPO/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T21:21:42.9959416Z [00:04:36.335]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T21:21:42.9992460Z [00:04:36.338]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T21:21:42.9996765Z [00:04:36.339]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T21:21:43.2825683Z [00:04:36.622]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T21:21:43.2856721Z [00:04:36.625]➜  
2025-08-20T21:21:43.2874150Z [00:04:36.627]➜  /build-bins/LICENSE
2025-08-20T21:21:43.2915430Z [00:04:36.631]➜  + file /build-bins/LICENSE
2025-08-20T21:21:43.3133802Z [00:04:36.653]➜  /build-bins/LICENSE: Unicode text, UTF-8 text
2025-08-20T21:21:43.3142557Z [00:04:36.654]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE
2025-08-20T21:21:43.3158820Z [00:04:36.655]➜  /build-bins/LICENSE:         1068 Bytes
2025-08-20T21:21:43.3162861Z [00:04:36.656]➜  + du /build-bins/LICENSE --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T21:21:43.3176741Z [00:04:36.657]➜  1.1K	2025-08-20 21:21:42.971359436 +0000	/build-bins/LICENSE
2025-08-20T21:21:43.3179287Z [00:04:36.657]➜  + popd
2025-08-20T21:21:44.0069067Z [00:04:37.346]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T21:21:44.0261546Z [00:04:37.365]➜  + '[' -s /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T21:21:44.0262655Z [00:04:37.365]➜  + cp -fv /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T21:21:44.0292225Z [00:04:37.368]➜  '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T21:21:44.0297877Z [00:04:37.369]➜  + find /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T21:21:44.0299877Z [00:04:37.369]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T21:21:44.0312001Z [00:04:37.370]➜  + cut -d: -f1
2025-08-20T21:21:44.0313434Z [00:04:37.370]➜  + xargs realpath --no-symlinks
2025-08-20T21:21:44.0314650Z [00:04:37.371]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR
2025-08-20T21:21:44.1472573Z [00:04:37.486]➜  realpath: missing operand
2025-08-20T21:21:44.1473284Z [00:04:37.487]➜  Try 'realpath --help' for more information.
2025-08-20T21:21:44.1482809Z [00:04:37.488]➜  
2025-08-20T21:21:48.1518201Z [00:04:41.491]➜  
2025-08-20T21:21:48.1621942Z [00:04:41.501]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/jr.static.version' from runner:docker to runner:runner
2025-08-20T21:21:48.1624182Z [00:04:41.501]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/snap/snapcraft.yaml' from root:root to runner:runner
2025-08-20T21:21:48.1625654Z [00:04:41.501]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/snap' from root:root to runner:runner
2025-08-20T21:21:48.1627774Z [00:04:41.501]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T21:21:48.1629543Z [00:04:41.501]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/images/goreport.png' from root:root to runner:runner
2025-08-20T21:21:48.1630993Z [00:04:41.501]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/images' from root:root to runner:runner
2025-08-20T21:21:48.1632802Z [00:04:41.501]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/Dockerfile' from root:root to runner:runner
2025-08-20T21:21:48.1635047Z [00:04:41.501]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/k6/exec/Dockerfile' from root:root to runner:runner
2025-08-20T21:21:48.1636767Z [00:04:41.501]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/k6/exec/README.md' from root:root to runner:runner
2025-08-20T21:21:48.1638281Z [00:04:41.501]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/k6/exec/k8s-test.yaml' from root:root to runner:runner
2025-08-20T21:21:48.1639798Z [00:04:41.501]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/k6/exec' from root:root to runner:runner
2025-08-20T21:21:48.1642121Z [00:04:41.501]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/k6' from root:root to runner:runner
2025-08-20T21:21:48.1643412Z [00:04:41.501]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.pre-commit-config.yaml' from root:root to runner:runner
2025-08-20T21:21:48.1644712Z [00:04:41.501]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/testfiles/test3.csv' from root:root to runner:runner
2025-08-20T21:21:48.1645971Z [00:04:41.501]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/testfiles/test2.csv' from root:root to runner:runner
2025-08-20T21:21:48.1647523Z [00:04:41.501]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/testfiles/products.csv' from root:root to runner:runner
2025-08-20T21:21:48.1649660Z [00:04:41.501]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/testfiles/polygon.geojson' from root:root to runner:runner
2025-08-20T21:21:48.1651047Z [00:04:41.501]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/testfiles' from root:root to runner:runner
2025-08-20T21:21:48.1652542Z [00:04:41.502]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/rpm/jr.spec' from root:root to runner:runner
2025-08-20T21:21:48.1653942Z [00:04:41.502]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/rpm' from root:root to runner:runner
2025-08-20T21:21:48.1655944Z [00:04:41.502]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/locust/Dockerfile' from root:root to runner:runner
2025-08-20T21:21:48.1657205Z [00:04:41.502]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/locust/README.md' from root:root to runner:runner
2025-08-20T21:21:48.1658421Z [00:04:41.502]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/locust/jr.py' from root:root to runner:runner
2025-08-20T21:21:48.1659609Z [00:04:41.502]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/locust' from root:root to runner:runner
2025-08-20T21:21:48.1661930Z [00:04:41.502]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/config/jrconfig.json' from root:root to runner:runner
2025-08-20T21:21:48.1663750Z [00:04:41.502]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/config' from root:root to runner:runner
2025-08-20T21:21:48.1664974Z [00:04:41.502]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/ReleaseNotes.md' from root:root to runner:runner
2025-08-20T21:21:48.1666237Z [00:04:41.502]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/Dockerfile.scratch' from root:root to runner:runner
2025-08-20T21:21:48.1667516Z [00:04:41.502]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.localci/lint/golangci.yml' from root:root to runner:runner
2025-08-20T21:21:48.1669779Z [00:04:41.502]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.localci/lint' from root:root to runner:runner
2025-08-20T21:21:48.1670993Z [00:04:41.502]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.localci' from root:root to runner:runner
2025-08-20T21:21:48.1672506Z [00:04:41.502]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T21:21:48.1673829Z [00:04:41.502]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/inventorymgmt_inventory.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1675781Z [00:04:41.502]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/webanalytics_page_view.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1678058Z [00:04:41.502]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/users.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1679350Z [00:04:41.502]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/csv_user.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1680675Z [00:04:41.502]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/payroll_employee.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1683353Z [00:04:41.502]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/gaming_player_activity.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1684882Z [00:04:41.502]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/util_userid.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1693603Z [00:04:41.502]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/users_array_map.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1695540Z [00:04:41.502]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/shopping_rating.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1697914Z [00:04:41.502]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/gaming_player.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1699351Z [00:04:41.502]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/shoestore_shoe.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1700676Z [00:04:41.502]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/user.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1702403Z [00:04:41.502]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/fleet_mgmt_sensors.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1704816Z [00:04:41.502]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/fleetmgmt_sensor.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1706238Z [00:04:41.502]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/shoestore_customer.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1707693Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/webanalytics_code.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1709453Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/insurance_customer.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1712084Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/pizzastore_order_completed.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1713539Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/marketing_campaign_finance.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1714939Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/fleetmgmt_description.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1717296Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/insurance_offer.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1718666Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/shoestore_order.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1720064Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/state' from root:root to runner:runner
2025-08-20T21:21:48.1721630Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/zip' from root:root to runner:runner
2025-08-20T21:21:48.1723893Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/nameF' from root:root to runner:runner
2025-08-20T21:21:48.1725227Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/state_short' from root:root to runner:runner
2025-08-20T21:21:48.1726548Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/director' from root:root to runner:runner
2025-08-20T21:21:48.1728589Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/mail_provider' from root:root to runner:runner
2025-08-20T21:21:48.1730226Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/capital' from root:root to runner:runner
2025-08-20T21:21:48.1731903Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/mobile_phone' from root:root to runner:runner
2025-08-20T21:21:48.1733619Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/company' from root:root to runner:runner
2025-08-20T21:21:48.1735599Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/country' from root:root to runner:runner
2025-08-20T21:21:48.1736900Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/tag' from root:root to runner:runner
2025-08-20T21:21:48.1738205Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/cool_name' from root:root to runner:runner
2025-08-20T21:21:48.1740214Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/actor' from root:root to runner:runner
2025-08-20T21:21:48.1742349Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/stock_symbol' from root:root to runner:runner
2025-08-20T21:21:48.1743688Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/wine' from root:root to runner:runner
2025-08-20T21:21:48.1744968Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/nameM' from root:root to runner:runner
2025-08-20T21:21:48.1747465Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/country_code' from root:root to runner:runner
2025-08-20T21:21:48.1749021Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/movie' from root:root to runner:runner
2025-08-20T21:21:48.1750312Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/street' from root:root to runner:runner
2025-08-20T21:21:48.1752872Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/sport_brand' from root:root to runner:runner
2025-08-20T21:21:48.1754526Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/city' from root:root to runner:runner
2025-08-20T21:21:48.1755815Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/beer' from root:root to runner:runner
2025-08-20T21:21:48.1757247Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/phone' from root:root to runner:runner
2025-08-20T21:21:48.1759701Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/surname' from root:root to runner:runner
2025-08-20T21:21:48.1761072Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us' from root:root to runner:runner
2025-08-20T21:21:48.1763676Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/fr/zip' from root:root to runner:runner
2025-08-20T21:21:48.1765110Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/fr/nameF' from root:root to runner:runner
2025-08-20T21:21:48.1766422Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/fr/director' from root:root to runner:runner
2025-08-20T21:21:48.1767766Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/fr/actor' from root:root to runner:runner
2025-08-20T21:21:48.1769053Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/fr/wine' from root:root to runner:runner
2025-08-20T21:21:48.1770348Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/fr/nameM' from root:root to runner:runner
2025-08-20T21:21:48.1771897Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/fr/movie' from root:root to runner:runner
2025-08-20T21:21:48.1773211Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/fr/street' from root:root to runner:runner
2025-08-20T21:21:48.1774501Z [00:04:41.503]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/fr/film' from root:root to runner:runner
2025-08-20T21:21:48.1775777Z [00:04:41.504]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/fr/city' from root:root to runner:runner
2025-08-20T21:21:48.1777056Z [00:04:41.504]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/fr/beer' from root:root to runner:runner
2025-08-20T21:21:48.1778333Z [00:04:41.504]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/fr/phone' from root:root to runner:runner
2025-08-20T21:21:48.1779802Z [00:04:41.504]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/fr/surname' from root:root to runner:runner
2025-08-20T21:21:48.1781076Z [00:04:41.504]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/fr' from root:root to runner:runner
2025-08-20T21:21:48.1782464Z [00:04:41.504]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/de/zip' from root:root to runner:runner
2025-08-20T21:21:48.1783803Z [00:04:41.504]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/de/nameF' from root:root to runner:runner
2025-08-20T21:21:48.1785110Z [00:04:41.504]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/de/director' from root:root to runner:runner
2025-08-20T21:21:48.1786418Z [00:04:41.504]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/de/actor' from root:root to runner:runner
2025-08-20T21:21:48.1787703Z [00:04:41.504]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/de/wine' from root:root to runner:runner
2025-08-20T21:21:48.1789044Z [00:04:41.504]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/de/nameM' from root:root to runner:runner
2025-08-20T21:21:48.1790323Z [00:04:41.504]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/de/movie' from root:root to runner:runner
2025-08-20T21:21:48.1791710Z [00:04:41.504]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/de/street' from root:root to runner:runner
2025-08-20T21:21:48.1793004Z [00:04:41.504]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/de/film' from root:root to runner:runner
2025-08-20T21:21:48.1794281Z [00:04:41.504]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/de/city' from root:root to runner:runner
2025-08-20T21:21:48.1795555Z [00:04:41.504]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/de/beer' from root:root to runner:runner
2025-08-20T21:21:48.1796832Z [00:04:41.504]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/de/phone' from root:root to runner:runner
2025-08-20T21:21:48.1798199Z [00:04:41.504]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/de/surname' from root:root to runner:runner
2025-08-20T21:21:48.1799469Z [00:04:41.504]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/de' from root:root to runner:runner
2025-08-20T21:21:48.1800731Z [00:04:41.504]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/uk/zip' from root:root to runner:runner
2025-08-20T21:21:48.1802117Z [00:04:41.504]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/uk/nameF' from root:root to runner:runner
2025-08-20T21:21:48.1803413Z [00:04:41.504]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/uk/director' from root:root to runner:runner
2025-08-20T21:21:48.1804779Z [00:04:41.504]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/uk/actor' from root:root to runner:runner
2025-08-20T21:21:48.1806061Z [00:04:41.504]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/uk/wine' from root:root to runner:runner
2025-08-20T21:21:48.1807399Z [00:04:41.504]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/uk/nameM' from root:root to runner:runner
2025-08-20T21:21:48.1808688Z [00:04:41.504]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/uk/movie' from root:root to runner:runner
2025-08-20T21:21:48.1809980Z [00:04:41.504]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/uk/street' from root:root to runner:runner
2025-08-20T21:21:48.1811359Z [00:04:41.504]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/uk/film' from root:root to runner:runner
2025-08-20T21:21:48.1812789Z [00:04:41.504]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/uk/city' from root:root to runner:runner
2025-08-20T21:21:48.1814070Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/uk/beer' from root:root to runner:runner
2025-08-20T21:21:48.1815350Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/uk/phone' from root:root to runner:runner
2025-08-20T21:21:48.1816654Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/uk/surname' from root:root to runner:runner
2025-08-20T21:21:48.1817932Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/uk' from root:root to runner:runner
2025-08-20T21:21:48.1819190Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/es/zip' from root:root to runner:runner
2025-08-20T21:21:48.1820466Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/es/nameF' from root:root to runner:runner
2025-08-20T21:21:48.1821932Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/es/director' from root:root to runner:runner
2025-08-20T21:21:48.1823234Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/es/actor' from root:root to runner:runner
2025-08-20T21:21:48.1824509Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/es/wine' from root:root to runner:runner
2025-08-20T21:21:48.1825797Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/es/nameM' from root:root to runner:runner
2025-08-20T21:21:48.1827076Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/es/movie' from root:root to runner:runner
2025-08-20T21:21:48.1828442Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/es/street' from root:root to runner:runner
2025-08-20T21:21:48.1829729Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/es/film' from root:root to runner:runner
2025-08-20T21:21:48.1831012Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/es/city' from root:root to runner:runner
2025-08-20T21:21:48.1832469Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/es/beer' from root:root to runner:runner
2025-08-20T21:21:48.1833772Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/es/phone' from root:root to runner:runner
2025-08-20T21:21:48.1835069Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/es/surname' from root:root to runner:runner
2025-08-20T21:21:48.1836327Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/es' from root:root to runner:runner
2025-08-20T21:21:48.1837647Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/it/zip' from root:root to runner:runner
2025-08-20T21:21:48.1838919Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/it/nameF' from root:root to runner:runner
2025-08-20T21:21:48.1840231Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/it/director' from root:root to runner:runner
2025-08-20T21:21:48.1841630Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/it/regione' from root:root to runner:runner
2025-08-20T21:21:48.1842953Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/it/capital' from root:root to runner:runner
2025-08-20T21:21:48.1844249Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/it/actor' from root:root to runner:runner
2025-08-20T21:21:48.1845521Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/it/wine' from root:root to runner:runner
2025-08-20T21:21:48.1847141Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/it/nameM' from root:root to runner:runner
2025-08-20T21:21:48.1849124Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/it/movie' from root:root to runner:runner
2025-08-20T21:21:48.1851810Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/it/street' from root:root to runner:runner
2025-08-20T21:21:48.1854275Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/it/film' from root:root to runner:runner
2025-08-20T21:21:48.1856668Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/it/city' from root:root to runner:runner
2025-08-20T21:21:48.1858580Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/it/beer' from root:root to runner:runner
2025-08-20T21:21:48.1859879Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/it/phone' from root:root to runner:runner
2025-08-20T21:21:48.1861418Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/it/surname' from root:root to runner:runner
2025-08-20T21:21:48.1862827Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/it' from root:root to runner:runner
2025-08-20T21:21:48.1864084Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data' from root:root to runner:runner
2025-08-20T21:21:48.1865330Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/util_ip.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1866676Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/siem_log.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1868004Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/shopping_purchase.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1869379Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/inventorymgmt_product.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1870729Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/csv_product.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1872282Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/finance_stock_trade.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1873653Z [00:04:41.505]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/fleetmgmt_location.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1874969Z [00:04:41.506]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/net_device.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1876319Z [00:04:41.506]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/store.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1877604Z [00:04:41.506]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/gaming_game.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1878944Z [00:04:41.506]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/payment_transaction.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1880341Z [00:04:41.506]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/insurance_customer_activity.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1881993Z [00:04:41.506]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/webanalytics_clickstream.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1883429Z [00:04:41.506]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/syslog_log.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1884760Z [00:04:41.506]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/pizzastore_order.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1886189Z [00:04:41.506]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/shoestore_clickstream.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1887535Z [00:04:41.506]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/user_with_key.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1888882Z [00:04:41.506]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/payment_credit_card.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1890225Z [00:04:41.506]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/shopping_order.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1892056Z [00:04:41.506]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/webanalytics_user.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1893475Z [00:04:41.506]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/iot_device_information.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1894909Z [00:04:41.506]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/pizzastore_order_cancelled.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1896340Z [00:04:41.506]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/payroll_employee_location.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1897712Z [00:04:41.506]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/payroll_bonus.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1899050Z [00:04:41.506]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/pizzastore_util.tpl' from root:root to runner:runner
2025-08-20T21:21:48.1900300Z [00:04:41.506]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates' from root:root to runner:runner
2025-08-20T21:21:48.1901759Z [00:04:41.506]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T21:21:48.1902924Z [00:04:41.506]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T21:21:48.1904119Z [00:04:41.506]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/testRest.http' from root:root to runner:runner
2025-08-20T21:21:48.1905362Z [00:04:41.506]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/make_install_race.sh' from root:root to runner:runner
2025-08-20T21:21:48.1906561Z [00:04:41.506]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T21:21:48.1907850Z [00:04:41.506]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/make_install_offline.sh' from root:root to runner:runner
2025-08-20T21:21:48.1909091Z [00:04:41.506]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.gitattributes' from root:root to runner:runner
2025-08-20T21:21:48.1910307Z [00:04:41.506]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/make_install.sh' from root:root to runner:runner
2025-08-20T21:21:48.1911890Z [00:04:41.507]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.github/workflows/go-mac-x64-release.yml' from root:root to runner:runner
2025-08-20T21:21:48.1913280Z [00:04:41.507]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.github/workflows/go-linux.yml' from root:root to runner:runner
2025-08-20T21:21:48.1914630Z [00:04:41.507]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.github/workflows/snap-arm64.yml' from root:root to runner:runner
2025-08-20T21:21:48.1915998Z [00:04:41.507]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.github/workflows/go-mac-m1-release.yml' from root:root to runner:runner
2025-08-20T21:21:48.1917419Z [00:04:41.507]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.github/workflows/publish.yml' from root:root to runner:runner
2025-08-20T21:21:48.1918771Z [00:04:41.507]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.github/workflows/publish-manual.yml' from root:root to runner:runner
2025-08-20T21:21:48.1920115Z [00:04:41.507]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.github/workflows/snap.yml' from root:root to runner:runner
2025-08-20T21:21:48.1922072Z [00:04:41.507]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.github/workflows/homebrew.yml' from root:root to runner:runner
2025-08-20T21:21:48.1924653Z [00:04:41.507]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.github/workflows/go-mac.yml' from root:root to runner:runner
2025-08-20T21:21:48.1927062Z [00:04:41.507]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T21:21:48.1929293Z [00:04:41.507]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T21:21:48.1931684Z [00:04:41.507]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/Dockerfile.alpine' from root:root to runner:runner
2025-08-20T21:21:48.1932925Z [00:04:41.507]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/jr.go' from root:root to runner:runner
2025-08-20T21:21:48.1934202Z [00:04:41.507]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T21:21:48.1935550Z [00:04:41.507]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T21:21:48.1937025Z [00:04:41.507]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T21:21:48.1938378Z [00:04:41.507]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T21:21:48.1939698Z [00:04:41.507]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T21:21:48.1941121Z [00:04:41.507]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T21:21:48.1942725Z [00:04:41.507]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T21:21:48.1944044Z [00:04:41.507]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T21:21:48.1945369Z [00:04:41.507]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T21:21:48.1946780Z [00:04:41.507]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T21:21:48.1948083Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T21:21:48.1949423Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T21:21:48.1950775Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T21:21:48.1952341Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T21:21:48.1953626Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T21:21:48.1954863Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T21:21:48.1956214Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T21:21:48.1957526Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:21:48.1958892Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:21:48.1960196Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T21:21:48.1961630Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T21:21:48.1962925Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T21:21:48.1964122Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T21:21:48.1965387Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T21:21:48.1966614Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T21:21:48.1967891Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:21:48.1969186Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:21:48.1970500Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T21:21:48.1972167Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T21:21:48.1973376Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T21:21:48.1974560Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T21:21:48.1975764Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T21:21:48.1976992Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T21:21:48.1978184Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T21:21:48.1979618Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/objects/pack/pack-fb2fa2745af74123bb7a36b3bf93b431257250e2.idx' from root:root to runner:runner
2025-08-20T21:21:48.1981635Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/objects/pack/pack-0489aef8a7a5fa50f7d1a403e65a929b63acb383.idx' from root:root to runner:runner
2025-08-20T21:21:48.1983330Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/objects/pack/pack-fb2fa2745af74123bb7a36b3bf93b431257250e2.promisor' from root:root to runner:runner
2025-08-20T21:21:48.1985023Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/objects/pack/pack-0489aef8a7a5fa50f7d1a403e65a929b63acb383.promisor' from root:root to runner:runner
2025-08-20T21:21:48.1986781Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/objects/pack/pack-0489aef8a7a5fa50f7d1a403e65a929b63acb383.rev' from root:root to runner:runner
2025-08-20T21:21:48.1988441Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/objects/pack/pack-fb2fa2745af74123bb7a36b3bf93b431257250e2.pack' from root:root to runner:runner
2025-08-20T21:21:48.1990109Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/objects/pack/pack-fb2fa2745af74123bb7a36b3bf93b431257250e2.rev' from root:root to runner:runner
2025-08-20T21:21:48.1992126Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/objects/pack/pack-0489aef8a7a5fa50f7d1a403e65a929b63acb383.pack' from root:root to runner:runner
2025-08-20T21:21:48.1993955Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T21:21:48.1995853Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T21:21:48.1998313Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T21:21:48.2000617Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T21:21:48.2003046Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T21:21:48.2004687Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T21:21:48.2005873Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T21:21:48.2007041Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/Readme.md' from root:root to runner:runner
2025-08-20T21:21:48.2008224Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.go-version' from root:root to runner:runner
2025-08-20T21:21:48.2009476Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/generator/generate.go' from root:root to runner:runner
2025-08-20T21:21:48.2010953Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/generator/generateRegistry.go' from root:root to runner:runner
2025-08-20T21:21:48.2012478Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/generator' from root:root to runner:runner
2025-08-20T21:21:48.2013716Z [00:04:41.508]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/ctx/context.go' from root:root to runner:runner
2025-08-20T21:21:48.2014921Z [00:04:41.509]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/ctx' from root:root to runner:runner
2025-08-20T21:21:48.2016199Z [00:04:41.509]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/configuration/configuration.go' from root:root to runner:runner
2025-08-20T21:21:48.2017605Z [00:04:41.509]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/configuration' from root:root to runner:runner
2025-08-20T21:21:48.2018933Z [00:04:41.509]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions_test/templates_test.go' from root:root to runner:runner
2025-08-20T21:21:48.2020363Z [00:04:41.509]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions_test/regex_test.go' from root:root to runner:runner
2025-08-20T21:21:48.2021999Z [00:04:41.509]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions_test/finance_test.go' from root:root to runner:runner
2025-08-20T21:21:48.2023395Z [00:04:41.509]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions_test/functions_test.go' from root:root to runner:runner
2025-08-20T21:21:48.2024702Z [00:04:41.509]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions_test' from root:root to runner:runner
2025-08-20T21:21:48.2026056Z [00:04:41.509]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/emitter/emitter.go' from root:root to runner:runner
2025-08-20T21:21:48.2027323Z [00:04:41.509]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/emitter/loop.go' from root:root to runner:runner
2025-08-20T21:21:48.2028607Z [00:04:41.509]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/emitter/throughput.go' from root:root to runner:runner
2025-08-20T21:21:48.2029867Z [00:04:41.509]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/emitter' from root:root to runner:runner
2025-08-20T21:21:48.2031136Z [00:04:41.509]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/constants/constants.go' from root:root to runner:runner
2025-08-20T21:21:48.2032593Z [00:04:41.509]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/constants' from root:root to runner:runner
2025-08-20T21:21:48.2033823Z [00:04:41.509]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/version.go' from root:root to runner:runner
2025-08-20T21:21:48.2035167Z [00:04:41.509]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/emitterList.go' from root:root to runner:runner
2025-08-20T21:21:48.2036453Z [00:04:41.509]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/producerList.go' from root:root to runner:runner
2025-08-20T21:21:48.2037744Z [00:04:41.509]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/functionList.go' from root:root to runner:runner
2025-08-20T21:21:48.2039012Z [00:04:41.509]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/function.go' from root:root to runner:runner
2025-08-20T21:21:48.2040247Z [00:04:41.509]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/root.go' from root:root to runner:runner
2025-08-20T21:21:48.2041844Z [00:04:41.509]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/templateList.go' from root:root to runner:runner
2025-08-20T21:21:48.2043163Z [00:04:41.509]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/emitterShow.go' from root:root to runner:runner
2025-08-20T21:21:48.2044434Z [00:04:41.509]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/emitter.go' from root:root to runner:runner
2025-08-20T21:21:48.2045755Z [00:04:41.509]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/emitterRun.go' from root:root to runner:runner
2025-08-20T21:21:48.2047025Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/template.go' from root:root to runner:runner
2025-08-20T21:21:48.2048286Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/producer.go' from root:root to runner:runner
2025-08-20T21:21:48.2049550Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/templateRun.go' from root:root to runner:runner
2025-08-20T21:21:48.2050871Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/server.go' from root:root to runner:runner
2025-08-20T21:21:48.2052546Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/createTopic.go' from root:root to runner:runner
2025-08-20T21:21:48.2053847Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/templateShow.go' from root:root to runner:runner
2025-08-20T21:21:48.2055170Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/templatedev.html' from root:root to runner:runner
2025-08-20T21:21:48.2056566Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/js/highlight-11.9.0.min.js' from root:root to runner:runner
2025-08-20T21:21:48.2057952Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/js/font-awesome.js' from root:root to runner:runner
2025-08-20T21:21:48.2059314Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/js/javascript.min.js' from root:root to runner:runner
2025-08-20T21:21:48.2060816Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/js/jquery-3.2.1.slim.min.js' from root:root to runner:runner
2025-08-20T21:21:48.2062407Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/js' from root:root to runner:runner
2025-08-20T21:21:48.2063712Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/images/jr_logo.png' from root:root to runner:runner
2025-08-20T21:21:48.2065009Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/images' from root:root to runner:runner
2025-08-20T21:21:48.2066722Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.bundle.js' from root:root to runner:runner
2025-08-20T21:21:48.2069211Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.js' from root:root to runner:runner
2025-08-20T21:21:48.2072154Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.bundle.min.js' from root:root to runner:runner
2025-08-20T21:21:48.2074992Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.min.js.map' from root:root to runner:runner
2025-08-20T21:21:48.2077288Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.bundle.min.js.map' from root:root to runner:runner
2025-08-20T21:21:48.2078765Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.js.map' from root:root to runner:runner
2025-08-20T21:21:48.2080296Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.bundle.js.map' from root:root to runner:runner
2025-08-20T21:21:48.2082009Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.min.js' from root:root to runner:runner
2025-08-20T21:21:48.2083342Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/js' from root:root to runner:runner
2025-08-20T21:21:48.2084730Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/css/bootstrap-grid.min.css' from root:root to runner:runner
2025-08-20T21:21:48.2086192Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/css/bootstrap-reboot.min.css' from root:root to runner:runner
2025-08-20T21:21:48.2087670Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/css/bootstrap-grid.min.css.map' from root:root to runner:runner
2025-08-20T21:21:48.2089146Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/css/bootstrap-grid.css.map' from root:root to runner:runner
2025-08-20T21:21:48.2090673Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/css/bootstrap-grid.css' from root:root to runner:runner
2025-08-20T21:21:48.2092418Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/css/bootstrap-reboot.min.css.map' from root:root to runner:runner
2025-08-20T21:21:48.2093921Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/css/bootstrap-reboot.css.map' from root:root to runner:runner
2025-08-20T21:21:48.2095362Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/css/bootstrap.css.map' from root:root to runner:runner
2025-08-20T21:21:48.2096758Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/css/bootstrap.css' from root:root to runner:runner
2025-08-20T21:21:48.2098256Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/css/bootstrap.min.css.map' from root:root to runner:runner
2025-08-20T21:21:48.2099702Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/css/bootstrap-reboot.css' from root:root to runner:runner
2025-08-20T21:21:48.2101175Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/css/bootstrap.min.css' from root:root to runner:runner
2025-08-20T21:21:48.2102708Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/css' from root:root to runner:runner
2025-08-20T21:21:48.2103976Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs' from root:root to runner:runner
2025-08-20T21:21:48.2105240Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/index.html' from root:root to runner:runner
2025-08-20T21:21:48.2106668Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/stylesheets/main.css' from root:root to runner:runner
2025-08-20T21:21:48.2108091Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/stylesheets/hljscss-11.9.0.css' from root:root to runner:runner
2025-08-20T21:21:48.2109537Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/stylesheets/ocean.min.css' from root:root to runner:runner
2025-08-20T21:21:48.2110904Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/stylesheets' from root:root to runner:runner
2025-08-20T21:21:48.2112453Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html' from root:root to runner:runner
2025-08-20T21:21:48.2113737Z [00:04:41.510]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/templateList_test.go' from root:root to runner:runner
2025-08-20T21:21:48.2114997Z [00:04:41.511]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd' from root:root to runner:runner
2025-08-20T21:21:48.2116339Z [00:04:41.511]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/payroll_bonus.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2117670Z [00:04:41.511]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/pizzastore_order.go' from root:root to runner:runner
2025-08-20T21:21:48.2119050Z [00:04:41.511]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/insurance_customer_activity.go' from root:root to runner:runner
2025-08-20T21:21:48.2120396Z [00:04:41.511]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/orderline.go' from root:root to runner:runner
2025-08-20T21:21:48.2122068Z [00:04:41.511]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/map_float.go' from root:root to runner:runner
2025-08-20T21:21:48.2123508Z [00:04:41.511]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/iot_device_information.go' from root:root to runner:runner
2025-08-20T21:21:48.2124873Z [00:04:41.511]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/fleetmgmt_sensor.go' from root:root to runner:runner
2025-08-20T21:21:48.2126254Z [00:04:41.511]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/gaming_player.go' from root:root to runner:runner
2025-08-20T21:21:48.2127535Z [00:04:41.511]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/user.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2128803Z [00:04:41.511]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/csv_user.go' from root:root to runner:runner
2025-08-20T21:21:48.2130114Z [00:04:41.511]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/webanalytics_user.go' from root:root to runner:runner
2025-08-20T21:21:48.2131726Z [00:04:41.511]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/webanalytics_clickstream.go' from root:root to runner:runner
2025-08-20T21:21:48.2133104Z [00:04:41.511]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/destination.go' from root:root to runner:runner
2025-08-20T21:21:48.2134428Z [00:04:41.511]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/shoestore_shoe.go' from root:root to runner:runner
2025-08-20T21:21:48.2135760Z [00:04:41.511]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/shopping_rating.go' from root:root to runner:runner
2025-08-20T21:21:48.2137139Z [00:04:41.511]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/pizzastore_order_completed.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2138879Z [00:04:41.511]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/users.go' from root:root to runner:runner
2025-08-20T21:21:48.2141446Z [00:04:41.511]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/gaming_player_activity.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2144269Z [00:04:41.511]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/map_bool.go' from root:root to runner:runner
2025-08-20T21:21:48.2146773Z [00:04:41.511]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/shoestore_customer.go' from root:root to runner:runner
2025-08-20T21:21:48.2149123Z [00:04:41.511]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/syslog_log.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2150510Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/inventorymgmt_inventory.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2152115Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/shoestore_order.go' from root:root to runner:runner
2025-08-20T21:21:48.2153429Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/registry.go' from root:root to runner:runner
2025-08-20T21:21:48.2154723Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/gaming_player.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2156150Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/shopping_order.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2157449Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/bytes.go' from root:root to runner:runner
2025-08-20T21:21:48.2158714Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/location.go' from root:root to runner:runner
2025-08-20T21:21:48.2159999Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/csv_product.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2161591Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/fleetmgmt_location.go' from root:root to runner:runner
2025-08-20T21:21:48.2162970Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/fleetmgmt_location.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2164374Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/payment_credit_card.go' from root:root to runner:runner
2025-08-20T21:21:48.2165760Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/shoestore_order.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2167134Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/webanalytics_page_view.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2168473Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/siem_log.go' from root:root to runner:runner
2025-08-20T21:21:48.2169793Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/webanalytics_user.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2171646Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/insurance_customer_activity.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2173070Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/syslog_log.go' from root:root to runner:runner
2025-08-20T21:21:48.2174388Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/users_array_map.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2175692Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/siem_log.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2177002Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/insurance_customer.go' from root:root to runner:runner
2025-08-20T21:21:48.2178363Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/insurance_customer.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2179769Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/payroll_employee_location.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2181331Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/payroll_bonus.go' from root:root to runner:runner
2025-08-20T21:21:48.2182730Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/map_dumb_schema.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2184027Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/user.go' from root:root to runner:runner
2025-08-20T21:21:48.2185332Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/shoestore_customer.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2186807Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/fleetmgmt_description.go' from root:root to runner:runner
2025-08-20T21:21:48.2188177Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/shoestore_clickstream.go' from root:root to runner:runner
2025-08-20T21:21:48.2189572Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/webanalytics_clickstream.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2190987Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/pizzastore_order_completed.go' from root:root to runner:runner
2025-08-20T21:21:48.2192556Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/store.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2193842Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/csv_user.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2195181Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/iot_device_information.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2196706Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/webanalytics_page_view.go' from root:root to runner:runner
2025-08-20T21:21:48.2198083Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/inventorymgmt_product.go' from root:root to runner:runner
2025-08-20T21:21:48.2199411Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/map_string.go' from root:root to runner:runner
2025-08-20T21:21:48.2200727Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/payroll_employee.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2202437Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/store.go' from root:root to runner:runner
2025-08-20T21:21:48.2203710Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/address.go' from root:root to runner:runner
2025-08-20T21:21:48.2205047Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/payroll_employee_location.go' from root:root to runner:runner
2025-08-20T21:21:48.2206505Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/net_device.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2207810Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/array_string.go' from root:root to runner:runner
2025-08-20T21:21:48.2209110Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/map_bytes.go' from root:root to runner:runner
2025-08-20T21:21:48.2210450Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/pizzastore_order_cancelled.go' from root:root to runner:runner
2025-08-20T21:21:48.2212752Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/purchase.go' from root:root to runner:runner
2025-08-20T21:21:48.2215255Z [00:04:41.512]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/gaming_game.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2217687Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/users.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2220113Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/shoestore_shoe.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2222331Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/payment_transaction.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2223729Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/payment_credit_card.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2225077Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/my_map_test_record.go' from root:root to runner:runner
2025-08-20T21:21:48.2226607Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/shopping_rating.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2227972Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/gaming_player_activity.go' from root:root to runner:runner
2025-08-20T21:21:48.2229313Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/array_orderline.go' from root:root to runner:runner
2025-08-20T21:21:48.2230619Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/csv_product.go' from root:root to runner:runner
2025-08-20T21:21:48.2232132Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/users_array_map.go' from root:root to runner:runner
2025-08-20T21:21:48.2233513Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/marketing_campaign_finance.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2234852Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/map_long.go' from root:root to runner:runner
2025-08-20T21:21:48.2236260Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/shoestore_clickstream.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2237637Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/insurance_offer.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2238953Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/net_device.go' from root:root to runner:runner
2025-08-20T21:21:48.2240278Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/finance_stock_trade.go' from root:root to runner:runner
2025-08-20T21:21:48.2241906Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/marketing_campaign_finance.go' from root:root to runner:runner
2025-08-20T21:21:48.2243260Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/gaming_game.go' from root:root to runner:runner
2025-08-20T21:21:48.2244625Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/fleetmgmt_description.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2245997Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/finance_stock_trade.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2247375Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/webanalytics_code.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2248715Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/shopping_order.go' from root:root to runner:runner
2025-08-20T21:21:48.2249995Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/map_int.go' from root:root to runner:runner
2025-08-20T21:21:48.2251648Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/payroll_employee.go' from root:root to runner:runner
2025-08-20T21:21:48.2252992Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/source.go' from root:root to runner:runner
2025-08-20T21:21:48.2254330Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/genericstore_purchase.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2255718Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/payment_transaction.go' from root:root to runner:runner
2025-08-20T21:21:48.2257065Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/insurance_offer.go' from root:root to runner:runner
2025-08-20T21:21:48.2258401Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/fleetmgmt_sensor.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2259743Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/webanalytics_code.go' from root:root to runner:runner
2025-08-20T21:21:48.2261156Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/pizzastore_order.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2262776Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/inventorymgmt_product.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2264185Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/inventorymgmt_inventory.go' from root:root to runner:runner
2025-08-20T21:21:48.2265599Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/pizzastore_order_cancelled.avsc' from root:root to runner:runner
2025-08-20T21:21:48.2266975Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types' from root:root to runner:runner
2025-08-20T21:21:48.2268208Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions/finance.go' from root:root to runner:runner
2025-08-20T21:21:48.2269516Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions/utilities.go' from root:root to runner:runner
2025-08-20T21:21:48.2270807Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions/regex.go' from root:root to runner:runner
2025-08-20T21:21:48.2272311Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions/helper.go' from root:root to runner:runner
2025-08-20T21:21:48.2273615Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions/nonsense.go' from root:root to runner:runner
2025-08-20T21:21:48.2274987Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions/functionsDescription.go' from root:root to runner:runner
2025-08-20T21:21:48.2276512Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions/networking.go' from root:root to runner:runner
2025-08-20T21:21:48.2277822Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions/address.go' from root:root to runner:runner
2025-08-20T21:21:48.2279131Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions/functions.go' from root:root to runner:runner
2025-08-20T21:21:48.2280464Z [00:04:41.513]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions/timeAndDates.go' from root:root to runner:runner
2025-08-20T21:21:48.2282294Z [00:04:41.514]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions/people.go' from root:root to runner:runner
2025-08-20T21:21:48.2284282Z [00:04:41.514]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions/phone.go' from root:root to runner:runner
2025-08-20T21:21:48.2286680Z [00:04:41.514]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions' from root:root to runner:runner
2025-08-20T21:21:48.2289109Z [00:04:41.514]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/tpl/tpl.go' from root:root to runner:runner
2025-08-20T21:21:48.2291476Z [00:04:41.514]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/tpl' from root:root to runner:runner
2025-08-20T21:21:48.2293609Z [00:04:41.514]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/azcosmosdb/config.go' from root:root to runner:runner
2025-08-20T21:21:48.2295069Z [00:04:41.514]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/azcosmosdb/config.json.example' from root:root to runner:runner
2025-08-20T21:21:48.2296636Z [00:04:41.514]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/azcosmosdb/producer.go' from root:root to runner:runner
2025-08-20T21:21:48.2298000Z [00:04:41.514]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/azcosmosdb' from root:root to runner:runner
2025-08-20T21:21:48.2299335Z [00:04:41.514]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/luascript/config.go' from root:root to runner:runner
2025-08-20T21:21:48.2300749Z [00:04:41.514]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/luascript/producer_test.go' from root:root to runner:runner
2025-08-20T21:21:48.2302390Z [00:04:41.514]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/luascript/producer.go' from root:root to runner:runner
2025-08-20T21:21:48.2303735Z [00:04:41.514]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/luascript' from root:root to runner:runner
2025-08-20T21:21:48.2305059Z [00:04:41.514]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/s3/s3Producer.go' from root:root to runner:runner
2025-08-20T21:21:48.2306591Z [00:04:41.514]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/s3/config.json.example' from root:root to runner:runner
2025-08-20T21:21:48.2307908Z [00:04:41.514]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/s3' from root:root to runner:runner
2025-08-20T21:21:48.2309234Z [00:04:41.514]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/gcs/config.json.example' from root:root to runner:runner
2025-08-20T21:21:48.2310631Z [00:04:41.514]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/gcs/gcsProducer.go' from root:root to runner:runner
2025-08-20T21:21:48.2312127Z [00:04:41.514]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/gcs' from root:root to runner:runner
2025-08-20T21:21:48.2313472Z [00:04:41.514]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/wamp/wampProducer_test.go' from root:root to runner:runner
2025-08-20T21:21:48.2314879Z [00:04:41.514]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/wamp/wampProducer.go' from root:root to runner:runner
2025-08-20T21:21:48.2316360Z [00:04:41.514]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/wamp/config.json.example' from root:root to runner:runner
2025-08-20T21:21:48.2317696Z [00:04:41.514]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/wamp' from root:root to runner:runner
2025-08-20T21:21:48.2319038Z [00:04:41.514]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/server/JsonProducer.go' from root:root to runner:runner
2025-08-20T21:21:48.2320369Z [00:04:41.514]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/server' from root:root to runner:runner
2025-08-20T21:21:48.2321960Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/console/ConsoleProducer.go' from root:root to runner:runner
2025-08-20T21:21:48.2323323Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/console' from root:root to runner:runner
2025-08-20T21:21:48.2324677Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/redis/config.json.example' from root:root to runner:runner
2025-08-20T21:21:48.2326087Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/redis/redisProducer.go' from root:root to runner:runner
2025-08-20T21:21:48.2327499Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/redis/jsonWriter_test.go' from root:root to runner:runner
2025-08-20T21:21:48.2328932Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/redis/redisProducer_test.go' from root:root to runner:runner
2025-08-20T21:21:48.2330338Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/redis/jsonWriter.go' from root:root to runner:runner
2025-08-20T21:21:48.2331985Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/redis' from root:root to runner:runner
2025-08-20T21:21:48.2333344Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/awsdynamodb/config.go' from root:root to runner:runner
2025-08-20T21:21:48.2334796Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/awsdynamodb/config.json.example' from root:root to runner:runner
2025-08-20T21:21:48.2336244Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/awsdynamodb/producer.go' from root:root to runner:runner
2025-08-20T21:21:48.2337609Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/awsdynamodb' from root:root to runner:runner
2025-08-20T21:21:48.2338952Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/cassandra/config.go' from root:root to runner:runner
2025-08-20T21:21:48.2340371Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/cassandra/config.json.example' from root:root to runner:runner
2025-08-20T21:21:48.2342058Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/cassandra/producer.go' from root:root to runner:runner
2025-08-20T21:21:48.2343430Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/cassandra' from root:root to runner:runner
2025-08-20T21:21:48.2344842Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/wasm/wasm_producer_test_function.wasm' from root:root to runner:runner
2025-08-20T21:21:48.2346400Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/wasm/wasm_producer_test_function.go' from root:root to runner:runner
2025-08-20T21:21:48.2347830Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/wasm/wasm_producer.go' from root:root to runner:runner
2025-08-20T21:21:48.2349197Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/wasm/wasm_config.go' from root:root to runner:runner
2025-08-20T21:21:48.2350587Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/wasm/wasm_producer_test.go' from root:root to runner:runner
2025-08-20T21:21:48.2352101Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/wasm' from root:root to runner:runner
2025-08-20T21:21:48.2353652Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/kafka/registry.properties.example' from root:root to runner:runner
2025-08-20T21:21:48.2355886Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/kafka/kafkaProducer.go' from root:root to runner:runner
2025-08-20T21:21:48.2358954Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/kafka/config.properties.example' from root:root to runner:runner
2025-08-20T21:21:48.2361745Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/kafka' from root:root to runner:runner
2025-08-20T21:21:48.2364203Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/test/TestProducer.go' from root:root to runner:runner
2025-08-20T21:21:48.2365806Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/test' from root:root to runner:runner
2025-08-20T21:21:48.2367163Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/elastic/config.json.example' from root:root to runner:runner
2025-08-20T21:21:48.2368611Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/elastic/elasticProducer.go' from root:root to runner:runner
2025-08-20T21:21:48.2369966Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/elastic' from root:root to runner:runner
2025-08-20T21:21:48.2371657Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/azblobstorage/config.go' from root:root to runner:runner
2025-08-20T21:21:48.2373201Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/azblobstorage/config.json.example' from root:root to runner:runner
2025-08-20T21:21:48.2374677Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/azblobstorage/producer.go' from root:root to runner:runner
2025-08-20T21:21:48.2376061Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/azblobstorage' from root:root to runner:runner
2025-08-20T21:21:48.2377524Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/mongodb/config.json.example' from root:root to runner:runner
2025-08-20T21:21:48.2379002Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/mongodb/config-atlas.json.example' from root:root to runner:runner
2025-08-20T21:21:48.2380459Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/mongodb/mongoProducer.go' from root:root to runner:runner
2025-08-20T21:21:48.2382107Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/mongodb/mongoProducer_test.go' from root:root to runner:runner
2025-08-20T21:21:48.2383520Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/mongodb' from root:root to runner:runner
2025-08-20T21:21:48.2384847Z [00:04:41.515]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/http/config.go' from root:root to runner:runner
2025-08-20T21:21:48.2386227Z [00:04:41.516]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/http/config.json.example' from root:root to runner:runner
2025-08-20T21:21:48.2387768Z [00:04:41.516]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/http/producer_test.go' from root:root to runner:runner
2025-08-20T21:21:48.2389140Z [00:04:41.516]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/http/producer.go' from root:root to runner:runner
2025-08-20T21:21:48.2390440Z [00:04:41.516]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/http' from root:root to runner:runner
2025-08-20T21:21:48.2391949Z [00:04:41.516]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers' from root:root to runner:runner
2025-08-20T21:21:48.2393138Z [00:04:41.516]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg' from root:root to runner:runner
2025-08-20T21:21:48.2394274Z [00:04:41.516]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO' from root:root to runner:runner
2025-08-20T21:21:48.2395351Z [00:04:41.516]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk' from root:root to runner:runner
2025-08-20T21:21:48.2396343Z [00:04:41.516]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T21:21:48.2397431Z [00:04:41.516]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T21:21:48.2398442Z [00:04:41.516]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T21:21:48.2399418Z [00:04:41.516]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T21:21:48.2400322Z [00:04:41.516]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T21:21:48.2401507Z [00:04:41.516]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/jr.version' from runner:docker to runner:runner
2025-08-20T21:21:48.2402470Z [00:04:41.516]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T21:21:48.2403336Z [00:04:41.516]➜  changed ownership of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T21:21:48.2404245Z [00:04:41.524]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/jr.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.2405406Z [00:04:41.531]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/snap/snapcraft.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.2406641Z [00:04:41.539]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.2407892Z [00:04:41.546]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/images/goreport.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.2409129Z [00:04:41.553]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.2410462Z [00:04:41.560]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/k6/exec/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.2411985Z [00:04:41.568]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/k6/exec/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.2413288Z [00:04:41.575]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/k6/exec/k8s-test.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.2427034Z [00:04:41.582]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.pre-commit-config.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.2494214Z [00:04:41.589]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/testfiles/test3.csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.2560729Z [00:04:41.595]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/testfiles/test2.csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.2626876Z [00:04:41.602]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/testfiles/products.csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.2693043Z [00:04:41.608]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/testfiles/polygon.geojson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.2759545Z [00:04:41.615]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/rpm/jr.spec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.2825188Z [00:04:41.622]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/locust/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.2891380Z [00:04:41.628]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/locust/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.2958656Z [00:04:41.635]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/locust/jr.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.3025364Z [00:04:41.642]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/config/jrconfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.3090914Z [00:04:41.648]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/ReleaseNotes.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.3158734Z [00:04:41.655]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/Dockerfile.scratch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.3225766Z [00:04:41.662]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.localci/lint/golangci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.3291749Z [00:04:41.668]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.3358547Z [00:04:41.675]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/inventorymgmt_inventory.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.3424983Z [00:04:41.682]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/webanalytics_page_view.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.3490802Z [00:04:41.688]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/users.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.3556718Z [00:04:41.695]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/csv_user.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.3621928Z [00:04:41.701]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/payroll_employee.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.3690003Z [00:04:41.708]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/gaming_player_activity.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.3756748Z [00:04:41.715]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/util_userid.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.3822702Z [00:04:41.721]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/users_array_map.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.3888760Z [00:04:41.728]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/shopping_rating.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.3955040Z [00:04:41.735]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/gaming_player.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.4021901Z [00:04:41.741]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/shoestore_shoe.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.4088574Z [00:04:41.748]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/user.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.4156217Z [00:04:41.755]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/fleet_mgmt_sensors.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.4222915Z [00:04:41.761]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/fleetmgmt_sensor.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.4288906Z [00:04:41.768]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/shoestore_customer.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.4355055Z [00:04:41.775]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/webanalytics_code.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.4422324Z [00:04:41.781]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/insurance_customer.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.4489532Z [00:04:41.788]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/pizzastore_order_completed.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.4556197Z [00:04:41.795]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/marketing_campaign_finance.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.4622812Z [00:04:41.801]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/fleetmgmt_description.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.4688586Z [00:04:41.808]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/insurance_offer.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.4755577Z [00:04:41.815]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/shoestore_order.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.4822848Z [00:04:41.821]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/state' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.4890525Z [00:04:41.828]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.4958142Z [00:04:41.835]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/nameF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.5024143Z [00:04:41.842]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/state_short' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.5091168Z [00:04:41.848]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/director' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.5158507Z [00:04:41.855]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/mail_provider' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.5226414Z [00:04:41.862]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/capital' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.5292889Z [00:04:41.868]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/mobile_phone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.5359111Z [00:04:41.875]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/company' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.5426704Z [00:04:41.882]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/country' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.5494622Z [00:04:41.889]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/tag' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.5573582Z [00:04:41.897]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/cool_name' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.5640660Z [00:04:41.903]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/actor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.5708788Z [00:04:41.910]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/stock_symbol' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.5776381Z [00:04:41.917]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/wine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.5843163Z [00:04:41.923]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/nameM' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.5910042Z [00:04:41.930]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/country_code' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.5977251Z [00:04:41.937]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/movie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.6045179Z [00:04:41.944]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/street' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.6112044Z [00:04:41.950]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/sport_brand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.6178529Z [00:04:41.957]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/city' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.6245564Z [00:04:41.964]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/beer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.6313077Z [00:04:41.970]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/phone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.6379729Z [00:04:41.977]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/us/surname' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.6447193Z [00:04:41.984]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/fr/zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.6513602Z [00:04:41.991]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/fr/nameF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.6581361Z [00:04:41.997]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/fr/director' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.6648722Z [00:04:42.004]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/fr/actor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.6715291Z [00:04:42.011]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/fr/wine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.6783080Z [00:04:42.018]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/fr/nameM' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.6850338Z [00:04:42.024]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/fr/movie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.6918416Z [00:04:42.031]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/fr/street' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.6985480Z [00:04:42.038]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/fr/film' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.7053011Z [00:04:42.044]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/fr/city' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.7119211Z [00:04:42.051]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/fr/beer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.7187390Z [00:04:42.058]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/fr/phone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.7253558Z [00:04:42.065]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/fr/surname' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.7323608Z [00:04:42.072]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/de/zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.7395109Z [00:04:42.079]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/de/nameF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.7464071Z [00:04:42.086]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/de/director' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.7530414Z [00:04:42.092]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/de/actor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.7596995Z [00:04:42.099]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/de/wine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.7664963Z [00:04:42.106]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/de/nameM' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.7732212Z [00:04:42.112]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/de/movie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.7798537Z [00:04:42.119]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/de/street' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.7866487Z [00:04:42.126]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/de/film' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.7935104Z [00:04:42.133]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/de/city' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.8004197Z [00:04:42.140]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/de/beer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.8073766Z [00:04:42.146]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/de/phone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.8141723Z [00:04:42.153]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/de/surname' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.8209805Z [00:04:42.160]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/uk/zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.8277063Z [00:04:42.167]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/uk/nameF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.8344908Z [00:04:42.174]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/uk/director' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.8411935Z [00:04:42.180]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/uk/actor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.8479432Z [00:04:42.187]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/uk/wine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.8547633Z [00:04:42.194]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/uk/nameM' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.8614820Z [00:04:42.201]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/uk/movie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.8682526Z [00:04:42.207]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/uk/street' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.8750864Z [00:04:42.214]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/uk/film' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.8819004Z [00:04:42.221]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/uk/city' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.8888423Z [00:04:42.228]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/uk/beer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.8955952Z [00:04:42.235]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/uk/phone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.9025157Z [00:04:42.242]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/uk/surname' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.9093542Z [00:04:42.249]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/es/zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.9162616Z [00:04:42.255]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/es/nameF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.9230360Z [00:04:42.262]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/es/director' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.9299143Z [00:04:42.269]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/es/actor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.9367371Z [00:04:42.276]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/es/wine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.9434921Z [00:04:42.283]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/es/nameM' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.9502767Z [00:04:42.289]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/es/movie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.9570302Z [00:04:42.296]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/es/street' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.9637820Z [00:04:42.303]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/es/film' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.9705451Z [00:04:42.310]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/es/city' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.9773032Z [00:04:42.316]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/es/beer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.9840560Z [00:04:42.323]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/es/phone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.9910822Z [00:04:42.330]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/es/surname' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:48.9978401Z [00:04:42.337]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/it/zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.0045926Z [00:04:42.344]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/it/nameF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.0114633Z [00:04:42.351]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/it/director' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.0182724Z [00:04:42.357]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/it/regione' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.0250155Z [00:04:42.364]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/it/capital' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.0319183Z [00:04:42.371]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/it/actor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.0388058Z [00:04:42.378]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/it/wine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.0456144Z [00:04:42.385]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/it/nameM' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.0523534Z [00:04:42.392]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/it/movie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.0591422Z [00:04:42.398]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/it/street' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.0659885Z [00:04:42.405]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/it/film' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.0727459Z [00:04:42.412]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/it/city' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.0795082Z [00:04:42.419]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/it/beer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.0862638Z [00:04:42.425]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/it/phone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.0933302Z [00:04:42.433]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/data/it/surname' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.1001863Z [00:04:42.439]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/util_ip.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.1070450Z [00:04:42.446]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/siem_log.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.1137653Z [00:04:42.453]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/shopping_purchase.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.1205445Z [00:04:42.460]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/inventorymgmt_product.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.1274169Z [00:04:42.467]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/csv_product.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.1342732Z [00:04:42.473]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/finance_stock_trade.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.1410304Z [00:04:42.480]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/fleetmgmt_location.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.1478894Z [00:04:42.487]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/net_device.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.1547284Z [00:04:42.494]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/store.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.1615128Z [00:04:42.501]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/gaming_game.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.1683549Z [00:04:42.508]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/payment_transaction.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.1751372Z [00:04:42.514]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/insurance_customer_activity.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.1820007Z [00:04:42.521]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/webanalytics_clickstream.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.1897626Z [00:04:42.528]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/syslog_log.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.1959326Z [00:04:42.535]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/pizzastore_order.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.2028214Z [00:04:42.542]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/shoestore_clickstream.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.2097076Z [00:04:42.549]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/user_with_key.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.2165478Z [00:04:42.556]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/payment_credit_card.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.2233516Z [00:04:42.563]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/shopping_order.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.2302032Z [00:04:42.569]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/webanalytics_user.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.2371049Z [00:04:42.576]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/iot_device_information.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.2440983Z [00:04:42.583]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/pizzastore_order_cancelled.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.2508145Z [00:04:42.590]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/payroll_employee_location.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.2575700Z [00:04:42.597]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/payroll_bonus.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.2643045Z [00:04:42.603]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/templates/pizzastore_util.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.2709510Z [00:04:42.610]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.2776269Z [00:04:42.617]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.2843624Z [00:04:42.624]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/testRest.http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.2910011Z [00:04:42.630]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/make_install_race.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:21:49.2977825Z [00:04:42.637]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.3044984Z [00:04:42.644]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/make_install_offline.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:21:49.3110951Z [00:04:42.650]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.3178637Z [00:04:42.657]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/make_install.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:21:49.3246821Z [00:04:42.664]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.github/workflows/go-mac-x64-release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.3314452Z [00:04:42.671]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.github/workflows/go-linux.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.3382694Z [00:04:42.677]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.github/workflows/snap-arm64.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.3449549Z [00:04:42.684]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.github/workflows/go-mac-m1-release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.3516384Z [00:04:42.691]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.github/workflows/publish.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.3583144Z [00:04:42.697]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.github/workflows/publish-manual.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.3652365Z [00:04:42.704]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.github/workflows/snap.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.3720241Z [00:04:42.711]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.github/workflows/homebrew.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.3787655Z [00:04:42.718]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.github/workflows/go-mac.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.3856350Z [00:04:42.725]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/Dockerfile.alpine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.3923280Z [00:04:42.732]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/jr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.3992079Z [00:04:42.738]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:21:49.4059086Z [00:04:42.745]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:21:49.4127697Z [00:04:42.752]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:21:49.4194859Z [00:04:42.759]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:21:49.4262062Z [00:04:42.765]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:21:49.4329328Z [00:04:42.772]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:21:49.4396426Z [00:04:42.779]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:21:49.4465102Z [00:04:42.786]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:21:49.4532634Z [00:04:42.792]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:21:49.4600126Z [00:04:42.799]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:21:49.4666789Z [00:04:42.806]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:21:49.4733320Z [00:04:42.813]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:21:49.4800879Z [00:04:42.819]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:21:49.4868064Z [00:04:42.826]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:21:49.4935277Z [00:04:42.833]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.5003118Z [00:04:42.839]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.5071533Z [00:04:42.846]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.5139596Z [00:04:42.853]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.5207913Z [00:04:42.860]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.5275635Z [00:04:42.867]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.5342492Z [00:04:42.873]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.5409669Z [00:04:42.880]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.5477901Z [00:04:42.887]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.5546212Z [00:04:42.894]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/objects/pack/pack-fb2fa2745af74123bb7a36b3bf93b431257250e2.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.5613422Z [00:04:42.901]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/objects/pack/pack-0489aef8a7a5fa50f7d1a403e65a929b63acb383.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.5682026Z [00:04:42.907]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/objects/pack/pack-fb2fa2745af74123bb7a36b3bf93b431257250e2.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.5750371Z [00:04:42.914]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/objects/pack/pack-0489aef8a7a5fa50f7d1a403e65a929b63acb383.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.5818482Z [00:04:42.921]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/objects/pack/pack-0489aef8a7a5fa50f7d1a403e65a929b63acb383.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.5885294Z [00:04:42.928]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/objects/pack/pack-fb2fa2745af74123bb7a36b3bf93b431257250e2.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.5955250Z [00:04:42.935]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/objects/pack/pack-fb2fa2745af74123bb7a36b3bf93b431257250e2.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.6023112Z [00:04:42.941]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/objects/pack/pack-0489aef8a7a5fa50f7d1a403e65a929b63acb383.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.6089935Z [00:04:42.948]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.6157803Z [00:04:42.955]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.6225239Z [00:04:42.962]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/Readme.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.6293881Z [00:04:42.969]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/.go-version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.6363094Z [00:04:42.975]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/generator/generate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.6431361Z [00:04:42.982]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/generator/generateRegistry.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.6499313Z [00:04:42.989]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/ctx/context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.6567149Z [00:04:42.996]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/configuration/configuration.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.6635584Z [00:04:43.003]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions_test/templates_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.6703645Z [00:04:43.010]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions_test/regex_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.6771884Z [00:04:43.016]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions_test/finance_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.6839845Z [00:04:43.023]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions_test/functions_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.6907412Z [00:04:43.030]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/emitter/emitter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.6975504Z [00:04:43.037]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/emitter/loop.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.7043601Z [00:04:43.044]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/emitter/throughput.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.7111042Z [00:04:43.050]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/constants/constants.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.7179655Z [00:04:43.057]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.7247573Z [00:04:43.064]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/emitterList.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.7315612Z [00:04:43.071]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/producerList.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.7382422Z [00:04:43.077]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/functionList.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.7449913Z [00:04:43.084]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/function.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.7517837Z [00:04:43.091]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/root.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.7586506Z [00:04:43.098]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/templateList.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.7654110Z [00:04:43.105]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/emitterShow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.7721709Z [00:04:43.111]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/emitter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.7789864Z [00:04:43.118]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/emitterRun.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.7857461Z [00:04:43.125]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/template.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.7925271Z [00:04:43.132]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/producer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.7993766Z [00:04:43.139]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/templateRun.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.8061530Z [00:04:43.145]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.8128735Z [00:04:43.152]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/createTopic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.8195797Z [00:04:43.159]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/templateShow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.8262387Z [00:04:43.165]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/templatedev.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.8329750Z [00:04:43.172]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/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:21:49.8398230Z [00:04:43.179]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/js/font-awesome.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.8465702Z [00:04:43.186]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/js/javascript.min.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.8533816Z [00:04:43.193]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/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:21:49.8601603Z [00:04:43.199]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/images/jr_logo.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.8669747Z [00:04:43.206]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.bundle.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.8736725Z [00:04:43.213]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.8803680Z [00:04:43.220]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.bundle.min.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.8871140Z [00:04:43.226]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.min.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.8937469Z [00:04:43.233]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/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:21:49.9004224Z [00:04:43.240]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.9072001Z [00:04:43.246]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.bundle.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.9139608Z [00:04:43.253]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.min.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.9207916Z [00:04:43.260]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/css/bootstrap-grid.min.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.9275390Z [00:04:43.267]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/css/bootstrap-reboot.min.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.9342951Z [00:04:43.273]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/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:21:49.9411087Z [00:04:43.280]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/css/bootstrap-grid.css.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.9477929Z [00:04:43.287]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/css/bootstrap-grid.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.9547689Z [00:04:43.294]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/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:21:49.9615218Z [00:04:43.301]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/css/bootstrap-reboot.css.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.9683521Z [00:04:43.308]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/css/bootstrap.css.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.9750465Z [00:04:43.314]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/css/bootstrap.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.9816534Z [00:04:43.321]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/css/bootstrap.min.css.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.9883783Z [00:04:43.328]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/css/bootstrap-reboot.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:49.9950895Z [00:04:43.334]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/bs/css/bootstrap.min.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.0018578Z [00:04:43.341]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/index.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.0085702Z [00:04:43.348]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/stylesheets/main.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.0151702Z [00:04:43.354]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/stylesheets/hljscss-11.9.0.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.0219317Z [00:04:43.361]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/html/stylesheets/ocean.min.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.0287233Z [00:04:43.368]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/cmd/templateList_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.0355468Z [00:04:43.375]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/payroll_bonus.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.0423884Z [00:04:43.382]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/pizzastore_order.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.0490937Z [00:04:43.388]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/insurance_customer_activity.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.0558751Z [00:04:43.395]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/orderline.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.0626413Z [00:04:43.402]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/map_float.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.0693975Z [00:04:43.409]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/iot_device_information.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.0760857Z [00:04:43.415]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/fleetmgmt_sensor.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.0828019Z [00:04:43.422]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/gaming_player.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.0895637Z [00:04:43.429]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/user.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.0965762Z [00:04:43.436]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/csv_user.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.1033256Z [00:04:43.442]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/webanalytics_user.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.1100857Z [00:04:43.449]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/webanalytics_clickstream.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.1168571Z [00:04:43.456]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/destination.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.1235995Z [00:04:43.463]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/shoestore_shoe.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.1303183Z [00:04:43.470]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/shopping_rating.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.1370554Z [00:04:43.476]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/pizzastore_order_completed.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.1437083Z [00:04:43.483]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/users.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.1505144Z [00:04:43.490]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/gaming_player_activity.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.1572082Z [00:04:43.496]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/map_bool.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.1639680Z [00:04:43.503]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/shoestore_customer.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.1707898Z [00:04:43.510]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/syslog_log.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.1775231Z [00:04:43.517]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/inventorymgmt_inventory.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.1841875Z [00:04:43.523]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/shoestore_order.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.1909275Z [00:04:43.530]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/registry.go' retained as 0755 (rwxr-xr-x)
2025-08-20T21:21:50.1977313Z [00:04:43.537]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/gaming_player.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.2044157Z [00:04:43.544]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/shopping_order.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.2111057Z [00:04:43.550]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/bytes.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.2179100Z [00:04:43.557]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/location.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.2247758Z [00:04:43.564]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/csv_product.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.2314794Z [00:04:43.571]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/fleetmgmt_location.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.2382165Z [00:04:43.577]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/fleetmgmt_location.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.2449777Z [00:04:43.584]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/payment_credit_card.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.2517652Z [00:04:43.591]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/shoestore_order.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.2585166Z [00:04:43.598]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/webanalytics_page_view.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.2653804Z [00:04:43.605]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/siem_log.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.2721859Z [00:04:43.611]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/webanalytics_user.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.2789039Z [00:04:43.618]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/insurance_customer_activity.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.2856321Z [00:04:43.625]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/syslog_log.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.2924078Z [00:04:43.632]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/users_array_map.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.2990520Z [00:04:43.638]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/siem_log.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.3057814Z [00:04:43.645]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/insurance_customer.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.3125983Z [00:04:43.652]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/insurance_customer.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.3194930Z [00:04:43.659]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/payroll_employee_location.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.3259598Z [00:04:43.665]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/payroll_bonus.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.3327802Z [00:04:43.672]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/map_dumb_schema.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.3393834Z [00:04:43.679]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/user.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.3462323Z [00:04:43.685]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/shoestore_customer.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.3529454Z [00:04:43.692]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/fleetmgmt_description.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.3597807Z [00:04:43.699]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/shoestore_clickstream.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.3664876Z [00:04:43.706]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/webanalytics_clickstream.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.3732321Z [00:04:43.712]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/pizzastore_order_completed.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.3799835Z [00:04:43.719]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/store.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.3867064Z [00:04:43.726]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/csv_user.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.3935210Z [00:04:43.733]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/iot_device_information.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.4001902Z [00:04:43.739]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/webanalytics_page_view.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.4070234Z [00:04:43.746]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/inventorymgmt_product.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.4138461Z [00:04:43.753]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/map_string.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.4205444Z [00:04:43.760]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/payroll_employee.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.4271658Z [00:04:43.766]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/store.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.4338428Z [00:04:43.773]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/address.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.4405790Z [00:04:43.780]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/payroll_employee_location.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.4473409Z [00:04:43.787]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/net_device.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.4540700Z [00:04:43.793]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/array_string.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.4608479Z [00:04:43.800]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/map_bytes.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.4674369Z [00:04:43.807]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/pizzastore_order_cancelled.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.4742318Z [00:04:43.813]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/purchase.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.4808625Z [00:04:43.820]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/gaming_game.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.4876369Z [00:04:43.827]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/users.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.4943149Z [00:04:43.834]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/shoestore_shoe.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.5010845Z [00:04:43.840]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/payment_transaction.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.5080083Z [00:04:43.847]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/payment_credit_card.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.5148844Z [00:04:43.854]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/my_map_test_record.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.5216016Z [00:04:43.861]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/shopping_rating.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.5285037Z [00:04:43.868]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/gaming_player_activity.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.5351177Z [00:04:43.874]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/array_orderline.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.5420198Z [00:04:43.881]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/csv_product.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.5489067Z [00:04:43.888]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/users_array_map.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.5556988Z [00:04:43.895]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/marketing_campaign_finance.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.5624120Z [00:04:43.902]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/map_long.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.5691092Z [00:04:43.908]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/shoestore_clickstream.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.5758299Z [00:04:43.915]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/insurance_offer.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.5825668Z [00:04:43.922]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/net_device.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.5893503Z [00:04:43.929]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/finance_stock_trade.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.5961697Z [00:04:43.935]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/marketing_campaign_finance.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.6030786Z [00:04:43.942]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/gaming_game.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.6097499Z [00:04:43.949]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/fleetmgmt_description.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.6164847Z [00:04:43.956]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/finance_stock_trade.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.6232416Z [00:04:43.962]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/webanalytics_code.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.6299514Z [00:04:43.969]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/shopping_order.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.6366592Z [00:04:43.976]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/map_int.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.6434021Z [00:04:43.983]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/payroll_employee.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.6500902Z [00:04:43.989]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/source.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.6569196Z [00:04:43.996]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/genericstore_purchase.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.6635802Z [00:04:44.003]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/payment_transaction.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.6702156Z [00:04:44.009]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/insurance_offer.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.6769597Z [00:04:44.016]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/fleetmgmt_sensor.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.6837164Z [00:04:44.023]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/webanalytics_code.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.6906320Z [00:04:44.030]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/pizzastore_order.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.6976382Z [00:04:44.037]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/inventorymgmt_product.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.7045391Z [00:04:44.044]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/inventorymgmt_inventory.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.7114555Z [00:04:44.051]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/types/pizzastore_order_cancelled.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.7182790Z [00:04:44.057]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions/finance.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.7251620Z [00:04:44.064]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions/utilities.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.7318980Z [00:04:44.071]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions/regex.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.7387109Z [00:04:44.078]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions/helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.7454214Z [00:04:44.085]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions/nonsense.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.7521032Z [00:04:44.091]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions/functionsDescription.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.7588607Z [00:04:44.098]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions/networking.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.7656426Z [00:04:44.105]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions/address.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.7723739Z [00:04:44.112]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions/functions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.7792401Z [00:04:44.118]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions/timeAndDates.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.7860149Z [00:04:44.125]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions/people.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.7927799Z [00:04:44.132]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/functions/phone.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.7996382Z [00:04:44.139]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/tpl/tpl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.8064813Z [00:04:44.146]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/azcosmosdb/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.8131990Z [00:04:44.152]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/azcosmosdb/config.json.example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.8198875Z [00:04:44.159]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/azcosmosdb/producer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.8266386Z [00:04:44.166]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/luascript/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.8333403Z [00:04:44.173]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/luascript/producer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.8400727Z [00:04:44.179]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/luascript/producer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.8467961Z [00:04:44.186]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/s3/s3Producer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.8534605Z [00:04:44.193]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/s3/config.json.example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.8602597Z [00:04:44.199]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/gcs/config.json.example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.8670250Z [00:04:44.206]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/gcs/gcsProducer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.8739065Z [00:04:44.213]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/wamp/wampProducer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.8807533Z [00:04:44.220]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/wamp/wampProducer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.8874790Z [00:04:44.227]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/wamp/config.json.example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.8942297Z [00:04:44.233]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/server/JsonProducer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.9009911Z [00:04:44.240]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/console/ConsoleProducer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.9077441Z [00:04:44.247]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/redis/config.json.example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.9146376Z [00:04:44.254]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/redis/redisProducer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.9213911Z [00:04:44.261]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/redis/jsonWriter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.9280997Z [00:04:44.267]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/redis/redisProducer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.9349024Z [00:04:44.274]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/redis/jsonWriter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.9416166Z [00:04:44.281]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/awsdynamodb/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.9484439Z [00:04:44.288]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/awsdynamodb/config.json.example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.9552186Z [00:04:44.294]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/awsdynamodb/producer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.9619254Z [00:04:44.301]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/cassandra/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.9686349Z [00:04:44.308]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/cassandra/config.json.example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.9754340Z [00:04:44.315]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/cassandra/producer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.9821820Z [00:04:44.321]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/wasm/wasm_producer_test_function.wasm' retained as 0755 (rwxr-xr-x)
2025-08-20T21:21:50.9889754Z [00:04:44.328]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/wasm/wasm_producer_test_function.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:50.9957688Z [00:04:44.335]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/wasm/wasm_producer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:51.0025321Z [00:04:44.342]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/wasm/wasm_config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:51.0093219Z [00:04:44.348]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/wasm/wasm_producer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:51.0160574Z [00:04:44.355]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/kafka/registry.properties.example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:51.0227543Z [00:04:44.362]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/kafka/kafkaProducer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:51.0294980Z [00:04:44.369]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/kafka/config.properties.example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:51.0363716Z [00:04:44.375]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/test/TestProducer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:51.0430758Z [00:04:44.382]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/elastic/config.json.example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:51.0499264Z [00:04:44.389]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/elastic/elasticProducer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:51.0567783Z [00:04:44.396]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/azblobstorage/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:51.0637197Z [00:04:44.403]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/azblobstorage/config.json.example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:51.0705547Z [00:04:44.410]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/azblobstorage/producer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:51.0776504Z [00:04:44.417]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/mongodb/config.json.example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:51.0844293Z [00:04:44.424]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/mongodb/config-atlas.json.example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:51.0911787Z [00:04:44.430]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/mongodb/mongoProducer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:51.0981515Z [00:04:44.437]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/mongodb/mongoProducer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:51.1051055Z [00:04:44.444]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/http/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:51.1119859Z [00:04:44.451]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/http/config.json.example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:51.1187129Z [00:04:44.458]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/http/producer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:51.1255683Z [00:04:44.465]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.UTiqoCvtHk/TEMPREPO/pkg/producers/http/producer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:51.1324190Z [00:04:44.472]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:51.1392559Z [00:04:44.478]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:51.1460432Z [00:04:44.485]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:51.1527150Z [00:04:44.492]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/jr.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:51.1594067Z [00:04:44.499]➜  mode of '/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:21:51.1895525Z [00:04:44.529]➜  realpath: missing operand
2025-08-20T21:21:51.1896276Z [00:04:44.529]➜  Try 'realpath --help' for more information.
2025-08-20T21:21:51.1992772Z [00:04:44.539]➜  
2025-08-20T21:21:51.1993542Z [00:04:44.539]➜  [+] Found LICENSE ==> [/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-20T21:21:51.1993999Z [00:04:44.539]➜  
2025-08-20T21:21:51.1994198Z [00:04:44.539]➜  
2025-08-20T21:21:51.2002978Z [00:04:44.540]➜  The MIT License (MIT)
2025-08-20T21:21:51.2003748Z [00:04:44.540]➜  
2025-08-20T21:21:51.2004229Z [00:04:44.540]➜  Copyright © JR team
2025-08-20T21:21:51.2004686Z [00:04:44.540]➜  
2025-08-20T21:21:51.2005402Z [00:04:44.540]➜  Permission is hereby granted, free of charge, to any person obtaining a copy
2025-08-20T21:21:51.2006395Z [00:04:44.540]➜  of this software and associated documentation files (the "Software"), to deal
2025-08-20T21:21:51.2007111Z [00:04:44.540]➜  in the Software without restriction, including without limitation the rights
2025-08-20T21:21:51.2007684Z [00:04:44.540]➜  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2025-08-20T21:21:51.2008221Z [00:04:44.540]➜  copies of the Software, and to permit persons to whom the Software is
2025-08-20T21:21:51.2008695Z [00:04:44.540]➜  furnished to do so, subject to the following conditions:
2025-08-20T21:21:51.2009031Z [00:04:44.540]➜  
2025-08-20T21:21:51.2009424Z [00:04:44.540]➜  The above copyright notice and this permission notice shall be included in
2025-08-20T21:21:51.2009928Z [00:04:44.540]➜  all copies or substantial portions of the Software.
2025-08-20T21:21:51.2010246Z [00:04:44.540]➜  
2025-08-20T21:21:51.2010607Z [00:04:44.540]➜  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2025-08-20T21:21:51.2011154Z [00:04:44.540]➜  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2025-08-20T21:21:51.2012020Z [00:04:44.540]➜  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2025-08-20T21:21:51.2012579Z [00:04:44.540]➜  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2025-08-20T21:21:51.2013122Z [00:04:44.540]➜  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2025-08-20T21:21:51.2013658Z [00:04:44.540]➜  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2025-08-20T21:21:51.2014038Z [00:04:44.540]➜  THE SOFTWARE.
2025-08-20T21:21:51.2014267Z [00:04:44.540]➜  
2025-08-20T21:21:51.2014464Z [00:04:44.540]➜  
2025-08-20T21:21:51.6825292Z [00:04:45.022]➜  
2025-08-20T21:21:51.6825807Z [00:04:45.022]➜  File: LICENSE
2025-08-20T21:21:51.6826353Z [00:04:45.022]➜    Type: Unicode text, UTF-8 text
2025-08-20T21:21:51.6827246Z [00:04:45.022]➜    B3sum: 3d8d7d05aebf32edb72dc7a8b0a6b9cf6a6c5e27b66869ede41f5fd197330cce
2025-08-20T21:21:51.6828386Z [00:04:45.022]➜    SHA256sum: ba950e21929f3017d66da3cd2a8acc8b6aec65f6b2418e0d3bace145bb64d08a
2025-08-20T21:21:51.6829157Z [00:04:45.022]➜    Size: 4.0K
2025-08-20T21:21:51.6957767Z [00:04:45.035]➜  
2025-08-20T21:21:51.6958098Z [00:04:45.035]➜  File: SBUILD
2025-08-20T21:21:51.6958510Z [00:04:45.035]➜    Type: a /SBUILD ver @v1.0.0 script, ASCII text executable
2025-08-20T21:21:51.6959234Z [00:04:45.035]➜    B3sum: 7f53b74e21fe322eb95e8272c3e994d49400993bdf4da6060b2705fdd7136e6b
2025-08-20T21:21:51.6959853Z [00:04:45.035]➜    SHA256sum: b99b76ed8cef703467bae5977fea8ff6e5a0f68ba87ad03088cd322df710d135
2025-08-20T21:21:51.6960277Z [00:04:45.035]➜    Size: 4.0K
2025-08-20T21:21:51.7067222Z [00:04:45.046]➜  
2025-08-20T21:21:51.7067713Z [00:04:45.046]➜  File: jr.static.version
2025-08-20T21:21:51.7068348Z [00:04:45.046]➜    Type: ASCII text, with no line terminators
2025-08-20T21:21:51.7068980Z [00:04:45.046]➜    B3sum: bbe5d35b96e5c24fc7574e5537a22b42056d81fdfb41fde7fba6440c8b575879
2025-08-20T21:21:51.7069613Z [00:04:45.046]➜    SHA256sum: 108b296d9120713191f347633d1f6fd001260ad8ef46d7da47539cea7c165f47
2025-08-20T21:21:51.7070040Z [00:04:45.046]➜    Size: 4.0K
2025-08-20T21:21:51.7177191Z [00:04:45.057]➜  
2025-08-20T21:21:51.7177641Z [00:04:45.057]➜  File: jr.version
2025-08-20T21:21:51.7178228Z [00:04:45.057]➜    Type: ASCII text, with no line terminators
2025-08-20T21:21:51.7179144Z [00:04:45.057]➜    B3sum: bbe5d35b96e5c24fc7574e5537a22b42056d81fdfb41fde7fba6440c8b575879
2025-08-20T21:21:51.7179781Z [00:04:45.057]➜    SHA256sum: 108b296d9120713191f347633d1f6fd001260ad8ef46d7da47539cea7c165f47
2025-08-20T21:21:51.7180215Z [00:04:45.057]➜    Size: 4.0K
2025-08-20T21:21:51.7180841Z [00:04:45.057]➜  
2025-08-20T21:21:51.7181949Z [00:04:45.057]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-20T21:21:51.7209738Z [00:04:45.060]➜  jr.static.version:bbe5d35b96e5c24fc7574e5537a22b42056d81fdfb41fde7fba6440c8b575879
2025-08-20T21:21:51.7210634Z [00:04:45.060]➜  SBUILD:7f53b74e21fe322eb95e8272c3e994d49400993bdf4da6060b2705fdd7136e6b
2025-08-20T21:21:51.7212784Z [00:04:45.060]➜  jr.version:bbe5d35b96e5c24fc7574e5537a22b42056d81fdfb41fde7fba6440c8b575879
2025-08-20T21:21:51.7213518Z [00:04:45.060]➜  LICENSE:3d8d7d05aebf32edb72dc7a8b0a6b9cf6a6c5e27b66869ede41f5fd197330cce
2025-08-20T21:21:51.7230970Z [00:04:45.062]➜  
2025-08-20T21:21:51.7232410Z [00:04:45.062]➜  [+] Signing jr.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-20T21:21:51.7338677Z [00:04:45.073]➜  
2025-08-20T21:21:51.7339817Z [00:04:45.073]➜  [✓] SuccessFully Built jr.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/jr/static.official.source.yaml [Wednesday, 2025-08-20 (09:21:51 PM) UTC]
2025-08-20T21:21:51.7340549Z [00:04:45.073]➜  
2025-08-20T21:21:51.7377377Z [00:04:45.077]➜  [+] Total Size: 8.8M (Includes DUPES+TMPFILES)
2025-08-20T21:21:51.7379461Z [00:04:45.077]➜  [+] LOGPATH='/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/jr.static.log'
2025-08-20T21:21:51.7392023Z [00:04:45.078]➜  [+] ENVPATH=/tmp/pkgforge/s73P4oaaJ_SBUILD/ENVPATH
2025-08-20T21:21:51.7544972Z 
2025-08-20T21:21:51.7545805Z [+] Sanitizing /tmp/pkgforge/s73P4oaaJ_SBUILD/BUILD.log ==> /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/jr.static.log
2025-08-20T21:21:56.4050923Z 
2025-08-20T21:21:56.4052314Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/jr/official]
2025-08-20T21:21:56.4053120Z [+] LOGS (Build Dir): /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR
2025-08-20T21:21:56.4053488Z 
2025-08-20T21:21:56.4279771Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T21:21:56.4667628Z ./BUILD_ARTIFACTS.tar : 26.07%   (  12.4 MiB =>   3.23 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T21:21:56.4717235Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T21:21:56.4755850Z 
2025-08-20T21:21:56.4756934Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml :: 00(Hr):04(Min):50(Sec)
2025-08-20T21:21:56.4757602Z 
2025-08-20T21:21:56.4772152Z 
2025-08-20T21:21:56.4772518Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (09:21:56 PM) UTC
2025-08-20T21:21:56.4772947Z 
2025-08-20T21:21:57.8011008Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T21:21:57.8056496Z ##[group]Run ##Presets
2025-08-20T21:21:57.8056813Z [36;1m##Presets[0m
2025-08-20T21:21:57.8057014Z [36;1mset +x ; set +e[0m
2025-08-20T21:21:57.8057222Z [36;1m#-------------#[0m
2025-08-20T21:21:57.8057414Z [36;1m##Debug?[0m
2025-08-20T21:21:57.8057655Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:21:57.8057940Z [36;1m  set -x[0m
2025-08-20T21:21:57.8058118Z [36;1mfi[0m
2025-08-20T21:21:57.8058291Z [36;1m#-------------#[0m
2025-08-20T21:21:57.8058488Z [36;1m##Set ENV[0m
2025-08-20T21:21:57.8058728Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T21:21:57.8059158Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T21:21:57.8059551Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T21:21:57.8059931Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/jr/official/jr-srcbuild-"[0m
2025-08-20T21:21:57.8060398Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T21:21:57.8060803Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:21:57.8061448Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:21:57.8061905Z [36;1m fi[0m
2025-08-20T21:21:57.8062080Z [36;1m##Push[0m
2025-08-20T21:21:57.8062307Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T21:21:57.8062594Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T21:21:57.8062970Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T21:21:57.8063566Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:21:57.8064010Z [36;1m     ls -sh "/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T21:21:57.8064356Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T21:21:57.8064570Z [36;1m       {[0m
2025-08-20T21:21:57.8064763Z [36;1m        for i in {1..10}; do[0m
2025-08-20T21:21:57.8065106Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T21:21:57.8065561Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T21:21:57.8066000Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T21:21:57.8066422Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T21:21:57.8066833Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T21:21:57.8067220Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T21:21:57.8067597Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T21:21:57.8067984Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T21:21:57.8068378Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T21:21:57.8068787Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T21:21:57.8069265Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T21:21:57.8069777Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T21:21:57.8070233Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T21:21:57.8070659Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T21:21:57.8071081Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T21:21:57.8071838Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-jr")[0m
2025-08-20T21:21:57.8072301Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T21:21:57.8072907Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T21:21:57.8073428Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T21:21:57.8073840Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T21:21:57.8074347Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T21:21:57.8074785Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T21:21:57.8075037Z [36;1m         #Check[0m
2025-08-20T21:21:57.8075593Z [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:21:57.8076318Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T21:21:57.8076682Z [36;1m            break[0m
2025-08-20T21:21:57.8076890Z [36;1m          else[0m
2025-08-20T21:21:57.8077305Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T21:21:57.8077737Z [36;1m          fi[0m
2025-08-20T21:21:57.8077960Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T21:21:57.8078214Z [36;1m        done[0m
2025-08-20T21:21:57.8078400Z [36;1m       }[0m
2025-08-20T21:21:57.8078600Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T21:21:57.8078849Z [36;1m       ghcr_push_cmd[0m
2025-08-20T21:21:57.8079425Z [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:21:57.8080241Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:21:57.8080655Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T21:21:57.8080912Z [36;1m          ghcr_push_cmd[0m
2025-08-20T21:21:57.8081721Z [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:21:57.8082450Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T21:21:57.8083018Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:21:57.8083410Z [36;1m             return 1 || exit 1[0m
2025-08-20T21:21:57.8083652Z [36;1m           fi[0m
2025-08-20T21:21:57.8083845Z [36;1m       fi[0m
2025-08-20T21:21:57.8084028Z [36;1m   fi[0m
2025-08-20T21:21:57.8084200Z [36;1m fi[0m
2025-08-20T21:21:57.8084383Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:21:57.8174352Z shell: /usr/bin/bash -e {0}
2025-08-20T21:21:57.8174583Z env:
2025-08-20T21:21:57.8174754Z   CROSS_COMPILING: NO
2025-08-20T21:21:57.8174972Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:21:57.8175212Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:21:57.8175424Z   ON_QEMU: NO
2025-08-20T21:21:57.8175593Z   DEBUG: 0
2025-08-20T21:21:57.8175771Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:21:57.8175987Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:21:57.8176254Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/jr/official
2025-08-20T21:21:57.8176534Z   KEEP_LOGS: YES
2025-08-20T21:21:57.8176721Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:21:57.8176926Z   PKG_FAMILY_LOCAL: jr
2025-08-20T21:21:57.8177122Z   SBUILD_REBUILD: false
2025-08-20T21:21:57.8177634Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:21:57.8178204Z   BUILD_SYS: docker://go
2025-08-20T21:21:57.8178409Z   BUILD_ON_HOST: FALSE
2025-08-20T21:21:57.8178601Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:21:57.8178787Z   SYSTMP: /tmp
2025-08-20T21:21:57.8178971Z   GHA_MODE: MATRIX
2025-08-20T21:21:57.8179549Z   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:21:57.8180121Z   INPUT_SBUILD: /tmp/pkgforge/kjAMORg7N_build.yaml
2025-08-20T21:21:57.8180444Z   BUILD_DIR: /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml
2025-08-20T21:21:57.8180831Z   SBUILD_OUTDIR: /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR
2025-08-20T21:21:57.8181510Z   SBUILD_TMPDIR: /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:21:57.8181909Z   PKG_TYPE: static
2025-08-20T21:21:57.8182100Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:21:57.8182306Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:21:57.8182734Z   GHCR_TOKEN: ***
2025-08-20T21:21:57.8183037Z   GITHUB_TOKEN: ***
2025-08-20T21:21:57.8183263Z   GITLAB_TOKEN: ***
2025-08-20T21:21:57.8184401Z   MINISIGN_KEY: ***
2025-08-20T21:21:57.8184589Z ##[endgroup]
2025-08-20T21:21:57.8272193Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T21:21:57.8282512Z 3.3M	./BUILD_ARTIFACTS.zstd
2025-08-20T21:21:57.8295082Z total 4.8M
2025-08-20T21:21:57.8295406Z 4.0K CHECKSUM
2025-08-20T21:21:57.8295708Z 4.0K CHECKSUM.sig
2025-08-20T21:21:57.8296022Z 4.0K LICENSE
2025-08-20T21:21:57.8296311Z 4.0K LICENSE.sig
2025-08-20T21:21:57.8296620Z 4.0K SBUILD
2025-08-20T21:21:57.8296898Z 4.0K SBUILD.sig
2025-08-20T21:21:57.8297203Z 4.0K SBUILD_TEMP
2025-08-20T21:21:57.8297530Z 4.7M jr.static.log
2025-08-20T21:21:57.8297857Z 4.0K jr.static.version
2025-08-20T21:21:57.8298221Z 4.0K jr.static.version.sig
2025-08-20T21:21:57.8298583Z 4.0K jr.version
2025-08-20T21:21:57.8298888Z 4.0K jr.version.sig
2025-08-20T21:21:57.8535974Z Error: "ghcr.io/pkgforge/bincache/jr/official/jr-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/jr/official/jr-srcbuild-"
2025-08-20T21:21:57.8537077Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T21:22:02.8598337Z Error: "ghcr.io/pkgforge/bincache/jr/official/jr-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/jr/official/jr-srcbuild-"
2025-08-20T21:22:02.8599737Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T21:22:02.8612272Z 
2025-08-20T21:22:02.8612596Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/jr/official/jr-srcbuild-
2025-08-20T21:22:02.8612946Z 
2025-08-20T21:22:02.8653733Z Error: "ghcr.io/pkgforge/bincache/jr/official/jr-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/jr/official/jr-srcbuild-"
2025-08-20T21:22:02.8656116Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T21:22:02.8696714Z ##[group]Run ##Presets
2025-08-20T21:22:02.8696974Z [36;1m##Presets[0m
2025-08-20T21:22:02.8697172Z [36;1mset +x ; set +e[0m
2025-08-20T21:22:02.8697384Z [36;1m#-------------#[0m
2025-08-20T21:22:02.8697583Z [36;1m##Debug?[0m
2025-08-20T21:22:02.8697819Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:22:02.8707373Z [36;1m  set -x[0m
2025-08-20T21:22:02.8707564Z [36;1mfi[0m
2025-08-20T21:22:02.8707749Z [36;1m#-------------#[0m
2025-08-20T21:22:02.8708010Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T21:22:02.8708341Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:22:02.8757642Z shell: /usr/bin/bash -e {0}
2025-08-20T21:22:02.8757866Z env:
2025-08-20T21:22:02.8758039Z   CROSS_COMPILING: NO
2025-08-20T21:22:02.8758248Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:22:02.8758465Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:22:02.8758673Z   ON_QEMU: NO
2025-08-20T21:22:02.8758889Z   DEBUG: 0
2025-08-20T21:22:02.8759075Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:22:02.8759304Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:22:02.8759569Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/jr/official
2025-08-20T21:22:02.8759855Z   KEEP_LOGS: YES
2025-08-20T21:22:02.8760047Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:22:02.8760255Z   PKG_FAMILY_LOCAL: jr
2025-08-20T21:22:02.8760458Z   SBUILD_REBUILD: false
2025-08-20T21:22:02.8761097Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:22:02.8761906Z   BUILD_SYS: docker://go
2025-08-20T21:22:02.8762117Z   BUILD_ON_HOST: FALSE
2025-08-20T21:22:02.8762313Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:22:02.8762499Z   SYSTMP: /tmp
2025-08-20T21:22:02.8762676Z   GHA_MODE: MATRIX
2025-08-20T21:22:02.8763103Z   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:22:02.8763620Z   INPUT_SBUILD: /tmp/pkgforge/kjAMORg7N_build.yaml
2025-08-20T21:22:02.8763945Z   BUILD_DIR: /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml
2025-08-20T21:22:02.8764328Z   SBUILD_OUTDIR: /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR
2025-08-20T21:22:02.8764806Z   SBUILD_TMPDIR: /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:22:02.8765182Z   PKG_TYPE: static
2025-08-20T21:22:02.8765373Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:22:02.8765573Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:22:02.8765776Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:22:02.8766088Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/jr/official/jr-srcbuild-
2025-08-20T21:22:02.8766431Z ##[endgroup]
2025-08-20T21:22:02.8908836Z ##[group]Run actions/upload-artifact@v4
2025-08-20T21:22:02.8909143Z with:
2025-08-20T21:22:02.8909342Z   name: Bincache_jr_x86_64-Linux
2025-08-20T21:22:02.8909640Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T21:22:02.8909937Z   compression-level: 0
2025-08-20T21:22:02.8910141Z   retention-days: 30
2025-08-20T21:22:02.8910461Z   overwrite: true
2025-08-20T21:22:02.8910647Z   if-no-files-found: warn
2025-08-20T21:22:02.8910861Z   include-hidden-files: false
2025-08-20T21:22:02.8911075Z env:
2025-08-20T21:22:02.8911502Z   CROSS_COMPILING: NO
2025-08-20T21:22:02.8911728Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:22:02.8911945Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:22:02.8912148Z   ON_QEMU: NO
2025-08-20T21:22:02.8912320Z   DEBUG: 0
2025-08-20T21:22:02.8912493Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:22:02.8912711Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:22:02.8912970Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/jr/official
2025-08-20T21:22:02.8913280Z   KEEP_LOGS: YES
2025-08-20T21:22:02.8913471Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:22:02.8913677Z   PKG_FAMILY_LOCAL: jr
2025-08-20T21:22:02.8913874Z   SBUILD_REBUILD: false
2025-08-20T21:22:02.8914396Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:22:02.8914944Z   BUILD_SYS: docker://go
2025-08-20T21:22:02.8915151Z   BUILD_ON_HOST: FALSE
2025-08-20T21:22:02.8915339Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:22:02.8915524Z   SYSTMP: /tmp
2025-08-20T21:22:02.8915701Z   GHA_MODE: MATRIX
2025-08-20T21:22:02.8916133Z   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:22:02.8916642Z   INPUT_SBUILD: /tmp/pkgforge/kjAMORg7N_build.yaml
2025-08-20T21:22:02.8916958Z   BUILD_DIR: /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml
2025-08-20T21:22:02.8917337Z   SBUILD_OUTDIR: /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR
2025-08-20T21:22:02.8917816Z   SBUILD_TMPDIR: /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:22:02.8918195Z   PKG_TYPE: static
2025-08-20T21:22:02.8918383Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:22:02.8918580Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:22:02.8918777Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:22:02.8919101Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/jr/official/jr-srcbuild-
2025-08-20T21:22:02.8919458Z   UTC_TIME: 2025_08_20T09_22_02_PM
2025-08-20T21:22:02.8919685Z ##[endgroup]
2025-08-20T21:22:03.1093695Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T21:22:03.1097124Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T21:22:03.1098204Z With the provided path, there will be 2 files uploaded
2025-08-20T21:22:03.4100358Z Artifact name is valid!
2025-08-20T21:22:03.4102106Z Root directory input is valid!
2025-08-20T21:22:03.5064234Z Beginning upload of artifact content to blob storage
2025-08-20T21:22:04.5362850Z Uploaded bytes 8388608
2025-08-20T21:22:04.6791823Z Uploaded bytes 8632930
2025-08-20T21:22:04.7581740Z Finished uploading artifact content to blob storage!
2025-08-20T21:22:04.7584561Z SHA256 digest of uploaded artifact zip is b1ca24e03fac8d6a13b6072aaf253cc8e6fea9b27a9a6d6ee87d170a6601cb97
2025-08-20T21:22:04.7585673Z Finalizing artifact upload
2025-08-20T21:22:04.9345665Z Artifact Bincache_jr_x86_64-Linux.zip successfully finalized. Artifact ID 3813346116
2025-08-20T21:22:04.9346808Z Artifact Bincache_jr_x86_64-Linux has been successfully uploaded! Final size is 8632930 bytes. Artifact ID is 3813346116
2025-08-20T21:22:04.9353803Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17108180126/artifacts/3813346116
2025-08-20T21:22:04.9510999Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T21:22:04.9511548Z with:
2025-08-20T21:22:04.9511739Z   subject-name: jr--
2025-08-20T21:22:04.9512461Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:22:04.9513207Z   show-summary: true
2025-08-20T21:22:04.9513414Z   push-to-registry: false
2025-08-20T21:22:04.9513761Z   github-token: ***
2025-08-20T21:22:04.9513961Z env:
2025-08-20T21:22:04.9514280Z   CROSS_COMPILING: NO
2025-08-20T21:22:04.9514493Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:22:04.9514717Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:22:04.9514933Z   ON_QEMU: NO
2025-08-20T21:22:04.9515107Z   DEBUG: 0
2025-08-20T21:22:04.9515289Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:22:04.9515518Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:22:04.9515823Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/jr/official
2025-08-20T21:22:04.9516113Z   KEEP_LOGS: YES
2025-08-20T21:22:04.9516310Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:22:04.9516525Z   PKG_FAMILY_LOCAL: jr
2025-08-20T21:22:04.9516730Z   SBUILD_REBUILD: false
2025-08-20T21:22:04.9517252Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:22:04.9517805Z   BUILD_SYS: docker://go
2025-08-20T21:22:04.9518015Z   BUILD_ON_HOST: FALSE
2025-08-20T21:22:04.9518214Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:22:04.9518410Z   SYSTMP: /tmp
2025-08-20T21:22:04.9518599Z   GHA_MODE: MATRIX
2025-08-20T21:22:04.9519045Z   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:22:04.9519572Z   INPUT_SBUILD: /tmp/pkgforge/kjAMORg7N_build.yaml
2025-08-20T21:22:04.9519901Z   BUILD_DIR: /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml
2025-08-20T21:22:04.9520296Z   SBUILD_OUTDIR: /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR
2025-08-20T21:22:04.9520792Z   SBUILD_TMPDIR: /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:22:04.9521178Z   PKG_TYPE: static
2025-08-20T21:22:04.9521640Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:22:04.9521861Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:22:04.9522068Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:22:04.9522393Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/jr/official/jr-srcbuild-
2025-08-20T21:22:04.9522751Z   UTC_TIME: 2025_08_20T09_22_02_PM
2025-08-20T21:22:04.9522991Z ##[endgroup]
2025-08-20T21:22:04.9594373Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T21:22:04.9594807Z env:
2025-08-20T21:22:04.9594988Z   CROSS_COMPILING: NO
2025-08-20T21:22:04.9595204Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:22:04.9595430Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:22:04.9595646Z   ON_QEMU: NO
2025-08-20T21:22:04.9595820Z   DEBUG: 0
2025-08-20T21:22:04.9596012Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:22:04.9596354Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:22:04.9596629Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/jr/official
2025-08-20T21:22:04.9596927Z   KEEP_LOGS: YES
2025-08-20T21:22:04.9597124Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:22:04.9597340Z   PKG_FAMILY_LOCAL: jr
2025-08-20T21:22:04.9597546Z   SBUILD_REBUILD: false
2025-08-20T21:22:04.9598077Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:22:04.9598624Z   BUILD_SYS: docker://go
2025-08-20T21:22:04.9598835Z   BUILD_ON_HOST: FALSE
2025-08-20T21:22:04.9599030Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:22:04.9599220Z   SYSTMP: /tmp
2025-08-20T21:22:04.9599401Z   GHA_MODE: MATRIX
2025-08-20T21:22:04.9599834Z   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:22:04.9600344Z   INPUT_SBUILD: /tmp/pkgforge/kjAMORg7N_build.yaml
2025-08-20T21:22:04.9600825Z   BUILD_DIR: /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml
2025-08-20T21:22:04.9601414Z   SBUILD_OUTDIR: /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR
2025-08-20T21:22:04.9601974Z   SBUILD_TMPDIR: /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:22:04.9602362Z   PKG_TYPE: static
2025-08-20T21:22:04.9602556Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:22:04.9602763Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:22:04.9602965Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:22:04.9603279Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/jr/official/jr-srcbuild-
2025-08-20T21:22:04.9603727Z   UTC_TIME: 2025_08_20T09_22_02_PM
2025-08-20T21:22:04.9603958Z ##[endgroup]
2025-08-20T21:22:05.8585377Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T21:22:05.8585723Z with:
2025-08-20T21:22:05.8586424Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:22:05.8587180Z   subject-name: jr--
2025-08-20T21:22:05.8587452Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T21:22:05.8590148Z   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:22:05.8593071Z   push-to-registry: false
2025-08-20T21:22:05.8593303Z   show-summary: true
2025-08-20T21:22:05.8593696Z   github-token: ***
2025-08-20T21:22:05.8593905Z env:
2025-08-20T21:22:05.8594087Z   CROSS_COMPILING: NO
2025-08-20T21:22:05.8594303Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:22:05.8594535Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:22:05.8594755Z   ON_QEMU: NO
2025-08-20T21:22:05.8594931Z   DEBUG: 0
2025-08-20T21:22:05.8595118Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:22:05.8595351Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:22:05.8595635Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/jr/official
2025-08-20T21:22:05.8595928Z   KEEP_LOGS: YES
2025-08-20T21:22:05.8596126Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:22:05.8596340Z   PKG_FAMILY_LOCAL: jr
2025-08-20T21:22:05.8596548Z   SBUILD_REBUILD: false
2025-08-20T21:22:05.8597072Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:22:05.8597632Z   BUILD_SYS: docker://go
2025-08-20T21:22:05.8597970Z   BUILD_ON_HOST: FALSE
2025-08-20T21:22:05.8598173Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:22:05.8598371Z   SYSTMP: /tmp
2025-08-20T21:22:05.8598559Z   GHA_MODE: MATRIX
2025-08-20T21:22:05.8599001Z   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:22:05.8599526Z   INPUT_SBUILD: /tmp/pkgforge/kjAMORg7N_build.yaml
2025-08-20T21:22:05.8599851Z   BUILD_DIR: /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml
2025-08-20T21:22:05.8600249Z   SBUILD_OUTDIR: /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR
2025-08-20T21:22:05.8600740Z   SBUILD_TMPDIR: /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:22:05.8601128Z   PKG_TYPE: static
2025-08-20T21:22:05.8601523Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:22:05.8601745Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:22:05.8601954Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:22:05.8602429Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/jr/official/jr-srcbuild-
2025-08-20T21:22:05.8602823Z   UTC_TIME: 2025_08_20T09_22_02_PM
2025-08-20T21:22:05.8603063Z ##[endgroup]
2025-08-20T21:22:07.5689658Z Attestation created for 12 subjects
2025-08-20T21:22:07.5694469Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T21:22:07.5695259Z -----BEGIN CERTIFICATE-----
2025-08-20T21:22:07.5695969Z MIIG7zCCBnWgAwIBAgIUUmodApPVs1jSbjwJmzcYD7YhkQcwCgYIKoZIzj0EAwMw
2025-08-20T21:22:07.5696999Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T21:22:07.5698288Z cm1lZGlhdGUwHhcNMjUwODIwMjEyMjA2WhcNMjUwODIwMjEzMjA2WjAAMFkwEwYH
2025-08-20T21:22:07.5699300Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEn6N6i635EOzo+1Q7CoBd9sz1BGqFBj5nmgTw
2025-08-20T21:22:07.5700239Z AvKzXQ+tm9SgZIfugHGf3fdLD3ksyEXHdZRw/d88Ozg3kUm36qOCBZQwggWQMA4G
2025-08-20T21:22:07.5701174Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUj1qi
2025-08-20T21:22:07.5702363Z wRkmueS7ysa1fawha7CDXi8wHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T21:22:07.5703318Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T21:22:07.5704274Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T21:22:07.5705276Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T21:22:07.5706211Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T21:22:07.5707126Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T21:22:07.5708076Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T21:22:07.5709105Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T21:22:07.5710126Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T21:22:07.5711137Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T21:22:07.5711902Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T21:22:07.5712402Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T21:22:07.5712900Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T21:22:07.5713390Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T21:22:07.5713869Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T21:22:07.5714357Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T21:22:07.5714850Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T21:22:07.5715329Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T21:22:07.5715805Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T21:22:07.5716277Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T21:22:07.5716755Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T21:22:07.5717236Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T21:22:07.5717733Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T21:22:07.5718384Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T21:22:07.5718860Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA4MTgwMTI2L2F0
2025-08-20T21:22:07.5719340Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T21:22:07.5719825Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJXE6C
2025-08-20T21:22:07.5720306Z AAAEAwBHMEUCIQCzdVVbs1vRUbHsNkFYKPzVCe3AaqFBThODvER9h06w5gIgNLwj
2025-08-20T21:22:07.5720783Z Wrzb2lUxoZNTvh6MPKfHswOIN37V87TDABbpA4QwCgYIKoZIzj0EAwMDaAAwZQIx
2025-08-20T21:22:07.5721501Z AJWfRzDWIlvzboya4mKJcQE76YAZ7nn5urD2RfSEjHxJbIa5BpKmriDX2UoD0k/P
2025-08-20T21:22:07.5722000Z 2QIwM6P/KCocj8Y2ZTUWf1URzARhan5mX0Fz7Ub+Ua3WvKVYZNNX3c+kdBGq1cl6
2025-08-20T21:22:07.5722338Z EVxl
2025-08-20T21:22:07.5722517Z -----END CERTIFICATE-----
2025-08-20T21:22:07.5722665Z 
2025-08-20T21:22:07.5723090Z ##[endgroup]
2025-08-20T21:22:07.5723667Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T21:22:07.5724082Z https://search.sigstore.dev?logIndex=414385815
2025-08-20T21:22:07.5724439Z [36mAttestation uploaded to repository[39m
2025-08-20T21:22:07.5724773Z https://github.com/pkgforge/bincache/attestations/9873937
2025-08-20T21:22:07.6504142Z ##[group]Run ##Presets
2025-08-20T21:22:07.6504417Z [36;1m##Presets[0m
2025-08-20T21:22:07.6504627Z [36;1mset +x ; set +e[0m
2025-08-20T21:22:07.6504840Z [36;1m#-------------#[0m
2025-08-20T21:22:07.6505044Z [36;1m##Debug?[0m
2025-08-20T21:22:07.6505299Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:22:07.6505707Z [36;1m  set -x[0m
2025-08-20T21:22:07.6505898Z [36;1mfi[0m
2025-08-20T21:22:07.6506082Z [36;1m#-------------#[0m
2025-08-20T21:22:07.6506399Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:22:07.6506930Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/jr/official"[0m
2025-08-20T21:22:07.6507336Z [36;1m exit 1[0m
2025-08-20T21:22:07.6507527Z [36;1mfi[0m
2025-08-20T21:22:07.6555727Z shell: /usr/bin/bash -e {0}
2025-08-20T21:22:07.6555964Z env:
2025-08-20T21:22:07.6556148Z   CROSS_COMPILING: NO
2025-08-20T21:22:07.6556403Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:22:07.6556643Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:22:07.6556864Z   ON_QEMU: NO
2025-08-20T21:22:07.6557041Z   DEBUG: 0
2025-08-20T21:22:07.6557230Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:22:07.6557460Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:22:07.6557737Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/jr/official
2025-08-20T21:22:07.6558041Z   KEEP_LOGS: YES
2025-08-20T21:22:07.6558242Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:22:07.6558459Z   PKG_FAMILY_LOCAL: jr
2025-08-20T21:22:07.6558667Z   SBUILD_REBUILD: false
2025-08-20T21:22:07.6559191Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:22:07.6559749Z   BUILD_SYS: docker://go
2025-08-20T21:22:07.6559969Z   BUILD_ON_HOST: FALSE
2025-08-20T21:22:07.6560167Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:22:07.6560368Z   SYSTMP: /tmp
2025-08-20T21:22:07.6560554Z   GHA_MODE: MATRIX
2025-08-20T21:22:07.6561011Z   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:22:07.6561790Z   INPUT_SBUILD: /tmp/pkgforge/kjAMORg7N_build.yaml
2025-08-20T21:22:07.6562131Z   BUILD_DIR: /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml
2025-08-20T21:22:07.6562541Z   SBUILD_OUTDIR: /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR
2025-08-20T21:22:07.6563071Z   SBUILD_TMPDIR: /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:22:07.6563460Z   PKG_TYPE: static
2025-08-20T21:22:07.6563659Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:22:07.6563873Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:22:07.6564079Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:22:07.6564411Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/jr/official/jr-srcbuild-
2025-08-20T21:22:07.6564894Z   UTC_TIME: 2025_08_20T09_22_02_PM
2025-08-20T21:22:07.6565130Z ##[endgroup]
2025-08-20T21:22:07.6650519Z ##[group]Run ##Presets
2025-08-20T21:22:07.6650781Z [36;1m##Presets[0m
2025-08-20T21:22:07.6650988Z [36;1mset +x ; set +e[0m
2025-08-20T21:22:07.6651438Z [36;1m#-------------#[0m
2025-08-20T21:22:07.6651707Z [36;1m##Debug?[0m
2025-08-20T21:22:07.6651959Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:22:07.6652261Z [36;1m  set -x[0m
2025-08-20T21:22:07.6652457Z [36;1mfi[0m
2025-08-20T21:22:07.6652640Z [36;1m#-------------#[0m
2025-08-20T21:22:07.6652896Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:22:07.6653343Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/jr/official"[0m
2025-08-20T21:22:07.6653746Z [36;1m exit 1[0m
2025-08-20T21:22:07.6653934Z [36;1mfi[0m
2025-08-20T21:22:07.6696596Z shell: /usr/bin/bash -e {0}
2025-08-20T21:22:07.6696842Z env:
2025-08-20T21:22:07.6697025Z   CROSS_COMPILING: NO
2025-08-20T21:22:07.6697243Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:22:07.6697516Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:22:07.6697739Z   ON_QEMU: NO
2025-08-20T21:22:07.6697918Z   DEBUG: 0
2025-08-20T21:22:07.6698103Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:22:07.6698330Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:22:07.6698601Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/jr/official
2025-08-20T21:22:07.6698896Z   KEEP_LOGS: YES
2025-08-20T21:22:07.6699092Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:22:07.6699409Z   PKG_FAMILY_LOCAL: jr
2025-08-20T21:22:07.6699616Z   SBUILD_REBUILD: false
2025-08-20T21:22:07.6700147Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:22:07.6700717Z   BUILD_SYS: docker://go
2025-08-20T21:22:07.6700927Z   BUILD_ON_HOST: FALSE
2025-08-20T21:22:07.6701123Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:22:07.6701513Z   SYSTMP: /tmp
2025-08-20T21:22:07.6701710Z   GHA_MODE: MATRIX
2025-08-20T21:22:07.6702152Z   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:22:07.6702672Z   INPUT_SBUILD: /tmp/pkgforge/kjAMORg7N_build.yaml
2025-08-20T21:22:07.6703010Z   BUILD_DIR: /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml
2025-08-20T21:22:07.6703408Z   SBUILD_OUTDIR: /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR
2025-08-20T21:22:07.6703893Z   SBUILD_TMPDIR: /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:22:07.6704289Z   PKG_TYPE: static
2025-08-20T21:22:07.6704490Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:22:07.6704705Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:22:07.6704912Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:22:07.6705235Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/jr/official/jr-srcbuild-
2025-08-20T21:22:07.6705597Z   UTC_TIME: 2025_08_20T09_22_02_PM
2025-08-20T21:22:07.6705826Z ##[endgroup]
2025-08-20T21:22:07.6766246Z 
2025-08-20T21:22:07.6766547Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/jr/official
2025-08-20T21:22:07.6777901Z ##[error]Process completed with exit code 1.
2025-08-20T21:22:07.6816287Z ##[group]Run ##Presets
2025-08-20T21:22:07.6816545Z [36;1m##Presets[0m
2025-08-20T21:22:07.6816753Z [36;1mset +x ; set +e[0m
2025-08-20T21:22:07.6816968Z [36;1m#-------------#[0m
2025-08-20T21:22:07.6817173Z [36;1m##Debug?[0m
2025-08-20T21:22:07.6817422Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:22:07.6817729Z [36;1m  set -x[0m
2025-08-20T21:22:07.6817916Z [36;1mfi[0m
2025-08-20T21:22:07.6818100Z [36;1m#-------------#[0m
2025-08-20T21:22:07.6818449Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:22:07.6818852Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T21:22:07.6819158Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:22:07.6819517Z [36;1mfi[0m
2025-08-20T21:22:07.6862645Z shell: /usr/bin/bash -e {0}
2025-08-20T21:22:07.6862877Z env:
2025-08-20T21:22:07.6863061Z   CROSS_COMPILING: NO
2025-08-20T21:22:07.6863307Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:22:07.6863545Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:22:07.6863768Z   ON_QEMU: NO
2025-08-20T21:22:07.6863945Z   DEBUG: 0
2025-08-20T21:22:07.6864124Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:22:07.6864352Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:22:07.6864624Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/jr/official
2025-08-20T21:22:07.6864929Z   KEEP_LOGS: YES
2025-08-20T21:22:07.6865131Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:22:07.6865351Z   PKG_FAMILY_LOCAL: jr
2025-08-20T21:22:07.6865560Z   SBUILD_REBUILD: false
2025-08-20T21:22:07.6866084Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:22:07.6866640Z   BUILD_SYS: docker://go
2025-08-20T21:22:07.6866862Z   BUILD_ON_HOST: FALSE
2025-08-20T21:22:07.6867065Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:22:07.6867256Z   SYSTMP: /tmp
2025-08-20T21:22:07.6867439Z   GHA_MODE: MATRIX
2025-08-20T21:22:07.6867877Z   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:22:07.6868395Z   INPUT_SBUILD: /tmp/pkgforge/kjAMORg7N_build.yaml
2025-08-20T21:22:07.6868723Z   BUILD_DIR: /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml
2025-08-20T21:22:07.6869115Z   SBUILD_OUTDIR: /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR
2025-08-20T21:22:07.6869707Z   SBUILD_TMPDIR: /tmp/pkgforge/E8opHT0_kjAMORg7N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:22:07.6870093Z   PKG_TYPE: static
2025-08-20T21:22:07.6870294Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:22:07.6870512Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:22:07.6870720Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:22:07.6871039Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/jr/official/jr-srcbuild-
2025-08-20T21:22:07.6871598Z   UTC_TIME: 2025_08_20T09_22_02_PM
2025-08-20T21:22:07.6871846Z ##[endgroup]
2025-08-20T21:22:07.6942360Z EXITED
2025-08-20T21:22:07.6984777Z Cleaning up orphan processes
